@font-face {
  font-family: 'Gotham';
  src: url("https://e95600.claudeassets.com/20240726234135im_/https://www.rbcgatewaympls.com/wp-content/themes/RBC_Gateway/assets/sass/fonts/GothamLight.eot");
  src: url("https://7e226f.claudeassets.com/20240726234135im_/https://www.rbcgatewaympls.com/wp-content/themes/RBC_Gateway/assets/sass/fonts/GothamLight.eot#iefix") format("embedded-opentype"), url("https://fb2933.claudeassets.com/20240726234135im_/https://www.rbcgatewaympls.com/wp-content/themes/RBC_Gateway/assets/sass/fonts/GothamLight.woff2") format("woff2"), url("https://00fec9.claudeassets.com/20240726234135im_/https://www.rbcgatewaympls.com/wp-content/themes/RBC_Gateway/assets/sass/fonts/GothamLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url("https://cb25d1.claudeassets.com/20240726234135im_/https://www.rbcgatewaympls.com/wp-content/themes/RBC_Gateway/assets/sass/fonts/GothamMedium.eot");
  src: url("https://1e35f2.claudeassets.com/20240726234135im_/https://www.rbcgatewaympls.com/wp-content/themes/RBC_Gateway/assets/sass/fonts/GothamMedium.eot#iefix") format("embedded-opentype"), url("https://3508ca.claudeassets.com/20240726234135im_/https://www.rbcgatewaympls.com/wp-content/themes/RBC_Gateway/assets/sass/fonts/GothamMedium.woff2") format("woff2"), url("https://c981b7.claudeassets.com/20240726234135im_/https://www.rbcgatewaympls.com/wp-content/themes/RBC_Gateway/assets/sass/fonts/GothamMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers (opinionated).
   */
body {
  margin: 0;
}

/**
   * Add the correct display in IE 9-.
   */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
   * Add the correct margin in IE 8.
   */
figure {
  margin: 1em 40px;
}

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
   * Remove the outline on focused links when they are also active or hovered
   * in all browsers (opinionated).
   */
a:active,
a:hover {
  outline-width: 0;
}

/**
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
b,
strong {
  font-weight: inherit;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font style in Android 4.3-.
   */
dfn {
  font-style: italic;
}

/**
   * Add the correct background and color in IE 9-.
   */
mark {
  background-color: #ff0;
  color: #000;
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
audio,
video {
  display: inline-block;
}

/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Remove the border on images inside links in IE 10-.
   */
img {
  border-style: none;
}

/**
   * Hide the overflow in IE.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Change the border, margin, and padding in all browsers (opinionated).
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Remove the default vertical scrollbar in IE.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
details,
menu {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Scripting
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
canvas {
  display: inline-block;
}

/**
   * Add the correct display in IE.
   */
template {
  display: none;
}

/* Hidden
     ========================================================================== */
/**
   * Add the correct display in IE 10-.
   */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #081E3F;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: black;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #081E3F;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
   * Make all elements from the DOM inherit from the parent box-sizing
   * Since `*` has a specificity of 0, it does not override the `html` value
   * making all elements inheriting from the root box-sizing value
   * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
   */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  max-width: 100vw;
  overflow-x: hidden;
}

.no-pad {
  padding: 0;
}

@media (min-width: 760px) {
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 992px) {
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 1450px) {
  .container {
    max-width: 1400px;
  }
}

.visible-small {
  display: block;
}

.hidden-small {
  display: none;
}

@media (min-width: 760px) {
  .hidden-md-up {
    display: none;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none;
  }
}

.center-text {
  text-align: center;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

a.btn {
  background: #081E3F;
  color: #fff;
  padding: 14px 20px 10px 20px;
  border-radius: 39px;
  text-decoration: none;
  margin-top: 20px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 10px 0;
  display: inline-block;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: 0px 9px 27px 0px rgba(40, 101, 172, 0.25);
  box-shadow: 0px 9px 27px 0px rgba(40, 101, 172, 0.25);
}

a.btn:hover {
  background: #081E3F;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(40, 101, 172, 0.29);
  box-shadow: 0px 0px 27px 0px rgba(40, 101, 172, 0.29);
}

@media (min-width: 760px) {
  a.btn {
    font-size: 1.375rem;
    line-height: 1.375rem;
    padding: 14px 25px 14px 25px;
    margin: 30px 0;
  }
}

a.btn.btn-arrow {
  background-color: #081E3F;
  background-image: url(https://2840b3.claudeassets.com/20240726234135im_/https://www.rbcgatewaympls.com/wp-content/themes/RBC_Gateway/img/white-arrow.svg);
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: 95% center;
  color: #fff;
  border: none;
  font-size: 1.0625rem;
  padding: 6px 40px 12px 10px;
  border-radius: 20px;
  height: 40px;
  width: auto;
  padding-left: 15px;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.btn.btn-arrow:hover {
  background-color: #081E3F;
}

body {
  font-family: 'Gotham', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #081f3d;
  font-size: 1rem;
  line-height: 1.5rem;
  width: 100%;
  max-width: 100%;
  min-width: 100% !important;
  overflow-x: hidden;
  position: relative;
  background: #fff !important;
}

img {
  width: 100%;
  height: auto;
}

.error-text {
  padding-bottom: 100px;
  font-size: 1.125rem;
}

h1 {
  font-size: 2.8125rem;
  color: #CAC5CD;
}

@media (min-width: 760px) {
  h1 {
    font-size: 4.375rem;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 6.25rem;
  }
}

#main, #repeater {
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
}

.blue-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#081E3F), to(#333A56));
  background: linear-gradient(to bottom, #081E3F 0%, #333A56 100%);
}

.burgundy-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#511431), to(#693A4A));
  background: linear-gradient(to bottom, #511431 0%, #693A4A 100%);
}

.burgundy-gradient-light {
  background: -webkit-gradient(linear, left top, left bottom, from(#693A4A), to(#865D68));
  background: linear-gradient(to bottom, #693A4A 0%, #865D68 100%);
}

.grey-gradient {
  background: #cac5cd;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #cac5cd), to(#f5f4f5));
  background: linear-gradient(to bottom, #cac5cd 6%, #f5f4f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.brand-gradient {
  background: #A7583A;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #97381F), to(#A7583A));
  background: linear-gradient(to bottom, #97381F 6%, #A7583A 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#three-blocks .link-block {
  min-height: auto;
}

#three-blocks .link-block a.grid-btn {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 25px;
  position: relative;
  text-align: center;
  min-width: 192px;
  color: #fff;
  border: 1px solid white;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (min-width: 760px) {
  #three-blocks .link-block a.grid-btn {
    padding: 16px;
    min-width: 160px;
  }
}

@media (min-width: 992px) {
  #three-blocks .link-block a.grid-btn {
    padding: 36px;
    min-width: 227px;
  }
}

#three-blocks .link-block a.grid-btn:hover {
  text-decoration: none;
}

#three-blocks .link-block a.grid-btn::after {
  display: block;
  width: 1px;
  background: #fff;
  height: 60px;
  content: '';
  position: absolute;
  bottom: -93px;
  left: 50%;
}

@media (min-width: 760px) {
  #three-blocks .link-block a.grid-btn::after {
    height: 40px;
    bottom: -53px;
  }
}

@media (min-width: 992px) {
  #three-blocks .link-block a.grid-btn::after {
    height: 60px;
    bottom: -93px;
  }
}

#three-blocks .link-block.grey-gradient a.grid-btn {
  color: #081E3F;
  border: 1px solid #081E3F;
}

#three-blocks .link-block.grey-gradient a.grid-btn::after {
  background: #081E3F;
}

#three-blocks .link-block.grey-gradient a.grid-btn:hover {
  background: #081E3F;
  color: white;
}

#three-blocks .link-block.blue-gradient a.grid-btn:hover {
  color: #081E3F;
  background: white;
}

#three-blocks .link-block.burgundy-gradient a.grid-btn:hover {
  color: #511431;
  background: white;
}

/******* HEADER ********/
header {
  background: transparent;
  padding: 0;
  position: relative;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media (min-width: 760px) {
  header {
    padding: 0;
  }
}

header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

header.scrolled .header-logo {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 93px;
  height: auto;
}

@media (min-width: 760px) {
  header.scrolled .header-logo {
    width: 120px;
    margin: 10px 0;
  }
}

header.scrolled .header-logo#home-logo {
  display: none !important;
}

header.scrolled .header-logo#interior-logo {
  display: block !important;
}

@media (max-width: 760px) {
  header.scrolled .mobile-trigger img {
    top: 13px;
  }
}

header .row {
  margin: 0;
  padding: 0;
}

header .header-logo {
  width: 93px;
  height: auto;
}

@media (min-width: 760px) {
  header .header-logo {
    width: 150px;
    height: auto;
    margin: 36px 0 0 20px;
  }
}

@media (min-width: 992px) {
  header .header-logo {
    width: 185px;
    height: auto;
    margin: 36px 0 0 20px;
  }
}

header #menu {
  position: absolute;
  top: 0;
  right: -100%;
  background: #081E3F;
  width: 100%;
  max-width: 100%;
  z-index: 1000;
  padding: 100px 0 100px 36px;
  font-weight: 500;
  -webkit-transition: all .45s ease;
  transition: all .45s ease;
}

header #menu.show {
  right: 0;
}

@media (min-width: 760px) {
  header #menu {
    max-width: 660px;
    right: -660px;
  }
}

@media (min-width: 990px) {
  header #menu {
    max-width: 41%;
    padding: 25px 0 25px 40px;
    right: -41%;
  }
}

@media (min-width: 1500px) {
  header #menu {
    max-width: 41%;
    padding: 110px 0 110px 80px;
    right: -41%;
  }
}

header #menu #close-menu {
  position: absolute;
  top: 26px;
  right: 26px;
  width: 40px;
}

header #menu .nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0;
  margin: 0;
  -webkit-transition: all .6s ease-in;
  transition: all .6s ease-in;
}

header #menu .nav .nav-item, header #menu .nav .menu-item {
  display: block;
}

header #menu .nav .nav-item a.nav-link, header #menu .nav .menu-item a.nav-link {
  color: #fff !important;
  position: relative;
  font-size: 1.78125rem;
  line-height: 3.4375rem;
  padding: 0;
}

header #menu .nav .nav-item a.nav-link.active, header #menu .nav .nav-item a.nav-link:hover, header #menu .nav .nav-item a.nav-link:active, header #menu .nav .nav-item a.nav-link:focus, header #menu .nav .menu-item a.nav-link.active, header #menu .nav .menu-item a.nav-link:hover, header #menu .nav .menu-item a.nav-link:active, header #menu .nav .menu-item a.nav-link:focus {
  color: #A7583A !important;
}

@media (min-width: 760px) {
  header #menu .nav .nav-item a.nav-link, header #menu .nav .menu-item a.nav-link {
    font-size: 32px;
    line-height: 60px;
  }
}

header #menu .nav .dropdown-menu, header #menu .nav .sub-menu {
  display: block;
  padding-left: 22px;
}

@media (min-width: 992px) {
  header #menu .nav .dropdown-menu, header #menu .nav .sub-menu {
    padding-left: 25px;
  }
}

header #menu .nav .dropdown-menu .menu-item a, header #menu .nav .sub-menu .menu-item a {
  display: block;
  white-space: nowrap;
  line-height: 1.6875rem;
  font-size: 0.9375rem;
  padding: 0;
  color: white;
}

@media (min-width: 992px) {
  header #menu .nav .dropdown-menu .menu-item a, header #menu .nav .sub-menu .menu-item a {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

@media (min-width: 1200px) {
  header #menu .nav .dropdown-menu .menu-item a, header #menu .nav .sub-menu .menu-item a {
    font-size: 1.375rem;
    line-height: 2.375rem;
  }
}

header #menu .nav .dropdown-menu .menu-item a:hover, header #menu .nav .dropdown-menu .menu-item a:focus, header #menu .nav .dropdown-menu .menu-item a:active, header #menu .nav .sub-menu .menu-item a:hover, header #menu .nav .sub-menu .menu-item a:focus, header #menu .nav .sub-menu .menu-item a:active {
  color: #97381F;
  text-decoration: none;
}

header #menu #social-links {
  list-style: none;
  padding: 0;
  margin: 49px 0;
}

@media (min-width: 992px) {
  header #menu #social-links {
    margin: 35px 0 40px 0;
  }
}

@media (min-width: 1500px) {
  header #menu #social-links {
    margin: 190px 0 72px 0;
  }
}

header #menu #social-links li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 21px;
}

@media (min-width: 992px) {
  header #menu #social-links li {
    margin-right: 27px;
  }
}

header #menu #social-links li img {
  width: 27px;
  height: 27px;
}

@media (min-width: 992px) {
  header #menu #social-links li img {
    width: 34px;
    height: 34px;
  }
}

header .mobile-trigger {
  position: relative;
}

header .mobile-trigger img {
  width: 40px;
  position: absolute;
  right: 26px;
  top: 27px;
  -webkit-transition: top .5s ease;
  transition: top .5s ease;
}

#home-logo {
  display: none;
}

.home #home-logo {
  display: block;
}

.home #interior-logo {
  display: none;
}

/****** FOOTER *******/
#scrollUp {
  position: fixed;
  z-index: 900;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
}

footer {
  background: #081E3F;
  color: white;
  font-size: 0.875rem;
  padding: 40px 0 55px 0;
  z-index: 200;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 760px) {
  footer {
    padding: 115px 0 80px 0;
  }
}

footer #footer-logo {
  width: 112px;
  margin-left: 20px;
}

@media (min-width: 992px) {
  footer #footer-logo {
    width: 130px;
    margin: 0 auto;
    display: block;
  }
}

footer a {
  color: #fff;
  text-decoration: underline;
}

footer ul#footer-links {
  list-style: none;
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  footer ul#footer-links {
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

footer ul#footer-links li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 1.25rem;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: solid 2px white;
  text-align: center;
}

footer ul#footer-links li:last-child {
  border-right: none;
}

footer ul#footer-links li a {
  text-decoration: none;
}

footer ul#footer-links li a:hover, footer ul#footer-links li a:active, footer ul#footer-links li a:focus, footer ul#footer-links li a.current {
  color: #A7583A;
}

footer #footer-content {
  padding: 20px;
  font-weight: 300;
}

footer #footer-content .col-12 {
  margin-bottom: 25px;
}

@media (min-width: 1450px) {
  footer #footer-content .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}

@media (min-width: 1450px) {
  footer #footer-content .col-xxl div {
    display: inline-block;
  }
}

@media (min-width: 1450px) {
  footer #footer-content .col-xxl {
    line-height: 2.5rem;
  }
}

footer #footer-content ul.wrap-nowrap {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 760px) {
  footer #footer-content ul.wrap-nowrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  footer #footer-content ul.wrap-nowrap li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
  }
  footer #footer-content ul.wrap-nowrap li:last-child {
    margin-left: 8px;
  }
}

footer #footer-content ul.wrap-nowrap a {
  margin-left: 4px;
}

footer #footer-content ul.wrap-nowrap:first-child {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  footer #footer-content ul.wrap-nowrap:first-child {
    margin-bottom: 0;
  }
}

footer #footer-content ul.wrap-nowrap:last-child {
  margin-top: 24px;
}

@media (min-width: 992px) {
  footer #footer-content ul.wrap-nowrap:last-child {
    margin-top: 0;
  }
}

footer #footer-content a:hover {
  color: #fff;
}

/*********** HOME *************/
#home-hero {
  position: relative;
  padding: 0;
  margin: 0;
  height: 80vh;
  background: url("https://0332d9.claudeassets.com/20240726234135im_/https://www.rbcgatewaympls.com/wp-content/themes/RBC_Gateway/assets/img/mobile-hero.jpg") no-repeat center;
  background-size: cover;
}

@media (min-width: 760px) {
  #home-hero {
    height: auto;
    background: transparent;
  }
}

#home-hero img {
  display: none;
}

@media (min-width: 760px) {
  #home-hero img {
    display: block;
    height: auto;
    width: 100%;
  }
}

#home-hero img#arrows {
  position: absolute;
  z-index: 700;
  bottom: 30px;
  left: calc(50% - 17px);
  width: 1.375rem;
  display: block;
  -webkit-animation-name: bounce-2;
          animation-name: bounce-2;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (min-width: 760px) {
  #home-hero img#arrows {
    bottom: 36px;
    width: 2.03294rem;
  }
}

@media (min-width: 992px) {
  #home-hero img#arrows {
    bottom: 36px;
    width: 2.03294rem;
  }
}

#home-hero .bounce-2 {
  -webkit-animation-name: bounce-2;
          animation-name: bounce-2;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@-webkit-keyframes bounce-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bounce-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#home-hero .row {
  padding: 0;
  margin: 0;
}

#home-hero::before {
  content: '';
  z-index: 20;
  z-index: 50;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 190px;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 58, 86, 0.9)), to(rgba(51, 58, 86, 0)));
  background: linear-gradient(to bottom, rgba(51, 58, 86, 0.9) 0%, rgba(51, 58, 86, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media (min-width: 992px) {
  #home-hero::before {
    height: 372px;
  }
}

#home-hero .image-caption {
  position: absolute;
  z-index: 200;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 58, 86, 0)), to(rgba(51, 58, 86, 0.7)));
  background: linear-gradient(to bottom, rgba(51, 58, 86, 0) 0%, rgba(51, 58, 86, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  margin: 0;
  padding: 0;
}

#home-hero .image-caption h1 {
  font-size: 2.5rem;
  margin: 0;
  color: white;
  text-align: center;
  line-height: 1.2;
  text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.6);
}

@media (min-width: 760px) {
  #home-hero .image-caption h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  #home-hero .image-caption h1 {
    font-size: 4.6875rem;
    line-height: 4.6875rem;
  }
}

@media (min-width: 1400px) {
  #home-hero .image-caption h1 {
    font-size: 6.25rem;
    line-height: 7.1875rem;
  }
}

#home-content {
  text-align: center;
  font-size: 1.125rem;
  line-height: 2.25rem;
  margin: 30px 5%;
  width: 90%;
}

@media (min-width: 760px) {
  #home-content {
    width: 80%;
    margin: 40px 10%;
  }
}

@media (min-width: 1200px) {
  #home-content {
    width: 50%;
    margin: 50px 25%;
  }
}

#home-content a.ext-btn {
  border: 1px solid #A6593B;
  color: #A6593B;
  display: block;
  width: 300px;
  margin: 15px auto 0 auto;
  padding: 20px 30px;
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (min-width: 760px) {
  #home-content a.ext-btn {
    width: 370px;
  }
}

#home-content a.ext-btn:hover {
  color: #fff;
  background: #A6593B;
  text-decoration: none;
}

#home-content a.ext-btn:hover .btn-txt::after {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  background-color: #fff;
  background-image: url("https://271f33.claudeassets.com/20240726234135im_/https://www.rbcgatewaympls.com/wp-content/themes/RBC_Gateway/assets/img/ext-link-ro.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 8px;
}

#home-content a.ext-btn .btn-txt::after {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  background-color: #A6593B;
  background-image: url("https://ed4826.claudeassets.com/20240726234135im_/https://www.rbcgatewaympls.com/wp-content/themes/RBC_Gateway/assets/img/ext-link.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 8px;
}

#main .row {
  padding: 0;
  margin: 0;
}

.link-block {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 750px) {
  .link-block {
    min-height: 455px;
  }
}

.link-block a.grid-btn {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 25px;
  position: relative;
  text-align: center;
  min-width: 192px;
}

@media (min-width: 760px) {
  .link-block a.grid-btn {
    padding: 16px;
    min-width: 160px;
  }
}

@media (min-width: 992px) {
  .link-block a.grid-btn {
    padding: 36px;
    min-width: 227px;
  }
}

.link-block a.grid-btn::after {
  display: block;
  width: 1px;
  background: #fff;
  height: 60px;
  content: '';
  position: absolute;
  bottom: -93px;
  left: 50%;
}

@media (min-width: 760px) {
  .link-block a.grid-btn::after {
    height: 40px;
    bottom: -53px;
  }
}

@media (min-width: 992px) {
  .link-block a.grid-btn::after {
    height: 60px;
    bottom: -93px;
  }
}

.link-block .corner-btn {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 25px 10px;
  position: absolute;
  bottom: 26px;
  right: 26px;
  text-align: center;
  min-width: 192px;
}

@media (min-width: 760px) {
  .link-block .corner-btn {
    padding: 15px;
    min-width: 130px;
    bottom: 20px;
    right: 20px;
  }
}

@media (min-width: 992px) {
  .link-block .corner-btn {
    padding: 36px;
    min-width: 227px;
    bottom: 26px;
    right: 26px;
  }
}

#section-2 {
  height: 100vh;
  background: url("https://5613df.claudeassets.com/20240726234135im_/https://www.rbcgatewaympls.com/wp-content/themes/RBC_Gateway/assets/img/full-building-mobile.jpg") no-repeat top center;
  background-size: cover;
}

@media (min-width: 760px) {
  #section-2 {
    height: auto;
    background: transparent;
  }
}

#section-2 img {
  display: none;
}

@media (min-width: 760px) {
  #section-2 img {
    display: block;
  }
}

#home-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#quick-facts, #the-story {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#081E3F), to(#333A56));
  background: linear-gradient(to bottom, #081E3F 0%, #333A56 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#quick-facts a, #the-story a {
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#quick-facts a::after, #the-story a::after {
  background: #fff;
}

#quick-facts a:hover, #quick-facts a:active, #quick-facts a:focus, #the-story a:hover, #the-story a:active, #the-story a:focus {
  background: #fff;
  color: #081E3F;
  text-decoration: none;
}

#press {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#511431), to(#693A4A));
  background: linear-gradient(to bottom, #511431 0%, #693A4A 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#press a {
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#press a::after {
  background: #fff;
}

#press a:hover, #press a:active, #press a:focus {
  color: #511431;
  background: #fff;
  text-decoration: none;
}

#contact {
  background: #cac5cd;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #cac5cd), to(#f5f4f5));
  background: linear-gradient(to bottom, #cac5cd 6%, #f5f4f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cac5cd', endColorstr='#f5f4f5',GradientType=0 );
  /* IE6-9 */
}

#contact a {
  color: #081E3F;
  border: 1px solid #081E3F;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#contact a::after {
  background: #081E3F;
}

#contact a:hover, #contact a:active, #contact a:focus {
  color: #fff;
  background: #081E3F;
  text-decoration: none;
}

#map a, #building a {
  color: #A7583A;
  border: 1px solid #A7583A;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#map a::after, #building a::after {
  background: #fff;
}

#map a:hover, #map a:active, #map a:focus, #building a:hover, #building a:active, #building a:focus {
  color: white;
  background: #A7583A;
  text-decoration: none;
}

#map {
  background: url("https://fce52d.claudeassets.com/20240726234135im_/https://www.rbcgatewaympls.com/wp-content/themes/RBC_Gateway/assets/img/home-map.png") no-repeat;
  background-size: cover;
}

#map a {
  background: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#map a:hover, #map a:active, #map a:focus {
  color: white;
  background: #A7583A;
  text-decoration: none;
}

#blank {
  background: #f5f4f5;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f4f5), to(#dddadf));
  background: linear-gradient(to bottom, #f5f4f5 0%, #dddadf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#building {
  background: #dddadf;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f4f5), to(#cac5cd));
  background: linear-gradient(to bottom, #f5f4f5 0%, #cac5cd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media (max-width: 759px) {
  #building {
    min-height: 810px;
  }
}

@media (min-width: 760px) {
  #building {
    background: #dddadf;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#dddadf), to(#cac5cd));
    background: linear-gradient(to bottom, #dddadf 0%, #cac5cd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}

#building .home-rendering {
  width: 300px;
  position: absolute;
  bottom: 200px;
}

#building .home-rendering .st0 {
  fill: rgba(255, 255, 255, 0);
}

#building .home-rendering .st1 {
  fill: none;
  stroke: #231F20;
  stroke-miterlimit: 10;
}

#building .home-rendering .st2 {
  fill: none;
  stroke: #231F20;
  stroke-miterlimit: 10;
}

#building .home-rendering .st3 {
  fill: none;
  stroke: #231F20;
  stroke-miterlimit: 10;
}

#building .home-rendering .st4 {
  fill: none;
  stroke: #231F20;
  stroke-miterlimit: 10;
}

#building .home-rendering #Residential .st0 {
  fill: #A6593B;
}

#building .home-rendering #Residential .st0:hover {
  fill: #A6593B !important;
}

#building .home-rendering #podium .st0, #building .home-rendering #office .st0, #building .home-rendering #hotel .st0, #building .home-rendering #residential .st0 {
  fill: rgba(255, 255, 255, 0);
}

#building .home-rendering #podium:hover .st0, #building .home-rendering #office:hover .st0, #building .home-rendering #hotel:hover .st0, #building .home-rendering #residential:hover .st0 {
  fill: rgba(255, 255, 255, 0) !important;
}

@media (min-width: 760px) {
  #building .home-rendering {
    width: 160px;
    bottom: 114px;
    left: 15px;
  }
}

@media (min-width: 992px) {
  #building .home-rendering {
    width: 85%;
    max-width: 300px;
    bottom: 200px;
    left: 7.5%;
  }
}

@media (min-width: 1600px) {
  #building .home-rendering {
    width: 85%;
    max-width: 300px;
    bottom: 200px;
    left: 14%;
  }
}

#prefooter {
  height: 430px;
  background: url("https://d090f7.claudeassets.com/20240726234135im_/https://www.rbcgatewaympls.com/wp-content/themes/RBC_Gateway/assets/img/skyline2-mobile.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 70%;
}

@media (min-width: 760px) {
  #prefooter {
    background: url("https://33020a.claudeassets.com/20240726234135im_/https://www.rbcgatewaympls.com/wp-content/themes/RBC_Gateway/assets/img/sky-line2.jpg") no-repeat;
    background-size: cover;
    background-position: 70% center;
  }
}

@media (min-width: 1200px) {
  #prefooter {
    height: 575px;
    background: url("https://5194a8.claudeassets.com/20240726234135im_/https://www.rbcgatewaympls.com/wp-content/themes/RBC_Gateway/assets/img/skyline2.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
}

#prefooter img {
  display: none;
}

@media (min-width: 760px) {
  #prefooter img {
    display: none;
  }
}

/*********** THE STORY *************/
#main .row {
  padding: 0;
  margin: 0;
}

#main .row#pageTitle {
  margin-top: 190px;
}

@media (min-width: 760px) {
  #main .row#pageTitle {
    margin-top: 250px;
  }
}

@media (min-width: 1200px) {
  #main .row#pageTitle {
    margin-top: 300px;
  }
}

#main #past-present {
  padding: 0;
  margin: 0;
}

#main #past-present .past {
  padding: 8% 8% 220px 8%;
  margin: 0;
  background: #cac5cd;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #dddedf), color-stop(50%, white));
  background: linear-gradient(to bottom, #dddedf 6%, white 50%);
}

#main #past-present .past img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 760px) {
  #main #past-present .past {
    padding: 8% 8% 470px 8%;
  }
}

@media (min-width: 992px) {
  #main #past-present .past {
    padding: 8% 60px 8% calc(((100vw - 960px) / 2) + 30px);
  }
}

@media (min-width: 1200px) {
  #main #past-present .past {
    padding: 8% 80px 8% calc(((100vw - 1140px) / 2) + 30px);
  }
}

@media (min-width: 1450px) {
  #main #past-present .past {
    padding: 8% 80px 8% calc(((100vw - 1400px) / 2) + 30px);
  }
}

#main #past-present .present {
  padding: 0;
  margin: 0;
}

@media (min-width: 992px) {
  #main #past-present .present {
    background: url("https://7512bb.claudeassets.com/20240726234135im_/https://www.rbcgatewaympls.com/wp-content/uploads/2020/06/present-photo.jpg") no-repeat bottom right;
    background-repeat: no-repeat !important;
    background-position: bottom right !important;
    background-size: cover;
  }
}

@media (min-width: 1463px) {
  #main #past-present .present {
    background: transparent;
  }
}

#main #past-present .present img {
  width: 100%;
  height: auto;
  position: relative;
  right: 0;
}

@media (min-width: 992px) {
  #main #past-present .present img {
    height: 100%;
    width: auto;
    opacity: 0;
  }
}

@media (min-width: 1463px) {
  #main #past-present .present img {
    width: 100%;
    height: auto;
    opacity: 1;
  }
}

/*********** QUICK FACTS *************/
.quick-facts #main h1 {
  color: #A7583A;
}

.quick-facts #main #facts-intro {
  padding: 0;
  margin: 0;
}

.quick-facts #main #facts-intro > div:first-child {
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
}

@media (min-width: 768px) {
  .quick-facts #main #facts-intro > div:first-child {
    padding: 40px calc(((100vw - 720px) / 2) + 30px);
  }
}

@media (min-width: 992px) {
  .quick-facts #main #facts-intro > div:first-child {
    padding: 40px 60px 40px calc(((100vw - 960px) / 2) + 30px);
  }
}

@media (min-width: 1200px) {
  .quick-facts #main #facts-intro > div:first-child {
    padding: 0 80px 0 calc(((100vw - 1140px) / 2) + 30px);
  }
}

@media (min-width: 1450px) {
  .quick-facts #main #facts-intro > div:first-child {
    padding: 0 80px 0 calc(((100vw - 1400px) / 2) + 30px);
  }
}

.quick-facts #main #facts-intro > div:last-child {
  padding: 0;
  overflow: hidden;
}

.quick-facts #main #facts-intro > div:last-child img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .quick-facts #main #facts-intro > div:last-child img {
    width: auto;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .quick-facts #main #facts-intro > div:last-child img {
    width: 100%;
    height: auto;
  }
}

.quick-facts #main #facts-intro .past {
  padding: 8%;
  margin: 0;
  background: #cac5cd;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #dddedf), color-stop(50%, white));
  background: linear-gradient(to bottom, #dddedf 6%, white 50%);
}

.quick-facts #main #facts-intro .past img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.quick-facts #main #facts-intro .present {
  padding: 0;
  margin: 0;
}

.quick-facts #main #facts-intro .present img {
  width: 100%;
  height: auto;
}

.quick-facts #repeater .repeat-grid {
  font-size: 1.125rem;
  line-height: 2rem;
  margin: 40px 0 50px 0;
}

.quick-facts #repeater .repeat-grid h2 {
  color: #A7583A;
  font-weight: 500;
  font-size: 1.875rem;
  margin-bottom: -6px;
}

@media (min-width: 760px) {
  .quick-facts #repeater .repeat-grid h2 {
    font-size: 2.8125rem;
  }
}

@media (min-width: 1200px) {
  .quick-facts #repeater .repeat-grid h2 {
    font-size: 3.75rem;
  }
}

.quick-facts #repeater .repeat-grid .col-md-6 {
  padding-bottom: 3.125rem;
  font-weight: 300;
}

/*********** THE BUILDING *************/
.the-building #main h1 {
  color: #081E3F;
}

.the-building #main #office {
  z-index: 800;
}

@media (min-width: 992px) {
  .the-building #main #office .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.the-building #main #office .links {
  display: none;
}

@media (min-width: 1200px) {
  .the-building #main #office .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.the-building #main #building-intro {
  padding: 0;
  margin: 0;
}

.the-building #main #building-intro > div:first-child {
  background: #081E3F;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  font-size: 0.84375rem;
  line-height: 1.6875rem;
  padding: 50px 35px;
}

@media (min-width: 768px) {
  .the-building #main #building-intro > div:first-child {
    padding: 40px calc(((100vw - 720px) / 2) + 30px);
  }
}

@media (min-width: 992px) {
  .the-building #main #building-intro > div:first-child {
    padding: 110px 80px 110px calc(((100vw - 960px) / 2) + 30px);
    font-size: 1.125rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1200px) {
  .the-building #main #building-intro > div:first-child {
    padding: 110px 80px 110px calc(((100vw - 1140px) / 2) + 30px);
  }
}

@media (min-width: 1450px) {
  .the-building #main #building-intro > div:first-child {
    padding: 110px 80px 110px calc(((100vw - 1400px) / 2) + 30px);
  }
}

.the-building #main #building-intro > div:first-child a {
  border: 1px solid white;
  color: white;
  text-align: left;
  font-size: 1.125rem;
  padding: 20px;
  margin: 18px 0 0 0;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.the-building #main #building-intro > div:first-child a:hover {
  background: white;
  color: #081E3F;
}

@media (min-width: 992px) {
  .the-building #main #building-intro > div:first-child a {
    font-size: 1.5rem;
    padding: 10px;
    margin: 25px 0 0 0;
  }
}

.the-building #main #building-intro .render-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  padding: 40px 0;
  min-height: 500px;
}

@media (min-width: 992px) {
  .the-building #main #building-intro .render-block {
    padding: 0;
  }
}

.the-building #main #building-intro .render-block .rendering {
  position: relative;
  display: block;
  margin: auto;
  width: 90%;
}

.the-building #main #building-intro .render-block .rendering .st0 {
  fill: rgba(0, 0, 0, 0);
}

.the-building #main #building-intro .render-block .rendering .st1 {
  fill: none;
  stroke: #231F20;
  stroke-miterlimit: 10;
}

.the-building #main #building-intro .render-block .rendering .st2 {
  fill: none;
  stroke: #000000;
  stroke-width: 0.25;
  stroke-miterlimit: 10;
}

.the-building #main #building-intro .render-block .rendering .st3 {
  fill: none;
  stroke: #231F20;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}

.the-building #main #building-intro .render-block .rendering .st4 {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
}

.the-building #main #building-intro .render-block .rendering .txt {
  fill: #000;
}

.the-building #main #building-intro .render-block .rendering .st5 {
  fill: red;
}

.the-building #main #building-intro .render-block .rendering .st6 {
  fill: rgba(255, 255, 255, 0);
}

.the-building #main #building-intro .render-block .rendering .hover .txt {
  fill: #A6593B;
}

.the-building #main #building-intro .render-block .rendering #Office-text .txt {
  fill: #A6593B;
}

.the-building #main #building-intro .render-block .rendering #Office .st0 {
  fill: #A6593B;
}

@media (min-width: 992px) {
  .the-building #main #building-intro .render-block .rendering {
    width: 80%;
  }
}

@media (min-width: 1400px) {
  .the-building #main #building-intro .render-block .rendering {
    width: 60%;
  }
}

.the-building #main .carousel {
  margin-bottom: 68px;
  height: 350px;
}

@media (min-width: 760px) {
  .the-building #main .carousel {
    height: auto;
    margin-bottom: 0;
  }
}

.the-building #main .carousel .carousel-item {
  height: 350px;
}

@media (min-width: 760px) {
  .the-building #main .carousel .carousel-item {
    height: auto;
  }
}

.the-building #main .carousel .carousel-item img {
  height: 350px;
  width: auto;
}

@media (min-width: 760px) {
  .the-building #main .carousel .carousel-item img {
    height: auto;
    width: 100%;
  }
}

.the-building #main .carousel .content-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 31, 61, 0.5)), color-stop(80%, rgba(8, 31, 61, 0)));
  background: linear-gradient(0deg, rgba(8, 31, 61, 0.5) 0%, rgba(8, 31, 61, 0) 80%);
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  /* The container must be positioned relative: */
}

@media (min-width: 760px) {
  .the-building #main .carousel .content-overlay {
    padding: 40px;
  }
}

.the-building #main .carousel .content-overlay .container {
  margin: 0;
  padding: 0;
}

@media (min-width: 760px) {
  .the-building #main .carousel .content-overlay .container {
    margin: 0 15px;
    padding: 0 15px;
  }
}

.the-building #main .carousel .content-overlay .col-12 {
  padding: 0;
}

@media (min-width: 760px) {
  .the-building #main .carousel .content-overlay .col-12 {
    padding: 0 15px;
  }
}

.the-building #main .carousel .content-overlay h2 {
  color: white;
  font-size: 1.875rem;
  margin: 0;
}

@media (min-width: 760px) {
  .the-building #main .carousel .content-overlay h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .the-building #main .carousel .content-overlay h2 {
    font-size: 3.75rem;
  }
}

.the-building #main .carousel .content-overlay .mobile-links {
  position: absolute;
  bottom: -53px;
}

@media (min-width: 760px) {
  .the-building #main .carousel .content-overlay .mobile-links {
    position: relative;
    bottom: 0;
  }
}

@media (min-width: 990px) {
  .the-building #main .carousel .content-overlay .mobile-links {
    position: relative;
    bottom: -10px;
  }
}

.the-building #main .carousel .content-overlay .mobile-links .dropdown-menu {
  background: transparent;
  border: none;
  margin-top: -6px;
}

.the-building #main .carousel .content-overlay .mobile-links .dropdown-menu a:first-child {
  display: none;
}

.the-building #main .carousel .content-overlay .mobile-links a {
  color: white;
  background: #A7583A;
  -webkit-appearance: button-bevel !important;
}

@media (min-width: 760px) {
  .the-building #main .carousel .content-overlay .mobile-links a {
    background: transparent;
  }
  .the-building #main .carousel .content-overlay .mobile-links a.dropdown-item {
    color: white;
    background: #97381F;
  }
  .the-building #main .carousel .content-overlay .mobile-links a.dropdown-toggle[type=button] {
    border-radius: 0;
    background: transparent;
    padding: 8px 0;
    -webkit-appearance: button-bevel !important;
  }
  .the-building #main .carousel .content-overlay .mobile-links a.dropdown-toggle[type=button]:hover, .the-building #main .carousel .content-overlay .mobile-links a.dropdown-toggle[type=button]:active, .the-building #main .carousel .content-overlay .mobile-links a.dropdown-toggle[type=button]:focus {
    background: #A7583A;
    color: white;
  }
}

.the-building #main .carousel .content-overlay .mobile-links a:first-child {
  color: white;
}

.the-building #main .carousel .content-overlay .mobile-links a:hover, .the-building #main .carousel .content-overlay .mobile-links a:active, .the-building #main .carousel .content-overlay .mobile-links a:focus {
  background: #A7583A;
  color: white;
}

@media (min-width: 1200px) {
  .the-building #main .carousel .content-overlay .mobile-links {
    display: none;
  }
}

.the-building #main .carousel .content-overlay a {
  display: block;
  color: white;
  background: #A7583A;
  border: 1px solid white;
  padding: 8px 0;
  margin-right: 15px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  width: 326px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 760px) {
  .the-building #main .carousel .content-overlay a {
    color: white;
    background-color: transparent;
    width: 259px;
    font-size: 1.25rem;
  }
}

@media (min-width: 760px) {
  .the-building #main .carousel .content-overlay a {
    width: 220px;
    font-size: 1rem;
    margin-right: 10px;
  }
}

@media (min-width: 1400px) {
  .the-building #main .carousel .content-overlay a {
    width: 259px;
    font-size: 1.125rem;
    margin-right: 15px;
  }
}

.the-building #main .carousel .content-overlay a svg {
  width: 14px;
  height: 14px;
  margin: -2px 0 0 5px;
}

.the-building #main .carousel .content-overlay a svg .st0 {
  fill: #ffffff;
}

.the-building #main .carousel .content-overlay a:hover {
  color: #A7583A;
  background: white;
  text-decoration: none;
}

.the-building #main .carousel .content-overlay a:hover svg .st0 {
  fill: #97381F;
}

.the-building #main .carousel .content-overlay .links {
  background: #fff;
  position: absolute;
  bottom: -68px;
  left: 0;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 760px) {
  .the-building #main .carousel .content-overlay .links {
    background: transparent;
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0 0 0 15px;
  }
}

.the-building #main .carousel .content-overlay .custom-select {
  position: relative;
  width: 326px !important;
}

@media (min-width: 992px) {
  .the-building #main .carousel .content-overlay .custom-select {
    width: auto !important;
  }
}

.the-building #main .carousel .content-overlay .custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.the-building #main .carousel .content-overlay .custom-select .select-selected {
  background-color: #A7583A;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
}

.the-building #main .carousel .content-overlay .custom-select .select-selected:after {
  position: absolute;
  content: "";
  top: 16px;
  right: 80px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.the-building #main .carousel .content-overlay .custom-select .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

@media (min-width: 992px) {
  .the-building #main .carousel .content-overlay .custom-select .select-selected {
    display: none !important;
  }
}

.the-building #main .carousel .content-overlay .custom-select .select-items div, .the-building #main .carousel .content-overlay .custom-select .select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  font-size: 1.25rem;
  border: 1px solid white;
  white-space: nowrap;
  font-weight: 500;
  background: transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (min-width: 992px) {
  .the-building #main .carousel .content-overlay .custom-select .select-items div, .the-building #main .carousel .content-overlay .custom-select .select-selected {
    display: inline-block;
    position: relative;
    width: 259px;
    text-align: center;
    margin: 15px 30px 0 0;
  }
}

.the-building #main .carousel .content-overlay .custom-select .select-items div a, .the-building #main .carousel .content-overlay .custom-select .select-selected a {
  border: none;
  padding: none;
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .the-building #main .carousel .content-overlay .custom-select .select-items div a, .the-building #main .carousel .content-overlay .custom-select .select-selected a {
    border: 1px solid white;
  }
}

.the-building #main .carousel .content-overlay .custom-select .select-items {
  position: absolute;
  background-color: #A7583A;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

@media (min-width: 992px) {
  .the-building #main .carousel .content-overlay .custom-select .select-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    position: relative;
    background: transparent;
    width: auto;
  }
}

.the-building #main .carousel .content-overlay .custom-select .select-hide {
  display: none;
}

@media (min-width: 992px) {
  .the-building #main .carousel .content-overlay .custom-select .select-hide {
    display: block;
  }
}

.the-building #main .carousel .content-overlay .custom-select .select-items div:hover, .the-building #main .carousel .content-overlay .custom-select .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .the-building #main .carousel .content-overlay .custom-select .select-items div:hover, .the-building #main .carousel .content-overlay .custom-select .same-as-selected {
    background-color: white;
    color: #A7583A;
  }
}

.the-building #main .carousel .carousel-control-next, .the-building #main .carousel .carousel-control-prev {
  opacity: 1;
}

.the-building #main .carousel .carousel-control-next .carousel-control-next-icon, .the-building #main .carousel .carousel-control-next .carousel-control-prev-icon, .the-building #main .carousel .carousel-control-prev .carousel-control-next-icon, .the-building #main .carousel .carousel-control-prev .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}

@media (min-width: 760px) {
  .the-building #main .carousel .carousel-control-next .carousel-control-next-icon, .the-building #main .carousel .carousel-control-next .carousel-control-prev-icon, .the-building #main .carousel .carousel-control-prev .carousel-control-next-icon, .the-building #main .carousel .carousel-control-prev .carousel-control-prev-icon {
    width: 45px;
    height: 45px;
  }
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/*********** NEIGHBORHOOD *************/
.neighborhood #main h1 {
  color: #511431;
}

.neighborhood #main #neighborhood-intro {
  padding: 0;
  margin: 0;
}

.neighborhood #main #neighborhood-intro > div:first-child {
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 768px) {
  .neighborhood #main #neighborhood-intro > div:first-child {
    padding: 40px calc(((100vw - 720px) / 2) + 30px);
  }
}

@media (min-width: 992px) {
  .neighborhood #main #neighborhood-intro > div:first-child {
    padding: 40px calc(((100vw - 960px) / 2) + 30px);
  }
}

@media (min-width: 1200px) {
  .neighborhood #main #neighborhood-intro > div:first-child {
    padding: 0 5% 0 calc(((100vw - 1140px) / 2) + 30px);
  }
}

@media (min-width: 1450px) {
  .neighborhood #main #neighborhood-intro > div:first-child {
    padding: 0 5% 0 calc(((100vw - 1400px) / 2) + 0px);
  }
}

.neighborhood #main #neighborhood-intro > div:first-child p {
  display: block;
}

.neighborhood #main #neighborhood-intro > div:first-child .quick-numbers {
  display: block;
  max-width: 320px;
  margin: 20px 0 0 0;
}

@media (min-width: 760px) {
  .neighborhood #main #neighborhood-intro > div:first-child .quick-numbers {
    max-width: 350px;
  }
}

.neighborhood #main #neighborhood-intro > div:last-child {
  padding: 0;
  overflow: hidden;
}

.neighborhood #main #neighborhood-intro > div:last-child img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .neighborhood #main #neighborhood-intro > div:last-child img {
    width: auto;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .neighborhood #main #neighborhood-intro > div:last-child img {
    width: 100%;
    height: auto;
  }
}

.neighborhood #main #neighborhood-intro .past {
  padding: 8%;
  margin: 0;
  background: #cac5cd;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #dddedf), color-stop(50%, white));
  background: linear-gradient(to bottom, #dddedf 6%, white 50%);
}

.neighborhood #main #neighborhood-intro .past img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.neighborhood #main #neighborhood-intro .present {
  padding: 0;
  margin: 0;
}

.neighborhood #main #neighborhood-intro .present img {
  width: 100%;
  height: auto;
}

.neighborhood #main .map #downtown #Entertainment, .neighborhood #main .map #downtown #Public_Tansportation, .neighborhood #main .map #downtown #Shops, .neighborhood #main .map #downtown #Parking, .neighborhood #main .map #downtown #Restaurants_x2F_Bars, .neighborhood #main .map #downtown #Skyway {
  opacity: 0;
}

.neighborhood #main .map.entertainment #downtown #Entertainment {
  opacity: 1;
}

.neighborhood #main .map.transit #downtown #Public_Tansportation {
  opacity: 1;
}

.neighborhood #main .map.shopping #downtown #Shops {
  opacity: 1;
}

.neighborhood #main .map.parking #downtown #Parking {
  opacity: 1;
}

.neighborhood #main .map.restaurants #downtown #Restaurants_x2F_Bars {
  opacity: 1;
}

.neighborhood #main .map.skyway #downtown #Skyway {
  opacity: 1;
}

.neighborhood #main .map-controls {
  background: #081E3F;
  color: #fff;
}

.neighborhood #main .map-controls .container {
  max-width: 95%;
}

.neighborhood #main .map-controls .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  padding: 36px 15px 20px 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 760px) {
  .neighborhood #main .map-controls .controls {
    padding: 36px 0 16px 0;
  }
}

@media (min-width: 1200px) {
  .neighborhood #main .map-controls .controls {
    padding: 36px 0;
  }
}

.neighborhood #main .map-controls .controls .map-control {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 16px;
  border: solid 1px white;
  position: relative;
  padding: 20px 12px;
  font-size: 1.125rem;
}

@media (min-width: 760px) {
  .neighborhood #main .map-controls .controls .map-control {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    max-width: calc(46% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .neighborhood #main .map-controls .controls .map-control:last-child {
    margin-right: 0;
  }
}

@media (min-width: 990px) {
  .neighborhood #main .map-controls .controls .map-control {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: calc(30% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .neighborhood #main .map-controls .controls .map-control:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1300px) {
  .neighborhood #main .map-controls .controls .map-control {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: calc(33.3333% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .neighborhood #main .map-controls .controls .map-control:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1500px) {
  .neighborhood #main .map-controls .controls .map-control {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6667%;
            flex: 0 0 16.6667%;
    max-width: calc(16.6667% - 20px);
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 1rem;
  }
  .neighborhood #main .map-controls .controls .map-control:last-child {
    margin-right: 0;
  }
}

.neighborhood #main .map-controls .controls .map-control .toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #A7583A;
  border-left: 1px solid white;
  font-size: 0.84375rem;
  font-weight: 500;
  opacity: 1;
}

@media (min-width: 1500px) {
  .neighborhood #main .map-controls .controls .map-control .toggle {
    width: 80px;
  }
}

.neighborhood #main .map-controls .controls .map-control#restaurants .toggle {
  background: #081F3D;
}

.neighborhood #main .map-controls .controls .map-control#shopping .toggle {
  background: #A6593B;
}

.neighborhood #main .map-controls .controls .map-control#parking .toggle {
  background: #595973;
}

.neighborhood #main .map-controls .controls .map-control#entertainment .toggle {
  background: #875C69;
}

.neighborhood #main .map-controls .controls .map-control#transit .toggle {
  background: #521430;
}

.neighborhood #main .map-controls .controls .map-control#skyway .toggle {
  background: #875c69;
}

.neighborhood #main .map-controls .controls .map-control.off .toggle {
  background: #838296;
  opacity: 0.6;
}

.neighborhood #main #facts-two {
  padding: 0 0 40px 0;
}

@media (min-width: 1400px) {
  .neighborhood #main #facts-two {
    padding: 100px 0 130px 0;
  }
}

.neighborhood #main #facts-two .col-6 {
  text-align: center;
  font-weight: 500;
  font-size: 0.84375rem;
}

@media (min-width: 1400px) {
  .neighborhood #main #facts-two .col-6 {
    font-size: 1.5rem;
    line-height: 60px;
  }
}

.neighborhood #main #facts-two .col-6 .num {
  color: #A7583A;
  font-size: 1.28125rem;
}

@media (min-width: 992px) {
  .neighborhood #main #facts-two .col-6 .num {
    font-size: 1.625rem;
  }
}

@media (min-width: 1400px) {
  .neighborhood #main #facts-two .col-6 .num {
    font-size: 2.25rem;
  }
}

@media (min-width: 992px) {
  .neighborhood #main #facts-two .col-6 {
    font-size: 1.125rem;
    line-height: 36px;
  }
}

@media (min-width: 1400px) {
  .neighborhood #main #facts-two .col-6 {
    font-size: 1.5rem;
    line-height: 60px;
  }
}

.neighborhood #main #facts-two img {
  width: 85px;
  height: auto;
  margin: 0 auto;
  display: block;
}

@media (min-width: 1400px) {
  .neighborhood #main #facts-two img {
    width: 150px;
  }
}

/*********** PRESS *************/
.press #main h1 {
  color: #B8AEBB;
}

.press #repeater {
  background: #eeedef;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #eeedef), to(white));
  background: linear-gradient(to bottom, #eeedef 6%, white 100%);
  padding-top: 60px;
}

.press #repeater .repeat-grid {
  font-size: 1.125rem;
  line-height: 2rem;
  margin: 40px 0 50px 0;
}

.press #repeater .repeat-grid h2 {
  color: black;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 990px) {
  .press #repeater .repeat-grid h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.press #repeater .repeat-grid h2 a {
  color: black;
}

.press #repeater .repeat-grid .date-author {
  color: #97381F;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.35rem;
}

.press #repeater .repeat-grid .excerpt {
  display: none;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin-bottom: 30px;
}

@media (min-width: 990px) {
  .press #repeater .repeat-grid .excerpt {
    font-size: 1.125rem;
    line-height: 2.25rem;
    margin-bottom: 36px;
  }
}

.press #repeater .repeat-grid a.read-btn {
  border: 1px solid #A7583A;
  color: #A7583A;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 30px;
  display: block;
  width: 225px;
}

.press #repeater .repeat-grid a.read-btn svg {
  width: 15px;
  height: 15px;
}

.press #repeater .repeat-grid a.read-btn svg .st0 {
  fill: #97381F;
}

@media (min-width: 990px) {
  .press #repeater .repeat-grid a.read-btn {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}

.press #repeater .repeat-grid a.read-btn:hover {
  background: #A7583A;
  color: white;
  text-decoration: none;
}

.press #repeater .repeat-grid a.read-btn:hover svg .st0 {
  fill: white;
}

.press #repeater .repeat-grid .col-md-6 {
  padding-bottom: 3.75rem;
  font-weight: 300;
}

@media (min-width: 990px) {
  .press #repeater .repeat-grid .col-md-6 {
    padding-bottom: 110px;
    padding-right: 8.33333%;
  }
}

/*********** CONTACT *************/
.contact #main h1 {
  color: #B8AEBB;
}

.contact #repeater {
  background: #cac5cd;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#f0eef1), color-stop(50%, white));
  background: linear-gradient(to bottom, #f0eef1 0%, white 50%);
  font-size: 1.125rem;
  line-height: 2rem;
  margin: 0 0 50px 0;
}

.contact #repeater h2 {
  color: black;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin: 60px 0 35px 0;
}

@media (min-width: 990px) {
  .contact #repeater h2 {
    margin: 150px 0 20px 0;
  }
}

.contact #repeater h2 a {
  color: black;
}

.contact #repeater .team #JLL-logo {
  width: 131px;
  height: auto;
  margin-bottom: 30px;
}

@media (min-width: 760px) {
  .contact #repeater .team #JLL-logo {
    width: 145px;
  }
}

.contact #repeater .team h2 {
  color: black;
}

.contact #repeater .team .contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  width: 66.666667%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (min-width: 760px) {
  .contact #repeater .team .contact-block {
    width: 100%;
  }
}

.contact #repeater .team .contact-block .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-size: 0.9375rem;
  line-height: 1.6875rem;
}

@media (min-width: 760px) {
  .contact #repeater .team .contact-block .contact-info {
    font-size: 1.125rem;
    line-height: 2.25rem;
  }
}

.contact #repeater .team .contact-block .contact-info h3 {
  font-size: 1.40625rem;
  line-height: 1.6875rem;
  font-weight: 500;
}

@media (min-width: 760px) {
  .contact #repeater .team .contact-block .contact-info h3 {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
}

.contact #repeater .team .contact-block img {
  border: 1px solid black;
  width: 130px;
  margin-bottom: 15px;
}

@media (min-width: 760px) {
  .contact #repeater .team .contact-block img {
    margin-bottom: 0;
  }
}

.contact #repeater .team .contact-block a.mail-link {
  color: #A7583A;
  font-weight: 500;
  background: transparent;
  width: 130px;
  padding: 12px;
  text-align: center;
  display: block;
  margin-bottom: 25px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  border: 2px solid #97381F;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact #repeater .team .contact-block a.mail-link svg {
  width: 14px;
  height: 14px;
  margin-left: 5px;
}

.contact #repeater .team .contact-block a.mail-link svg .st0 {
  fill: #97381F;
}

.contact #repeater .team .contact-block a.mail-link:hover {
  text-decoration: none;
  background: #97381F;
  color: white;
}

.contact #repeater .team .contact-block a.mail-link:hover svg .st0 {
  fill: #ffffff;
}

.contact #repeater .leasing h2 {
  color: black;
}

.contact #repeater .leasing form.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact #repeater .leasing form.wpcf7-form p {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 760px) {
  .contact #repeater .leasing form.wpcf7-form p:nth-child(2), .contact #repeater .leasing form.wpcf7-form p:nth-child(3) {
    width: calc(50% - 15px);
    float: left;
  }
}

@media (min-width: 760px) {
  .contact #repeater .leasing form.wpcf7-form p:nth-child(3) {
    margin-left: 30px;
  }
}

.contact #repeater .leasing form.wpcf7-form input[type=text], .contact #repeater .leasing form.wpcf7-form input[type=email], .contact #repeater .leasing form.wpcf7-form input[type=tel], .contact #repeater .leasing form.wpcf7-form textarea {
  border: 1px solid black;
  border-radius: 0;
  padding: 12px;
  width: 100%;
  margin-bottom: 30px;
}

.contact #repeater .leasing form.wpcf7-form input[type=text]::-webkit-input-placeholder, .contact #repeater .leasing form.wpcf7-form input[type=email]::-webkit-input-placeholder, .contact #repeater .leasing form.wpcf7-form input[type=tel]::-webkit-input-placeholder, .contact #repeater .leasing form.wpcf7-form textarea::-webkit-input-placeholder {
  color: #081E3F;
  opacity: 1;
}

.contact #repeater .leasing form.wpcf7-form input[type=text]:-ms-input-placeholder, .contact #repeater .leasing form.wpcf7-form input[type=email]:-ms-input-placeholder, .contact #repeater .leasing form.wpcf7-form input[type=tel]:-ms-input-placeholder, .contact #repeater .leasing form.wpcf7-form textarea:-ms-input-placeholder {
  color: #081E3F;
  opacity: 1;
}

.contact #repeater .leasing form.wpcf7-form input[type=text]::-ms-input-placeholder, .contact #repeater .leasing form.wpcf7-form input[type=email]::-ms-input-placeholder, .contact #repeater .leasing form.wpcf7-form input[type=tel]::-ms-input-placeholder, .contact #repeater .leasing form.wpcf7-form textarea::-ms-input-placeholder {
  color: #081E3F;
  opacity: 1;
}

.contact #repeater .leasing form.wpcf7-form input[type=text]::placeholder, .contact #repeater .leasing form.wpcf7-form input[type=email]::placeholder, .contact #repeater .leasing form.wpcf7-form input[type=tel]::placeholder, .contact #repeater .leasing form.wpcf7-form textarea::placeholder {
  color: #081E3F;
  opacity: 1;
}

.contact #repeater .leasing form.wpcf7-form input[type=text]:-ms-input-placeholder, .contact #repeater .leasing form.wpcf7-form input[type=email]:-ms-input-placeholder, .contact #repeater .leasing form.wpcf7-form input[type=tel]:-ms-input-placeholder, .contact #repeater .leasing form.wpcf7-form textarea:-ms-input-placeholder {
  color: #081E3F;
}

.contact #repeater .leasing form.wpcf7-form input[type=text]::-ms-input-placeholder, .contact #repeater .leasing form.wpcf7-form input[type=email]::-ms-input-placeholder, .contact #repeater .leasing form.wpcf7-form input[type=tel]::-ms-input-placeholder, .contact #repeater .leasing form.wpcf7-form textarea::-ms-input-placeholder {
  color: #081E3F;
}

.contact #repeater .leasing form.wpcf7-form textarea {
  height: 90px;
}

.contact #repeater .leasing form.wpcf7-form input[type=submit] {
  background: white;
  color: #97381F;
  border: none;
  text-align: center;
  padding: 10px;
  width: 100%;
  border: 2px solid #97381F;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.contact #repeater .leasing form.wpcf7-form input[type=submit]:hover {
  background: #97381F;
  color: white;
}

@media (min-width: 760px) {
  .contact #repeater .leasing form.wpcf7-form input[type=submit] {
    width: 38%;
  }
}

.contact #repeater .learn {
  display: none;
}

.contact #repeater .learn h2 {
  color: black;
}

.contact #repeater .learn a.learn-more {
  color: #A7583A;
  font-weight: 500;
  background: transparent;
  width: 100%;
  padding: 12px;
  text-align: center;
  display: block;
  margin-bottom: 25px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  border: 2px solid #97381F;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 990px) {
  .contact #repeater .learn a.learn-more {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1400px) {
  .contact #repeater .learn a.learn-more {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .contact #repeater .learn a.learn-more {
    white-space: nowrap;
  }
}

.contact #repeater .learn a.learn-more svg {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-top: -2px;
}

.contact #repeater .learn a.learn-more svg .st0 {
  fill: #97381F;
}

.contact #repeater .learn a.learn-more:hover {
  text-decoration: none;
  background: #97381F;
  color: white;
}

.contact #repeater .learn a.learn-more:hover svg .st0 {
  fill: #ffffff;
}

.contact #repeater .learn .social {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact #repeater .learn .social li {
  display: inline-block;
}

.contact #repeater .learn .social li .instagram, .contact #repeater .learn .social li .facebook {
  width: 31px;
  height: auto;
  margin-right: 15px;
}

.contact #repeater a.read-btn {
  border: 1px solid #081E3F;
  color: white;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 16px 60px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (min-width: 990px) {
  .contact #repeater a.read-btn {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}

.contact #repeater a.read-btn:hover {
  background: white;
  color: #081E3F;
  text-decoration: none;
}

.contact #repeater .col-md-6 {
  padding-bottom: 3.75rem;
  font-weight: 300;
}

@media (min-width: 990px) {
  .contact #repeater .col-md-6 {
    padding-bottom: 110px;
    padding-right: 8.33333%;
  }
}
/*# sourceMappingURL=style.css.map */
/*
     FILE ARCHIVED ON 13:08:42 Jan 30, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:44:46 Sep 08, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.711
  exclusion.robots: 0.079
  exclusion.robots.policy: 0.066
  esindex: 0.009
  cdx.remote: 25.963
  LoadShardBlock: 122.157 (3)
  PetaboxLoader3.datanode: 102.835 (4)
  load_resource: 708.081
  PetaboxLoader3.resolve: 687.922
*/