.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.ie7 .clearfix {
  zoom: 1;
}
.copyleft {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ie7 .copyleft {
  display: inline;
  zoom: 1;
}
/*! ------------------------------------------------
 *	Bedrock v0.0.1
 *	https://github.com/aebsr/bedrock
 *
 *	Copyright 2012 Antoine Butler
 *	Licensed under the Apache License v2.0
 *	http://www.apache.org/licenses/LICENSE-2.0
 *
 *	Built by @aebsr, for the betterment of @hzdg
 * -------------------------------------------------
 */
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
.ie7 audio,
.ie7 canvas,
.ie7 video {
  display: inline;
  zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  height: auto;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}
.ie7 * {
  behavior: url("http://www.unionwharfapts.com/boxsizing.htc");
}
.shadowed {
  -webkit-box-shadow: 2px 2px 30px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 2px 2px 30px rgba(50, 50, 50, 0.1);
  box-shadow: 2px 2px 30px rgba(50, 50, 50, 0.1);
}
/* The Gray dropdowns */
#dropdown-nav > li:first-child {
  width: 33%;
  font-size: 20px;
}
#dropdown-nav > li:first-child > a {
  background-position: 70px -22px;
  position: relative;
  left: -5px;
}
#dropdown-nav > li:first-child > a:hover {
  background-position: 70px 0;
  margin-left: 0;
  margin-right: 0;
}
.ie8 #dropdown-nav > li:first-child > a {
  background-position: 78px -22px;
}
#dropdown-nav > li:first-child:hover a,
#dropdown-nav > li:first-child.open a {
  background-position: 70px 0px;
}
.ie8 #dropdown-nav > li:first-child:hover a,
.ie8 #dropdown-nav > li:first-child.open a {
  background-position: 78px 0;
}
#dropdown-nav > li:first-child:hover > ul,
#dropdown-nav > li:first-child.open > ul {
  display: block;
}
#dropdown-nav > li:first-child > a {
  padding-top: 1px;
}
#dropdown-nav > li:first-child:hover #social-icons {
  display: block;
}
#dropdown-nav > li:first-child #social-icons {
  background: url('../images/social_bg.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  display: none;
  position: absolute;
  top: 21px;
  left: 0;
  width: 246px;
  margin: 0;
  height: auto;
  z-index: 5;
  padding: 12px 9px 0 11px;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
.ie8 #dropdown-nav > li:first-child #social-icons {
  background: #fbfbf9;
}
#dropdown-nav > li:first-child #social-icons li {
  display: inline-block;
  zoom: 1;
  text-align: center;
  width: auto;
}
#dropdown-nav > li:first-child #social-icons li a {
  color: #003843;
  line-height: 9px;
  font-size: 9px;
  height: 100%;
  display: inline;
  padding: 1em 0;
  margin: 0.2em 0;
  font-weight: 800;
  text-transform: uppercase;
}
#dropdown-nav > li:first-child #social-icons li a img {
  padding: 0;
}
#dropdown-nav > li:first-child #social-icons li:first-child {
  max-width: 65px;
  line-height: 8px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
}
#dropdown-nav > li:first-child #social-icons li:first-child a {
  padding: 0;
  position: relative;
  top: 7px;
  float: left;
}
#dropdown-nav > li:first-child #social-icons:after {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  content: ' ';
}
#dropdown-nav > li:first-child + li {
  width: 34%;
}
#dropdown-nav > li:first-child + li > a {
  background-position: 75px -22px;
  position: relative;
  left: -5px;
}
#dropdown-nav > li:first-child + li > a:hover {
  background-position: 75px 0;
  margin-left: 0;
  margin-right: -1px;
}
.ie8 #dropdown-nav > li:first-child + li > a {
  background-position: 83px -22px;
}
#dropdown-nav > li:first-child + li:hover a,
#dropdown-nav > li:first-child + li.open a {
  background-position: 75px 0px;
}
.ie8 #dropdown-nav > li:first-child + li:hover a,
.ie8 #dropdown-nav > li:first-child + li.open a {
  background-position: 83px 0;
}
#dropdown-nav > li:first-child + li:hover > ul,
#dropdown-nav > li:first-child + li.open > ul {
  display: block;
}
#dropdown-nav > li:first-child + li:after {
  content: url('../images/dropdown_divider.png');
  position: absolute;
  top: 0;
  right: auto;
  left: -4px;
}
#dropdown-nav > li:first-child + li:hover:after,
#dropdown-nav > li:first-child + li.open:after {
  content: none !important;
}
#dropdown-nav > li:first-child + li #quick-search-box {
  background: url('../images/social_bg.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  display: none;
  position: absolute;
  top: 21px;
  left: -81px;
  width: 246px;
  margin: 0;
  letter-spacing: 0.1em;
  padding: 16px 12px;
}
.ie8 #dropdown-nav > li:first-child + li #quick-search-box {
  background: #fbfbf9;
}
#dropdown-nav > li:first-child + li #quick-search-box form {
  text-align: left;
}
#dropdown-nav > li:first-child + li #quick-search-box form fieldset {
  width: 100%;
}
#dropdown-nav > li:first-child + li #quick-search-box form fieldset legend {
  width: 100%;
}
#dropdown-nav > li:first-child + li #quick-search-box form fieldset legend span {
  display: block;
}
#dropdown-nav > li:first-child + li #quick-search-box form fieldset legend span:first-child + span {
  color: #7c7c7c;
  font-size: 10px;
}
#dropdown-nav > li:first-child + li #quick-search-box form fieldset:first-child legend {
  width: 100%;
  border-bottom: 1px solid #C6C5C5;
  padding-bottom: 10px;
}
#dropdown-nav > li:first-child + li #quick-search-box form fieldset:first-child + fieldset legend {
  border-top: 1px solid #C6C5C5;
  padding: 10px 0;
}
#dropdown-nav > li:first-child + li #quick-search-box form fieldset label {
  line-height: 34px;
  padding: 10px;
  cursor: pointer;
}
#dropdown-nav > li:first-child + li #quick-search-box form fieldset ul {
  width: 100%;
  height: 100%;
  float: left;
  margin-top: 6px;
}
#dropdown-nav > li:first-child + li #quick-search-box form fieldset ul li {
  width: 100%;
  height: 100%;
  display: block;
}
#dropdown-nav > li:first-child + li #quick-search-box form fieldset ul li .icbiacheckbox {
  display: inline-block;
  width: 21px;
  height: 21px;
  border: 2px solid #003843;
  float: left;
  margin: 6px 0;
}
.ie7 #dropdown-nav > li:first-child + li #quick-search-box form fieldset ul li .icbiacheckbox {
  display: inline;
  zoom: 1;
}
#dropdown-nav > li:first-child + li #quick-search-box form fieldset ul li .icbiacheckbox .icbiacheckbox-widget {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.ie7 #dropdown-nav > li:first-child + li #quick-search-box form fieldset ul li .icbiacheckbox .icbiacheckbox-widget {
  display: inline;
  zoom: 1;
}
#dropdown-nav > li:first-child + li #quick-search-box form fieldset ul li .icbiacheckbox input {
  cursor: pointer;
}
#dropdown-nav > li:first-child + li #quick-search-box form fieldset ul li .icbiacheckbox.checked .icbiacheckbox-widget {
  background: #003843;
  position: absolute;
  top: 0;
}
#dropdown-nav > li:first-child + li #quick-search-box form fieldset .icbiaselect {
  width: 100%;
  border: 1px solid #8D8C8C;
  background: url('../images/select_arrows.gif') no-repeat;
  background-position: 94% center;
  margin: 2px 0 8px;
}
#dropdown-nav > li:first-child + li #quick-search-box form fieldset .icbiaselect .icbiaselect-widget {
  padding: 10px;
  float: left;
  width: 100%;
  height: 100%;
}
#dropdown-nav > li:first-child + li #quick-search-box form fieldset .icbiaselect .icbiaselect-widget .icbiaselect-display-wrapper .icbiaselect-display {
  color: #7c7c7c;
  font-weight: 700;
  font-size: 10px;
}
#dropdown-nav > li:first-child + li #quick-search-box form fieldset .icbiaselect select {
  width: 100% !important;
  height: 100% !important;
}
#dropdown-nav > li:first-child + li #quick-search-box form div {
  -webkit-box-shadow: 1px 1px 1px #dd9e89;
  -moz-box-shadow: 1px 1px 1px #dd9e89;
  box-shadow: 1px 1px 1px #dd9e89;
  background: url('../images/orange_btn.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  width: 100%;
  height: 32px;
  display: inline-block;
  background-color: #cb5220;
  font-size: 0;
}
.pie #dropdown-nav > li:first-child + li #quick-search-box form div {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  behavior: url("http://www.unionwharfapts.com/PIE.htcPIE.htc");
}
.ie8 #dropdown-nav > li:first-child + li #quick-search-box form div {
  background: #cd4f1f;
}
.ie7 #dropdown-nav > li:first-child + li #quick-search-box form div {
  display: inline;
  zoom: 1;
}
#dropdown-nav > li:first-child + li #quick-search-box form div a,
#dropdown-nav > li:first-child + li #quick-search-box form div input {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url('../images/search_text_btn.png') no-repeat;
  background-position: center center;
  border: 0;
  cursor: pointer;
}
.ie7 #dropdown-nav > li:first-child + li #quick-search-box form div a,
.ie7 #dropdown-nav > li:first-child + li #quick-search-box form div input {
  display: inline;
  zoom: 1;
}
#dropdown-nav > li:first-child + li #quick-search-box form div a {
  display: block;
  width: 100%;
  height: 100%;
}
#dropdown-nav > li:first-child + li.select-open {
  background: url('../images/dropdown_menu_hover.jpg');
  background-position: 100% 100%;
}
#dropdown-nav > li:first-child + li.select-open #quick-search-box {
  display: block;
}
#dropdown-nav > li:first-child + li:hover,
#dropdown-nav > li:first-child + li.open {
  padding: 0 1px 0 1px;
}
#dropdown-nav > li:first-child + li + li {
  width: 33%;
  font-size: 12px;
}
#dropdown-nav > li:first-child + li + li > a {
  background-position: 73px -22px;
  position: relative;
  left: -5px;
}
#dropdown-nav > li:first-child + li + li > a:hover {
  background-position: 73px 0;
  margin-left: 0;
  margin-right: 0;
}
.ie8 #dropdown-nav > li:first-child + li + li > a {
  background-position: 81px -22px;
}
#dropdown-nav > li:first-child + li + li:hover a,
#dropdown-nav > li:first-child + li + li.open a {
  background-position: 73px 0px;
}
.ie8 #dropdown-nav > li:first-child + li + li:hover a,
.ie8 #dropdown-nav > li:first-child + li + li.open a {
  background-position: 81px 0;
}
#dropdown-nav > li:first-child + li + li:hover > ul,
#dropdown-nav > li:first-child + li + li.open > ul {
  display: block;
}
#dropdown-nav > li:first-child + li + li:after {
  content: url('../images/dropdown_divider.png');
  position: absolute;
  top: 0;
  right: auto;
  left: -4px;
}
#dropdown-nav > li:first-child + li + li:hover:after,
#dropdown-nav > li:first-child + li + li.open:after {
  content: none !important;
}
#dropdown-nav > li:first-child + li + li > a {
  padding-top: 1px;
}
#dropdown-nav > li:first-child + li + li #signup-form {
  background: url('../images/social_bg.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  display: none;
  position: absolute;
  top: 21px;
  left: -74px;
  width: 246px;
  margin: 0;
  letter-spacing: 0.1em;
  padding: 20px 22px 18px 20px;
  margin-left: -108px;
  left: auto;
  right: 0;
}
.ie8 #dropdown-nav > li:first-child + li + li #signup-form {
  background: #fbfbf9;
}
#dropdown-nav > li:first-child + li + li #signup-form fieldset legend {
  color: #003843;
  text-align: left;
}
#dropdown-nav > li:first-child + li + li #signup-form fieldset p {
  position: relative;
  margin: 0;
}
#dropdown-nav > li:first-child + li + li #signup-form fieldset p label,
#dropdown-nav > li:first-child + li + li #signup-form fieldset p input {
  font-weight: 700;
  font-size: 10px;
  color: #7C7C7C;
}
#dropdown-nav > li:first-child + li + li #signup-form fieldset p label {
  position: absolute;
  left: 12px;
  top: 22px;
  text-transform: uppercase;
}
#dropdown-nav > li:first-child + li + li #signup-form fieldset p input {
  margin: 12px 0 2px;
  padding: 8px 0 10px 9px;
  width: 100%;
  border: 1px solid #a0a0a0;
}
#dropdown-nav > li:first-child + li + li #signup-form div {
  -webkit-box-shadow: 1px 1px 1px #dd9e89;
  -moz-box-shadow: 1px 1px 1px #dd9e89;
  box-shadow: 1px 1px 1px #dd9e89;
  background: url('../images/orange_btn.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  width: 100%;
  height: 32px;
  display: inline-block;
  background-color: #cb5220;
  font-size: 0;
  margin-top: 10px;
}
.pie #dropdown-nav > li:first-child + li + li #signup-form div {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  behavior: url("http://www.unionwharfapts.com/PIE.htcPIE.htc");
}
.ie8 #dropdown-nav > li:first-child + li + li #signup-form div {
  background: #cd4f1f;
}
.ie7 #dropdown-nav > li:first-child + li + li #signup-form div {
  display: inline;
  zoom: 1;
}
#dropdown-nav > li:first-child + li + li #signup-form div a,
#dropdown-nav > li:first-child + li + li #signup-form div input {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url('../images/signup_btn.png') no-repeat;
  background-position: center center;
  border: 0;
  cursor: pointer;
}
.ie7 #dropdown-nav > li:first-child + li + li #signup-form div a,
.ie7 #dropdown-nav > li:first-child + li + li #signup-form div input {
  display: inline;
  zoom: 1;
}
#dropdown-nav > li {
  display: table-cell;
  text-align: center;
  padding: 0 1px;
  float: left;
  position: relative;
}
#dropdown-nav > li > a {
  text-align: center;
  background: url('../images/white_nav_arrows.png') no-repeat;
  color: #fff;
  font-weight: 800;
  font-size: 11px;
  height: 100%;
  width: 100%;
  display: block;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
}
#dropdown-nav > li > a img {
  padding: 0;
  position: relative;
  top: -1px;
}
#dropdown-nav > li ul {
  list-style: none;
}
#dropdown-nav > li form {
  color: #003843;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
}
#dropdown-nav > li form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
#dropdown-nav > li form div {
  border: 0;
  z-index: 1;
}
#dropdown-nav > li form div input[type=submit] {
  width: 100%;
  height: 100%;
  border: 0;
}
#dropdown-nav > li:hover,
#dropdown-nav > li.open {
  background: url('../images/dropdown_menu_hover.jpg');
  background-position: 100% 100%;
}
.page-social #dropdown-nav > li:first-child {
  background: url('../images/dropdown_menu_hover.jpg');
  background-position: 100% 100%;
}
.page-social #dropdown-nav > li:first-child a {
  background-position: 70px 0px;
}
.error-signup {
  background: url('../images/error.png') no-repeat 98% center;
}
header div.nav-block #primary-nav {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
  margin-top: -10px;
  margin-bottom: 10px;
  height: 22px;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  float: none;
  overflow: hidden;
  display: table;
  width: 100%;
}
header div.nav-block #primary-nav li {
  float: left;
  display: inline;
}
header div.nav-block #primary-nav li a {
  font-family: "proxima-nova", arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .1em;
}
header div.nav-block #primary-nav li a.ie8,
.ie8 header div.nav-block #primary-nav li a {
  font-family: arial, sans-serif;
}
.ie9 header div.nav-block #primary-nav li a {
  letter-spacing: 0;
}
header div.nav-block #primary-nav li {
  padding-left: 0;
  margin-left: 1%;
  width: auto;
  display: table-cell;
  float: none;
}
header div.nav-block #primary-nav li:before {
  content: "°";
  position: relative;
  top: 9px;
  font-size: 23px;
  font-weight: 300;
}
.ie8 header div.nav-block #primary-nav li {
  background-position: 7px 2px;
}
header div.nav-block #primary-nav li a {
  font-size: 12px;
  color: #003843;
  margin: 0 7px;
  line-height: 18px;
  padding-top: 6px;
}
@media (max-width: 900px) {
  header div.nav-block #primary-nav li a {
    padding-left: 5px;
    font-size: 11px;
    margin-left: 0.9%;
  }
}
@media (max-width: 760px) {
  header div.nav-block #primary-nav li a {
    margin-left: 0;
  }
}
header div.nav-block #primary-nav li.stretch {
  width: 100%;
}
header div.nav-block #primary-nav li.stretch:before {
  content: none;
}
header div.nav-block #primary-nav li:hover a,
header div.nav-block #primary-nav li.active a {
  border-top: 3px solid #003843;
}
@media (max-width: 1170px) {
  header div.nav-block #primary-nav li {
    background-position: 6px 0;
    margin: 0 0 0 1%;
    padding: 0;
  }
}
@media (max-width: 900px) {
  header div.nav-block #primary-nav li {
    background-position: 7px -1px;
  }
}
header div.nav-block #primary-nav li:first-child {
  background: transparent;
  padding-left: 0;
  margin-left: 0;
}
header div.nav-block #primary-nav li:first-child:before {
  content: none;
}
header div.nav-block #primary-nav li:first-child a {
  padding-left: 0;
  margin-left: 0;
}
@media (max-width: 760px) {
  header div.nav-block #primary-nav {
    min-width: 538px;
  }
}
header div.nav-block #primary-nav:after {
  display: inline-block;
  width: 100%;
  font-size: 0;
  line-height: 0;
  content: ' ';
}
.ie7 header div.nav-block #primary-nav:after {
  display: inline;
  zoom: 1;
}
header div.nav-block #secondary-nav {
  width: 100%;
  height: 24px;
  display: table;
}
header div.nav-block #secondary-nav #utility-nav {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
  float: left;
  width: 59%;
  display: table;
}
header div.nav-block #secondary-nav #utility-nav li {
  float: left;
  display: inline;
}
header div.nav-block #secondary-nav #utility-nav li a {
  font-family: "proxima-nova", arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .1em;
}
header div.nav-block #secondary-nav #utility-nav li a.ie8,
.ie8 header div.nav-block #secondary-nav #utility-nav li a {
  font-family: arial, sans-serif;
}
.ie9 header div.nav-block #secondary-nav #utility-nav li a {
  letter-spacing: 0;
}
header div.nav-block #secondary-nav #utility-nav > li {
  border-color: #ccc;
  border-style: solid;
  display: none;
  float: none;
  padding-left: 1px;
  padding-right: 1px;
}
header div.nav-block #secondary-nav #utility-nav > li > a {
  font-size: 10px;
  color: #cccccc;
  line-height: 17px;
  display: block;
}
@media (max-width: 1170px) {
  header div.nav-block #secondary-nav #utility-nav > li > a {
    padding: 0 7px;
  }
}
@media (max-width: 900px) {
  header div.nav-block #secondary-nav #utility-nav > li > a {
    padding: 0 2px;
    letter-spacing: 0;
  }
}
header div.nav-block #secondary-nav #utility-nav > li:hover a,
header div.nav-block #secondary-nav #utility-nav > li.active a {
  color: #003843;
}
header div.nav-block #secondary-nav #utility-nav > li:first-child {
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  display: table-cell;
  text-align: center;
}
header div.nav-block #secondary-nav #utility-nav > li:first-child:hover,
header div.nav-block #secondary-nav #utility-nav > li:first-child.active {
  border-color: #003843;
}
header div.nav-block #secondary-nav #utility-nav > li:first-child:hover,
header div.nav-block #secondary-nav #utility-nav > li:first-child.active {
  position: relative;
  margin-left: -2px;
  border-right: 2px solid #003843;
}
header div.nav-block #secondary-nav #utility-nav > li:first-child + li {
  border-top-width: 2px;
  border-right-width: 0;
  border-bottom-width: 2px;
  border-left-width: 0;
  display: table-cell;
  text-align: center;
}
header div.nav-block #secondary-nav #utility-nav > li:first-child + li:hover,
header div.nav-block #secondary-nav #utility-nav > li:first-child + li.active {
  border-color: #003843;
}
header div.nav-block #secondary-nav #utility-nav > li:first-child + li + li {
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  display: table-cell;
  text-align: center;
}
header div.nav-block #secondary-nav #utility-nav > li:first-child + li + li:hover,
header div.nav-block #secondary-nav #utility-nav > li:first-child + li + li.active {
  border-color: #003843;
}
header div.nav-block #secondary-nav #utility-nav > li:first-child + li + li:hover,
header div.nav-block #secondary-nav #utility-nav > li:first-child + li + li.active {
  position: relative;
  margin-left: 2px;
  border-left: 2px solid #003843;
}
header div.nav-block #secondary-nav #utility-nav.center-item-hover li:first-child {
  border-right: 0;
}
header div.nav-block #secondary-nav #utility-nav.center-item-hover li:first-child + li {
  border-left: 2px solid #003843;
  border-right: 2px solid #003843;
  padding-right: 0;
}
header div.nav-block #secondary-nav #utility-nav.center-item-hover li:first-child + li + li {
  border-left: 0;
}
@media (max-width: 852px) {
  header div.nav-block #secondary-nav #utility-nav {
    width: 57%;
  }
}
header div.nav-block #secondary-nav #dropdown-nav {
  width: 41%;
  height: 21px;
  background: url('../images/dropdown_menu_bg.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-position: top center;
  display: table;
  float: left;
  list-style: none;
}
.ie8 header div.nav-block #secondary-nav #dropdown-nav {
  background: #c9c9c9;
}
.page-not-found .wrapper {
  background: url('../images/404_bg.png') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-size: cover;
  background-position: 0 92px;
}
.ie8 .page-not-found .wrapper {
  background: #c9c9c9;
}
.page-not-found .wrapper .error-404-img {
  height: 100%;
  width: 100%;
  display: table;
}
.page-not-found .wrapper .error-404-img .error-img-wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.page-not-found .wrapper .error-404-img .error-img-wrap img {
  max-width: 500px;
  width: 50%;
  min-width: 250px;
}
@media (max-width: 900px) {
  .page-not-found .wrapper .error-404-img {
    background-size: 70%;
  }
}
header {
  width: 100%;
  height: 92px;
  float: left;
  padding: 26px 0px 21px 27px;
  padding-right: 270px;
  position: fixed;
  background: white;
  z-index: 4;
}
header div.logo-block {
  float: left;
  display: table;
  height: 100%;
}
header div.logo-block > a {
  display: table-cell;
  vertical-align: middle;
}
header div.logo-block > a img {
  width: 100%;
  max-width: 266px;
  max-height: 45px;
}
.ie8 header div.logo-block {
  margin-left: 27px;
}
header div.nav-block {
  float: right;
  max-width: 715px;
}
.ie8 header div.nav-block {
  max-width: 670px;
}
@media (max-width: 900px) {
  header div.nav-block {
    padding-left: 10px;
    max-width: 100%;
  }
}
.ie8 header {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 1170px) {
  header {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 760px) {
  header {
    position: absolute;
  }
}
header #hamburger {
  background-color: #003843;
  height: 38px;
  width: 37px;
  padding: 10px 6px;
  float: right;
  display: none;
  cursor: pointer;
}
header #hamburger .btnStripe {
  width: 100%;
  height: 3px;
  background-color: #e0dfdf;
  float: left;
  margin-bottom: 4px;
}
.mob-btns {
  display: none;
  width: 100%;
  float: left;
  padding: 12px;
  background: #E0E0E0;
  background: url('../images/image_shadow_bottom.png') no-repeat #e0e0e0 top center;
  text-align: center;
}
.signup-block {
  display: none;
  position: relative;
  float: right;
  margin-right: 15px;
}
.signup-block #btn-sign-up {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  background: url('../images/orange_btn_long.jpg') no-repeat center center;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  display: block;
  float: right;
  cursor: pointer;
}
.signup-block #signup-form {
  background: url('../images/social_bg.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  display: none;
  position: absolute;
  top: 21px;
  left: -74px;
  width: 246px;
  margin: 0;
  letter-spacing: 0.1em;
  padding: 20px 22px 18px 20px;
  margin-left: -108px;
  left: auto;
  right: 0;
  top: 38px;
}
.ie8 .signup-block #signup-form {
  background: #fbfbf9;
}
.signup-block #signup-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.signup-block #signup-form fieldset legend {
  color: #003843;
  text-align: left;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
}
.signup-block #signup-form fieldset p {
  position: relative;
  margin: 0;
}
.signup-block #signup-form fieldset p label,
.signup-block #signup-form fieldset p input {
  font-weight: 700;
  font-size: 10px;
  color: #7C7C7C;
}
.signup-block #signup-form fieldset p label {
  position: absolute;
  left: 12px;
  top: 22px;
  text-transform: uppercase;
}
.signup-block #signup-form fieldset p input {
  margin: 12px 0 2px;
  padding: 8px 0 10px 9px;
  width: 100%;
  border: 1px solid #a0a0a0;
}
.signup-block #signup-form div {
  -webkit-box-shadow: 1px 1px 1px #dd9e89;
  -moz-box-shadow: 1px 1px 1px #dd9e89;
  box-shadow: 1px 1px 1px #dd9e89;
  background: url('../images/orange_btn.jpg') no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  width: 100%;
  height: 32px;
  display: inline-block;
  background-color: #cb5220;
  font-size: 0;
  margin-top: 10px;
}
.pie .signup-block #signup-form div {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  behavior: url("http://www.unionwharfapts.com/PIE.htcPIE.htc");
}
.ie8 .signup-block #signup-form div {
  background: #cd4f1f;
}
.ie7 .signup-block #signup-form div {
  display: inline;
  zoom: 1;
}
.signup-block #signup-form div a,
.signup-block #signup-form div input {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url('../images/signup_btn.png') no-repeat;
  background-position: center center;
  border: 0;
  cursor: pointer;
}
.ie7 .signup-block #signup-form div a,
.ie7 .signup-block #signup-form div input {
  display: inline;
  zoom: 1;
}
.promotion {
  position: absolute;
  left: 25px;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  top: 145px;
  font-size: 30px;
  max-width: 400px;
}
footer {
  width: 100%;
  height: 46px;
  background: #003843;
  float: left;
  z-index: 5;
  position: fixed;
  bottom: 0;
  color: #ececec;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
}
footer > div {
  float: left;
  width: 100%;
  text-align: center;
}
@media (max-width: 1170px) {
  footer > div {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
footer > div > a {
  width: 87px;
  float: left;
  display: inline;
  margin-top: 15px;
  margin-left: 12px;
}
footer > div > a img {
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}
footer > div > ul {
  width: 100%;
  display: inline;
  height: 46px;
  line-height: 46px;
}
@media (max-width: 1170px) {
  footer > div > ul {
    padding-right: 11px;
  }
}
footer > div > ul li {
  background: url('../images/footer_bullet.png') no-repeat;
  background-position: 0 5px;
  padding-left: 1.7%;
  padding-right: 1.1%;
  display: inline;
  text-align: right;
}
footer > div > ul li a {
  color: #fff;
}
@media (max-width: 1170px) {
  footer > div > ul li {
    width: 100%;
    font-size: 9px;
    padding-right: 0.4%;
    padding-left: 1.2% !important;
  }
}
@media (max-width: 760px) {
  footer > div > ul li {
    float: left;
    display: inline;
    width: auto;
    line-height: 16px;
    background: none;
  }
  footer > div > ul li:first-child + li + li + li {
    clear: left;
  }
  footer > div > ul li.link-out {
    background: none !important;
    position: fixed;
    float: left;
    right: 15px;
    bottom: 14px;
  }
}
footer > div > ul li:first-child {
  background: none;
  padding-left: 0;
}
footer > div > ul li.link-out {
  background: url('../images/vertline_divider.png') no-repeat left center;
  padding-right: 0;
}
@media (max-width: 760px) {
  footer > div > ul {
    padding-top: 8px;
  }
}
footer .ada-eho {
  float: right;
  line-height: 46px;
  margin-right: 10px;
}
footer .ada-eho a {
  display: inline-block;
  margin-right: 5px;
  color: #fff;
}
footer .ada-eho a img {
  height: 15px;
}
footer .social-icons {
  display: inline;
}
footer .social-icons a {
  display: inline-block;
  font-size: 12px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 20px;
  padding: 0 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  margin-right: 5px;
}
footer .social-icons a i {
  color: #003843;
}
html,
body {
  font-family: "proxima-nova", arial, sans-serif;
  width: 100%;
  height: 100%;
}
html.ie8,
body.ie8,
.ie8 html,
.ie8 body {
  font-family: arial, sans-serif;
}
.ie8 body,
.ie8 header,
.ie8 .wrapper,
.ie8 footer {
  min-width: 1172px;
}
h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
  font-weight: bold;
}
h1 {
  color: #003843;
  font-size: 31px;
}
h2 {
  color: #e0dfdf;
  background: #003843;
  font-size: 13px;
  border: 1px solid #012228;
  padding: 5px 8px;
  font-weight: 800;
}
h3 {
  color: #8b979e;
  letter-spacing: 0.1em;
}
h4 {
  font-size: 13px;
  font-weight: 800;
  color: #003843;
  letter-spacing: 0.1em;
  padding: 7px 4px 2px 0px;
}
h5 {
  color: #838f97;
  font-size: 12px;
  font-weight: 800;
}
a {
  text-decoration: none;
  color: #c1431a;
}
hr {
  background: #DDD;
  border: 0;
  height: 1px;
  width: 100%;
}
p {
  font-family: "proxima-nova", arial, sans-serif;
}
p.ie8,
.ie8 p {
  font-family: arial, sans-serif;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
img {
  border: 0;
}
.outer-wrapper {
  height: 100%;
  width: 100%;
}
.scrollpane {
  outline: 0;
}
input[type="submit"] {
  outline: 0;
}
.wrapper {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 92px;
  padding-bottom: 46px;
  height: 100%;
  min-width: 760px;
}
.wrapper .main {
  width: 100%;
  height: 100%;
  float: left;
}
.wrapper .main .left-container {
  background: #f9f9f9 url('../images/left_container_side_gradients.jpg') repeat top left;
  width: 335px;
  float: left;
  position: relative;
  left: 0;
  top: 0;
  height: auto;
  min-height: 100%;
}
.wrapper .main .left-container ul li:before {
  content: "•";
  padding-right: 5px;
  font-weight: bold;
  font-size: 13px;
}
.wrapper .main .left-container .left-container-text {
  background: transparent url('../images/left_container_top_gradient.jpg') no-repeat top left;
  padding: 23px 32px 92px 32px;
  position: relative;
}
.wrapper .main .left-container .left-container-text h3 {
  padding-left: 8px;
  padding-right: 11px;
}
.wrapper .main .left-container .left-container-text > ul,
.wrapper .main .left-container .left-container-text > ol,
.wrapper .main .left-container .left-container-text > .jspContainer .jspPane ul {
  padding-left: 4px;
  padding-right: 4px;
}
.wrapper .main .left-container .left-container-text > ul > li,
.wrapper .main .left-container .left-container-text > ol > li,
.wrapper .main .left-container .left-container-text > .jspContainer .jspPane ul > li {
  border-top: 1px solid #d8d8d8;
  padding-top: 12px;
  padding-bottom: 9px;
  text-indent: -10px;
  padding-left: 13px;
}
.wrapper .main .left-container .left-container-text > ul > li ul,
.wrapper .main .left-container .left-container-text > ol > li ul,
.wrapper .main .left-container .left-container-text > .jspContainer .jspPane ul > li ul {
  margin-left: 15px;
}
.wrapper .main .left-container .left-container-text li,
.wrapper .main .left-container .left-container-text p,
.wrapper .main .left-container .left-container-text > span {
  color: #8b979e;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px !important;
}
.wrapper .main .main-container {
  background: #ffffff url('../images/main-container-top-gradient.png') repeat-x top left;
  float: right;
  position: fixed;
  left: 335px;
  width: 100%;
  padding-right: 605px;
  padding-bottom: 138px;
  height: 100%;
}
@media (max-width: 1170px) {
  .wrapper .main .main-container {
    padding-right: 0;
    left: 0;
  }
}
.wrapper .main .main-container .plugin_picture {
  display: block;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: 100% auto !important;
}
.wrapper .main .main-container .plugin_picture img {
  width: 100%;
  position: absolute;
  text-align: center;
  padding-right: 270px;
}
@media (max-width: 1170px) {
  .wrapper .main .main-container .plugin_picture img {
    padding-right: 0;
  }
}
@media (max-width: 900px) {
  .wrapper .main .main-container .plugin_picture img {
    top: -92px;
  }
}
.wrapper .main .main-container .plugin_picture > img {
  opacity: 0;
  filter: alpha(opacity=0);
}
.wrapper .main .jspVerticalBar,
.wrapper .main .jspHorizontalBar {
  width: 9px;
}
.wrapper .main .jspVerticalBar .jspTrack,
.wrapper .main .jspHorizontalBar .jspTrack {
  background: #d7d7d7;
  height: 100% !important;
}
.wrapper .main .jspVerticalBar .jspTrack .jspDrag,
.wrapper .main .jspHorizontalBar .jspTrack .jspDrag {
  background: #f6f6f6;
  height: 100%;
  border: 1px solid #cdcdcd;
}
.wrapper .main .jspHorizontalBar {
  height: 9px;
}
.wrapper .main .flex-control-nav li a {
  width: 8px;
  height: 8px;
}
.ie8 .wrapper .main .flex-control-nav li a {
  background: url('../images/gallery_pager.png') no-repeat;
  background-color: transparent;
  font-size: 0;
}
.wrapper .main .flex-control-nav li a.flex-active {
  background: #003843;
}
.ie8 .wrapper .main .flex-control-nav li a.flex-active {
  background: url('../images/gallery_pager.png') no-repeat;
  background-color: transparent;
  background-position: 0px -9px;
  font-size: 0;
}
.wrapper .uw-right-logo {
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 3;
  text-align: center;
  height: 100%;
  width: 270px;
}
@media (max-width: 1170px) {
  .wrapper .uw-right-logo {
    display: none;
  }
}
.wrapper .banner-right {
  width: 270px;
  position: fixed;
  right: 0;
  float: left;
  z-index: 2;
}
.wrapper .banner-right .plugin_picture img {
  right: 0;
  top: -30%;
}
@media (max-width: 1170px) {
  .wrapper .banner-right {
    display: none;
  }
}