/* line 23, app/assets/stylesheets/utilities.sass */
.uppercase {
  text-transform: uppercase;
}

/* line 26, app/assets/stylesheets/utilities.sass */
.vertical {
  position: relative;
}

/* line 29, app/assets/stylesheets/utilities.sass */
.downloadable-pdf {
  background: transparent url(/assets/black_sheet-a295fa42a2756ad6cbe9fc845bd7fb8d5ba0c4ea65906a51e5dc4bcb0955138e.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-size: 100% 100%;
  height: 9px;
  width: 13px;
  background-size: 9px 13px;
  padding-bottom: 20px;
  padding-left: 14px;
  display: block;
}

/* line 37, app/assets/stylesheets/utilities.sass */
.pdf {
  background: transparent url(/assets/black_sheet-a295fa42a2756ad6cbe9fc845bd7fb8d5ba0c4ea65906a51e5dc4bcb0955138e.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-size: 100% 100%;
  background-position: 1px 5px;
  background-size: 9px 13px;
  height: 9px;
  width: 13px;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 49, app/assets/stylesheets/utilities.sass */
.pdf:hover {
  background: transparent url(/assets/blue_sheet-8caf7de00f3d766ad712e09a3e5d2cb4e9558df280c5fc8ed99023dba1d15bd0.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-size: 100% 100%;
  background-position: 1px 5px;
  background-size: 9px 13px;
  height: 9px;
  width: 13px;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 61, app/assets/stylesheets/utilities.sass */
.pull-right {
  float: right;
}

/* line 64, app/assets/stylesheets/utilities.sass */
.pull-left {
  float: left;
}

/* line 72, app/assets/stylesheets/utilities.sass */
.inline-box {
  display: inline-block;
  height: 100%;
  width: 100%;
}

/* line 104, app/assets/stylesheets/utilities.sass */
.button-large {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  padding: 8px;
}

/* line 82, app/assets/stylesheets/utilities.sass */
.button-large i {
  float: left;
}

/* line 84, app/assets/stylesheets/utilities.sass */
.button-large .text {
  display: block;
  margin-top: 3px;
}

/* line 108, app/assets/stylesheets/utilities.sass */
.button-large:hover, .button-large:visited {
  color: #ffffff;
}

/* line 111, app/assets/stylesheets/utilities.sass */
.button-normal {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  padding: 5px;
}

/* line 82, app/assets/stylesheets/utilities.sass */
.button-normal i {
  float: left;
}

/* line 84, app/assets/stylesheets/utilities.sass */
.button-normal .text {
  display: block;
  margin-top: 3px;
}

/* line 115, app/assets/stylesheets/utilities.sass */
.button-normal:hover, .button-normal:visited {
  color: #ffffff;
}

/* line 118, app/assets/stylesheets/utilities.sass */
.button-normal.gray {
  background-color: #b3b3b3;
}

/* line 124, app/assets/stylesheets/utilities.sass */
.top-bordered {
  border-top: 1px dotted #ccc;
  margin: 20px 0;
}

/* line 9, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 19, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table th {
  font-weight: bold;
}

/* line 35, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
}

/* line 39, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.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;
}

/* line 48, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 53, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

/* line 74, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 80, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

/* line 85, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.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;
}

/* line 97, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

/* line 103, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

/* line 109, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 117, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 126, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

/* line 129, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

/* line 134, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

/* line 140, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

/* line 158, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 171, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

/* line 183, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 207, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.success > td {
  background-color: #dff0d8;
}

/* line 210, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.error > td {
  background-color: #f2dede;
}

/* line 213, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

/* line 216, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.info > td {
  background-color: #d9edf7;
}

/* line 223, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

/* line 226, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

/* line 229, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

/* line 232, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 9, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* line 19, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  height: auto;
}

/* line 17, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(/assets/glyphicons-halflings-3003ba05cefc7c80740b3994284c0812b90dc04b3c862fc729ab9afaa2d752c0.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */
/* line 32, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url(/assets/glyphicons-halflings-white-35ec4a186aa2d512561095c43a9819f84562a19f4d401fea65b3278634dec38e.png);
}

/* line 52, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-glass {
  background-position: 0      0;
}

/* line 53, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-music {
  background-position: -24px  0;
}

/* line 54, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-search {
  background-position: -48px  0;
}

/* line 55, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-envelope {
  background-position: -72px  0;
}

/* line 56, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-heart {
  background-position: -96px  0;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-star {
  background-position: -120px 0;
}

/* line 58, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-star-empty {
  background-position: -144px 0;
}

/* line 59, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-user {
  background-position: -168px 0;
}

/* line 60, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-film {
  background-position: -192px 0;
}

/* line 61, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-th-large {
  background-position: -216px 0;
}

/* line 62, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-th {
  background-position: -240px 0;
}

/* line 63, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-th-list {
  background-position: -264px 0;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-ok {
  background-position: -288px 0;
}

/* line 65, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-remove {
  background-position: -312px 0;
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-zoom-in {
  background-position: -336px 0;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-zoom-out {
  background-position: -360px 0;
}

/* line 68, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-off {
  background-position: -384px 0;
}

/* line 69, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-signal {
  background-position: -408px 0;
}

/* line 70, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-cog {
  background-position: -432px 0;
}

/* line 71, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-trash {
  background-position: -456px 0;
}

/* line 73, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-home {
  background-position: 0      -24px;
}

/* line 74, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-file {
  background-position: -24px  -24px;
}

/* line 75, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-time {
  background-position: -48px  -24px;
}

/* line 76, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-road {
  background-position: -72px  -24px;
}

/* line 77, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-download-alt {
  background-position: -96px  -24px;
}

/* line 78, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-download {
  background-position: -120px -24px;
}

/* line 79, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-upload {
  background-position: -144px -24px;
}

/* line 80, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-inbox {
  background-position: -168px -24px;
}

/* line 81, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-play-circle {
  background-position: -192px -24px;
}

/* line 82, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-repeat {
  background-position: -216px -24px;
}

/* line 83, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-refresh {
  background-position: -240px -24px;
}

/* line 84, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-list-alt {
  background-position: -264px -24px;
}

/* line 85, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-lock {
  background-position: -287px -24px;
}

/* line 86, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-flag {
  background-position: -312px -24px;
}

/* line 87, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-headphones {
  background-position: -336px -24px;
}

/* line 88, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-volume-off {
  background-position: -360px -24px;
}

/* line 89, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-volume-down {
  background-position: -384px -24px;
}

/* line 90, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-volume-up {
  background-position: -408px -24px;
}

/* line 91, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-qrcode {
  background-position: -432px -24px;
}

/* line 92, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-barcode {
  background-position: -456px -24px;
}

/* line 94, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-tag {
  background-position: 0      -48px;
}

/* line 95, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-tags {
  background-position: -25px  -48px;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-book {
  background-position: -48px  -48px;
}

/* line 97, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-bookmark {
  background-position: -72px  -48px;
}

/* line 98, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-print {
  background-position: -96px  -48px;
}

/* line 99, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-camera {
  background-position: -120px -48px;
}

/* line 100, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-font {
  background-position: -144px -48px;
}

/* line 101, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-bold {
  background-position: -167px -48px;
}

/* line 102, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-italic {
  background-position: -192px -48px;
}

/* line 103, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-text-height {
  background-position: -216px -48px;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-text-width {
  background-position: -240px -48px;
}

/* line 105, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-align-left {
  background-position: -264px -48px;
}

/* line 106, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-align-center {
  background-position: -288px -48px;
}

/* line 107, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-align-right {
  background-position: -312px -48px;
}

/* line 108, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-align-justify {
  background-position: -336px -48px;
}

/* line 109, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-list {
  background-position: -360px -48px;
}

/* line 110, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-indent-left {
  background-position: -384px -48px;
}

/* line 111, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-indent-right {
  background-position: -408px -48px;
}

/* line 112, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-facetime-video {
  background-position: -432px -48px;
}

/* line 113, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-picture {
  background-position: -456px -48px;
}

/* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-pencil {
  background-position: 0      -72px;
}

/* line 116, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-map-marker {
  background-position: -24px  -72px;
}

/* line 117, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-adjust {
  background-position: -48px  -72px;
}

/* line 118, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-tint {
  background-position: -72px  -72px;
}

/* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-edit {
  background-position: -96px  -72px;
}

/* line 120, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-share {
  background-position: -120px -72px;
}

/* line 121, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-check {
  background-position: -144px -72px;
}

/* line 122, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-move {
  background-position: -168px -72px;
}

/* line 123, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-step-backward {
  background-position: -192px -72px;
}

/* line 124, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-fast-backward {
  background-position: -216px -72px;
}

/* line 125, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-backward {
  background-position: -240px -72px;
}

/* line 126, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-play {
  background-position: -264px -72px;
}

/* line 127, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-pause {
  background-position: -288px -72px;
}

/* line 128, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-stop {
  background-position: -312px -72px;
}

/* line 129, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-forward {
  background-position: -336px -72px;
}

/* line 130, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-fast-forward {
  background-position: -360px -72px;
}

/* line 131, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-step-forward {
  background-position: -384px -72px;
}

/* line 132, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-eject {
  background-position: -408px -72px;
}

/* line 133, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-left {
  background-position: -432px -72px;
}

/* line 134, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-right {
  background-position: -456px -72px;
}

/* line 136, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-plus-sign {
  background-position: 0      -96px;
}

/* line 137, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-minus-sign {
  background-position: -24px  -96px;
}

/* line 138, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-remove-sign {
  background-position: -48px  -96px;
}

/* line 139, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-ok-sign {
  background-position: -72px  -96px;
}

/* line 140, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-question-sign {
  background-position: -96px  -96px;
}

/* line 141, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-info-sign {
  background-position: -120px -96px;
}

/* line 142, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-screenshot {
  background-position: -144px -96px;
}

/* line 143, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-remove-circle {
  background-position: -168px -96px;
}

/* line 144, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-ok-circle {
  background-position: -192px -96px;
}

/* line 145, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-ban-circle {
  background-position: -216px -96px;
}

/* line 146, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-left {
  background-position: -240px -96px;
}

/* line 147, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-right {
  background-position: -264px -96px;
}

/* line 148, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-up {
  background-position: -289px -96px;
}

/* line 149, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-down {
  background-position: -312px -96px;
}

/* line 150, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-share-alt {
  background-position: -336px -96px;
}

/* line 151, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-resize-full {
  background-position: -360px -96px;
}

/* line 152, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-resize-small {
  background-position: -384px -96px;
}

/* line 153, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-plus {
  background-position: -408px -96px;
}

/* line 154, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-minus {
  background-position: -433px -96px;
}

/* line 155, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-asterisk {
  background-position: -456px -96px;
}

/* line 157, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-exclamation-sign {
  background-position: 0      -120px;
}

/* line 158, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-gift {
  background-position: -24px  -120px;
}

/* line 159, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-leaf {
  background-position: -48px  -120px;
}

/* line 160, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-fire {
  background-position: -72px  -120px;
}

/* line 161, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-eye-open {
  background-position: -96px  -120px;
}

/* line 162, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-eye-close {
  background-position: -120px -120px;
}

/* line 163, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-warning-sign {
  background-position: -144px -120px;
}

/* line 164, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-plane {
  background-position: -168px -120px;
}

/* line 165, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-calendar {
  background-position: -192px -120px;
}

/* line 166, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}

/* line 167, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-comment {
  background-position: -240px -120px;
}

/* line 168, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-magnet {
  background-position: -264px -120px;
}

/* line 169, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-up {
  background-position: -288px -120px;
}

/* line 170, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-down {
  background-position: -313px -119px;
}

/* line 171, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-retweet {
  background-position: -336px -120px;
}

/* line 172, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-shopping-cart {
  background-position: -360px -120px;
}

/* line 173, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}

/* line 174, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}

/* line 175, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-resize-vertical {
  background-position: -432px -119px;
}

/* line 176, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-resize-horizontal {
  background-position: -456px -118px;
}

/* line 178, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hdd {
  background-position: 0      -144px;
}

/* line 179, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-bullhorn {
  background-position: -24px  -144px;
}

/* line 180, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-bell {
  background-position: -48px  -144px;
}

/* line 181, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-certificate {
  background-position: -72px  -144px;
}

/* line 182, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-thumbs-up {
  background-position: -96px  -144px;
}

/* line 183, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-thumbs-down {
  background-position: -120px -144px;
}

/* line 184, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hand-right {
  background-position: -144px -144px;
}

/* line 185, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hand-left {
  background-position: -168px -144px;
}

/* line 186, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hand-up {
  background-position: -192px -144px;
}

/* line 187, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hand-down {
  background-position: -216px -144px;
}

/* line 188, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-right {
  background-position: -240px -144px;
}

/* line 189, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-left {
  background-position: -264px -144px;
}

/* line 190, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-up {
  background-position: -288px -144px;
}

/* line 191, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-down {
  background-position: -312px -144px;
}

/* line 192, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-globe {
  background-position: -336px -144px;
}

/* line 193, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-wrench {
  background-position: -360px -144px;
}

/* line 194, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-tasks {
  background-position: -384px -144px;
}

/* line 195, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-filter {
  background-position: -408px -144px;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-briefcase {
  background-position: -432px -144px;
}

/* line 197, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-fullscreen {
  background-position: -456px -144px;
}

/* line 6, app/assets/stylesheets/availabilities.sass */
.availability-row td {
  height: auto !important;
}

/* line 9, app/assets/stylesheets/availabilities.sass */
.property-availabilities {
  margin-bottom: -15px;
}

/* line 13, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .new-availability-mark {
  color: #FF0000;
}

/* line 15, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .new-availability-item {
  font-size: 20px;
}

/* line 18, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .new-availability-property {
  font-size: 13px;
  margin: 0px 13px;
}

/* line 22, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .section-title {
  color: #252c51;
}

/* line 25, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .featured_availability {
  display: table;
  width: 960px;
  margin: 15px 0 30px 0;
}

/* line 29, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .featured_availability p {
  padding-bottom: 5px !important;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

/* line 35, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .featured_availability .highlight {
  background-color: #FFF5DD;
  display: table;
  width: 920px;
  padding: 20px;
}

/* line 41, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .featured_availability .highlight .light-blue {
  color: #607ba6;
}

/* line 44, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .featured_availability .highlight .dark-blue {
  color: #2D65B2;
}

/* line 47, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .featured_availability .highlight .name {
  width: 25%;
}

/* line 49, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .featured_availability .highlight .name .details {
  margin-top: 10px;
}

/* line 52, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .featured_availability .highlight .features {
  width: 25%;
  text-align: right;
}

/* line 56, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .featured_availability .highlight .images {
  width: 50%;
}

/* line 58, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .featured_availability .highlight .images .image {
  margin-left: 20px;
}

/* line 61, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .featured_availability .highlight .button-featured {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  padding: 5px;
  margin-top: 10px;
  width: 120px;
}

/* line 82, app/assets/stylesheets/utilities.sass */
.availabilities_controller .featured_availability .highlight .button-featured i {
  float: left;
}

/* line 84, app/assets/stylesheets/utilities.sass */
.availabilities_controller .featured_availability .highlight .button-featured .text {
  display: block;
  margin-top: 3px;
}

/* line 67, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .portfolio {
  text-transform: uppercase;
  margin-left: -20px;
  *zoom: 1;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller .portfolio:before, .availabilities_controller .portfolio:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller .portfolio:after {
  clear: both;
}

/* line 70, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .portfolio h1 {
  float: left;
  margin-left: 20px;
  width: 940px;
}

/* line 73, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article {
  font-size: 12px;
  line-height: 17px;
  margin-left: -20px;
  *zoom: 1;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller article:before, .availabilities_controller article:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller article:after {
  clear: both;
}

/* line 79, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .content {
  float: left;
  margin-left: 20px;
  width: 700px;
}

/* line 80, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .content .title {
  font-size: 16px;
  color: #607ba6;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 84, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .content .title:hover {
  color: #27548b;
}

/* line 88, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .content .inner-content {
  margin-left: -20px;
  *zoom: 1;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller article .content .inner-content:before, .availabilities_controller article .content .inner-content:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller article .content .inner-content:after {
  clear: both;
}

/* line 90, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .content .inner-content .thumbnail {
  float: left;
  margin-left: 20px;
  width: 140px;
}

/* line 92, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .content .inner-content .leasing-description {
  float: left;
  margin-left: 20px;
  width: 540px;
  word-wrap: break-word;
}

/* line 95, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .sidebar {
  float: left;
  margin-left: 20px;
  width: 220px;
  float: right;
  position: relative;
  right: -6px;
  width: 170px;
  height: 210px;
  padding-top: 15px;
}

/* line 103, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .sidebar ul {
  margin-top: 2px;
}

/* line 105, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .sidebar ul li {
  background: transparent url(/assets/blue_sheet-8caf7de00f3d766ad712e09a3e5d2cb4e9558df280c5fc8ed99023dba1d15bd0.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-size: 100% 100%;
  background-size: 11px 15px;
  padding: 3px 0px 10px 18px;
}

/* line 109, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .sidebar ul li a {
  padding: 0px 0px 5px 0px;
  font-weight: 600;
  font-size: 12px;
  color: #657fb3;
}

/* line 114, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .sidebar ul li a:hover {
  color: #27548b;
}

/* line 116, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .sidebar .view-availabilities {
  background-color: #304f8f;
  position: absolute;
  bottom: 16px;
  width: 148px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}

/* line 124, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .sidebar .view-availabilities:hover {
  color: black;
  background-color: #c6c6c6;
}

/* line 132, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table th {
  padding: 8px;
  text-align: center;
}

/* line 135, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table td {
  text-align: center;
  padding: 8px;
  height: 133px;
  line-height: 0px;
  border-top: 1px dotted #DDDDDD;
}

/* line 142, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table tbody tr a {
  display: inline-block;
  height: 100%;
  width: 100%;
  color: #000000;
  line-height: 16px;
  display: table;
}

/* line 147, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table tbody tr:hover a {
  color: #7a9abd;
}

/* line 149, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table tbody tr:hover td {
  color: #7a9abd;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(whitesmoke), color-stop(50%, white), to(#dddddd));
  background-image: -webkit-linear-gradient(whitesmoke, white 50%, #dddddd);
  background-image: -moz-linear-gradient(top, whitesmoke, white 50%, #dddddd);
  background-image: -o-linear-gradient(whitesmoke, white 50%, #dddddd);
  background-image: linear-gradient(whitesmoke, white 50%, #dddddd);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFDDDDDD', GradientType=0);
}

/* line 152, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table tbody tr a p {
  display: table-cell;
  vertical-align: middle;
  top: 50%;
}

/* line 156, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table tbody tr a ul {
  display: table-cell;
  vertical-align: middle;
  top: 50%;
}

/* line 161, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table .floorplan {
  width: 100px;
}

/* line 163, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table .space {
  text-align: center;
}

/* line 165, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table .sqft {
  text-align: center;
}

/* line 167, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table .rental, .availabilities_controller .availabilities-list .table .possession, .availabilities_controller .availabilities-list .table .type {
  text-align: center;
  width: 75px;
}

/* line 170, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table .comments {
  text-align: left;
  width: 160px;
}

/* line 174, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table .comments ul li {
  padding-left: 7px;
  position: relative;
}

/* line 177, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table .comments ul li:before {
  content: '\2022';
  position: absolute;
  left: 0px;
}

/* line 181, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table .assets {
  vertical-align: middle;
  text-align: left;
}

/* line 185, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table .assets ul li a {
  display: list-item;
  list-style-type: disc;
}

/* line 188, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table .assets .black-stack-sheet, .availabilities_controller .availabilities-list .table .assets .black-sheet {
  position: absolute;
  left: 50%;
  top: -7px;
  height: 15px;
  width: 11px;
  padding: 0;
  margin: 0 auto;
}

/* line 199, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list {
  margin: 10px;
  margin-left: -20px;
  *zoom: 1;
  margin-left: 0px;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller .availabilities-list:before, .availabilities_controller .availabilities-list:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller .availabilities-list:after {
  clear: both;
}

/* line 206, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .contact-message {
  float: left;
  margin-left: 180px;
  width: 540px;
}

/* line 208, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .contact-message .inner-contact-message {
  margin-left: -20px;
  *zoom: 1;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller .availabilities-list .contact-message .inner-contact-message:before, .availabilities_controller .availabilities-list .contact-message .inner-contact-message:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller .availabilities-list .contact-message .inner-contact-message:after {
  clear: both;
}

/* line 210, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .contact-message .inner-contact-message .message, .availabilities_controller .availabilities-list .contact-message .inner-contact-message .contact {
  float: left;
  margin-left: 20px;
  width: 140px;
}

/* line 212, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .contact-message .inner-contact-message .message.expanded {
  float: left;
  margin-left: 20px;
  width: 300px;
}

/* line 215, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .contact-message {
  background-color: #e5e7f3;
}

/* line 218, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .contact-message .inner-contact-message {
  padding: 20px;
}

/* line 221, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .contact-message .inner-contact-message .message {
  color: #607ba6;
}

/* line 224, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .contact-message .inner-contact-message .contact {
  float: right;
}

/* line 227, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .contact-message .inner-contact-message .contact .email {
  text-decoration: underline;
}

/* line 231, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left {
  width: 625px;
}

/* line 235, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left .title h1, .availabilities_controller.show .left .title a {
  color: #2D65B2;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  text-align: left;
}

/* line 240, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left .title a:hover {
  color: #000;
  text-decoration: none;
}

/* line 243, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left .general-details {
  margin-left: -20px;
  *zoom: 1;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller.show .left .general-details:before, .availabilities_controller.show .left .general-details:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller.show .left .general-details:after {
  clear: both;
}

/* line 245, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left .general-details .thumbnail {
  float: left;
  margin-left: 20px;
  width: 140px;
}

/* line 247, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left .general-details .property-details {
  float: left;
  margin-left: 20px;
  width: 460px;
  margin-left: 0;
}

/* line 250, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left .general-details .property-details .property-details-inner {
  margin-left: -20px;
  *zoom: 1;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller.show .left .general-details .property-details .property-details-inner:before, .availabilities_controller.show .left .general-details .property-details .property-details-inner:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller.show .left .general-details .property-details .property-details-inner:after {
  clear: both;
}

/* line 252, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left .general-details .property-details .property-details-inner .details-column {
  float: left;
  margin-left: 20px;
  width: 220px;
}

/* line 262, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left .section {
  border-top: 1px dotted #ccc;
  padding: 10px 0;
  margin: 10px 0;
  *zoom: 1;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller.show .left .section:before, .availabilities_controller.show .left .section:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller.show .left .section:after {
  clear: both;
}

/* line 268, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left .section .header {
  font-size: 12px;
  color: #2D65B2;
  font-weight: normal;
  float: left;
  margin-left: 20px;
  width: 60px;
  margin-left: 0;
}

/* line 275, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left .section .collection {
  float: left;
  margin-left: 20px;
  width: 540px;
  margin-left: 0;
}

/* line 279, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left .section .collection .collection-item {
  float: left;
  margin-left: 20px;
  width: 220px;
  margin-bottom: 8px;
}

/* line 259, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left .section .collection .collection-item.floor-image:not(:first-child) {
  display: none;
}

/* line 283, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .right .right-sect {
  padding-top: 10px;
}

/* line 286, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .right .right-sect h3 {
  padding-bottom: 10px;
  text-transform: uppercase;
}

/* line 290, app/assets/stylesheets/availabilities.sass */
.black-sheet {
  background: transparent url(/assets/black_sheet-a295fa42a2756ad6cbe9fc845bd7fb8d5ba0c4ea65906a51e5dc4bcb0955138e.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-size: 100% 100%;
  height: 15px;
  width: 11px;
  display: block;
}

/* line 296, app/assets/stylesheets/availabilities.sass */
.blue-sheet {
  background: transparent url(/assets/blue_sheet-8caf7de00f3d766ad712e09a3e5d2cb4e9558df280c5fc8ed99023dba1d15bd0.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-size: 100% 100%;
  height: 15px;
  width: 11px;
  display: block;
}

/* line 302, app/assets/stylesheets/availabilities.sass */
.black-stack-sheet {
  background: transparent url(/assets/black_stack_sheet-f0830f2ed6813e4fc164dbc68670f607924cd1aba3a640a35de5dd23aeec8f59.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_stack_sheet-72d06941b77bf35b2f215bd50dad27af8d1dc7203896a3084a9fd0b602873ac3.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_stack_sheet-72d06941b77bf35b2f215bd50dad27af8d1dc7203896a3084a9fd0b602873ac3.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_stack_sheet-72d06941b77bf35b2f215bd50dad27af8d1dc7203896a3084a9fd0b602873ac3.svg);
  background-size: 100% 100%;
  height: 15px;
  width: 11px;
  display: block;
}

/* line 308, app/assets/stylesheets/availabilities.sass */
.black-stack-sheet-up {
  background: transparent url(/assets/black_stack_sheet_up-3d2a01548d6c62d982e1cc5c5d240e548858f16a2921b019a8230da47c30213b.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_stack_sheet_up-d222f5a8f2cb40e336a29ec020ac6ba89d09b100bc0fd4368f3cc7b353cf4ca4.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_stack_sheet_up-d222f5a8f2cb40e336a29ec020ac6ba89d09b100bc0fd4368f3cc7b353cf4ca4.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_stack_sheet_up-d222f5a8f2cb40e336a29ec020ac6ba89d09b100bc0fd4368f3cc7b353cf4ca4.svg);
  background-size: 100% 100%;
  height: 15px;
  width: 11px;
  display: block;
}

/* line 315, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .details-column {
  font-size: 14px;
  padding: 5px 0;
}

/* line 319, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .details-column ul li {
  background: transparent url(/assets/blue_sheet-8caf7de00f3d766ad712e09a3e5d2cb4e9558df280c5fc8ed99023dba1d15bd0.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-size: 100% 100%;
  background-size: 11px 15px;
  padding-left: 18px;
}

/* line 323, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .details-column ul li a {
  color: #2D65B2;
  line-height: 21px;
}

/* line 327, app/assets/stylesheets/availabilities.sass */
.email-icon {
  background: transparent url(/assets/email_icon-2d15b576b8fb0ad134cff7a3a2af973f1961a119c0bd41a17bc34956643444ac.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/email_icon-fa20e3dd7923aedade948ea3bb2d8c953b55ca7afe81d841a809f1f2c091bec8.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/email_icon-fa20e3dd7923aedade948ea3bb2d8c953b55ca7afe81d841a809f1f2c091bec8.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/email_icon-fa20e3dd7923aedade948ea3bb2d8c953b55ca7afe81d841a809f1f2c091bec8.svg);
  background-size: 100% 100%;
  width: 24px;
  height: 15px;
  margin-right: 5px;
  float: left;
}

/* line 334, app/assets/stylesheets/availabilities.sass */
.print-email {
  float: right;
}

/* line 337, app/assets/stylesheets/availabilities.sass */
.print-email .printer {
  background: transparent url(/assets/print_icon-92b88016afda3c7cbd953d472a51579349564a633014cbcd11544a8c0b1beaf3.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/print_icon-ff55ba83f1e2dd4072df4f111fd19ee0ff51cdeb2159be646859005d6b1f2d09.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/print_icon-ff55ba83f1e2dd4072df4f111fd19ee0ff51cdeb2159be646859005d6b1f2d09.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/print_icon-ff55ba83f1e2dd4072df4f111fd19ee0ff51cdeb2159be646859005d6b1f2d09.svg);
  background-size: 100% 100%;
  width: 22px;
  height: 19px;
  margin-right: 5px;
  float: left;
  margin-top: -3px;
}

/* line 345, app/assets/stylesheets/availabilities.sass */
.print-email .label {
  float: left;
}

/* line 348, app/assets/stylesheets/availabilities.sass */
.video-text {
  background: #FFF;
  line-height: 13px;
}

/* line 352, app/assets/stylesheets/availabilities.sass */
#pdf-loading, #zip-loading {
  display: none;
}

/* line 355, app/assets/stylesheets/availabilities.sass */
#pdf-loading .spinner, #zip-loading .spinner {
  position: relative;
  margin: 30px auto 0px auto;
  height: 30px;
}

/* line 360, app/assets/stylesheets/availabilities.sass */
#pdf-loading a.download, #zip-loading a.download {
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}

/* line 367, app/assets/stylesheets/availabilities.sass */
#native-printing-leasing-contacts {
  display: none;
}

/* line 371, app/assets/stylesheets/availabilities.sass */
#zip-loading .spinner {
  margin: 0px;
}

/* line 374, app/assets/stylesheets/availabilities.sass */
.avaiabilities-filter-block {
  width: 750px;
  float: left;
}

/* line 378, app/assets/stylesheets/availabilities.sass */
.avaiabilities-filter-block .thumbnails {
  text-align: right;
  margin-top: 20px;
}

/* line 382, app/assets/stylesheets/availabilities.sass */
.print-label {
  background: #678bbf;
  color: #fff;
  padding: 5px;
}

/* line 387, app/assets/stylesheets/availabilities.sass */
.print-label .current-avaiabilities-header {
  color: white;
  padding: 8px 0px 0px 10px;
}

/* line 1, app/assets/stylesheets/public/availability.css */
#availability {
  font-size: 12px;
  line-height: 17px;
}

/* line 6, app/assets/stylesheets/public/availability.css */
h4 {
  color: #2D65B2;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  padding: 0 0 5px 0;
}

/* line 13, app/assets/stylesheets/public/availability.css */
h4.description {
  padding: 0px;
}

/* line 16, app/assets/stylesheets/public/availability.css */
.black {
  color: #333;
  font-size: 10px;
  padding: 0px;
}

/* line 21, app/assets/stylesheets/public/availability.css */
.title-black {
  color: #333;
  font-size: 10px;
  padding-bottom: 5px;
}

/* line 26, app/assets/stylesheets/public/availability.css */
.arrow {
  background-image: url(/images/blackArrow.png);
  background-position: 1px 5px;
  background-repeat: no-repeat;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 36, app/assets/stylesheets/public/availability.css */
.arrow:hover {
  background-image: url(/images/blackArrow_over.png);
  background-position: 1px 5px;
  background-repeat: no-repeat;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 47, app/assets/stylesheets/public/availability.css */
h1 {
  height: 23px;
  padding-bottom: 10px;
  color: #2D65B2;
}

/* line 53, app/assets/stylesheets/public/availability.css */
h1 {
  height: 23px;
  padding-bottom: 10px;
  color: #2D65B2;
}

/* line 59, app/assets/stylesheets/public/availability.css */
#availability-sort {
  padding: 15px 0px;
  display: block;
}

/* line 64, app/assets/stylesheets/public/availability.css */
#availability-sort .top {
  border-bottom: 1px dotted #c6c6c6;
}

/* line 68, app/assets/stylesheets/public/availability.css */
#availability-sort .filter {
  padding: 5px 0;
  display: inline-block;
  text-align: left;
  width: 100%;
}

/* line 75, app/assets/stylesheets/public/availability.css */
#availability-sort .name {
  background: #678bbf;
  color: #fff;
  font-weight: bold;
  background-image: none;
  width: 85px !important;
  text-align: right;
  padding: 7px 6px 7px 0px;
  margin-right: 10px;
}

/* line 86, app/assets/stylesheets/public/availability.css */
#availability-sort .option {
  float: left;
  width: 122px;
}

/* line 91, app/assets/stylesheets/public/availability.css */
#availability-sort .options {
  float: left;
  padding: 7px;
  width: 635px;
  border-bottom: 1px solid #678bbf;
}

/* line 98, app/assets/stylesheets/public/availability.css */
#availability-sort .option a {
  padding: 0 9px 0 12px;
  text-decoration: none;
  color: #4C4C4C;
  background-image: url(/images/contactPage/checkoff.gif);
  background-repeat: no-repeat;
  background-position: 1px 3px;
}

/* line 107, app/assets/stylesheets/public/availability.css */
#availability-sort .option a:hover {
  color: #2D65B2;
  background-image: url(/images/contactPage/checkon.gif);
}

/* line 112, app/assets/stylesheets/public/availability.css */
#availability-sort .option .select {
  background-image: url(/images/contactPage/checkon.gif);
}

/* line 116, app/assets/stylesheets/public/availability.css */
#availability-sort em {
  color: #2D65B2;
}

/* NEW_AVAILABILITY_INDEX_ENABLED - start */
/* line 121, app/assets/stylesheets/public/availability.css */
#availability-sort.old-availability-index-page .option.name {
  width: 70px !important;
}

/* line 125, app/assets/stylesheets/public/availability.css */
#availability-sort.old-availability-index-page .option {
  width: auto;
}

/* line 129, app/assets/stylesheets/public/availability.css */
#availability-sort.old-availability-index-page .separator {
  margin-right: 10px;
  color: #2D65B2;
}

/* NEW_AVAILABILITY_INDEX_ENABLED - end */
/* line 135, app/assets/stylesheets/public/availability.css */
.availability-content {
  padding: 15px 0px;
}

/* line 139, app/assets/stylesheets/public/availability.css */
.availability-content a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

/* line 145, app/assets/stylesheets/public/availability.css */
.availability-content a:hover {
  text-decoration: underline;
  color: #2D65B2;
  font-weight: bold;
}

/* line 151, app/assets/stylesheets/public/availability.css */
.availability-content table {
  width: 960px;
}

/* line 155, app/assets/stylesheets/public/availability.css */
.availability-content table th {
  height: 50px;
  border-bottom: 2px solid #c6c6c6;
}

/* line 160, app/assets/stylesheets/public/availability.css */
.availability-content table tr:hover {
  background: transparent url(/images/gradients/bottom.png) repeat-x;
  background-position: 0px left;
}

/* line 165, app/assets/stylesheets/public/availability.css */
.availability-content table tr:active {
  background-color: #DDeeFF;
  background: transparent url(/images/gradients/bottom.png) repeat-x;
  background-position: 0px left;
}

/* line 171, app/assets/stylesheets/public/availability.css */
.availability-content table td {
  height: 50px;
  border-bottom: 1px solid #c6c6c6;
  text-align: center;
}

/* line 177, app/assets/stylesheets/public/availability.css */
.availability-content table .small {
  width: 70px;
}

/* line 181, app/assets/stylesheets/public/availability.css */
.availability-content table .medium {
  width: 100px;
}

/* line 185, app/assets/stylesheets/public/availability.css */
.availability-content table .large {
  width: 150px;
  text-align: left;
}

/* line 190, app/assets/stylesheets/public/availability.css */
#signageOpportunity {
  display: block;
  height: 23px;
  width: 164px;
  text-indent: -999em;
  background: transparent url(/images/btn_signage-opportunity_off.gif) no-repeat scroll left top;
}

/* line 198, app/assets/stylesheets/public/availability.css */
#signageOpportunity:hover {
  background: transparent url(/images/btn_signage-opportunity_on.gif) no-repeat scroll left top;
}

/* line 202, app/assets/stylesheets/public/availability.css */
#terraceOpportunities {
  display: block;
  height: 41px;
  width: 164px;
  line-height: 41px;
  background-color: #2a60a6;
  color: white;
  text-indent: 0;
  text-align: center;
  padding: 0 10px;
  white-space: nowrap;
}

/* line 215, app/assets/stylesheets/public/availability.css */
#terraceOpportunities:hover {
  text-decoration: underline;
  background-color: lightgray;
  color: black;
  text-indent: 0;
}

/* line 222, app/assets/stylesheets/public/availability.css */
#view-all {
  display: block;
  height: 23px;
  width: 164px;
  text-indent: -999em;
  background: transparent url(/images/btn_view-all_off.gif) no-repeat scroll left top;
}

/* line 230, app/assets/stylesheets/public/availability.css */
#view-all:hover {
  background: transparent url(/images/btn_view-all_on.gif) no-repeat scroll left top;
}

/* line 234, app/assets/stylesheets/public/availability.css */
#back a {
  width: 55px;
  height: 25px;
  display: block;
  background-color: #2D65B2;
  color: #FFFFFF;
  text-align: center;
  line-height: 25px;
  text-decoration: none;
}

/* line 245, app/assets/stylesheets/public/availability.css */
#back a:hover {
  width: 55px;
  height: 25px;
  display: block;
  background-color: #c6c6c6;
  color: black;
  text-align: center;
  line-height: 25px;
  text-decoration: none;
}

/* line 256, app/assets/stylesheets/public/availability.css */
.left {
  float: left;
  width: 585px;
}

/* line 261, app/assets/stylesheets/public/availability.css */
.left-sect {
  padding: 0 0 10px 0;
}

/* line 265, app/assets/stylesheets/public/availability.css */
.img-left-box {
  float: left;
  padding: 0 20px 0 0;
}

/* line 270, app/assets/stylesheets/public/availability.css */
.img-left-box img {
  width: 110px;
  height: 126px;
}

/* line 275, app/assets/stylesheets/public/availability.css */
.callouts {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  margin: 20px 0;
}

/* line 282, app/assets/stylesheets/public/availability.css */
.callouts h5 {
  -x-system-font: none;
  color: #2D65B2;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 16px;
  width: 117px;
}

/* line 297, app/assets/stylesheets/public/availability.css */
.tenants {
  float: left;
  list-style-type: none;
  padding: 0;
  width: 400px;
  padding-left: 5px;
}

/* line 306, app/assets/stylesheets/public/availability.css */
ul.tenants.leasing_contacts {
  width: 450px;
}

/* line 310, app/assets/stylesheets/public/availability.css */
li.contacs {
  display: inline-block;
}

/* line 314, app/assets/stylesheets/public/availability.css */
.contact-email,
.contact-phone {
  width: 80px;
}

/* line 318, app/assets/stylesheets/public/availability.css */
.contact-name {
  width: 90px;
}

/* line 322, app/assets/stylesheets/public/availability.css */
.contact-company {
  width: 110px;
}

/* line 325, app/assets/stylesheets/public/availability.css */
.contact-name,
.contact-phone,
.contact-email,
.contact-company {
  float: left;
  padding-right: 10px;
}

/* line 333, app/assets/stylesheets/public/availability.css */
.contact-email {
  width: 100px;
}

/* line 337, app/assets/stylesheets/public/availability.css */
.left-btns li {
  line-height: 10px;
  padding: 2px 0 8px;
}

/* line 342, app/assets/stylesheets/public/availability.css */
.left-btns li a {
  width: 260px;
  background: transparent url(/images/availability-btn-bg.png) no-repeat scroll left top;
  color: #FFFFFF;
  display: block;
  font-size: 10px;
  font-weight: bold;
  height: 10px;
  padding: 7px 0 6px 28px;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 355, app/assets/stylesheets/public/availability.css */
.left-btns li a:hover {
  background: transparent url(/images/availability-btn-bg_over.png) no-repeat scroll left top;
  color: #000;
}

/* line 359, app/assets/stylesheets/public/availability.css */
#fourTimes {
  background: url(/images/four_times_square.png) top left no-repeat;
}

/* line 363, app/assets/stylesheets/public/availability.css */
.right {
  float: right;
  width: 270px;
  font-size: 10px;
}

/* line 369, app/assets/stylesheets/public/availability.css */
.right-sect {
  padding: 0 0 20px 0;
}

/* line 373, app/assets/stylesheets/public/availability.css */
.img-right-box {
  margin: 0 0 10px 0;
  width: 264px;
  height: 217px;
  border: 1px solid #ccc;
  text-align: center;
  overflow: hidden;
  text-indent: -999em;
  background-position: 50% 45%;
  background-size: 300px;
}

/* line 387, app/assets/stylesheets/public/availability.css */
.img-right-box a {
  display: block;
  height: 100%;
}

/* line 392, app/assets/stylesheets/public/availability.css */
.floorplan-container {
  width: 270px;
  height: 295px;
}

/* line 397, app/assets/stylesheets/public/availability.css */
.floorplan-box .floorplan {
  height: inherit;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 404, app/assets/stylesheets/public/availability.css */
.floorplan-box .floorplan-bar {
  text-align: center;
}

/* line 408, app/assets/stylesheets/public/availability.css */
.floorplan-box .floorplan-bar .current {
  color: #2D65B2;
}

/* line 412, app/assets/stylesheets/public/availability.css */
#form label {
  padding: 10px 0 2px;
  display: block;
  text-transform: uppercase;
}

/* line 418, app/assets/stylesheets/public/availability.css */
.form-input {
  width: 266px;
  height: 16px;
  border: 1px solid #ccc;
}

/* line 424, app/assets/stylesheets/public/availability.css */
#form textarea {
  height: 80px;
}

/* line 428, app/assets/stylesheets/public/availability.css */
#submitBtn {
  background: transparent url(/images/contactPage/submitBtn.png) no-repeat scroll left top;
  display: block;
  height: 23px;
  text-indent: -999em;
  width: 93px;
  border: 0px;
}

/* line 437, app/assets/stylesheets/public/availability.css */
#submitBtn:hover {
  background: transparent url(/images/contactPage/submitBtn-on.png) no-repeat scroll left top;
}

/* line 441, app/assets/stylesheets/public/availability.css */
#form .notice {
  font-weight: bold;
}

/* line 445, app/assets/stylesheets/public/availability.css */
#form .alert {
  color: #FF0000;
}

/* line 449, app/assets/stylesheets/public/availability.css */
.left h1#fourTimes {
  background: url(/images/four_times_square.png) top left no-repeat;
}

/* line 450, app/assets/stylesheets/public/availability.css */
.left h1#oneBryant {
  background: url(/images/one_bryant_park.png) top left no-repeat;
}

/* line 451, app/assets/stylesheets/public/availability.css */
.left h1#w47th {
  background: url(/images/114_west_47th_street.png) top left no-repeat;
}

/* line 452, app/assets/stylesheets/public/availability.css */
.left h1#aveAmer1155 {
  background: url(/images/1155_ave_of_the_americas.png) top left no-repeat;
}

/* line 453, app/assets/stylesheets/public/availability.css */
.left h1#aveAmer1133 {
  background: url(/images/1133_ave_of_the_americas.png) top left no-repeat;
}

/* line 454, app/assets/stylesheets/public/availability.css */
.left h1#thirdAve825 {
  background: url(/images/825_third_avenue.png) top left no-repeat;
}

/* line 455, app/assets/stylesheets/public/availability.css */
.left h1#thirdAve675 {
  background: url(/images/675_third_ave.png) top left no-repeat;
}

/* line 456, app/assets/stylesheets/public/availability.css */
.left h1#thirdAve733 {
  background: url(/images/733_third_ave.png) top left no-repeat;
}

/* line 457, app/assets/stylesheets/public/availability.css */
.left h1#thirdAve655 {
  background: url(/images/655_third_ave.png) top left no-repeat;
}

/* line 458, app/assets/stylesheets/public/availability.css */
.left h1#e42nd {
  background: url(/images/205_east_42nd_street.png) top left no-repeat;
}

@font-face {
  font-family: Lato;
  src: url(/assets/Lato-Regular.ttf) format("truetype");
  /* For IE */
  src: local("Lato"), url(/assets/Lato-Light.ttf) format("truetype");
  /* For non-IE */
}

/* line 466, app/assets/stylesheets/public/availability.css */
h1#property-text-title {
  color: #2D65B2;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  text-align: left;
}

/* line 23, app/assets/stylesheets/public/../utilities.sass */
.uppercase {
  text-transform: uppercase;
}

/* line 26, app/assets/stylesheets/public/../utilities.sass */
.vertical {
  position: relative;
}

/* line 29, app/assets/stylesheets/public/../utilities.sass */
.downloadable-pdf {
  background: transparent url(/assets/black_sheet-a295fa42a2756ad6cbe9fc845bd7fb8d5ba0c4ea65906a51e5dc4bcb0955138e.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-size: 100% 100%;
  height: 9px;
  width: 13px;
  background-size: 9px 13px;
  padding-bottom: 20px;
  padding-left: 14px;
  display: block;
}

/* line 37, app/assets/stylesheets/public/../utilities.sass */
.pdf {
  background: transparent url(/assets/black_sheet-a295fa42a2756ad6cbe9fc845bd7fb8d5ba0c4ea65906a51e5dc4bcb0955138e.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-size: 100% 100%;
  background-position: 1px 5px;
  background-size: 9px 13px;
  height: 9px;
  width: 13px;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 49, app/assets/stylesheets/public/../utilities.sass */
.pdf:hover {
  background: transparent url(/assets/blue_sheet-8caf7de00f3d766ad712e09a3e5d2cb4e9558df280c5fc8ed99023dba1d15bd0.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-size: 100% 100%;
  background-position: 1px 5px;
  background-size: 9px 13px;
  height: 9px;
  width: 13px;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 61, app/assets/stylesheets/public/../utilities.sass */
.pull-right {
  float: right;
}

/* line 64, app/assets/stylesheets/public/../utilities.sass */
.pull-left {
  float: left;
}

/* line 72, app/assets/stylesheets/public/../utilities.sass */
.inline-box {
  display: inline-block;
  height: 100%;
  width: 100%;
}

/* line 104, app/assets/stylesheets/public/../utilities.sass */
.button-large {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  padding: 8px;
}

/* line 82, app/assets/stylesheets/public/../utilities.sass */
.button-large i {
  float: left;
}

/* line 84, app/assets/stylesheets/public/../utilities.sass */
.button-large .text {
  display: block;
  margin-top: 3px;
}

/* line 108, app/assets/stylesheets/public/../utilities.sass */
.button-large:hover, .button-large:visited {
  color: #ffffff;
}

/* line 111, app/assets/stylesheets/public/../utilities.sass */
.button-normal {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  padding: 5px;
}

/* line 82, app/assets/stylesheets/public/../utilities.sass */
.button-normal i {
  float: left;
}

/* line 84, app/assets/stylesheets/public/../utilities.sass */
.button-normal .text {
  display: block;
  margin-top: 3px;
}

/* line 115, app/assets/stylesheets/public/../utilities.sass */
.button-normal:hover, .button-normal:visited {
  color: #ffffff;
}

/* line 118, app/assets/stylesheets/public/../utilities.sass */
.button-normal.gray {
  background-color: #b3b3b3;
}

/* line 124, app/assets/stylesheets/public/../utilities.sass */
.top-bordered {
  border-top: 1px dotted #ccc;
  margin: 20px 0;
}

/* line 2, app/assets/stylesheets/public/siteNew.scss */
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #4c4c4c;
  background-color: #e5e5e5;
}

/* line 4, app/assets/stylesheets/public/siteNew.scss */
a.blue {
  text-decoration: none;
  color: #2D65B2;
}

/*a.blue:hover {color:#A0A0A0;}
a.blue:visited {color:#2D65B2;}*/
/* line 8, app/assets/stylesheets/public/siteNew.scss */
ul {
  list-style-type: none;
}

/* line 9, app/assets/stylesheets/public/siteNew.scss */
img {
  border: 0;
}

/* line 10, app/assets/stylesheets/public/siteNew.scss */
* {
  outline: none;
  margin: 0;
  padding: 0;
}

/* line 13, app/assets/stylesheets/public/siteNew.scss */
#container {
  background-color: #fff;
}

/* line 14, app/assets/stylesheets/public/siteNew.scss */
#about-wrapper {
  width: 1015px;
  margin: 0 auto;
  background-color: #fff;
}

/* line 15, app/assets/stylesheets/public/siteNew.scss */
#wrapper {
  width: 1007px;
  margin: 0 auto;
  background-color: #fff;
}

/* line 16, app/assets/stylesheets/public/siteNew.scss */
#wrapper p, #about-wrapper p {
  padding: 0 0 16px 0;
}

/* line 17, app/assets/stylesheets/public/siteNew.scss */
#wrapper p.single, #about-wrapper p.single {
  padding: 0;
}

/* line 18, app/assets/stylesheets/public/siteNew.scss */
#interior-wrapper {
  width: 961px;
  margin: 0 auto;
  padding: 0 0 12px 0;
}

/* line 19, app/assets/stylesheets/public/siteNew.scss */
#home-interior-wrapper {
  width: 961px;
  margin: 0 auto;
  padding: 0;
}

/* line 20, app/assets/stylesheets/public/siteNew.scss */
#about-int {
  width: 961px;
  margin: 0 auto;
}

/* line 21, app/assets/stylesheets/public/siteNew.scss */
#header, #about-int #header {
  position: relative;
  z-index: 599;
}

/* line 22, app/assets/stylesheets/public/siteNew.scss */
#header #logo, #about-int #header #logo {
  background: transparent url(/assets/durst_logo-af90dbf35e33f96fa84ac3e92049442cd02a7b5ca7615b7723645635271c97a6.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/durst_logo-a4583cc4aa77060b7c7d9ad13e841cae3d7dc6cfa56a35394150f9a73b5cf120.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/durst_logo-a4583cc4aa77060b7c7d9ad13e841cae3d7dc6cfa56a35394150f9a73b5cf120.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/durst_logo-a4583cc4aa77060b7c7d9ad13e841cae3d7dc6cfa56a35394150f9a73b5cf120.svg);
  background-size: 100% 100%;
  display: block;
  width: 127px;
  height: 54px;
  text-indent: -999em;
  position: absolute;
  top: 24px;
  left: 0;
  background-position: top left;
  background-repeat: no-repeat;
}

/* line 34, app/assets/stylesheets/public/siteNew.scss */
#header span#language {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
}

/* Specific for Firefox */
@-moz-document url-prefix() {
  /* line 38, app/assets/stylesheets/public/siteNew.scss */
  #header span#language {
    width: 140px;
  }
}

/* Specific for IE9 */
/* line 42, app/assets/stylesheets/public/siteNew.scss */
:root #header span#language {
  width: 140px\9;
}

/* Specific for mobile devices */
@media only screen and (max-device-width: 1024px) {
  /* line 46, app/assets/stylesheets/public/siteNew.scss */
  #header span#language {
    width: 150px;
  }
}

/**********nav*******/
/* line 50, app/assets/stylesheets/public/siteNew.scss */
#nav {
  font-size: 10px;
  text-transform: uppercase;
  height: 27px;
  background: none;
  line-height: 11px;
  margin-bottom: 10px;
  padding-top: 59px;
}

/* line 52, app/assets/stylesheets/public/siteNew.scss */
#nav ul {
  list-style-type: none;
  background: none;
  position: relative;
  float: right;
}

/* line 54, app/assets/stylesheets/public/siteNew.scss */
#nav ul li {
  float: left;
  height: 27px;
  margin: 0 0 0 18px;
}

/* line 55, app/assets/stylesheets/public/siteNew.scss */
#nav ul li.first {
  margin: 0;
}

/* line 56, app/assets/stylesheets/public/siteNew.scss */
#nav ul li.short {
  margin: 0 0 0 26px;
}

/* line 57, app/assets/stylesheets/public/siteNew.scss */
#nav ul li a {
  padding: 8px 12px;
  color: #555555;
  text-decoration: none;
  text-indent: -999em;
}

/* line 63, app/assets/stylesheets/public/siteNew.scss */
#nav > ul > li > a {
  font-weight: bold;
  color: #7a7a7a;
  font-size: 12px;
  width: 90px;
}

/* line 69, app/assets/stylesheets/public/siteNew.scss */
#nav > ul > li:hover > a {
  background-color: #2d65b2;
  color: white;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

/************nav dropdowns*********/
/* line 79, app/assets/stylesheets/public/siteNew.scss */
#nav > ul > li ul {
  display: none;
}

/* line 82, app/assets/stylesheets/public/siteNew.scss */
#nav > ul > li:hover ul {
  display: block;
}

/* line 85, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul {
  z-index: 999;
  position: absolute;
  top: 18px;
  background-color: #f1f2f2;
  padding-top: 8px;
  white-space: nowrap;
}

/* line 86, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li {
  float: none;
  margin: 0;
  display: block;
  height: auto;
  border-bottom: 1px dotted #b8d0e3;
}

/* line 87, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li.last {
  border-bottom: none;
}

/* line 88, app/assets/stylesheets/public/siteNew.scss */
* #nav ul li ul li.last {
  border-bottom: 1px dotted #f1f2f2;
}

/* necessary for ie6 */
/* line 89, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li a {
  display: block;
  color: #555555;
  text-decoration: none;
  padding: 11px 22px 9px 8px;
  text-indent: 0;
}

/* line 90, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li.indent a {
  padding: 11px 22px 9px 14px;
}

/* line 91, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li a:hover {
  color: #0f6cb6;
  text-decoration: none;
}

/* line 92, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li ul#newDevProp {
  top: 0px;
  margin-left: -16px;
}

/* line 93, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li ul#commercialProp {
  top: 32px;
  margin-left: -16px;
}

/* line 94, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li ul#residentialProp {
  top: 64px;
  margin-left: -16px;
}

/* line 95, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li ul li a {
  padding-left: 30px;
}

/* line 96, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li ul li {
  display: none;
}

/* line 97, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li:hover ul {
  left: 165px;
  display: block;
}

/* line 98, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li:hover ul li {
  left: 165px;
  display: block;
  height: 31px;
}

/* line 99, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li ul li a:hover {
  color: #0f6cb6;
  text-decoration: none;
}

/* line 100, app/assets/stylesheets/public/siteNew.scss */
#nav ul.simplified_chinese li ul li:hover ul {
  left: 70px;
  display: block;
}

/* line 101, app/assets/stylesheets/public/siteNew.scss */
#nav ul.simplified_chinese li ul li:hover ul li {
  left: 70px;
  display: block;
  height: 31px;
}

/***************Main Content ************************/
/* line 104, app/assets/stylesheets/public/siteNew.scss */
#content-bottom {
  width: 961px;
  padding: 25px 0 56px 0;
}

/************Contact Page************/
/* line 107, app/assets/stylesheets/public/siteNew.scss */
#form-container {
  width: 406px;
  float: left;
  padding-right: 39px;
}

/* line 108, app/assets/stylesheets/public/siteNew.scss */
#address {
  float: left;
  width: 215px;
  font-size: 12px;
  line-height: 14px;
  padding-top: 20px;
}

/* line 109, app/assets/stylesheets/public/siteNew.scss */
#film_contact {
  float: left;
  width: 370px;
  font-size: 12px;
  line-height: 14px;
  padding-top: 38px;
  padding-left: 20px;
}

/* line 110, app/assets/stylesheets/public/siteNew.scss */
#film_contact li.title {
  color: #2D65B2;
  font-size: 14px;
}

/* line 111, app/assets/stylesheets/public/siteNew.scss */
#address a {
  color: #4c4c4c;
  text-decoration: underline;
}

/* line 112, app/assets/stylesheets/public/siteNew.scss */
#address a:hover {
  color: #2d65b2;
  text-decoration: underline;
}

/* line 113, app/assets/stylesheets/public/siteNew.scss */
#address ul {
  padding: 0 0 8px 0;
}

/* line 114, app/assets/stylesheets/public/siteNew.scss */
#contact-top {
  color: #2d65b2;
  font-size: 12px;
  line-height: 12px;
  padding: 11px 0 17px 0;
  background: url(/images/contactPage/contact_blue_bar.png) bottom left no-repeat;
}

/* line 115, app/assets/stylesheets/public/siteNew.scss */
#contact-top p {
  margin: 0;
  padding: 0;
}

/* line 116, app/assets/stylesheets/public/siteNew.scss */
#filter-form {
  padding-top: 16px;
}

/* line 117, app/assets/stylesheets/public/siteNew.scss */
#contact-form {
  padding: 0 0 30px 0;
  font-size: 11px;
  line-height: 11px;
  width: 406px;
  /*necessary for mac browsers*/
}

/* line 118, app/assets/stylesheets/public/siteNew.scss */
#wrapper #contact p {
  padding: 0 0 14px 0;
}

/* line 119, app/assets/stylesheets/public/siteNew.scss */
#contact-form fieldset#main {
  border: none;
}

/* line 120, app/assets/stylesheets/public/siteNew.scss */
#contact-form h3, #filter-form label {
  font-weight: normal;
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  padding-bottom: 5px;
}

/* line 121, app/assets/stylesheets/public/siteNew.scss */
#contact-form label {
  font-weight: normal;
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  padding-bottom: 5px;
}

/* line 122, app/assets/stylesheets/public/siteNew.scss */
#contact-form textarea {
  border: 1px solid #d6d6d6;
  font-family: Arial, Helvetica, sans-serif;
  color: #4c4c4c;
  font-size: 12px;
  padding: 1px;
  width: 100%;
}

/* line 123, app/assets/stylesheets/public/siteNew.scss */
#contact-form input {
  border: 1px solid #d6d6d6;
  font-family: Arial, Helvetica, sans-serif;
  color: #4c4c4c;
  font-size: 12px;
  padding: 1px;
  width: 100%;
}

/* for custom input field */
/* line 125, app/assets/stylesheets/public/siteNew.scss */
.filename {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  color: #4c4c4c;
  font-size: 12px;
}

/* line 127, app/assets/stylesheets/public/siteNew.scss */
#contact-form input.submit {
  height: 23px;
  border-width: 0px;
}

/* line 128, app/assets/stylesheets/public/siteNew.scss */
#contact-form input#pdf {
  width: 406px;
  height: 20px;
}

/* line 129, app/assets/stylesheets/public/siteNew.scss */
#contact-form textarea {
  height: 85px;
}

/* line 134, app/assets/stylesheets/public/siteNew.scss */
#contact-form fieldset#properties {
  border: 1px solid #d6d6d6;
  padding: 16px 20px 4px 20px;
  width: 364px;
  margin-bottom: 16px;
}

/* line 135, app/assets/stylesheets/public/siteNew.scss */
#contact-form fieldset#properties input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  width: auto;
}

/* resetting styles for input */
/* line 136, app/assets/stylesheets/public/siteNew.scss */
#contact-form fieldset#properties input {
  width: 8px;
  height: 8px;
}

/* line 138, app/assets/stylesheets/public/siteNew.scss */
#contact-form fieldset#properties label {
  font-size: 11px;
  text-transform: none;
  display: inline;
}

/* line 139, app/assets/stylesheets/public/siteNew.scss */
#contact-form fieldset#properties ul {
  list-style-type: none;
}

/* line 140, app/assets/stylesheets/public/siteNew.scss */
#contact-form fieldset#properties ul li {
  width: 181px;
  padding: 0 0 16px 0;
  float: left;
}

/* line 141, app/assets/stylesheets/public/siteNew.scss */
#contact-form fieldset#properties ul li.first-child {
  border-bottom: 1px solid #d6d6d6;
  float: none;
  margin-bottom: 5px;
  padding-bottom: 13px;
  width: 300px;
  margin: 0 64px 13px 0;
}

/* line 142, app/assets/stylesheets/public/siteNew.scss */
#contact-form #submitButton {
  cursor: pointer;
}

/* line 143, app/assets/stylesheets/public/siteNew.scss */
#contact-form label.error {
  text-align: left;
  color: #2d65b2;
  font-weight: bold;
  display: block;
  padding: 4px 0 0 0;
  text-transform: none;
  font-size: 11px;
  width: 340px;
}

/* line 144, app/assets/stylesheets/public/siteNew.scss */
#wrapper p.thankyou {
  font-size: 12px;
  line-height: 17px;
  padding-top: 15px;
  height: 70px;
}

/* line 145, app/assets/stylesheets/public/siteNew.scss */
#contact-form a#submitBtn {
  display: block;
  width: 93px;
  height: 25px;
  background: url(/images/contactPage/submitBtn.png) left top no-repeat;
  text-indent: -999em;
}

/* line 146, app/assets/stylesheets/public/siteNew.scss */
#contact-form a#submitBtn:hover {
  background: url(/images/contactPage/submitBtn-on.png) left top no-repeat;
}

/* line 148, app/assets/stylesheets/public/siteNew.scss */
#contact-form .pdfP {
  text-align: right;
}

/* line 149, app/assets/stylesheets/public/siteNew.scss */
* #contact-form .pdfP {
  position: relative;
}

/* line 150, app/assets/stylesheets/public/siteNew.scss */
#contact-form .pdfP a {
  padding-top: 4px;
  display: inline-block;
  color: #4c4c4c;
  text-decoration: underline;
}

/* line 151, app/assets/stylesheets/public/siteNew.scss */
* #contact-form .pdfP a {
  position: relative;
  z-index: 60000;
}

/* line 152, app/assets/stylesheets/public/siteNew.scss */
#contact-form .pdfP a:hover {
  color: #2d65b2;
}

/* line 153, app/assets/stylesheets/public/siteNew.scss */
#contact-form .pdfP label, #contact-form .pdfP input {
  text-align: left;
}

/* line 154, app/assets/stylesheets/public/siteNew.scss */
#contact-form .pdfP label.error {
  float: left;
}

/* line 155, app/assets/stylesheets/public/siteNew.scss */
#contact-form #inputCont {
  display: inline;
}

/* line 156, app/assets/stylesheets/public/siteNew.scss */
#contact-form span.error, #new_recommendation span.error {
  background: none;
  margin: 4px 0px 0px 0px;
  padding: 0;
  border: none;
  display: inline-block;
  font-weight: normal;
  color: red;
}

/* @group custom-select */
/* line 166, app/assets/stylesheets/public/siteNew.scss */
.custom-select {
  position: relative;
  z-index: 2;
  width: 193px;
  height: 26px;
  background: url(/images/contactPage/custom_drop.png) no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #4c4c4c;
}

/* line 167, app/assets/stylesheets/public/siteNew.scss */
.custom-select-box {
  position: relative;
  z-index: 2;
  float: left;
  line-height: 25px;
  padding-left: 10px;
  width: 183px;
  height: 22px;
  cursor: pointer;
}

/* line 168, app/assets/stylesheets/public/siteNew.scss */
.custom-select-list {
  position: absolute;
  z-index: 1000;
  top: 24px;
  left: 0;
  width: 193px;
  background: #fff;
  display: none;
}

/* line 169, app/assets/stylesheets/public/siteNew.scss */
.custom-select-list ul {
  list-style-type: none;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px dotted #d6d6d6;
}

/* line 170, app/assets/stylesheets/public/siteNew.scss */
.custom-select-list ul li {
  line-height: 24px;
}

/* line 171, app/assets/stylesheets/public/siteNew.scss */
.custom-select-list ul li a, .custom-select-list ul li a:visited {
  outline: none;
  height: 24px;
  display: block;
  padding: 0 5px 0 10px;
  color: #4c4c4c;
  text-decoration: none;
}

/* line 172, app/assets/stylesheets/public/siteNew.scss */
.custom-select-list ul li a:hover {
  background: #2d65b2;
  color: #fff;
}

/* @end */
/***************About Page Content & Sustainabilty Home Page Content************************/
/* line 176, app/assets/stylesheets/public/siteNew.scss */
#about-box-cont {
  width: 961px;
  background: url(/images/about_box_bkrd.jpg) repeat-y;
  min-height: 240px;
}

/* line 177, app/assets/stylesheets/public/siteNew.scss */
#about-box {
  padding: 66px 0 0 0;
  width: 961px;
  height: 280px;
  background: url(/images/about_home_right.jpg) right bottom no-repeat;
  position: relative;
}

/* line 178, app/assets/stylesheets/public/siteNew.scss */
#about-box a#timelineLink {
  position: absolute;
  width: 226px;
  height: 179px;
  display: block;
  right: 0;
  bottom: 50px;
  text-indent: -999em;
  cursor: pointer;
}

/* line 179, app/assets/stylesheets/public/siteNew.scss */
#about-box h1 {
  text-indent: -999em;
  height: 32px;
  margin: 0 0 15px 40px;
}

/* line 180, app/assets/stylesheets/public/siteNew.scss */
#about-box #box-content {
  width: 600px;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  margin-left: 40px;
  padding-bottom: 13px;
}

/* line 181, app/assets/stylesheets/public/siteNew.scss */
#about-box #buttons {
  margin-left: 29px;
}

/* line 182, app/assets/stylesheets/public/siteNew.scss */
#about-box #buttons a {
  display: block;
  text-indent: -999em;
  margin-right: 10px;
}

/* line 183, app/assets/stylesheets/public/siteNew.scss */
#about-box a#execTeam {
  background: url(/images/execTeam.png) top left no-repeat;
  width: 112px;
  height: 35px;
  float: left;
}

/* line 184, app/assets/stylesheets/public/siteNew.scss */
#about-box a#partnerships {
  background: url(/images/partnerships.png) top left no-repeat;
  width: 103px;
  height: 35px;
  float: left;
}

/* line 185, app/assets/stylesheets/public/siteNew.scss */
#about-box a#media {
  background: url(/images/media.png) top left no-repeat;
  width: 67px;
  height: 35px;
  float: left;
}

/* line 187, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav {
  width: 1015px;
  height: 240px;
}

/* line 188, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav .box {
  width: 203px;
  height: 190px;
  float: left;
  position: relative;
}

/* line 189, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav .box a {
  display: block;
  width: 149px;
  height: 170px;
  position: absolute;
  top: 20px;
  left: 0px;
  text-indent: -999em;
}

/****sustain page***/
/* line 192, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav a#commitment {
  background: url(/images/sustainPage/commitment.jpg) top left no-repeat;
}

/* line 193, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav a#commitment:hover {
  background: url(/images/sustainPage/commitment_over.jpg) top left no-repeat;
}

/* line 194, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav a#oneBryant {
  background: url(/images/sustainPage/one_bryant.jpg) top left no-repeat;
}

/* line 195, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav a#oneBryant:hover {
  background: url(/images/sustainPage/one_bryant_over.jpg) top left no-repeat;
}

/* line 196, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav a#fourTimes {
  background: url(/images/sustainPage/four_times.jpg) top left no-repeat;
}

/* line 197, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav a#fourTimes:hover {
  background: url(/images/sustainPage/four_times_over.jpg) top left no-repeat;
}

/* line 198, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav a#helena {
  background: url(/images/sustainPage/helena.jpg) top left no-repeat;
}

/* line 199, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav a#helena:hover {
  background: url(/images/sustainPage/helena_over.jpg) top left no-repeat;
}

/* line 200, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav a#epic {
  background: url(/images/sustainPage/epic.jpg) top left no-repeat;
}

/* line 201, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav a#epic:hover {
  background: url(/images/sustainPage/epic_over.jpg) top left no-repeat;
}

/***end***/
/* line 204, app/assets/stylesheets/public/siteNew.scss */
#layoutA-top {
  padding-bottom: 4px;
}

/* line 205, app/assets/stylesheets/public/siteNew.scss */
.layoutA-left {
  float: left;
  width: 357px;
  padding: 50px 30px 0 0;
  font-size: 12px;
  line-height: 17px;
}

/* line 206, app/assets/stylesheets/public/siteNew.scss */
.layoutA-left h1 {
  height: 32px;
  text-indent: -999em;
  margin-bottom: 15px;
}

/*** about headers ***/
/* line 208, app/assets/stylesheets/public/siteNew.scss */
.layoutA-left h1#interests {
  background: url(/images/aboutPage/interests_hdr.png) top left no-repeat;
}

/* line 210, app/assets/stylesheets/public/siteNew.scss */
.layoutA-left a {
  display: block;
  background: url(/images/arrow_circle.png) top left no-repeat;
  padding-left: 15px;
  color: #2d65b2;
  text-decoration: none;
}

/* line 211, app/assets/stylesheets/public/siteNew.scss */
.layoutA-left a:hover {
  text-decoration: underline;
}

/* line 213, app/assets/stylesheets/public/siteNew.scss */
.layoutA-right {
  float: left;
  width: 574px;
  min-height: 346px;
}

/***interests page ***/
/* line 216, app/assets/stylesheets/public/siteNew.scss */
.layoutA-right .list-container {
  padding: 47px 0 0 40px;
  font-size: 12px;
  line-height: 17px;
}

/* line 217, app/assets/stylesheets/public/siteNew.scss */
.layoutA-right .list-container a {
  color: #4c4c4c;
  text-decoration: underline;
}

/* line 218, app/assets/stylesheets/public/siteNew.scss */
.layoutA-right .list-container a:hover {
  color: #2d65b2;
  text-decoration: underline;
}

/* line 219, app/assets/stylesheets/public/siteNew.scss */
.layoutA-right .list-container ul {
  width: 267px;
  float: left;
  list-style-type: none;
}

/*.layoutA-right .list-container ul li ul { padding: 0 0 13px 0;}*/
/* line 222, app/assets/stylesheets/public/siteNew.scss */
.layoutA-right .list-container ul li ul {
  padding: 0 0 0px 0;
}

/* line 223, app/assets/stylesheets/public/siteNew.scss */
.layoutA-right .list-container ul li ul li h4 {
  color: #2d65b2;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
}

/***** Tooltip  ****/
/* line 227, app/assets/stylesheets/public/siteNew.scss */
.about-over {
  width: 202px;
  position: absolute;
  z-index: 5;
  bottom: 88px;
  right: 0;
  display: none;
  cursor: pointer;
}

/* line 228, app/assets/stylesheets/public/siteNew.scss */
.about-over .over-top {
  height: 12px;
  background: url(/images/aboutPage/box_top.png) top left no-repeat;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/aboutPage/box_top.png');
}

/* line 232, app/assets/stylesheets/public/siteNew.scss */
.about-over .over-mid {
  min-height: 50px;
  background: url(/images/aboutPage/box_mid.png) repeat-y;
  font-size: 10px;
  line-height: 12px;
  color: #535353;
  padding: 0 13px;
}

/* line 233, app/assets/stylesheets/public/siteNew.scss */
.about-over .over-mid .learn {
  background: url(/images/aboutPage/learn_bul.png) left 2px no-repeat;
  padding-left: 7px;
  position: relative;
  z-index: 6;
}

/* line 234, app/assets/stylesheets/public/siteNew.scss */
.about-over .over-bot {
  background: url(/images/aboutPage/box_bottom.png) top left no-repeat;
  height: 31px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/aboutPage/box_bottom.png');
}

/***************Sustainability subpages & Property landing pages**********************/
/* line 242, app/assets/stylesheets/public/siteNew.scss */
#topImage {
  width: 961px;
  height: 346px;
  background-position: left top;
  background-repeat: no-repeat;
}

/* line 243, app/assets/stylesheets/public/siteNew.scss */
.commit-img {
  background-image: url(/images/sustainPage/commit_main.jpg);
}

/* line 244, app/assets/stylesheets/public/siteNew.scss */
.obp-img {
  background-image: url(/images/sustainPage/obp_main.jpg);
}

/* line 245, app/assets/stylesheets/public/siteNew.scss */
.four-times-img {
  background-image: url(/images/sustainPage/four_times_main.jpg);
}

/* line 246, app/assets/stylesheets/public/siteNew.scss */
.helena-img {
  background-image: url(/images/sustainPage/helena_main.jpg);
}

/* line 247, app/assets/stylesheets/public/siteNew.scss */
.epic-img {
  background-image: url(/images/sustainPage/epic_main.jpg);
}

/***Property landing pages***/
/* line 249, app/assets/stylesheets/public/siteNew.scss */
.comm-img {
  width: 961px;
  background-image: url(/images/propertySubPages/comm_main.jpg);
}

/* line 250, app/assets/stylesheets/public/siteNew.scss */
.res-img {
  background-image: url(/images/propertySubPages/res_main.jpg);
}

/* line 251, app/assets/stylesheets/public/siteNew.scss */
.new-dev-img {
  background-image: url(/images/propertySubPages/new_dev_main.jpg);
}

/* line 252, app/assets/stylesheets/public/siteNew.scss */
.sign-img {
  background-image: url(/images/propertySubPages/lease_the_sign.jpg);
}

/**end**/
/* line 255, app/assets/stylesheets/public/siteNew.scss */
#left-nav {
  float: left;
  width: 180px;
  margin-right: 79px;
  background: url(/images/sustainPage/left_nav_grey_bar.png) top left no-repeat;
  padding: 7px 0 0 0;
}

/* line 256, app/assets/stylesheets/public/siteNew.scss */
#left-nav li {
  border-bottom: 1px dotted #b1b1b1;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 10px;
  font-weight: bold;
  padding: 11px 0;
}

/* line 257, app/assets/stylesheets/public/siteNew.scss */
#left-nav li.container {
  padding: 0;
}

/* line 258, app/assets/stylesheets/public/siteNew.scss */
#left-nav li a {
  color: #000;
  text-decoration: none;
}

/* line 259, app/assets/stylesheets/public/siteNew.scss */
#left-nav li a:hover, #left-nav li a.current {
  color: #2c65b2;
}

/**subnav**/
/* line 261, app/assets/stylesheets/public/siteNew.scss */
#left-nav li ul {
  padding: 0 0 15px 0;
}

/* line 262, app/assets/stylesheets/public/siteNew.scss */
#left-nav li ul li {
  border: none;
  padding: 14px 0 0 0;
}

/* line 263, app/assets/stylesheets/public/siteNew.scss */
#left-nav li ul li a {
  color: #4c4c4c;
}

/* line 265, app/assets/stylesheets/public/siteNew.scss */
#layoutB-main {
  float: left;
  width: 474px;
  font: normal 12px/17px Arial, Helvetica, sans-serif;
}

/* line 266, app/assets/stylesheets/public/siteNew.scss */
#layoutB-main h1#commit {
  background: url(/images/commit_hdr.png) top left no-repeat;
}

/* line 267, app/assets/stylesheets/public/siteNew.scss */
#layoutB-main h1#oneBryant {
  background: url(/images/one_bryant_park.png) top left no-repeat;
}

/* line 268, app/assets/stylesheets/public/siteNew.scss */
#layoutB-main h1#fourTimes {
  background: url(/images/four_times_square.png) top left no-repeat;
}

/* line 269, app/assets/stylesheets/public/siteNew.scss */
#layoutB-main h1#helena {
  background: url(/images/helena_hdr.png) top left no-repeat;
}

/* line 270, app/assets/stylesheets/public/siteNew.scss */
#layoutB-main h1#epic {
  background: url(/images/epic_hdr.png) top left no-repeat;
}

/* line 272, app/assets/stylesheets/public/siteNew.scss */
#layoutB-callout-cont {
  float: left;
  width: 149px;
  float: right;
}

/* line 273, app/assets/stylesheets/public/siteNew.scss */
#link-cont {
  background: url(/images/sustainPage/right_grey_bar.png) left top no-repeat;
  padding: 15px 0 0 0;
  margin-top: 11px;
  overflow: hidden;
  /*for ie6 */
}

/* line 274, app/assets/stylesheets/public/siteNew.scss */
#link-cont a {
  display: block;
  background: url(/images/blue_carat.png) left top no-repeat;
  padding-left: 12px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

/* line 275, app/assets/stylesheets/public/siteNew.scss */
#link-cont a:hover {
  color: #2d65b2;
  text-decoration: underline;
}

/* line 277, app/assets/stylesheets/public/siteNew.scss */
#layoutB-main #site-link-cont {
  border-top: 1px dotted #a5a5a5;
  padding-top: 13px;
}

/* line 278, app/assets/stylesheets/public/siteNew.scss */
#layoutB-main #site-link-cont a {
  display: block;
  background: url(/images/arrow_circle.png) top left no-repeat;
  padding-left: 15px;
  color: #2d65b2;
  text-decoration: none;
}

/* line 279, app/assets/stylesheets/public/siteNew.scss */
#layoutB-main #site-link-cont a:hover {
  text-decoration: underline;
}

/***************Property Page Content & Sustainability Subpage Shared styles************************/
/* line 283, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid a, #layoutB-main a {
  color: #4c4c4c;
  text-decoration: underline;
}

/* line 284, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid a:hover, #layoutB-main a:hover {
  color: #2d65b2;
  text-decoration: underline;
}

/* line 285, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid a.fancy {
  background: url(/images/blue_link_arrow.png) left top no-repeat;
  padding-left: 20px;
  text-decoration: none;
  color: #4c4c4c;
}

/* line 286, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid a.fancy:hover {
  text-decoration: underline;
}

/* line 287, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid a.caratLink {
  display: block;
  background: url(/images/arrow_circle.png) top left no-repeat;
  padding-left: 15px;
  color: #2d65b2;
  text-decoration: none;
  padding: 0 0 16px 15px;
}

/* line 288, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid a.caratLink:hover {
  text-decoration: underline;
}

/* line 289, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid .res-props {
  border-top: 1px dotted #a5a5a5;
  padding: 16px 0 0 0;
}

/* line 290, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left {
  float: left;
  width: 232px;
  margin: 0 29px 0 0;
}

/* line 291, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect {
  width: 232px;
  border-top: 1px dotted #b1b1b1;
  padding: 12px 0;
}

/* line 292, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect h4 {
  font-weight: bold;
  color: #2d65b2;
  font-size: 14px;
  line-height: 16px;
}

/* line 293, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect .category-contacts p {
  text-transform: uppercase;
  font-weight: bold;
  color: #545454;
  font-size: 0.875rem;
  line-height: 1rem;
  padding-top: 1.875rem;
}

/* line 294, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect .note {
  color: #2d65b2;
  font-size: 11px;
  line-height: 11px;
  padding-top: 7px;
  font-weight: normal;
}

/* line 296, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect ul.pdf {
  list-style-type: none;
  padding: 4px 0 15px 0;
}

/* line 297, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect ul.pdf li {
  background: url(/images/pdf.png) left top no-repeat;
  padding: 0 0 5px 14px;
  line-height: 10px;
}

/* line 298, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect ul.pdf li a {
  color: #000;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 300, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect ul.avail {
  list-style-type: none;
  padding: 4px 0 15px 0;
}

/* line 301, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect ul.avail li {
  background: url(/images/blackArrow.png) left top no-repeat;
  padding: 0 0 5px 14px;
  line-height: 10px;
}

/* line 302, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect ul.avail li a {
  color: #000;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 304, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect ul.left-btns {
  list-style-type: none;
  padding: 4px 0 15px 0;
}

/* line 306, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect ul.left-btns li {
  padding: 2px 0 8px 0;
  line-height: 10px;
}

/* line 307, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect ul.left-btns li a {
  display: block;
  width: 203px;
  height: 10px;
  padding: 7px 0 6px 28px;
  background: url(/images/left_btn.png) left top no-repeat;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 308, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect ul.left-btns li a:hover {
  background: url(/images/left_btn_over.png) left top no-repeat;
  color: #000;
}

/* line 310, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid {
  float: left;
  width: 406px;
  margin: 0 43px 0 0;
  font: normal 12px/17px Arial, Helvetica, sans-serif;
  word-wrap: break-word;
}

/* line 311, app/assets/stylesheets/public/siteNew.scss */
* #content-bottom #three-col-mid {
  margin: 0 21px 0 0;
}

/* line 312, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1, #layoutB-main h1 {
  text-indent: -999em;
  height: 23px;
  padding-bottom: 10px;
}

/* line 313, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1, #layoutB-main h1#property-text-title {
  text-indent: 0;
}

/* line 314, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#no_title_image, #layoutB-main h1#no_title_image {
  text-indent: 0;
  font-weight: 200;
}

/***prop landing pages***/
/* line 316, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#map {
  background: url(/images/propertySubPages/prop_map_hdr.png) top left no-repeat;
}

/* line 317, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#commercial {
  background: url(/images/propertySubPages/comm_hdr.png) top left no-repeat;
}

/* line 318, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#residential {
  background: url(/images/propertySubPages/res_hdr.png) top left no-repeat;
}

/* line 319, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#new-dev {
  background: url(/images/propertySubPages/new_dev_hdr.png) top left no-repeat;
}

/***end***/
/* line 322, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#sign {
  background: url(/images/sign.png) top left no-repeat;
}

/* line 323, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#fourTimes {
  background: url(/images/four_times_square.png) top left no-repeat;
}

/* line 324, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#oneBryant {
  background: url(/images/one_bryant_park.png) top left no-repeat;
}

/* line 325, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#w47th {
  background: url(/images/114_west_47th_street.png) top left no-repeat;
}

/* line 326, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#aveAmer1155 {
  background: url(/images/1155_ave_of_the_americas.png) top left no-repeat;
}

/* line 327, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#aveAmer1133 {
  background: url(/images/1133_ave_of_the_americas.png) top left no-repeat;
}

/* line 328, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#thirdAve825 {
  background: url(/images/825_third_avenue.png) top left no-repeat;
}

/* line 329, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#thirdAve675 {
  background: url(/images/675_third_ave.png) top left no-repeat;
}

/* line 330, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#thirdAve733 {
  background: url(/images/733_third_ave.png) top left no-repeat;
}

/* line 331, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#thirdAve655 {
  background: url(/images/655_third_ave.png) top left no-repeat;
}

/* line 332, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#e42nd {
  background: url(/images/205_east_42nd_street.png) top left no-repeat;
}

/* line 333, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h5 {
  font: normal 12px/16px Arial, Helvetica, sans-serif;
  color: #2d65b2;
  float: left;
}

/* line 334, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid #callout {
  margin: 0 0 19px 0;
  border-top: 1px dotted #a5a5a5;
  border-bottom: 1px dotted #a5a5a5;
  padding: 12px 0;
}

/* line 335, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid #callout ul.tenants {
  width: 319px;
  float: left;
  padding: 0;
  list-style-type: none;
}

/* line 336, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid #callout ul.tenants li {
  background: none;
}

/* line 337, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h3, #layoutB-main h3 {
  color: #2d65b2;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
  padding-bottom: 7px;
}

/* line 338, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h4, #layoutB-main h4 {
  text-transform: uppercase;
  color: #000;
  font-size: 10px;
  line-height: 11px;
  padding-bottom: 5px;
  font-weight: bold;
}

/* line 339, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid ul, #layoutB-main ul {
  list-style-type: none;
  padding: 0 0 16px 0;
}

/* line 340, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid ul, #layoutB-main ul li {
  list-style-type: none;
  padding: 0 0 5px 10px;
}

/* line 341, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid ul li, #layoutB-main li {
  padding-left: 8px;
  background: url(/images/bullet.png) top left no-repeat;
}

/* line 342, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid ul.plainlist li {
  padding: 0;
  background: none;
}

/* line 343, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid #form-cont {
  border-top: 1px dotted #a5a5a5;
  padding: 16px 0 0 0;
}

/* line 344, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid #form-cont #contact-form {
  padding-top: 0px;
}

/* line 346, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-rt {
  float: right;
  width: 251px;
}

/* line 347, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #map-page-wrapper {
  padding-top: 2px;
}

/* line 349, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #video {
  padding-top: 20px;
  padding-bottom: 30px;
}

/*************** PROPERTY PAGE  ANIMATION *******************/
/*template styles */
/* line 353, app/assets/stylesheets/public/siteNew.scss */
#slideshow {
  position: relative;
  height: 348px;
  width: 961px;
  margin: 0;
  overflow: hidden;
}

/* Gallery Setup ------------------------ */
/* line 357, app/assets/stylesheets/public/siteNew.scss */
.gallery-frame {
  height: 348px;
  overflow: hidden;
  position: relative;
  top: 0px;
  width: 961px;
}

/* line 358, app/assets/stylesheets/public/siteNew.scss */
.gallery-frame ul.gallery {
  width: 10000px;
  position: relative;
  top: 0px;
}

/* line 359, app/assets/stylesheets/public/siteNew.scss */
li.entry {
  background: #fff no-repeat left top;
  height: 348px;
  width: 961px;
  float: left;
}

/* line 360, app/assets/stylesheets/public/siteNew.scss */
ul.gallery {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 361, app/assets/stylesheets/public/siteNew.scss */
ul.gallery ul {
  list-style-type: none;
}

/* line 363, app/assets/stylesheets/public/siteNew.scss */
ul.gallery ul.link {
  position: relative;
  top: 320px;
  left: 220px;
  z-index: 22;
  width: 200px;
}

/***************  END PROPERTY PAGE ANIMATION *******************/
/*accordion styles */
/* line 367, app/assets/stylesheets/public/siteNew.scss */
.learnMore {
  position: relative;
  padding-bottom: 10px;
}

/* line 368, app/assets/stylesheets/public/siteNew.scss */
.learnMore span {
  position: relative;
  top: 4px;
  padding-left: 9px;
}

/* line 369, app/assets/stylesheets/public/siteNew.scss */
.learnMore a {
  text-decoration: none;
}

/* line 370, app/assets/stylesheets/public/siteNew.scss */
.learnMore a:hover {
  text-decoration: underline;
}

/* line 371, app/assets/stylesheets/public/siteNew.scss */
a.more {
  display: block;
  background: url(/images/linkArrowOff.png) left 2px no-repeat;
  padding: 0 0 0 17px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #4c4c4c;
  font-size: 10px;
  font-weight: bold;
  margin-left: 12px;
}

/* line 372, app/assets/stylesheets/public/siteNew.scss */
a.more:hover {
  background: url(/images/linkArrowOver.png) left 2px no-repeat;
  color: #2d65b2;
  cursor: pointer;
}

/* line 374, app/assets/stylesheets/public/siteNew.scss */
.accordion_two p, .accordion_open ul, .accordion.sustainability p {
  margin: 11px 11px 10px 11px;
}

/* line 375, app/assets/stylesheets/public/siteNew.scss */
.accordion .propertyMap {
  height: 162px;
}

/* line 376, app/assets/stylesheets/public/siteNew.scss */
.accordion_three {
  margin-top: 5px;
}

/* line 377, app/assets/stylesheets/public/siteNew.scss */
.accordion_three {
  background: url(/images/blue_bar.png) top left no-repeat;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  width: 271px;
}

/* line 378, app/assets/stylesheets/public/siteNew.scss */
.accordion_three h3 {
  padding-top: 11px;
}

/* line 379, app/assets/stylesheets/public/siteNew.scss */
.accordion_three span {
  background: url(/images/ui-icons_1a4e91_256x240.png) no-repeat;
  background-position: -38px -16px;
  display: inline-block;
  height: 16px;
  width: 11px;
  float: left;
}

/* line 380, app/assets/stylesheets/public/siteNew.scss */
.accordion_three a {
  float: left;
  color: black;
  display: block;
  padding-top: 2px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

/* line 381, app/assets/stylesheets/public/siteNew.scss */
.accordion_three a:hover {
  color: #2d65b2;
  text-decoration: underline;
}

/* line 382, app/assets/stylesheets/public/siteNew.scss */
a.accordion_sublist {
  margin-left: 12px;
  color: #4C4C4C;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: bold;
}

/* line 384, app/assets/stylesheets/public/siteNew.scss */
#link-cont a {
  display: block;
  background: url(/images/blue_carat.png) left top no-repeat;
  padding-left: 12px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}

/* line 386, app/assets/stylesheets/public/siteNew.scss */
.accordion, .accordion_two {
  background: url(/images/blue_bar.png) top left no-repeat;
}

/* line 387, app/assets/stylesheets/public/siteNew.scss */
#wrapper .accordion_two p {
  padding: 0;
}

/*javascript slide show navigation */
/* line 391, app/assets/stylesheets/public/siteNew.scss */
.item3 {
  text-decoration: none;
  margin: 2px;
  color: #FFFFFF;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 392, app/assets/stylesheets/public/siteNew.scss */
.item3selected {
  color: #02a3e3;
}

/* line 393, app/assets/stylesheets/public/siteNew.scss */
#navigator {
  width: 55px;
  overflow: hidden;
}

/* Properties Slide Navigation ------------------------ */
/* line 396, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation {
  float: none;
  height: 30px;
  position: absolute;
  top: 314px;
  width: 961px;
  z-index: 22;
}

/* line 397, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

/* line 398, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation a:link, #slideNavigation a:visited {
  color: #fff;
}

/* line 399, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation li {
  float: left;
  background: transparent none;
}

/* line 400, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation #selector .label {
  padding-left: 5px;
  padding-right: 10px;
  display: inline;
  text-transform: uppercase;
  font-size: 10px;
}

/* line 401, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation #selector .label a {
  color: #ece0d4;
}

/* line 402, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation #selector .label a.disabled:hover {
  text-decoration: none;
  cursor: default;
}

/* line 403, app/assets/stylesheets/public/siteNew.scss */
div.disabled {
  cursor: default !important;
}

/* line 404, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation #selector ol {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}

/* line 405, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation #selector ol li {
  padding: 0 5px 0px 0px;
  margin-top: 5px;
  display: inline;
  float: none;
  background-color: transparent;
  font-size: 0.1px;
  line-height: 0.1px;
}

/* line 406, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation #selector {
  left: 5px;
  position: relative;
  top: 12px;
  display: inline;
}

/* line 407, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation #selector ol li a {
  color: white;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 4px;
  position: relative;
  top: -1px;
}

/* line 408, app/assets/stylesheets/public/siteNew.scss */
#viewAll {
  left: 811px;
  position: absolute;
  top: 320px;
  z-index: 22;
}

/* line 409, app/assets/stylesheets/public/siteNew.scss */
* #viewAll {
  z-index: 27;
}

/* line 410, app/assets/stylesheets/public/siteNew.scss */
#viewAll img {
  cursor: pointer;
}

/* line 411, app/assets/stylesheets/public/siteNew.scss */
#viewLarge {
  float: left;
  position: relative;
  top: 13px;
  z-index: 601;
  width: 65px;
  padding-left: 10px;
}

/* line 412, app/assets/stylesheets/public/siteNew.scss */
* #viewLarge {
  left: 0px;
}

/* line 413, app/assets/stylesheets/public/siteNew.scss */
#viewLarge img {
  z-index: 400;
  position: relative;
  bottom: 7px;
  z-index: 602;
}

/* line 414, app/assets/stylesheets/public/siteNew.scss */
#navBackground {
  background: black;
  opacity: .6;
  -moz-opacity: .6;
  filter: alpha(opacity=60);
  width: 961px;
  height: 35px;
  position: absolute;
  top: 314px;
  z-index: 20;
}

/* line 415, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation #selector ol li a.current {
  color: #02a3e3;
  text-decoration: none;
}

/* line 416, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation #selector ol li a:hover {
  color: #02a3e3;
  text-decoration: none;
}

/* line 417, app/assets/stylesheets/public/siteNew.scss */
#slideImage0, #slideImage1, #slideImage2, #slideImage3, #slideImage4, #slideImage5, #slideImage6, #slideImage7, #slideImage8, #slideImage9, #slideImage10, #slideImage11, #slideImage12, #slideImage13, #slideImage14 {
  display: none;
}

/*********** Footer ***********/
/* line 421, app/assets/stylesheets/public/siteNew.scss */
#footerWrapper {
  background-color: #e5e5e5;
  border-top: 1px dotted #d5d5d5;
}

/* line 422, app/assets/stylesheets/public/siteNew.scss */
#footer {
  width: 961px;
  margin: 0 auto;
  padding: 24px 0;
  font-size: 10px;
  line-height: 10px;
  color: #a6a6a6;
}

/* line 423, app/assets/stylesheets/public/siteNew.scss */
#footer ul {
  color: #818181;
  padding-bottom: 9px;
  list-style-type: none;
}

/* line 424, app/assets/stylesheets/public/siteNew.scss */
#footer ul li {
  float: left;
  background: url(/images/divide_line.png) right 1px no-repeat;
}

/* line 425, app/assets/stylesheets/public/siteNew.scss */
#footer a {
  color: #818181;
  text-decoration: none;
}

/* line 426, app/assets/stylesheets/public/siteNew.scss */
#footer a:hover {
  text-decoration: underline;
}

/* line 428, app/assets/stylesheets/public/siteNew.scss */
#footer #leftFoot {
  float: left;
}

/* line 430, app/assets/stylesheets/public/siteNew.scss */
#footer address {
  padding: 0 0 14px 0;
  font-style: normal;
  line-height: 15px;
}

/* line 431, app/assets/stylesheets/public/siteNew.scss */
#footer #legalLinks {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
  line-height: 15px;
}

/* line 432, app/assets/stylesheets/public/siteNew.scss */
#location {
  padding: 24px 0 0 0;
}

/* line 433, app/assets/stylesheets/public/siteNew.scss */
#location div {
  padding: 0 0 4px 0;
  float: right;
}

/* line 434, app/assets/stylesheets/public/siteNew.scss */
#footer #location div span {
  display: block;
  float: left;
  margin-left: 10px;
}

/* line 435, app/assets/stylesheets/public/siteNew.scss */
#footer #location .col-one {
  width: 102px;
}

/* line 436, app/assets/stylesheets/public/siteNew.scss */
#footer #location .col-two {
  width: 119px;
}

/* line 437, app/assets/stylesheets/public/siteNew.scss */
#footer #location .col-three {
  width: 150px;
}

/* line 438, app/assets/stylesheets/public/siteNew.scss */
#footer #location .col-four {
  width: 96px;
}

/* line 439, app/assets/stylesheets/public/siteNew.scss */
#footer #location .col-five {
  width: 85px;
  text-align: right;
}

/* line 441, app/assets/stylesheets/public/siteNew.scss */
#footer #rightFoot {
  width: 580px;
  float: right;
}

/* line 442, app/assets/stylesheets/public/siteNew.scss */
#footer #rightFoot ul {
  float: right;
}

/* line 443, app/assets/stylesheets/public/siteNew.scss */
#footer #rightFoot ul li {
  padding: 0 9px 0 7px;
}

/* line 444, app/assets/stylesheets/public/siteNew.scss */
#footer #leftFoot ul li.last, #footer #rightFoot ul li.last {
  padding-right: 0px;
  background: none;
}

/* line 445, app/assets/stylesheets/public/siteNew.scss */
#footer #leftFoot ul li.first, #footer #rightFoot ul li.first {
  padding-left: 0px;
}

/*** timeline Flash hidden Container **/
/* line 450, app/assets/stylesheets/public/siteNew.scss */
#timelineFlash {
  width: 961px;
  height: 330px;
}

/* line 451, app/assets/stylesheets/public/siteNew.scss */
div#getFlashPlayer {
  color: #4c4c4c;
  text-align: center;
  position: relative;
  overflow: hidden;
  top: 30%;
}

/** Debt Clock Page **/
/* line 455, app/assets/stylesheets/public/siteNew.scss */
#zDebtBox tr td {
  text-align: left;
}

/* line 456, app/assets/stylesheets/public/siteNew.scss */
#zDebtBox tr td#debt-top {
  padding-left: 13px;
}

/* custom dropdown styles */
/* line 459, app/assets/stylesheets/public/siteNew.scss */
.dd {
  text-align: left;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #4c4c4c;
  float: left;
}

/* line 460, app/assets/stylesheets/public/siteNew.scss */
* .dd {
  float: none;
}

/* line 462, app/assets/stylesheets/public/siteNew.scss */
#contact-form select, #filter-form select {
  width: 197px;
  height: 26px;
}

/* width: 220px;  FOR MAC FF - fix this*/
/* custom dropdown styles */
/* line 469, app/assets/stylesheets/public/siteNew.scss */
.dd {
  text-align: left;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  float: left;
}

/* line 470, app/assets/stylesheets/public/siteNew.scss */
* .dd {
  float: none;
}

/* line 471, app/assets/stylesheets/public/siteNew.scss */
.dd .ddTitle {
  background: url(/../images/drop.png) repeat-x #fff;
  border: 1px solid #d6d6d6;
  padding: 0 2px 0 10px;
  text-indent: 0;
  cursor: default;
  overflow: hidden;
  height: 24px;
}

/* line 472, app/assets/stylesheets/public/siteNew.scss */
.dd .ddTitle span.arrow {
  background: url(/../images/arrow.png) no-repeat 0 0 #fff;
  float: right;
  display: inline-block;
  width: 22px;
  height: 24px;
  cursor: pointer;
}

/* line 473, app/assets/stylesheets/public/siteNew.scss */
.dd .ddTitle span.textTitle {
  text-indent: 1px;
  overflow: hidden;
  line-height: 23px;
}

/* line 474, app/assets/stylesheets/public/siteNew.scss */
.dd .ddTitle span.textTitle img {
  text-align: left;
  padding: 0 2px 0 0;
}

/* line 475, app/assets/stylesheets/public/siteNew.scss */
.dd .ddTitle img.selected {
  padding: 0 3px 0 0;
  vertical-align: top;
}

/* line 476, app/assets/stylesheets/public/siteNew.scss */
.dd .ddChild {
  position: absolute;
  border: 1px solid #d6d6d6;
  border-top: none;
  display: none;
  margin: 0;
  width: auto;
  overflow: auto;
  overflow-x: hidden !important;
  background-color: #ffffff;
}

/* line 477, app/assets/stylesheets/public/siteNew.scss */
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {
  padding-left: 10px;
}

/* line 478, app/assets/stylesheets/public/siteNew.scss */
.dd .ddChild a {
  display: block;
  padding: 4px 0 4px 10px;
  text-decoration: none;
  color: #4c4c4c;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

/* line 479, app/assets/stylesheets/public/siteNew.scss */
.dd .ddChild a:hover {
  background: #f1f2f2;
}

/* line 480, app/assets/stylesheets/public/siteNew.scss */
.dd .ddChild a img {
  border: 0;
  padding: 0 2px 0 0;
  vertical-align: middle;
}

/* line 481, app/assets/stylesheets/public/siteNew.scss */
.dd .ddChild a.selected {
  background: #f1f2f2;
}

/* line 482, app/assets/stylesheets/public/siteNew.scss */
.hidden {
  display: none;
}

/* @end */
/* @group clearfix */
/* line 488, app/assets/stylesheets/public/siteNew.scss */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0.0001;
  content: " ";
  clear: both;
  height: 0;
}

/* line 489, app/assets/stylesheets/public/siteNew.scss */
.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
/* line 491, app/assets/stylesheets/public/siteNew.scss */
* .clearfix {
  height: 1%;
}

/* line 492, app/assets/stylesheets/public/siteNew.scss */
.clearfix {
  display: block;
}

/* close commented backslash hack */
/* line 494, app/assets/stylesheets/public/siteNew.scss */
.clearfix.property-description {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* @end */
/***executive team pages ***/
/* line 500, app/assets/stylesheets/public/siteNew.scss */
.team-img {
  background-image: url(/images/aboutPage/executiveTeam/team_main.jpg);
}

/* line 502, app/assets/stylesheets/public/siteNew.scss */
#bio {
  width: 961px;
  min-height: 346px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

/* line 503, app/assets/stylesheets/public/siteNew.scss */
#bio .bio-image-container {
  width: 259px;
  flex-shrink: 0;
}

/* line 504, app/assets/stylesheets/public/siteNew.scss */
#bio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 505, app/assets/stylesheets/public/siteNew.scss */
#wrapper p, #about-wrapper #bio #bio-content p {
  padding: 5px 0 0 0;
}

/* line 506, app/assets/stylesheets/public/siteNew.scss */
#bio #bio-content {
  flex: 1;
  min-height: 286px;
  padding: 30px 30px 30px 35px;
  background-color: #2A61AC;
  font: normal 11px/17px Arial, Helvetica, sans-serif;
  color: #fff;
}

/* line 507, app/assets/stylesheets/public/siteNew.scss */
#bio-content h1 {
  text-indent: -999em;
  height: 27px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 100%;
  border-bottom: 1px dotted #799dce;
  margin-bottom: 15px;
}

/* line 509, app/assets/stylesheets/public/siteNew.scss */
#bio-content span {
  height: 27px;
  width: 100%;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

/* line 517, app/assets/stylesheets/public/siteNew.scss */
#bio-content hr {
  height: 1px;
  width: 100%;
  border: 0px;
  border-bottom: 1px dotted #799dce;
  padding-top: 6px;
}

/* line 519, app/assets/stylesheets/public/siteNew.scss */
#bio-content a.download {
  background: url(/images/download_arrow.png) top left no-repeat;
  padding-left: 15px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 520, app/assets/stylesheets/public/siteNew.scss */
#bio-content a.download:hover {
  text-decoration: underline;
}

/* line 523, app/assets/stylesheets/public/siteNew.scss */
.layoutA-left a.inline-link {
  display: inline;
  background: none;
  margin: 0;
  padding: 0;
  color: #4C4C4C;
  text-decoration: underline;
}

/* line 532, app/assets/stylesheets/public/siteNew.scss */
.layoutA-left a.inline-link:hover {
  color: #2D65B2;
  text-decoration: underline;
}

/* line 537, app/assets/stylesheets/public/siteNew.scss */
.well-links-about-page {
  margin-top: 20px;
}

/* line 541, app/assets/stylesheets/public/siteNew.scss */
.well-links-about-page a {
  display: inline;
  background: none;
  padding: 0;
}

/* line 547, app/assets/stylesheets/public/siteNew.scss */
#layoutB-main h3.executive-group {
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: -999em;
  height: 23px;
  padding-bottom: 10px;
}

/* line 555, app/assets/stylesheets/public/siteNew.scss */
#layoutB-main span#executive-division {
  font-family: "Arial Narrow";
  font-size: 20px;
  color: #2C65B2;
}

/* line 561, app/assets/stylesheets/public/siteNew.scss */
#executive-group-member-list li {
  background: none;
  font-size: 10px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px;
}

/* line 569, app/assets/stylesheets/public/siteNew.scss */
#executive-group-member-list li a {
  color: #000;
  text-decoration: none;
}

/* line 573, app/assets/stylesheets/public/siteNew.scss */
#executive-group-member-list li a:hover {
  text-decoration: none;
  color: #2C65B2;
}

/* line 577, app/assets/stylesheets/public/siteNew.scss */
#executive-group-member-list li a.current {
  text-decoration: none;
  color: #2C65B2;
}

/* line 581, app/assets/stylesheets/public/siteNew.scss */
#form-container #ensure_blank_field {
  position: absolute;
  opacity: 0.01;
  width: 0;
  height: 0;
  display: block;
}

/*admin*/
/* line 3, app/assets/stylesheets/public/admin.css */
body {
  color: #2A3B5A;
  font-family: Arial,sans-serif;
  font-size: 11px;
  font-size-adjust: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 15px;
}

/* line 5, app/assets/stylesheets/public/admin.css */
#nav ul li a {
  text-indent: 0em;
}

/* line 6, app/assets/stylesheets/public/admin.css */
#admin-area blockquote p.nav {
  background: #F9F9F9 none repeat scroll 0 0;
  border: 1px solid #DFDFDF;
  margin: 5px 0 10px;
  padding: 5px;
}

/* line 8, app/assets/stylesheets/public/admin.css */
#admin-area blockquote p.nav a {
  color: #395479;
  margin-right: 20px;
  padding: 3px 5px;
}

/* line 13, app/assets/stylesheets/public/admin.css */
a, a:visited {
  color: #111F3A;
  outline-style: none;
  outline-width: medium;
  text-decoration: none;
}

/* line 20, app/assets/stylesheets/public/admin.css */
.mid {
  min-height: 0;
}

/* line 21, app/assets/stylesheets/public/admin.css */
* html .mid {
  height: auto;
}

/* line 22, app/assets/stylesheets/public/admin.css */
a, a:visited {
  outline: none;
  color: #111F3A;
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/public/admin.css */
a:hover {
  color: #7a9abd;
  text-decoration: none;
}

/* line 24, app/assets/stylesheets/public/admin.css */
a:active {
  outline: none;
}

/* line 25, app/assets/stylesheets/public/admin.css */
.error {
  border: 3px solid #2C638F;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  background: #EEE;
  margin: 10px 0;
}

/* line 27, app/assets/stylesheets/public/admin.css */
#admin-area {
  width: 948px;
  margin: 0 auto;
  background: #FFF;
  border-left: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}

/* line 28, app/assets/stylesheets/public/admin.css */
#admin-area h2 {
  height: 35px;
  position: relative;
  font: normal 17px/35px Arial,sans-serif;
  padding-left: 28px;
  color: #374b70;
  border-bottom: 1px solid #d4d4d4;
  background: #f2f2f2;
  margin: 0;
}

/* line 29, app/assets/stylesheets/public/admin.css */
#admin-area blockquote {
  padding: 10px;
  margin: 0;
}

/* line 30, app/assets/stylesheets/public/admin.css */
#admin-area blockquote p.nav {
  margin: 5px 0 10px 0;
  border: 1px solid #DFDFDF;
  background: #F9F9F9;
  padding: 5px;
}

/* line 31, app/assets/stylesheets/public/admin.css */
#admin-area blockquote p.nav img {
  vertical-align: middle;
}

/* line 32, app/assets/stylesheets/public/admin.css */
#admin-area blockquote p.nav a {
  margin-right: 20px;
  color: #395479;
  padding: 3px 5px;
}

/* line 33, app/assets/stylesheets/public/admin.css */
#admin-area blockquote p.nav a:hover {
  text-decoration: none;
  color: #101e38;
  background: #DFDFDF;
}

/* line 34, app/assets/stylesheets/public/admin.css */
#admin-area a.little-nav img {
  vertical-align: middle;
}

/* line 35, app/assets/stylesheets/public/admin.css */
#admin-area a.little-nav {
  margin-left: 20px;
  color: #395479;
  padding: 3px 8px 3px 5px;
  background: #F9F9F9;
  border: 1px solid #DFDFDF;
}

/* line 36, app/assets/stylesheets/public/admin.css */
#admin-area a.little-nav:hover {
  text-decoration: none;
  color: #101e38;
  background: #DFDFDF;
}

/* line 38, app/assets/stylesheets/public/admin.css */
#admin-area form {
  margin: 5px 0 0 0;
}

/* line 39, app/assets/stylesheets/public/admin.css */
#admin-area form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/* line 40, app/assets/stylesheets/public/admin.css */
#admin-area form table.form-data {
  border-collapse: collapse;
  width: 500px;
  float: left;
}

/* line 42, app/assets/stylesheets/public/admin.css */
#admin-area form table.form-data td {
  padding: 5px 10px 5px 0;
}

/* line 43, app/assets/stylesheets/public/admin.css */
#admin-area form label {
  white-space: nowrap;
}

/* line 44, app/assets/stylesheets/public/admin.css */
#admin-area form input, #admin-area form textarea {
  width: 280px;
  border: 1px solid #FFF;
  background: url(/images/admin/fieldbg.gif) no-repeat;
  border-bottom: 1px solid #EEE;
  border-right: 1px solid #EEE;
  font: normal 12px/12px Arial,sans-serif;
  color: #101e38;
  padding: 2px 3px;
}

/* line 45, app/assets/stylesheets/public/admin.css */
#admin-area form input.disabled {
  background: #F9F9F9;
  color: #99A3AF;
}

/* line 46, app/assets/stylesheets/public/admin.css */
#admin-area form input.box {
  width: auto;
}

/* line 47, app/assets/stylesheets/public/admin.css */
#admin-area form .meta-data {
  width: 350px;
  margin-left: 15px;
  margin-right: 10px;
  float: right;
}

/* line 48, app/assets/stylesheets/public/admin.css */
#admin-area form .meta-data dl, #admin-area form .meta-data dt, #admin-area form .meta-data dd {
  margin: 0;
  padding: 0;
  display: inline;
}

/* line 49, app/assets/stylesheets/public/admin.css */
#admin-area form .meta-data dt {
  font-weight: bold;
  padding-right: 5px;
}

/* line 50, app/assets/stylesheets/public/admin.css */
#admin-area form .meta-data dd {
  padding-right: 10px;
}

/* line 51, app/assets/stylesheets/public/admin.css */
#admin-area form .meta-data blockquote {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #EEE;
}

/* line 52, app/assets/stylesheets/public/admin.css */
#admin-area form .meta-data blockquote h3 {
  margin: 0 0 5px 0;
}

/*#admin-area form input#suite{width:100px}*/
/* line 55, app/assets/stylesheets/public/admin.css */
#admin-area form input#area {
  width: 125px;
}

/* line 56, app/assets/stylesheets/public/admin.css */
#admin-area form input.radio {
  width: 20px;
}

/* line 58, app/assets/stylesheets/public/admin.css */
#admin-area form input#city {
  width: 125px;
}

/* line 59, app/assets/stylesheets/public/admin.css */
#admin-area form input#zipcode {
  width: 75px;
}

/* line 60, app/assets/stylesheets/public/admin.css */
#admin-area form input#phone {
  width: 125px;
}

/* line 61, app/assets/stylesheets/public/admin.css */
#admin-area form textarea#intro {
  width: 100%;
  height: 70px;
}

/* line 62, app/assets/stylesheets/public/admin.css */
#admin-area form textarea#brief {
  width: 100%;
  height: 30px;
}

/* line 64, app/assets/stylesheets/public/admin.css */
#admin-area form input#floor {
  width: 25px;
}

/* line 65, app/assets/stylesheets/public/admin.css */
#admin-area form input#type {
  width: 25px;
}

/* line 66, app/assets/stylesheets/public/admin.css */
#admin-area form input#price {
  width: 75px;
}

/* line 67, app/assets/stylesheets/public/admin.css */
#admin-area form select#model_id {
  width: 175px;
}

/* line 68, app/assets/stylesheets/public/admin.css */
#admin-area form input#model_id {
  width: 75px;
}

/* line 69, app/assets/stylesheets/public/admin.css */
#admin-area form input#square_feet {
  width: 75px;
}

/* line 70, app/assets/stylesheets/public/admin.css */
#admin-area form textarea#description {
  width: 100%;
}

/* line 72, app/assets/stylesheets/public/admin.css */
#admin-area #news-form textarea#intro {
  width: 450px;
}

/* line 73, app/assets/stylesheets/public/admin.css */
#admin-area #news-form textarea#full_story {
  width: 100%;
  height: 350px;
}

/* line 75, app/assets/stylesheets/public/admin.css */
#admin-area button {
  width: auto;
  overflow: visible;
  margin-right: 10px;
  margin-top: 15px;
  font-size: 12px;
  background: #DFDFDF;
  padding: 3px 10px;
  border: 3px solid #CCC;
  font-weight: normal;
  color: #101e38;
}

/* line 76, app/assets/stylesheets/public/admin.css */
#admin-area form #intro_parent table td {
  padding: 0;
}

/* line 77, app/assets/stylesheets/public/admin.css */
#admin-area form #full_story_parent table td {
  padding: 0;
}

/* line 78, app/assets/stylesheets/public/admin.css */
#admin-area form td ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 79, app/assets/stylesheets/public/admin.css */
#admin-area form td li {
  float: left;
  width: 165px;
  height: 25px;
  vertical-align: middle;
}

/* line 80, app/assets/stylesheets/public/admin.css */
#admin-area form td li input {
  vertical-align: middle;
  border: auto;
  width: auto;
  background: #FFF;
}

/* line 82, app/assets/stylesheets/public/admin.css */
.data-table {
  font: normal 12px/15px Arial,sans-serif;
}

/* line 83, app/assets/stylesheets/public/admin.css */
.data-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #DFDFDF;
  margin-top: 15px;
}

/* line 84, app/assets/stylesheets/public/admin.css */
.data-table table thead tr {
  background-color: #EEE;
}

/* line 85, app/assets/stylesheets/public/admin.css */
.data-table table thead tr th.headerSortUp {
  cursor: pointer;
  background: #DFDFDF url(/images/admin/asc.gif) no-repeat right center;
  cursor: pointer;
  padding-right: 15px;
}

/* line 86, app/assets/stylesheets/public/admin.css */
.data-table table thead tr th.headerSortDown {
  cursor: pointer;
  background: #DFDFDF url(/images/admin/desc.gif) no-repeat right center;
  cursor: pointer;
  padding-right: 15px;
}

/* line 87, app/assets/stylesheets/public/admin.css */
.data-table table th {
  cursor: pointer;
  font-weight: bold;
  padding: 3px;
  border: 1px solid #DFDFDF;
}

/* line 88, app/assets/stylesheets/public/admin.css */
.data-table table td {
  padding: 3px;
  border: 1px solid #DFDFDF;
}

/* line 90, app/assets/stylesheets/public/admin.css */
.data-table table td img {
  vertical-align: center;
}

/* line 91, app/assets/stylesheets/public/admin.css */
.image-container {
  border: 1px solid #EEE;
  padding: 5px;
  text-align: center;
  margin: 5px 0;
}

/* line 93, app/assets/stylesheets/public/admin.css */
#property-list td.name {
  font-weight: bold;
  height: 40px;
  background: #F9F9F9 none repeat scroll 0 0;
  border: 2px solid #DFDFDF;
}

/* line 94, app/assets/stylesheets/public/admin.css */
#property-list td.edit {
  text-align: center;
}

/* line 95, app/assets/stylesheets/public/admin.css */
#property-list td.soldout {
  width: 8%;
  text-align: center;
}

/* line 96, app/assets/stylesheets/public/admin.css */
#property-list td.name {
  width: 22%;
}

/* line 97, app/assets/stylesheets/public/admin.css */
#property-list td.loc {
  width: 30%;
}

/* line 98, app/assets/stylesheets/public/admin.css */
#property-list td.loc a:hover {
  text-decoration: none;
}

/* line 99, app/assets/stylesheets/public/admin.css */
#property-list td.loc .map {
  font-size: 10px;
  vertical-align: middle;
  display: block;
  width: 50px;
  height: 16px;
  float: right;
  margin-right: 5px;
}

/* line 100, app/assets/stylesheets/public/admin.css */
#property-list td.loc .map img {
  vertical-align: middle;
}

/* line 101, app/assets/stylesheets/public/admin.css */
#property-list td.web {
  width: 25%;
}

/* line 102, app/assets/stylesheets/public/admin.css */
#property-list td.units {
  text-align: center;
  width: 8%;
}

/* line 103, app/assets/stylesheets/public/admin.css */
#property-list td.units a:hover {
  text-decoration: none;
}

/* line 104, app/assets/stylesheets/public/admin.css */
#property-list td.units .count {
  font-size: 10px;
  vertical-align: middle;
}

/* line 105, app/assets/stylesheets/public/admin.css */
#property-list td.units img {
  vertical-align: middle;
}

/* line 106, app/assets/stylesheets/public/admin.css */
#property-list td.active {
  text-align: center;
}

/* line 107, app/assets/stylesheets/public/admin.css */
#property-list td.delete {
  text-align: center;
}

/* line 108, app/assets/stylesheets/public/admin.css */
#property-list td.featured {
  text-align: center;
}

/* line 111, app/assets/stylesheets/public/admin.css */
#floorplan-list td.sqft {
  width: 15%;
  text-align: center;
}

/* line 112, app/assets/stylesheets/public/admin.css */
#floorplan-list td.name {
  width: 40%;
}

/* line 113, app/assets/stylesheets/public/admin.css */
#floorplan-list td.edit {
  width: 5%;
  text-align: center;
}

/* line 114, app/assets/stylesheets/public/admin.css */
#floorplan-list td.delete {
  width: 5%;
  text-align: center;
}

/* line 115, app/assets/stylesheets/public/admin.css */
#floorplan-list td.pdf {
  width: 5%;
  text-align: center;
}

/* line 116, app/assets/stylesheets/public/admin.css */
#floorplan-list td.image {
  width: 5%;
  text-align: center;
}

/* line 118, app/assets/stylesheets/public/admin.css */
#news-list td.edit {
  text-align: center;
}

/* line 119, app/assets/stylesheets/public/admin.css */
#news-list td.property {
  text-align: center;
}

/* line 120, app/assets/stylesheets/public/admin.css */
#news-list td.delete {
  text-align: center;
}

/* line 121, app/assets/stylesheets/public/admin.css */
#news-list td.updatedon {
  text-align: right;
}

/* line 122, app/assets/stylesheets/public/admin.css */
#news-list td.active {
  text-align: center;
}

/* line 123, app/assets/stylesheets/public/admin.css */
#news-list td.featured {
  text-align: center;
}

/* line 125, app/assets/stylesheets/public/admin.css */
.image-container {
  border: 1px solid #EEEEEE;
  margin: 5px 0;
  padding: 5px;
  text-align: center;
}

/* line 7, app/assets/stylesheets/print.sass */
#header .logo-print {
  display: block;
  position: relative;
  padding-bottom: 30px;
}

/* line 12, app/assets/stylesheets/print.sass */
#header #logo {
  display: none;
}

/* line 15, app/assets/stylesheets/print.sass */
#footerWrapper {
  display: none;
}

/* line 18, app/assets/stylesheets/print.sass */
#nav, #signageOpportunity, .print-email, .view-availabilities.button-large, .pull-right, section.featured_availability, header.portfolio {
  display: none !important;
}

/* line 24, app/assets/stylesheets/print.sass */
#container #wrapper #header #language {
  display: none;
}

/* line 27, app/assets/stylesheets/print.sass */
body {
  background-color: white;
}

/* line 30, app/assets/stylesheets/print.sass */
body, p, a {
  font-size: 11pt;
}

/* line 34, app/assets/stylesheets/print.sass */
header p, header a {
  font-size: 12pt;
}

/* line 38, app/assets/stylesheets/print.sass */
.availabilities_controller.index .availabilities-list {
  height: auto;
}

/* line 41, app/assets/stylesheets/print.sass */
.availabilities_controller.index .property, .availabilities_controller.index .contact-message {
  page-break-inside: avoid;
}

/* line 44, app/assets/stylesheets/print.sass */
.availabilities_controller.index article .sidebar ul li a {
  font-size: 11pt;
}

/* line 47, app/assets/stylesheets/print.sass */
.availabilities_controller.index #availability-sort {
  width: auto;
}

/* line 49, app/assets/stylesheets/print.sass */
.availabilities_controller.index #availability-sort .name {
  width: 100px !important;
}

/* line 51, app/assets/stylesheets/print.sass */
.availabilities_controller.index #availability-sort .option {
  width: 160px;
}

/* line 54, app/assets/stylesheets/print.sass */
.availabilities_controller.index .print-label {
  display: block;
  float: right;
  margin-top: -55px;
  position: relative;
}

/* line 59, app/assets/stylesheets/print.sass */
.availabilities_controller.index .print-label h1 {
  font-size: 14pt !important;
}

/* line 64, app/assets/stylesheets/print.sass */
.availabilities_controller.show #availability {
  font-size: 11pt;
}

/* line 66, app/assets/stylesheets/print.sass */
.availabilities_controller.show h1, .availabilities_controller.show h1 a {
  font-size: 12pt !important;
  font-weight: normal;
}

/* line 69, app/assets/stylesheets/print.sass */
.availabilities_controller.show h4, .availabilities_controller.show .left .section .header {
  font-size: 11pt;
  font-weight: normal;
}

/* line 72, app/assets/stylesheets/print.sass */
.availabilities_controller.show h5, .availabilities_controller.show h5 a, .availabilities_controller.show .floorplan-container a, .availabilities_controller.show .contact a, .availabilities_controller.show .left-btns li a {
  font-size: 10pt;
  font-weight: normal;
}

/* line 76, app/assets/stylesheets/print.sass */
.availabilities_controller.show .carousel-link {
  display: none;
}

/* line 79, app/assets/stylesheets/print.sass */
.availabilities_controller.show .left-btns li a {
  background-color: #27599D;
  background-image: url(/images/linkWhiteArrowOff.png);
  background-position: 7px 7px;
  padding: 7px 0px 7px 25px;
  width: 300px;
}

/* line 87, app/assets/stylesheets/print.sass */
.availabilities_controller.show .floorplan-box .right-sect a {
  padding: 0px 14px 0px 18px;
  background-position: 1px 2px;
}

/* line 91, app/assets/stylesheets/print.sass */
.availabilities_controller.show #back {
  display: none;
}

/* line 94, app/assets/stylesheets/print.sass */
hr {
  display: none;
}

/* line 97, app/assets/stylesheets/print.sass */
.property-availabilities.no-availabilities {
  display: none;
}

/* line 100, app/assets/stylesheets/print.sass */
.property-availabilities {
  width: 100%;
  overflow: auto;
  padding-bottom: 5px;
}

/* line 105, app/assets/stylesheets/print.sass */
.property-availabilities .property-cell {
  float: left;
  width: 200px;
  padding: 5px;
  page-break-inside: avoid;
  border-top: 2px solid #2E4893;
}

/* line 112, app/assets/stylesheets/print.sass */
.property-availabilities .property-cell header {
  overflow: hidden;
  width: 200px;
}

/* line 116, app/assets/stylesheets/print.sass */
.property-availabilities .property-cell .title {
  width: 200px;
  height: 100%;
  text-align: center;
  padding-top: 5px;
}

/* line 122, app/assets/stylesheets/print.sass */
.property-availabilities .property-cell .new-availability-mark {
  padding-left: 30px;
}

/* line 125, app/assets/stylesheets/print.sass */
.property-availabilities .property-cell .inner-content {
  display: block;
  width: 200px;
  padding: 5px 0px 0px 45px;
}

/* line 130, app/assets/stylesheets/print.sass */
.property-availabilities .property-cell .leasing-description, .property-availabilities .property-cell .sidebar {
  display: none;
}

/* line 133, app/assets/stylesheets/print.sass */
.property-availabilities .availabilities-cell {
  border-top: 2px solid #2E4893;
  overflow: auto;
  float: right;
  width: 750px;
}

/* line 139, app/assets/stylesheets/print.sass */
.property-availabilities .availabilities-cell .availabilities-list {
  margin: 0px;
}

/* line 142, app/assets/stylesheets/print.sass */
.property-availabilities .availabilities-cell .availabilities-list td a {
  page-break-inside: avoid;
  display: block;
}

/* line 146, app/assets/stylesheets/print.sass */
.property-availabilities .availabilities-cell .availabilities-list th.floorplan, .property-availabilities .availabilities-cell .availabilities-list th.assets, .property-availabilities .availabilities-cell .availabilities-list td.floorplan, .property-availabilities .availabilities-cell .availabilities-list td.assets {
  display: none;
}

/* line 149, app/assets/stylesheets/print.sass */
.property-availabilities .availabilities-cell .availabilities-list td {
  height: inherit;
}

/* line 152, app/assets/stylesheets/print.sass */
#native-printing-leasing-contacts {
  display: block;
}

/* line 155, app/assets/stylesheets/print.sass */
#native-printing-leasing-contacts .container {
  border-top: 2px solid #2E4893;
  padding-top: 20px;
  width: 950px;
}

/* line 160, app/assets/stylesheets/print.sass */
#native-printing-leasing-contacts div, #native-printing-leasing-contacts span, #native-printing-leasing-contacts a {
  font: 11pt sans-serif;
  color: #2A60A7;
  text-decoration: none;
}

/* line 165, app/assets/stylesheets/print.sass */
#native-printing-leasing-contacts .contacts {
  overflow: auto;
  margin-top: 5px;
}

/* line 169, app/assets/stylesheets/print.sass */
#native-printing-leasing-contacts .contacts .list {
  margin-top: 10px;
}

/* line 172, app/assets/stylesheets/print.sass */
#native-printing-leasing-contacts .contacts .contact {
  float: left;
  width: 20%;
}

/* line 176, app/assets/stylesheets/print.sass */
#native-printing-leasing-contacts .contacts .contact .name, #native-printing-leasing-contacts .contacts .contact .phone, #native-printing-leasing-contacts .contacts .contact .email {
  display: block;
}

/* line 178, app/assets/stylesheets/print.sass */
#native-printing-leasing-contacts .contacts .contact .company {
  display: none;
}

/* line 181, app/assets/stylesheets/print.sass */
#native-printing-leasing-contacts .info {
  margin-top: 10px;
}

/* line 184, app/assets/stylesheets/print.sass */
#native-printing-leasing-contacts .info .left {
  float: left;
}

/* line 186, app/assets/stylesheets/print.sass */
#native-printing-leasing-contacts .info .center {
  display: none;
}

/* line 188, app/assets/stylesheets/print.sass */
#native-printing-leasing-contacts .info .right {
  float: right;
  width: auto;
}
