@charset 'UTF-8';

:root {
  --primary-teal: #00bfb3;
}

*:focus-visible {
  outline-color: currentColor;
  outline-style: solid;
  outline-offset: 0.25rem;
  outline-width: 0.25rem;
}

/* ==========
   TYPOGRAPHY
   ========== */

body {
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #000000;
}

p {
  font-weight: 500;
  font-size: 15px;
  line-height: 180%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* line-height: 110%; */
  font-weight: 900;
  margin-bottom: 0.85rem;
}

h1 {
  font-size: 2.8rem;
  text-decoration: underline;
  text-decoration-color: var(--primary-teal);
  text-decoration-thickness: auto;

  margin-bottom: 3rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

h6 {
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

@media screen and (min-width: 769px) {
  h1 {
    font-size: 3.2rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1.2rem;
  }
  h6 {
    font-size: 1rem;
  }
}

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

.stretch {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  .top {
    background-position: 50% 30%;
  }
  .left {
    background-position: 10% 50%;
  }
  .sm-left {
    background-position: 10% 50%;
  }
}

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

.post,
.page {
  margin: 0;
}

.container {
  padding: 0 2rem;
}

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

.loader {
  padding: 0 20px 0 30px;
  background-position: 5px 5px;
  background-repeat: no-repeat;
  background-image: url("../img/content-loader.gif");
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}

#modal_overlay {
  background-color: rgba(20, 20, 20, 0.7);
  width: 100vw;
  height: 100vh;
  z-index: 15;
  position: fixed;
  display: none;
}

.artis-widget-content {
  margin: 30px 0;
}

.artis-widget-content:first-child {
  margin: 0 0 30px 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* =====
   LINKS
   ===== */

a {
  text-decoration: underline;
  font-weight: 800;
  color: #000000;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -ms-transition: all 150ms;
  -o-transition: all 150ms;
}

a:hover {
  cursor: pointer;
  color: #000000;
}

a:visited, a:focus, a:active {
  color: #000000;
}

/* =======
   BUTTONS
   ======= */

a.btn-primary,
input[type="submit"].btn-primary {
  background-color: #666;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  border: none;
}

a.btn-primary:hover,
input[type="submit"].btn-primary:hover {
  text-decoration: none;
  background-color: #999;
}

a.btn-primary svg,
input[type="submit"].btn-primary svg {
  display: inline-block;
  fill: #fff;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  transform: translateY(1px);
}

a.btn-secondary,
input[type="secondary"].btn-secondary {
  background-color: transparent;
  color: #666;
  padding: 5px 15px;
  border-radius: 8px;
  border: #666 2px solid;
}

a.btn-secondary:hover,
input[type="secondary"].btn-secondary:hover {
  text-decoration: none;
  color: #fff;
  background-color: #666;
}

a.btn-secondary:hover svg,
input[type="secondary"].btn-secondary:hover svg {
  fill: #666;
}

a.btn-secondary svg,
input[type="secondary"].btn-secondary svg {
  display: inline-block;
  fill: #666;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  transform: translateY(1px);
}

/* ========
   WRAPPERS
   ======== */

.wrapper-a360300 {
  overflow: hidden;
  width: 100%;
  background-color: #0f2534;
  background-image: url("../img/a360300/bg-a360300.jpg");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 40px;
  section#breadcrumb ul li a {
    color: #fff;
  }
  section#breadcrumb ul li a:after {
    color: inherit;
  }
}

.wrapper-company-video {
  overflow: hidden;
  width: 100%;
  background-color: #0f2534;
  background-image: url("../img/bg-company-video.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 40px;
  section#breadcrumb ul li a {
    color: #fff;
  }
  section#breadcrumb ul li a:after {
    color: inherit;
  }
  video {
    max-width: 100%;
    height: auto;
    background-color: #000;
    border: 0;
  }
  video:focus {
    border: 0;
    outline: 0;
  }
}

.wrapper-videoplayer {
  overflow: hidden;
  width: 100%;
  background-color: #0f2534;
  background-image: url("../img/bg-company-video.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 40px;
  section#breadcrumb ul li a {
    color: #fff;
  }
  section#breadcrumb ul li a:after {
    color: inherit;
  }
  video {
    max-width: 100%;
    height: auto;
    background-color: #000;
    border: 0;
  }
  video:focus {
    border: 0;
    outline: 0;
  }
}

.wrapper-christmas {
  overflow: hidden;
  width: 100%;
  background-color: #fcfbf7;
  background-image: url("../img/christmas/christmas-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 40px;
  section#breadcrumb {
    margin: 15px 0 0 0;
    ul {
      background-color: #fff;
      display: inline-block;
      li a {
        color: #000;
      }
      li a:after {
        color: inherit;
      }
    }
  }
  .row:first-child {
    margin-top: 0 !important;
  }
  video {
    max-width: 100%;
    height: auto;
    background-color: #000;
    border: 0;
    -webkit-box-shadow: 0px 0px 15px 10px #fff;
    box-shadow: 0px 0px 15px 10px #fff;
  }
  video:focus {
    border: 0;
    outline: 0;
  }
}

@media screen and (min-width: 769px) {
  .centred-section {
    text-align: center;
    max-width: 860px;
    margin: 1rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

header#main_header {
  width: 100%;
  z-index: 50;
}

header#main_header .header-box {
  background: #fff;
  z-index: 55;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -ms-transition: all 150ms;
  -o-transition: all 150ms;
  box-shadow: 0px 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}

@media screen and (min-width: 992px) {
  header#main_header .header-box {
    padding: 1.5rem 0;
  }
}

header#main_header .header-box .container .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

header#main_header .header-box figure {
  float: left;
}

header#main_header .header-box figure.logo {
  margin: 10px;
}

header#main_header .header-box figure.logo img {
  width: 90px;
}

.cross-site-nav {
  display: none;

  background-color: var(--primary-teal);
  padding: 0.75rem;
  z-index: 60;
  div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    width: 100%;
    margin: 0 auto;
    max-width: 1460px;
  }
  ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    margin: 0;
    li {
      border-left: #000 solid 1px;
      a {
        padding: 0 1rem;
      }
      a:hover {
        text-decoration: underline;
        text-underline-offset: 0.1rem;
      }
    }
    li:first-child {
      border: none;
    }
  }
}

@media screen and (min-width: 992px) {
  .cross-site-nav {
    display: flex;
  }
}

.cross-site-nav ul li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  display: block;
  letter-spacing: 0.1rem;
  text-decoration: none;
}

#sidenav {
  overflow-x: hidden;
  overflow-y: auto;
  width: 80vw;
  height: 100vh;
  background-color: var(--primary-teal);
  border-left: var(--primary-teal) 10px solid;
  position: fixed;
  top: 0;
  right: -80vw;
  z-index: 60;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
}

#sidenav .mobile-cross-site-nav {
  list-style: none;
  border-top: 2px solid #000;;
  margin: 1rem 0;
  text-transform: uppercase;
  padding: 16px;
} 

#sidenav.active {
  right: 0;
}

#sidenav ul#menu-mobile-navigation {
  list-style: none;
  padding: 0 16px;
  margin: 0;
}

#sidenav ul#menu-mobile-navigation > li > a,
#sidenav .mobile-cross-site-nav a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  color: #000;
  display: block;
  padding: 8px 0;
  text-decoration: none;
  margin-top: 4px;
}

#sidenav ul#menu-mobile-navigation ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 14px 0;
}

#sidenav ul#menu-mobile-navigation ul.sub-menu a {
  color: #000;
  text-transform: initial;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 0;
}

#sidenav ul#menu-mobile-navigation a:hover,
#sidenav ul#menu-mobile-navigation ul.sub-menu a:hover {
  text-decoration: underline 2px;
}

#global_search_bar {
  width: 1%;
  transition: all 0.75s ease;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
}

#global_search_bar input[name="s"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  padding: 5px;
  width: 100%;
  height: 35px;
  border-radius: 0;
  border: none;
  border-bottom: #000 2px solid;
}

#global_search_bar input[name="s"].active {
  margin-right: 50px;
}

#global_search_bar input[name="s"]:focus {
  outline: 0;
}

#global_search_bar.active {
  width: 100%;
}

#global_search_bar .controls {
  z-index: 5;
}

#btn_search {
  background-color: #fff;
  background-image: url("../img/search-loader.gif");
  background-position: 50% 3000%;
  background-repeat: no-repeat;
  padding: 10px;
  line-height: 10px;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  #btn_search {
    padding: 5px 10px;
  }
}

#btn_search svg {
  fill: #000;
  width: 20px;
  height: 20px;
}

#btn_search.active {
  background-color: #f2f2f2;
}

#btn_search.active svg {
  fill: #666;
}

#btn_search.progress {
  background-position: 50% 50%;
  height: 35px;
}

#btn_search.progress svg {
  opacity: 0;
}

#btn_menu {
  display: none;
  background-color: #fff;
  padding: 10px 10px;
  line-height: 10px;
}

#btn_menu svg {
  fill: #000;
  width: 15px;
  height: 15px;
}

nav.main-navigation ul li:hover > ul {
  left: -10px;
}

nav.main-navigation ul,
nav.menu ul {
  float: left;
}

nav.main-navigation > ul > li > a,
nav.menu ul li a
{
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  color: #000;
  display: block;
  padding: 12px;
  letter-spacing: 0.15rem;
  text-decoration-color: var(--primary-teal);
  text-decoration-thickness: 2px;
}

nav.main-navigation ul.sub-menu {
  padding: 12px;
  li a {
    text-transform: initial;
    font-weight: 500;
    letter-spacing: normal;
    font-size: 14px;
  }
  display: flex;
  flex-direction: column;
  .sub-menu-header,
  .sub-menu-header > a {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.09rem;
  }
}

nav.mobile-navigation ul.sub-menu {
  .sub-menu-header,
  .sub-menu-header > a {
    text-transform: uppercase !important;
    font-weight: 800 !important;
    font-size: 13px;
    padding: 4px 0;
    margin-top: 8px;
  }
}

nav.main-navigation ul.investors-sub-menu {
  width: 490px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 222px;
} 

nav.main-navigation ul li:hover > ul.investors-sub-menu {
  left: -180px;
}

nav.main-navigation ul.assets-sub-menu {
  width: 480px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 230px;
} 

nav.main-navigation ul li:hover > ul.assets-sub-menu {
  left: -90px;
}

nav.main-navigation ul li:hover > ul.contact-sub-menu {
  left: -120px;
}

nav.main-navigation ul li a:hover,
nav.menu ul li a:hover {
  text-decoration: underline var(--primary-teal);
  text-decoration-thickness: 2px;
}

nav.main-navigation ul ul,
nav.menu ul ul {
  background-color: var(--primary-teal);
  box-shadow: none;
}

nav.main-navigation ul ul li,
nav.menu ul ul li a,
nav.menu ul ul li a:first-child {
  padding: 6px;
}

nav.main-navigation ul ul li a:hover {
  text-decoration: underline #000;
}

nav.main-navigation ul ul a {
  width: auto;
  min-width: 160px;
}

/* ==========
   SUB FOOTER
   ========== */

section.sub-footer {
  margin: 30px 0 50px;
  .row {
    margin-bottom: 50px;
    .news {
      margin-bottom: 0;
    }
  }
  .standard .container {
    border-top: #999 2px solid;
    padding-top: 30px;
  }
}

section .news-bar {
  width: 100%;
  margin: 0 0 30px 0;
  overflow: hidden;
  .news-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem 3rem;
  }
  @media screen and (min-width: 769px) {
    .news-list {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    li {
      position: relative;
      padding: 1rem 0 2rem;
      font-size: 14px;
      height: 100%;
    }
    @media screen and (min-width: 769px) {
      li {
        padding: 1rem 0;
      }
    }
    li::after {
      content: "";
      position: absolute;
      display: block;
      width: 1px;
      top: 0;
      bottom: 0;
      left: calc(100% + 1.5rem);
      background-color: #000;
    }
    li:last-child {
      border-right: none;
      border-bottom: none;
    }
    .news-item {
      overflow: hidden;
      height: 100%;
      .news-thumb {
        width: 25%;
        text-align: center;
        float: left;
        img {
          padding: 0 15px 0 0;
        }
      }
      .news-content {
        float: left;
        height: 100%;
        position: relative;
        padding-bottom: 4rem;
        h6 {
          line-height: normal;
        }
        a {
          position: absolute;
          bottom: 0;
          left: 0;
          line-height: 16px;
          text-decoration: none;
        }
        .date {
          font-size: 13px;
        }
      }
    }
  }
}

/* =============
   PORTFOLIO MAP
   ============= */

section .portfolio-map {
  background-image: url("https://arwebstore.blob.core.windows.net/artisreit-com/2025/11/footer-artis-map-nov2025.webp");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: contain;
  padding-bottom: 50px;

  p {
    font-size: 12px;
  }

  ul.propclass-list {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;

    li {
      padding: 0;

      a {
        margin-right: 5px;
      }

      svg {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-right: 5px;
        margin-left: 0;
        transform: translateY(1px);
      }
    }
  }
}

section .investors-link {
  overflow: hidden;
  padding-bottom: 50px;

  a.link-tearsheet {
    color: #b40b0b;

    svg {
      fill: #b40b0b;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 5px;
      transform: translateY(5px);
    }
  }

  #noichart {
    position: absolute;
    top: 35%;
    right: -70px;
    width: 220px;
    height: 200px;
    z-index: 2;
  }

  .noichart_text {
    margin-top: 50px;
    width: 50%;
  }
}

section .sub-footer-panel {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  z-index: 5;
}

section a.link-more {
  background: var(--primary-teal);
  color: #000;
  font-size: 0.8rem;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  line-height: 100%;
  font-weight: 700;
  padding: 0.8rem 0.6rem;
  text-decoration: none;

  svg {
    fill: #000;
    width: 18px;
    height: 18px;
    transition: all 200ms;
  }
}

section a.link-more:hover {
  background-color: #000;
  color: var(--primary-teal);
  svg {
    fill: var(--primary-teal);
    transform: rotate(-45deg);
  }
}

/* ======
   FOOTER
   ====== */

footer {
  background-color: #000000;
  width: 100%;

  *, .container div ul li a {
    color: #fff;
  }

  .footer-wrapper {
    border-bottom: solid 1px var(--primary-teal);
    padding: 2.5rem 0;
  }

  .qmod-wrapper {
    border-bottom: solid 1px var(--primary-teal);
    padding: 1.5rem 0;
  }

  .main-footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 1rem;
    h6 {
      color: var(--primary-teal);
      font-size: 0.75rem;
    }
    ul {
      font-size: 0.9375rem;
      list-style: none;
      margin: 0 0 1.2rem 0;
      padding: 0;
    }
    li {
      margin: 0.5rem 0;
    }
    p {
      font-size: 0.75rem;
      line-height: 1rem;
    }
    div ul li a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    }
    div a {
      text-decoration: none;
    }
  }

  @media screen and (min-width: 577px) {
    .main-footer {
      grid-template-columns: 1fr 1fr;
    }
  }

  @media screen and (min-width: 769px) {
    .main-footer {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }

  @media screen and (min-width: 992px) {
    .main-footer {
      grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
      .cdic-info {
        display: flex;
        flex-direction: column;
        align-items: end;
      }
      .cdic-info p {
        text-align: right;
      }
    }
  }



  .logo img {
    width: 110px;
  }

  .container .row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    @media screen and (min-width: 992px) {
      flex-direction: row;
    }
  }

  .social {
    margin-bottom: 20px;
    ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      justify-content: start;
      gap: 1rem;
      li a:hover {
        filter: brightness(0.7);
      }
    }

    svg {
      fill: var(--primary-teal);
    }
  }

  .footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    padding: 2rem 0;
    font-size: 0.75rem;
    text-transform: uppercase;
    ul {
      list-style: none;
      display: flex;
      justify-content: start;
      gap: 1rem 2rem;
      flex-direction: row;
      flex-wrap: wrap;
      padding: 0;
      margin: 0;
      li {
        margin: 0;
        padding: 0;
        ::after {
          content: "";
          display: block;
          width: 3px;
          height: 3px;
          position: relative;
          left: calc(100% + 1rem);
          bottom: 0.65rem;
          background-color: var(--primary-teal);
        }
        a,
        a:hover {
          color: inherit;
          font-weight: 600;
          text-decoration: none;
        }
      }
      :last-child > a::after {
        background: none;
        }

    }
  }

  .awards-logos {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1rem;

    img {
      width: 50px;
    }

    a:hover {
      filter: brightness(0.7);
    }
  }
}

/* ====================
   HOMEPAGE HERO SLIDER
   ==================== */

section.splash {
  width: 100%;
  position: relative;
  height: 600px;
  .content {
    position: absolute;
    width: 100%;
    z-index: 5;
    bottom: 20px;
  }

  .slideshow {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #e9edee;
    z-index: 2;

    .item {
      position: relative;
      width: 100vw;
      height: 600px;

      .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        background: linear-gradient(to top, #000000c9, #000000c9 30%, #00000000 60%, #00000000);
        z-index: 2;
      }

      .content {
        position: absolute;
        width: 100%;
        z-index: 5;
        bottom: 50px;

        .home-hero-buttons {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          gap: 1rem;
        }
      }
    }
  }
}

section.splash .slideshow .item .content h1 {
  font-size: 2.6rem;
  line-height: 120%;
  font-weight: 900;
  margin-bottom: 0.25rem;
  color: #fff;
  text-wrap: balance;
  text-decoration: none;
}

section.splash .slideshow .item .content h3 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 0.5rem;
  line-height: normal;
  text-wrap: balance;
}

@media screen and (min-width: 769px) {
  section.splash .slideshow .item .overlay {
    background: linear-gradient(to right, #000000c9, #000000c9 15%, #00000000 70%, #00000000);
  }
  section.splash .slideshow .item .content h1,
  section.splash .slideshow .item .content h3 {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 992px) {
  section.splash .slideshow .item .content h1 {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 1200px) {
  section.splash .slideshow .item .content h1 {
    font-size: 3.8rem;
  }
  section.splash .slideshow .item .content h3 {
    font-size: 1.8rem;
  }
}

section.splash .slideshow .item.btp a.btn-btp {
  display: flex;
  width: max-content;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  line-height: 100%;
  font-weight: 700;
  background: #fff;
  color: #000;
  font-size: 0.9rem;
  padding: 0.7rem;
  text-decoration: none;
  border: var(--primary-teal) 1px solid;
  margin: 5px 5px 5px 0;
  svg {
    width: 18px;
    height: 18px;
    transition: all 200ms;
  }
}

.hero-img,
.hero-img-mobile,
.feature-img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .hero-img {
    display: none;
  }
  .hero-img-mobile {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .hero-img {
    display: block;
  }
  .hero-img-mobile {
    display: none;
  }
}

.letter a.btn-btp.btn-white {
  font-size: 13px;
  padding: 10px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 5px 5px 5px 0;
  position: relative;
  text-decoration: none;
}

.letter a.btn-btp.btn-white i {
  font-size: 14px;
  margin-right: 5px;
}

section.splash .slideshow .item.btp a.btn-btp.btn-white,
.letter a.btn-btp.btn-white {
  background: var(--primary-teal);
  color: #000000;
  fill: #000000;
  /* font-weight: 700; */
}

section.splash .slideshow .item.btp a.btn-btp:hover,
.letter a.btn-btp:hover {
  text-decoration: none;
  /* background: #ffffff; */
  background: #000000;
  color: var(--primary-teal);
  fill: var(--primary-teal);
}

section.splash .slideshow .item.btp a.btn-btp.btn-white:hover,
.letter a.btn-btp.btn-white:hover {
  /* color: #23415c;
  fill: #23415c; */
  cursor: pointer;
    svg {
    transform: rotate(-45deg);
  }
}

section.splash .slideshow .item.cgy {
  overflow: hidden;
}

section.splash .slideshow .item.cgy .content-sub {
  position: absolute;
  width: 100%;
  bottom: 20px;
  top: 20px;
  z-index: 4;
}

section.splash .slideshow .item.cgy .col-sm-12.thumbs {
  margin-bottom: 30px;
  position: relative;
}

section.splash .slideshow .item.cgy .col-sm-12.thumbs::before {
  position: absolute;
  left: -585px;
  content: "";
  height: 100%;
  width: 600px;
  z-index: 1;
  background-image: url(../img/home/cgy-1.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
section.splash .slideshow-pager {
  display: inline-block;
  z-index: 4;
  position: absolute;
  bottom: 0;
  margin: 15px auto;
  color: #fff;
  width: 100%;
  text-align: center;
}
section.splash .slideshow-pager .bx-pager-item {
  display: inline-block;
}
section.splash .slideshow-pager .bx-pager-item a {
  text-indent: -99999px;
  display: block;
  width: 25px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 10px;
}
section.splash .slideshow-pager .bx-pager-item a.active {
  background-color: #fff;
}
section#breadcrumb {
  margin: 15px 0;
}
section#breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section#breadcrumb ul li {
  float: left;
  color: #000;
  font-size: 11px;
  font-weight: 500;
}
section#breadcrumb ul li a {
  display: inline-block;
  color: inherit;
  padding: 5px 10px;
  font-weight: 500;
  text-decoration: none;
}
section#breadcrumb ul li:after {
  display: inline-block;
  color: #999;
  content: "/";
}
section#breadcrumb ul li:last-child:after {
  content: "";
}

/*  Homepage Popup */

div#popmake-11163 {
  > .pum-content {
    padding: 2rem;
    border: 4px solid #000000;
    text-align: center;
    h2, h4 {
      text-transform: uppercase;
    }
    hr {
      border-color: #000000;
      margin: 2rem 0;
    }
    p {
      line-height: normal;
    }
    img {
      max-width: 160px;
      margin: 1rem 0;
    }
  }
}

.homepage {
  margin-top: 4rem;
  h2 {
    font-size: 1.75rem;
    margin-bottom: 0;
  }
  .container p {
    margin: 0.75rem 0;
  }
  .container > div > p {
    font-size: 1.2rem;
    line-height: normal;
  }
}

/* RFA 2026 feature row */

.feature-row {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 3rem 0;
  align-items: stretch;
}

@media screen and (min-width: 992px) {
  .feature-row {
    flex-direction: row;
  }
}

.feature-row a {
  text-decoration: none;
  flex: 1;
}

.feature-row .feature-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  img {
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: 0% 0%;
  }
}

.feature-row .feature-card .feature-card-text {
  background-color: #e9edee;
  padding: 2.25rem 2rem 5rem;
  flex: 1;
  position: relative;
  p {
    margin-top: 0;
  }
}

.feature-row .feature-card .arrow, .our-services .arrow {
  background-color: #000;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-row .feature-card .arrow svg,
 .our-services .arrow svg {
  color: #e9edee;
  width: 28px;
  height: 22px;
  transition: all 200ms;
}

.feature-row .feature-card:hover {
  .feature-card-text {
    background-color: var(--primary-teal);
    .arrow svg {
      color: var(--primary-teal);
      transform: rotate(-45deg);
    }
  }

}

.cover {
  height: 200px;
  width: 100%;
}

#main .row:first-child {
  margin-top: 30px;
}

.content-area h2.section-head {
  margin: 10px 0 20px;
  display: inline-block;
  padding: 10px 0;
}
.content-area p {
  margin: 25px 0;
}
.content-area p:first-child {
  margin-top: 0;
}
.content-area ul,
.content-area ol {
  margin: 10px 0 25px 0;
  padding-left: 15px;
}
.content-area ul.lower-alpha,
.content-area ol.lower-alpha {
  margin: 15px 0;
  list-style-type: lower-alpha;
}
.content-area ul.lower-alpha li,
.content-area ol.lower-alpha li {
  display: list-item;
}
.content-area ul.lower-alpha li::marker,
.content-area ol.lower-alpha li::marker {
  content: "(" counter(list-item, lower-alpha) ")";
}
.content-area ul.lower-roman,
.content-area ol.lower-roman {
  margin: 15px 0;
  list-style-type: lower-roman;
}
.content-area ul.lower-roman li,
.content-area ol.lower-roman li {
  display: list-item;
}
.content-area ul.lower-roman li::marker,
.content-area ol.lower-roman li::marker {
  content: "(" counter(list-item, lower-roman) ")";
}

.content-area ul li,
.content-area ol li {
  line-height: 30px;
  /* margin-bottom: 15px; */
}

.content-area .prop-info-body {
  position: relative;
}
.content-area .prop-info-body .investment-banner {
  background-color: #b40b0b;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 7px;
}
.content-area .prop-info-body .investment-banner a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 18px;
  padding: 10px 15px;
  font-weight: 500;
}
.content-area .prop-info-body .investment-banner a:hover {
  text-decoration: none;
}
.content-area .prop-info-body .investment-banner svg {
  display: inline-block;
  width: 30px;
  height: 30px;
  fill: #fff;
  margin: 2px 8px;
}

.availability-report-link {
  transition: all 350ms;
  background-color: #e9edee;
  figcaption {
    padding: 1rem;
    text-align: center;
  }
}

.availability-report-link:hover {
  background-color: var(--primary-teal);
}

/***** MANAGEMENT PAGE *****/

.content-area.trustees .trustee-list {
  margin-bottom: 30px;
}
.content-area.trustees .trustee-list .trustee-item .content,
.content-area.management .mgmt-list .mgmt-item .content {
  font-size: 15px;
  line-height: 30px;
  padding-bottom: 20px;
}

.content-area.trustees .trustee-list .trustee-item,
.content-area.management .mgmt-list .mgmt-item {
  border-bottom: #ccc 1px solid;
  padding: 1rem 0 2rem;
  margin: 1rem 0;
}

@media screen and (min-width: 769px) {
  .mgmt-bio {
    min-height: 240px;
  }
}
.content-area.trustees table.trustee-table tr {
  border-bottom: #ccc 1px solid;
}
.content-area.trustees table.trustee-table th,
.content-area.trustees table.trustee-table td {
  font-size: 13px;
  padding: 5px;
}
.content-area.trustees table.trustee-table th .title,
.content-area.trustees table.trustee-table td .title {
  font-style: italic;
  font-size: 11px;
}
.content-area.trustees table tr:nth-child(odd) {
  background-color: #eee;
}
.content-area.trustees table td,
.content-area.trustees table th {
  padding: 5px 8px;
}


/***** PORTFOLIO OVERVIEW PAGE *****/

.content-area.portfolio-overview .chart-display {
  margin-bottom: 20px;
}

.content-area.portfolio-overview table.portfolio th,
.content-area.portfolio-overview table.portfolio td {
  font-size: 14px;
  vertical-align: top;
  padding: 10px 15px;
}

.content-area.portfolio-overview table.portfolio th {
  border-bottom: solid 2px #000000;
  color: #000;
}

.content-area.portfolio-overview table.portfolio tr.last-row {
  border-top: #999 2px solid;
}

.content-area.portfolio-overview table.portfolio td.section-head {
  font-weight: 500;
  text-align: center;
}

.content-area.portfolio-overview p.footnotes {
  font-size: 12px;
  line-height: 18px;
}

.pie-chart {
  min-height: 400px;
}

@media screen and (min-width: 600px) {
  .pie-chart {
    min-height: 500px;
  }
}

/* PORTFOLIO LEASING CONTACTS */

.portfolio-leasing h2 {
  margin: 3rem 0 1rem;
}

.portfolio-leasing .report-signup-buttons {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.portfolio-leasing .leasing-reports {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
  a {
    text-decoration: none;
  }
}

@media screen and (min-width: 769px) {
  .portfolio-leasing .leasing-reports {
    flex-direction: row;
  }
}

.leasing-contacts h3 {
  margin: 3rem 0 2rem;
  text-decoration: underline solid 0.2rem var(--primary-teal);
}

.leasing-contacts h4 {
  margin: 0.75rem 0;
}

.leasing-contacts h5 {
  margin: 0.4rem 0;
  font-size: 0.9rem;
}

.leasing-contacts p {
  margin: 0 0 2rem 0;
}

.leasing-contacts > div {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .leasing-contacts > div {
    flex-direction: row;
    gap: 2rem;
    > div {
      width: 50%;
    }
  }
}

/***** VALUE CREATION PAGE *****/

.content-area.value-creation #map_vc {
  width: 100%;
  height: 350px;
  background-color: #eee;
}
.content-area.value-creation #map_vc a,
.content-area.value-creation #map_vc a:hover {
  text-decoration: none;
}
.content-area.value-creation #map_vc .dev-thumb {
  width: 100%;
  overflow: hidden;
  background-color: #666;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-top: 5px;
}
.content-area.value-creation #map_vc .dev-thumb .content-overlay {
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.45);
}
.content-area.value-creation #map_vc .dev-thumb .content-overlay h4 {
  font-size: 16px;
  color: #fff;
  margin: 50px 10px 10px;
}
.content-area.value-creation #map_vc .status {
  display: inline-block;
  font-size: 10px;
  padding: 2px 4px;
  color: #fff;
  background-color: #666;
  text-transform: uppercase;
}
.content-area.value-creation .development-item {
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -ms-transition: all 150ms;
  -o-transition: all 150ms;
}
.content-area.value-creation .development-item:hover {
  background: #f7f7f7;
  box-shadow: 0 0 8px 3px #ccc;
}
.content-area.value-creation .development-item .preview {
  height: 200px;
  background-color: #eee;
}
.content-area.value-creation .development-item .content {
  padding: 10px;
  border-bottom: #eee 1px solid;
  margin-bottom: 15px;
}
.content-area.value-creation .development-item .content h3 {
  font-size: 16px;
  color: #000;
  margin: 0;
}
.content-area.value-creation .development-item .content p {
  margin: 5px 0 0;
  color: #666;
  font-size: 12px;
  line-height: 17px;
}
.content-area.value-creation a:hover {
  text-decoration: none;
}

/***** INVESTOR LINK PAGE *****/

.investor-link .sidebar-area {
  display: none;
}

@media screen and (min-width: 992px) {
  .investor-link .sidebar-area {
    /* position: absolute; */
    /* right: 10%; */
    position: sticky;
    top: 7rem;
    right: 0;
    margin-left: 1rem;
    display: block;
    align-self: start;
  }
}

.content-area.investor-link .content-selector-box {
  background: #eee;
  padding: 10px 15px;
  font-size: 14px;
  margin-bottom: 10px;
}
.content-area.investor-link .content-selector-box select {
  font-weight: 700;
}
.content-area.investor-link table.content-table th,
.content-area.investor-link table.content-table td {
  padding: 10px 15px;
  font-size: 14px;
  vertical-align: top;
}
.content-area.investor-link table.content-table th a,
.content-area.investor-link table.content-table td a {
  font-size: inherit;
}

.content-area.investor-link table.content-table th a.btn,
.content-area.investor-link table.content-table td a.btn {
  color: var(--primary-teal);
  background-color: #000;
  padding: 5px 15px;
  border-radius: 0;
  font-weight: 700;
  text-decoration: none;
  border: none;
}

.content-area.investor-link table.content-table th a.btn:hover,
.content-area.investor-link table.content-table td a.btn:hover,
.content-area.investor-link table.content-table th a.btn-light:hover,
.content-area.investor-link table.content-table td a.btn-light:hover {
  background-color: var(--primary-teal);
  color: #000;
  border: none;
}

.content-area.investor-link table.content-table th.no-items,
.content-area.investor-link table.content-table td.no-items {
  padding: 15px;
}
.content-area.investor-link table.content-table th {
  background: #fff;
  color: #000;
}

.content-area.investor-link table.content-table td {
  border-top: #ccc 1px dotted;
}

.content-area.investor-link .ar-box {
  width: 100%;
  overflow: hidden;
  background-color: #369;
  background-image: url("https://arwebstore.blob.core.windows.net/artisreit-com/2025/03/2024_AR_innerbanner_Final-67dade4e324a9.webp");
  padding: 10px;
  text-align: center;
  margin-bottom: 40px;
}

.content-area.investor-link .recent-ar {
  width: 50%;
  display: inline-block;
}
.content-area.investor-link .recent-ar img {
  border: #dadada 1px solid;
}
.content-area.investor-link .recent-ar p {
  margin: 0;
}
.content-area.investor-link .recent-ar .annual,
.content-area.investor-link .recent-ar .financial {
  display: inline-block;
  text-align: center;
  width: 80%;
  padding: 15px;
}

.content-area.investor-link .recent-ar .btn-primary {
  color: #000;
  background-color: var(--primary-teal);
  border-radius: 0;
  margin: 15px 0;
  display: inline-block;
  padding: 10px 14px;
  text-decoration: none;
}

.content-area.investor-link .recent-ar .btn-primary:hover {
  color: var(--primary-teal);
  background-color: #000;
}
.content-area.investor-link .previous-ar h3 {
  margin: 0;
}
.content-area.investor-link .previous-ar .item {
  float: left;
  width: 50%;
  height: 250px;
  margin: 0 0 20px;
}
.content-area.investor-link .previous-ar .item p.year-label {
  text-align: center;
  font-size: 15px;
  margin: 15px 0 5px 0;
}
.content-area.investor-link .previous-ar .item .mobile-links {
  display: none;
}
.content-area.investor-link .previous-ar .item .covers,
.content-area.investor-link .previous-ar .item .covers-single {
  position: relative;
  width: 100%;
  padding: 0 10px;
  height: 200px;
}
.content-area.investor-link .previous-ar .item .covers .ar,
.content-area.investor-link .previous-ar .item .covers .fr {
  position: absolute;
  box-shadow: 0px 0px 2px 0px rgba(102, 102, 102, 0.78);
  transition: all 150ms ease;
}
.content-area.investor-link .previous-ar .item .covers .ar {
  left: 0;
  transform: translate(65px, 0);
  z-index: 2;
}
.content-area.investor-link .previous-ar .item .covers .fr {
  right: 0;
  transform: translate(-65px, 15px);
  z-index: 1;
}
.content-area.investor-link .previous-ar .item .covers-single {
  text-align: center;
}
.content-area.investor-link .previous-ar .item .covers-single .ar {
  display: inline-block;
  margin: 0 auto;
  box-shadow: 0px 0px 2px 0px rgba(102, 102, 102, 0.78);
}
.content-area.investor-link .previous-ar .item:hover .covers .ar {
  left: 5px;
  transform: translate(20px, 5px);
}
.content-area.investor-link .previous-ar .item:hover .covers .fr {
  right: 5px;
  transform: translate(20px, 5px);
  /***** NEWS PAGE *****/
}
.content-area.newsroom table.content-table th,
.content-area.newsroom table.content-table td {
  padding: 10px 15px;
  font-size: 14px;
  vertical-align: top;
}
.content-area.newsroom table.content-table th a,
.content-area.newsroom table.content-table td a {
  font-size: inherit;
}

.content-area.newsroom table.content-table th a.btn,
.content-area.newsroom table.content-table td a.btn {
  color: var(--primary-teal);
  background-color: #000;
  padding: 5px 15px;
  border-radius: 0;
  font-weight: 700;
  text-decoration: none;
  border: none;
}

.content-area.newsroom table.content-table th a.btn:hover,
.content-area.newsroom table.content-table td a.btn:hover,
.content-area.newsroom table.content-table th a.btn-light:hover,
.content-area.newsroom table.content-table td a.btn-light:hover {
  background-color: var(--primary-teal);
  color: #000;
  border: none;
}

.content-area.newsroom table.content-table th.no-items,
.content-area.newsroom table.content-table td.no-items {
  padding: 15px;
}
.content-area.newsroom table.content-table th {
  background: #fff;
  color: #000;
}
.content-area.newsroom table.content-table th.section-head {
  background: #fff;
}
.content-area.newsroom table.content-table td {
  border-top: #ccc 1px dotted;
}

/***** SEARCH RESULTS PAGE *****/

.content-area.search-results h2.section-head {
  margin: 5px 0 2px;
}

.content-area.search-results span.search-excerpt {
  text-decoration: underline 4px solid var(--primary-teal);
  display: inline-block;
  padding: 0 2px;
}

.content-area.search-results p {
  margin-top: 5px;
}
.content-area.search-results p.search-result-item {
  line-height: 1.5em;
}
.content-area.search-results p.search-result-item b {
  font-size: 20px;
}
.content-area.search-results p.search-result-item.page a.display-url {
  color: #000;
  font-size: 12px;
}
.content-area.search-results p.search-result-item.webcastb a.display-url {
  color: #000;
  font-size: 11px;
}
.content-area.search-results p.search-result-item .description {
  color: #666;
}
.content-area.search-results a {
  color: #000;
}
.content-area.search-results a:hover {
  text-decoration: underline;
}
.content-area.search-results table {
  width: 100%;
  border-top: #eee 1px solid;
}
.content-area.search-results table tr {
  border-bottom: #eee 1px solid;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -ms-transition: all 150ms;
  -o-transition: all 150ms;
}
.content-area.search-results table tr.page-1 {
  display: table-row;
}
.content-area.search-results table tr:hover {
  background-color: #f4f4f4;
}
.content-area.search-results table tr td {
  padding: 8px 0;
  font-size: 14px;
  cursor: pointer;
}
.content-area.search-results table tr td b {
  font-size: 20px;
}
.content-area.search-results table tr td.counter {
  vertical-align: middle;
  font-size: 11px;
  background-color: #ccc;
  color: #666;
}
.content-area.search-results table tr td.prop-thumb {
  text-align: left;
  width: 100px;
}
.content-area.search-results table tr td.prop-thumb .asset-class {
  text-transform: capitalize;
  display: block;
  padding: 1px 5px;
  margin-top: 5px;
  font-size: 11px;
  line-height: 15px;
  border-left: #999 4px solid;
}
.content-area.search-results table tr td.prop-thumb .asset-class.retail {
  border-left: #005e85 4px solid;
}
.content-area.search-results table tr td.prop-thumb .asset-class.office {
  border-left: #c00000 4px solid;
}
.content-area.search-results table tr td.prop-thumb .asset-class.industrial {
  border-left: #000 4px solid;
}
.content-area.search-results table tr td.prop-thumb .asset-class.residential {
  border-left: #009900 4px solid;
}
.content-area.search-results table tr td.thumb {
  width: 85px;
}
.content-area.search-results table tr td.gla {
  text-align: right;
}
.content-area.search-results table img {
  width: 75px;
}

/***** REAL ESTATE PAGE *****/

.hero {
  width: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .hero-container {
  width: 100%;
  max-width: 1110px;
}

@media screen and (min-width: 1200px) {
  .hero .hero-container {
  max-width: 1460px;
}
  
}

.hero .hero-container .hero-row {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  align-items: center;
}

.hero .hero-text {
  width: 100%;
  height: 100%;
  padding: 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero .hero-text h1 {
  /* text-decoration-color: var(--primary-teal);
  text-decoration-line: underline; */
  color: #ffffff;
  /* font-size: 3rem; */
}

.hero .hero-container .hero-row .hero-bg {
  height: 200px;
  width: 100%;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .hero .hero-container .hero-row .hero-bg {
    height: 300px;
  }
  
  .hero .hero-text {
    padding: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .hero .hero-container .hero-row {
    flex-direction: row;
    gap: 2rem;
  }
  .hero .hero-text {
    width: 50%;
  }
  .hero .hero-container .hero-row .hero-bg {
    width: 50%;
  }
}

.real-estate .real-estate-intro {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
  p {
    line-height: normal;
  }

  ul li {
    line-height: normal;
    margin: 0;
  }

  ul li::marker {
      color: var(--primary-teal);
  }
  
  .real-estate-photo-wrapper {
    position: relative;
    padding-top: 2rem;
    padding-left: 2rem;

    .real-estate-photo {
      position: absolute;
      aspect-ratio: 1.5;
      top: 0;
      left: 0;
      width: calc(100% - 50px);
    }

    .real-estate-photo-drop {
      aspect-ratio: 1.5;
      object-fit: cover;
    }
  }
}

.services-slider {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
  gap: 2rem;

  > div {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .our-services {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    list-style: none;
    width: 100vw;
    position: relative;
    left: 0;
    padding: 0;
    margin: 0;
    scrollbar-color: var(--primary-teal) #e9edee;

    li {
      position: relative;
    }

    li:nth-child(odd) {
      background-color: #e9edee;
    }

    li:hover {
      background-color: #000;
      a {
        color: #ffffff;
        .arrow {
          background-color: var(--primary-teal);
        }
        .arrow svg {
          transform: rotate(-45deg);
        }
      }
    }

    li a {
      text-decoration: none;
    }

    li a > div {
      padding: 0.5rem 2.25rem 5rem;
      width: 300px;
      height: 100%;
    }
  }
}

@media screen and (min-width: 992px) {
  .services-slider {
    flex-direction: row;
  }
  
}

.teal-rule {
  width: 60px;
  height: 2px;
  background-color: var(--primary-teal);
  margin: 2rem 0;
  border: none;
}

section.governance-docs {
  ul {
    list-style: none;
    margin: 1rem 0 2rem;
    padding: 0;
    li {
      margin: 0;
    }
  }
}

/* section.corporate-profile {
  margin: 4rem 0;
  h6 {
    margin-top: 3rem;
  }
} */

/***** CONTACT PAGE *****/

.content-area.contact .contact-item {
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -ms-transition: all 150ms;
  -o-transition: all 150ms;
}

.content-area.contact .contact-item .office {
  /* height: 200px; */
  aspect-ratio: 16 / 9;
  background-color: #eee;
}
.content-area.contact .contact-item .office.winnipeg {
  background-image: url("https://arwebstore.blob.core.windows.net/artisreit-com/2026/01/winnipeg-office.webp");
}
.content-area.contact .contact-item .office.edmonton {
  background-image: url("../img/contact/artis-office-edmonton.jpg");
}
.content-area.contact .contact-item .office.calgary {
  background-image: url("../img/contact/artis-office-calgary.jpg");
}
.content-area.contact .contact-item .office.toronto {
  background-image: url("https://arwebstore.blob.core.windows.net/artisreit-com/2026/01/145-king.webp");
  /* background-color: #e9edee; */
}
.content-area.contact .contact-item .office.phoenix {
  background-image: url("../img/contact/artis-office-phoenix.jpg");
}
.content-area.contact .contact-item .office.madison {
  background-image: url("../img/contact/artis-office-madison.jpg");
}
.content-area.contact .contact-item .office.minneapolis {
  background-image: url("../img/contact/artis-office-minneapolis.jpg");
}
.content-area.contact .contact-item .content {
  padding: 10px;
  /* border-bottom: #eee 1px solid; */
  margin-bottom: 15px;
}
.content-area.contact .contact-item .content h3 {
  margin: 0;
}

.content-area.contact .contact-item .content p {
  margin: 10px 0 0;
}

.content-area.contact .contact-item .content p b {
  color: #000;
}

.content-area.contact .subscription {
  background-color: #eee;
  padding: 30px 0;
}

.content-area.contact .subscription .container {
  margin: 30px auto;
}

.content-area.contact .subscription .questions,
.content-area.contact .subscription .questions > .row > div {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.content-area.contact .subscription .icon {
  text-align: left;
}

.content-area.contact .subscription p {
  margin: 0 0 10px 0;
}

.content-area.contact .subscription .emlink {
  font-size: 25px;
  font-weight: bold;
}

.content-area.contact .subscription .emlink:hover {
  text-decoration: underline;
  color: var(--primary-teal);
}

.subscription {
  margin: 2rem 0;
}

.subscription input {
  border: solid 1px #000000;
  border-radius: 0%;
  background-color: #fff;
  font-size: 15px;
  width: 100%;
  padding: 5px 7px;
  margin-bottom: 3px;
}

.subscription input[type="submit"] {
  background-color: #000;
  border: none;
  color: #fff;
  padding: 10px 15px;
  margin: 3px 0;
  width: auto;
  font-weight: 700;
  cursor: pointer;
}

.subscription input[type="submit"]:hover {
  background-color: var(--primary-teal);
  color: #000000;
}

.subscription textarea {
  border: 0;
  background-color: #fff;
  font-size: 15px;
  width: 100%;
  padding: 5px 7px;
}

.contact-icon {
  font-size: xx-large;
  color: #355974;
  text-align: left;
}

.land-acknowledgement {
  margin-top: 3rem;
}

/***** PROPERTY-SINGLE PAGE *****/

.content-area.property-item .property-cover {
  width: 100%;
  background-color: #eee;
  height: 300px;
  z-index: 1;
  position: relative;
}
.content-area.property-item .property-cover #explore {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 5;
}
.content-area.property-item .property-cover #explore .row {
  margin-top: 10px;
}
.content-area.property-item .property-cover #explore .row a.btn-explore {
  float: right;
  padding: 5px;
  font-size: 8px;
}
.content-area.property-item .property-cover #explore .row a.btn-explore:focus {
  outline: none;
}
.content-area.property-item .property-cover #explore .row a.btn-explore svg {
  fill: #fff;
  width: 25px;
  height: 25px;
}
.content-area.property-item .property-cover #satellite_view {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.content-area.property-item .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 4;
  background-color: rgba(98, 112, 130, 0.6);
}
.content-area.property-item .box-leasing {
  background-color: #eee;
  display: inline-block;
  width: 100%;
  padding: 15px 15px;
  margin-bottom: 15px;
}
.content-area.property-item .box-leasing h3 {
  margin: 0 0 15px;
}
.content-area.property-item .box-leasing p {
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}
.content-area.property-item .content {
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 5;
}
.content-area.property-item .content .title-bar {
  background-color: #fff;
  display: inline-block;
  padding: 10px 20% 10px 15px;
  border-left: var(--primary-teal) 10px solid;
  position: relative;
}
.content-area.property-item .content .title-bar .ribbon {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: absolute;
}
.content-area.property-item .content .title-bar .ribbon::before,
.content-area.property-item .content .title-bar .ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #840808;
}
.content-area.property-item .content .title-bar .ribbon span {
  position: absolute;
  display: block;
  width: 182px;
  padding: 8px 0;
  background-color: #b40b0b;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}
.content-area.property-item .content .title-bar .ribbon.top-right {
  top: -10px;
  right: -10px;
}
.content-area.property-item .content .title-bar .ribbon.top-right::before,
.content-area.property-item .content .title-bar .ribbon.top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.content-area.property-item .content .title-bar .ribbon.top-right::before {
  top: 0;
  left: 0;
}
.content-area.property-item .content .title-bar .ribbon.top-right::after {
  bottom: 0;
  right: 0;
}
.content-area.property-item .content .title-bar .ribbon.top-right span {
  left: -42px;
  top: 15px;
  transform: rotate(45deg);
}
.content-area.property-item .content h1 {
  color: #000;
  font-size: 30px;
  margin-bottom: 0;
}
.content-area.property-item .content p.subtitle {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.content-area.property-item table.prop-attributes {
  border-top: #eee;
}
.content-area.property-item table.prop-attributes tr {
  border-bottom: #ddd 1px dotted;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -ms-transition: all 150ms;
  -o-transition: all 150ms;
}
.content-area.property-item table.prop-attributes tr:hover {
  background-color: #dadada;
}
.content-area.property-item table.prop-attributes td,
.content-area.property-item table.prop-attributes th {
  padding: 5px;
  font-size: 14px;
  vertical-align: top;
}
.content-area.property-item .gallery-img {
  display: inline-block;
  width: 49%;
}
.content-area.property-item .gallery-img.featured {
  float: none;
  width: 100%;
}
.content-area.property-item .gallery-img img {
  padding: 3px;
}
.content-area.property-item #prop_roadmap {
  width: 100%;
  height: 200px;
  background-color: #eee;
}
.content-area.property-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-area.property-item ul.property-link-list {
  margin-bottom: 30px;
}
.content-area.property-item ul.property-link-list li {
  margin-bottom: 5px;
}
.content-area.property-item ul.property-link-list li a {
  font-size: 13px;
  height: 60px;
  border: var(--primary-teal) 2px solid;
  display: block;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
}
.content-area.property-item ul.property-link-list li a span {
  position: absolute;
  bottom: 5px;
}
.content-area.property-item ul.property-link-list li a span .extra {
  overflow: hidden;
  color: #000000;
  height: 0;
  transition: all 150ms;
  font-size: 20px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: -1px;
  /* opacity: 0.8; */
}
.content-area.property-item ul.property-link-list li a svg {
  fill: var(--primary-teal);
  width: 13px;
  height: 13px;
  transform: translateY(2px);
}
.content-area.property-item ul.property-link-list li a:hover {
  text-decoration: none;
  background-color: var(--primary-teal);
  color: #000000;
}
.content-area.property-item ul.property-link-list li a:hover svg {
  fill: #000000;
}
.content-area.property-item ul.property-link-list li a:hover span .extra {
  transform: translateY(0);
  height: 20px;
  /***** PORTFOLIO MAP PAGE *****/
}
.content-area.portfolio-map .map-panel {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.content-area.portfolio-map .map-panel .mobile-search-box {
  position: absolute;
  top: 55px;
  right: 0;
  padding: 10px;
  background-color: #fff;
  z-index: 6;
  display: none;
}
.content-area.portfolio-map .map-panel .mobile-search-box .filter-item {
  float: none;
  width: 100%;
}
.content-area.portfolio-map .map-panel .mobile-search-box input#m_keyword {
  border: 0;
  font-size: 16px;
  padding: 5px 10px;
  margin: 5px 0;
  width: 100%;
  border: #eee 1px solid;
}
.content-area.portfolio-map .map-panel .mobile-search-box select {
  border: #eee 1px solid;
  font-size: 16px;
  padding: 5px;
  margin: 5px 0;
  width: 100%;
}
.content-area.portfolio-map .map-panel .mobile-search-box select:disabled {
  background-color: #eee;
  color: #999;
}
.content-area.portfolio-map .map-panel .mobile-search-box a.btn-submit {
  background-color: #000000;
  float: left;
  border-radius: 10px;
  padding: 8px 20px;
  margin: 0 10px 0 0;
  color: #fff;
  font-size: 13px;
}
.content-area.portfolio-map .map-panel .mobile-search-box a.btn-submit svg {
  display: inline-block;
  fill: #fff;
  width: 15px;
  height: 20px;
  transform: translateY(4px);
}
.content-area.portfolio-map .map-panel .mobile-search-box a.btn-close {
  background-color: #b40b0b;
  float: left;
  border-radius: 10px;
  padding: 8px 20px;
  margin: 0;
  color: #fff;
  font-size: 13px;
}
.content-area.portfolio-map .map-panel .mobile-search-btn {
  display: none;
  position: absolute;
  z-index: 5;
  top: 75px;
  right: 10px;
  background-color: #fff;
  width: 40%;
  overflow: hidden;
  border-radius: 10px;
}
.content-area.portfolio-map .map-panel .mobile-search-btn * {
  cursor: pointer;
}
.content-area.portfolio-map .map-panel .mobile-search-btn .dmy-s {
  border: 0;
  font-size: 15px;
  padding: 5px 10px;
  margin: 3px 0;
  width: 73%;
  float: left;
  color: #666;
}
.content-area.portfolio-map .map-panel .mobile-search-btn .dmy-btn-submit {
  float: right;
  background-color: #000000;
  text-align: center;
  width: 25%;
  height: 39px;
}
.content-area.portfolio-map .map-panel .mobile-search-btn .dmy-btn-submit svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  transform: translateY(10px);
}
.content-area.portfolio-map .map-panel .overlay-404 {
  position: absolute;
  display: none;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.9);
}
.content-area.portfolio-map .map-panel .overlay-404 p {
  font-size: 15px;
  color: #666;
  margin: 20vh auto;
  display: block;
  text-align: center;
  width: 60%;
}
.content-area.portfolio-map .map-panel .overlay-404 svg {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  fill: #b40b0b;
}
.content-area.portfolio-map .map-panel .map-search-box {
  position: absolute;
  width: 100%;
  /* top: 80px; */
  top: 0;
  padding: 10px;
  z-index: 6;
  background-color: rgba(125, 125, 125, 0.6);
}
.content-area.portfolio-map .map-panel .map-search-box .row:first-child {
  margin-top: 0 !important;
}
.content-area.portfolio-map .map-panel .map-search-box .search-container {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.content-area.portfolio-map
  .map-panel
  .map-search-box
  .search-container
  .filter-item {
  float: left;
  width: 22%;
  display: none;
}
.content-area.portfolio-map
  .map-panel
  .map-search-box
  .search-container
  .filter-item:first-child {
  display: block;
  width: 65%;
}
.content-area.portfolio-map
  .map-panel
  .map-search-box
  .search-container
  input#keyword {
  border: 0;
  font-size: 12px;
  padding: 5px 10px;
  margin: 5px 0;
  width: 100%;
}
.content-area.portfolio-map
  .map-panel
  .map-search-box
  .search-container
  select {
  border-top: none;
  border-right: none;
  border-bottom: none;
  font-size: 12px;
  padding: 5px;
  margin: 5px 0;
  width: 100%;
}
.content-area.portfolio-map
  .map-panel
  .map-search-box
  .search-container
  select:disabled {
  background-color: #eee;
  color: #999;
}
.content-area.portfolio-map
  .map-panel
  .map-search-box
  .search-container
  a.btn-advanced {
  float: right;
  background-color: #ddd;
  height: 40px;
  padding: 3px 15px;
  color: #000;
  line-height: 35px;
  font-size: 13px;
}
.content-area.portfolio-map
  .map-panel
  .map-search-box
  .search-container
  a.btn-advanced:hover {
  text-decoration: none;
}
.content-area.portfolio-map
  .map-panel
  .map-search-box
  .search-container
  a.btn-submit {
  float: right;
  background-color: #000000;
  text-align: center;
  width: 10%;
  height: 40px;
}
.content-area.portfolio-map
  .map-panel
  .map-search-box
  .search-container
  a.btn-submit
  svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  transform: translateY(10px);
}
.content-area.portfolio-map .map-panel .map-info {
  position: absolute;
  width: 100%;
  z-index: 6;
  bottom: 0;
}
.content-area.portfolio-map .map-panel .map-info .map-legend {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.content-area.portfolio-map .map-panel .map-info .map-legend .item {
  float: left;
  padding-right: 15px;
  background-color: #fff;
  padding: 5px 8px;
  font-size: 12px;
}
.content-area.portfolio-map .map-panel .map-info .map-legend .item img {
  vertical-align: middle;
  width: 20px;
  margin-right: 10px;
}
.content-area.portfolio-map .map-panel .map-info .map-propinfo {
  border-top: #000000 5px solid;
  overflow: hidden;
  padding: 10px 15px;
  background: #fff;
  width: 100%;
  display: none;
  position: relative;
  height: 165px;
}
.content-area.portfolio-map
  .map-panel
  .map-info
  .map-propinfo
  .btn-secondary.close {
  color: #b40b0b;
  border-color: #b40b0b;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 2px 7px;
}
.content-area.portfolio-map
  .map-panel
  .map-info
  .map-propinfo
  .btn-secondary.close:hover {
  color: #fff;
  background-color: #b40b0b;
}
.content-area.portfolio-map .map-panel .map-info .map-propinfo .content {
  display: none;
  margin: 10px 0 10px;
  overflow: hidden;
}
.content-area.portfolio-map
  .map-panel
  .map-info
  .map-propinfo
  .content
  .prop-preview {
  background-color: #b40b0b;
  width: 30%;
  height: 100px;
  float: left;
}
.content-area.portfolio-map
  .map-panel
  .map-info
  .map-propinfo
  .content
  .prop-data {
  width: 67%;
  float: right;
}
.content-area.portfolio-map
  .map-panel
  .map-info
  .map-propinfo
  .content
  .prop-data
  h3 {
  width: 70%;
  margin-bottom: 0;
}
.content-area.portfolio-map
  .map-panel
  .map-info
  .map-propinfo
  .content
  .prop-data
  p.address-gla {
  margin: 5px 0;
  font-size: 12px;
  line-height: 18px;
}
.content-area.portfolio-map
  .map-panel
  .map-info
  .map-propinfo
  .content
  .prop-data
  p.links {
  margin: 10px 0;
}
.content-area.portfolio-map
  .map-panel
  .map-info
  .map-propinfo
  .content
  .prop-data
  p.links
  a.btn-secondary {
  color: #000000;
  border-color: #000000;
  display: inline-block;
  margin: 0 10px;
  padding: 0 10px;
}
.content-area.portfolio-map
  .map-panel
  .map-info
  .map-propinfo
  .content
  .prop-data
  p.links
  a.btn-secondary:first-child {
  margin-left: 0;
}
.content-area.portfolio-map
  .map-panel
  .map-info
  .map-propinfo
  .content
  .prop-data
  p.links
  a.btn-secondary:hover {
  background-color: #000000;
  color: #fff;
}
.content-area.portfolio-map .proplist {
  margin: 30px 0 0 0;
}
.content-area.portfolio-map .proplist .display-toggle {
  float: left;
}
.content-area.portfolio-map .proplist .display-toggle ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-area.portfolio-map .proplist .display-toggle ul li {
  float: left;
  margin-right: 10px;
}
.content-area.portfolio-map .proplist .display-toggle ul li a {
  display: block;
  color: #000;
  font-size: 12px;
  background-color: #fff;
  font-weight: inherit;
  padding: 5px 10px;
  line-height: 20px;
}
.content-area.portfolio-map .proplist .display-toggle ul li a:hover {
  background-color: #ccc;
  text-decoration: none;
}
.content-area.portfolio-map .proplist .display-toggle ul li a.focus {
  text-decoration: none;
}
.content-area.portfolio-map .proplist .display-toggle ul li a.active {
  background-color: #000;
  color: #fff;
}
.content-area.portfolio-map .proplist .display-type {
  display: none;
}
.content-area.portfolio-map .proplist .display-type.grid {
  display: block;
}
.content-area.portfolio-map .proplist table {
  width: 100%;
  border-top: #eee 1px solid;
}
.content-area.portfolio-map .proplist table tr {
  border-bottom: #eee 1px solid;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -ms-transition: all 150ms;
  -o-transition: all 150ms;
}
.content-area.portfolio-map .proplist table tr.page-1 {
  display: table-row;
}
.content-area.portfolio-map .proplist table tr:hover {
  background-color: #f4f4f4;
}
.content-area.portfolio-map .proplist table tr td {
  padding: 8px 10px;
  font-size: 14px;
  cursor: pointer;
}
.content-area.portfolio-map .proplist table tr td b {
  font-size: 20px;
}
.content-area.portfolio-map .proplist table tr td.counter {
  vertical-align: middle;
  font-size: 11px;
  background-color: #ccc;
  color: #666;
}
.content-area.portfolio-map .proplist table tr td.prop-thumb {
  width: 100px;
}
.content-area.portfolio-map .proplist table tr td.asset-class span {
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  color: #fff;
}
.content-area.portfolio-map .proplist table tr td.asset-class.retail span {
  background-color: #AC0037;
}
.content-area.portfolio-map .proplist table tr td.asset-class.office span {
  background-color: var(--primary-teal);
}
.content-area.portfolio-map .proplist table tr td.asset-class.industrial span {
  background-color: #000;
}
.content-area.portfolio-map .proplist table tr td.asset-class.residential span {
  background-color: #322278;
}
.content-area.portfolio-map .proplist table tr td.gla {
  text-align: right;
}
.content-area.portfolio-map .proplist table img {
  width: 75px;
}

.content-area.portfolio-map .proplist .property-item {
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -ms-transition: all 150ms;
  -o-transition: all 150ms;
  background-color: #eeeeee;
}

.content-area.portfolio-map .proplist .property-item:hover {
  /* background: #f7f7f7; */
  /* box-shadow: 0 0 10px #ccc; */
  .content {
    background-color: #000;
    h3, p {
      color: #ffffff !important;
    }
  }
  .preview {
    filter: brightness(1.04);
  }
}

.content-area.portfolio-map .proplist .property-item .preview {
  height: 200px;
  background-color: #eee;
}
.content-area.portfolio-map .proplist .property-item .content {
  padding: 10px;
  min-height: 120px;
  /* border-bottom: #eee 1px solid; */
  margin-bottom: 15px;
  overflow: hidden;
}
.content-area.portfolio-map .proplist .property-item .content .col-l {
  float: left;
  width: 60%;
}
.content-area.portfolio-map .proplist .property-item .content .col-r {
  float: right;
  width: 40%;
  text-align: right;
}
.content-area.portfolio-map .proplist .property-item .content h3 {
  font-size: 20px;
  color: #000;
  margin: 0;
}
.content-area.portfolio-map .proplist .property-item .content p {
  margin: 5px 0 0;
  /* color: #666; */
  font-size: 12px;
  line-height: 17px;
}
.content-area.portfolio-map .proplist .property-item .content span.asset-class {
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  color: #fff;
  margin-bottom: 10px;
}
.content-area.portfolio-map
  .proplist
  .property-item
  .content
  span.asset-class.retail {
  background-color: #AC0037;
}
.content-area.portfolio-map
  .proplist
  .property-item
  .content
  span.asset-class.office {
  color: #000000;
  background-color: var(--primary-teal);
}
.content-area.portfolio-map
  .proplist
  .property-item
  .content
  span.asset-class.industrial {
  background-color: #000;
  border: solid 1px #ffffff;
}
.content-area.portfolio-map
  .proplist
  .property-item
  .content
  span.asset-class.residential {
  background-color: #322278;
}
.content-area.portfolio-map .proplist .property-item .content span.gla {
  font-size: 15px;
  font-weight: bold;
}
.content-area.portfolio-map .proplist a:hover {
  text-decoration: none;
}
.content-area.portfolio-map #map_pm {
  width: 100%;
  height: 70vh;
  background-color: #eee;
  position: relative;
  z-index: 2;
}
.content-area.portfolio-map #map_pm .gm-style-iw.gm-style-iw-c {
  padding: 10px;
  /***** 404 PAGE *****/
}
.content-area.page-404 .title-bar-404 {
  border-bottom: #b40b0b 3px solid;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
.content-area.page-404 .title-bar-404 .icon,
.content-area.page-404 .title-bar-404 .text {
  float: left;
}
.content-area.page-404 .title-bar-404 .icon {
  margin-right: 30px;
}
.content-area.page-404 .title-bar-404 .icon svg {
  width: 80px;
  height: 80px;
  margin: 10px;
  fill: #b40b0b;
}
.content-area.page-404 .title-bar-404 .text h2 {
  margin-bottom: 0;
}
.content-area.page-404 textarea {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  height: 100px;
  padding: 8px;
  resize: none;
}
.content-area.page-404 h3 {
  font-weight: 700;
  color: #333;
  font-size: 25px;
  text-transform: none;
}
.content-area.page-404 .feedback-box {
  padding: 25px;
  background-color: #eee;
  border-radius: 15px;
  margin-bottom: 30px;
}
.content-area.page-404 .feedback-box p {
  font-size: 14px;
  line-height: 25px;
  width: 80%;
}
.content-area.page-404 form#s404 a.btn-primary {
  background-color: #b40b0b;
  color: #fff;
  padding: 10px 25px;
  margin-top: 5px;
  display: inline-block;
}
.content-area.page-404 form#s404 a.btn-primary:hover {
  background-color: #f33232;
}
.content-area.page-404 form#search-form input[name="s"] {
  font-size: 14px;
  line-height: 20px;
  width: 80%;
  padding: 8px;
}
.content-area.page-404 form#search-form input[type="submit"].btn-primary {
  margin-top: 10px;
  color: #fff;
  background-color: #b40b0b;
  font-size: 12px;
  padding: 10px;
}
.content-area.page-404 .option-404 p {
  line-height: 20px;
}
.content-area.page-404 .option-404 a.btn-primary {
  color: #fff;
  background-color: #b40b0b;
  font-size: 12px;
  padding: 10px;
}
.content-area.page-404 .option-404 a.btn-primary:hover {
  background-color: #f33232;
}
.content-area.page-404 .option-404 ul {
  margin: 0 0 0 25px;
  padding: 0;
  /***** 360/300 MAIN PAGE *****/
}
.content-area.a360300 {
  color: #fff;
}
.content-area.a360300 h1.entry-title {
  text-align: center;
}
.content-area.a360300 a.btn-secondary {
  display: inline-block;
  border-color: #fff;
  color: #fff;
}
.content-area.a360300 a.btn-secondary svg {
  fill: #fff;
}
.content-area.a360300 a.btn-secondary:hover {
  background-color: #fff;
  color: #0f2534;
}
.content-area.a360300 a.btn-secondary:hover svg {
  fill: #0f2534;
}
.content-area.a360300 a.btn-secondary.link-300,
.content-area.a360300 a.btn-secondary.link-presentation-pdf {
  margin: 30px auto;
}
.content-area.a360300 .logo-300main {
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
.content-area.a360300 .logo-300main img {
  margin: 30px auto 10px;
}
.content-area.a360300 .video-container {
  margin: 30px 0;
  width: 100%;
}
.content-area.a360300 .video-300 {
  text-align: center;
}
.content-area.christmas .title-ribbon {
  position: relative;
  z-index: 1;
  text-align: center;
}
.content-area.christmas h1 {
  background-color: #db1919;
  height: 80px;
  line-height: 80px;
  font-size: 45px;
  display: inline-block;
  position: relative;
  margin: 30px auto 50px;
  padding: 0 40px;
  color: #fff;
}
.content-area.christmas h1:before,
.content-area.christmas h1:after {
  background-color: #ad1414;
  width: 50px;
  height: 80px;
  content: "";
  display: block;
  transform: skewY(20deg);
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0px 0px 15px 10px #fff;
  box-shadow: 0px 0px 15px 10px #fff;
}
.content-area.christmas h1:before {
  top: 10px;
  left: 0;
}
.content-area.christmas h1:after {
  top: -10px;
  right: 0;
}
.sidebar-area h3 {
  margin-left: 5px;
}
.sidebar-area ul.subpage-nav,
.sidebar-area ul.menu {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
  width: 90%;
}
.sidebar-area ul.subpage-nav li,
.sidebar-area ul.menu li {
  border-bottom: #ccc 1px solid;
  /* color: #333; */
  font-size: 12px;
  position: relative;
  margin-bottom: 0;
  line-height: 18px;
}

.sidebar-area ul.subpage-nav li a,
.sidebar-area ul.menu li a {
  display: block;
  text-decoration: none;
  /* color: inherit; */
  font-size: inherit;
  font-weight: 500;
  padding: 8px 5px 8px 10px;
}
.sidebar-area ul.subpage-nav li a:hover,
.sidebar-area ul.menu li a:hover {
  background-color: var(--primary-teal);
  /* color: #fff; */
  text-decoration: none;
}
.sidebar-area ul.subpage-nav li.current_page_item a,
.sidebar-area ul.menu li.current_page_item a {
  background-color: #000000;
  color: #fff;
}
.sidebar-area ul.subpage-nav li.current_page_item a:before,
.sidebar-area ul.menu li.current_page_item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2.8em;
  width: 0;
  height: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #000;
  border-top-width: 1.4em;
  border-right-width: 1.4em;
  border-bottom-width: 1.4em;
  border-left-width: 1.4em;
  border-style: solid;
}
.mtpopup .slbContentOuter {
  padding: 5em 1em;
}
.mtpopup .bio {
  padding: 15px 20px;
  background-color: #fff;
  max-width: 55vw;
  overflow: hidden;
}
.mtpopup .bio .photo,
.mtpopup .bio .content {
  float: left;
}
.mtpopup .bio .photo {
  width: 20%;
  margin-right: 20px;
}
.mtpopup .bio .content {
  width: 70%;
  font-size: 13px;
}
.mtpopup .bio .content h4 {
  margin-bottom: 15px;
}

/* Artis REIT & RFA Capital merger page */

.rfa-merger-wrapper {
  p,
  ul li {
    font-size: 1rem;
  }

  h1 {
    font-size: 2.5rem;
    font-weight: 600;
    text-wrap: balance;
    line-height: 100%;
    .subtitle {
      font-size: 1.25rem;
      /* font-weight: 500; */
      line-height: 70%;
    }
  }

  h2 {
    font-size: 1.6rem;
    /* color: #355974; */
  }

  h3 {
    font-size: 1.5rem;
    /* color: #355974; */
  }

  @media screen and (min-width: 769px) {
    h1 {
      font-size: 4.375rem;
      .subtitle {
        font-size: 1.875rem;
      }
    }

    h2 {
      font-size: 2rem;
    }

    h3 {
      font-size: 2rem;
    }
  }

  hr {
    margin: 3rem 0 4rem 0;
    color: #ccc;
    scroll-margin-top: 200px;
  }

  #documents .merger-links p {
    margin: 8px 0;
  }

  .merger-how-to-vote p {
    font-size: 20px;
  }
}

.merger-hero-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(
      rgba(35, 65, 92, 0.5),
      rgba(35, 65, 92, 0.5)
    ),
    url("https://arwebstore.blob.core.windows.net/artisreit-com/2025/11/RFAannounce_hero.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 70vh;
}

.rfa-merger-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 70vh;
  color: #fff;
  z-index: 49;
  #breadcrumb {
    position: absolute;
  }
  #breadcrumb ul li a {
    color: #fff;
  }
  > div {
    width: 100%;
    max-width: 1140px;
    margin: 0 50px;
    padding: 0 15px;
  }
}

.rfa-merger-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  /* gap: 0.5rem; */
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  text-align: center;
  li a {
    font-size: 16px;
    /* color: #355974; */
    font-weight: 600;
  }
  li a:hover {
    text-decoration: underline;
  }
  @media screen and (min-width: 576px) {
    flex-direction: row;
    gap: 0.5rem 1.5rem;
  }
}

.rfa-merger-nav-wrapper {
  display: flex;
  /* position: sticky; */
  /* top: 56px; */
  position: relative;
  z-index: 49;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #eee;
  @media screen and (min-width: 769px) {
    position: sticky;
    top: 179px;
  }
}

.merger-how-to-vote {
  background-color: #eee;
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  max-width: max-content;
  border-radius: 0.5rem;
  p {
    margin: 0.5rem 0;
  }
}

.hero-scrolled {
  @media screen and (min-width: 769px) {
    position: fixed;
    top: 79px;
    left: 0;
    right: 0;
    height: 100px;
    font-size: 30px;
    background-image: linear-gradient(
        rgba(35, 65, 92, 0.5),
        rgba(35, 65, 92, 0.5)
      ),
      url("https://arwebstore.blob.core.windows.net/artisreit-com/2025/11/RFAannounce_hero.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    h1 {
      font-size: 2rem;
      .subtitle {
        font-size: 1.125rem;
      }
    }
  }
}

/* Letter of Unitholder template customization */
.letter .custom-header {
  position: relative;
}

.letter .custom-header .entry-title {
  position: absolute;
  bottom: 0;
  color: #fff;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  filter: drop-shadow(0 0 6px #000);
}

@media screen and (min-width: 769px) {
  .letter .custom-header .entry-title {
    font-size: 2.8rem;
  }
}
.letter #post-9309 .custom-header {
  display: flex;
  flex-direction: column;
}
.letter #post-9309 .custom-header .entry-title {
  position: unset;
  color: #000;
  margin: 15px 0 0;
  order: 2;
}
.letter h5 {
  margin-bottom: 0;
}
.letter .no-margin {
  margin-top: 0;
}
.letter .sidebar-area ul.subpage-nav {
  margin-bottom: 20px;
}
.letter .disclaimer p {
  font-size: 8px !important;
  line-height: 18px;
  margin: 10px 0;
}
@media screen and (min-width: 992px) {
  .letter .disclaimer p {
    font-size: 10px !important;
  }
}

.letter .sidebar-area {
  display: none;
}

@media screen and (min-width: 992px) {
  .letter .sidebar-area {
    /* position: absolute; */
    /* right: 10%; */
    position: sticky;
    top: 7rem;
    right: 0;
    margin-left: 1rem;
    display: block;
    align-self: start;
  }
}

/* End of Letter of Unitholders template customization */

@media screen and (min-width: 1601px) {
  section.splash {
    height: 700px;
  }
  section.splash .slideshow .item {
    height: 700px;
  }
  .mtpopup .bio {
    max-width: 50vw;
  }
}
@media screen and (max-width: 1199px) {
  section .investors-link .noichart_text {
    margin-top: 10px;
  }
  section .investors-link #noichart {
    right: -90px;
    top: 37%;
  }
  .mtpopup .bio {
    max-width: 50vw;
  }
}
@media screen and (max-width: 991px) {
  header#main_header #global_search_bar {
    top: -5px;
    right: 0;
  }
  header#main_header #global_search_bar #btn_search {
    top: 5px;
    background-color: #fff;
  }
  header#main_header #global_search_bar #btn_search svg {
    fill: #000;
  }
  header#main_header #global_search_bar #btn_menu {
    display: block;
    float: right;
  }
  nav.main-navigation {
    display: none;
  }
  header#main_header #global_search_bar a svg {
    width: 25px;
    height: 25px;
  }
  header#main_header #global_search_bar.active {
    width: 90%;
    /*
     .quick-search {
     .header-search-box {
     width: 45%;
     .search-bar-box {
     input[id="s"] {
     width: 75%;
     }
     a.submit {
     padding: 10px 15px;
     }
     }
     }
     } */
  }
  .mtpopup .bio {
    max-width: 60vw;
  }
  nav.main-navigation {
    position: relative;
    top: 0;
    margin-top: 0;
  }
  nav.main-navigation ul {
    float: left;
  }
  nav.main-navigation ul li a {
    padding: 12px 7px;
  }
  section .investors-link #noichart {
    right: -90px;
  }
  section .portfolio-map {
    background-position: 100% 100%;
    background-size: contain;
  }
  section .portfolio-map p {
    width: 60%;
  }
  section .portfolio-map ul.propclass-list {
    margin: 0;
  }
  .content-area.property-item .box-leasing {
    margin-top: 15px;
  }
  .content-area.portfolio-map .map-panel .map-search-box {
    position: absolute;
    width: 100%;
    /* top: 120px; */
    top: 0;
  }
  .content-area.investor-link .previous-ar,
  .content-area.investor-link .recent-ar {
    overflow: hidden;
  }
  .content-area.investor-link .previous-ar h3 {
    margin-bottom: 15px;
  }
  .content-area.investor-link .previous-ar .item {
    height: auto;
    text-align: center;
  }
  .content-area.investor-link .previous-ar .item p.year-label {
    margin: 0 0 5px;
  }
  .content-area.investor-link .previous-ar .item .covers,
  .content-area.investor-link .previous-ar .item .covers .ar {
    transform: translate(0, 0);
    position: relative;
    height: auto;
    width: auto;
    left: auto;
    box-shadow: none;
  }
  .content-area.investor-link .previous-ar .item .covers .ar img {
    box-shadow: 0px 0px 2px 0px rgba(102, 102, 102, 0.78);
  }
  .content-area.investor-link .previous-ar .item .covers .fr {
    display: none;
  }
  .content-area.investor-link .previous-ar .item .mobile-links {
    display: block;
  }
  .content-area.investor-link .previous-ar .item .mobile-links a.btn-secondary {
    border-color: #b40b0b;
    color: #b40b0b;
    font-size: 12px;
    display: block;
    margin: 5px 10px;
    padding: 8px 0;
  }
  .content-area.investor-link
    .previous-ar
    .item
    .mobile-links
    a.btn-secondary:hover {
    background-color: #b40b0b;
    color: #fff;
  }
  .mtpopup .bio {
    max-width: 55vw;
  }
}
@media screen and (max-width: 768px) {
  header#main_header figure.logo {
    width: 100px;
  }
  header#main_header #global_search_bar {
    top: 2px;
    right: 20px;
  }
  header#main_header #global_search_bar.active {
    width: 50%;
  }
  header#main_header #global_search_bar input[name="s"] {
    top: 13px;
    right: 5px;
  }
  header#main_header #global_search_bar input[name="s"].active {
    margin-right: 100px;
  }
  header#main_header #global_search_bar .controls {
    width: 95px;
  }
  /* header#main_header #global_search_bar #btn_menu {
    display: block;
    float: right;
  } */
  header#main_header #global_search_bar #btn_search {
    top: 0;
    background-image: url("../img/search-loader-large.gif");
  }
  header#main_header #global_search_bar #btn_search.progress {
    height: 45px;
  }
  /* header#main_header #global_search_bar a svg {
    width: 25px;
    height: 25px;
  } */
  /* #sidenav ul#menu-mobile-navigation {
    margin-bottom: 180px;
  } */
  /* nav.main-navigation {
    display: none;
  } */
  body.page-template-template-portfolio-map section.content-area.portfolio-map {
    width: 100%;
    height: 90vh;
  }
  body.page-template-template-portfolio-map section.sub-footer {
    display: none;
  }
  body.page-template-template-portfolio-map section.stock-quote-footer {
    display: none;
  }
  body.page-template-template-portfolio-map footer {
    display: none;
  }
  section.splash {
    height: 50vh;
    min-height: 500px;
  }
  section.splash .slideshow .item {
    height: 50vh;
    min-height: 500px;
  }
  section.splash .slideshow .item .content {
    bottom: 30px;
  }
  section.splash .slideshow-pager {
    margin: 0 auto;
  }
  section.content-area.portfolio-map .map-panel {
    height: 87vh;
  }
  section.content-area.portfolio-map .map-panel #map_pm {
    height: 87vh;
  }
  section.content-area.portfolio-map .map-panel .mobile-search-btn {
    display: block;
  }
  section.content-area.portfolio-map .map-panel .map-info .map-propinfo {
    height: 275px;
  }
  section.content-area.portfolio-map
    .map-panel
    .map-info
    .map-propinfo
    .content
    .prop-data
    h3 {
    font-size: 22px;
  }
  section.content-area.portfolio-map
    .map-panel
    .map-info
    .map-propinfo
    .content
    .prop-data
    p.links
    a.btn-secondary {
    display: block;
    float: none;
    margin: 5px 0;
    padding: 0 10px;
  }
  section.content-area.portfolio-map .map-panel .map-search-box {
    display: none;
  }
  section.content-area.video-player h1.entry-title {
    font-size: 20px;
  }
  section.stock-quote-footer .time p {
    text-align: left;
  }
  section .portfolio-map {
    margin-bottom: 30px;
  }
  section .investors-link #noichart {
    right: -60px;
    top: 25%;
  }
  section .news-bar ul li {
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: #000000 1px solid;
  }

  /***** MANAGEMENT PAGE *****/

  .content-area.management h2 {
    margin: 10px 0 20px;
  }
  .content-area.management .mgmt-list {
    margin-bottom: 30px;
  }

  .content-area.trustees .trustee-list {
    margin-bottom: 30px;
  }
  .content-area.trustees .trustee-list .trustee-item {
    margin-bottom: 20px;
    /***** CONTACT PAGE *****/
  }
  .content-area.contact .contact-item .office {
    /* height: 100px; */
    /***** 404 PAGE *****/
  }
  .content-area.page-404 .title-bar-404 .icon {
    display: block;
  }
  .content-area.page-404 .title-bar-404 .icon svg {
    margin: 5px 20px;
  }
  .content-area.page-404 .title-bar-404 .text {
    display: block;
    width: 100%;
    margin: 5px 20px;
  }
  .content-area.page-404 .option-404 {
    margin-bottom: 25px;
  }


  /***** CHRISTMAS PAGE *****/

  .content-area.christmas h1 {
    font-size: 30px;
    line-height: 55px;
    height: 55px;
    padding: 0 30px;
    margin: 40px auto;
  }
  .content-area.christmas h1:before,
  .content-area.christmas h1:after {
    height: 55px;
  }

  .mtpopup .bio {
    max-width: 80vw;
  }
  .mtpopup .bio .photo {
    display: none;
  }
  .mtpopup .bio .content {
    width: 100%;
  }
}

@media print {
  .noprint {
    display: none;
  }
  .letter .wp-block-image#signature {
    -webkit-print-color-adjust: none;
  }
  .letter p {
    font-size: 12px;
  }
  .letter .custom-header {
    width: 100%;
    -webkit-print-color-adjust: exact;
  }
  .letter .custom-header .wp-block-image img {
    width: 100vw;
    -webkit-print-color-adjust: exact;
  }
  header,
  footer,
  .sub-footer,
  .stock-quote-footer,
  #breadcrumb {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .stretch.sm-left {
    background-position: 50% 50%;
  }
}

/* Accordion styles */

.accordion {
  background-color: #e9edee;
  color: #000000;
  cursor: pointer;
  padding: 1rem 1.2rem 0.75rem;
  width: 100%;
  text-align: left;
  border: none;
  border-color: var(--primary-teal) !important;
  border-top: var(--primary-teal) 1px solid;
  outline: none !important;
  transition: 350ms ease-in-out;
  font-weight: 800;
  font-size: 2rem;
}

.accordion-active {
  background-color: #ffffff;
  transition: 350ms ease-in-out;
}

.accordion:after {
  content: "\002B";
  font-size: 3.2rem;
  font-weight: 300;
  color: #000000;
  background-color: var(--primary-teal);
  float: right;
  margin-left: 5px;
  margin-top: 0.2rem;
  line-height: 70%;
  padding: 0 0.2rem 0.2rem;
}

.accordion:hover {
  background-color: #ffffff;
}

.accordion-active:after {
  content: "\2212";
}

.panel {
  background-color: white;
  overflow: hidden;
  max-height: 0;
  transition: max-height 350ms ease-in-out;
}

/* Currency Select Menu Styles */

.currency-menu-container {
  position: relative;
}

.qm-currency-select-checkbox {
  display: none;
}
.qm-currency-select-label {
  display: inline-block;
  border: 1px solid #d7d7d7;
  padding: 4px 10px;
  margin-bottom: 20px;
  color: #404040;
  font-size: 1rem;
  line-height: 1.5;
}
.qm-currency-select-wrap {
  position: absolute;
  background: white;
  border: 1px solid #d7d7d7;
  display: none;
}

.qm-currency-select-checkbox:checked ~ .qm-currency-select-wrap {
  display: inline-block;
  height: auto;
  z-index: 1;
  top: 2rem;
  left: 0;
}

.qm-currency-select-list {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

.qm-currency-select-list a {
  display: block;
  text-decoration: none;
  font-size: 1rem;
  color: inherit;
  padding: 4px 13px;
}

#qmSymbolList li {
  margin: 0;
}

#qmSymbolList li a:hover {
  background: #666666;
  color: white;
}

.qm-currency-select-label .fa {
  font-size: 12px;
}

/* Mid Page Stockquote Styles */

.qm-mid-page-stockquote .qmod-detailedquote.qmod-ui-tool h2.qmod-heading,
.qm-mid-page-stockquote .qmod-detailedquote.qmod-ui-tool .qmod-mkt-mid,
.qm-mid-page-stockquote .qmod-detailedquote.qmod-ui-tool .qmod-mkt-btm,
.qm-mid-page-stockquote .qmod-detailedquote.qmod-ui-tool .qmod-entline {
  display: none;
}

.qm-mid-page-stockquote .qmod-detailedquote.qmod-ui-tool h1.qmod-heading {
  background: none;
  font-weight: bold;
  font-size: 1rem;
  padding: 0;
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
  margin-right: 60px;
}
.qm-mid-page-stockquote
  .qmod-detailedquote
  .qmod-quotehead
  .qmod-mkt-hours
  .qmod-last,
.qm-mid-page-stockquote
  .qmod-detailedquote
  .qmod-quotehead
  .qmod-mkt-hours
  .qmod-change {
  font-size: 1rem;
  font-weight: bold;
}
.qm-mid-page-stockquote
  .qmod-detailedquote.qmod-ui-tool
  .qmod-quotehead
  > .qmod-block-wrapper {
  display: flex;
}
.qm-mid-page-stockquote .qmod-detailedquote .qmod-quotehead .qmod-head-left {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
}
.qm-mid-page-stockquote .qmod-detailedquote .qmod-quotehead .qmod-head-right {
  display: none;
}
.qm-mid-page-stockquote .qmod-detailedquote .pure-u-md-1-2,
.qm-mid-page-stockquote .qmod-detailedquote .pure-u-md-12-24 {
  width: 100% !important;
}
.qm-mid-page-stockquote .qmod-detailedquote .qmod-chart {
  margin: 0 0 65px 0;
}
.qm-mid-page-stockquote .qmod-detailedquote .qmod-quotegrid {
  margin-left: 0;
  margin-right: 0;
  color: #464646;
  font-size: 12px;
  /* font-family: Tahoma, Arial, sans-serif; */
}
.qm-mid-page-stockquote .qmod-detailedquote .qmod-quote-element:nth-child(2n) {
  background: #ebebeb;
}
.qm-mid-page-stockquote .qmod-detailedquote .qmod-quotegrid .qmod-label,
.qm-mid-page-stockquote .qmod-detailedquote .qmod-quotegrid .qmod-data-point {
  padding: 10px;
  margin: 0;
}
.qm-mid-page-stockquote .qmod-detailedquote .qmod-quotegrid .qmod-data-point {
  font-weight: bold;
}
.qm-mid-page-stockquote .qmod-detailedquote .qmod-quotegrid .qmod-box-wrap-l,
.qm-mid-page-stockquote
  .qmod-detailedquote
  .qmod-quotegrid
  .qmod-box-wrap-md-l {
  margin-right: 0;
}
.qm-mid-page-stockquote .qmod-detailedquote .qmod-quotegrid .qmod-box-wrap-r,
.qm-mid-page-stockquote
  .qmod-detailedquote
  .qmod-quotegrid
  .qmod-box-wrap-md-r {
  margin-left: 0;
}
.qm-mid-page-stockquote .qmod-detailedquote .qmod-chart .qmod-button-group {
  height: auto;
}
.qm-mid-page-stockquote .qmod-detailedquote .qmod-chart .qmod-button-group li {
  border-right: 0;
}
.qm-mid-page-stockquote
  .qmod-detailedquote
  .qmod-chart
  .qmod-button-group
  li:last-child {
  border-right: 1px solid #999;
}
.qm-mid-page-stockquote
  .qmod-detailedquote
  .qmod-chart
  .qmod-button-group
  li
  button {
  font: 10px Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000;
  padding: 1px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  background-color: #d7d7d7;
  color: #464646;
  border-radius: 0;
}
.qm-mid-page-stockquote
  .qmod-detailedquote
  .qmod-chart
  .qmod-button-group
  li
  button:hover,
.qm-mid-page-stockquote
  .qmod-detailedquote
  .qmod-chart
  .qmod-button-group
  li
  button:active,
.qm-mid-page-stockquote
  .qmod-detailedquote
  .qmod-chart
  .qmod-button-group
  li
  button:focus,
.qm-mid-page-stockquote
  .qmod-detailedquote
  .qmod-chart
  .qmod-button-group
  li
  button.qmod-btn-active {
  background: white;
  color: #464646;
  border-color: white;
  border-left: 1px solid #999;
}

/* Mid Page QMod Trades Styles */

.qmod-trades.qmod-ui-tool {
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
  font-family: Tahoma, Arial, sans-serif;
  margin-top: 56px;
  margin-bottom: 56px;
}
.qmod-trades.qmod-ui-tool::before {
  content: "Last 10 Trades";
  color: #ffffff;
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}
.qmod-trades.qmod-ui-tool .qmod-block-wrapper {
  margin-bottom: 0;
}
.qmod-ui-tool.qmod-trades .qmod-quotehead,
.qmod-ui-tool.qmod-trades .qmod-heading,
.qmod-trades.qmod-ui-tool .qmod-chart-history {
  display: none;
}
.qmod-trades.qmod-ui-tool .qmod-block-wrapper .qmod-block-wrapper-body {
  padding-left: 0;
  padding-right: 0;
}
.qmod-trades .qmod-table.qmod-trades-table.dataTable {
  font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
}
.qmod-ui-tool .pure-g [class*="pure-u"] .qmod-panel {
  border-top: 1px solid #ebebeb;
  display: none;
}
.qmod-trades table.qmod-table.dataTable > thead > tr {
  background: #ebebeb;
}
.qmod-trades .qmod-table.qmod-trades-table.dataTable .qmod-trades-table-row {
  border-top: 0;
  background: #ebebeb;
}
.qmod-trades
  .qmod-table.qmod-trades-table.dataTable
  .qmod-trades-table-row.odd {
  background: white;
}
.qmod-trades .dataTables_wrapper .dataTables_info,
.qmod-trades .dataTables_wrapper .dataTables_paginate {
  display: none;
}
@media screen and (max-width: 768px) {
  .qm-mid-page-stockquote
    .qmod-detailedquote.qmod-ui-tool
    .qmod-quotehead
    > .qmod-block-wrapper {
    flex-direction: column;
  }
  .qm-mid-page-stockquote .qmod-detailedquote.qmod-ui-tool h1.qmod-heading {
    margin-bottom: 20px;
  }
}

/* Footer stock ticker styles */

.stock-quote-footer {
  cursor: pointer;
  /* padding: 10px 0 3px; */
  background-color: #000;
  color: #fff;
}

.qm-footer-stockquote {
  display: flex;
  height: auto;
  width: 100%;
  position: relative;
  align-items: center;
  /* padding: 1rem 0; */
  margin: 1rem 0 2rem;
  width: 100%;
  /* margin: 0 auto; */
  max-width: 1460px;
}

.qm-footer-stockquote .qmod-quotehead.qmod-ui-tool .qmod-mkt-top,
.qm-footer-stockquote .qmod-quotehead.qmod-ui-tool .qmod-mkt-hours {
  display: flex;
}

.qm-footer-stockquote .pure-u-md-1-2,
.qm-footer-stockquote .pure-u-md-12-24 {
  width: auto !important;
}

.qm-footer-stockquote
  .qmod-quotehead.qmod-ui-tool
  .qmod-block-wrapper
  > div:first-child,
.qm-footer-stockquote .qmod-quotehead .qmod-entline,
.qm-footer-stockquote .qmod-quotehead .qmod-change-icon,
.qm-footer-stockquote .qmod-quotehead .qmod-pct,
.qm-footer-stockquote .qmod-quotehead .qmod-mkt-mid,
.qm-footer-stockquote .qmod-quotehead .qmod-daylow:last-of-type,
.qm-footer-stockquote .qmod-quotehead .qmod-daylowbar,
.qm-footer-stockquote .qmod-quotehead.qmod-ui-tool .qmod-after-hours {
  display: none;
}

.qm-stockquote__heading {
  margin-right: 25px;
  color: var(--primary-teal);
  font-weight: 700;
  font-size: 12px;
  padding-top: 1px;
}

.qm-footer-stockquote .qmod-quotehead .qmod-mkt-hours .qmod-last,
.qm-footer-stockquote .qmod-quotehead .qmod-mkt-hours .qmod-change,
.qm-footer-stockquote .qmod-quotehead .qmod-daylow,
.qm-footer-stockquote .qmod-quotehead .qmod-volume {
  font-size: 15px;
  font-weight: bold;
}

.qm-footer-stockquote .qmod-quotehead .qmod-mkt-hours .qmod-last,
.qm-footer-stockquote .qmod-quotehead .qmod-daylow,
.qm-footer-stockquote .qmod-quotehead .qmod-volume {
  color: #ffffff;
}

.qm-footer-stockquote .qmod-quotehead .qmod-mkt-hours .qmod-last,
.qm-footer-stockquote .qmod-quotehead .qmod-mkt-hours .qmod-tot,
.qm-footer-stockquote .qmod-quotehead .qmod-day-low,
.qm-footer-stockquote .qmod-quotehead .qmod-day-high,
.qm-footer-stockquote .qmod-quotehead .qmod-volume {
  margin-right: 24px;
}

.qm-footer-stockquote .qmod-quotehead.qmod-ui-tool .qmod-block-wrapper {
  margin-bottom: 0;
  background-color: transparent;
}

.qm-footer-stockquote .qmod-quotehead .qmod-datetime,
.qm-stockquote__info {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  /* top: 14px; */
  top: 0;
  right: 46px;
  margin: 0;
  height: auto;
  text-align: right;
  color: #ffffff;
}

.qm-stockquote__info {
  font-weight: normal;
  /* top: 35px; */
  top: 22px;
}

.qm-footer-stockquote .daily-low__label,
.qm-footer-stockquote .daily-high__label,
.qm-footer-stockquote .qmod-quotehead .qmod-mkt-top::before,
.qm-footer-stockquote .qmod-quotehead .qmod-change::before,
.qm-footer-stockquote .qmod-quotehead .qmod-lbl {
  padding-right: 8px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
}

.qm-footer-stockquote .daily-low__label,
.qm-footer-stockquote .daily-high__label {
  padding-top: 3px;
}

.qm-footer-stockquote .qmod-quotehead .qmod-datetime::before {
  font-weight: normal;
  content: "Last update: ";
}

.qm-footer-stockquote .qmod-quotehead .qmod-mkt-top::before {
  content: "Price:";
  padding-top: 3px;
}

.qm-footer-stockquote .qmod-quotehead .qmod-change::before,
.qm-footer-stockquote .qmod-quotehead .qmod-lbl {
  content: "Change:";
  color: #ffffff;
}

.qm-footer-stockquote .qmod-quotehead .qmod-tot::before,
.qm-footer-stockquote .qmod-quotehead .qmod-last::before {
  content: "$";
  padding-right: 12px;
  color: #ffffff;
}

.qm-footer-stockquote .qmod-day-low::before,
.qm-footer-stockquote .qmod-day-high::before {
  padding-right: 12px;
  color: #ffffff;
  content: "$";
}

.qm-footer-stockquote .qmod-day-low {
  order: 1;
}
.qm-footer-stockquote .qmod-day-high {
  order: 4;
}
.qm-footer-stockquote .daily-low__label {
  order: 3;
}
.qm-footer-stockquote .daily-high__label {
  order: 4;
}

.qm-footer-stockquote .qmod-daylow {
  padding-right: 260px;
  color: #ffffff;
  content: "$";
  display: flex;
  flex-direction: row-reverse;
}

.qmod-quotehead .qmod-head-left,
.qmod-quotehead .qmod-head-right {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
}

@media screen and (max-width: 1199px) {
  .qm-footer-stockquote {
    flex-direction: column;
    align-items: flex-start;
  }
  .qm-stockquote__heading {
    margin-bottom: 20px;
  }
  .qm-footer-stockquote .qmod-quotehead .qmod-datetime::before {
    display: block;
  }
  .qm-stockquote__info {
    top: 55px;
  }
}

@media screen and (max-width: 768px) {
  .qm-footer-stockquote {
    padding-bottom: 80px;
  }
  .qm-footer-stockquote .qmod-quotehead .qmod-datetime {
    bottom: 33px;
    top: inherit;
  }
  .qm-stockquote__info {
    bottom: 15px;
    top: inherit;
  }
  .qm-footer-stockquote .qmod-daylow {
    padding-right: 20px;
  }
}

@media screen and (max-width: 400px) {
  .qm-footer-stockquote .qmod-quotehead.qmod-ui-tool .qmod-mkt-hours,
  .qm-footer-stockquote .qmod-quotehead .qmod-mkt-top {
    flex-wrap: wrap;
  }
  .qm-footer-stockquote .qmod-quotehead.qmod-ui-tool .qmod-volume {
    margin-bottom: 10px;
  }
  .qm-footer-stockquote .qmod-quotehead.qmod-ui-tool .qmod-last {
    margin-bottom: 10px;
  }
}
