.case-page,
.case-page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.case-page {
  min-width: 320px;
  overflow: hidden;
  background: #ffffff;
  color: #393939;
  font-family: "Gotham", Arial, sans-serif;
}

.case-page a:focus,
.case-page button:focus {
  outline: 2px solid #ea0000;
  outline-offset: 3px;
}

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

.case-title-banner.pg-title {
  min-height: 216px;
  padding: 48px 0 52px;
  background-color: #172033;
  text-align: center;
}

.case-title-banner__label {
  margin: 0 0 13px;
  color: #ff6767;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.case-title-banner h1 {
  max-width: 1020px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.16;
  word-wrap: break-word;
}

.case-title-banner > .case-container > p:last-child {
  max-width: 780px;
  margin: 17px auto 0;
  color: #d9dce3;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
}

.case-title-banner--detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-crumbs.crumbs {
  background: #ffffff;
}

.case-index-content {
  padding: 55px 0 75px;
}

.case-index-intro {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}

.case-kicker {
  margin: 0 0 10px;
  color: #ea0000;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.case-index-intro h2,
.case-cta h2 {
  margin: 0;
  color: #263e81;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
}

.case-index-intro > p:last-child {
  margin: 16px 0 0;
  color: #5b5b5b;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
}

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

.case-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 0 15px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d7d7d7;
  border-top: 4px solid #ea0000;
  background: #ffffff;
}

.case-card__image {
  display: block;
  overflow: hidden;
  background: #172033;
}

.case-card__image picture,
.case-card__image img {
  display: block;
  width: 100%;
}

.case-card__image img {
  height: auto;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.case-card__image:hover img {
  opacity: 0.9;
}

.case-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 27px 28px 25px;
}

.case-card__meta {
  margin: 0 0 12px;
  color: #ea0000;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.case-card h2 {
  margin: 0;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.28;
}

.case-card h2 a {
  color: #263e81;
  text-decoration: none;
}

.case-card h2 a:hover {
  color: #ea0000;
  text-decoration: underline;
}

.case-card__body > p:not(.case-card__meta) {
  margin: 17px 0 0;
  color: #555555;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

.case-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding-top: 23px;
  border-top: 1px solid #ededed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case-card__footer time {
  margin-right: 15px;
  color: #6b6b6b;
  font-size: 13px;
  font-weight: 400;
}

.case-text-link {
  color: #395080;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

.case-text-link:hover {
  color: #ea0000;
  text-decoration: underline;
}

.case-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  padding: 45px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-intro__text,
.case-cover {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

.case-lead {
  margin: 0;
  color: #303030;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
}

.case-meta {
  margin: 22px 0 0;
  color: #6b6b6b;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.case-cover {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  border: 1px solid #d7d7d7;
  border-bottom: 4px solid #ea0000;
  background: #172033;
}

.case-cover picture,
.case-cover img {
  display: block;
  width: 100%;
}

.case-cover img {
  height: auto;
}

.case-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0;
  padding: 0;
  border: 1px solid #d7d7d7;
  border-top: 4px solid #ea0000;
  background: #f6f6f6;
}

.case-summary > div {
  width: 25%;
  min-width: 0;
  padding: 22px 20px 24px;
  border-right: 1px solid #d7d7d7;
}

.case-summary > div:last-child {
  border-right: 0;
}

.case-summary dt {
  margin: 0 0 8px;
  color: #ea0000;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.case-summary dd {
  margin: 0;
  color: #303030;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  word-wrap: break-word;
}

.case-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 0 75px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case-article {
  width: -webkit-calc(100% - 325px);
  width: calc(100% - 325px);
  max-width: 860px;
  min-width: 0;
}

.case-section {
  margin: 0 0 52px;
}

.case-section:last-of-type {
  margin-bottom: 0;
}

.case-section h2 {
  margin: 0 0 22px;
  color: #263e81;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.28;
  word-wrap: break-word;
}

.case-section > p:not(.case-kicker) {
  margin: 0 0 18px;
  color: #393939;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
}

.case-steps {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.case-steps li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 14px;
  padding: 21px 22px;
  border: 1px solid #e0e0e0;
  background: #f8f8f8;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.case-steps li > span {
  display: block;
  width: 46px;
  height: 46px;
  margin-right: 18px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46px;
  flex: 0 0 46px;
  border: 2px solid #ea0000;
  border-radius: 50%;
  color: #ea0000;
  font-size: 13px;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
}

.case-steps li > div {
  min-width: 0;
  padding-top: 1px;
}

.case-steps strong {
  display: block;
  color: #263e81;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.case-steps p {
  margin: 6px 0 0;
  color: #555555;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.case-result-box {
  margin: 28px 0;
  padding: 25px 28px;
  border-left: 5px solid #ea0000;
  background: #f6f6f6;
}

.case-result-box > strong,
.case-source > strong {
  display: block;
  margin-bottom: 13px;
  color: #263e81;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.case-result-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-result-box li {
  position: relative;
  margin: 0 0 9px;
  padding-left: 21px;
  color: #393939;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.case-result-box li:last-child {
  margin-bottom: 0;
}

.case-result-box li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #ea0000;
  content: "✓";
  font-weight: 600;
}

.case-quote {
  margin: 30px 0 0;
  padding: 27px 30px;
  border: 0;
  background: #263e81;
}

.case-quote p {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.55;
}

.case-source {
  margin: 28px 0;
  padding: 23px 25px;
  border: 1px solid #cdd4e5;
  background: #f7f8fb;
}

.case-source p {
  margin: 0;
  color: #4c4c4c;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  word-break: break-word;
  overflow-wrap: break-word;
}

.case-source a {
  color: #395080;
  font-weight: 600;
}

.case-article__footer {
  margin-top: 48px;
  padding-top: 20px;
  border-top: 4px solid #f1f1f1;
  color: #6b6b6b;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.case-article__footer p {
  margin: 0 0 3px;
}

.case-sidebar {
  width: 290px;
  margin-left: 35px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 290px;
  flex: 0 0 290px;
}

.case-sidebar__card {
  margin: 0 0 24px;
  padding: 24px 22px;
  border: 1px solid #d7d7d7;
  background: #ffffff;
}

.case-sidebar__card > strong {
  display: block;
  margin-bottom: 17px;
  color: #263e81;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.case-toc nav a {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #e7e7e7;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.case-toc nav a:first-child {
  padding-top: 0;
}

.case-toc nav a:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.case-toc nav a:hover {
  color: #ea0000;
}

.case-sidebar__contact {
  border-top: 4px solid #ea0000;
  background: #f6f6f6;
}

.case-sidebar__contact > span {
  display: block;
  margin-bottom: 7px;
  color: #ea0000;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.case-sidebar__contact p {
  margin: 0 0 18px;
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.case-sidebar__contact .case-button {
  width: 100%;
  margin-bottom: 16px;
}

.case-sidebar__contact .case-text-link {
  display: block;
  margin-top: 9px;
  word-break: break-word;
}

.case-button {
  display: inline-block;
  min-height: 44px;
  padding: 12px 24px;
  border: 2px solid transparent;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.15s linear, color 0.15s linear, border-color 0.15s linear;
  -o-transition: background-color 0.15s linear, color 0.15s linear, border-color 0.15s linear;
  transition: background-color 0.15s linear, color 0.15s linear, border-color 0.15s linear;
}

.case-button--primary {
  border-color: #ea0000;
  background: #ea0000;
  color: #ffffff;
}

.case-button--primary:hover {
  border-color: #c80000;
  background: #c80000;
  color: #ffffff;
  text-decoration: none;
}

.case-button--primary:focus {
  border-color: #ea0000;
  background: #ea0000;
  color: #ffffff;
  text-decoration: none;
}

.case-button--secondary {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
}

.case-button--secondary:hover {
  border-color: #ea0000;
  background: #ea0000;
  color: #ffffff;
  text-decoration: none;
}

.case-button--secondary:focus {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
}

.case-cta {
  padding: 48px 0;
  background: #312934;
}

.case-cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case-cta__inner > div:first-child {
  max-width: 740px;
  padding-right: 35px;
}

.case-cta h2 {
  color: #ffffff;
  font-size: 28px;
}

.case-cta__inner > div:first-child > p:last-child {
  margin: 13px 0 0;
  color: #d7d3d8;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.case-cta__actions {
  min-width: 245px;
  text-align: right;
}

.case-cta__actions .case-button {
  min-width: 225px;
  margin: 5px 0 5px 10px;
}

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

  .case-layout {
    display: block;
  }

  .case-article {
    width: 100%;
    max-width: none;
  }

  .case-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 48px -12px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .case-sidebar__card {
    width: -webkit-calc(50% - 24px);
    width: calc(50% - 24px);
    margin-right: 12px;
    margin-left: 12px;
  }

  .case-cta__inner {
    display: block;
  }

  .case-cta__inner > div:first-child {
    max-width: none;
    padding-right: 0;
  }

  .case-cta__actions {
    margin-top: 23px;
    text-align: left;
  }

  .case-cta__actions .case-button {
    margin-right: 10px;
    margin-left: 0;
  }
}

@media screen and (max-width: 900px) {
  .case-card {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .case-intro {
    display: block;
  }

  .case-intro__text,
  .case-cover {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .case-cover {
    margin-top: 28px;
  }

}

@media screen and (max-width: 750px) {
  .case-title-banner.pg-title {
    min-height: 0;
    padding: 38px 0 42px;
  }

  .case-title-banner h1 {
    font-size: 32px;
  }

  .case-title-banner > .case-container > p:last-child {
    font-size: 15px;
  }

  .case-index-content {
    padding: 42px 0 55px;
  }

  .case-index-intro h2,
  .case-cta h2 {
    font-size: 26px;
  }

  .case-intro {
    padding-top: 35px;
  }

  .case-lead {
    font-size: 19px;
  }

  .case-summary {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .case-summary > div {
    width: 50%;
    border-bottom: 1px solid #d7d7d7;
  }

  .case-summary > div:nth-child(2) {
    border-right: 0;
  }

  .case-summary > div:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .case-layout {
    padding: 45px 0 55px;
  }

  .case-section h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 600px) {
  .case-title-banner h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .case-card__body {
    padding: 22px 20px;
  }

  .case-card h2 {
    font-size: 21px;
  }

  .case-lead {
    font-size: 18px;
  }

  .case-meta span,
  .case-meta time {
    display: inline;
  }

  .case-summary > div {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #d7d7d7;
  }

  .case-summary > div:nth-last-child(-n+2) {
    border-bottom: 1px solid #d7d7d7;
  }

  .case-summary > div:last-child {
    border-bottom: 0;
  }

  .case-section {
    margin-bottom: 42px;
  }

  .case-section h2 {
    font-size: 24px;
  }

  .case-section > p:not(.case-kicker) {
    font-size: 16px;
  }

  .case-steps li {
    padding: 18px 16px;
  }

  .case-steps li > span {
    width: 38px;
    height: 38px;
    margin-right: 13px;
    -ms-flex-preferred-size: 38px;
    flex-basis: 38px;
    line-height: 34px;
  }

  .case-steps strong {
    font-size: 16px;
  }

  .case-result-box,
  .case-quote,
  .case-source {
    padding: 21px 19px;
  }

  .case-quote p {
    font-size: 16px;
  }

  .case-sidebar {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }

  .case-sidebar__card {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .case-title-banner.pg-title {
    padding: 31px 0 35px;
  }

  .case-title-banner h1 {
    font-size: 25px;
  }

  .case-title-banner__label {
    letter-spacing: 0.8px;
  }

  .case-card__footer {
    display: block;
  }

  .case-card__footer time,
  .case-card__footer .case-text-link {
    display: block;
  }

  .case-card__footer .case-text-link {
    margin-top: 10px;
  }

  .case-cta__actions .case-button {
    width: 100%;
    min-width: 0;
    margin-right: 0;
  }
}

@media print {
  .case-page .case-sidebar,
  .case-page .case-cta,
  .case-page .case-crumbs {
    display: none;
  }

  .case-page .case-title-banner.pg-title {
    min-height: 0;
    padding: 20px 0;
    background: #ffffff !important;
  }

  .case-page .case-title-banner h1,
  .case-page .case-title-banner__label {
    color: #000000;
  }

  .case-page .case-intro {
    display: block;
  }

  .case-page .case-intro__text,
  .case-page .case-cover,
  .case-page .case-article {
    width: 100%;
    max-width: none;
  }

  .case-page .case-cover {
    margin-top: 20px;
  }
}
