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

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

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

.service-title-banner a:focus,
.service-contact-card a:focus,
.service-cta a:focus {
  outline-color: #ffffff;
}

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

.service-title-banner.pg-title {
  min-height: 315px;
  padding: 54px 0 58px;
  background-color: #172033;
  text-align: center;
}

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

.service-title-banner.pg-title h1 {
  max-width: 1000px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.16;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.service-title-banner__lead {
  max-width: 880px;
  margin: 17px auto 0;
  color: #e0e3e9;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
}

.service-title-banner__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-title-banner__actions .service-button + .service-button {
  margin-left: 11px;
}

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

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

.service-page h2,
.service-page h3,
.service-page p {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.service-overview {
  padding: 48px 0 62px;
}

.service-overview__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service-overview__content {
  width: -webkit-calc(100% - 380px);
  width: calc(100% - 380px);
  min-width: 0;
  padding-right: 50px;
}

.service-overview h2,
.service-section-head h2,
.service-cta h2 {
  margin: 0;
  color: #263e81;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.25;
}

.service-overview__intro {
  max-width: 760px;
  margin: 15px 0 0;
  color: #555555;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}

.service-work-list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.service-work-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 0;
  border-top: 1px solid #e4e4e4;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service-work-list li:last-child {
  border-bottom: 1px solid #e4e4e4;
}

.service-work-list__number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 38px;
  height: 38px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  margin-right: 17px;
  border: 1px solid #ea0000;
  border-radius: 50%;
  color: #df0000;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-work-list li > div {
  min-width: 0;
}

.service-work-list h3 {
  margin: 1px 0 0;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.service-work-list p {
  margin: 5px 0 0;
  color: #5b5b5b;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.service-contact-card {
  width: 380px;
  min-width: 0;
  padding: 28px 29px 29px;
  border-top: 4px solid #ea0000;
  background: #263e81;
  color: #ffffff;
}

.service-contact-card > span {
  color: #ffb2b2;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.service-contact-card h2 {
  margin: 11px 0 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
}

.service-contact-card p {
  margin: 14px 0 0;
  color: #e2e7f3;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

.service-contact-card .service-button {
  width: 100%;
  margin-top: 23px;
}

.service-contact-card__link {
  display: block;
  margin-top: 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.service-contact-card__link:hover {
  color: #ffcccc;
}

.service-audience,
.service-examples,
.service-related {
  padding: 58px 0 64px;
  background: #f6f6f7;
}

.service-section-head {
  max-width: 810px;
  margin: 0 auto 30px;
  text-align: center;
}

.service-section-head > p:last-child {
  margin: 14px auto 0;
  color: #5b5b5b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.service-card-list,
.service-effect-list,
.service-related__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
  padding: 0;
  list-style: none;
}

.service-card-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  min-width: 0;
  padding: 10px;
}

.service-info-card {
  width: 100%;
  padding: 25px 25px 27px;
  border: 1px solid #dedede;
  border-top: 3px solid #ea0000;
  background: #ffffff;
}

.service-info-card h3 {
  margin: 0;
  color: #263e81;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

.service-info-card p {
  margin: 11px 0 0;
  color: #555555;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.service-effects {
  padding: 58px 0 64px;
  background: #263e81;
  color: #ffffff;
}

.service-section-head--light h2 {
  color: #ffffff;
}

.service-section-head--light .service-kicker {
  color: #ffb2b2;
}

.service-effect-list > li {
  width: 33.333%;
  min-width: 0;
  padding: 19px 25px 3px;
  border-left: 1px solid #6474a3;
}

.service-effect-list > li:first-child {
  border-left: 0;
}

.service-effect-list > li > span {
  color: #ffb2b2;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
}

.service-effect-list h3 {
  margin: 12px 0 0;
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.35;
}

.service-effect-list p {
  margin: 10px 0 0;
  color: #e1e5f0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

.service-examples {
  background: #ffffff;
}

.service-example-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

.service-example-card {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  min-width: 0;
  margin: 10px;
  padding: 25px;
  border: 1px solid #dedede;
  border-left: 4px solid #ea0000;
  background: #ffffff;
}

.service-example-card__label {
  margin: 0 0 9px;
  color: #df0000;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.service-example-card h3 {
  margin: 0;
  color: #263e81;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.35;
}

.service-example-card > p:not(.service-example-card__label) {
  margin: 10px 0 0;
  color: #555555;
  font-size: 15px;
  line-height: 1.55;
}

.service-example-card a {
  display: inline-block;
  margin-top: 16px;
  color: #263e81;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.service-example-card a:hover {
  color: #df0000;
}

.service-examples__placeholder {
  max-width: 800px;
  margin: 0 auto;
  padding: 25px 28px;
  border: 2px dashed #c9c9c9;
  background: #fafafa;
  text-align: center;
}

.service-examples__placeholder strong {
  color: #263e81;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.service-examples__placeholder p {
  margin: 8px 0 0;
  color: #5b5b5b;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.service-related {
  padding-top: 50px;
  padding-bottom: 54px;
}

.service-section-head--compact {
  margin-bottom: 24px;
}

.service-related__list > li {
  width: 33.333%;
  min-width: 0;
  padding: 7px;
}

.service-related__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 66px;
  padding: 13px 16px;
  border: 1px solid #dedede;
  background: #ffffff;
  color: #263e81;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-related__list a:hover {
  border-color: #ea0000;
  color: #df0000;
}

.service-related__list a span {
  margin-right: 12px;
  color: #df0000;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.8px;
}

.service-cta {
  padding: 39px 0;
  background: #172033;
  color: #ffffff;
}

.service-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;
}

.service-cta__inner > div:first-child {
  max-width: 760px;
  min-width: 0;
  padding-right: 35px;
}

.service-cta h2 {
  color: #ffffff;
  font-size: 29px;
}

.service-cta p:not(.service-kicker) {
  margin: 10px 0 0;
  color: #dfe3eb;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.service-cta .service-kicker {
  color: #ffb2b2;
}

.service-cta__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.service-cta__actions .service-button + .service-button {
  margin-left: 10px;
}

.service-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 46px;
  padding: 11px 21px;
  border: 2px solid transparent;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

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

.service-button--primary:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #263e81;
}

.service-button--ghost,
.service-button--secondary {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
}

.service-button--ghost:hover,
.service-button--secondary:hover {
  background: #ffffff;
  color: #263e81;
}

.services-hub {
  padding: 52px 0 58px;
  background: #f6f6f7;
  color: #393939;
}

.services-hub,
.services-hub * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.services-hub__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -9px;
  padding: 0;
  list-style: none;
}

.services-hub__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  min-width: 0;
  padding: 9px;
}

.services-hub__list a {
  display: block;
  width: 100%;
  padding: 22px 23px 23px;
  border: 1px solid #dedede;
  border-top: 3px solid #ea0000;
  background: #ffffff;
  color: #393939;
  text-decoration: none;
}

.services-hub__list a:focus {
  outline: 2px solid #ea0000;
  outline-offset: 3px;
}

.services-hub__list a:hover {
  border-color: #c9c9c9;
}

.services-hub__list span {
  display: block;
  margin-bottom: 10px;
  color: #ea0000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

.services-hub__list strong {
  display: block;
  color: #263e81;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.services-hub__list a:hover strong {
  color: #df0000;
  text-decoration: underline;
}

.services-hub__list small {
  display: block;
  margin-top: 9px;
  color: #5b5b5b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.services-list-title {
  margin: 0 0 24px;
  color: #263e81;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.25;
}

@media screen and (max-width: 1000px) {
  .service-title-banner.pg-title {
    min-height: 0;
    padding-top: 48px;
    padding-bottom: 52px;
  }

  .service-title-banner.pg-title h1 {
    font-size: 37px;
  }

  .service-overview__content {
    width: -webkit-calc(100% - 330px);
    width: calc(100% - 330px);
    padding-right: 32px;
  }

  .service-contact-card {
    width: 330px;
  }

  .service-card-list > li,
  .service-effect-list > li,
  .service-related__list > li,
  .services-hub__list > li {
    width: 50%;
  }

  .service-effect-list > li:nth-child(3) {
    margin-top: 24px;
    border-left: 0;
  }

  .service-cta__inner {
    display: block;
    text-align: center;
  }

  .service-cta__inner > div:first-child {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
  }

  .service-cta__actions {
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 750px) {
  .service-title-banner__lead {
    font-size: 16px;
  }

  .service-overview {
    padding-top: 38px;
    padding-bottom: 50px;
  }

  .service-overview__layout {
    display: block;
  }

  .service-overview__content {
    width: 100%;
    padding-right: 0;
  }

  .service-contact-card {
    width: 100%;
    margin-top: 34px;
  }

  .service-audience,
  .service-effects,
  .service-examples {
    padding-top: 48px;
    padding-bottom: 52px;
  }

  .service-overview h2,
  .service-section-head h2,
  .service-cta h2 {
    font-size: 28px;
  }

  .service-example-card {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 600px) {
  .service-title-banner.pg-title {
    padding-top: 40px;
    padding-bottom: 44px;
  }

  .service-title-banner.pg-title h1 {
    font-size: 31px;
  }

  .service-title-banner__actions,
  .service-cta__actions {
    display: block;
  }

  .service-title-banner__actions .service-button,
  .service-cta__actions .service-button {
    width: 100%;
  }

  .service-title-banner__actions .service-button + .service-button,
  .service-cta__actions .service-button + .service-button {
    margin-top: 10px;
    margin-left: 0;
  }

  .service-card-list,
  .service-effect-list,
  .service-related__list {
    margin: 0;
  }

  .service-card-list > li,
  .service-effect-list > li,
  .service-related__list > li,
  .services-hub__list > li {
    width: 100%;
  }

  .services-hub {
    padding-top: 44px;
    padding-bottom: 48px;
  }

  .services-hub__list {
    margin: 0;
  }

  .services-hub__list > li {
    padding: 0 0 12px;
  }

  .service-card-list > li {
    padding: 0 0 12px;
  }

  .service-effect-list > li {
    padding: 22px 0;
    border-top: 1px solid #6474a3;
    border-left: 0;
  }

  .service-effect-list > li:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .service-effect-list > li:nth-child(3) {
    margin-top: 0;
  }

  .service-related__list > li {
    padding: 0 0 10px;
  }

  .service-examples__placeholder {
    padding: 22px 19px;
  }
}

@media screen and (max-width: 420px) {
  .service-title-banner.pg-title h1 {
    font-size: 28px;
  }

  .service-title-banner__lead,
  .service-overview__intro {
    font-size: 15px;
  }

  .service-overview h2,
  .service-section-head h2,
  .service-cta h2 {
    font-size: 25px;
  }

  .service-work-list__number {
    width: 34px;
    height: 34px;
    -ms-flex-preferred-size: 34px;
    flex-basis: 34px;
    margin-right: 13px;
  }

  .service-contact-card,
  .service-info-card,
  .service-example-card {
    padding: 22px 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-page *,
  .service-page *::before,
  .service-page *::after {
    -webkit-transition-duration: 0.01ms !important;
    -o-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .service-title-banner__actions,
  .service-contact-card,
  .service-related,
  .service-cta {
    display: none;
  }

  .service-title-banner.pg-title,
  .service-effects {
    background: #ffffff !important;
    color: #000000;
  }

  .service-title-banner.pg-title h1,
  .service-title-banner__lead,
  .service-section-head--light h2,
  .service-effect-list h3,
  .service-effect-list p {
    color: #000000;
  }
}
