@font-face {
  font-family: 'jpmicons';
  src: url("//pages-pb.jpmorgan.com/rs/392-HKC-876/images/jpmcpb-icons.woff") format("woff"), url("//pages-pb.jpmorgan.com/rs/392-HKC-876/images/jpmcpb-icons.svg") format("svg");
}
.mobile-row {
  flex-wrap: nowrap;
}

.reverse-wrap {
  flex-wrap: wrap-reverse;
}

/* Global Components */
header, section, footer, .lockup, .intro {
  padding: 0 calc((100vw - 800px) / 2);
}

.grid {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(8, 1fr) [grid-end];
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  grid-column-gap: 15px;
}

.grid-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 15;
  grid-column: 1 / grid-end;
}

.col-50pct {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / span 4;
}

.col-100pct {
  -ms-grid-column: 1;
  -ms-grid-column-span: 15;
  grid-column: 1 / grid-end;
}

a, a:visited, a:active {
  color: black;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
a:hover, a:visited:hover, a:active:hover {
  color: #5E8AB4;
}

li {
  list-style: none;
}

.shaded-grey {
  background-color: rgba(215, 210, 203, 0.4);
}

.btn {
  text-transform: uppercase;
  display: inline-block;
}
.btn a {
  color: white;
}
.btn a:hover {
  color: white;
  text-decoration: underline;
}

.intro-button {
  background-color: #5E8AB4;
  font-size: 2.25rem;
  line-height: 0.9583333333;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: .5rem;
  margin: 2rem 0;
}

.intro-button a {
  text-decoration: none;
  display: block;
}

.lockup {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: white;
  text-align: left;
  vertical-align: middle;
}
.lockup img {
  width: 120px;
  height: auto;
  display: inline-block;
}
.lockup .btn {
  color: #3A2206;
  -ms-grid-column: 15;
  grid-column: 8;
  align-self: center;
}
.lockup .btn a {
  color: #3A2206;
}
.lockup .btn a:hover {
  color: #3A2206;
}
.lockup .btn a:before {
  content: '\e91c\00A0';
  font-family: 'jpmicons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  vertical-align: text-bottom;
}

header {
  padding-bottom: 2rem;
  position: relative;
  color: white;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 75vh;
  min-height: 500px;
  max-height: 750px;
  z-index: -1;
  -ms-grid-rows: 1fr 1fr 1fr 1fr;
}
header h1 {
  font-size: 5rem;
  line-height: 0.92;
  font-weight: 200;
  letter-spacing: -0.05em;
  -ms-grid-column: 1;
  -ms-grid-column-span: 10;
  grid-column: 1 / span 6;
  -ms-grid-row: 2;
  grid-row: 2;
  padding-left: 2rem;
  text-shadow: #666 1px 2px 6px;
}

.intro {
  padding-bottom: 4rem;
}
.intro p {
  padding: 0 2rem;
}
.intro .small-print {
  text-align: center;
}
.intro .heading {
  background-color: #898b8e;
  padding: 2rem;
  margin-top: -5rem;
}
.intro .heading + div {
  -ms-grid-row: 2;
}
.intro .heading h2, .intro .heading p, .intro .heading h3 {
  margin: 0;
  color: white;
  font-size: 3.2vw;
  line-height: 1;
}
.intro .heading h2 {
  font-weight: 700;
}
.intro .heading p, .intro .heading h3 {
  font-weight: 200;
  padding: 0;
}

.text-cta, .btn-cta {
  width: 100%;
  text-align: center;
}

section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-weight: 200;
}
section .small-print, .modal .modal-interior p.small-print {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-weight: 200;
  letter-spacing: -0.025em;
}
section h3 {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 200;
  letter-spacing: -0.02em;
  padding: 0 1rem;
  text-align: center;
}
section h3 + div p {
  font-size: 1.5rem;
  line-height: 1.4375;
  font-weight: 200;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3rem;
  padding: 0 8rem;
}

.intro .heading .leftAlign {
  text-align: left;
}

header .heading {
  color: #fff;
}

.solutions ul {
  padding: 0;
  grid-template-rows: 3fr;
  -ms-grid-rows: 3fr;
}
.solutions ul li {
  margin-bottom: 25px;
  grid-auto-flow: row;
}
.solutions ul .ul-one, .solutions ul .ul-three {
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-column: 1 / span 4;
}
.solutions ul .ul-two, .solutions ul .ul-four {
  -ms-grid-column: 9;
  -ms-grid-column-span: 7;
  grid-column: 5 / span 4;
}
.solutions ul .ul-three, .solutions ul .ul-four {
  -ms-grid-row: 2;
}
.solutions h4 {
  font-size: 1.75rem;
  line-height: 0.7428571429;
  font-weight: 700;
  text-transform: uppercase;
}

.case-studies {
  position: relative;
}
.case-studies .grid {
  -ms-grid-template-rows: 2fr 2fr;
  grid-template-rows: 2fr 2fr;
}
.case-studies input[type="checkbox"] {
  opacity: 0;
  height: 1px;
  width: 1px;
  position: absolute;
  left: -9999px;
}
.case-studies label:hover {
  cursor: pointer;
}
.case-studies label {
  letter-spacing: -0.02em;
  display: block;
}
.case-studies label h4 {
  font-size: 1.875rem;
  line-height: 1.2266666667;
  font-weight: 400;
  color: #000;
}
.case-studies label h4 sup {
  vertical-align: text-top;
  font-weight: 200;
}
.case-studies label .cta {
  text-decoration: underline;
  text-transform: uppercase;
  color: #666;
  font-size: 1.3325rem;
  line-height: 1.1257035647;
  font-weight: 400;
  margin-top: .25rem;
}
.case-studies input[type="checkbox"]:checked ~ .modal {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto minmax(min-content, max-content) auto;
  grid-template-rows: auto minmax(-webkit-min-content, -webkit-max-content) auto;
  grid-template-rows: auto minmax(min-content, max-content) auto;
  -ms-grid-columns: minmax(auto, 1fr) minmax(min-content, 1100px) minmax(auto, 1fr);
  grid-template-columns: minmax(auto, 1fr) minmax(-webkit-min-content, 1100px) minmax(auto, 1fr);
  grid-template-columns: minmax(auto, 1fr) minmax(min-content, 1100px) minmax(auto, 1fr);
}
.case-studies .col-50pct h4:before, .case-studies .col-100pct h4:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 260px;
}
.case-studies .ex-two, .case-studies .ex-three {
  -ms-grid-row: 2;
}
.case-studies .ex-one, .case-studies .ex-two, .case-studies .ex-three {
  text-align: center;
}
.case-studies .ex-one {
  margin-bottom: 1rem;
}
.case-studies .ex-one h3:before, .case-studies .ex-two h3:before, .case-studies .ex-three h3:before {
  content: '';
  display: inline-block;
  width: 48%;
  padding-top: 16%;
}
.case-studies .ex-one h4 > div, .case-studies .ex-two h4 > div, .case-studies .ex-three h4 > div {
  padding-top: .75rem;
}
.case-studies .ex-one h3:before, .case-studies .ex-one h4:before {
  background: url("https://pages-pb.jpmorgan.com/rs/392-HKC-876/images/PB-19-CP-973-TaxObligations-1600x510.jpg") no-repeat center/cover;
}
.case-studies .ex-two h3:before, .case-studies .ex-two h4:before {
  background: url("https://pages-pb.jpmorgan.com/rs/392-HKC-876/images/PB-19-CP-973-BuyingRealEstate-1600x510.jpg") no-repeat center/cover;
}
.case-studies .ex-two {
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
}
.case-studies .ex-three {
  -ms-grid-column: 9;
  -ms-grid-column-span: 7;
  grid-column: 5 / span 4;
}
.case-studies .ex-three h3:before, .case-studies .ex-three h4:before {
  background: url("https://pages-pb.jpmorgan.com/rs/392-HKC-876/images/PB-19-CP-973-MeetingCapitalCalls-1600x510.jpg") no-repeat center/cover;
}
.case-studies .ex-three h4 > div {
  padding-left: 7rem;
  padding-right: 7rem;
}
.case-studies a {
  display: block;
  text-decoration: none;
}
.case-studies h2 {
  text-align: center;
}

.modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.modal .modal-interior {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  grid-column: 2;
  background-color: #d7d2cb;
  z-index: 4;
  padding: 2rem;
  width: 100%;
  margin: 0 auto;
  max-height: 100vh;
  overflow: auto;
  position: relative;
}
.modal .modal-interior .flex-container {
  flex-wrap: nowrap;
}
.modal .modal-interior .close-btn {
  text-transform: uppercase;
  background-color: #f8f7f6;
  padding: .5rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 200;
  letter-spacing: 0.08em;
  position: absolute;
  right: 1rem;
  top: 0;
}
.modal .modal-interior .close-btn:hover {
  cursor: pointer;
}
.modal .modal-interior p {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 200;
  letter-spacing: 0em;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
}
.modal .modal-interior h3 {
  margin-bottom: 10px;
}

.chart figcaption {
  font-size: 1.5rem;
  line-height: 1.4375;
  font-weight: 200;
  letter-spacing: -0.025em;
}
.chart li {
  list-style-type: disc;
}
.chart figure h4 {
  text-align: center;
}
.chart figure div {
  width: 100%;
}
.chart .chart__long-description {
  font-size: 1.5rem;
  line-height: 1.4375;
  font-weight: 200;
  margin: .5rem 0 0;
}

.contactus {
  text-align: center;
  grid-auto-flow: row;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
}
.contactus .btn {
  background-color: #5E8AB4;
  font-size: 2.25rem;
  line-height: 0.9583333333;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: .5rem 0;
  grid-column: 4 / span 2;
  margin: 2rem 0;
  -ms-grid-row: 2;
  -ms-grid-column: 7;
  -ms-grid-column-span: 4;
}
.contactus .btn a {
  text-decoration: none;
  display: block;
}
.contactus h3 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 15;
  grid-column: 1 / span 8;
}
.contactus .btn + div {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
}
.contactus div {
  grid-column: 2 / span 6;
  margin: 0;
}
.contactus .small-print {
  margin-bottom: 2rem;
}

.case-studies input[type="checkbox"] + label {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .75rem;
  color: #928981;
  text-align: center;
}
footer .ur-disclosure {
  text-align: left;
}
footer h4 {
  font-size: 1rem;
}
footer h5 {
  font-size: .9rem;
}
footer h6 {
  font-size: .83rem;
  margin: 0;
}

.miranda-box {
  border: 1px solid #928981;
  padding: 0 .5rem;
  margin: 20px 0;
}

.equalhousing {
  width: 45px;
  height: auto;
}

@media (min-width: 1440px) {
  .intro .heading h2, .intro .heading p, .intro .heading h3 {
    font-size: 2.5vw;
  }
}

@media (max-width: 800px) {
  header, footer, .lockup, .intro, .solutions {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lockup {
    padding: .5rem 1rem;
  }
  .lockup img {
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
  }
  .lockup .btn {
    -ms-grid-column-span: 2;
    grid-column: 7 / span 2;
    text-align: right;
  }
  header h1 {
    grid-column: 1 / span 6;
    -ms-grid-column-span: 6;
  }
  .intro .heading h2, .intro .heading p, .intro .heading h3 {
    font-size: 1.83rem;
  }
  .case-studies .ex-three h4 > div {
    padding-left: 20%;
    padding-right: 20%;
  }
}

@media (max-width: 710px) {
  header h1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;

  }
}

@media (max-width: 470px) {
  section, .chart figcaption, .chart .chart__long-description {
    font-size: 1.375rem;
    line-height: 1.5681818182;
    font-weight: 200;
  }

  .grid {
    -ms-grid-template-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(4, 1fr) [grid-end];
  }

  .lockup img {
    grid-column: 1;
  }
  .lockup .btn {
    grid-column: 5 / span 2;
  }

  section h3 {
    font-size: 2.25rem;
    padding: 0 1rem;
    text-align: center;
  }
  section h3 + div p {
    padding: 0 2rem;
  }

  header {
    height: 50vh;
    min-height: 0;
    max-height: 300px;
    padding: 0 2rem;
  }
  header h1 {
    font-size: 3.25rem;
    grid-column: 1 / span 4;
    grid-row: 1;
    margin-top: 3rem;
    color: white;
    padding-left: 0;
  }

  .intro .grid-child {
    grid-column: 1 / grid-end;
  }
  .intro .heading {
    padding: 1rem;
    margin-top: -3rem;
  }
  .intro p {
    padding: 0;
    line-height: 1.5;
  }

  .solutions h2 {
    line-height: 1;
    font-size: 2.6rem;
  }
  .solutions .small-print {
    padding: 0 2rem;
  }
  .solutions ul {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .solutions ul .ul-one, .solutions ul .ul-two, .solutions ul .ul-three, .solutions ul .ul-four {
    grid-column: 1 / grid-end;
  }
  .solutions ul .ul-one p, .solutions ul .ul-two p, .solutions ul .ul-three p, .solutions ul .ul-four p {
    margin-top: 0;
  }
  .solutions ul li:last-child {
    margin-bottom: 0;
  }

  .case-studies h2 {
    line-height: 1;
    font-size: 2.6rem;
  }
  .case-studies .col-100pct, .case-studies .col-50pct {
    grid-column: 1 / grid-end;
  }
  .case-studies .col-100pct h4:before, .case-studies .col-50pct h4:before {
    padding-top: 200px;
  }

  .chart figure h4 {
    font-size: 1.2rem;
  }

  .contactus .btn {
    grid-column: 2 / span 2;
  }
  .contactus h3 {
    grid-column: 1 / grid-end;
  }
  .contactus div {
    grid-column: 1 / grid-end;
  }
}