/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="email"],
input[type="text"],
button {
  border: 0;
  background: none;
  outline: 0; }

input[type="button"],
input[type="submit"],
button {
  padding: 0;
  cursor: pointer; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Colors */
/* Fonts */
/* Global */
@font-face {
  font-family: "NewRailAlphabet-OffWhite.";
  src: url("../src/fonts/NewRailAlphabet-OffWhite.woff") format("woff"); }
@font-face {
  font-family: "NewRailAlphabet-Bold";
  src: url("../src/fonts/NewRailAlphabet-Bold.otf") format("opentype"), url("../src/fonts/NewRailAlphabet-Bold.woff") format("woff"); }
@font-face {
  font-family: "NewRailAlphabet-Light";
  src: url("../src/fonts/NewRailAlphabet-Light.otf") format("opentype"), url("../src/fonts/NewRailAlphabet-Light.woff") format("woff"); }
@font-face {
  font-family: "NewRailAlphabet-LightItalic";
  src: url("../src/fonts/NewRailAlphabet-LightItalic.woff") format("woff"); }
@font-face {
  font-family: "WS_Display";
  src: url("../src/fonts/WS_Display.otf") format("opentype"), url("../src/fonts/WS_Display.woff") format("woff"); }
@font-face {
  font-family: 'Atlas Grotesk';
  src: url("../src/fonts/AtlasGrotesk-Medium.woff2") format("woff2"), url("../src/fonts/AtlasGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Atlas Grotesk';
  src: url("../src/fonts/AtlasGrotesk-Regular.woff2") format("woff2"), url("../src/fonts/AtlasGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'canelalight';
  src: url("../src/fonts/canela-light-webfont.woff2") format("woff2"), url("../src/fonts/canela-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'canelalight_italic';
  src: url("../src/fonts/canela-lightitalic-webfont.woff2") format("woff2"), url("../src/fonts/canela-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'seaportdin-boldcondensed';
  src: url("../src/fonts/seaportdinx-boldcondensed-webfont.woff2") format("woff2"), url("../src/fonts/seaportdinx-boldcondensed-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
*, *:focus {
  outline: none; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

html, body {
  height: 100%; }

.in-search #page {
  overflow-y: scroll;
  height: 100%; }

p, a {
  font-size: 15px;
  line-height: 22px; }

a.link-arrow {
  font-family: "NewRailAlphabet-Bold";
  font-size: 12px;
  line-height: 24px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: url(../src/img/link-arrow.svg) no-repeat right 1px;
  padding-right: 20px; }

p a.link-arrow {
  text-decoration: none; }

input,
select,
textarea {
  font-size: 13px;
  margin: 0; }

select:focus {
  border: 1px solid; }

.in-overlay {
  overflow: hidden; }

@keyframes loading {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
div.loader {
  opacity: 0;
  transition: opacity .5s;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s; }
  div.loader.active {
    opacity: 1.0; }
    div.loader.active div {
      animation: loading 1.5s ease 0s infinite; }

#content {
  position: relative;
  top: 76px; }

.container {
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px; }

.full-width {
  position: relative;
  width: 100%;
  text-align: center;
  text-transform: uppercase; }
  .full-width h2, .full-width p {
    color: #fff; }
  .full-width h2 {
    font-family: "WS_Display";
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.030em; }
  .full-width p {
    line-height: 22px; }

.underline {
  text-decoration: underline; }

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }

.hidden {
  visibility: hidden;
  height: auto;
  width: auto; }

select.hidden {
  height: 0;
  width: 0; }

.header-mobile {
  display: none; }

.copy h3 {
  margin-bottom: 0;
  font-family: "WS_Display";
  font-size: 20px;
  color: #666;
  text-transform: uppercase; }
.copy .sub-title {
  margin-bottom: 30px;
  font-family: "NewRailAlphabet-Bold";
  font-size: 12px;
  line-height: 24px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
.copy .sub-title_light {
  margin-bottom: 0; }

.overlay .form-success h2 {
  margin-bottom: 10px; }

.owl-prev, .owl-next {
  width: 30px;
  height: 30px;
  text-indent: -99999px; }

.owl-prev {
  position: absolute;
  left: -15.5%;
  background: url(../src/img/prev.svg) no-repeat; }

.owl-next {
  position: absolute;
  right: -15.5%;
  background: url(../src/img/next.svg) no-repeat; }

#gallery-home .owl-prev {
  position: absolute;
  left: 5.5%;
  background: url(../src/img/prev_white.svg) no-repeat; }
#gallery-home .owl-next {
  position: absolute;
  right: 5.5%;
  background: url(../src/img/next_white.svg) no-repeat; }

.form-success {
  display: none; }
  .form-success p {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .1em;
    font-family: "NewRailAlphabet-Bold";
    text-transform: uppercase; }

.search-property {
  overflow: hidden;
  margin: 0 auto 80px;
  width: 980px; }
  .search-property select, .search-property input {
    font-size: 12px;
    line-height: 12px;
    font-family: "NewRailAlphabet-Light"; }
  .search-property .select-style {
    float: left; }
    .search-property .select-style:first-child {
      margin-right: 20px; }
  .search-property option {
    background-color: #fff; }
  .search-property input {
    display: block;
    float: left;
    padding: 15px 20px;
    width: 248px;
    border: 1px solid #c0c0c0;
    background-color: #fff; }
  .search-property button {
    margin: 0;
    padding: 15px 10px 15px 0; }

a#clear-form {
  opacity: 0;
  visibility: hidden;
  float: left;
  margin-left: 30px;
  font-family: "NewRailAlphabet-Bold";
  font-size: 12px;
  color: #c0c0c0;
  line-height: 48px;
  text-transform: uppercase;
  transition: opacity .5s ease-in;
  letter-spacing: 0.1em; }
  a#clear-form.visible {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease-in; }

.location {
  float: left;
  margin-right: 80px; }

.keyword {
  float: left; }

button {
  display: inline-block;
  margin: 0;
  padding: 20px 10px 20px 0;
  border-top: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  font-family: "NewRailAlphabet-Bold";
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: #fff; }
  button span {
    padding: 0 20px;
    background: url(../src/img/link-arrow.svg) no-repeat right 1px;
    text-transform: uppercase; }

fieldset {
  margin-bottom: 10px; }

.field {
  float: left;
  width: 46%; }
  .field:first-child {
    margin-right: 40px; }
  .field.full {
    width: 100%;
    margin-right: 0; }

.select-style {
  padding: 10px 0;
  border: 1px solid #ccc;
  width: 200px;
  overflow: hidden; }

.select-style select {
  padding: 5px 20px;
  width: 105%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-expand:focus {
  outline: none; }

select {
  width: 100%; }

textarea {
  display: block;
  width: 100%;
  height: 140px;
  padding: 20px;
  border: none;
  resize: none; }

label {
  font-family: "NewRailAlphabet-Bold";
  font-size: 12px;
  line-height: 24px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

p, input {
  font-family: "NewRailAlphabet-Light";
  color: #666; }

input.error {
  border: 1px solid #ff0000; }

p.error {
  opacity: 0;
  margin: 5px 0 0 5px;
  font-size: 11px;
  color: #ff0000;
  text-align: left; }

a {
  font-family: "NewRailAlphabet-Light";
  color: #666;
  text-decoration: none; }

p a {
  text-decoration: underline; }

img {
  max-width: 100%; }

.title {
  font-family: "WS_Display";
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0.030em;
  text-transform: uppercase; }

.sub-title {
  margin-bottom: 30px;
  font-family: "NewRailAlphabet-Bold";
  font-size: 12px;
  line-height: 24px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.scroll-wrap {
  position: relative;
  top: 60vw;
  z-index: 8;
  background: #fff; }

.what-we-do .lead-block p {
  font-size: 20px;
  line-height: 30px; }
.what-we-do .content-blocks:nth-child(2n) .copy {
  float: left; }

.intro-block {
  max-width: 900px; }
  .intro-block .sub-title {
    margin-bottom: 20px;
    opacity: 0;
    transition: opacity .3s ease-in 0s; }
  .intro-block p {
    opacity: 0;
    transition: opacity .3s ease-in 0s; }
  .intro-block.in-view .sub-title {
    opacity: 1;
    transition: opacity .3s ease-in 0s; }
  .intro-block.in-view p {
    opacity: 1;
    transition: opacity .3s ease-in 0s; }

.team-blocks .image-block {
  opacity: 0;
  transition: opacity .3s ease-in .2s, transform .5s ease 0s;
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  -o-transform: translateY(25%);
  transform: translateY(25%); }
  .team-blocks .image-block.in-view {
    opacity: 1;
    transition: opacity .3s ease-in .2s, transform .5s ease 0s;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }
.team-blocks .team-member {
  display: inline-block;
  vertical-align: top;
  width: calc( 100% / 3.1);
  text-align: center;
  margin-bottom: 20px;
  opacity: 0;
  transition: all .3s ease-in 0s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .team-blocks .team-member h2 {
    display: block;
    font-family: "WS_Display";
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 15px; }
  .team-blocks .team-member h3 {
    color: #c0c0c0; }
    .team-blocks .team-member h3.team-member-title {
      margin-bottom: 0px; }
  .team-blocks .team-member h4 {
    color: #c0c0c0; }
  .team-blocks .team-member p {
    color: #c0c0c0; }
  .team-blocks .team-member.in-view {
    opacity: 1;
    transition: all .3s ease-in 0s;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }

.work-with-us-block img {
  max-width: 800px;
  width: 57%;
  margin-right: 5.556%;
  opacity: 0;
  transition: opacity .3s ease-in .2s, transform .5s ease 0s;
  -webkit-transform: translateX(-15%);
  -moz-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  -o-transform: translateX(-15%);
  transform: translateX(-15%); }
.work-with-us-block .copy {
  opacity: 0;
  transition: opacity .3s ease-in .5s;
  float: right;
  width: 37%;
  max-width: 550px; }
  .work-with-us-block .copy a {
    background: none;
    text-decoration: underline;
    padding: 0; }
.work-with-us-block.in-view img {
  opacity: 1;
  transition: opacity .3s ease-in .2s, transform .5s ease 0s;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
.work-with-us-block.in-view .copy {
  opacity: 1;
  transition: opacity .3s ease-in .5s; }

.mobile {
  display: none; }

#ui-mobile {
  background: url(../src/img/ui-nav.svg) no-repeat;
  width: 24px;
  height: 24px; }
  #ui-mobile:hover {
    fill: #000; }

.post-row {
  overflow: hidden;
  border-bottom: 1px solid #000;
  padding: 50px 0;
  -webkit-animation: fadein 5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 5s;
  /* Firefox < 16 */
  -ms-animation: fadein 5s;
  /* Internet Explorer */
  -o-animation: fadein 5s;
  /* Opera < 12.1 */
  animation: fadein 5s; }

.post-content {
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto; }

.col-heading {
  float: right;
  width: 73%; }
  .col-heading h2.heading {
    display: inline-block;
    color: #000;
    margin: 40px 0 15px 0;
    font-family: "WS_Display";
    font-size: 40px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    padding-bottom: 40px;
    border-bottom: 1px solid; }

.col-info, .col-spacer {
  float: left;
  width: 18%;
  margin-right: 8.89%;
  text-align: right; }
  .col-info .date, .col-spacer .date {
    margin-bottom: 10px; }

.col-content {
  float: left;
  width: 73%; }
  .col-content p {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: .025em; }
  .col-content a.read-more {
    display: block;
    clear: both;
    float: right;
    font-family: "NewRailAlphabet-Bold";
    font-size: 12px;
    line-height: 24px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: url(../src/img/link-arrow.svg) no-repeat right 6px;
    padding-right: 20px; }
  .col-content a.back-link {
    display: block;
    clear: both;
    float: left;
    margin-bottom: 40px;
    font-family: "NewRailAlphabet-Bold";
    font-size: 12px;
    line-height: 24px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: url(../src/img/back-arrow.png) no-repeat left 6px;
    padding-left: 20px; }
  .col-content img {
    display: block;
    margin-top: 30px; }
  .col-content .content a {
    text-decoration: underline; }

.post-title {
  clear: both;
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "NewRailAlphabet-Light"; }

.content {
  margin-top: 30px; }

.in-search main {
  min-height: 800px; }
.in-search .featured-property {
  display: none; }

.error-404 {
  height: calc(100vh - 70px); }
  .error-404 .copy {
    width: 400px;
    margin: 0 auto;
    text-align: center; }
  .error-404 h2 {
    display: inline-block;
    font-family: "WS_Display";
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.030em;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding-bottom: 40px;
    margin-bottom: 40px;
    color: #666; }
  .error-404 p {
    margin-bottom: 60px; }
  .error-404 a.link-arrow {
    cursor: pointer; }

#infscr-loading {
  margin: 30px 0;
  font-family: "NewRailAlphabet-Light";
  text-align: center; }
  #infscr-loading img {
    display: none; }
  #infscr-loading div {
    display: none; }

.is-scroll .current_page_item .sub-container {
  display: block;
  height: auto;
  opacity: 1;
  transition: opacity ease-in .4s; }

header {
  position: fixed;
  z-index: 100000000;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2); }
  header .header-inner {
    padding: 30px 80px 0 80px;
    overflow: hidden;
    max-width: 1440px;
    margin: 0 auto;
    transition: all ease .4s; }
  header .menu-primary-menu-left-container, header .menu-primary-menu-right-container, header #search {
    position: relative;
    z-index: 1; }
  header .menu-primary-menu-left-container {
    float: left; }
  header .menu-primary-menu-right-container {
    float: right; }
    header .menu-primary-menu-right-container li:last-child {
      margin-right: 0; }
  header .primary-menu > li {
    float: left;
    margin-right: 50px;
    padding-bottom: 30px; }
    header .primary-menu > li > a {
      padding-bottom: 32px; }
    header .primary-menu > li.current_page_item > a {
      color: #000; }
    header .primary-menu > li .dropdown-toggle {
      display: none; }
    header .primary-menu > li > a {
      color: #9c9c9c; }
  header .primary-menu a {
    font-size: 12px;
    font-family: "NewRailAlphabet-Light";
    letter-spacing: .5px;
    text-transform: uppercase;
    text-decoration: none; }
  header.fixed {
    z-index: 99999; }
    header.fixed .header-inner {
      padding: 20px 80px 0 80px;
      transition: all ease .4s; }
    header.fixed > li {
      padding-bottom: 20px; }
    header.fixed .sub-container {
      top: 64px; }

#search {
  z-index: 2;
  float: left;
  margin: -5px 32px 0 0;
  background: url(../src/img/ui-search.png) no-repeat center left;
  background-size: 50%;
  width: 30px;
  height: 30px;
  transition: all ease-in .4s; }
  #search:hover {
    background: url(../src/img/ui-search-hover.png) no-repeat center left;
    background-size: 50%;
    width: 30px;
    height: 30px;
    transition: all ease-in .4s; }

.header-logo {
  float: none;
  display: block;
  margin: 0 auto;
  text-align: center; }
  .header-logo a {
    display: block; }
    .header-logo a img {
      max-width: 100%; }

.header-desktop .primary-menu li:hover .sub-container {
  height: auto;
  opacity: 1; }
.header-desktop .header-logo {
  position: absolute;
  left: 0;
  right: 0; }

.sub-container {
  display: none;
  height: auto;
  opacity: 0;
  position: fixed;
  top: 76px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: rgba(7, 39, 56, 0.9); }
  .sub-container .sub-menu {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
    width: auto; }
  .sub-container li {
    display: inline-block;
    margin: 10px 15px; }
  .sub-container a {
    display: block;
    font-size: 11px;
    font-family: "NewRailAlphabet-Bold";
    color: #c0c0c0; }
    .sub-container a.nav-active {
      color: #fff; }

.mobile-nav-container {
  width: 100%;
  overflow: auto;
  position: fixed;
  left: 0px;
  top: 76px;
  z-index: 10000000; }
  .mobile-nav-container .mobile-nav {
    width: 400%;
    margin: 0 auto;
    height: 50px;
    padding-left: 10px;
    background-color: rgba(7, 39, 56, 0.9); }
    .mobile-nav-container .mobile-nav li {
      float: left;
      text-align: center;
      line-height: 40px; }
    .mobile-nav-container .mobile-nav a {
      display: block;
      width: auto;
      padding: 15px 10px 15px 10px;
      text-transform: uppercase;
      font-size: 12px;
      font-family: "NewRailAlphabet-Light";
      letter-spacing: .5px;
      text-transform: uppercase;
      text-decoration: none;
      height: 20px;
      color: #c0c0c0; }
    .mobile-nav-container .mobile-nav .active, .mobile-nav-container .mobile-nav .active a {
      color: #fff; }

.legal-footer {
  text-align: center;
  margin: 15px auto 10px;
  padding-bottom: 40px;
  z-index: 10000;
  opacity: 1;
  transition: opacity .3s ease-in 0s; }
  .legal-footer.in-view {
    opacity: 1;
    transition: opacity .3s ease-in 0s; }
  .legal-footer li {
    list-style: none;
    display: inline-block;
    margin-right: 9px;
    padding-right: 10px;
    border-right: 1px solid #CCCCCC;
    height: 14px; }
    .legal-footer li:last-child {
      border-right: 0px;
      padding-right: 0px;
      margin-right: 0px; }
  .legal-footer a {
    vertical-align: middle;
    color: #CCCCCC;
    text-transform: uppercase;
    font-family: "NewRailAlphabet-Light";
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 12px; }

.page-template-page-careers .legal-footer {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 40px;
  margin-bottom: 0px;
  padding-bottom: 0px; }

.home .legal-footer {
  display: none; }
.home .footer-blocks .legal-footer {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 40px;
  margin-bottom: 0px;
  padding-bottom: 0px; }
  .home .footer-blocks .legal-footer li {
    border-right: 1px solid #666; }
    .home .footer-blocks .legal-footer li:last-child {
      border-right: 0px;
      padding-right: 0px;
      margin-right: 0px; }

@media all and (max-width: 480px) {
  .home .legal-footer {
    display: block; }
  .home #main .legal-footer {
    display: none; } }
.notice {
  text-align: center;
  font-size: 15px;
  line-height: 17px;
  color: #666;
  font-family: "NewRailAlphabet-Light";
  letter-spacing: .5px;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  background: #dedede; }
  .notice a {
    text-decoration: underline;
    font-size: 15px;
    line-height: 17px; }

@media all and (max-width: 1024px) {
  .notice {
    padding-top: 8px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 14px; }
    .notice a {
      font-size: 12px;
      line-height: 14px; } }
.footer-blocks.full-width {
  text-align: left;
  text-transform: none; }
  .footer-blocks.full-width .block {
    padding: 0px; }
  .footer-blocks.full-width a.link-arrow {
    display: inline-block;
    font-family: "NewRailAlphabet-Bold";
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: url(../src/img/link-arrow_white.svg) no-repeat right 7px;
    padding-right: 20px;
    transition: color 0.2s ease; }
    .footer-blocks.full-width a.link-arrow:hover {
      color: #c0c0c0; }
  .footer-blocks.full-width .disclaimer {
    padding-left: 0px;
    padding-right: 0px; }
    @media all and (max-width: 520px) {
      .footer-blocks.full-width .disclaimer {
        padding-top: 20px;
        padding-bottom: 100px; } }
    .footer-blocks.full-width .disclaimer .block {
      border-top: 3px solid #000;
      padding: 100px 0px; }
      @media all and (max-width: 520px) {
        .footer-blocks.full-width .disclaimer .block {
          padding: 60px 0px; } }
    .footer-blocks.full-width .disclaimer p {
      color: #666; }
      .footer-blocks.full-width .disclaimer p strong {
        font-family: "NewRailAlphabet-Bold"; }

#newsletter {
  padding-top: 100px;
  padding-left: 0px;
  padding-right: 0px; }
  @media all and (max-width: 520px) {
    #newsletter {
      padding-top: 60px; } }
  #newsletter .block {
    border-top: 3px solid #000;
    padding: 100px 0px; }
    @media all and (max-width: 520px) {
      #newsletter .block {
        padding: 60px 0px; } }
  #newsletter .inline-form, #newsletter .form-success {
    max-width: 800px;
    margin: 0px 20px 0px 0px; }
    #newsletter .inline-form fieldset, #newsletter .form-success fieldset {
      margin-bottom: 0px; }
  #newsletter h2 {
    max-width: 600px;
    margin-bottom: 20px;
    font-family: "WS_Display";
    font-size: 28px;
    line-height: 30px;
    letter-spacing: .025em;
    text-transform: uppercase;
    color: #000;
    text-align: left; }
    @media all and (max-width: 520px) {
      #newsletter h2 {
        font-size: 26px;
        line-height: 30px; } }
  #newsletter p {
    max-width: 600px;
    margin-bottom: 30px;
    color: #666;
    text-align: left; }
  #newsletter p.error {
    margin-bottom: 0px; }
  #newsletter .field {
    width: 32%;
    margin-right: 30px; }
    #newsletter .field.submit-box {
      width: 22%; }
    #newsletter .field:last-child {
      margin-right: 0px; }
    #newsletter .field button[type=submit] {
      margin-top: 24px; }
    #newsletter .field input:not([type='checkbox']) {
      width: calc(100% - 20px); }
    @media all and (max-width: 550px) {
      #newsletter .field {
        width: 100%; }
        #newsletter .field.submit-box {
          width: 100%; } }
  #newsletter .form-success {
    display: none; }
    #newsletter .form-success h2 {
      margin-bottom: 40px;
      font-family: "WS_Display";
      font-size: 40px;
      line-height: 50px;
      letter-spacing: .025em;
      text-transform: uppercase;
      color: #000; }
    #newsletter .form-success p {
      text-transform: none; }

@media all and (max-width: 520px) {
  .image-w-cta {
    background-size: cover;
    height: 600px; } }
.image-w-cta .image-block {
  position: relative;
  background-size: cover;
  background-position: center center; }
.image-w-cta .lease-copy {
  opacity: 0;
  transition: all .3s ease-in .3s;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  -o-transform: translateY(-5%);
  transform: translateY(-5%);
  text-align: center;
  color: #fff; }
  .image-w-cta .lease-copy h2 {
    margin-bottom: 15px;
    font-size: 28px;
    letter-spacing: 0.025em;
    line-height: 38px; }
  .image-w-cta .lease-copy p {
    margin-bottom: 40px;
    color: #fff;
    text-transform: none; }
.image-w-cta.in-view .lease-copy {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .3s ease-in .3s; }

.detail {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff; }
  .detail.visible {
    display: block; }

.scroll-block {
  position: fixed;
  top: 66px;
  padding: 0;
  width: 100%; }
  .scroll-block .scroll-arrow {
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../src/img/ws_arrow.svg) no-repeat center center;
    width: 50px;
    height: 50px; }

.content-block:first-child .copy {
  border-top: none; }
.content-block:nth-child(odd) img {
  opacity: 0;
  transition: opacity .3s ease-in .2s, transform .5s ease 0s;
  -webkit-transform: translateX(15%);
  -ms-transform: translateX(15%);
  -o-transform: translateX(15%);
  transform: translateX(15%); }
.content-block:nth-child(odd) .copy {
  opacity: 0;
  transition: opacity .3s ease-in .5s; }
.content-block:nth-child(odd).in-view img {
  opacity: 1;
  transition: opacity .3s ease-in .2s, transform .5s ease 0s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }
.content-block:nth-child(odd).in-view .copy {
  opacity: 1;
  transition: opacity .3s ease-in .5s; }
.content-block:nth-child(even) img {
  opacity: 0;
  transition: opacity .3s ease-in .2s, transform .5s ease 0s;
  -webkit-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  -o-transform: translateX(-15%);
  transform: translateX(-15%); }
.content-block:nth-child(even) .copy {
  opacity: 0;
  transition: opacity .3s ease-in .5s; }
.content-block:nth-child(even).in-view img {
  opacity: 1;
  transition: opacity .3s ease-in .2s, transform .5s ease 0s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }
.content-block:nth-child(even).in-view .copy {
  opacity: 1;
  transition: opacity .3s ease-in .5s; }

.page-template-page-what-we-do .full-width .copy, .page-template-page-retail-portal .full-width .copy {
  max-width: 820px; }
.page-template-page-what-we-do .full-width h2, .page-template-page-retail-portal .full-width h2 {
  margin-bottom: 20px;
  font-size: 46px; }
.page-template-page-what-we-do .full-width p, .page-template-page-retail-portal .full-width p {
  text-transform: none;
  font-size: 16px;
  line-height: 24px; }
  @media only screen and (min-width: 992px) {
    .page-template-page-what-we-do .full-width p, .page-template-page-retail-portal .full-width p {
      font-size: 18px;
      line-height: 26.5px; } }
.page-template-page-what-we-do .content-block .copy, .page-template-page-what-we-do .content-block .grid-item, .page-template-page-what-we-do .grid-items .copy, .page-template-page-what-we-do .grid-items .grid-item, .page-template-page-retail-portal .content-block .copy, .page-template-page-retail-portal .content-block .grid-item, .page-template-page-retail-portal .grid-items .copy, .page-template-page-retail-portal .grid-items .grid-item {
  opacity: 0;
  transition: all .3s ease-in .3s; }
  .page-template-page-what-we-do .content-block .copy.no-image, .page-template-page-what-we-do .content-block .grid-item.no-image, .page-template-page-what-we-do .grid-items .copy.no-image, .page-template-page-what-we-do .grid-items .grid-item.no-image, .page-template-page-retail-portal .content-block .copy.no-image, .page-template-page-retail-portal .content-block .grid-item.no-image, .page-template-page-retail-portal .grid-items .copy.no-image, .page-template-page-retail-portal .grid-items .grid-item.no-image {
    width: 100%;
    margin-bottom: 40px; }
  .page-template-page-what-we-do .content-block .copy h2, .page-template-page-what-we-do .content-block .grid-item h2, .page-template-page-what-we-do .grid-items .copy h2, .page-template-page-what-we-do .grid-items .grid-item h2, .page-template-page-retail-portal .content-block .copy h2, .page-template-page-retail-portal .content-block .grid-item h2, .page-template-page-retail-portal .grid-items .copy h2, .page-template-page-retail-portal .grid-items .grid-item h2 {
    margin-bottom: 5px; }
  .page-template-page-what-we-do .content-block .copy h3.sub-title, .page-template-page-what-we-do .content-block .grid-item h3.sub-title, .page-template-page-what-we-do .grid-items .copy h3.sub-title, .page-template-page-what-we-do .grid-items .grid-item h3.sub-title, .page-template-page-retail-portal .content-block .copy h3.sub-title, .page-template-page-retail-portal .content-block .grid-item h3.sub-title, .page-template-page-retail-portal .grid-items .copy h3.sub-title, .page-template-page-retail-portal .grid-items .grid-item h3.sub-title {
    margin-bottom: 20px; }
  .page-template-page-what-we-do .content-block .copy p, .page-template-page-what-we-do .content-block .grid-item p, .page-template-page-what-we-do .grid-items .copy p, .page-template-page-what-we-do .grid-items .grid-item p, .page-template-page-retail-portal .content-block .copy p, .page-template-page-retail-portal .content-block .grid-item p, .page-template-page-retail-portal .grid-items .copy p, .page-template-page-retail-portal .grid-items .grid-item p {
    margin-bottom: 20px; }
    .page-template-page-what-we-do .content-block .copy p.sub-title_light, .page-template-page-what-we-do .content-block .grid-item p.sub-title_light, .page-template-page-what-we-do .grid-items .copy p.sub-title_light, .page-template-page-what-we-do .grid-items .grid-item p.sub-title_light, .page-template-page-retail-portal .content-block .copy p.sub-title_light, .page-template-page-retail-portal .content-block .grid-item p.sub-title_light, .page-template-page-retail-portal .grid-items .copy p.sub-title_light, .page-template-page-retail-portal .grid-items .grid-item p.sub-title_light {
      margin-bottom: 0; }
    .page-template-page-what-we-do .content-block .copy p.underline, .page-template-page-what-we-do .content-block .grid-item p.underline, .page-template-page-what-we-do .grid-items .copy p.underline, .page-template-page-what-we-do .grid-items .grid-item p.underline, .page-template-page-retail-portal .content-block .copy p.underline, .page-template-page-retail-portal .content-block .grid-item p.underline, .page-template-page-retail-portal .grid-items .copy p.underline, .page-template-page-retail-portal .grid-items .grid-item p.underline {
      margin-bottom: 0; }
.page-template-page-what-we-do .content-block.in-view .copy, .page-template-page-what-we-do .content-block.in-view .grid-item, .page-template-page-what-we-do .grid-items.in-view .copy, .page-template-page-what-we-do .grid-items.in-view .grid-item, .page-template-page-retail-portal .content-block.in-view .copy, .page-template-page-retail-portal .content-block.in-view .grid-item, .page-template-page-retail-portal .grid-items.in-view .copy, .page-template-page-retail-portal .grid-items.in-view .grid-item {
  opacity: 1;
  transition: all .3s ease-in .3s; }

.page-template-page-retail-portal .full-width .copy {
  max-width: 560px; }
.page-template-page-retail-portal .clear {
  clear: both; }
.page-template-page-retail-portal h4 {
  text-transform: uppercase;
  font-family: "WS_Display";
  font-size: 20px;
  color: #666666;
  margin-bottom: 20px; }
.page-template-page-retail-portal ul, .page-template-page-retail-portal li {
  font-family: "NewRailAlphabet-Light";
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.025em;
  color: #666; }
.page-template-page-retail-portal .content-block ul {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 40px;
  color: #666; }
  .page-template-page-retail-portal .content-block ul li {
    font-family: "NewRailAlphabet-Light";
    font-size: 15px;
    line-height: 22px;
    color: #666; }
.page-template-page-retail-portal .short-rule {
  width: 60px;
  height: 3px;
  background-color: #000;
  display: block;
  margin: 40px 0 40px; }
.page-template-page-retail-portal .tenant-login-form .inner {
  max-width: 300px;
  margin: 100px auto;
  text-align: left; }
.page-template-page-retail-portal .tenant-login-form h3 {
  font-family: "WS_Display";
  font-size: 40px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px; }
.page-template-page-retail-portal .tenant-login-form input, .page-template-page-retail-portal .tenant-login-form select, .page-template-page-retail-portal .tenant-login-form textarea {
  font-family: "NewRailAlphabet-Light"; }
.page-template-page-retail-portal .tenant-login-form input {
  display: block;
  width: 230px;
  height: 48px;
  padding: 0 10px;
  font-size: 15px;
  line-height: 48px;
  font-family: "NewRailAlphabet-Light";
  color: #666;
  background-color: #fff;
  border: 1px solid #c0c0c0; }
.page-template-page-retail-portal .tenant-login-form .select-style {
  width: auto;
  background-color: #FFFFFF; }
.page-template-page-retail-portal .tenant-login-form .center-text {
  text-align: center; }
.page-template-page-retail-portal .tenant-login-form button {
  border-left: 1px solid #c0c0c0; }
  .page-template-page-retail-portal .tenant-login-form button span {
    background: url(../src/img/link-arrow.svg) no-repeat right 1px !important; }
.page-template-page-retail-portal .tenant-access {
  margin: 0px auto 0px;
  border-top: 3px solid #000; }
  .page-template-page-retail-portal .tenant-access .block {
    padding-top: 100px;
    padding-bottom: 0px; }
    @media all and (max-width: 500px) {
      .page-template-page-retail-portal .tenant-access .block {
        padding-top: 60px; } }
  .page-template-page-retail-portal .tenant-access .inner {
    padding: 0 0px; }
  .page-template-page-retail-portal .tenant-access .field {
    text-align: left; }
  .page-template-page-retail-portal .tenant-access h3 {
    font-family: "WS_Display";
    font-size: 28px;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .page-template-page-retail-portal .tenant-access p {
    margin-bottom: 20px; }
.page-template-page-retail-portal .content-blocks {
  padding-top: 40px; }
  @media all and (min-width: 520px) {
    .page-template-page-retail-portal .content-blocks {
      padding-top: 50px; } }
  .page-template-page-retail-portal .content-blocks .content-block {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
    .page-template-page-retail-portal .content-blocks .content-block .copy {
      padding-top: 0px;
      padding-bottom: 0px; }
      .page-template-page-retail-portal .content-blocks .content-block .copy.no-image {
        margin-bottom: 0px; }
    .page-template-page-retail-portal .content-blocks .content-block img:not(.grid-image) {
      padding-bottom: 0px;
      padding-top: 0px; }
    @media all and (min-width: 520px) {
      .page-template-page-retail-portal .content-blocks .content-block {
        padding-top: 100px !important;
        padding-bottom: 100px !important; } }
  .page-template-page-retail-portal .content-blocks .full-width-border {
    padding-top: 0px;
    border-top: 3px solid #000; }
    .page-template-page-retail-portal .content-blocks .full-width-border .copy {
      border-top: 0px; }
  @media all and (min-width: 520px) {
    .page-template-page-retail-portal .content-blocks .grid-items:not(.social-grid-items) {
      margin-bottom: -10px; } }
  .page-template-page-retail-portal .content-blocks .grid-items {
    width: calc(100% + 40px);
    padding-top: 20px; }
    .page-template-page-retail-portal .content-blocks .grid-items .grid-item {
      width: calc(33% - 10px);
      vertical-align: top;
      margin-bottom: 40px;
      display: inline-block; }
      .page-template-page-retail-portal .content-blocks .grid-items .grid-item .inner {
        padding: 0px 10px;
        cursor: pointer;
        text-align: center; }
      .page-template-page-retail-portal .content-blocks .grid-items .grid-item .img {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px;
        width: 65px;
        height: 65px;
        position: relative;
        transition: opacity 0.3s ease-in-out !important; }
        .page-template-page-retail-portal .content-blocks .grid-items .grid-item .img img {
          margin: 0 auto;
          width: 100%;
          position: absolute;
          top: 0px;
          left: 0%;
          transition: opacity 0.6s ease-in-out !important; }
          .page-template-page-retail-portal .content-blocks .grid-items .grid-item .img img.image-top {
            opacity: 0; }
      .page-template-page-retail-portal .content-blocks .grid-items .grid-item .title-box {
        height: 36px;
        padding-top: 10px; }
      .page-template-page-retail-portal .content-blocks .grid-items .grid-item a {
        display: inline-block;
        font-family: "NewRailAlphabet-Bold";
        font-size: 12px;
        line-height: 18px;
        color: #666;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        transition: color 0.2s ease;
        width: 100%; }
        .page-template-page-retail-portal .content-blocks .grid-items .grid-item a:hover {
          color: #c0c0c0; }
      .page-template-page-retail-portal .content-blocks .grid-items .grid-item .none {
        display: none; }
      .page-template-page-retail-portal .content-blocks .grid-items .grid-item h3 {
        display: inline-block;
        font-family: "NewRailAlphabet-Bold";
        font-size: 12px;
        line-height: 16px;
        color: #666;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        transition: color 0.2s ease; }
      .page-template-page-retail-portal .content-blocks .grid-items .grid-item:hover h3 {
        color: #c0c0c0; }
      .page-template-page-retail-portal .content-blocks .grid-items .grid-item:hover .img img {
        opacity: 0; }
        .page-template-page-retail-portal .content-blocks .grid-items .grid-item:hover .img img.image-top {
          opacity: 1; }
    .page-template-page-retail-portal .content-blocks .grid-items.social-grid-items {
      width: 45%;
      padding-bottom: 0px; }
      .page-template-page-retail-portal .content-blocks .grid-items.social-grid-items .inner {
        padding: 0px 25px 15px 0px; }
      .page-template-page-retail-portal .content-blocks .grid-items.social-grid-items .grid-item {
        margin-bottom: 0px; }
      .page-template-page-retail-portal .content-blocks .grid-items.social-grid-items .img {
        margin: 0;
        text-align: center;
        width: 100%;
        position: relative; }
        .page-template-page-retail-portal .content-blocks .grid-items.social-grid-items .img img {
          margin: 0 auto;
          width: 100%;
          position: absolute;
          top: 0px;
          left: 0%; }
  @media all and (max-width: 500px) {
    .page-template-page-retail-portal .content-blocks .full-width-border {
      padding-top: 0px;
      margin-top: 0px; }
      .page-template-page-retail-portal .content-blocks .full-width-border .copy {
        border-top: 0px; }
    .page-template-page-retail-portal .content-blocks .grid-items, .page-template-page-retail-portal .content-blocks .social-grid-items {
      width: 100% !important;
      margin-top: 0px; }
      .page-template-page-retail-portal .content-blocks .grid-items .grid-item, .page-template-page-retail-portal .content-blocks .social-grid-items .grid-item {
        width: calc(50% - 5px);
        margin-bottom: 30px; }
        .page-template-page-retail-portal .content-blocks .grid-items .grid-item .inner, .page-template-page-retail-portal .content-blocks .social-grid-items .grid-item .inner {
          padding: 0px 0px; }
          .page-template-page-retail-portal .content-blocks .grid-items .grid-item .inner .img, .page-template-page-retail-portal .content-blocks .social-grid-items .grid-item .inner .img {
            text-align: center;
            margin: 0 auto;
            margin-bottom: 15px;
            width: 60px;
            height: 60px;
            position: relative; }
            .page-template-page-retail-portal .content-blocks .grid-items .grid-item .inner .img img, .page-template-page-retail-portal .content-blocks .social-grid-items .grid-item .inner .img img {
              margin-left: 0px;
              padding: 0px !important; }
    .page-template-page-retail-portal .content-blocks .grid-items.social-grid-items {
      padding-bottom: 20px; }
      .page-template-page-retail-portal .content-blocks .grid-items.social-grid-items .grid-item {
        width: calc(33% - 5px); }
        .page-template-page-retail-portal .content-blocks .grid-items.social-grid-items .grid-item .inner {
          padding: 0px 0px 10px; }
          .page-template-page-retail-portal .content-blocks .grid-items.social-grid-items .grid-item .inner .img {
            width: 100px;
            height: 100px;
            position: relative;
            margin-bottom: 0px; }
            .page-template-page-retail-portal .content-blocks .grid-items.social-grid-items .grid-item .inner .img img {
              margin-left: 0px;
              padding: 0px !important; }
            .page-template-page-retail-portal .content-blocks .grid-items.social-grid-items .grid-item .inner .img .title-box {
              height: auto;
              padding-top: 5px; }
            .page-template-page-retail-portal .content-blocks .grid-items.social-grid-items .grid-item .inner .img a {
              line-height: 14px; } }

.page-template-page-retail-portal #blank-block {
  display: none; }
.page-template-page-retail-portal #financial-programs {
  padding-top: 0px !important; }
  .page-template-page-retail-portal #financial-programs .copy {
    padding-top: 0px;
    border-top: 0px; }
  .page-template-page-retail-portal #financial-programs h2 {
    font-size: 20px;
    color: #666666; }
.page-template-page-retail-portal #storefrontstories {
  padding-bottom: 75px !important; }
  @media all and (max-width: 500px) {
    .page-template-page-retail-portal #storefrontstories {
      padding-bottom: 0px !important; } }
.page-template-page-retail-portal .content-block:nth-child(odd)#storefrontstories .social-grid-items {
  float: left; }

.retail-portal-overlay .content {
  text-align: left;
  max-width: 800px;
  margin: 100px auto;
  padding: 40px;
  background-color: #FFFFFF;
  position: relative; }
  @media all and (max-width: 500px) {
    .retail-portal-overlay .content {
      margin: 0px;
      z-index: 10000000009;
      height: 100vh;
      overflow: scroll;
      padding-bottom: 100px; }
      .retail-portal-overlay .content h3 {
        font-size: 25px; } }
.retail-portal-overlay#modal-financial-programs .content {
  padding-bottom: 30px; }
.retail-portal-overlay h3 {
  font-family: "WS_Display";
  text-transform: uppercase;
  text-align: left;
  padding: 15px 0 0 0;
  color: #666;
  margin: 0;
  font-size: 20px !important;
  letter-spacing: 0.5px; }
.retail-portal-overlay h4 {
  margin-bottom: 0px;
  font-family: "NewRailAlphabet-Bold";
  font-size: 15px;
  line-height: 24px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
.retail-portal-overlay p, .retail-portal-overlay a {
  font-size: 15px;
  line-height: 18px; }
.retail-portal-overlay p {
  margin-bottom: 20px; }
.retail-portal-overlay a {
  text-decoration: underline; }
.retail-portal-overlay ul {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 20px;
  color: #666; }
  .retail-portal-overlay ul li {
    font-family: "NewRailAlphabet-Light";
    font-size: 15px;
    line-height: 22px;
    color: #666; }
.retail-portal-overlay strong {
  font-family: "NewRailAlphabet-Bold"; }
.retail-portal-overlay .webinar-link {
  background-color: #171d22;
  display: block;
  padding: 40px 30px 25px 120px;
  font-size: 30px;
  font-family: "WS_Display";
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative; }
  .retail-portal-overlay .webinar-link img {
    display: inline-block;
    max-width: 80px;
    position: absolute;
    top: -10px;
    left: 20px; }

.page-template-page- .notice {
  display: none; }
.page-template-page- #content {
  top: 76px !important; }
@media all and (max-width: 500px) {
  .page-template-page- .header-area .center {
    text-align: left;
    margin-top: 180px;
    margin-bottom: -180px;
    padding: 0px 20px;
    position: relative;
    top: auto; }
    .page-template-page- .header-area .center h2, .page-template-page- .header-area .center p {
      color: #666; }
  .page-template-page- .content-block {
    padding-top: 0px !important; }
    .page-template-page- .content-block .copy {
      padding-top: 10px; }
    .page-template-page- .content-block img {
      margin-bottom: 0px !important;
      padding-bottom: 30px !important;
      padding-top: 30px !important; }
  .page-template-page- #content {
    top: 76px !important; } }

.block {
  padding: 80px 0; }
  .block h2 {
    font-family: "WS_Display";
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.030em;
    text-transform: uppercase; }
    .block h2 a {
      font-family: "WS_Display";
      font-size: 28px;
      color: #000; }
  .block p {
    font-family: "NewRailAlphabet-Light";
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.025em; }
  .block .sub-heading {
    font-family: "NewRailAlphabet-Bold";
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  .block a.link-arrow, .block .static-link-arrow {
    display: inline-block;
    font-family: "NewRailAlphabet-Bold";
    font-size: 12px;
    line-height: 24px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: url(../src/img/link-arrow.svg) no-repeat right 6px;
    padding-right: 20px;
    transition: color 0.2s ease; }
    .block a.link-arrow:hover, .block .static-link-arrow:hover {
      color: #c0c0c0; }
  .block .static-link-arrow {
    background: none; }
  .block.lead-block {
    max-width: 900px;
    width: 56%;
    opacity: 0;
    transition: opacity .3s ease-in .2s, transform .5s ease 0s;
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%); }
    .block.lead-block p {
      margin: 30px 0 40px; }
    .block.lead-block.in-view {
      opacity: 1;
      transition: opacity .3s ease-in .2s, transform .5s ease 0s;
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%); }
  .block.scroll-block {
    padding: 0;
    opacity: 0;
    transition: opacity .3s ease-in 0s; }
    .block.scroll-block.in-view {
      opacity: 1;
      transition: opacity .3s ease-in 0s; }

.sub-heading {
  font-family: "NewRailAlphabet-Bold";
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.stats-block {
  overflow: hidden;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000; }
  .stats-block .col {
    opacity: 0;
    transition: all .3s ease-in 0s;
    float: left;
    width: 25%;
    text-align: center;
    transition: all .3s ease-in 0s;
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    -o-transform: translateY(25%);
    transform: translateY(25%); }
    .stats-block .col h2 {
      display: block;
      font-family: "WS_Display";
      font-size: 120px;
      line-height: normal;
      letter-spacing: 0;
      color: #c0c0c0; }
    .stats-block .col p {
      margin-top: 0; }
    .stats-block .col.in-view {
      opacity: 1;
      transition: all .3s ease-in 0s;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%); }

.content-blocks {
  overflow: hidden;
  padding: 40px 0 0; }

.content-block {
  overflow: hidden;
  width: 100%;
  padding: 70px 0 0 !important;
  outline: none; }
  .content-block .copy {
    float: left;
    width: 45%;
    border-top: 3px solid #000;
    padding-top: 80px; }
    .content-block .copy h2 {
      margin-bottom: 15px; }
  .content-block img:not(.grid-image), .content-block .social-grid-items {
    float: right;
    padding: 80px 0;
    width: 45%; }
  .content-block .more-info {
    margin-top: 40px; }
    .content-block .more-info h3 {
      margin-bottom: 20px;
      font-family: "WS_Display";
      font-size: 20px;
      color: #666;
      text-transform: uppercase; }
    .content-block .more-info h4 {
      margin-bottom: 0px;
      font-family: "NewRailAlphabet-Bold";
      font-size: 12px;
      line-height: 24px;
      color: #666;
      text-transform: uppercase;
      letter-spacing: 0.1em; }
    .content-block .more-info .details {
      color: #666;
      border-left: 3px solid #000;
      padding-left: 10px; }
      .content-block .more-info .details p, .content-block .more-info .details a {
        font-size: 12px;
        line-height: 18px; }
      .content-block .more-info .details a {
        text-decoration: underline; }
      .content-block .more-info .details ul {
        padding-left: 20px;
        list-style: disc;
        margin-bottom: 20px; }
        .content-block .more-info .details ul li {
          font-family: "NewRailAlphabet-Light";
          font-size: 12px;
          line-height: 22px; }
    .content-block .more-info strong {
      font-family: "NewRailAlphabet-Bold"; }
  .content-block:nth-child(odd) .copy {
    float: right;
    padding-right: 0; }
  .content-block:nth-child(odd) img:not(.grid-image) {
    float: left;
    padding-right: 5.556%; }
  .content-block:last-child img:not(.grid-image), .content-block:last-child .social-grid-items {
    border: none; }

#gallery-home img {
  width: 100%; }
#gallery-home .slick-dots {
  display: block;
  margin: 10px 0 20px;
  text-align: center; }
  #gallery-home .slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px 6px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #c0c0c0; }
    #gallery-home .slick-dots li.slick-active {
      background: #666; }
    #gallery-home .slick-dots li button {
      display: none; }
#gallery-home .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000000;
  width: 30px;
  height: 30px; }
  #gallery-home .slick-arrow:hover {
    cursor: pointer; }
#gallery-home .slick-prev {
  left: 20px;
  background: url(../src/img/prev-white.svg) no-repeat; }
#gallery-home .slick-next {
  right: 20px;
  background: url(../src/img/next-white.svg) no-repeat; }

.home .content-blocks .content-block .copy .description:after {
  display: block;
  content: '';
  margin: 50px 0 40px;
  width: 60px;
  height: 3px;
  background-color: #000; }
.home.no-parallax .slider-block {
  position: relative;
  top: auto; }
.home.no-parallax .scroll-wrap {
  top: 80px; }

#lease .image-block {
  position: relative;
  background-size: cover;
  background-position: center center; }
#lease .lease-copy {
  opacity: 0;
  transition: all .3s ease-in .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-5%) translateX(-50%);
  -ms-transform: translateY(-5%) translateX(-50%);
  -o-transform: translateY(-5%) translateX(-50%);
  transform: translateY(-5%) translateX(-50%);
  text-align: center;
  color: #fff; }
  #lease .lease-copy h2 {
    margin-bottom: 15px;
    font-size: 40px;
    letter-spacing: 0.025em; }
  #lease .lease-copy p {
    margin-bottom: 40px;
    color: #fff;
    text-transform: uppercase; }
  #lease .lease-copy a {
    color: #fff;
    background: url(../src/img/link-arrow_white.svg) no-repeat right 7px; }
#lease.in-view .lease-copy {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  transition: all .3s ease-in .3s; }

.legal {
  max-width: 600px;
  margin: 80px auto 0; }
  .legal h2 {
    display: inline-block;
    border-bottom: 1px solid #666;
    margin-bottom: 40px;
    padding-bottom: 40px;
    font-family: "WS_Display";
    font-size: 40px;
    letter-spacing: .025em;
    text-transform: uppercase;
    color: #666; }
  .legal p {
    font-size: 15px;
    line-height: 22px; }

.text-wrap {
  margin: 0;
  position: fixed;
  width: 100%;
  height: 100%; }
  .text-wrap svg {
    width: 100%;
    height: 100%;
    font-family: "WS_Display";
    font-size: 150px;
    text-transform: uppercase;
    background-color: white; }
    .text-wrap svg image {
      width: 100%;
      height: 100%; }
    .text-wrap svg .img-layer {
      fill: url(#p-img);
      font-size: 500px;
      animation: inout .6s linear 1s 3 alternate; }

.page-template-page-properties .page-title, .page-template-tpl-archive-property .page-title {
  font-family: "NewRailAlphabet-Light";
  font-size: 20px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin: 80px 0 60px 0; }

.property-wrap {
  top: 42vw; }
  .property-wrap.has-video {
    top: 52vh; }
  .property-wrap.no-hero {
    top: 66px; }
  .property-wrap.has-gallery {
    top: 0px; }

.featured-property {
  position: relative;
  opacity: 0; }
  .featured-property h2.featured-title {
    position: relative;
    font-family: "NewRailAlphabet-Bold";
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin-bottom: 40px; }
    .featured-property h2.featured-title span {
      position: relative;
      background: #fff;
      padding: 0 15px;
      z-index: 1; }
    .featured-property h2.featured-title:before {
      position: absolute;
      top: 50%;
      width: 100%;
      height: 1px;
      display: block;
      content: '';
      background: #000; }
  .featured-property .title {
    color: #fff; }
  .featured-property h3 {
    color: #fff; }
  .featured-property img {
    opacity: 0;
    transition: opacity .3s ease-in .2s, transform .5s ease 0s; }
  .featured-property .copy {
    opacity: 0;
    transition: opacity .3s ease-in 0s;
    text-align: center;
    color: #fff;
    top: 80.5%;
    -webkit-transform: translateY(-80.5%) translateX(-50%);
    -ms-transform: translateY(-80.5%) translateX(-50%);
    -o-transform: translateY(-80.5%) translateX(-50%);
    transform: translateY(-80.5%) translateX(-50%); }
    .featured-property .copy p {
      color: #fff;
      line-height: 22px; }
    .featured-property .copy .sub-title {
      color: #fff; }

.property-landing .featured-property {
  opacity: 1;
  transition: opacity .3s ease-in .5s; }
  .property-landing .featured-property.in-view .copy, .property-landing .featured-property.in-view img {
    opacity: 1;
    transition: opacity .3s ease-in .2s, transform .5s ease 0s; }

.page-template-page-properties .property-block .extra-description {
  display: none; }

.single-property img {
  pointer-events: none; }

a.overlay-btn {
  display: block;
  position: absolute;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 75px;
  height: 7px;
  padding: 10px 0;
  background: #dedede;
  background-image: none;
  font-family: "NewRailAlphabet-Bold";
  font-size: 10px;
  line-height: 10px;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase; }

.col-images {
  float: left;
  width: 48%;
  padding: 80px 5.556% 0 0;
  margin-bottom: 80px; }
  .col-images li {
    padding-bottom: 40px; }
    .col-images li a {
      position: relative;
      display: block; }
      .col-images li a:hover .open-img {
        opacity: 1;
        transition: opacity .3s ease; }
    .col-images li img {
      opacity: 0;
      transition: all .3s ease-in 0s; }
      .col-images li img.in-view {
        opacity: 1;
        transition: all 0.3s ease-in 0s; }

.open-img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  width: 25px;
  height: 24px;
  background-image: url(../src/img/open-img.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(222, 222, 222, 0.9);
  transition: opacity .3s ease; }

.col-details {
  float: right;
  width: 46%;
  padding-bottom: 60px; }
  .col-details p {
    line-height: 22px; }

.property-blocks {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1280px; }

.property-block {
  max-width: 600px;
  width: 46.875%;
  float: left; }
  .property-block .title {
    margin-top: 40px; }
  .property-block a {
    background: none; }
  .property-block img {
    opacity: 0;
    transition: all .3s ease-in 0s; }
  .property-block .copy {
    opacity: 0;
    transition: all .3s ease-in .3s; }
  .property-block:nth-child(odd) {
    padding-right: 6.2%; }
    .property-block:nth-child(odd) img {
      -webkit-transform: translateX(-15%);
      -ms-transform: translateX(-15%);
      -o-transform: translateX(-15%);
      transform: translateX(-15%); }
  .property-block:nth-child(even) img {
    -webkit-transform: translateX(15%);
    -ms-transform: translateX(15%);
    -o-transform: translateX(15%);
    transform: translateX(15%); }
  .property-block.in-view img {
    opacity: 1;
    transition: opacity .3s ease-in .2s, transform .5s ease 0s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  .property-block.in-view .copy {
    opacity: 1;
    transition: opacity .3s ease-in .2s, transform .5s ease 0s; }

.property-header {
  position: fixed;
  top: 76px;
  padding: 30px 0 20px;
  z-index: 9;
  width: 100%;
  background-color: rgba(7, 39, 56, 0.9);
  transition: padding .4s ease; }
  .property-header h2 {
    display: inline-block;
    margin-right: 5px;
    font-family: "WS_Display";
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .025em; }
  .property-header .sub-heading {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    color: #fff; }
    .property-header .sub-heading.mobile {
      display: none; }
  .property-header.slide {
    transition: none; }

.is-scroll .property-header {
  top: 66px;
  padding: 30px 0 10px;
  transition: padding .4s ease; }

.show-submenu .property-header {
  display: none; }

.property-block_details {
  border-bottom: 3px solid #000;
  margin-bottom: 38px;
  padding-bottom: 30px; }
  .property-block_details .sub-heading {
    margin-bottom: 20px; }
  .property-block_details p {
    margin-bottom: 20px; }

#feedback-form-holder {
  padding: 0px 0px 30px;
  margin-bottom: 38px; }
  #feedback-form-holder fieldset {
    margin-top: 15px; }
    #feedback-form-holder fieldset textarea {
      width: calc(100% - 14px) !important;
      height: 80px;
      padding: 10px;
      line-height: 20px; }
  #feedback-form-holder p.error {
    font-size: 11px; }
  #feedback-form-holder .form-success {
    margin-top: 20px; }
  #feedback-form-holder .submit {
    margin-bottom: 20px; }
  #feedback-form-holder form#feedback-form .short-area {
    height: 45px; }
  #feedback-form-holder form#feedback-form .select-style {
    width: calc(100% + 9px);
    height: 50px; }
  #feedback-form-holder .checkbox-input input[type='checkbox'] {
    transform: translateY(2px);
    margin-left: 10px; }

.features {
  margin-bottom: 20px; }

.map-block {
  padding: 20px 0 30px; }

ul.map-details li {
  overflow: hidden;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  font-size: 15px;
  line-height: 22px;
  font-family: "NewRailAlphabet-Light";
  letter-spacing: .025em;
  color: #666; }
  ul.map-details li span {
    display: block;
    float: left;
    width: 150px;
    font-family: "NewRailAlphabet-Bold";
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .025em;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  ul.map-details li.address p {
    display: block; }
  ul.map-details li p {
    display: inline-block;
    max-width: 440px; }
  ul.map-details li a {
    font-size: 15px;
    line-height: 22px;
    font-family: "NewRailAlphabet-Light";
    letter-spacing: .025em;
    text-decoration: underline;
    text-transform: none;
    background: none; }

.tenants {
  display: block;
  float: left;
  width: calc( 98% - 150px ); }

.attachments li {
  display: inline-block; }
  .attachments li a {
    border-right: 1px solid #000;
    padding-right: 20px;
    margin-right: 20px;
    line-height: 12px;
    text-decoration: underline; }
  .attachments li:last-child a {
    border: none; }

.overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  height: 0;
  background-color: rgba(222, 222, 222, 0.9);
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 999999; }
  .overlay#search-overlay {
    z-index: 99999999999; }
  .overlay#share {
    z-index: 99999999999; }
  .overlay#lease-overlay {
    z-index: 99999999999; }
  .overlay#feedback-form-overlay {
    z-index: 99999999999; }
  .overlay#gallery {
    z-index: 99999999999; }

.overlay .close, .inline-form .close {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
  background: url(../src/img/close.svg) no-repeat center center;
  width: 20px;
  height: 20px; }
.overlay h2, .overlay h3, .inline-form h2, .inline-form h3 {
  margin-bottom: 30px;
  font-size: 40px;
  font-family: "WS_Display";
  text-transform: uppercase; }
.overlay label, .inline-form label {
  display: block;
  text-align: left; }
.overlay input, .overlay textarea, .inline-form input, .inline-form textarea {
  padding: 0 10px;
  font-size: 15px;
  line-height: 48px;
  font-family: "NewRailAlphabet-Light";
  color: #666;
  background-color: #fff; }
.overlay#share input, .inline-form#share input {
  width: 400px;
  margin-bottom: 50px; }

.search-property {
  overflow: hidden;
  margin: 0 auto 80px; }
  .search-property select, .search-property input {
    font-size: 12px;
    line-height: normal; }
  .search-property .select-style {
    float: left; }
    .search-property .select-style:first-child {
      margin-right: 20px; }
  .search-property option {
    background-color: #fff;
    color: #000; }
  .search-property input {
    display: block;
    float: left;
    padding: 15px 20px;
    border: 1px solid #c0c0c0;
    border-radius: 0;
    background-color: #fff;
    -webkit-appearance: none; }
  .search-property button {
    display: inline-block;
    margin-left: 0;
    border-top: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    font-family: "NewRailAlphabet-Bold";
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.1em; }

@-moz-document url-prefix() {
  .search-property input {
    line-height: 17px; }
  .search-property button {
    line-height: 15px; } }
.is-scroll .search-form {
  position: fixed;
  top: 66px;
  left: 0;
  width: 100%;
  background-color: rgba(7, 39, 56, 0.9);
  padding-top: 20px;
  z-index: 9; }
.is-scroll #search-property {
  margin: 0 auto; }
  .is-scroll #search-property .select-style, .is-scroll #search-property input, .is-scroll #search-property button {
    background-color: transparent;
    color: #fff; }
  .is-scroll #search-property ::-webkit-input-placeholder {
    color: #fff; }
  .is-scroll #search-property input:focus::-webkit-input-placeholder {
    color: transparent; }
  .is-scroll #search-property :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }
  .is-scroll #search-property input:focus:-moz-placeholder {
    color: transparent; }
  .is-scroll #search-property ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  .is-scroll #search-property input:focus::-moz-placeholder {
    color: transparent; }
  .is-scroll #search-property :-ms-input-placeholder {
    color: #fff; }
  .is-scroll #search-property input:focus:-ms-input-placeholder {
    color: transparent; }
  .is-scroll #search-property .select-style {
    background: transparent url(../src/img/ui-arrow-closed.svg) no-repeat 90% center; }
  .is-scroll #search-property select {
    color: #fff;
    background: transparent url(../src/img/ui-arrow-closed.svg) no-repeat 90% center; }
  .is-scroll #search-property .styledSelect {
    color: #fff; }
.is-scroll button[type="submit"] span {
  background: url(../src/img/ui-arrow-right_white.svg) no-repeat right 1px; }

.social-buttons li {
  display: inline-block; }
  .social-buttons li a {
    border-right: 1px solid #000;
    padding-right: 20px;
    margin-right: 20px;
    line-height: 12px; }
  .social-buttons li:last-child a {
    border: none;
    padding-right: 0;
    margin-right: 0; }

#gallery-property img {
  display: block;
  width: auto; }

#gallery-desktop {
  width: 75%;
  height: auto; }

.owl-navigation div {
  text-indent: -99999px; }

.owl-buttons {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%; }

.owl-pagination {
  margin-top: 20px;
  text-align: center; }
  .owl-pagination .owl-page {
    display: inline-block;
    zoom: 1; }
    .owl-pagination .owl-page span {
      display: block;
      width: 12px;
      height: 12px;
      margin: 5px 6px;
      filter: Alpha(Opacity=50);
      opacity: 0.5;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      background: #c0c0c0; }
    .owl-pagination .owl-page.active span {
      background: #666; }

.single-property .video-block {
  background-color: #000000;
  position: relative;
  padding: 0px; }
  .single-property .video-block .inner {
    background-color: #000000;
    position: fixed;
    width: 100%;
    height: 70%;
    top: 83px; }
    .single-property .video-block .inner.small {
      position: relative;
      top: 0px; }
    .single-property .video-block .inner #playerProgress {
      opacity: 0;
      position: absolute;
      bottom: 0px;
      left: 0px;
      height: 10px;
      width: 100%;
      z-index: 1000;
      background-color: rgba(255, 255, 255, 0.3);
      -webkit-transition: opacity ease 0.50s, width ease-out 500ms; }
      .single-property .video-block .inner #playerProgress .marker {
        width: 0px;
        height: 100%;
        background-color: rgba(7, 39, 56, 0.9); }
    .single-property .video-block .inner #playerControls div {
      -webkit-transition: opacity ease 0.50s;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 60px;
      height: 60px;
      background-repeat: no-repeat;
      background-size: 60px 60px;
      background-position: center center;
      z-index: 10000;
      -webkit-transform: translate(-50%, -50%);
      cursor: pointer; }
    .single-property .video-block .inner #playerControls .play {
      left: 50%;
      margin-left: -35px;
      background-image: url(../src/img/video_stop_ffffff.svg);
      z-index: 10000; }
      .single-property .video-block .inner #playerControls .play.stopped {
        background-image: url(../src/img/video_play_ffffff.svg); }
    .single-property .video-block .inner #playerControls .audio {
      left: 50%;
      margin-left: 35px;
      background-image: url(../src/img/video_muted_ffffff.svg);
      z-index: 10000; }
      .single-property .video-block .inner #playerControls .audio.unmuted {
        background-image: url(../src/img/video_unmuted_ffffff.svg); }
    .single-property .video-block .inner:hover #playerControls div {
      opacity: 0.9; }
    .single-property .video-block .inner:hover #playerProgress {
      opacity: 1; }
  .single-property .video-block iframe {
    pointer-events: none;
    position: absolute;
    top: 0%;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transition: opacity ease 0.25s;
    z-index: 100; }
  .single-property .video-block .overlay-btn {
    bottom: 0px;
    display: none;
    z-index: 10; }
.single-property .scroll-block img {
  opacity: 0;
  transition: opacity .3s ease-in 0s; }
.single-property .scroll-block.in-view img {
  opacity: 1;
  transition: opacity .3s ease-in 0s; }
@media all and (max-width: 767px) {
  .single-property .video-block iframe {
    pointer-events: all; }
  .single-property .video-block .video {
    height: 220px; }
    .single-property .video-block .video #playerControls .play {
      width: 75px;
      height: 75px;
      top: 55%;
      left: 50%;
      margin: 0px;
      opacity: 0 !important;
      background-size: 75px 75px; }
    .single-property .video-block .video #playerControls .audio {
      opacity: 0 !important; }
    .single-property .video-block .video #playerProgress {
      opacity: 0 !important; }
  .single-property .property-wrap.has-video {
    top: 171px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .mobile-device.single-property .video-block iframe {
    pointer-events: all; }
  .mobile-device.single-property .video-block .video #playerControls .play {
    opacity: 0 !important; }
  .mobile-device.single-property .video-block .video #playerControls .audio {
    opacity: 0 !important; }
  .mobile-device.single-property .video-block .video #playerProgress {
    opacity: 0 !important; } }
.in-search .results {
  position: relative;
  font-family: "NewRailAlphabet-Bold";
  font-size: 12px;
  line-height: 24px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000;
  text-align: center; }
  .in-search .results span {
    position: relative;
    background: #fff;
    padding: 0 15px;
    z-index: 1; }
  .in-search .results:before {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    display: block;
    content: '';
    background: #000; }

.no-results {
  margin-top: 80px;
  text-align: center; }
  .no-results.hidden {
    display: none; }

::-webkit-input-placeholder {
  color: #000; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000; }

:-ms-input-placeholder {
  color: #000; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

#map {
  max-width: 680px;
  width: 41vw;
  height: 23.5vw;
  padding: 0;
  margin-bottom: 30px; }

#city option.visible {
  display: block; }

.gf-overlay, #feedback-form-overlay {
  overflow-y: scroll;
  z-index: 99999999999; }
  .gf-overlay .gform_ajax_spinner, #feedback-form-overlay .gform_ajax_spinner {
    display: none; }
  .gf-overlay .close, #feedback-form-overlay .close {
    position: fixed; }
  .gf-overlay .gform_confirmation_wrapper h2, #feedback-form-overlay .gform_confirmation_wrapper h2 {
    margin-top: 100px;
    margin-bottom: 10px; }
  .gf-overlay .gform_confirmation_wrapper p, #feedback-form-overlay .gform_confirmation_wrapper p {
    font-family: "NewRailAlphabet-Bold";
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .1em;
    text-transform: uppercase; }
  .gf-overlay .form-content, #feedback-form-overlay .form-content {
    max-width: 540px;
    position: absolute;
    top: 100px;
    padding-bottom: 40px; }
    @media all and (min-width: 481px) {
      .gf-overlay .form-content, #feedback-form-overlay .form-content {
        left: 50%;
        transform: translateX(-50%); } }
    .gf-overlay .form-content .gform_wrapper, #feedback-form-overlay .form-content .gform_wrapper {
      position: relative;
      height: auto; }
      .gf-overlay .form-content .gform_wrapper .gform_body, #feedback-form-overlay .form-content .gform_wrapper .gform_body {
        height: 100%; }
        @media all and (min-width: 481px) {
          .gf-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield, #feedback-form-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield {
            float: left;
            width: 50%; }
            .gf-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield.left, #feedback-form-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield.left {
              width: calc(50% - 20px);
              margin-right: 20px; }
            .gf-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield.right, #feedback-form-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield.right {
              width: calc(50% - 20px);
              margin-left: 20px; } }
        .gf-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container, #feedback-form-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
          margin-bottom: 10px; }
          .gf-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_list, #feedback-form-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_list {
            margin-bottom: 0px; }
        .gf-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield.full, #feedback-form-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield.full {
          width: 100%; }
        .gf-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield input, .gf-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield select, .gf-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield textarea, #feedback-form-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield input, #feedback-form-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield select, #feedback-form-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield textarea {
          font-family: "NewRailAlphabet-Light";
          -webkit-appearance: none; }
        .gf-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield input, #feedback-form-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield input {
          width: calc(100% - 22px);
          border: 1px solid #fff; }
        .gf-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield select, #feedback-form-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield select {
          padding: 5px 20px;
          height: 48px;
          border: 0px;
          box-shadow: none;
          background: transparent;
          background-image: none; }
        .gf-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield .gfield_list, #feedback-form-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield .gfield_list {
          width: 100%; }
          .gf-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield .gfield_list td, #feedback-form-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield .gfield_list td {
            padding-bottom: 10px; }
        .gf-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield.gsection, #feedback-form-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield.gsection {
          float: none;
          width: 100%;
          text-align: left;
          clear: both;
          padding-top: 40px; }
          .gf-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield.gsection h2, .gf-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield.gsection h3, #feedback-form-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield.gsection h2, #feedback-form-overlay .form-content .gform_wrapper .gform_body .gform_fields .gfield.gsection h3 {
            font-size: 30px;
            margin-bottom: 10px; }
      .gf-overlay .form-content .gform_wrapper textarea.large, #feedback-form-overlay .form-content .gform_wrapper textarea.large {
        height: 70px;
        width: calc(100% - 42px); }
      .gf-overlay .form-content .gform_wrapper textarea.medium, #feedback-form-overlay .form-content .gform_wrapper textarea.medium {
        height: 50px;
        width: calc(100% - 42px); }
      .gf-overlay .form-content .gform_wrapper input[type=submit], .gf-overlay .form-content .gform_wrapper input[type=button], #feedback-form-overlay .form-content .gform_wrapper input[type=submit], #feedback-form-overlay .form-content .gform_wrapper input[type=button] {
        line-height: 48px;
        background-color: #fff;
        text-transform: uppercase;
        color: #666;
        font-size: 12px;
        font-family: "NewRailAlphabet-Bold";
        letter-spacing: 0.1em;
        padding: 0px 15px;
        border: 0; }
      .gf-overlay .form-content .gform_wrapper .gform_footer, #feedback-form-overlay .form-content .gform_wrapper .gform_footer {
        text-align: left;
        clear: both; }
        .gf-overlay .form-content .gform_wrapper .gform_footer input[type=submit], #feedback-form-overlay .form-content .gform_wrapper .gform_footer input[type=submit] {
          margin-top: 5px;
          margin-bottom: 20px;
          padding: 0px 35px;
          background: #FFF url(../src/img/link-arrow.svg) no-repeat right 14px center; }
      .gf-overlay .form-content .gform_wrapper .validation_error, .gf-overlay .form-content .gform_wrapper .validation_message, #feedback-form-overlay .form-content .gform_wrapper .validation_error, #feedback-form-overlay .form-content .gform_wrapper .validation_message {
        font-family: "NewRailAlphabet-Light";
        color: #FF0000;
        font-size: 11px;
        margin-bottom: 10px;
        text-align: left; }
      .gf-overlay .form-content .gform_wrapper .validation_error, #feedback-form-overlay .form-content .gform_wrapper .validation_error {
        display: none; }
      .gf-overlay .form-content .gform_wrapper .gfield.gfield_error input, .gf-overlay .form-content .gform_wrapper .gfield.gfield_error select, .gf-overlay .form-content .gform_wrapper .gfield.gfield_error textarea, #feedback-form-overlay .form-content .gform_wrapper .gfield.gfield_error input, #feedback-form-overlay .form-content .gform_wrapper .gfield.gfield_error select, #feedback-form-overlay .form-content .gform_wrapper .gfield.gfield_error textarea {
        border: 1px solid #FF0000 !important; }
      .gf-overlay .form-content .gform_wrapper .gfield.gfield_error .chosen-container, #feedback-form-overlay .form-content .gform_wrapper .gfield.gfield_error .chosen-container {
        border: 1px solid #FF0000 !important; }
      .gf-overlay .form-content .gform_wrapper .gfield.gfield_error .chosen-choices input, #feedback-form-overlay .form-content .gform_wrapper .gfield.gfield_error .chosen-choices input {
        border: 1px solid #fff !important; }
  .gf-overlay .chosen-container, .gf-overlay .chosen-container-single, .gf-overlay .chosen-with-drop, .gf-overlay .chosen-container-active.chosen-with-drop, #feedback-form-overlay .chosen-container, #feedback-form-overlay .chosen-container-single, #feedback-form-overlay .chosen-with-drop, #feedback-form-overlay .chosen-container-active.chosen-with-drop {
    font-family: "NewRailAlphabet-Light";
    color: #666;
    width: calc(100% - 2px); }
    .gf-overlay .chosen-container .chosen-choices, .gf-overlay .chosen-container .chosen-single, .gf-overlay .chosen-container-single .chosen-choices, .gf-overlay .chosen-container-single .chosen-single, .gf-overlay .chosen-with-drop .chosen-choices, .gf-overlay .chosen-with-drop .chosen-single, .gf-overlay .chosen-container-active.chosen-with-drop .chosen-choices, .gf-overlay .chosen-container-active.chosen-with-drop .chosen-single, #feedback-form-overlay .chosen-container .chosen-choices, #feedback-form-overlay .chosen-container .chosen-single, #feedback-form-overlay .chosen-container-single .chosen-choices, #feedback-form-overlay .chosen-container-single .chosen-single, #feedback-form-overlay .chosen-with-drop .chosen-choices, #feedback-form-overlay .chosen-with-drop .chosen-single, #feedback-form-overlay .chosen-container-active.chosen-with-drop .chosen-choices, #feedback-form-overlay .chosen-container-active.chosen-with-drop .chosen-single {
      padding: 0 10px;
      background: #fff;
      border: 0px; }
      .gf-overlay .chosen-container .chosen-choices li, .gf-overlay .chosen-container .chosen-choices .chosen-search, .gf-overlay .chosen-container .chosen-single li, .gf-overlay .chosen-container .chosen-single .chosen-search, .gf-overlay .chosen-container-single .chosen-choices li, .gf-overlay .chosen-container-single .chosen-choices .chosen-search, .gf-overlay .chosen-container-single .chosen-single li, .gf-overlay .chosen-container-single .chosen-single .chosen-search, .gf-overlay .chosen-with-drop .chosen-choices li, .gf-overlay .chosen-with-drop .chosen-choices .chosen-search, .gf-overlay .chosen-with-drop .chosen-single li, .gf-overlay .chosen-with-drop .chosen-single .chosen-search, .gf-overlay .chosen-container-active.chosen-with-drop .chosen-choices li, .gf-overlay .chosen-container-active.chosen-with-drop .chosen-choices .chosen-search, .gf-overlay .chosen-container-active.chosen-with-drop .chosen-single li, .gf-overlay .chosen-container-active.chosen-with-drop .chosen-single .chosen-search, #feedback-form-overlay .chosen-container .chosen-choices li, #feedback-form-overlay .chosen-container .chosen-choices .chosen-search, #feedback-form-overlay .chosen-container .chosen-single li, #feedback-form-overlay .chosen-container .chosen-single .chosen-search, #feedback-form-overlay .chosen-container-single .chosen-choices li, #feedback-form-overlay .chosen-container-single .chosen-choices .chosen-search, #feedback-form-overlay .chosen-container-single .chosen-single li, #feedback-form-overlay .chosen-container-single .chosen-single .chosen-search, #feedback-form-overlay .chosen-with-drop .chosen-choices li, #feedback-form-overlay .chosen-with-drop .chosen-choices .chosen-search, #feedback-form-overlay .chosen-with-drop .chosen-single li, #feedback-form-overlay .chosen-with-drop .chosen-single .chosen-search, #feedback-form-overlay .chosen-container-active.chosen-with-drop .chosen-choices li, #feedback-form-overlay .chosen-container-active.chosen-with-drop .chosen-choices .chosen-search, #feedback-form-overlay .chosen-container-active.chosen-with-drop .chosen-single li, #feedback-form-overlay .chosen-container-active.chosen-with-drop .chosen-single .chosen-search {
        height: 48px;
        line-height: 48px; }
        .gf-overlay .chosen-container .chosen-choices li.search-choice, .gf-overlay .chosen-container .chosen-choices .chosen-search.search-choice, .gf-overlay .chosen-container .chosen-single li.search-choice, .gf-overlay .chosen-container .chosen-single .chosen-search.search-choice, .gf-overlay .chosen-container-single .chosen-choices li.search-choice, .gf-overlay .chosen-container-single .chosen-choices .chosen-search.search-choice, .gf-overlay .chosen-container-single .chosen-single li.search-choice, .gf-overlay .chosen-container-single .chosen-single .chosen-search.search-choice, .gf-overlay .chosen-with-drop .chosen-choices li.search-choice, .gf-overlay .chosen-with-drop .chosen-choices .chosen-search.search-choice, .gf-overlay .chosen-with-drop .chosen-single li.search-choice, .gf-overlay .chosen-with-drop .chosen-single .chosen-search.search-choice, .gf-overlay .chosen-container-active.chosen-with-drop .chosen-choices li.search-choice, .gf-overlay .chosen-container-active.chosen-with-drop .chosen-choices .chosen-search.search-choice, .gf-overlay .chosen-container-active.chosen-with-drop .chosen-single li.search-choice, .gf-overlay .chosen-container-active.chosen-with-drop .chosen-single .chosen-search.search-choice, #feedback-form-overlay .chosen-container .chosen-choices li.search-choice, #feedback-form-overlay .chosen-container .chosen-choices .chosen-search.search-choice, #feedback-form-overlay .chosen-container .chosen-single li.search-choice, #feedback-form-overlay .chosen-container .chosen-single .chosen-search.search-choice, #feedback-form-overlay .chosen-container-single .chosen-choices li.search-choice, #feedback-form-overlay .chosen-container-single .chosen-choices .chosen-search.search-choice, #feedback-form-overlay .chosen-container-single .chosen-single li.search-choice, #feedback-form-overlay .chosen-container-single .chosen-single .chosen-search.search-choice, #feedback-form-overlay .chosen-with-drop .chosen-choices li.search-choice, #feedback-form-overlay .chosen-with-drop .chosen-choices .chosen-search.search-choice, #feedback-form-overlay .chosen-with-drop .chosen-single li.search-choice, #feedback-form-overlay .chosen-with-drop .chosen-single .chosen-search.search-choice, #feedback-form-overlay .chosen-container-active.chosen-with-drop .chosen-choices li.search-choice, #feedback-form-overlay .chosen-container-active.chosen-with-drop .chosen-choices .chosen-search.search-choice, #feedback-form-overlay .chosen-container-active.chosen-with-drop .chosen-single li.search-choice, #feedback-form-overlay .chosen-container-active.chosen-with-drop .chosen-single .chosen-search.search-choice {
          height: auto;
          margin-top: 13px;
          background: #fff;
          border: 0px;
          box-shadow: none; }
    .gf-overlay .chosen-container .chosen-single, .gf-overlay .chosen-container-single .chosen-single, .gf-overlay .chosen-with-drop .chosen-single, .gf-overlay .chosen-container-active.chosen-with-drop .chosen-single, #feedback-form-overlay .chosen-container .chosen-single, #feedback-form-overlay .chosen-container-single .chosen-single, #feedback-form-overlay .chosen-with-drop .chosen-single, #feedback-form-overlay .chosen-container-active.chosen-with-drop .chosen-single {
      height: auto;
      border-radius: 0px;
      box-shadow: none;
      height: 48px;
      line-height: 48px;
      text-align: left;
      font-size: 13px; }
      .gf-overlay .chosen-container .chosen-single div, .gf-overlay .chosen-container-single .chosen-single div, .gf-overlay .chosen-with-drop .chosen-single div, .gf-overlay .chosen-container-active.chosen-with-drop .chosen-single div, #feedback-form-overlay .chosen-container .chosen-single div, #feedback-form-overlay .chosen-container-single .chosen-single div, #feedback-form-overlay .chosen-with-drop .chosen-single div, #feedback-form-overlay .chosen-container-active.chosen-with-drop .chosen-single div {
        margin-top: 10px;
        margin-right: -2px; }
    .gf-overlay .chosen-container .chosen-drop, .gf-overlay .chosen-container-single .chosen-drop, .gf-overlay .chosen-with-drop .chosen-drop, .gf-overlay .chosen-container-active.chosen-with-drop .chosen-drop, #feedback-form-overlay .chosen-container .chosen-drop, #feedback-form-overlay .chosen-container-single .chosen-drop, #feedback-form-overlay .chosen-with-drop .chosen-drop, #feedback-form-overlay .chosen-container-active.chosen-with-drop .chosen-drop {
      box-shadow: none;
      border: 0px; }
      .gf-overlay .chosen-container .chosen-drop .chosen-results li, .gf-overlay .chosen-container-single .chosen-drop .chosen-results li, .gf-overlay .chosen-with-drop .chosen-drop .chosen-results li, .gf-overlay .chosen-container-active.chosen-with-drop .chosen-drop .chosen-results li, #feedback-form-overlay .chosen-container .chosen-drop .chosen-results li, #feedback-form-overlay .chosen-container-single .chosen-drop .chosen-results li, #feedback-form-overlay .chosen-with-drop .chosen-drop .chosen-results li, #feedback-form-overlay .chosen-container-active.chosen-with-drop .chosen-drop .chosen-results li {
        border-bottom: 1px solid rgba(7, 39, 56, 0.2);
        padding: 9px 6px; }
      .gf-overlay .chosen-container .chosen-drop .chosen-results .active-result.highlighted, .gf-overlay .chosen-container-single .chosen-drop .chosen-results .active-result.highlighted, .gf-overlay .chosen-with-drop .chosen-drop .chosen-results .active-result.highlighted, .gf-overlay .chosen-container-active.chosen-with-drop .chosen-drop .chosen-results .active-result.highlighted, #feedback-form-overlay .chosen-container .chosen-drop .chosen-results .active-result.highlighted, #feedback-form-overlay .chosen-container-single .chosen-drop .chosen-results .active-result.highlighted, #feedback-form-overlay .chosen-with-drop .chosen-drop .chosen-results .active-result.highlighted, #feedback-form-overlay .chosen-container-active.chosen-with-drop .chosen-drop .chosen-results .active-result.highlighted {
        background: rgba(7, 39, 56, 0.9); }
  .gf-overlay .chosen-container-active .chosen-choices, #feedback-form-overlay .chosen-container-active .chosen-choices {
    box-shadow: none; }
  @media all and (max-width: 480px) {
    .gf-overlay, #feedback-form-overlay {
      z-index: 9999999999; }
      .gf-overlay .form-content, #feedback-form-overlay .form-content {
        width: 90%;
        margin-left: 5%;
        top: 60px; }
        .gf-overlay .form-content h2, .gf-overlay .form-content h3, #feedback-form-overlay .form-content h2, #feedback-form-overlay .form-content h3 {
          font-size: 26px; }
        .gf-overlay .form-content select, .gf-overlay .form-content input, .gf-overlay .form-content textarea, #feedback-form-overlay .form-content select, #feedback-form-overlay .form-content input, #feedback-form-overlay .form-content textarea {
          max-width: 100%; }
        .gf-overlay .form-content .ginput_container_multiselect, #feedback-form-overlay .form-content .ginput_container_multiselect {
          background-color: #fff; }
          .gf-overlay .form-content .ginput_container_multiselect select, #feedback-form-overlay .form-content .ginput_container_multiselect select {
            height: 80px !important; } }

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-family: "NewRailAlphabet-Light";
  background-color: #fff;
  padding: 15px 10px 10px; }
  .ui-datepicker a {
    text-decoration: none; }
  .ui-datepicker table {
    width: 100%;
    border-collapse: collapse; }
    .ui-datepicker table thead tr th {
      padding-bottom: 8px;
      text-align: center;
      text-transform: uppercase; }
    .ui-datepicker table tbody tr td {
      padding-bottom: 4px;
      text-align: center; }
  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    display: none; }
  .ui-datepicker .ui-datepicker-title {
    text-align: center; }
    .ui-datepicker .ui-datepicker-title select {
      width: 48%;
      margin-bottom: 10px;
      background: #fff;
      margin-right: 4px; }

.ws-portfolio-main .container {
  height: 100%; }
.ws-portfolio-main .ws-portfolio {
  margin: 0 auto;
  width: 100%; }
  .ws-portfolio-main .ws-portfolio .ws-portfolio-intro-copy {
    max-width: 830px;
    padding: 0 5%;
    margin: 60px auto;
    text-align: center; }
    .ws-portfolio-main .ws-portfolio .ws-portfolio-intro-copy h2 {
      font-family: "WS_Display";
      font-size: 24px;
      text-transform: uppercase;
      margin: 40px 0; }
    .ws-portfolio-main .ws-portfolio .ws-portfolio-intro-copy p {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 15px; }
    .ws-portfolio-main .ws-portfolio .ws-portfolio-intro-copy hr {
      font-size: 16px;
      line-height: 30px; }
    .ws-portfolio-main .ws-portfolio .ws-portfolio-intro-copy button:hover {
      color: #fff;
      background: #ccc; }
    .ws-portfolio-main .ws-portfolio .ws-portfolio-intro-copy .ws-portfolio-learnmore {
      margin-top: 40px;
      display: block; }
  .ws-portfolio-main .ws-portfolio hr {
    content: '';
    border-top: 1px solid #cccccc; }
  .ws-portfolio-main .ws-portfolio h2.featured-title {
    position: relative;
    font-family: "NewRailAlphabet-Bold";
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin-bottom: 40px; }
    .ws-portfolio-main .ws-portfolio h2.featured-title span {
      position: relative;
      padding: 0 15px;
      z-index: 1; }
    .ws-portfolio-main .ws-portfolio h2.featured-title:before {
      position: absolute;
      top: 50%;
      width: 100%;
      height: 1px;
      display: block;
      content: '';
      background: #000; }

/**************************************************/
/** GRID ******************************************/
/**************************************************/
.ws-portfolio-grid-container {
  position: relative;
  margin: 60px 0 20px 0;
  padding: 0;
  /** portfolio item ***/ }
  .ws-portfolio-grid-container .ws-portfolio-grid {
    margin: 0 auto;
    padding: 0; }
    .ws-portfolio-grid-container .ws-portfolio-grid:after {
      content: '';
      display: block;
      clear: both; }
  .ws-portfolio-grid-container .ws-gutter-sizer {
    width: 0; }
  .ws-portfolio-grid-container .ws-portfolio-item {
    position: relative;
    margin-bottom: 50px !important;
    height: 410px;
    overflow: hidden; }
    .ws-portfolio-grid-container .ws-portfolio-item .ws-portfolio-images, .ws-portfolio-grid-container .ws-portfolio-item .ws-portfolio-item-text, .ws-portfolio-grid-container .ws-portfolio-item .expand {
      opacity: 0;
      transition: opacity .3s ease-in .2s, transform .5s ease 0s; }
    .ws-portfolio-grid-container .ws-portfolio-item.in-view .ws-portfolio-images, .ws-portfolio-grid-container .ws-portfolio-item.in-view .ws-portfolio-item-text, .ws-portfolio-grid-container .ws-portfolio-item.in-view .expand {
      opacity: 1; }
    .ws-portfolio-grid-container .ws-portfolio-item .ws-portfolio-images {
      position: relative; }
      .ws-portfolio-grid-container .ws-portfolio-item .ws-portfolio-images img {
        display: block;
        position: absolute;
        left: 0;
        top: 0; }
      .ws-portfolio-grid-container .ws-portfolio-item .ws-portfolio-images .ws-portfolio-image-controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        z-index: 300;
        width: 100%;
        height: 100%;
        opacity: 0; }
        .ws-portfolio-grid-container .ws-portfolio-item .ws-portfolio-images .ws-portfolio-image-controls .ws-portfolio-image-cover {
          position: absolute;
          width: 100%;
          height: 100%;
          opacity: 0; }
        .ws-portfolio-grid-container .ws-portfolio-item .ws-portfolio-images .ws-portfolio-image-controls .ws-portfolio-image-next {
          position: relative;
          border: none;
          background: rgba(255, 255, 255, 0.6);
          font-size: 0;
          text-indent: -9999px;
          width: 30px;
          height: 40px; }
          .ws-portfolio-grid-container .ws-portfolio-item .ws-portfolio-images .ws-portfolio-image-controls .ws-portfolio-image-next:before {
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            width: 30px;
            height: 40px;
            background: url(/wp-content/themes/ws/src/img/link-arrow.svg) no-repeat;
            background-size: 70% 70%;
            background-position: 50% 50%; }
        .ws-portfolio-grid-container .ws-portfolio-item .ws-portfolio-images .ws-portfolio-image-controls .ws-portfolio-image-previous {
          position: relative;
          border: none;
          background: rgba(255, 255, 255, 0.5);
          font-size: 0;
          text-indent: -9999px;
          width: 30px;
          height: 40px; }
          .ws-portfolio-grid-container .ws-portfolio-item .ws-portfolio-images .ws-portfolio-image-controls .ws-portfolio-image-previous:before {
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            width: 30px;
            height: 40px;
            background: url(/wp-content/themes/ws/src/img/link-arrow.svg) no-repeat;
            background-size: 70% 70%;
            background-position: 50% 50%;
            transform: rotate(180deg); }
    @media all and (max-width: 375px) {
      .ws-portfolio-grid-container .ws-portfolio-item .ws-portfolio-images {
        position: relative; } }
    @media all and (max-width: 350px) {
      .ws-portfolio-grid-container .ws-portfolio-item .ws-portfolio-images {
        position: relative; } }
    .ws-portfolio-grid-container .ws-portfolio-item .expand {
      cursor: pointer;
      position: relative; }
      .ws-portfolio-grid-container .ws-portfolio-item .expand h1 {
        font-family: "WS_Display";
        font-size: 20px;
        text-transform: uppercase;
        text-align: left;
        padding: 15px 0 0 0;
        color: #666;
        margin: 0;
        letter-spacing: 0.5px;
        opacity: 0.8; }
      .ws-portfolio-grid-container .ws-portfolio-item .expand h2 {
        font-family: "NewRailAlphabet-Bold";
        font-size: 10px;
        text-transform: uppercase;
        text-align: left;
        padding: 5px 0;
        color: #666;
        margin: 0;
        letter-spacing: 0.5px;
        opacity: 0.8; }
      .ws-portfolio-grid-container .ws-portfolio-item .expand:hover h1 {
        opacity: 1; }
      .ws-portfolio-grid-container .ws-portfolio-item .expand:hover h2 {
        opacity: 1; }
      .ws-portfolio-grid-container .ws-portfolio-item .expand button {
        position: absolute;
        opacity: 0.5;
        right: 0px;
        top: 20px;
        padding: 0;
        margin: 0;
        display: inline-block;
        background: url(/wp-content/themes/ws/src/img/link-arrow.svg) no-repeat;
        background-size: contain;
        width: 25px;
        height: 20px;
        box-shadow: none;
        border: 0px;
        font-size: 0;
        text-indent: -9999px;
        transform: rotate(90deg); }
    .ws-portfolio-grid-container .ws-portfolio-item .ws-portfolio-item-text {
      padding: 0;
      font-family: "NewRailAlphabet-Light";
      font-size: 13px;
      text-align: left;
      color: #666;
      margin: 10px 0;
      padding: 10px 0;
      letter-spacing: 0.5px;
      border-top: 1px solid #666;
      border-bottom: 1px solid #666; }
      .ws-portfolio-grid-container .ws-portfolio-item .ws-portfolio-item-text a {
        font-size: 13px;
        color: #666;
        font-family: "NewRailAlphabet-Light"; }

@media all and (min-width: 1025px) {
  .header-logo a {
    display: inline-block;
    width: 261px; } }
@media all and (max-width: 1500px) {
  header .primary-menu > li {
    margin-right: 15px; } }
@media all and (max-width: 1440px) {
  header .header-inner {
    padding: 30px 40px 0 40px; }
  header.fixed .header-inner {
    padding: 30px 40px 0 40px; } }
@media all and (max-width: 1200px) {
  .header-desktop .header-logo a img {
    margin-right: 2.5%; }

  .copy li {
    float: none;
    width: auto; } }
@media all and (max-width: 1200px) and (-ms-high-contrast: none), all and (max-width: 1200px) and (-ms-high-contrast: active) {
  .header-desktop .header-inner {
    padding: 30px 40px 0; }
  .header-desktop.fixed .header-inner {
    padding: 30px 40px 0; } }
@media all and (-ms-high-contrast: none) and (max-width: 1024px) {
  .site-header-menu {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease-in-out 0s; }
    .site-header-menu.open {
      height: auto;
      visibility: visible;
      opacity: 1;
      transition: opacity 0.4s ease-in-out 0s; } }
@media all and (max-width: 1024px) {
  #content {
    top: 72px; }

  .header-desktop {
    display: none; }

  .header-mobile {
    display: block;
    height: 72px; }
    .header-mobile.fixed {
      padding: 0; }
    .header-mobile .header-inner {
      padding: 22px 0;
      background-color: #fff;
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2); }

  .in-overlay .header-mobile, .in-overlay .mobile-nav-container {
    display: none; }

  .hidden-mobile {
    display: none; }

  #ui-mobile {
    display: block;
    float: left;
    margin: 0 20px; }
    #ui-mobile.open {
      background-image: url("../src/img/ui-nav_on.svg"); }

  .header-logo {
    display: block;
    float: none;
    max-width: 278px;
    margin: 0 auto; }

  #search {
    float: right; }

  header .primary-menu > li {
    margin-right: 0; }
  header .site-header-menu {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease-in-out 0s; }
    header .site-header-menu.open {
      height: auto;
      visibility: visible;
      opacity: 1;
      transition: opacity 0.4s ease-in-out 0s; }
  header .menu-primary-menu-left-container,
  header .menu-primary-menu-right-container {
    float: none; }
  header .primary-menu-right {
    float: none; }
  header .primary-menu > li {
    float: none;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #9c9c9c; }
    header .primary-menu > li > a {
      padding: 20px 20px 20px 30px; }
    header .primary-menu > li.open > a {
      color: #000; }
  header.open {
    width: 100%;
    height: 100%;
    background-color: rgba(222, 222, 222, 0.9); }

  .sub-menu {
    display: none;
    height: 0;
    max-height: 0;
    position: relative;
    top: 20px;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background-color: rgba(7, 39, 56, 0.9);
    transition: max-height .3s ease-in 0s; }
    .sub-menu li {
      border: none;
      float: none;
      margin-right: 0; }
    .sub-menu a {
      display: block;
      color: #fff;
      padding: 10px 30px; }
    .sub-menu.visible {
      display: none;
      visibility: visible;
      height: 100%;
      max-height: 100%;
      transition: max-height .3s ease-in 0s; }

  .search-property {
    width: 800px; }
    .search-property select {
      width: 160px; }
    .search-property input {
      width: 140px;
      font-size: 10px;
      line-height: 12px; }

  .location {
    margin-right: 20px; }

  a#clear-form {
    margin-left: 20px; }

  .scroll-block .scroll-arrow {
    width: 35px;
    height: 35px; }

  .scroll-wrap {
    top: 65vw;
    z-index: 1; }

  .single-property .scroll-block {
    opacity: 1; }
    .single-property .scroll-block img {
      opacity: 1; }

  .home.no-parallax .scroll-wrap {
    top: 0; }
    .home.no-parallax .scroll-wrap .lead-block {
      padding-top: 30px; }

  .container {
    padding: 0 30px; }

  .block p {
    font-size: 13px; }

  .content-blocks .content-block .copy {
    padding-right: 30px; }
  .content-blocks .content-block:nth-child(2n) img {
    padding-right: 30px; }

  .home .content-blocks .copy {
    padding-right: 0; }

  .stats-block .col h2 {
    font-size: 100px; }

  .team-blocks .team-member {
    width: calc(100% / 2.02); }
    .team-blocks .team-member:first-child {
      float: none;
      width: 100%;
      margin-top: 0; }

  .is-scroll .property-header {
    top: 63px; }

  .property-header {
    top: 65px; }

  .col-images {
    padding-right: 30px; }

  #lease .lease-copy {
    min-width: 280px; }
    #lease .lease-copy h2 {
      font-size: 38px; }

  .error404 h2 {
    font-size: 26px; } }
/* end of tablet landscape */
@media all and (max-width: 1023px) {
  .header-logo {
    max-width: 236px; }

  .stats-block .col h2 {
    font-size: 52px; }

  .location {
    margin-right: 40px; }

  .select-style {
    width: 200px; }

  #search-form {
    position: relative;
    width: 700px;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    -o-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0); }
    #search-form input {
      width: 235px; }

  .content-block:last-child {
    margin-bottom: 50px; } }
@media all and (max-width: 767px) {
  html, body {
    min-height: calc(100% + 100px); }

  .mobile-links {
    display: block !important;
    text-align: center; }

  .header-logo {
    max-width: 210px; }

  #ui-mobile {
    margin-right: 15px; }

  #search {
    margin-right: 5px; }

  .container {
    padding: 0 20px; }

  .col {
    float: none;
    width: 100%; }

  .col-info {
    margin-bottom: 20px;
    text-align: left; }
    .col-info p {
      display: inline; }

  .block {
    float: none;
    width: auto;
    padding: 30px 0; }
    .block.scroll-block {
      width: 100%; }
    .block.lead-block {
      width: 100%; }
    .block.content-block .copy, .block.content-block img {
      float: none;
      width: 100%; }
    .block.content-block img {
      padding-bottom: 40px;
      margin-bottom: 40px; }
    .block.content-block .copy {
      padding-right: 20px;
      padding-bottom: 40px; }
    .block.content-block:nth-child(2n) img {
      padding-right: 20px; }
    .block.stats-block {
      padding: 40px 0; }
      .block.stats-block .col {
        float: none;
        width: auto;
        padding-bottom: 50px; }
        .block.stats-block .col h2 {
          font-size: 56px; }
        .block.stats-block .col p {
          font-size: 13px; }
        .block.stats-block .col:last-child {
          padding-bottom: 0; }

  .work-with-us-block img {
    width: 100%; }
  .work-with-us-block .copy {
    float: none;
    width: 100%; }

  #lease .lease-copy {
    min-width: 280px; }
    #lease .lease-copy h2 {
      font-size: 24px; }
    #lease .lease-copy p {
      font-size: 12px;
      line-height: 14px;
      margin-bottom: 30px; }

  #gallery-home .owl-buttons {
    display: none; }

  .scroll-block .scroll-arrow {
    bottom: 80px; }

  #lease-overlay {
    overflow-y: scroll; }

  form#lease-form {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin: 0 auto;
    padding: 50px 0px 40px; }
    form#lease-form h2 {
      font-size: 26px;
      line-height: 30px; }
    form#lease-form input {
      width: 260px; }
    form#lease-form .select-style {
      width: calc(100% - 30px); }
    form#lease-form textarea {
      width: 240px; }
    form#lease-form p.error {
      max-width: 320px;
      margin: 5px 0 0 5px; }

  button[type="submit"] {
    margin-left: 0; }

  .form-success {
    max-width: 300px;
    width: 100%; }

  .page-template-page-what-we-do .full-width .copy, .page-template-page-what-we-do .full-width .top-copy, .page-template-page-careers .full-width .copy, .page-template-page-careers .full-width .top-copy {
    width: auto;
    max-width: 100% !important;
    padding: 40px 10px 0;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0%) translateX(0%);
    -ms-transform: translateY(0%) translateX(0%);
    -o-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
    color: #000; }
    .page-template-page-what-we-do .full-width .copy h1, .page-template-page-what-we-do .full-width .copy h2, .page-template-page-what-we-do .full-width .top-copy h1, .page-template-page-what-we-do .full-width .top-copy h2, .page-template-page-careers .full-width .copy h1, .page-template-page-careers .full-width .copy h2, .page-template-page-careers .full-width .top-copy h1, .page-template-page-careers .full-width .top-copy h2 {
      color: #000; }
    .page-template-page-what-we-do .full-width .copy h3, .page-template-page-what-we-do .full-width .copy p, .page-template-page-what-we-do .full-width .top-copy h3, .page-template-page-what-we-do .full-width .top-copy p, .page-template-page-careers .full-width .copy h3, .page-template-page-careers .full-width .copy p, .page-template-page-careers .full-width .top-copy h3, .page-template-page-careers .full-width .top-copy p {
      color: #666;
      opacity: 1; }

  .featured-property .copy {
    padding: 40px 10px 30px;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0%) translateX(0%);
    -ms-transform: translateY(0%) translateX(0%);
    -o-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
    color: #000; }
    .featured-property .copy h2, .featured-property .copy h3, .featured-property .copy p {
      color: #666; }

  .single-property .scroll-block {
    top: 132px; }

  .property-header {
    top: 68px;
    padding: 20px 0 15px; }
    .property-header h2 {
      font-size: 26px; }
    .property-header .sub-heading.desktop {
      display: none; }
    .property-header .sub-heading.mobile {
      display: inline-block; }

  .property-block {
    float: none;
    width: 100%; }
    .property-block:nth-child(odd) {
      padding-right: 0; }

  .col-images {
    padding: 40px 0 0 0; }

  .gallery-desktop {
    display: none; }

  .close {
    width: 15px;
    height: 15px; }

  .overlay input {
    max-width: 280px; }

  form .field {
    float: none;
    width: 100%; }

  ul.map-details li {
    padding: 20px 0; }
    ul.map-details li span {
      float: none; }

  #map {
    width: calc(100vw - 40px);
    height: 47vw;
    padding: 0; }

  .page-template-page-careers .copy {
    position: relative;
    width: 90%;
    min-height: calc(100vh - 100px);
    padding-top: 120px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .page-template-page-careers .credit {
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: auto;
    left: 0;
    right: 0;
    margin: 40px auto 20px;
    bottom: 20px; }

  #search-property, #search-form {
    width: 100%; }
    #search-property input, #search-form input {
      max-width: 175px;
      font-size: 10px;
      padding: 13px 10px;
      line-height: 10px; }

  a#clear-form {
    width: 100%;
    height: 40%;
    background-color: #666;
    color: #fff;
    text-align: center;
    line-height: 44px;
    margin: 0; }

  fieldset {
    margin-bottom: 20px;
    width: calc(100% - 30px); }

  .location {
    margin-right: 0;
    width: 100%; }

  .keyword {
    width: 100%; }

  .tenants {
    width: auto; }

  .clear-field {
    width: 100%; }

  select {
    line-height: 12px; }

  .select-style {
    padding: 8px 0;
    margin: 4px 0; }

  #search-property button {
    padding: 12px 10px 13px 0; }

  .is-scroll #search-property, .is-scroll #search-form {
    width: 90%; }

  .error-404 .copy {
    width: 260px; }
  .error-404 h2 {
    font-size: 22px; } }
/* end of tablet portrait */
@media all and (max-width: 480px) {
  .team-blocks .team-member {
    width: 100%; }

  #lease .lease-copy a {
    margin-top: 0; }

  #search-property input, #search-form input {
    max-width: none;
    width: 200px; }

  #search-form {
    width: auto;
    padding: 0 20px; }
    #search-form h2 {
      font-size: 30px; }
    #search-form button {
      padding-bottom: 11px; } }
@media all and (max-width: 320px) {
  .header-logo {
    max-width: 200px; }

  #ui-mobile {
    margin-right: 15px; }

  #search {
    margin-right: 5px; }

  #lease .lease-copy h2 {
    font-size: 26px; } }
.s-hidden {
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  font: normal 11px/22px Arial, Sans-Serif;
  color: black;
  width: 200px; }

.select-style {
  border: 1px solid #ccc;
  height: 22px; }

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 10px;
  width: 160px;
  height: 22px;
  padding: 0 10px;
  font-size: 14px;
  font-family: "NewRailAlphabet-Light";
  color: #666; }

.styledSelect:after {
  border: 5px solid transparent;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 9px;
  right: 6px;
  color: #666;
  background: transparent url(../src/img/ui-arrow-closed.svg) no-repeat 90% center; }

.options {
  display: none;
  position: absolute;
  top: 30px;
  right: -1px;
  left: -1px;
  max-height: 300px;
  overflow-y: scroll;
  z-index: 999;
  margin: 0 0;
  padding: 10px;
  padding-top: 0px;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
  font-family: "NewRailAlphabet-Light";
  color: #666;
  font-size: 14px;
  border-top: none; }

.options li, .options option {
  padding: 5px;
  margin: 5px; }

#state {
  display: none; }

span.nav-dropdown-arrow {
  float: right; }
  span.nav-dropdown-arrow img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg); }

#search-overlay.open .search-property {
  overflow: visible; }
#search-overlay.open .select {
  display: block;
  text-align: left; }
#search-overlay.open .select-style {
  background: white; }

.video-js.ws-video-skin {
  width: 100%;
  height: 100%; }
  .video-js.ws-video-skin button span {
    background: none;
    padding: 0px; }
  .video-js.ws-video-skin .vjs-control-bar {
    height: 40px; }
  .video-js.ws-video-skin .vjs-remaining-time {
    display: none; }
  .video-js.ws-video-skin .vjs-volume-level, .video-js.ws-video-skin .vjs-play-progress, .video-js.ws-video-skin .vjs-slider-bar {
    background-color: #FFFFFF; }
  .video-js.ws-video-skin .vjs-progress-holder {
    height: 3px; }
    .video-js.ws-video-skin .vjs-progress-holder .vjs-play-progress:before {
      content: ""; }
  .video-js.ws-video-skin .vjs-big-play-button {
    display: none !important;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    width: 60px;
    height: 60px;
    background: none;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    background-position: center center;
    background-image: url(../src/img/video_play_ffffff.svg);
    z-index: 10000;
    border: none !important;
    box-shadow: none !important; }
    .video-js.ws-video-skin .vjs-big-play-button.stopped {
      background-image: url(../src/img/video_play_ffffff.svg); }
    .video-js.ws-video-skin .vjs-big-play-button .vjs-icon-placeholder:before {
      content: "";
      display: none; }
  .video-js.ws-video-skin .vjs-play-control {
    margin-left: 4px;
    width: 40px;
    cursor: pointer; }
    .video-js.ws-video-skin .vjs-play-control .vjs-icon-placeholder:before {
      content: "";
      background-repeat: no-repeat;
      background-size: 25px 25px;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(../src/img/video_play_ffffff.svg); }
  .video-js.ws-video-skin .vjs-fullscreen-control {
    margin-right: 4px;
    width: 40px;
    cursor: pointer; }
    .video-js.ws-video-skin .vjs-fullscreen-control .vjs-icon-placeholder:before {
      content: "";
      background-size: 25px 25px;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(../src/img/video_fullscreen_ffffff.svg); }
  .video-js.ws-video-skin .vjs-icon-sharebutton {
    width: 40px;
    opacity: 0.8;
    cursor: pointer;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../src/img/video_share_ffffff.svg); }
  .video-js.ws-video-skin .vjs-volume-panel {
    width: 40px;
    cursor: pointer; }
    .video-js.ws-video-skin .vjs-volume-panel .vjs-volume-control {
      display: none;
      width: 0px !important; }
    .video-js.ws-video-skin .vjs-volume-panel:hover {
      width: 40px !important; }
    .video-js.ws-video-skin .vjs-volume-panel .vjs-vol-3 .vjs-icon-placeholder:before, .video-js.ws-video-skin .vjs-volume-panel .vjs-vol-0 .vjs-icon-placeholder:before {
      content: "" !important;
      width: 40px;
      background: none;
      background-repeat: no-repeat;
      background-size: 25px 25px;
      background-position: center center;
      background-image: url(../src/img/video_muted_ffffff.svg); }
    .video-js.ws-video-skin .vjs-volume-panel .vjs-vol-3 .vjs-icon-placeholder:before {
      background-image: url(../src/img/video_unmuted_ffffff.svg); }
  .video-js.ws-video-skin.vjs-playing .vjs-play-control .vjs-icon-placeholder:before {
    content: "";
    background-image: url(../src/img/video_stop_ffffff.svg); }
  .video-js.ws-video-skin .vjs-volume-panel {
    display: flex !important; }
  .video-js.ws-video-skin .vjs-mute-control {
    display: inline-block !important; }

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "" !important;
  opacity: 0.7;
  background-image: url(../src/img/video_exit_ffffff.svg); }

@media (max-width: 768px) {
  .video-js.ws-video-skin .vjs-big-play-button {
    display: block !important; }
  .video-js.ws-video-skin .vjs-control-bar {
    display: none; } }
.page-template-page-careers .full-width {
  margin-bottom: 60px; }
  .page-template-page-careers .full-width .top-copy {
    max-width: 600px; }
  .page-template-page-careers .full-width h1 {
    margin-bottom: 20px;
    color: #FFF;
    font-family: "WS_Display";
    font-size: 46px;
    line-height: 46px;
    letter-spacing: 0.030em;
    text-transform: uppercase; }
  .page-template-page-careers .full-width p {
    text-transform: none;
    font-size: 16px;
    line-height: 24px; }
    @media only screen and (min-width: 992px) {
      .page-template-page-careers .full-width p {
        font-size: 18px;
        line-height: 26.5px; } }
.page-template-page-careers #whr_embed_hook {
  padding-bottom: 100px; }
  .page-template-page-careers #whr_embed_hook h2 {
    margin-bottom: 0px;
    line-height: 30px; }
  .page-template-page-careers #whr_embed_hook a {
    display: inline-block;
    margin-top: 16px;
    text-decoration: underline; }
  .page-template-page-careers #whr_embed_hook .whr-items .whr-item {
    font-family: "NewRailAlphabet-Light";
    color: #666; }
    .page-template-page-careers #whr_embed_hook .whr-items .whr-item .whr-date {
      display: none; }
    .page-template-page-careers #whr_embed_hook .whr-items .whr-item .whr-title {
      text-transform: none;
      margin-bottom: 3px; }
    .page-template-page-careers #whr_embed_hook .whr-items .whr-item .whr-location {
      display: none;
      font-size: 12px; }
      .page-template-page-careers #whr_embed_hook .whr-items .whr-item .whr-location span {
        font-family: "NewRailAlphabet-LightItalic"; }
    .page-template-page-careers #whr_embed_hook .whr-items .whr-item:last-child {
      margin-bottom: 40px; }
.page-template-page-careers .copy, .page-template-page-careers .top-copy {
  width: 100%;
  text-align: center; }
  .page-template-page-careers .copy h2, .page-template-page-careers .top-copy h2 {
    margin-bottom: 20px;
    font-family: "WS_Display";
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.030em;
    text-transform: uppercase;
    color: #666; }
    .page-template-page-careers .copy h2:first-child, .page-template-page-careers .top-copy h2:first-child {
      margin-bottom: 0; }
.page-template-page-careers .contact-description {
  max-width: 540px;
  margin: 0 auto 60px;
  padding-top: 100px;
  line-height: 17px; }
  .page-template-page-careers .contact-description a {
    margin: 0 5px; }
.page-template-page-careers.in-view {
  opacity: 1;
  transition: opacity 0.3s ease-in 0.2s; }
@media all and (max-width: 1024px) {
  .page-template-page-careers .copy {
    width: 90%;
    margin-left: 5%;
    padding-top: 0px; }
    .page-template-page-careers .copy .contact-description {
      padding-top: 40px; } }

.contact-blocks {
  padding-top: 120px; }
  @media all and (max-width: 520px) {
    .contact-blocks {
      padding-top: 40px; } }
  .contact-blocks .contact-block {
    max-width: 600px;
    width: 100%; }
    @media all and (max-width: 520px) {
      .contact-blocks .contact-block {
        margin-left: 0px; } }
    .contact-blocks .contact-block.copy {
      padding-top: 60px;
      text-align: left; }
      @media all and (max-width: 520px) {
        .contact-blocks .contact-block.copy {
          padding-top: 0px;
          margin-top: 40px; } }
      .contact-blocks .contact-block.copy h3 {
        font-family: "NewRailAlphabet-Light";
        font-size: 15px;
        line-height: 17px; }
  .contact-blocks h2 {
    margin-bottom: 30px;
    font-family: "WS_Display";
    font-size: 40px;
    line-height: 40px;
    letter-spacing: .025em;
    text-transform: uppercase; }

@media all and (max-width: 520px) {
  form#lease-form {
    width: calc(100% - 20px); } }

form#lease-form input, form#lease-form select, form#lease-form textarea, form#newsletter-form input, form#newsletter-form select, form#newsletter-form textarea, form#feedback-form input, form#feedback-form select, form#feedback-form textarea {
  font-family: "NewRailAlphabet-Light";
  background-color: #fff; }
form#lease-form input:not([type='checkbox']), form#newsletter-form input:not([type='checkbox']), form#feedback-form input:not([type='checkbox']) {
  display: block;
  width: calc(100% - 14px) !important;
  height: 48px;
  border: 1px solid #c0c0c0; }
form#lease-form input[type='checkbox'], form#newsletter-form input[type='checkbox'], form#feedback-form input[type='checkbox'] {
  width: auto !important;
  margin-right: 10px; }
form#lease-form .select-style, form#newsletter-form .select-style, form#feedback-form .select-style {
  width: auto;
  background-color: #fff;
  border: 1px solid #c0c0c0; }
form#lease-form select, form#newsletter-form select, form#feedback-form select {
  padding: 5px 20px; }
form#lease-form textarea, form#newsletter-form textarea, form#feedback-form textarea {
  width: calc(100% - 20px);
  margin-bottom: 10px;
  border: 1px solid #c0c0c0; }
form#lease-form button, form#newsletter-form button, form#feedback-form button {
  display: block;
  padding: 0 15px;
  line-height: 48px;
  border: none;
  border: 1px solid #c0c0c0; }
  form#lease-form button span, form#newsletter-form button span, form#feedback-form button span {
    background: url(../src/img/link-arrow.svg) no-repeat right 1px; }

.page-template-page-contact .contact {
  opacity: 0;
  transition: opacity .3s ease-in .2s; }
  .page-template-page-contact .contact.in-view {
    opacity: 1;
    transition: opacity .3s ease-in .2s; }
.page-template-page-contact .clear {
  clear: both; }
.page-template-page-contact .legal-footer {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 160px;
  padding-bottom: 0px; }
.page-template-page-contact .copy {
  text-align: center;
  margin-top: 94px; }
  .page-template-page-contact .copy h2 {
    margin-bottom: 28px;
    font-family: "WS_Display";
    font-size: 28px;
    line-height: 40px;
    letter-spacing: .030em;
    text-transform: uppercase;
    color: #666; }
    .page-template-page-contact .copy h2:first-child {
      margin-bottom: 0; }
  .page-template-page-contact .copy #address_contact1 {
    margin-bottom: 5px; }
  .page-template-page-contact .copy .contact-details {
    margin-bottom: 60px; }
  .page-template-page-contact .copy .contact-description {
    max-width: 540px;
    margin: 0 auto;
    margin-bottom: 120px;
    line-height: 17px; }
    .page-template-page-contact .copy .contact-description a {
      margin: 0 5px; }
  .page-template-page-contact .copy .linkedin-follow {
    margin-top: 20px; }
  .page-template-page-contact .copy a {
    display: inline-block;
    margin-top: 16px;
    text-decoration: underline; }
.page-template-page-contact .credit {
  opacity: 0;
  transition: opacity .3s ease-in 0s;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 500px;
  margin: 0 auto;
  text-align: center; }
  .page-template-page-contact .credit .sub-title {
    margin-bottom: 10px;
    font-size: 10px; }
  .page-template-page-contact .credit a {
    font-size: 13px; }
  .page-template-page-contact .credit p {
    font-size: 15px; }
  .page-template-page-contact .credit.in-view {
    opacity: 1;
    transition: opacity .3s ease-in 0s; }

.page-template-page-standard .footer-blocks > .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 90%; }
.page-template-page-standard .content-blocks {
  padding-top: 0px; }
.page-template-page-standard #newsletter {
  padding-top: 0px; }

@media only screen and (max-width: 768px) {
  .standard-page .show-desktop {
    display: none !important; } }
@media only screen and (min-width: 768px) {
  .standard-page .show-mobile {
    display: none !important; } }
.standard-page .block ul {
  list-style: disc;
  padding-left: 20px; }
  .standard-page .block ul li {
    font-family: "NewRailAlphabet-Light";
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: 0.025em;
    text-align: left;
    color: #666;
    margin-bottom: 10px; }
    @media only screen and (min-width: 992px) {
      .standard-page .block ul li {
        font-size: 15px;
        line-height: 22px; } }
    .standard-page .block ul li b, .standard-page .block ul li strong {
      font-family: "NewRailAlphabet-Bold"; }
.standard-page .hero .hero-bg {
  background-size: cover;
  min-height: 70vh;
  background-position: center center; }
.standard-page .hero .center {
  width: 90%; }
  @media only screen and (min-width: 992px) {
    .standard-page .hero .center {
      width: auto; } }
.standard-page .hero h2 {
  font-family: "WS_Display";
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 16px; }
  .standard-page .hero h2 span {
    display: block; }
    @media only screen and (min-width: 992px) {
      .standard-page .hero h2 span {
        display: inline; } }
.standard-page .hero .description {
  max-width: 630px;
  height: 140px;
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: none; }
  .standard-page .hero .description p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: normal; }
    @media only screen and (min-width: 992px) {
      .standard-page .hero .description p {
        font-size: 18px;
        line-height: 26.5px; } }
.standard-page .block-centered .inner {
  margin: 0px auto 0px;
  max-width: 90%; }
  @media only screen and (min-width: 992px) {
    .standard-page .block-centered .inner {
      text-align: center;
      max-width: 630px; } }
.standard-page .block-centered h2 {
  margin-bottom: 32px; }
.standard-page .block-centered p {
  margin-bottom: 24px;
  letter-spacing: normal; }
  .standard-page .block-centered p b, .standard-page .block-centered p strong {
    font-family: "NewRailAlphabet-Bold"; }
.standard-page .block-centered.larger {
  padding: 80px 0px 80px;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .standard-page .block-centered.larger {
      padding: 120px 0px 113px; } }
  .standard-page .block-centered.larger p {
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px; }
    @media only screen and (min-width: 992px) {
      .standard-page .block-centered.larger p {
        font-size: 18px;
        line-height: 26.5px; } }
    .standard-page .block-centered.larger p b, .standard-page .block-centered.larger p strong {
      font-family: "NewRailAlphabet-Bold"; }
.standard-page .block-centered .description {
  letter-spacing: normal;
  color: #000; }
.standard-page .block-divider {
  width: 100%;
  background-color: #000;
  height: 3px;
  margin: 0px auto 0px;
  max-width: 90%; }
  @media only screen and (min-width: 992px) {
    .standard-page .block-divider {
      max-width: 100%; } }
.standard-page .block-side-by-side {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 30px;
  flex-direction: column; }
  @media only screen and (min-width: 992px) {
    .standard-page .block-side-by-side {
      flex-direction: row;
      margin: 0 0 88px; } }
  .standard-page .block-side-by-side.content-block {
    padding-top: 30px !important; }
    @media only screen and (min-width: 992px) {
      .standard-page .block-side-by-side.content-block {
        padding-top: 60px !important; } }
  .standard-page .block-side-by-side .copy {
    order: 2;
    float: none;
    border-top: 0px;
    width: 90%;
    margin: 0 auto;
    padding: 0px 0px; }
    @media only screen and (min-width: 992px) {
      .standard-page .block-side-by-side .copy {
        padding: 0px 50px;
        padding-left: 95px;
        width: 35%; } }
    .standard-page .block-side-by-side .copy * {
      max-width: 413px; }
    .standard-page .block-side-by-side .copy h2 {
      margin-bottom: 24px; }
    .standard-page .block-side-by-side .copy p {
      margin-bottom: 20px; }
      .standard-page .block-side-by-side .copy p:last-child {
        margin-bottom: 0px; }
  .standard-page .block-side-by-side .img {
    order: 1;
    float: none;
    width: 90%;
    padding: 0px; }
    @media only screen and (min-width: 992px) {
      .standard-page .block-side-by-side .img {
        width: 65%; } }
    .standard-page .block-side-by-side .img img {
      width: 100%;
      padding: 0px;
      margin-bottom: 0; }
  @media only screen and (min-width: 992px) {
    .standard-page .block-side-by-side .copy {
      order: 1; }
    .standard-page .block-side-by-side .img {
      order: 2; }
    .standard-page .block-side-by-side.image-order-left .copy {
      order: 2;
      padding-left: 50px; }
    .standard-page .block-side-by-side.image-order-left .img {
      order: 1; } }
.standard-page .block-slider {
  padding-bottom: 0px; }
  .standard-page .block-slider .slider-holder .slider-player {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    max-width: 90%; }
    @media only screen and (min-width: 992px) {
      .standard-page .block-slider .slider-holder .slider-player {
        max-width: 1280px; } }
    .standard-page .block-slider .slider-holder .slider-player .slick-slide {
      height: auto; }
    .standard-page .block-slider .slider-holder .slider-player .slick-list {
      height: 100%; }
    .standard-page .block-slider .slider-holder .slider-player .slick-track {
      position: relative;
      top: 0;
      left: 0;
      height: 100%;
      display: flex;
      align-items: center; }
    .standard-page .block-slider .slider-holder .slider-player .slick-dots {
      display: block;
      margin: 10px 0 20px;
      text-align: center; }
      .standard-page .block-slider .slider-holder .slider-player .slick-dots li {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 5px 6px;
        filter: Alpha(Opacity=50);
        opacity: 0.5;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: #c0c0c0; }
        .standard-page .block-slider .slider-holder .slider-player .slick-dots li.slick-active {
          background: #666; }
        .standard-page .block-slider .slider-holder .slider-player .slick-dots li button {
          display: none; }
    .standard-page .block-slider .slider-holder .slider-player .slick-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1000000;
      width: 30px;
      height: 30px; }
      .standard-page .block-slider .slider-holder .slider-player .slick-arrow:hover {
        cursor: pointer; }
    .standard-page .block-slider .slider-holder .slider-player .slick-prev {
      left: 20px;
      background: url(../src/img/prev-white.svg) no-repeat; }
    .standard-page .block-slider .slider-holder .slider-player .slick-next {
      right: 20px;
      background: url(../src/img/next-white.svg) no-repeat; }
    .standard-page .block-slider .slider-holder .slider-player .slider-image-holder {
      text-align: center; }
      .standard-page .block-slider .slider-holder .slider-player .slider-image-holder img {
        margin: 0 auto;
        width: auto;
        height: auto; }
.standard-page .block-columns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 90%;
  margin: 0 auto; }
  @media only screen and (min-width: 992px) {
    .standard-page .block-columns {
      gap: 20px;
      max-width: 1440px;
      padding: 0 0 60px; } }
  .standard-page .block-columns.no-gap {
    gap: 0;
    justify-content: space-between; }
    @media only screen and (min-width: 992px) {
      .standard-page .block-columns.no-gap {
        padding-bottom: 50px; } }
  @media only screen and (max-width: 768px) {
    .standard-page .block-columns.has-mobile-slider {
      display: block;
      max-width: 100%;
      padding-left: 5%; }
      .standard-page .block-columns.has-mobile-slider .slick-list {
        padding: 0 20% 0 0 !important; }
        .standard-page .block-columns.has-mobile-slider .slick-list .col {
          float: left;
          margin-right: 20px; } }
  .standard-page .block-columns .col.col-58 {
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .standard-page .block-columns .col.col-58 {
        width: calc(57.65% - 20px); } }
  .standard-page .block-columns .col.col-42 {
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .standard-page .block-columns .col.col-42 {
        width: calc(41.1% - 20px); } }
  .standard-page .block-columns .col.col-50 {
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .standard-page .block-columns .col.col-50 {
        width: calc(50% - 20px); } }
  .standard-page .block-columns .col.col-25 {
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .standard-page .block-columns .col.col-25 {
        width: calc(25% - 20px); } }
  .standard-page .block-columns .col.img-only .img {
    margin-bottom: 0 !important; }
  .standard-page .block-columns .img {
    margin-bottom: 24px; }
    .standard-page .block-columns .img video {
      width: 100%;
      height: auto; }
  .standard-page .block-columns .title {
    margin-bottom: 8px; }
  .standard-page .block-columns .description p {
    margin-bottom: 24px; }
.standard-page .block-headline {
  text-align: center;
  padding-bottom: 60px;
  padding-top: 60px; }
.standard-page .block-properties .property-block {
  float: none;
  width: 100%;
  max-width: 100%;
  padding-right: 0 !important; }
  .standard-page .block-properties .property-block h2 {
    margin-top: 30px; }
    @media only screen and (min-width: 992px) {
      .standard-page .block-properties .property-block h2 {
        margin-top: 40px; } }
  @media only screen and (min-width: 992px) {
    .standard-page .block-properties .property-block .sub-title {
      margin-bottom: 40px; } }
  .standard-page .block-properties .property-block img {
    width: 100%; }

/*# sourceMappingURL=style.css.map */
