@charset "UTF-8";
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
    

    
  ---------------------------------------------------*/
/* @group GRADIENTS */
/* @end */
/* @group BORDERS */
/* @end */
/* @group SHADOWS */
/* @end */
/* @group TRANSFORM */
/* @end */
/* @group FILTERS */
/* @end */
/* @group TRANSITION */
/* @end */
/* @group UTILITIES */
/* @end */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
main {
  display: block;
}
pre {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input {
  overflow: visible;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
details {
  display: block;
}
summary {
  display: list-item;
}
menu {
  display: block;
}
canvas {
  display: inline-block;
}
[hidden],
template {
  display: none;
}
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}
html {
  box-sizing: border-box;
  font-size: 100%;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
textarea {
  height: auto;
  min-height: 50px;
}
select,
textarea {
  border-radius: 3px;
}
select {
  width: 100%;
}
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
  max-width: none !important;
}
button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1;
}
[data-whatinput=mouse] button {
  outline: 0;
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
em,
i {
  font-style: italic;
}
b,
em,
i,
strong {
  line-height: inherit;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
  line-height: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}
h1 {
  font-size: 1.5rem;
}
h1,
h2 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h2 {
  font-size: 1.25rem;
}
h3 {
  font-size: 1.1875rem;
}
h3,
h4 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h4 {
  font-size: 1.125rem;
}
h5 {
  font-size: 1.0625rem;
}
h5,
h6 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h6 {
  font-size: 1rem;
}
@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #2ba6cb;
  text-decoration: none;
  cursor: pointer;
}
a:focus,
a:hover {
  color: #258faf;
}
a img {
  border: 0;
}
hr {
  clear: both;
  max-width: 100rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}
dl,
ol,
ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}
li {
  font-size: inherit;
}
ul {
  list-style-type: disc;
}
ol,
ul {
  margin-left: 1.25rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}
cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}
abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help;
}
figure {
  margin: 0;
}
code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  font-weight: 400;
}
code,
kbd {
  background-color: #e6e6e6;
  font-family: Consolas,Liberation Mono,Courier,monospace;
  color: #0a0a0a;
}
kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px;
}
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a;
}
.lead {
  font-size: 125%;
  line-height: 1.6;
}
.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}
.no-bullet {
  margin-left: 0;
  list-style: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}
@media print {
  * {
    background: transparent!important;
    box-shadow: none!important;
    color: #000 !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print,
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  blockquote,
  pre {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}
input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
[type=button],
[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
}
input[type=search] {
  box-sizing: border-box;
}
[type=checkbox],
[type=file],
[type=radio] {
  margin: 0 0 1rem;
}
[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}
label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}
[type=file] {
  width: 100%;
}
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}
.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group > :first-child {
  border-radius: 3px 0 0 3px;
}
.input-group > :last-child > * {
  border-radius: 0 3px 3px 0;
}
.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}
.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}
.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
.input-group .input-group-button {
  display: table-cell;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}
.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #fefefe;
}
select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
.is-invalid-input:not(:focus) {
  border-color: #c60f13;
  background-color: #f8e6e7;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #c60f13;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #c60f13;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #c60f13;
}
.form-error,
.is-invalid-input:not(:focus)::placeholder,
.is-invalid-label {
  color: #c60f13;
}
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
}
.form-error.is-visible {
  display: block;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute!important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.show-on-focus:active,
.show-on-focus:focus {
  position: static!important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}
.hide-for-portrait,
.show-for-landscape {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .hide-for-portrait,
  .show-for-landscape {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #2ba6cb;
  color: #fefefe;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:focus,
.button:hover {
  background-color: #258dad;
  color: #fefefe;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #2ba6cb;
  color: #0a0a0a;
}
.button.primary:focus,
.button.primary:hover {
  background-color: #2285a2;
  color: #0a0a0a;
}
.button.secondary {
  background-color: #e9e9e9;
  color: #0a0a0a;
}
.button.secondary:focus,
.button.secondary:hover {
  background-color: #bababa;
  color: #0a0a0a;
}
.button.alert {
  background-color: #c60f13;
  color: #fefefe;
}
.button.alert:focus,
.button.alert:hover {
  background-color: #9e0c0f;
  color: #fefefe;
}
.button.success {
  background-color: #5da423;
  color: #0a0a0a;
}
.button.success:focus,
.button.success:hover {
  background-color: #4a831c;
  color: #0a0a0a;
}
.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:focus,
.button.warning:hover {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.body-font {
  background-color: #222;
  color: #fefefe;
}
.button.body-font:focus,
.button.body-font:hover {
  background-color: #1b1b1b;
  color: #fefefe;
}
.button.header {
  background-color: #222;
  color: #fefefe;
}
.button.header:focus,
.button.header:hover {
  background-color: #1b1b1b;
  color: #fefefe;
}
.button.hollow {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}
.button.hollow,
.button.hollow:focus,
.button.hollow:hover {
  background-color: transparent;
}
.button.hollow:focus,
.button.hollow:hover {
  border-color: #165366;
  color: #165366;
}
.button.hollow.primary {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}
.button.hollow.primary:focus,
.button.hollow.primary:hover {
  border-color: #165366;
  color: #165366;
}
.button.hollow.secondary {
  border: 1px solid #e9e9e9;
  color: #e9e9e9;
}
.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
  border-color: #757575;
  color: #757575;
}
.button.hollow.alert {
  border: 1px solid #c60f13;
  color: #c60f13;
}
.button.hollow.alert:focus,
.button.hollow.alert:hover {
  border-color: #63080a;
  color: #63080a;
}
.button.hollow.success {
  border: 1px solid #5da423;
  color: #5da423;
}
.button.hollow.success:focus,
.button.hollow.success:hover {
  border-color: #2f5212;
  color: #2f5212;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:focus,
.button.hollow.warning:hover {
  border-color: #805700;
  color: #805700;
}
.button.hollow.body-font {
  border: 1px solid #222;
  color: #222;
}
.button.hollow.body-font:focus,
.button.hollow.body-font:hover {
  border-color: #111;
  color: #111;
}
.button.hollow.header {
  border: 1px solid #222;
  color: #222;
}
.button.hollow.header:focus,
.button.hollow.header:hover {
  border-color: #111;
  color: #111;
}
.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled:focus,
.button.disabled:hover,
.button[disabled]:focus,
.button[disabled]:hover {
  background-color: #2ba6cb;
  color: #fefefe;
}
.button.disabled.primary,
.button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
  background-color: #2ba6cb;
  color: #fefefe;
}
.button.disabled.secondary,
.button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
  background-color: #e9e9e9;
  color: #fefefe;
}
.button.disabled.alert,
.button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert:focus,
.button[disabled].alert:hover {
  background-color: #c60f13;
  color: #fefefe;
}
.button.disabled.success,
.button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success:focus,
.button[disabled].success:hover {
  background-color: #5da423;
  color: #fefefe;
}
.button.disabled.warning,
.button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning:focus,
.button[disabled].warning:hover {
  background-color: #ffae00;
  color: #fefefe;
}
.button.disabled.body-font,
.button[disabled].body-font {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.body-font:focus,
.button.disabled.body-font:hover,
.button[disabled].body-font:focus,
.button[disabled].body-font:hover {
  background-color: #222;
  color: #fefefe;
}
.button.disabled.header,
.button[disabled].header {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.header:focus,
.button.disabled.header:hover,
.button[disabled].header:focus,
.button[disabled].header:hover {
  background-color: #222;
  color: #fefefe;
}
.button.dropdown:after {
  display: block;
  width: 0;
  height: 0;
  border: 0.4em inset;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.arrow-only:after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}
.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:focus,
.close-button:hover {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button,
.close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}
.is-off-canvas-open {
  overflow: hidden;
}
.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: hsla(0, 0%, 100%, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}
.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-overlap {
  z-index: 3;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px hsla(0, 0%, 4%, 0.7);
}
.off-canvas.is-open {
  transform: translate(0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 3;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px hsla(0, 0%, 4%, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0);
}
.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto;
}
.position-left.is-open ~ .off-canvas-content {
  transform: translateX(250px);
}
.position-left.is-transition-push:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px hsla(0, 0%, 4%, 0.7);
  content: " ";
}
.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}
.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto;
}
.position-right.is-open ~ .off-canvas-content {
  transform: translateX(-250px);
}
.position-right.is-transition-push:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px hsla(0, 0%, 4%, 0.7);
  content: " ";
}
.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}
.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto;
}
.position-top.is-open ~ .off-canvas-content {
  transform: translateY(250px);
}
.position-top.is-transition-push:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px hsla(0, 0%, 4%, 0.7);
  content: " ";
}
.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}
.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto;
}
.position-bottom.is-open ~ .off-canvas-content {
  transform: translateY(-250px);
}
.position-bottom.is-transition-push:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px hsla(0, 0%, 4%, 0.7);
  content: " ";
}
.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}
.off-canvas-content {
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
body.is-reveal-open {
  overflow: hidden;
}
html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: none;
  background-color: hsla(0, 0%, 4%, 0.45);
  overflow-y: scroll;
}
.reveal {
  z-index: 5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column,
.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 100rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 100rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 100rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 100rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}
.sticky,
.sticky-container {
  position: relative;
}
.sticky {
  z-index: 0;
  transform: translateZ(0);
}
.sticky.is-stuck {
  position: fixed;
  z-index: 2;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}
.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}
.row {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}
.row:after,
.row:before {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.column,
.columns {
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child,
.end.columns:last-child:last-child {
  float: left;
}
.column.row.row,
.row.row.columns {
  float: none;
}
.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.small-1 {
  width: 8.33333%;
}
.small-push-1 {
  position: relative;
  left: 8.33333%;
}
.small-pull-1 {
  position: relative;
  left: -8.33333%;
}
.small-offset-0 {
  margin-left: 0;
}
.small-2 {
  width: 16.66667%;
}
.small-push-2 {
  position: relative;
  left: 16.66667%;
}
.small-pull-2 {
  position: relative;
  left: -16.66667%;
}
.small-offset-1 {
  margin-left: 8.33333%;
}
.small-3 {
  width: 25%;
}
.small-push-3 {
  position: relative;
  left: 25%;
}
.small-pull-3 {
  position: relative;
  left: -25%;
}
.small-offset-2 {
  margin-left: 16.66667%;
}
.small-4 {
  width: 33.33333%;
}
.small-push-4 {
  position: relative;
  left: 33.33333%;
}
.small-pull-4 {
  position: relative;
  left: -33.33333%;
}
.small-offset-3 {
  margin-left: 25%;
}
.small-5 {
  width: 41.66667%;
}
.small-push-5 {
  position: relative;
  left: 41.66667%;
}
.small-pull-5 {
  position: relative;
  left: -41.66667%;
}
.small-offset-4 {
  margin-left: 33.33333%;
}
.small-6 {
  width: 50%;
}
.small-push-6 {
  position: relative;
  left: 50%;
}
.small-pull-6 {
  position: relative;
  left: -50%;
}
.small-offset-5 {
  margin-left: 41.66667%;
}
.small-7 {
  width: 58.33333%;
}
.small-push-7 {
  position: relative;
  left: 58.33333%;
}
.small-pull-7 {
  position: relative;
  left: -58.33333%;
}
.small-offset-6 {
  margin-left: 50%;
}
.small-8 {
  width: 66.66667%;
}
.small-push-8 {
  position: relative;
  left: 66.66667%;
}
.small-pull-8 {
  position: relative;
  left: -66.66667%;
}
.small-offset-7 {
  margin-left: 58.33333%;
}
.small-9 {
  width: 75%;
}
.small-push-9 {
  position: relative;
  left: 75%;
}
.small-pull-9 {
  position: relative;
  left: -75%;
}
.small-offset-8 {
  margin-left: 66.66667%;
}
.small-10 {
  width: 83.33333%;
}
.small-push-10 {
  position: relative;
  left: 83.33333%;
}
.small-pull-10 {
  position: relative;
  left: -83.33333%;
}
.small-offset-9 {
  margin-left: 75%;
}
.small-11 {
  width: 91.66667%;
}
.small-push-11 {
  position: relative;
  left: 91.66667%;
}
.small-pull-11 {
  position: relative;
  left: -91.66667%;
}
.small-offset-10 {
  margin-left: 83.33333%;
}
.small-12 {
  width: 100%;
}
.small-offset-11 {
  margin-left: 91.66667%;
}
.small-up-1 > .column,
.small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1),
.small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
  float: left;
}
.small-up-2 > .column,
.small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1),
.small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
  float: left;
}
.small-up-3 > .column,
.small-up-3 > .columns {
  float: left;
  width: 33.33333%;
}
.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1),
.small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
  float: left;
}
.small-up-4 > .column,
.small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1),
.small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
  float: left;
}
.small-up-5 > .column,
.small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1),
.small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
  float: left;
}
.small-up-6 > .column,
.small-up-6 > .columns {
  float: left;
  width: 16.66667%;
}
.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1),
.small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
  float: left;
}
.small-up-7 > .column,
.small-up-7 > .columns {
  float: left;
  width: 14.28571%;
}
.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1),
.small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
  float: left;
}
.small-up-8 > .column,
.small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1),
.small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
  float: left;
}
.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.expanded.row .small-collapse.row,
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}
.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered,
.small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}
.small-pull-0,
.small-push-0,
.small-uncentered {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}
@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n),
  .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1),
  .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child,
  .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n),
  .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1),
  .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child,
  .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .medium-up-3 > .column:nth-of-type(1n),
  .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1),
  .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child,
  .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n),
  .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1),
  .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child,
  .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n),
  .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1),
  .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child,
  .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .medium-up-6 > .column:nth-of-type(1n),
  .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1),
  .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child,
  .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .medium-up-7 > .column:nth-of-type(1n),
  .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1),
  .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child,
  .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n),
  .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1),
  .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child,
  .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .expanded.row .medium-collapse.row,
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered,
  .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-pull-0,
  .medium-push-0,
  .medium-uncentered {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n),
  .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1),
  .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child,
  .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n),
  .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1),
  .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child,
  .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .large-up-3 > .column:nth-of-type(1n),
  .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1),
  .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child,
  .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n),
  .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1),
  .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child,
  .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n),
  .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1),
  .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child,
  .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .large-up-6 > .column:nth-of-type(1n),
  .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1),
  .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child,
  .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .large-up-7 > .column:nth-of-type(1n),
  .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1),
  .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child,
  .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n),
  .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1),
  .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child,
  .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .expanded.row .large-collapse.row,
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered,
  .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-pull-0,
  .large-push-0,
  .large-uncentered {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 1.875rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
.slide-in-down.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}
.slide-in-left.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}
.slide-in-up.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}
.slide-in-right.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}
.slide-out-down.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}
.slide-out-right.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}
.slide-out-up.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}
.slide-out-left.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}
.fade-in.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}
.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}
.fade-out.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}
.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}
.hinge-in-from-top.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform,opacity;
  opacity: 0;
}
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-right.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform,opacity;
  opacity: 0;
}
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-bottom.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform,opacity;
  opacity: 0;
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-left.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform,opacity;
  opacity: 0;
}
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-middle-x.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform,opacity;
  opacity: 0;
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-middle-y.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform,opacity;
  opacity: 0;
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active,
.hinge-out-from-top.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-out-from-top.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform-origin: top;
  transition-property: transform, opacity;
}
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}
.hinge-out-from-right.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform,opacity;
  opacity: 1;
}
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}
.hinge-out-from-bottom.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform,opacity;
  opacity: 1;
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}
.hinge-out-from-left.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform,opacity;
  opacity: 1;
}
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}
.hinge-out-from-middle-x.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform,opacity;
  opacity: 1;
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}
.hinge-out-from-middle-y.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform,opacity;
  opacity: 1;
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}
.scale-in-up.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform,opacity;
  opacity: 0;
}
.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}
.scale-in-down.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform,opacity;
  opacity: 0;
}
.scale-in-down.mui-enter.mui-enter-active,
.scale-out-up.mui-leave {
  transform: scale(1);
  opacity: 1;
}
.scale-out-up.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-property: transform, opacity;
}
.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}
.scale-out-down.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform,opacity;
  opacity: 1;
}
.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}
.spin-in.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transform: rotate(-270deg);
  transition-property: transform,opacity;
  opacity: 0;
}
.spin-in.mui-enter.mui-enter-active,
.spin-out.mui-leave {
  transform: rotate(0);
  opacity: 1;
}
.spin-out.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-property: transform, opacity;
}
.spin-in-ccw.mui-enter,
.spin-out.mui-leave.mui-leave-active {
  transform: rotate(270deg);
  opacity: 0;
}
.spin-in-ccw.mui-enter {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-property: transform, opacity;
}
.spin-in-ccw.mui-enter.mui-enter-active,
.spin-out-ccw.mui-leave {
  transform: rotate(0);
  opacity: 1;
}
.spin-out-ccw.mui-leave {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-property: transform, opacity;
}
.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-270deg);
  opacity: 0;
}
.slow {
  transition-duration: 0.75s !important;
}
.fast {
  transition-duration: 0.25s !important;
}
.linear {
  transition-timing-function: linear !important;
}
.ease {
  transition-timing-function: ease !important;
}
.ease-in {
  transition-timing-function: ease-in !important;
}
.ease-out {
  transition-timing-function: ease-out !important;
}
.ease-in-out {
  transition-timing-function: ease-in-out !important;
}
.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
  transition-delay: 0.3s !important;
}
.long-delay {
  transition-delay: 0.7s !important;
}
.shake {
  animation-name: a;
}
@keyframes a {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    transform: translateX(7%);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    transform: translateX(-7%);
  }
}
.spin-ccw,
.spin-cw {
  animation-name: b;
}
@keyframes b {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.wiggle {
  animation-name: c;
}
@keyframes c {
  40%,
  50%,
  60% {
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    transform: rotate(-7deg);
  }
  0%,
  30%,
  70%,
  to {
    transform: rotate(0);
  }
}
.shake,
.spin-ccw,
.spin-cw,
.wiggle {
  animation-duration: 0.5s;
}
.infinite {
  animation-iteration-count: infinite;
}
.slow {
  animation-duration: 0.75s !important;
}
.fast {
  animation-duration: 0.25s !important;
}
.linear {
  animation-timing-function: linear !important;
}
.ease {
  animation-timing-function: ease !important;
}
.ease-in {
  animation-timing-function: ease-in !important;
}
.ease-out {
  animation-timing-function: ease-out !important;
}
.ease-in-out {
  animation-timing-function: ease-in-out !important;
}
.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
  animation-delay: 0.3s !important;
}
.long-delay {
  animation-delay: 0.7s !important;
}
@font-face {
  font-family: "sharplaunch";
  src: url("https://static-prod.sharplaunch.com/themes/all/fonts/sharplaunch.eot");
  src: url("https://static-prod.sharplaunch.com/themes/all/fonts/sharplaunch.eot?#iefix") format("embedded-opentype"), url("https://static-prod.sharplaunch.com/themes/all/fonts/sharplaunch.woff") format("woff"), url("https://static-prod.sharplaunch.com/themes/all/fonts/sharplaunch.ttf") format("truetype"), url("https://static-prod.sharplaunch.com/themes/all/fonts/sharplaunch.svg#sharplaunch") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "sharplaunch" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "sharplaunch" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-contact:before {
  content: "\61";
}
.icon-gallery:before {
  content: "\62";
}
.icon-leasing:before {
  content: "\63";
}
.icon-location:before {
  content: "\64";
}
.icon-plans:before {
  content: "\65";
}
.icon-play:before {
  content: "\66";
}
.icon-building:before {
  content: "\67";
}
.icon-download:before {
  content: "\68";
}
.icon-zoom:before {
  content: "\69";
}
.icon-linkedin:before {
  content: "\6a";
}
.icon-twitter:before {
  content: "\6b";
}
.icon-facebook:before {
  content: "\6c";
}
.icon-play-1:before {
  content: "\6d";
}
.icon-instagram:before {
  content: "\6f";
}
.icon-download-arrow:before {
  content: "\6e";
}
.icon-circle:before {
  content: "\70";
}
.icon-location-arrow:before {
  content: "\71";
}
.icon-eye:before {
  content: "\72";
}
.icon-eye-slash-close:before {
  content: "\73";
}
.icon-address:before {
  content: "\74";
}
.icon-calendar:before {
  content: "\75";
}
.icon-user:before {
  content: "\76";
}
.icon-down-open-mini:before {
  content: "\77";
}
.icon-square:before {
  content: "\79";
}
.icon-arrow-left:before {
  content: "\78";
}
.icon-arrow-right:before {
  content: "\7a";
}
.icon-handshake:before {
  content: "\41";
}
.icon-tenant:before {
  content: "\42";
}
.icon-getdirections:before {
  content: "\43";
}
.icon-maptype:before {
  content: "\44";
}
.icon-close:before {
  content: "\46";
}
.icon-fullscreen:before {
  content: "\47";
}
.icon-google-plus:before {
  content: "\48";
}
.icon-marker:before {
  content: "\49";
}
.icon-left-open-mini:before {
  content: "\4a";
}
.icon-right-open-mini:before {
  content: "\4b";
}
.icon-up-open-mini:before {
  content: "\4c";
}
.icon-property-type:before {
  content: "\45";
}
.icon-dot-3:before {
  content: "\4d";
}
.icon-member-login:before {
  content: "\4e";
}
.icon-streetview:before,
.icon-street-view:before {
  content: "\4f";
}
.icon-left-dir:before {
  content: "\50";
}
.icon-right-dir:before {
  content: "\51";
}
.icon-down-circled:before {
  content: "\52";
}
.icon-valcor-big-download:before {
  content: "\53";
}
.icon-valcor-download:before {
  content: "\54";
}
.icon-virtualtour:before {
  content: "\55";
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../img/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../img/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../img/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../img/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../img/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*
* jQuery FlexSlider v2.5.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 and later license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*
*/
/* ====================================================================================================================
* FONT-FACE
* ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('/themes/all/fonts/flexslider-icon.eot');
  src: url('/themes/all/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/themes/all/fonts/flexslider-icon.woff') format('woff'), url('/themes/all/fonts/flexslider-icon.ttf') format('truetype'), url('/themes/all/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
* RESETS
* ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
* BASE STYLES
* ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
* DEFAULT THEME
* ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 0;
  position: relative;
  zoom: 1;
  width: 100%;
  float: left;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: '' 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: '' 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: '' 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: '' 0 0 0 rgba(0, 0, 0, 0);
}
.flexslider .slides {
  zoom: 1;
  font-size: 0;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 400px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  /*opacity: 0; */
  cursor: pointer;
  color: #666;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 32px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  /*left: 10px;*/
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  /*right: 10px;*/
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
* RESPONSIVE
* ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*! jQuery UI - v1.11.2 - 2015-01-29
* http://jqueryui.com
* Includes: core.css, slider.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 5px;
  height: 25px;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
  background: #FFF;
}
.ui-slider .ui-slider-handle:focus {
  outline: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 24px;
  margin-top: 13px;
}
.ui-slider-horizontal:after {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
}
.ui-slider-horizontal .ui-slider-handle {
  top: 0px;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
  /*background-color: rgba(0,0,0,.25);*/
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.floor-plan.thumbnail img {
  bottom: 5%;
  position: absolute;
  left: 5%;
  right: 5%;
}
#js-disclaimer {
  display: none;
}
#js-disclaimer.open {
  z-index: 2000;
  background: #fff;
  border-radius: 5px;
  transition: 1s;
  position: fixed;
  top: 10%;
  left: 25%;
  display: block;
  width: 50%;
}
#js-disclaimer.open:before {
  content: '';
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}
#js-disclaimer.open .disclaimer-content {
  padding: 28px;
  padding-top: 50px;
  padding-bottom: 80px;
  background: white;
  z-index: 2001;
}
#js-disclaimer.open .disclaimer-content p {
  line-height: 23px;
}
#js-disclaimer.open .disclaimer-content i {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
#banner_main_portfolio {
  position: fixed;
  bottom: -100%;
  padding: 15px;
  height: 95px;
  background: #000;
  z-index: 1000;
}
#banner_main_portfolio.open {
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  bottom: 0px;
}
#banner_main_portfolio.closing {
  transition: 1s;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  bottom: -100%;
}
#banner_main_portfolio img {
  max-height: 60px;
  left: 50px;
  margin-bottom: 5px;
  margin: 0px;
  position: relative;
}
#banner_main_portfolio .content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#banner_main_portfolio p {
  color: white;
  left: 50px;
  font-size: 14px;
  position: relative;
}
#banner_main_portfolio a.button {
  background: transparent;
  color: white;
  border: 1px solid white;
  position: absolute;
  right: 79px;
  top: 23px;
  font-size: 15px;
  cursor: pointer;
  cursor: hand;
}
#banner_main_portfolio a.button:hover {
  cursor: pointer;
  cursor: hand;
  background: #fff;
  border: none;
  color: #000;
}
#demographics {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
#demographics .section-title h2 {
  margin-bottom: 10px;
}
#demographics table {
  width: 100%;
  margin: 45px;
  margin-top: 45px;
  margin-bottom: 45px;
  display: table;
  table-layout: fixed;
}
#demographics table thead th {
  text-transform: uppercase;
  color: #ccc;
  font-size: 11px;
  text-align: left;
  font-family: "Lato", sans-serif;
  padding: 15px;
}
#demographics table tbody tr td:first-child {
  display: table-cell;
  width: 100%;
}
#demographics table td {
  padding: 15px;
  text-align: left;
}

/* Responsive table styles for mobile - applies at 700px */
@media screen and (max-width: 700px) {
  #demographics table {
    border: 0;
    margin: 0;
  }

  #demographics table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  #demographics table tr {
    border-bottom: 3px solid #ddd !important;
    display: block !important;
    margin-bottom: .625em !important;
  }

  #demographics table tr:last-child {
    border-bottom: 0 !important;
  }

  #demographics table td {
    border-bottom: 1px solid #ddd !important;
    display: flex !important;
    justify-content: space-between !important;
    text-align: right !important;
  }

  #demographics table td:first-child {
    text-align: right !important;
  }

  #demographics table td::before {
    content: attr(data-label) !important;
    float: none !important;
    font-weight: bold !important;
    text-align: left !important;
    position: static !important;
  }

  #demographics table td:last-child {
    border-bottom: 0 !important;
  }
}

#auctionlist {
  padding-top: 60px;
  text-align: center;
}
#auctionlist .overflow-auto {
  background: white;
}
#auctionlist .section-title h2 {
  margin-bottom: 50px;
}
#auctionlist table {
  width: 100%;
  margin-bottom: 45px;
  display: table;
  table-layout: fixed;
  margin: 0px !important;
  margin-top: 20px !important;
}
#auctionlist table thead {
  background: #e6eaed;
}
#auctionlist table thead th {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 15px;
  color: #4b4b4b;
  font-size: 14px;
  text-align: left;
}
#auctionlist table tr {
  border-bottom: 1px solid #e7e7e7;
}
#auctionlist table tbody tr td:first-child {
  display: table-cell;
  width: 100%;
}
#auctionlist table td {
  padding: 15px;
  text-align: left;
  vertical-align: top;
  font-size: 13px;
}
#auctionlist table td img {
  max-width: 100%;
}
#tenants {
  background: white;
  text-align: center;
  z-index: 1;
  padding-bottom: 60px;
  padding-top: 60px;
}
#tenants .section-title h2 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}
#tenants h3 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}
#tenants #js-view-less-tenants,
#tenants #js-view-all-tenants {
  cursor: pointer;
  cursor: hand;
}
#tenants #js-view-less-tenants {
  display: none;
}
#tenants .hidden {
  display: none !important;
}
#tenants .tenants-grid .tenant-grid-item {
  transition: 0.2s ease all;
  border-radius: 15px;
  border: 1px solid #f7f7f7;
  position: relative;
  padding: 15px;
  height: 134px;
  margin-bottom: 28px;
}
#tenants .tenants-grid .tenant-grid-item .tenant-grid-item-details {
  display: none;
}
#tenants .tenants-grid .tenant-grid-item a {
  height: 100%;
  display: block;
}
#tenants .tenants-grid .tenant-grid-item img {
  max-height: 90px;
  clear: both;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 80%;
}
#tenants .tenants-grid .tenant-grid-item h4 {
  margin-top: 5px;
  font-size: 25px;
  margin-bottom: 9px;
  line-height: 34px;
  color: #666;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#tenants .tenants-grid .tenant-grid-item.hidden {
  display: none;
  transition: 0.2s ease all;
}
#tenants .tenants-grid .tenant-grid-item:hover {
  border-bottom: 3px solid white;
  transition: 0.2s ease all;
  border: 1px solid #e4e4e4;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#tenants .tenants-grid .tenant-grid-item:hover .tenant-grid-item-details.open {
  display: block;
  top: 120px;
  font-size: 14px;
  padding: 20px;
  background: white;
  width: 100%;
  position: absolute;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  left: 0;
  border-top: 3px solid white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: 0.2s ease all;
  z-index: 10;
}
#parcels {
  background: white;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
#parcels .section-title h2 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 50px;
}
#parcels .flexslider {
  margin: 0px !important;
  margin-top: 10px !important;
}
#parcels h3 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}
#parcels .flex-control-paging li a {
  width: 24px;
  font-size: 15px;
  color: white !important;
  height: 24px;
  text-indent: 0px;
}
#parcels #flexslider-counter h3 {
  font-size: 22px;
  margin-bottom: 0px;
}
#parcels .slides li {
  height: 400px;
}
#parcels .slides .parcel {
  height: 400px;
}
#parcels .slides .parcel .parcel-details {
  font-size: 14px;
  text-align: left;
  padding-top: 66px;
  padding-bottom: 66px;
  padding-left: 50px;
  padding-right: 50px;
  background: #e6eaed;
}
#parcels .slides .parcel .parcel-details h4 {
  font-size: 36px;
  margin: 0px;
  margin-bottom: 40px;
  padding: 0px;
  color: #666666;
}
#parcels .slides .parcel .parcel-details h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Lato', sans-serif !important;
  margin: 0px;
}
#parcels .slides .parcel .parcel-details p {
  font-size: 16px;
  color: #666666;
}
#parcels .slides .parcel .parcel-image {
  background: #e6eaed;
  padding: 0px;
}
#parcels .slides .parcel .parcel-image img {
  width: auto;
  height: 400px;
}
header.dark_menu {
  background: black;
}
header.dark_menu #menu-more {
  background: black;
}
header.dark_menu #menu-more:before {
  border-bottom: solid 10px black;
}
header.dark_menu #menu ul li a {
  color: white;
}
header.dark_menu #logo {
  color: white;
}
header.dark_menu.scrolled {
  background: rgba(0, 0, 0, 0.8);
}
header.dark_menu.scrolled #menu-more {
  background: rgba(0, 0, 0, 0.8);
}
header.dark_menu.scrolled #menu ul li a {
  color: white;
}
header.dark_menu.scrolled #logo {
  color: white;
}
header.white_menu {
  background: white;
}
header.white_menu #menu-more {
  background: white;
}
header.white_menu #menu ul li a {
  color: black;
  cursor: pointer;
  cursor: hand;
}
header.white_menu #menu ul li a.button {
  border-color: black;
}
header.white_menu #menu ul li#client-login-button a {
  color: white;
}
header.white_menu #logo {
  color: black;
}
header.white_menu.scrolled #menu ul li a {
  color: black;
}
header.white_menu.scrolled #menu ul li#client-login-button a {
  color: white;
}
header.white_menu.scrolled #logo {
  color: black;
}
header.white_menu .hamburger span {
  background: black;
}
@media only screen and (max-width: 40em) {
  header.white_menu nav#menu ul {
    background: #fff !important;
  }
}
@media only screen and (max-width: 40em) {
  #js-disclaimer.open {
    width: 90%;
    left: 5%;
  }
}
/* HERO CTA BUTTON */
#js-disclaimer {
  text-align: center;
}
#js-disclaimer h3 {
  background: #013b81;
  color: white;
  margin: 0px !important;
  font-size: 24px;
  padding: 20px;
}
#js-disclaimer.open .disclaimer-content {
  padding-top: 0px;
  padding-bottom: 38px;
  padding-top: 20px;
}
#js-disclaimer .icon-close {
  position: absolute;
  top: 6px;
  right: 6px;
  color: white;
}
#js-disclaimer input[type=text],
#js-disclaimer input[type=email],
#js-disclaimer textarea {
  background: #fff;
  border: 1px solid #cccccc;
}
.hero-button-before {
  content: '';
  position: absolute;
  width: 110%;
  height: 72px;
  z-index: -1;
  left: 0;
  width: 610px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.4);
  height: 126px;
  margin-top: 20px;
}
#js-disclaimer.open:before {
  background: rgba(0, 0, 0, 0.8);
}
#contact .button {
  width: auto !important;
}
#hero .button.open-contact-modal {
  margin: 0.6em 0 0;
  padding-left: 6em;
  padding-right: 6em;
  padding-top: 1em;
  padding-bottom: 1em;
  border-radius: 7px;
  height: auto !important;
  margin-top: 20px;
}
.chevron::before {
  transition: all 0.3s ease-in-out;
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  color: white;
  border-color: white;
  width: 0.45em;
  width: 2em;
  height: 2em;
  border-radius: 3px;
}
.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}
.chevron.right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
.chevron.right.second-chevron {
  left: 45px;
}
.chevron.left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.chevron.left.second-chevron {
  right: 45px;
}
.chevron.bottom:before {
  top: 0;
  transform: rotate(135deg);
}
.chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
}
@media (max-width: 630px) {
  .hero-button-before {
    background: transparent;
    position: relative;
    width: auto;
  }
  #hero .hero-content .button.open-contact-modal {
    width: 90%;
  }
  #hero .chevron {
    display: none;
  }
}
#client-login-button a {
  font-family: inherit !important;
}
.container {
  will-change: top !important;
}
.flexslider .slides > li {
  text-align: center;
}
.custom_section h3 {
  text-align: center;
}
.custom_section p {
  text-align: center;
}
.custom_section .container {
  background: rgba(255, 255, 255, 0.6);
  padding: 35px;
}
/* Responsive Table */
@media screen and (max-width: 600px) {
  table {
    border: 0;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  table td {
    display: block;
    font-size: 0.8em;
    text-align: right !important;
    padding: 0.625em;
  }
  table td:first-child {
    display: block !important;
    text-align: center !important;
  }
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    position: initial;
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
  #menu ul {
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.7);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.7);
  }
}
#exit-full-screen {
  display: none;
  position: fixed;
  z-index: 1010;
  right: 45px;
  top: 10px;
  font-size: 40px;
  height: 10px;
  width: 10px;
}
/* @group LOCATION */
#map_canvas {
  width: 100%;
  float: left;
  background: #333;
  height: 100%;
}
#map_canvas.fullscreen {
  position: fixed !important;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 900;
}
#map-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 950px;
}
@media screen and (min-height: 800px) {
  #map-container {
    height: 100vh;
  }
}
#map-tooltip {
  background: #FFF;
  position: absolute;
  text-align: center;
  height: initial;
  display: block;
  width: auto;
  z-index: 1;
  width: 327px;
  height: 70px;
  padding: 10px;
  min-height: 127px;
  max-height: 130px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}
#map-tooltip.regular {
  width: 240px !important;
  padding: 10px !important;
  margin-left: -100px !important;
}
#map-tooltip.regular .tooltip-content {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  text-align: center;
  width: 215px;
  word-break: break-word;
}
#map-tooltip.logo {
  width: 70px;
  height: 70px;
  padding: 10px;
}
#map-tooltip.logo h3 {
  text-align: left;
  margin-top: 5px;
}
#map-tooltip.logo img {
  float: left;
  vertical-align: middle;
  position: relative;
  top: 50%;
  max-height: 100%;
  transform: translateY(-50%);
}
#map-tooltip.logo span {
  text-align: left;
  display: block;
}
#map-tooltip.logo .tooltip-content {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 122px;
  width: 193px;
}
#map-tooltip.logo:after {
  display: none !important;
}
#map-tooltip:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
#map-tooltip h3 {
  font-size: 18px;
  margin: 0;
  line-height: 1.2em;
  font-weight: 700;
}
#map-tooltip span {
  font-size: 14px;
}
.popup-tip-anchor {
  height: 0;
  position: absolute;
  /* The max width of the info window. */
  width: 200px;
}
/* The bubble is anchored above the tip. */
.popup-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
}
/* Draw the tip. */
.popup-bubble-anchor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* Center the tip horizontally. */
  transform: translate(-50%, 0);
  /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
  width: 0;
  height: 0;
  /* The tip is 8px high, and 12px wide. */
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0px solid white;
}
/* The popup bubble itself. */
.popup-bubble-content {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  /* Style the info window. */
  background-color: white;
  padding: 5px;
  border-radius: 5px;
  font-family: sans-serif;
  overflow: hidden;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
}
.popup-bubble-content img {
  position: relative;
  top: 50%;
  width: 100%;
  max-height: 100%;
  transform: translateY(-50%);
}
.popup-bubble-content:hover {
  width: 63px;
  height: 63px;
  z-index: 9999999999;
}
.popup-bubble-content:hover img {
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.popup-bubble-content:hover i {
  font-size: 50px;
}
.popup-bubble-content.shadow {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}
.popup-bubble-content.is-property {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 8px;
  padding: 0.75em;
  width: 105px;
  height: 105px;
  background-color: white;
  border: 5px solid var(--accent-color) !important;
  color: #0A0B0F;
  overflow: inherit;
  transform: translate(-8px, -82px);
}
.popup-bubble-content.is-property::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -22px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 12px solid var(--accent-color);
}
.popup-bubble-content.is-property::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -14px;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top-color: white;
  z-index: 1;
}
#map-categories {
  position: absolute;
  left: 0;
  bottom: -100px;
  right: 0;
  /*height: 50px;*/
  background: rgba(255, 255, 255, 0.8);
}
#map-categories.active {
  bottom: 0;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#map-categories ul {
  margin: 0;
  padding: 0 0 80px 0;
  list-style: none;
  text-align: center;
  width: 100%;
  float: left;
  vertical-align: top;
}
#map-categories ul li {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  line-height: 50px;
  padding: 0 10px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
#map-categories ul li i {
  float: left;
  margin-right: 5px;
  position: relative;
  bottom: -3px;
}
#map-categories ul li.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.zoom-control {
  position: absolute;
  left: 15%;
  width: 70%;
  height: 50px;
  background: #0070e2;
  top: 215px;
  bottom: auto;
  z-index: 99;
}
.zoom-control .zoom-slider-container {
  position: absolute;
  left: 0px;
  right: 376px;
  height: 50px;
  top: 0px;
  left: 120px;
}
.zoom-control .button {
  position: absolute;
  top: 0;
  padding: 0;
  padding-left: 4px;
  outline: none;
  user-select: none;
  padding-right: 4px;
  width: 50px;
  line-height: 45px;
  margin: 0;
  border: 0;
  height: 50px;
  color: #FFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  white-space: nowrap;
}
.zoom-control .button i {
  font-size: 24px;
  top: 7px;
  position: relative;
  margin-right: 2px;
}
.zoom-control .button.zoom-in {
  font-size: 44px;
  font-weight: 700;
  position: absolute;
  right: 0px;
  padding-top: 3px;
}
.zoom-control .button.zoom-out {
  left: 0px;
  font-size: 44px;
  font-weight: 700;
}
.zoom-control .button.map-type {
  width: 120px;
  left: 0;
  font-size: 13px !important;
  position: relative;
  white-space: nowrap;
}
.zoom-control .button.map-type .map-type-options:after {
  z-index: -1;
  position: absolute;
  bottom: -10px;
  left: 67%;
  margin-left: -25%;
  content: '';
  width: 0;
  height: 0;
  border-top: solid 10px #fff;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  top: -10px !important;
  border-bottom: 10px solid #fff !important;
  border-top: none !important;
}
.zoom-control .button.map-type .map-type-options {
  display: none;
  border-radius: 4px;
  background: white;
  width: 204px;
  position: relative;
  left: -20px;
  line-height: 42px;
  top: 16px;
}
.zoom-control .button.map-type .map-type-options ul {
  margin: 0px;
  list-style: none;
  text-align: left;
}
.zoom-control .button.map-type .map-type-options ul li {
  padding-left: 16px;
  text-align: left;
  height: 71px;
  padding-top: 11px;
}
.zoom-control .button.map-type .map-type-options ul li img {
  float: left;
  width: 80px;
  height: 50px;
  border: 1px solid #e7e7e7;
  margin-right: 20px;
}
.zoom-control .button.map-type .map-type-options ul li a {
  text-align: left;
  color: #0070e2;
  font-size: 16px;
  padding-top: 10px;
  display: block;
}
.zoom-control .button.map-type .map-type-options ul li:hover {
  background: #0070e2;
  color: white;
}
.zoom-control .button.map-type .map-type-options ul li:hover a {
  color: white;
}
.zoom-control .button.map-type .map-type-options ul li:hover:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.zoom-control .button.map-type .map-type-options ul li:hover:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.zoom-control .button.map-type .map-type-options ul li:last-child {
  height: 74px;
}
.zoom-control .button.map-type.open .map-type-options {
  display: block;
}
.zoom-control .button.street-view {
  right: 120px;
  font-size: 14px;
  width: 120px;
  font-size: 13px !important;
  white-space: nowrap;
  line-height: 42px;
}
.zoom-control .button.get-directions {
  right: 240px;
  font-size: 13px !important;
  width: 136px;
  padding-right: 3px;
  line-height: 44px;
}
.zoom-control .button.fullscreen {
  width: 120px;
  right: 0px;
  font-size: 13px !important;
  white-space: nowrap;
  line-height: 42px;
}
.zoom-control .button a {
  color: #FFF;
  height: 50px;
  display: inline-block;
  outline: none;
  user-select: none;
}
.zoom-control #zoom-slider {
  left: 50px;
  right: 55px;
  position: absolute;
}
body.map-full-screen {
  overflow: hidden;
}
body.map-full-screen #exit-full-screen {
  display: block;
}
body.map-full-screen #map-categories {
  z-index: 1001;
  position: fixed;
}
body.map-full-screen .zoom-control {
  position: fixed;
  top: 0px !important;
  z-index: 1000;
}
body.map-full-screen #map-tooltip {
  z-index: 999 !important;
  position: fixed;
}
.call-banner {
  position: absolute;
  top: 20px;
  right: 0px;
  color: #FFF;
  z-index: 10;
  line-height: 1.6;
  background: url(/img/courtyard-banner-bg.png) no-repeat left center;
  font-weight: 700;
  padding: 10px 20px 10px 80px;
  z-index: 11;
  top: 99px;
}
#slider {
  padding-top: 60px;
  padding-bottom: 60px;
  background: white;
  text-align: center;
}
#slider .section-title h2 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 50px;
}
#slider .flexslider {
  margin: 0px !important;
  margin-top: 10px !important;
}
#slider h3 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}
#slider .flex-control-nav.flex-control-paging {
  display: none;
}
#slider .flex-control-paging li a {
  width: 24px;
  font-size: 15px;
  color: white !important;
  height: 24px;
  text-indent: 0px;
}
#slider #flexslider-counter h3 {
  font-size: 22px;
  margin-bottom: 0px;
}
#slider .slides {
  background: #e6eaed;
}
#slider .slides li {
  height: 500px;
  overflow: hidden;
}
#slider .slides .slide {
  height: 500px;
}
#slider .slides .slide .slide-details {
  font-size: 14px;
  text-align: left;
  padding-top: 66px;
  padding-bottom: 66px;
  padding-left: 50px;
  padding-right: 50px;
}
#slider .slides .slide .slide-details h4 {
  font-size: 36px;
  margin: 0px;
  margin-bottom: 40px;
  padding: 0px;
  color: #666666;
  line-height: 36px;
}
#slider .slides .slide .slide-details h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Lato', sans-serif !important;
  margin: 0px;
}
#slider .slides .slide .slide-details p {
  font-size: 18px;
  color: #666666;
}
#slider .slides .slide .slide-image {
  background: #e6eaed;
  padding: 0px;
}
#slider .slides .slide .slide-image img {
  width: auto;
  height: 100%;
  float: right;
}
#hero .button {
  margin-top: 26px;
}
@media only screen and (max-width: 40em) {
  #banner_main_portfolio {
    text-align: center;
    height: 108px;
    width: 100%;
  }
  #banner_main_portfolio img {
    position: initial;
    margin-top: 5px;
    display: none;
  }
  #banner_main_portfolio p {
    position: initial;
    display: none;
    margin-bottom: 0px;
  }
  #banner_main_portfolio a.button {
    position: initial;
    font-size: 13px;
  }
  #map-categories ul {
    padding: 0px;
  }
  #slider .slides li {
    height: auto;
  }
  #slider .slides .slide {
    height: auto;
  }
  #map-container {
    height: 500px;
  }
}
/* @group GENERAL */
#background {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#background .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  /*-ms-animation: scaleup @time infinite ease-in-out;
		-webkit-animation: scaleup @time infinite ease-in-out;
		-0-animation: scaleup @time infinite ease-in-out;
		-moz-animation: scaleup @time infinite ease-in-out;
		animation: scaleup @time infinite ease-in-out;*/
}
#background .boxed {
  position: absolute;
  left: 33.3333332%;
  top: 25vh;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
#background .boxed .bg {
  -ms-animation: scaledown 15s infinite ease-in-out;
  -webkit-animation: scaledown 15s infinite ease-in-out;
  -0-animation: scaledown 15s infinite ease-in-out;
  -moz-animation: scaledown 15s infinite ease-in-out;
  animation: scaledown 15s infinite ease-in-out;
}
@-webkit-keyframes scaleup {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaledown {
  0% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
section {
  /*min-height: 100vh;*/
  float: left;
  width: 100%;
  position: relative;
  /*background: #FFF;*/
}
section [data-magellan-target] {
  position: absolute;
  left: 0;
  top: -5rem;
}
aside {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 33.3333332%;
  background: none;
}
h2 {
  font-size: 2.25rem;
  font-weight: 700;
}
h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
hr {
  border: 0;
  border-bottom: 1px solid #dfdfdf;
  margin: 2rem 0;
}
.table {
  margin: 0;
  padding: 0;
}
.table li {
  list-style: none;
  border-bottom: 1px solid #dfdfdf;
  padding: 1em 0;
  line-height: 1.5em;
}
.table li.thead {
  color: #ccc;
  font-weight: 700;
}
.hamburger {
  width: 30px;
  height: 30px;
  float: right;
  margin: 20px 0 5px 15px;
  padding: 10px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
  cursor: pointer;
}
.hamburger span {
  display: block;
  height: 3px;
  background: #0070e2;
  margin: 0 0 5px;
}
.hamburger span:last-child {
  margin-bottom: 0;
}
.hamburger:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.hamburger.active {
  /*margin-top: 27px;*/
}
.hamburger.active .hamburger-bun {
  margin: 0;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.hamburger.active .hamburger-bun:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  margin-top: 6px;
}
.hamburger.active .hamburger-bun:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  margin-top: -3px;
}
.hamburger.active .hamburger-patty {
  display: none;
}
/* @end */
/* @group HEADER */
header {
  position: fixed;
  left: 0;
  top: 0;
  height: 5rem;
  width: 100%;
  z-index: 101;
  background: rgba(255, 255, 255, 0);
}
.sticky-header header {
  background: #ffffff;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#menu {
  width: 100%;
  float: right;
  visibility: hidden;
}
#menu > ul {
  float: right;
  margin: 0;
  padding: 0;
  font-size: 0;
}
#menu > ul > li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 5rem;
}
#menu > ul > li a {
  color: #333;
  padding: 0 15px;
  font-weight: 700;
  float: left;
}
#menu > ul > li a.button {
  color: #FFF;
  background: none;
  margin: 0;
  float: none;
  font-size: 1rem;
  vertical-align: inherit;
}
#menu > ul > li.client-login {
  background: #0070e2;
  float: right;
}
#menu > ul > li.client-login:hover {
  color: #FFF;
}
#menu > ul > li.client-login:hover a {
  color: #FFF;
}
#menu > ul > li ul {
  top: 5rem;
  z-index: 999;
  display: none;
  right: 0;
  background: #fff;
  padding: 10px;
  position: absolute;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
  width: 200px;
}
#menu > ul > li ul li {
  width: 100%;
  text-align: center;
  list-style: none;
}
#menu > ul > li ul li a {
  color: #4b4b4b;
  line-height: 2;
  width: 100%;
  text-align: center;
}
#menu > ul > li ul li.client-login a {
  color: #0070e2;
}
#menu > ul > li ul li.client-login:hover a {
  background: #0070e2;
  color: #FFF;
}
#menu > ul > li.more {
  float: right;
  display: none;
}
#menu > ul > li.more:hover ul {
  display: block;
}
.menu-overflow #menu > ul > li.more {
  display: inline !important;
}
#logo {
  font-size: 2rem;
  color: #333;
  line-height: 5rem;
  white-space: nowrap;
  font-weight: 700;
  float: left;
  position: relative;
}
#logo.image-logo {
  line-height: 1em;
  height: 5rem;
  width: 100%;
}
#logo.image-logo img {
  position: absolute;
  left: 0;
  top: 50%;
  max-height: 65px;
  /* Try to fix Cohen equities sites */
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#logo.image-logo img.inverted-logo {
  display: none;
}
/* @end */
/* @group HERO */
#hero {
  background: none;
  overflow: hidden;
  min-height: 100vh;
}
#hero .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  -ms-animation: scaleup 15s infinite ease-in-out;
  -webkit-animation: scaleup 15s infinite ease-in-out;
  -0-animation: scaleup 15s infinite ease-in-out;
  -moz-animation: scaleup 15s infinite ease-in-out;
  animation: scaleup 15s infinite ease-in-out;
}
#hero .boxed {
  position: absolute;
  left: 33.3333332%;
  top: 25vh;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
#hero .boxed .bg {
  -ms-animation: scaledown 15s infinite ease-in-out;
  -webkit-animation: scaledown 15s infinite ease-in-out;
  -0-animation: scaledown 15s infinite ease-in-out;
  -moz-animation: scaledown 15s infinite ease-in-out;
  animation: scaledown 15s infinite ease-in-out;
}
#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 25vh;
  z-index: 1;
}
#hero:after {
  content: "";
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 33.3333332%;
  left: 0;
  top: 25vh;
  bottom: 0;
  z-index: 1;
}
#hero .cta-button {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0070e2;
  width: 100%;
  color: #FFF;
  margin: 0;
  text-align: left;
  height: 80px;
  line-height: 80px;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 10;
  border: 0;
  float: left;
}
#hero .cta-button span {
  background: #0070e2;
  padding: 0 3vw 0 6vw;
  display: inline-block;
  position: relative;
  z-index: 1;
}
#hero .cta-button:before {
  content: '';
  width: 66.6666664%;
  height: 2px;
  background: #FFF;
  top: 50%;
  left: 0;
  position: absolute;
}
#hero .cta-button:hover {
  background: #0070e2;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#hero .cta-button:hover span {
  color: #FFF;
  background: #0070e2;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#hero .cta-button:hover:before {
  background-color: #FFF;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#hero .info-box {
  height: auto;
  padding-bottom: 12vh;
  width: auto;
  display: inline-block;
  max-width: 60%;
}
#hero aside {
  right: auto;
  left: 0;
  width: 16.6666666%;
  background: #FFF;
  z-index: 10;
}
.info-box {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  width: 50%;
  height: 50vh;
  top: 25vh;
  z-index: 10;
  padding: 6vh 6vw;
}
.info-box h1 {
  font-size: 5.15vw;
  line-height: 1em;
  color: #0070e2;
  text-transform: uppercase;
  margin-bottom: 0.75em;
}
.info-box h1 small {
  display: block;
  font-size: 1.715vw;
  font-weight: 700;
  color: #333;
  margin: 1em 0 0 0;
}
@media screen and (min-width: 80em) {
  .info-box h1 {
    font-size: 4.5rem;
  }
}
.info-box h2 {
  font-size: 2vw;
  font-weight: 700;
  color: #333;
  line-height: 1em;
  margin-bottom: 1em;
}
.info-box .overview {
  overflow: hidden;
  height: 8em;
  line-height: 1.875rem;
}
/* @end */
/* @group BUILDING */
#building {
  background: rgba(0, 112, 226, 0.9);
}
#building .content {
  width: 66.6666664%;
  float: left;
  padding: 6vh 6vw;
  position: relative;
  line-height: 1.875rem;
}
#building .white-canvas {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 66.6666664%;
  background: #FFF;
  z-index: 0;
}
.building-address {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  color: #FFF;
  padding: 6vh 6vw;
}
.building-address i {
  font-size: 2rem;
}
/* @end */
/* @group GALLERY */
#gallery {
  overflow: hidden;
  background: rgba(0, 112, 226, 0.9);
  /*background: #FFF;*/
}
#gallery h2 {
  margin-bottom: 0;
}
#gallery .white-canvas {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 66.6666664%;
  background: #FFF;
  z-index: 0;
}
#gallery .gallery-controls {
  float: right;
  position: relative;
  z-index: 100;
  width: 33.3333332%;
  text-align: right;
  padding: 30px;
}
#gallery .gallery-controls a {
  float: left;
  color: #FFF;
  text-transform: uppercase;
  line-height: 50px;
  font-weight: 700;
}
#gallery .gallery-controls button {
  border: 2px solid #FFF;
  background-color: transparent;
  color: #FFF;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 2.5rem;
}
#gallery .gallery-controls button i:before {
  vertical-align: middle;
  position: relative;
  top: -5px;
}
#gallery .gallery-controls button:focus {
  outline: none;
}
#gallery .gallery-controls button.slick-disabled {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
#gallery .gallery-header {
  background: #FFF;
  float: left;
  padding: 1rem 6vw;
}
#gallery-content {
  float: left;
  width: 2000vw;
  position: relative;
  z-index: 10;
  overflow-x: scroll;
}
#gallery-content a {
  float: left;
  position: relative;
  overflow: hidden;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  background-size: cover;
  background-position: center;
  background-color: #0057af;
}
#gallery-content .gallery-group {
  float: left;
  /*overflow: hidden;*/
}
#gallery-content .gallery-group a {
  width: 22.5vw;
  height: 30vh;
}
#gallery-content .gallery-group a:first-child {
  width: 46vw;
  margin-bottom: 2vh;
}
#gallery-content .gallery-group a:first-child:last-child {
  margin-bottom: 0;
}
#gallery-content .gallery-group a:nth-child(2) {
  clear: both;
  margin-right: 0.5vw;
}
#gallery-content .gallery-group a:nth-child(3) {
  margin-left: 0.5vw;
  margin-right: 0;
}
#gallery-content .gallery-group.principal a {
  height: 62vh;
}
.gallery-slider {
  margin-left: 0.5vw;
}
.gallery-slider .slick-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* @end */
/* @group VIDEO */
#video {
  background-size: cover;
  background-position: center;
  min-height: 50vh;
}
#video .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #333;
  margin: 0;
  text-align: right;
  height: 5rem;
  line-height: 5rem;
  padding: 0 30px;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 10;
  border: 0;
  color: #FFF;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
#video .play-button i {
  line-height: 1em;
  font-size: 3rem;
  position: relative;
  bottom: -5px;
}
#video .play-button i:before {
  vertical-align: middle;
}
#video .play-button:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#video .container {
  will-change: top;
}
/* @end */
/* @group TEAM */
#leasing {
  padding: 20vh 0;
  background: rgba(255, 255, 255, 0.9);
  min-height: inherit;
}
#leasing:before {
  content: "";
  width: 16.6666666%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #FFF;
  z-index: 2;
}
#leasing .info-box {
  position: relative;
  top: auto;
  float: left;
  height: auto;
}
#leasing .info-box h2 {
  font-size: 5.15vw;
  text-transform: uppercase;
  font-weight: 800;
  color: #0070e2;
  margin-bottom: 1rem;
}
@media screen and (min-width: 80em) {
  #leasing .info-box h2 {
    font-size: 4.5rem;
  }
}
#leasing .info-box:last-child {
  background: none;
  padding: 0;
}
.team-member {
  width: 100%;
  float: left;
  background: #0070e2;
  padding: 1.5rem 1.5rem 0;
  color: #FFF;
  font-size: 16px;
}
.team-member img {
  float: left;
  margin-right: 2rem;
  /*width: @col*2;*/
}
.team-member a {
  display: block;
  color: #FFF;
  font-size: 16px;
}
.team-member a:hover {
  color: #FFF;
}
.team-member h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  color: #FFF;
}
.team-member .team-member-email {
  word-break: break-all;
}
.team-member .team-member-email:focus {
  background: transparent !important;
}
.team-member:first-child {
  padding-top: 1.5rem;
}
.team-member:last-child {
  padding-bottom: 1.5rem;
}
/* @end */
/* @group FLOOR PLANS */
#downloads,
#files {
  background: #FFF;
}
#downloads h2,
#files h2 {
  margin-bottom: 0;
}
#downloads .flexslider,
#files .flexslider {
  margin: 3rem 0;
}
#downloads .table,
#files .table {
  float: left;
  width: 100%;
  margin: 3rem 0;
}
#downloads .table li,
#files .table li {
  line-height: 5rem;
}
#downloads .table li h3,
#files .table li h3 {
  line-height: 2.5rem;
  margin: 0.5rem 0 0 0;
}
#downloads .table li ul,
#files .table li ul {
  margin: 0;
  padding: 0;
}
#downloads .table li ul li,
#files .table li ul li {
  display: inline;
  float: left;
  position: relative;
  border: 0;
  padding: 0 1em;
  white-space: nowrap;
  /*font-weight: 700;*/
  line-height: 1rem;
  color: #777;
  margin: 16px 0;
}
#downloads .table li ul li:before,
#files .table li ul li:before {
  content: '';
  width: 1px;
  height: 1em;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #DFDFDF;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#downloads .table li ul li:first-child,
#files .table li ul li:first-child {
  padding-left: 0;
}
#downloads .table li ul li:first-child:before,
#files .table li ul li:first-child:before {
  display: none;
}
#downloads .table li:last-child,
#files .table li:last-child {
  border-bottom: 0;
}
#downloads .file-type,
#files .file-type {
  display: inline-block;
  background: #0070e2;
  color: #FFF;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
}
#downloads .download,
#files .download {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  margin-left: 18px;
}
#downloads .downloads-header,
#files .downloads-header {
  background: #0070e2;
  color: #FFF;
  float: left;
  padding: 1rem 6vw 1rem 12vw;
}
/* @end */
.floor-plan-wrapper {
  width: 33%;
  display: inline-block;
  padding-left: 0.625em;
  padding-right: 0.625em;
  font-size: 16px;
  vertical-align: top;
}
.floor-plan {
  width: 100%;
  float: left;
  background: #225e9d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 300px;
  position: relative;
  text-align: left;
  margin-bottom: 12px;
}
.floor-plan h3 {
  font-size: 24px;
  line-height: 1em;
  margin-top: 21px;
  color: #FFF;
  padding: 40px 60px 20px 20px;
}
.floor-plan.thumbnail {
  height: 514px !important;
}
.floor-plan.thumbnail img {
  max-height: 350px;
}
.floor-plan.thumbnail ul {
  display: none;
}
.floor-plan .label {
  display: block;
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
  background: #666;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  letter-spacing: -0.025em;
}
.floor-plan .file-type {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #FFF;
  line-height: 1em;
  text-transform: uppercase;
  background-color: #d10808;
  font-weight: 700;
  padding: 3px 6px;
}
.floor-plan .download {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 32px;
}
.floor-plan ul {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
}
.floor-plan ul li {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFF;
  text-transform: uppercase;
  line-height: 1em;
  padding: 7px 0;
  font-size: 14px;
}
.floor-plan.unavailable {
  background-color: #a7bfd8;
}
.floor-plan:hover {
  background-color: #3b63d4;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.floor-plan a {
  display: block;
}
/* @group MANAGEMENT */
#management {
  background: rgba(0, 112, 226, 0.9);
}
#management .content {
  width: 66.6666664%;
  float: left;
  padding: 6vh 6vw;
  position: relative;
}
#management .white-canvas {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 66.6666664%;
  background: #FFF;
  z-index: 0;
}
/* @end */
/* @group TENANTS */
#tenants {
  min-height: inherit;
}
#tenants .content {
  width: 66.6666664%;
  float: left;
  padding: 6vh 6vw;
  position: relative;
}
#tenants .white-canvas {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 66.6666664%;
  background: #FFF;
  z-index: 0;
}
.more-tenants {
  display: none;
}
.tenants-grid .tenant-grid-item {
  transition: 0.2s ease all;
  border-radius: 15px;
  border: 1px solid #f7f7f7;
  position: relative;
  padding: 15px;
  height: 134px;
}
.tenants-grid .tenant-grid-item .tenant-grid-item-details {
  display: none;
}
.tenants-grid .tenant-grid-item a {
  height: 100%;
  display: block;
}
.tenants-grid .tenant-grid-item img {
  max-height: 90px;
  clear: both;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 80%;
}
.tenants-grid .tenant-grid-item h4 {
  margin-top: 5px;
  font-size: 25px;
  margin-bottom: 9px;
  line-height: 34px;
  color: #666;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.tenants-grid .tenant-grid-item.hidden {
  display: none;
  transition: 0.2s ease all;
}
.tenants-grid .tenant-grid-item:hover {
  border-bottom: 3px solid white;
  transition: 0.2s ease all;
  border: 1px solid #e4e4e4;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.tenants-grid .tenant-grid-item:hover .tenant-grid-item-details.open {
  display: block;
  top: 120px;
  font-size: 14px;
  padding: 20px;
  background: white;
  width: 100%;
  position: absolute;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  left: 0;
  border-top: 3px solid white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: 0.2s ease all;
  z-index: 10;
}
/* @end */
/* @group DEMOGRAPHICS */
#demographics {
  min-height: inherit;
}
#demographics .content {
  width: 66.6666664%;
  float: left;
  padding: 6vh 6vw;
  position: relative;
}
#demographics .white-canvas {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 66.6666664%;
  background: #FFF;
  z-index: 0;
}
/* @end */
/* @group CUSTOM TEXT */
#custom_text {
  min-height: inherit;
}
#custom_text .content {
  width: 66.6666664%;
  float: left;
  padding: 6vh 6vw;
  position: relative;
}
#custom_text .white-canvas {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 66.6666664%;
  background: #FFF;
  z-index: 0;
}
/* @end */
/* @group SLIDER */
#slider {
  min-height: inherit;
  padding-bottom: 6vh;
}
#slider .content {
  width: 66.6666664%;
  float: left;
  padding: 6vh 0 6vh 6vw;
  position: relative;
}
#slider .content .slider-intro {
  width: 83.333333%;
  margin-bottom: 1rem;
}
#slider .slider-wrapper {
  width: 74.9999997%;
  float: left;
  padding-left: 6vw;
  position: relative;
  margin-bottom: 6vh;
}
#slider .slider {
  background: #e6eaed;
  height: auto;
  margin: 0;
}
#slider .slide {
  background: #e6eaed;
}
#slider .slide .slide-details {
  padding: 2rem;
}
#slider .slide .slide-image {
  background-position: center;
  background-size: cover;
}
#slider .white-canvas {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 66.6666664%;
  background: #FFF;
  z-index: 0;
}
#slider .slider-controls {
  position: absolute;
  z-index: 100;
  left: 100%;
  bottom: 0;
  width: 24.9999999%;
  padding: 0 2rem;
}
#slider .slider-controls a {
  float: left;
  color: #FFF;
  text-transform: uppercase;
  line-height: 50px;
  font-weight: 700;
}
#slider .slider-controls button {
  border: 2px solid #FFF;
  background-color: transparent;
  color: #FFF;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 2.5rem;
}
#slider .slider-controls button i:before {
  vertical-align: middle;
  position: relative;
  top: -5px;
}
#slider .slider-controls button:focus {
  outline: none;
}
#slider .slider-controls button.slick-disabled {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
#slider .slider-controls h3 {
  color: #FFF;
  margin: 0;
  line-height: 1em;
}
#slider .slider-controls .slick-dots {
  margin: 1rem 0;
  padding: 0;
}
#slider .slider-controls .slick-dots li {
  display: inline-block;
  border: 2px solid #FFF;
  background-color: transparent;
  list-style: none;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  margin-right: 0.625rem;
}
#slider .slider-controls .slick-dots li button {
  display: none;
}
#slider .slider-controls .slick-dots li.slick-active {
  background-color: #FFF;
}
/* @end */
/* @group CONTACT */
#contact {
  padding-top: 20vh;
}
#contact .info-box {
  height: auto;
  position: relative;
  top: auto;
}
#contact .info-box:last-child {
  float: right;
}
#contact:before {
  content: "";
  width: 16.6666666%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #FFF;
  z-index: 2;
}
#contact dl {
  width: 100%;
  float: left;
}
#contact dl dt,
#contact dl dd {
  display: block;
  float: left;
}
#contact dl dt {
  clear: both;
  width: 25%;
}
#contact dl dd {
  width: 75%;
}
.social-menu {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
  padding: 0;
}
.social-menu li {
  float: left;
  display: inline;
}
.social-menu li a {
  color: #333;
  font-size: 30px;
  padding: 0 20px 0 0;
}
.social-menu li a:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
input[type=text],
input[type=email],
textarea {
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  font-size: 0.875rem;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #333;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #333;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #333;
}
input[type=submit] {
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
/* @end */
/* @group LOCATION */
#map_canvas {
  width: 100%;
  float: left;
  background: #333;
  height: 100%;
}
#map_canvas.fullscreen {
  position: fixed !important;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 900;
}
#map-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 90vh;
}
#map-container aside {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 24.9999999%;
  background: rgba(255, 255, 255, 0.8);
}
#map-tooltip {
  background: #FFF;
  position: absolute;
  text-align: center;
  height: initial;
  display: block;
  width: auto;
  z-index: 0;
  width: 327px;
  height: 70px;
  padding: 10px;
  min-height: 127px;
  max-height: 130px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}
#map-tooltip.regular {
  width: 240px !important;
  padding: 10px !important;
  margin-left: -100px !important;
}
#map-tooltip.regular .tooltip-content {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  text-align: center;
  width: 215px;
  word-break: break-word;
}
#map-tooltip.logo {
  width: 70px;
  height: 70px;
  padding: 10px;
}
#map-tooltip.logo h3 {
  text-align: left;
  margin-top: 5px;
}
#map-tooltip.logo img {
  float: left;
  vertical-align: middle;
  margin-top: 3px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#map-tooltip.logo span {
  text-align: left;
  display: block;
}
#map-tooltip.logo .tooltip-content {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 122px;
  width: 193px;
}
#map-tooltip.logo:after {
  display: none !important;
}
#map-tooltip:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
#map-tooltip h3 {
  font-size: 18px;
  margin: 0;
  line-height: 1.2em;
  font-weight: 700;
}
#map-tooltip span {
  font-size: 14px;
}
.popup-tip-anchor {
  height: 0;
  position: absolute;
  /* The max width of the info window. */
  width: 200px;
}
/* The bubble is anchored above the tip. */
.popup-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
}
/* Draw the tip. */
.popup-bubble-anchor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* Center the tip horizontally. */
  transform: translate(-50%, 0);
  /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
  width: 0;
  height: 0;
  /* The tip is 8px high, and 12px wide. */
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0px solid white;
}
/* The popup bubble itself. */
.popup-bubble-content {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  /* Style the info window. */
  background-color: white;
  padding: 5px;
  border-radius: 5px;
  font-family: sans-serif;
  overflow: hidden;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
}
.popup-bubble-content img {
  position: relative;
  top: 50%;
  width: 100%;
  max-height: 100%;
  transform: translateY(-50%);
}
.popup-bubble-content:hover {
  width: 63px;
  height: 63px;
  z-index: 9999999999;
}
.popup-bubble-content:hover img {
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.popup-bubble-content:hover i {
  font-size: 50px;
}
.popup-bubble-content.shadow {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}
.popup-bubble-content.is-property {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 8px;
  padding: 0.75em;
  width: 105px;
  height: 105px;
  background-color: white;
  border: 5px solid var(--accent-color) !important;
  color: #0A0B0F;
  overflow: inherit;
  transform: translate(-8px, -82px);
}
.popup-bubble-content.is-property::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -22px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 12px solid var(--accent-color);
}
.popup-bubble-content.is-property::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -14px;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top-color: white;
  z-index: 1;
}
#map-categories {
  padding: 30px;
  bottom: auto !important;
}
#map-categories ul {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  width: 100%;
  float: left;
  vertical-align: top;
  border-top: 2px solid #0070e2;
}
#map-categories ul li {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  line-height: 40px;
  padding: 0;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  width: 100%;
  user-select: none;
}
#map-categories ul li i {
  float: right;
  margin-right: 5px;
  position: relative;
  bottom: -3px;
}
#map-categories ul li.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.map-controls {
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.map-controls .get-directions,
.map-controls .street-view,
.map-controls .map-type {
  float: left;
  text-transform: uppercase;
  color: #0070e2;
  line-height: 36px;
  font-weight: 700;
  width: 100%;
  user-select: none;
}
.map-controls .map-type {
  background: none;
  padding: 0;
  margin: 0;
  text-align: left;
  position: relative;
  color: #0070e2;
  font-size: 1rem;
  border: 0;
}
.map-controls .map-type .map-type-options {
  display: none;
  border-radius: 4px;
  background: white;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 100%;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
}
.map-controls .map-type .map-type-options ul {
  margin: 0px;
  list-style: none;
  text-align: left;
}
.map-controls .map-type .map-type-options ul li {
  padding-left: 16px;
  text-align: left;
  height: 71px;
  padding-top: 11px;
}
.map-controls .map-type .map-type-options ul li img {
  float: left;
  width: 80px;
  height: 50px;
  border: 1px solid #e7e7e7;
  margin-right: 20px;
}
.map-controls .map-type .map-type-options ul li a {
  text-align: left;
  color: #0070e2;
  font-size: 16px;
  padding-top: 10px;
  display: block;
}
.map-controls .map-type .map-type-options ul li:hover {
  background: #0070e2;
  color: white;
}
.map-controls .map-type .map-type-options ul li:hover a {
  color: white;
}
.map-controls .map-type .map-type-options ul li:hover:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.map-controls .map-type .map-type-options ul li:hover:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.map-controls .map-type .map-type-options ul li:last-child {
  height: 74px;
}
.map-controls .map-type.open .map-type-options {
  display: block;
}
.zoom-control .button {
  outline: none;
  user-select: none;
  float: left;
  width: 36px;
  height: 36px;
  border: 2px solid #0070e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  line-height: 33px;
  font-size: 2rem;
  color: #0070e2;
  padding: 0;
  margin-right: 0.5rem;
}
.zoom-control .label {
  float: left;
  text-transform: uppercase;
  color: #0070e2;
  line-height: 36px;
  font-weight: 700;
  margin-right: 0.5rem;
}
/* @end */
/* @group FOOTER */
footer {
  width: 100%;
  float: left;
  padding: 2rem 0;
  background: #000;
}
footer p {
  font-size: 0.875rem;
  line-height: 1em;
  margin: 0;
  color: #FFF;
}
footer a {
  color: #FFF;
  text-decoration: underline;
}
footer a:hover {
  color: #FFF;
}
/* @end */
.map-controls .map-type:hover {
  background: transparent !important;
}
#js-disclaimer {
  display: none;
}
#js-disclaimer.open {
  z-index: 2000;
  background: #fff;
  border-radius: 5px;
  transition: 1s;
  position: fixed;
  top: 10%;
  left: 25%;
  display: block;
  width: 50%;
}
#js-disclaimer.open:before {
  content: '';
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}
#js-disclaimer.open .disclaimer-content {
  padding: 28px;
  padding-top: 50px;
  padding-bottom: 80px;
  background: white;
  z-index: 2001;
}
#js-disclaimer.open .disclaimer-content p {
  line-height: 23px;
}
#js-disclaimer.open .disclaimer-content i {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
.large-text-right {
  line-height: 23px;
}
@media only screen and (min-width: 64em) {
  .large-text-right {
    padding-top: 30px;
  }
}
.large-text-right a {
  display: inline-block;
}
@media only screen and (max-width: 64em) {
  .large-text-right a {
    display: block;
  }
}
.flexslider {
  background: transparent;
}
.flexslider .slides img {
  width: 85%;
  margin: 0 auto;
}
#flashMessage {
  width: 100%;
  position: absolute;
  left: 0;
  top: 70px;
  right: 0;
  z-index: 1000;
  text-align: center;
  padding: 20px 0;
  background: #ff5253;
  color: #FFF;
  font-weight: 700;
  -webkit-box-shadow: inset 2px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 2px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 3px 5px rgba(0, 0, 0, 0.2);
}
#flashMessage.success {
  background: #5da423;
}
@font-face {
  font-family: "sharplaunch";
  src: url("../fonts/sharplaunch.eot");
  src: url("../fonts/sharplaunch.eot?#iefix") format("embedded-opentype"), url("../fonts/sharplaunch.woff") format("woff"), url("../fonts/sharplaunch.ttf") format("truetype"), url("../fonts/sharplaunch.svg#sharplaunch") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "sharplaunch" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "sharplaunch" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-contact:before {
  content: "\61";
}
.icon-gallery:before {
  content: "\62";
}
.icon-leasing:before {
  content: "\63";
}
.icon-location:before {
  content: "\64";
}
.icon-plans:before {
  content: "\65";
}
.icon-play:before {
  content: "\66";
}
.icon-building:before {
  content: "\67";
}
.icon-download:before {
  content: "\68";
}
.icon-zoom:before {
  content: "\69";
}
.icon-linkedin:before {
  content: "\6a";
}
.icon-twitter:before {
  content: "\6b";
}
.icon-facebook:before {
  content: "\6c";
}
.icon-play-1:before {
  content: "\6d";
}
.icon-instagram:before {
  content: "\6f";
}
.icon-download-arrow:before {
  content: "\6e";
}
.icon-circle:before {
  content: "\70";
}
.icon-location-arrow:before {
  content: "\71";
}
.icon-eye:before {
  content: "\72";
}
.icon-eye-slash-close:before {
  content: "\73";
}
.icon-address:before {
  content: "\74";
}
.icon-calendar:before {
  content: "\75";
}
.icon-user:before {
  content: "\76";
}
.icon-down-open-mini:before {
  content: "\77";
}
.icon-square:before {
  content: "\79";
}
.icon-arrow-left:before {
  content: "\78";
}
.icon-arrow-right:before {
  content: "\7a";
}
.icon-handshake:before {
  content: "\41";
}
.icon-tenant:before {
  content: "\42";
}
.icon-getdirections:before {
  content: "\43";
}
.icon-maptype:before {
  content: "\44";
}
.icon-streetview:before {
  content: "\45";
}
.icon-close:before {
  content: "\46";
}
.icon-fullscreen:before {
  content: "\47";
}
.icon-google-plus:before {
  content: "\48";
}
.icon-marker:before {
  content: "\49";
}
.icon-left-open-mini:before {
  content: "\4a";
}
.icon-right-open-mini:before {
  content: "\4b";
}
.icon-up-open-mini:before {
  content: "\4c";
}
/* 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;
  margin-left: 0;
  margin-right: 0;
}
.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;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}
a.pswp__share--download:hover {
  background: #DDD;
}
/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}
/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}
.pswp__caption--empty {
  display: none;
}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}
/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../img/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
@media only screen and (max-width: 64em) {
  #building aside,
  #management aside,
  #tenants aside,
  #custom_text aside,
  #demographics aside,
  #slider aside {
    position: relative;
    width: 100%;
    background: #0070e2;
    float: left;
    display: none;
  }
  #building aside .building-address,
  #management aside .building-address,
  #tenants aside .building-address,
  #custom_text aside .building-address,
  #demographics aside .building-address,
  #slider aside .building-address {
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #building .white-canvas,
  #management .white-canvas,
  #tenants .white-canvas,
  #custom_text .white-canvas,
  #demographics .white-canvas,
  #slider .white-canvas {
    width: 100%;
  }
  #building .content,
  #management .content,
  #tenants .content,
  #custom_text .content,
  #demographics .content,
  #slider .content {
    width: 100%;
  }
  #building aside {
    display: block;
    -webkit-transform: translate(0, -2rem);
    -moz-transform: translate(0, -2rem);
    -o-transform: translate(0, -2rem);
    -ms-transform: translate(0, -2rem);
    transform: translate(0, -2rem);
    width: 90%;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 40em) {
  section {
    min-height: auto;
  }
  #hero {
    min-height: 100vh;
    margin-top: -25vh;
  }
  #hero:before,
  #hero:after {
    display: none;
  }
  #hero .info-box {
    top: 50%;
    width: 100%;
    max-width: 100%;
    margin-left: 5%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-bottom: 16vh;
  }
  #hero .info-box h1 {
    font-size: 10vw;
  }
  #hero .info-box h1 small {
    font-size: 5vw;
  }
  #hero aside {
    display: none;
  }
  header {
    position: relative;
    height: auto;
    background: #FFF;
  }
  #logo.image-logo {
    width: 50%;
  }
  #menu {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    left: 0;
    top: 100%;
    display: none;
  }
  #menu > ul {
    border-bottom: 1px solid #DDD;
  }
  #menu > ul li {
    width: 100%;
    float: left;
  }
  #menu > ul li a {
    width: 100%;
    line-height: 2em;
    text-align: center;
    border-top: 1px solid #DDD;
  }
  #menu > ul li.client-login {
    line-height: 2em;
  }
  #menu.active {
    display: block;
  }
  .info-box {
    height: auto;
    width: 100%;
  }
  .team-member h3 {
    font-size: 5vw;
  }
  .team-member img {
    width: 80px;
    margin-right: 1rem;
  }
  .flexslider .slides > li {
    display: block;
    -webkit-backface-visibility: visible;
  }
  .floor-plan-wrapper {
    width: 100%;
  }
  #gallery .gallery-header {
    width: 100%;
  }
  #gallery .white-canvas {
    width: 16.6666666%;
  }
  #gallery .gallery-controls {
    width: 83.333333%;
  }
  #gallery-content {
    width: 100%;
  }
  #gallery-content .gallery-slider {
    padding: 1rem 1rem 0;
  }
  #gallery-content .gallery-group {
    width: 100%;
  }
  #gallery-content .gallery-group:nth-child(n+3) {
    display: none;
  }
  #gallery-content .gallery-group.principal {
    margin-bottom: 1rem;
  }
  #gallery-content .gallery-group.principal a:first-child {
    width: 100%;
    height: 35vh;
  }
  #gallery-content .gallery-group a {
    width: 50%;
    height: 17.5vh;
    margin: 0 !important;
    clear: none !important;
    float: left;
  }
  #gallery-content .gallery-group a:first-child,
  #gallery-content .gallery-group a:nth-child(n+2) {
    width: 100%;
  }
  #gallery-content .gallery-group a:nth-child(n+3) {
    display: none;
  }
  #video {
    min-height: 50vh;
  }
  #leasing .info-box h2 {
    font-size: 7.5vw;
  }
  #downloads .table li {
    line-height: 1.5em;
  }
  #downloads .table li a {
    display: block;
    padding-top: 1rem;
  }
  #map-container {
    height: 50vh;
  }
  #slider .slider-wrapper {
    width: 100%;
    padding-left: 0;
  }
  #slider .slider-wrapper .slide-image {
    padding-top: 50%;
  }
  #contact {
    padding-top: 10vh;
  }
  #contact .info-box h2 {
    font-size: 7.5vw;
  }
  #contact .info-box:first-child {
    width: calc(100% - 30px);
  }
  #contact .info-box:last-child {
    background: #FFF;
  }
}
.propertyinfo h3 {
  margin-top: 0;
}
.building__property-info-box {
  margin-top: 24px;
}
.building__property-info-box .property-info-list {
  margin-bottom: 35px;
}
.building__property-info-box .property-info-list ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.building__property-info-box .property-info-list ul li {
  border-bottom: 2px solid #cacaca;
  flex: 0 0 calc(50% - 15px);
  display: flex;
  padding: 16px 0;
  align-items: flex-start;
}
@media (max-width: 1270px) {
  .building__property-info-box .property-info-list ul li {
    flex: 0 0 100%;
  }
}
.building__property-info-box .property-info-list ul li:nth-child(1) {
  border-top: 2px solid #cacaca;
}
@media (min-width: 1271px) {
  .building__property-info-box .property-info-list ul li:nth-child(2) {
    border-top: 2px solid #cacaca;
  }
}
.building__property-info-box .property-info-list ul li span {
  justify-content: space-between;
  flex: 0 0 49%;
}
.building__property-info-box .property-info-list ul li span + span {
  text-align: right;
}
.propertycertificates {
  margin-top: 35px;
}
.building__certifications-list {
  margin-top: 24px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.building__certifications-list a {
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: white;
  width: 120px;
  height: 120px;
  margin: 0 12px 16px 12px;
  padding: 10px;
  box-shadow: 0 2px 8px 0 rgba(10, 11, 15, 0.1);
  border-radius: 4px;
  transform: scale(1);
  transition: all 300ms ease;
}
@media (max-width: 680px) {
  .building__certifications-list a {
    width: 100px;
    height: 100px;
  }
}
.building__certifications-list a img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.building__certifications-list a:hover {
  transform: scale(1.05);
}
.virtualtour-section {
  padding: 60px 0;
  background: white;
}
.virtualtour__embed {
  margin-top: 16px;
}
.virtualtour {
  margin-top: 32px;
  background-size: cover;
  background-position: center;
  height: 38vw;
  color: white;
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.virtualtour__inlineplayer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}
.virtualtour__inlineplayer.is-activated {
  display: block;
}
.virtualtour .play-button {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 50%;
  top: 50%;
  color: #FFF;
  width: 120px;
  height: 70px;
  line-height: 77px;
  margin-left: -60px;
  text-align: center;
  font-size: 40px;
  border-radius: 5px;
  transform: translateY(-50%);
  transition: all 300ms ease;
}
.virtualtour .play-button:hover {
  background: rgba(0, 0, 0, 0.95);
}
.virtualtour__overlay-cta {
  margin-top: 32px;
  margin-bottom: 32px;
}
form .success-message,
form .error-message {
  display: none;
}
form .error-message.active {
  display: block;
  padding: 10px 20px;
  width: 100%;
  max-width: 545px;
  text-align: center;
  border: 2px solid #ef4444;
  color: white;
  background-color: #dc2626;
  margin: 20px auto 20px auto;
  border-radius: 4px;
}
form .success-message.active {
  display: block;
  padding: 10px 20px;
  width: 100%;
  max-width: 545px;
  text-align: center;
  border: 2px solid #10b981;
  color: white;
  background-color: #059669;
  margin: 20px auto 20px auto;
  border-radius: 4px;
}
