  .card {
  height: 100%;
  border: solid 1px #ccc;
  position: relative;
}
.card label {
  background: #fff;
  padding: 14px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  text-align: center;
}
.card input {
  display: none;
  height: 0;
}
.card.selected, .card.selected .center {
  background: #283faf;
}
.card.selected label {
  color: #fff;
  background: #283faf;
}
.card.selected label a, .card.selected label h4 {
  color: #fff;
}
.card .button {
  background: #00205B;
}
.card.selected .button {
  background-color: #fff;
  color: #272727;
}
.columns:last-child:not(:first-child) {
  float: left;
}
.question {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.answer {
  padding-top: .875rem;
  padding-bottom: .875rem;
}
.summary {
  padding-left: .875rem;
  padding-right: .875rem;
}

.flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

body.is-reveal-open {
    overflow: hidden
}

html.is-reveal-open,
html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

/* .reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(10, 10, 10, .45);
    overflow-y: scroll;
    padding: 3.5rem;
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: .875rem;
    border: 1px solid #777;
    border-radius: 0;
    background-color: #fff;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto
} */

[data-whatinput=mouse] .reveal {
    outline: 0
}

.reveal .column,
.reveal .columns {
    min-width: 0
}

.reveal>:last-child {
    margin-bottom: 0
}

.reveal.collapse {
    padding: 0
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

.reveal.without-overlay {
    position: fixed
}

.hidden {
  display: none;
}

.clear_results {
  background-color: #fff;
  text-align: center;
}

.question-holder {
  margin-bottom: 42px;
}

button.close-button {
  transform: translateY(0);
}
