.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

a {
  color: #333;
}

.body {
  height: auto;
  max-height: none;
  padding: 0px;
  background-color: #f8f8f0;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.body-text {
  margin-bottom: 24px;
  font-family: Lora, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
}

.body-text.quote {
  padding-right: 8%;
  padding-left: 8%;
  font-size: 18px;
  text-align: center;
}

.body-text.body-text-small.intro-tab {
  padding-left: 16px;
}

.caption {
  font-family: Lora, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 32px;
  font-style: italic;
  text-align: left;
}

.list {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 16px;
  font-family: Lora, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-indent: 0px;
}

.heading {
  display: block;
  margin-left: 0px;
  border: 1px solid transparent;
  font-family: 'Share Tech Mono', sans-serif;
  color: #1c4894;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  text-transform: uppercase;
}

.heading.case-heading {
  display: none;
  margin-top: 36px;
  margin-left: 8px;
}

.heading.question-heading {
  display: block;
}

.heading.question-number {
  margin-left: -2px;
  float: right;
  text-align: left;
}

.case {
  position: relative;
  display: block;
  max-width: 1440px;
  margin: 0px auto;
  padding: 180px 10px 0px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.body-text-big {
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: Lora, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 32px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.body-text-big.quiz-result {
  color: #333;
}

.body-text-big.answer-text {
  color: #1c4894;
}

.body-text-big.role-names {
  text-align: center;
}

.body-text-big.transition {
  margin-top: 80px;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  max-height: none;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/v3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}

.centered-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs {
  margin-bottom: 12px;
}

.tab {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  padding: 0px 16px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #6970ff;
  border-radius: 8px;
  background-color: transparent;
  font-family: 'Share Tech Mono', sans-serif;
}

.tab.w--current {
  position: relative;
  display: block;
  overflow: auto;
  width: 100%;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-color: #f1c405;
  background-color: #f1c405;
  font-family: 'Share Tech Mono', sans-serif;
  text-transform: uppercase;
}

.tag {
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: #171717;
  font-family: 'Share Tech Mono', sans-serif;
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
}

.body-text-small {
  overflow: visible;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Lora, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -o-object-fit: none;
  object-fit: none;
}

.image {
  display: inline-block;
  width: 99.9%;
  max-width: 400px;
  margin-top: 24px;
  margin-bottom: 24px;
  clear: none;
  border-style: solid;
  border-width: 2px;
  border-color: #f1c405;
  border-radius: 1px;
  box-shadow: 7px 7px 0 0 #f1c405;
  text-align: center;
}

.tabs-content {
  margin-top: 16px;
  color: transparent;
}

.spacer {
  padding-right: 24px;
  padding-left: 24px;
}

.case-image {
  position: -webkit-sticky;
  position: sticky;
  top: 5px;
  overflow: hidden;
  padding-right: 16px;
  padding-left: 16px;
  border-style: none;
  border-width: 5px;
  border-color: #f8f8f0;
  background-color: transparent;
}

.heading-3 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: 'Share Tech Mono', sans-serif;
  color: #1c4894;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.heading-3.intro-expansion {
  display: inline;
  float: left;
}

.more {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  border-style: solid;
  border-width: 3px;
  border-color: #f1c405;
  border-radius: 5px;
}

.case-content {
  margin-top: 24px;
  background-color: rgba(105, 112, 255, 0.09);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  text-align: left;
}

.collection-item {
  display: block;
  margin: 8px auto;
  padding-right: 16px;
  padding-left: 16px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.collection-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link {
  color: #1c4894;
}

.tab-link-tab-1 {
  padding-left: 16px;
  background-color: transparent;
}

.tab-link-tab-1.w--current {
  background-color: transparent;
}

.heading-2 {
  margin-top: 163px;
  margin-bottom: 1em;
  font-family: Lora, sans-serif;
  font-size: 34px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-photo {
  width: 100%;
}

.about-name {
  text-align: center;
}

.image-3 {
  display: block;
}

.image-4 {
  display: block;
}

.image-5 {
  display: block;
}

.case-item {
  display: none;
}

.case-item.active-case-item {
  display: block;
}

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.scorecard-absolutist {
  opacity: 0.16;
}

.scorecard-absolutist.active {
  margin-bottom: 46px;
  opacity: 1;
}

.scorecard-reformer {
  overflow: visible;
  margin-bottom: 46px;
  opacity: 0.16;
}

.scorecard-abolitionist {
  opacity: 0.16;
}

.scorecard-checkmark {
  position: absolute;
  left: -24px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 32px;
  height: 32px;
  margin-top: 20px;
  background-image: url('../images/noun_Check_1207836.png');
  background-position: 50% 50%;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  line-height: 20px;
}

.scorecard-negative {
  position: absolute;
  left: -24px;
  top: 0px;
  width: 32px;
  height: 32px;
  margin-top: 20px;
  background-image: url('../images/noun_X_327680.png');
  background-position: 50% 50%;
  background-size: 28px 28px;
}

.share-image {
  width: 24px;
  margin-right: 6px;
  float: left;
}

.share-text {
  overflow: visible;
  height: 24px;
  float: left;
  font-family: 'Share Tech Mono', sans-serif;
  line-height: 24px;
}

.share-block {
  margin-right: 18px;
  margin-bottom: 8px;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  border-radius: 4px;
  background-color: #1c4894;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}

.share-block:hover {
  background-color: #f1c405;
}

.share-block:active {
  background-color: #ef462c;
}

.case-wrapper {
  position: relative;
  display: block;
  max-width: 1440px;
  margin: 0px auto;
  padding: 0px 10px 48px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.transition.body-text-big {
  max-width: 940px;
  margin-top: 129px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
}

.image-6 {
  margin-top: 27px;
  margin-right: 12px;
  float: left;
}

@media screen and (max-width: 991px) {
  .heading {
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: 24px;
    text-align: left;
  }
  .tab {
    display: block;
  }
  .tag {
    margin-top: 20px;
  }
  .image {
    margin-bottom: 16px;
  }
  .tabs-content {
    margin-top: 0px;
    padding-top: 0px;
    background-color: transparent;
  }
  .spacer {
    padding-left: 0px;
  }
  .tab-pane-tab-1 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .tab-pane-tab-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .tab-pane-tab-3 {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: transparent;
  }
  .case-image {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .heading-3 {
    font-family: 'Share Tech Mono', sans-serif;
  }
  .scorecard-checkmark {
    top: -4px;
  }
  .scorecard-negative {
    top: -4px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding: 0px;
  }
  .list {
    margin-bottom: 32px;
  }
  .heading.case-heading {
    margin-top: 84px;
    margin-bottom: 0px;
  }
  .hero-overlay {
    padding: 0px;
    background-image: url('../images/v3.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .centered-container {
    padding-right: 24px;
    padding-left: 24px;
  }
  .tab {
    width: 100%;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .case-image {
    position: static;
  }
  .grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding: 0px;
  }
  .case {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-overlay {
    height: 100vh;
    max-height: 480px;
  }
  .centered-container {
    padding-right: 16px;
    padding-left: 16px;
    text-align: left;
  }
  .tab {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs-menu {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .case-image {
    padding-right: 8px;
    padding-left: 8px;
  }
  .grid {
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .scorecard-checkmark {
    left: -18px;
  }
  .scorecard-negative {
    left: -18px;
  }
  .case-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .transition.body-text-big {
    margin-right: 10px;
    margin-left: 10px;
  }
}

