:root {
  --border-color: #3b82f6d9;
  --max-width: 1280px;
  --font-family: AvenirNextLTCom-Demi;
  --font-size-small: 48px;
  --line-height-normal: normal;
  --font-family-secondary: AvenirNextLTCom-Regular;
}

.breadcrumb {
  width: 100%;
  max-width: 79rem;
  margin: auto !important;
}

.breadcrumb ul {
  margin: 0 0 18px 35px;
}

.breadcrumb.cg-padding-top--desktop--20 {
  max-width: var(--max-width);
  margin: 0 auto;
}

.ns-title-wide.investor {
  background: #fff url(/content/dam/cgc/shared-content/afi-legacy-assets/bgs/investor-title-bar-bg-new-desktop.jpg) no-repeat center top;
}

.ns-title-wide.fullwidth.investor .ns-outer-control,
.ns-title-wide.fullwidth.investor .ns-outer-control .ns-body,
.ns-title-wide.qtr-left-rail.investor .ns-outer-control .ns-body,
.ns-title-wide.qtr-left-rail.investor .ns-outer-control .ns-search-body,
.ns-title-wide.qtr-right-rail.investor .ns-outer-control .ns-body,
.ns-title-wide.third-right-rail.investor .ns-outer-control .ns-body {
  background: transparent;
}

.ns-title-wide .ns-title-bar.tenant-investor h1,
.ns-title-wide .ns-title-bar.tenant-investor .h1,
.ns-title-wide .ns-title-bar.investor h1,
.ns-title-wide .ns-title-bar.investor .h1 {
  font-family: var(--font-family);
  padding: 64px 0px;
  line-height: var(--line-height-normal);
}

.investor h1.small {
  font-family: var(--font-family);
  font-size: var(--font-size-small) !important;
  line-height: var(--line-height-normal) !important;
}

.ns-outer-control {
  max-width: var(--max-width);
  margin: 0px auto;
  width: auto;
}

.container {
  padding-left: 3.6%;
  padding-right: 3.6%;
  margin-left: 0px;
  margin-right: 0px;
  max-width: initial;
}

.container .row {
  margin-left: 0px;
}

.ns-outer-control .container .row .span12 {
  width: 100%;
}

[class*="span"] {
  margin-left: 0px !important;
}

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

.ns-disclosure-wide {
  background-color: transparent;
}

.ns-disclosure-wide .ns-outer-control .ns-disclosure .span12 {
  width: 100%;
}

.wrap-footer .span12 {
  width: 100%;
}

.format-discloser p {
  font-family: var(--font-family-secondary);
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: normal;
  line-height: 1.56;
  color: #000;
}

#disclosure.hedge {
  color: #000;
}

#disclosure p {
  margin-bottom: 25px;
}

/* desktop */
@media screen and (min-width: 1220px) {
  .breadcrumb ul {
    margin: 0 0 18px 20px;
  }

  .ns-outer-control .container .row .span12 {
    width: 100%;
  }

  .ns-disclosure-wide .ns-disclosure.container {
    padding: 30px 110px 60px;
  }
}

/* iPad Pro */
@media screen and (max-width: 1024px) {
  .ns-disclosure-wide .ns-disclosure.container {
    padding: 30px 38px 60px;
  }

  .ns-title-wide .ns-title-bar.investor h1.small {
    font-family: var(--font-family);
    padding: 37px 0px;
    line-height: var(--line-height-normal);
  }

  .breadcrumb ul {
    margin: 0 0 18px 29px;
  }

  .container {
    padding-left: 2.5%;
  }
}

/* Tablet */
@media screen and (max-width: 1023px) {
  .breadcrumb ul {
    margin: 0 0 18px 30px;
  }

  .ns-title-wide.investor {
    background: #fff url(/content/dam/cgc/shared-content/afi-legacy-assets/bgs/investor-title-bar-bg-new-tablet.jpg) no-repeat center top;
    background-size: cover;
    height: 135px;
  }

  .ns-title-wide .ns-title-bar.tenant-investor h1,
  .ns-title-wide .ns-title-bar.tenant-investor .h1,
  .ns-title-wide .ns-title-bar.investor h1,
  .ns-title-wide .ns-title-bar.investor .h1 {
    padding-top: 46px;
    font-size: 36px;
  }  
   
  .ns-outer-control {
    padding: 0 4%;
  }

  .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .ns-disclosure-wide .ns-disclosure.container {
    padding: 30px 30px 60px !important;
  }

  .ns-body.container .row .span12,
  .ns-outer-control,
  .ns-disclosure.container .row,
  .ns-disclosure-wide .ns-outer-control .ns-disclosure .span12 {
    width: 100%;
  }

  html, body {
    box-sizing: border-box;
  }
  
  *, *::before, *::after {
    box-sizing: inherit;
  }
  
  .container, .row, .span12 {
    max-width: 100%;
  }
  
  .investor h1.small {
    font-size: 32px !important;
    padding: 48px 0px;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  .breadcrumb ul {
    margin: 0 0 18px 20px;
  }

  .breadcrumb li:last-child {
    padding-left: 0px;
  }

  .ns-title-wide.investor {
    background: #fff url(/content/dam/cgc/shared-content/afi-legacy-assets/bgs/investor-title-bar-bg-new-mobile.jpg) no-repeat center top;
  }

  .ns-body.container .row .span12,
  .ns-outer-control,
  .ns-disclosure.container .row .span12 {
    width: 100%;
  }

  .ns-title-wide .ns-title-bar.tenant-investor h1,
  .ns-title-wide .ns-title-bar.tenant-investor .h1,
  .ns-title-wide .ns-title-bar.investor h1,
  .ns-title-wide .ns-title-bar.investor .h1 {
    padding: 32px 0px;
    font-size: 30px;
    line-height: 1.2;
  }

  .ns-outer-control {
    padding: 0 21px;
  }

  .ns-title-bar.investor {
    width: 350px;
    margin-bottom: 0px;
  }

  .ns-disclosure-wide .ns-disclosure.container {
    padding: 30px 0px 30px !important;
  }

  .format-discloser p {
    font-size: 14px;
  }
}

@media screen and (max-width: 390px) {
  .breadcrumb ul {
    margin: 0 0 18px 10px;
  }

  .format-discloser p {
    font-size: 14px;
  }
}

@media screen and (max-width: 280px) {
  .ns-title-bar.investor {
    width: 240px;
  }

  .format-discloser p {
    font-size: 14px;
  }
}
