@charset "UTF-8";
/* THEME 2 */
/*! 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;
}
/*---------------------------------------------------
    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 */
@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 demographics table styles - applies at 800px */
@media screen and (max-width: 800px) {
  #demographics table {
    border: 0;
    margin: 0;
    min-width: auto !important;
  }

  #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;
    padding: 10px !important;
    padding-left: 10px !important;
    position: static !important;
  }

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

  #demographics table td::before {
    content: attr(data-label) !important;
    font-weight: bold !important;
    text-align: left !important;
    position: static !important;
    float: none !important;
    width: auto !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 */
body {
  background: #f9f9f9;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
body.has-multiple-sites {
  padding-top: 160px;
}
.full-width {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}
h4 {
  font-size: 20px;
  font-weight: 700;
}
input,
textarea,
button,
.button {
  font-family: "Lato", sans-serif;
}
input[type="text"],
input[type="email"],
button,
.button {
  padding-top: 0;
  padding-bottom: 0;
  height: 48px;
  line-height: 45px;
}
button,
.button {
  font-weight: bold;
  padding-left: 5em;
  padding-right: 5em;
}
a {
  color: #0070e2;
}
a:hover {
  color: #333;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.box {
  width: 100%;
  float: left;
  padding: 40px;
  margin-bottom: 40px;
}
.box p {
  font-size: 16px;
  line-height: 1.75em;
}
.box .columns.medium-6 {
  padding-right: 2.5rem;
}
.box.white {
  background-color: #fff;
}
.box.white h4 {
  color: #0070e2;
}
.box.dark {
  background-color: #666;
  color: #fff;
}
.box.dark h1,
.box.dark h2,
.box.dark h3,
.box.dark h4,
.box.dark h5,
.box.dark h6,
.box.dark p {
  color: #fff;
}
.box.dark ul {
  width: 100%;
  float: left;
  margin: 20px 0 0;
  border-top: 1px solid #ccc;
}
.box.dark ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  display: inline;
  padding: 15px;
}
.box.dark ul li h4 {
  font-size: 16px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}
.container {
  width: 100%;
  float: left;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
#leasing .container,
#building .container,
#contact .container,
#management .container,
#demographics .container,
#auctionlist .container {
  padding-bottom: 60px;
}
#building .container {
  padding: 45px 0 80px 80px;
}
#leasing .container {
  padding: 65px 0 80px 65px;
}
#management .container {
  padding: 80px 80px 80px 0;
}
#location .container {
  background-attachment: scroll;
  z-index: 1;
}
#location .section-title {
  float: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  /*.translate(0, -50%);*/
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  padding: 60px 0 40px;
}
#building,
#management {
  background-image: url(/themes/all/img/background-00.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#building .container,
#leasing .container,
#management .container {
  z-index: 1;
}
/* @end */
/* @group HEADER */
header {
  width: 100%;
  position: fixed;
  height: 70px;
  left: 0;
  top: 0;
  z-index: 200;
}
header.multiple-sites {
  top: -90px;
  height: auto;
}
header.multiple-sites.show-switch {
  top: 0;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
header.multiple-sites.hide-switch {
  top: -90;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
header.scrolled {
  background: #fff;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
header.scrolled #logo {
  color: #333;
}
header.scrolled #logo.image-logo .normal-logo {
  display: none;
}
header.scrolled #logo.image-logo .inverted-logo {
  display: block;
}
header.scrolled #menu h3 {
  display: none;
}
header.scrolled #menu ul li a {
  color: #333;
}
header.scrolled #menu ul li a.button {
  color: #fff;
  border: none;
}
header.scrolled #menu ul li.active a {
  color: #0070e2;
}
header.scrolled .hamburger span {
  background: #333;
}
#logo {
  font-size: 25px;
  color: #fff;
  line-height: 70px;
  white-space: nowrap;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  width: 100%;
  float: left;
  position: relative;
}
#logo.image-logo {
  line-height: 1em;
  height: 70px;
}
#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;
}
header.white_menu .image-logo.inverted-logo {
  display: block;
}
header.white_menu .image-logo.normal-logo {
  display: none;
}
#menu {
  width: 100%;
  float: left;
}
#menu ul {
  float: right;
  margin: 0;
  padding: 0;
}
#menu ul li {
  float: left;
  display: inline;
}
#menu ul li a {
  font-size: 16px;
  line-height: 70px;
  color: #fff;
  padding: 0 20px;
  float: left;
}
#menu ul li a:hover {
  color: #0070e2;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#menu ul li a.active {
  color: #0070e2;
}
#menu ul li a.button {
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 70px;
  text-align: center;
  position: relative;
  border: none;
}
#menu ul li a.button .arrow {
  height: 0;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  overflow: hidden;
  padding-bottom: 20%;
  padding-left: 25%;
  display: block;
}
#menu ul li a.button .arrow:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  margin-left: -400px;
  border-top: 100px solid #0070e2;
  border-left: 400px solid transparent;
  border-right: 400px solid transparent;
  height: 0;
  width: 0;
  display: block;
  -webkit-transition: all 0.3333s ease-out;
  -moz-transition: all 0.3333s ease-out;
  -o-transition: all 0.3333s ease-out;
  transition: all 0.3333s ease-out;
  -webkit-transition: all 0.3333s ease;
  -moz-transition: all 0.3333s ease;
  -ms-transition: all 0.3333s ease;
  -o-transition: all 0.3333s ease;
  transition: all 0.3333s ease;
}
#menu ul li a.button:hover {
  color: #fff;
}
#menu ul li a.button:hover .arrow:after {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
[data-magellan-expedition],
[data-magellan-expedition-clone] {
  padding: 0;
  background: none;
}
[data-magellan-expedition].fixed,
[data-magellan-expedition-clone].fixed {
  position: relative !important;
}
[data-magellan-expedition-clone] {
  display: none !important;
}
#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;
}
.hamburger {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 27px;
  z-index: 100000;
  cursor: pointer;
}
.hamburger span {
  display: block;
  height: 3px;
  background: #fff;
  margin: 0 0 3px;
}
.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: 3px;
}
.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);
  -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 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 3px;
}
.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);
  -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 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: -3px;
}
.hamburger.active .hamburger-patty {
  display: none;
}
/* @end */
/* @group SECTION */
section {
  width: 100%;
  float: left;
  position: relative;
  background-color: #e6eaed;
}
section p {
  font-size: 16px;
  line-height: 1.75em;
}
section h3 {
  font-size: 24px;
  color: #0070e2;
  font-weight: 700;
  margin: 1em 0;
  line-height: 1em;
}
section.dark {
  background-color: #313131;
}
section.dark h1,
section.dark h2,
section.dark h3,
section.dark h4,
section.dark h5,
section.dark h6,
section.dark p,
section.dark ul,
section.dark ol {
  color: #fff;
}
section.white {
  background-color: #fff;
}
section.floating-title .section-title {
  width: 100%;
  position: absolute;
  top: -80px;
  bottom: -80px;
  padding: 100px 20px 0;
  text-align: center;
  background: #0070e2;
  color: #fff;
  z-index: 100;
  border-bottom: 10px solid #fff;
  -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);
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
}
section.floating-title .section-title h2 {
  color: #fff;
}
section.floating-title .section-title [class^="icon-"],
section.floating-title .section-title [class*=" icon-"] {
  color: #fff;
}
section .row .columns {
  position: relative;
}
.section-title {
  width: 100%;
  float: left;
  text-align: center;
}
.section-title h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
  margin: 0;
  color: #0070e2;
}
.section-title h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.25em;
  margin: 3em 0 1em;
}
.section-title [class^="icon-"],
.section-title [class*=" icon-"] {
  font-size: 42px;
  color: #0070e2;
}
.section-title-overlap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
/* @end */
/* @group HERO */
#hero {
  text-align: center;
}
#hero .shadow {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 150px;
  background: url(../img/hero-bg.png) repeat-x center;
  z-index: 10;
}
#hero .hero-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 100;
  text-align: left;
}
#hero h1 {
  font-size: 100px;
  color: #fff;
  padding: 0 0 0 40px;
  margin: 0;
  padding-left: 72px;
  line-height: 1;
  padding-right: 40px;
}
#hero h1 small {
  display: block;
  font-size: 24px;
  padding-top: 15px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.05rem;
  line-height: 1;
}
#hero .button {
  font-size: 1.25em;
  padding-left: 3em;
  padding-right: 3em;
  margin-left: 72px;
}
#hero .container {
  z-index: 1;
  background-size: cover;
  background-attachment: inherit !important;
}
#hero .container.loaded img {
  display: none;
}
#hero.not-found {
  background: #0070e2;
}
#hero.not-found .container {
  z-index: 1;
  padding: 50px 0;
}
#hero.not-found h1 {
  line-height: 1em;
  text-align: center;
}
#hero.not-found h1 small {
  text-align: center;
  line-height: 1.5em;
}
/* @end */
/* @group VIDEO */
#video .section-title,
#video2 .section-title {
  background: none;
  padding: 40px 0;
  position: relative;
}
#video .section-title h2,
#video2 .section-title h2 {
  color: #fff;
}
#video .blue-stripe,
#video2 .blue-stripe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #0070e2;
  mix-blend-mode: multiply;
  z-index: -1;
}
#video .container,
#video2 .container {
  height: 600px;
  z-index: 0;
  will-change: top;
}
#video .container.loaded img,
#video2 .container.loaded img {
  display: none;
}
.play-button {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1 !important;
  color: #fff;
  width: 120px;
  height: 70px;
  line-height: 77px;
  /*margin-top: -35px;*/
  margin-left: -60px;
  text-align: center;
  font-size: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* @end */
/* @group GALLERY */
#gallery .container {
  z-index: 1;
}
#gallery .button {
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: none;
}
#gallery .button:hover {
  background-color: #fff;
  color: #0070e2;
}
#section-gallery,
.section-title-overlap,
.section-title-overlap .row,
.section-title-overlap .row .large-4.columns {
  height: 100%;
}
#gallery-content .col {
  float: left;
  width: 20%;
  position: relative;
}
#gallery-content .col.col-2 {
  width: 40%;
}
#gallery-content .col a {
  float: left;
  width: 100%;
  position: relative;
}
#gallery-content .col a img {
  float: left;
  width: 100%;
}
#gallery-content .col a.half {
  width: 50%;
}
#gallery-content .col a .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(3, 82, 165, 0.8);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
#gallery-content .col a .overlay i {
  font-size: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  color: #fff;
}
#gallery-content .col a .overlay.visible {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#gallery-content .col a .counter {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 1em;
  margin-top: -21px;
}
#gallery-content .col a:hover .overlay {
  -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;
}
/* @end */
/* @end */
/* @group TEAM */
.team-member {
  width: 100%;
  float: left;
  background: #fff;
  padding: 40px 40px 40px;
  margin: 15px 0;
}
.team-member img {
  float: left;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
}
.team-member a {
  display: block;
  color: #666;
  font-size: 16px;
}
.team-member a:hover {
  color: #0070e2;
}
.team-member h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  margin: 0.5em 0;
}
.team-member .team-member-email {
  word-break: break-all;
  font-size: 16px;
}
.team-member .team-member-email:focus {
  background: transparent !important;
}
.team-member .details {
  margin-left: 190px;
}
/* @end */
/* @group FILES */
#files .section-title {
  padding-bottom: 60px;
}
/* @end */
/* @group DOWNLOADS */
#parcels,
#slider,
#tenants,
#files,
#siteplan {
  padding-top: 60px;
}
#parcels .container,
#slider .container,
#tenants .container,
#files .container,
#siteplan .container {
  padding-bottom: 60px;
  z-index: 1;
}
#parcels .flexslider,
#slider .flexslider,
#tenants .flexslider,
#files .flexslider,
#siteplan .flexslider {
  margin: 60px 0 0;
}
#downloads .container {
  padding-bottom: 60px;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.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;
  position: relative;
  text-align: left;
  margin-bottom: 12px;
  padding: 20px;
}
.floor-plan h3 {
  font-size: 24px;
  line-height: 1em;
  color: #fff;
}
.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 {
  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;
}
/* @end */
/* @group MANAGEMENT */
#management .section-title ul {
  width: 100%;
  float: left;
  margin: 0;
  border-top: 1px solid #ccc;
}
#management .section-title ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  display: inline;
  padding: 30px 15px;
}
#management .section-title ul li h4 {
  font-size: 24px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}
/* @end */
/* @group CUSTOM TEXT */
#custom_text,
.custom_section {
  padding: 100px 0;
}
#custom_text .section-title h2,
.custom_section .section-title h2 {
  margin-bottom: 10px;
}
/* @end */
/* @group EVENTS */
#events {
  padding: 100px 0;
}
#events .section-title {
  padding-bottom: 60px;
}
#events .flexslider {
  background: none;
}
#events .event-wrapper {
  width: 100%;
  float: left;
  padding: 0 15px;
}
#events .event-wrapper:first-child {
  padding: 0;
}
#events .event-wrapper:first-child .event {
  padding: 20px 35px;
}
#events .event {
  width: 100%;
  float: left;
  font-size: 16px;
  text-align: left;
  margin-bottom: 5px;
  background: #fff;
  padding: 20px;
}
#events .event .date {
  float: left;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  padding: 10px 40px 10px 20px;
}
#events .event .date small {
  display: block;
  font-size: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1em;
}
#events .event h4 {
  font-size: 32px;
  line-height: 1em;
  margin: 0 0 0.25em 0;
}
#events .event .text {
  line-height: 1.5em;
}
/* @end */
/* @group CONTACT */
#contact {
  padding: 100px 0 80px;
}
#contact .container {
  z-index: 1;
}
#contact h2 {
  margin-bottom: 1em;
}
#contact h3 {
  margin-bottom: 2em;
}
.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: #fff;
  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;
}
dl {
  width: 100%;
  float: left;
}
dl dt {
  float: left;
  width: 34%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  clear: both;
}
dl dd {
  float: right;
  width: 66%;
  color: #fff;
  margin-bottom: 10px;
}
input[type="text"],
input[type="email"],
textarea {
  background: #fff;
  border: 0;
  -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);
}
#contact form {
  width: 100%;
  float: left;
  margin: 0 0 40px 0;
}
#contact .button {
  width: 100%;
}
/* @end */
/* @group FOOTER */
footer {
  width: 100%;
  float: left;
  padding: 40px 0;
}
footer p {
  font-size: 14px;
  line-height: 1em;
  margin: 0;
}
/* @end */
/* @group SIDE NAV */
.off-canvas-wrapper {
  width: 100%;
  float: left;
}
.off-canvas {
  background: #fff;
}
.off-canvas.position-right {
  width: 320px;
  -webkit-transform: translate(320px, 0);
  -moz-transform: translate(320px, 0);
  -o-transform: translate(320px, 0);
  -ms-transform: translate(320px, 0);
  transform: translate(320px, 0);
  /*right: -320px;*/
}
.off-canvas.position-right.is-open {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.off-canvas.position-right.is-open ~ .off-canvas-content {
  -webkit-transform: translate(-320px, 0);
  -moz-transform: translate(-320px, 0);
  -o-transform: translate(-320px, 0);
  -ms-transform: translate(-320px, 0);
  transform: translate(-320px, 0);
}
.off-canvas-content {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
#side-nav {
  background: #2d2e33;
}
#side-nav h3 {
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
}
#side-nav h3 span {
  float: right;
  cursor: pointer;
}
#side-nav nav ul {
  float: left;
  margin: 0;
  padding: 0;
}
#side-nav nav ul li {
  float: left;
  display: inline;
  width: 100%;
}
#side-nav nav ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 2.5em;
}
#side-nav nav ul li a:focus {
  outline: none;
}
#side-nav nav ul li a.active,
#side-nav nav ul li a:hover {
  color: #0070e2;
}
#side-nav nav ul li a.button {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  margin: 0;
  background: none;
  border: 1px solid #fff;
}
#side-nav nav ul li a.button:hover {
  background: #fff;
  color: #222;
}
.side-nav-container {
  width: 100%;
  float: left;
  padding: 0 30px;
}
/* @end */
.force-white {
  color: white !important;
}
/* Menu Overwrites to show More... button when they don't fit in screen */
#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#menu ul li {
  padding: 0px;
  padding-top: 0px;
}
#menu ul li#menu-more-button {
  position: relative;
  display: none;
}
#menu ul li#menu-more-button i {
  position: relative;
  top: 3px;
}
#menu ul li ul {
  top: 65px;
  z-index: 999;
  display: none;
  left: -40%;
  background: #fff;
  border-radius: 5px;
  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;
}
#menu ul li ul li a {
  color: #4b4b4b;
  line-height: 2;
  width: 100%;
  text-align: center;
}
#menu-more:before {
  z-index: -1;
  position: absolute;
  top: -10px;
  left: 67%;
  margin-left: -25%;
  content: "";
  width: 0;
  height: 0;
  border-bottom: solid 10px #fff;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
#linked-sites {
  width: 100%;
  float: left;
  padding: 20px 0;
}
#linked-sites img {
  max-height: 60px;
}
#linked-sites ul {
  float: right;
  margin: 0;
  padding: 0;
}
#linked-sites ul li {
  float: left;
  display: inline;
}
#linked-sites ul li a {
  color: #fff;
  line-height: 50px;
  padding: 0 20px;
  float: left;
  font-weight: 700;
  font-size: 14px;
  position: relative;
}
#linked-sites ul 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;
}
#linked-sites ul li a.active:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 10px;
  background: #fff;
}
/* @end */
.fancybox-nav span {
  visibility: visible !important;
}
.fancybox-nav {
  background: transparent !important;
}
.fancybox-opened {
  z-index: 99999;
}
.fancybox-inner {
  overflow: hidden !important;
}
.fancybox-inner iframe {
  overflow: hidden;
}
#linked-sites-mobile {
  height: 30px;
  overflow: hidden;
  width: 100%;
  bottom: 0px;
  position: fixed;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  z-index: 9999;
}
#linked-sites-mobile .handle {
  right: 25px;
  position: absolute;
  outline: none;
  padding: 5px 17px 5px 17px;
  background: red;
}
#linked-sites-mobile .handle a {
  color: white;
  outline: none;
}
#linked-sites-mobile .handle a:hover,
#linked-sites-mobile .handle a:active,
#linked-sites-mobile .handle a:focus {
  background: none;
}
#linked-sites-mobile .handle .down {
  display: none;
}
#linked-sites-mobile .content {
  margin-top: 34px;
  height: 100%;
  overflow: hidden;
  background: blue;
  padding-top: 25px;
  text-align: center;
}
#linked-sites-mobile .content ul {
  display: block;
  width: 90%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
#linked-sites-mobile .content ul li a {
  color: #fff;
  line-height: 50px;
  padding: 0 20px;
  font-weight: 700;
  font-size: 16px;
  position: relative;
}
#linked-sites-mobile .content ul 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;
}
#linked-sites-mobile .content ul li a.active:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0px;
  background: #fff;
}
#linked-sites-mobile.open {
  height: 62%;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#linked-sites-mobile.open .handle .up {
  display: none;
}
#linked-sites-mobile.open .handle .down {
  display: inline-block;
}
#linked-sites-mobile img {
  max-height: 120px;
}
.zoom-control {
  top: 211px !important;
  bottom: auto;
  left: 50% !important;
  /* width: 70%; */
  width: 600px !important;
  transform: translateX(-50%);
}
.zoom-control .button.zoom-in {
  padding-top: 0 !important;
}
.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;
}
#downloads .table,
#files .table,
#marketing_materials .table,
#siteplan .table {
  float: left;
  width: 100%;
  margin: 3rem 0;
  list-style: none;
}
#downloads .table a,
#files .table a,
#marketing_materials .table a,
#siteplan .table a {
  margin-left: 17px;
  font-size: 14px;
  display: inline-block;
}
#downloads .table li,
#files .table li,
#marketing_materials .table li,
#siteplan .table li {
  line-height: 5rem;
}
#downloads .table li h3,
#files .table li h3,
#marketing_materials .table li h3,
#siteplan .table li h3 {
  line-height: 2.5rem;
  margin: 0.5rem 0 0 0;
}
#downloads .table li ul,
#files .table li ul,
#marketing_materials .table li ul,
#siteplan .table li ul {
  margin: 0;
  padding: 0;
}
#downloads .table li ul li,
#files .table li ul li,
#marketing_materials .table li ul li,
#siteplan .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;
}
#downloads .table li ul li:before,
#files .table li ul li:before,
#marketing_materials .table li ul li:before,
#siteplan .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,
#marketing_materials .table li ul li:first-child,
#siteplan .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,
#marketing_materials .table li ul li:first-child:before,
#siteplan .table li ul li:first-child:before {
  display: none;
}
#downloads .table li:last-child,
#files .table li:last-child,
#marketing_materials .table li:last-child,
#siteplan .table li:last-child {
  border-bottom: 0;
}
#downloads .file-type,
#files .file-type,
#marketing_materials .file-type,
#siteplan .file-type {
  display: inline-block;
  background: #0070e2;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1rem;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
}
#downloads .download,
#files .download,
#marketing_materials .download,
#siteplan .download {
  text-transform: uppercase;
  font-weight: 700;
  color: #0070e2;
  font-size: 14px;
}
#downloads .downloads-header,
#files .downloads-header,
#marketing_materials .downloads-header,
#siteplan .downloads-header {
  background: #0070e2;
  color: #fff;
  float: left;
  padding: 1rem 6vw 1rem 12vw;
}
#downloads .flexslider,
#files .flexslider,
#marketing_materials .flexslider,
#siteplan .flexslider {
  background: transparent;
}
#downloads .flexslider .slides img,
#files .flexslider .slides img,
#marketing_materials .flexslider .slides img,
#siteplan .flexslider .slides img {
  width: 85%;
  margin: 0 auto;
}
#siteplan {
  background: white;
}
.section-padding-top {
  padding-top: 100px !important;
}
.section-padding-bottom {
  padding-bottom: 100px !important;
}
#marketing_materials {
  padding-top: 60px;
  padding-bottom: 60px;
}
#marketing_materials .marketing_material_icon {
  width: 75px;
  height: 75px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
#marketing_materials .section-title {
  padding-bottom: 35px;
}
#marketing_materials .floor-plan.thumbnail {
  height: 300px !important;
}
.marketing-material-wrapper {
  width: 25%;
  display: inline-block;
  padding-left: 0.625em;
  padding-right: 0.625em;
  font-size: 16px;
}
.call-banner {
  top: 120px;
}
.large-text-right {
  line-height: 23px;
}
@media only screen and (min-width: 64em) {
  .large-text-right {
    padding-top: 30px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* your css rules for ipad portrait */
  .container {
    background-attachment: inherit !important;
  }
  section.floating-title .section-title h2 {
    font-size: 52px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  /* your css rules for ipad landscape */
  .container {
    background-attachment: inherit !important;
  }
  section.floating-title .section-title h2 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .hamburger {
    display: block;
  }
  .hamburger-menu header #menu {
    width: 100%;
    top: auto;
    bottom: auto;
    position: absolute;
    padding: 0;
    background: none;
  }
  .hamburger-menu header #menu h3 {
    display: none;
  }
  .hamburger-menu header #menu ul li a {
    padding: 0 20px;
  }
  .hamburger-menu header #menu ul li a.button {
    position: relative;
    bottom: auto;
    left: auto;
    border: 0;
    padding: 0 20px;
    height: auto;
    line-height: 2.5em;
  }
  .hamburger-menu.show-menu .wrapper {
    left: 0;
  }
  #menu {
    display: none;
  }
  #menu.small-active {
    width: 100%;
    display: block !important;
  }
  #menu.small-active ul {
    width: 100%;
    background: #333;
  }
  #menu.small-active ul li {
    width: 100%;
  }
  #menu.small-active ul li a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #FFF;
  }
  #menu.small-active ul li a.button {
    margin: 0;
  }
  #menu.small-active ul li a.button .arrow {
    display: none;
  }
  #menu.fixed {
    display: none !important;
  }
  header.scrolled #menu ul li a {
    color: #FFF;
  }
  #hero h1 {
    font-size: 72px;
  }
  #hero h1 small {
    font-size: 24px;
  }
  #hero .container {
    background-attachment: inherit;
  }
  section.floating-title .section-title {
    padding: 30px;
    position: relative;
    margin-bottom: -80px;
  }
  section.floating-title .section-title h2 {
    font-size: 48px;
  }
  section.floating-title .section-title .separator [class^="icon-"],
  section.floating-title .section-title .separator [class*=" icon-"] {
    font-size: 32px;
  }
  section.floating-title .section-title-overlap {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
  }
  #building .container,
  #leasing .container {
    padding-left: 0;
  }
  #management .container {
    padding-right: 0;
  }
  #video .container {
    height: 400px;
  }
  #contact dl dt,
  #contact dl dd {
    width: 100%;
  }
  .team-member {
    padding: 20px;
  }
  .team-member h4 {
    font-size: 21px;
  }
  .team-member img {
    margin-right: 25px;
  }
  .floor-plan {
    padding: 10px;
  }
  .floor-plan h3 {
    font-size: 18px;
    margin-top: 46px;
    margin-left: 10px;
    word-break: break-all;
  }
  .social-menu {
    margin-bottom: 1em;
  }
  .social-menu li {
    float: none;
    display: inline-block;
  }
  .social-menu li a {
    padding: 0 10px;
  }
  .wrapper {
    left: 0;
  }
  #side-menu {
    display: none;
  }
  .zoom-slider-container {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  .box {
    padding: 20px;
  }
  .box.dark table thead {
    display: none;
  }
  .box.dark table td {
    display: block;
    padding: 5px 0;
  }
  .box.dark table tr {
    display: block;
    padding: 10px 0;
  }
  #logo {
    font-size: 24px;
  }
  #logo img {
    max-width: 80%;
  }
  #hero h1 {
    font-size: 32px;
  }
  #hero h1 small {
    font-size: 18px;
  }
  #hero .container {
    background-attachment: inherit;
  }
  .section-title {
    padding: 20px 0;
  }
  .section-title h2 {
    font-size: 36px;
  }
  .section-title .separator [class^="icon-"],
  .section-title .separator [class*=" icon-"] {
    font-size: 24px;
  }
  .floor-plan-wrapper {
    width: 100%;
  }
  .marketing-material-wrapper {
    width: 100%;
  }
  .flexslider .slides > li {
    display: block;
    -webkit-backface-visibility: visible;
  }
  .floor-plan {
    margin-bottom: 20px;
  }
  .floor-plan .file-type {
    left: 20px;
  }
  .team-member {
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .team-member .details {
    margin-left: auto;
  }
  .team-member img {
    float: none;
    margin-right: 0;
  }
  #video .container {
    height: 400px;
  }
  #gallery-content .col {
    width: 100%;
  }
  #gallery-content .col.col-2 {
    width: 100%;
  }
  #map_canvas {
    height: 600px;
  }
  #location .section-title {
    padding: 20px 0;
  }
  #map-categories ul li {
    font-size: 12px;
    line-height: 40px;
    padding: 0 5px;
  }
  section h3 {
    font-size: 24px;
  }
  section p {
    font-size: 14px;
    line-height: 1.75em;
  }
  address div {
    border: 0;
  }
  #video .container,
  #video2 .container {
    background-size: initial !important;
    background-attachment: initial !important;
  }
  .overflow-auto {
    overflow: auto;
  }
  #parcels .slides li {
    height: auto;
  }
  #parcels .slides .parcel {
    height: auto;
  }
  #contact h2 {
    text-align: center;
  }
  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    margin: 0px !important;
    min-width: auto !important;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border-bottom: 1px solid #ccc;
  }
  td {
    /* Behave  like a "row" */
    border: none;
    padding: 10px !important;
    position: relative;
    padding-left: 50%;
  }
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}
.propertyinfo h3 {
  margin-top: 0;
}
.building__property-info-box .property-info-list {
  margin-bottom: 10px;
}
.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: 1px solid #cacaca;
  display: flex;
  padding: 16px 0;
  align-items: flex-start;
  flex: 0 0 100%;
}
.building__property-info-box .property-info-list ul li:nth-child(1) {
  border-top: 1px 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;
}
.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%;
}
.building__certifications-list a:hover {
  transform: scale(1.05);
}
.virtualtour-section {
  padding: 60px 0;
}
.virtualtour-section h3 {
  margin-top: 16px;
}
.virtualtour-section .section-title {
  float: none;
}
@media only screen and (max-width: 40em) {
  .virtualtour-section .section-title {
    padding: 0;
  }
}
.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: 2;
  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-top: -35px;*/
  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;
}
