@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro');

.wrapper {
  max-width: 650px;
  margin: 0 auto;
  font: 16px/1.2em 'Source Sans Pro', sans-serif;
  color: #333;
}

/* Enter and leave animations can use different */
/* durations and timing functions.              */
.slide-fade-enter-active {
  transition: all .5s ease;
}
.slide-fade-leave-active {
  transition: all .5s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter, .slide-fade-leave-to
/* .slide-fade-leave-active below version 2.1.8 */ {
  transform: translateX(10px);
  opacity: 0;
}

.navigation {
  padding: 5px 30px;
  text-align: center;
}

.navigation.bordered {
  border-top: 1px solid #e4e4e4;
}

.navigation a {
  text-align: center;
  padding: 6px 14px;
  margin: 5px;
  font-size: 14px;
  background-color: #e4e4e4;
  border: 4px solid #e4e4e4;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 3s;
  transition: background-color 0.3s, color 0.3s;
}

.navigation a.selected {
  border-color: #07a3dd;
  color: #333;
  background: #fff;
}

.candidates .navigation a.selected {
  background: #f6c241;
  border-color: #f6c241;
  color: #333;
}

.navigation a.title {
  background: none;
  border-color: transparent;
  color: #7d7d7d;
  font-weight: bold;
  cursor: default;
}

h1 {
  font: 24px/1.2em 'Source Sans Pro', sans-serif;
  padding: 0px;
  text-align: center;
}

h2 {
  font: 24px/1.2em 'Source Sans Pro', sans-serif;
  padding: 0px 30px;
  margin: 0;
  text-align: center;
}

h3 {
  font: 20px/1.2em 'Source Sans Pro', sans-serif;
  margin: 0;
  padding: 0 0 5px;
}

.description {
  font-size: 14px;
  padding: 10px;
}

.questions {
  margin: 0;
}

.questions .question {
  border-top: 1px solid #e4e4e4;
  padding-top: 30px;
}

.questions .answers {
  margin: 30px 0;
}

.answers .answer {
  font-size: 18px;
  max-width: 100%;
  margin: 10px 0px;
}

.answer .answer-wrapper {
  margin: 30px 0;
}

.answer-body,
.bio-body {
  font-family: 'Source Serif Pro', serif;
  font-size: 16px;
  line-height: 1.6em;
}

.answer-body {
  border: 1px solid #fff;
  padding: 5px 30px;
}

.questions .question .text,
.answer.bubble .answer-body {
	position: relative;
	background: #f4f4f4;
  border-color: #ddd;
  border-radius: 5px;
  padding: 20px 30px;
}

.questions .question .text {
  font-size: 20px;
  line-height: 1.4em;
  padding: 20px 30px;
  background: #454545;
  border-color: #333;
  color: #fff;
}

.answer.bubble .answer-body:before {
  content: '';
  position: absolute;
  top: 0;
  left: 101px;
  width: 0;
  height: 0;
  border: 21px solid transparent;
  border-bottom-color: #ddd;
  border-top: 0;
  border-left: 0;
  margin-left: -12px;
  margin-top: -22px;
}

.answer.bubble .answer-body:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-bottom-color: #f4f4f4;
	border-top: 0;
	border-left: 0;
	margin-left: -10px;
	margin-top: -20px;
}

.answers.selected {
  cursor: default;
  display: block;
}

.answers .answer-wrapper.hidden {
  display: none;
}

.answer.selected .answer-wrapper.hidden {
  display: block;
}

.answers .biocard {
  margin: 0px;
  color: #000;
  padding: 20px 30px;
}

.answer .biocard .mugshot {
  float: left;
  margin: 0 10px 10px 0;
}

.answer .biocard .mugshot img {
  width: 75px !important;
}

.answer .biocard .bio-body {
  margin-left: 90px;
}

.answers .namecard {
  margin: 0px;
  color: #000;
  font-size: 18px;
  line-height: 45px;
  padding: 20px 30px;
  min-height: 45px;
}

.answers .namecard .name {
  font-size: 18px;
  line-height: 1.2em;
  margin-top: 10px;
}

.answers .namecard::after {
  clear: both;
}

.answers .namecard .mugshot {
  float: left;
  margin: 0 10px 10px 0;
}

.answer .biocard .mugshot img,
.answers .namecard .mugshot img {
  width: 45px;
}

.answers .namecard .website {
  font-size: 14px;
}

.answers .namecard .website a {
  color: #07a3dd;
  text-decoration: none;
  font-weight: normal;
}

@media screen and (max-width: 500px) {

.questions .question .text {
  font-size: 18px;
}

.answers .namecard {
  font-size: 16px;
  line-height: 45px;
  padding: 15px;
}

.bio-body,
.answer-body {
  font-size: 14px;
}

.answer-wrapper .biocard {
  padding: 20px 0;
}

.answer .biocard .bio-body {
  margin-left: 0;
}

.questions .question .text,
.answers .answer.bubble .answer-body {
  padding: 10px 15px;
}

}
