@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html {
  font-family: "Open Sans", "Helvetica Neue";
  color: #393939;
  font-size: 14px;
  text-size-adjust: none;
}

body {
  padding: 0;
  margin: 0;
}

header {
  margin: 10px 20px 40px;
}

header div {
  display: inline-block;
  vertical-align: middle;
}

header .logo img {
  width: 40px;
  height: 40px;
}

.back-link {
  margin: 10px 0 20px;
  font-size: 16px;
  display: block;
}

#responseMeta {
  margin: 0 0 40px;
}

#bio {
  display: flex;
}

#bioPic,
#bioDetails,
#keyPoints {
  display: inline-block;
  vertical-align: top;
}

#bioPic {
  margin: 0 10px 0 0;
}

#bioPic img {
  width: 160px;
  height: 160px;
  object-fit: cover;

}

#bioDetails {
  flex: 1;
}

#bioDetails p {
  margin: 0;
  padding: 0;
  line-height: 1.4em;
  font-size: 16px;
}

#bioDetails p.bioName {
  font-size: 20px;
  font-weight: bold;
}

#keyPoints {
  float: right;
}

#keyPoints .keyPoint {
  border: 1px solid #595959;
  border-radius: 20px;
  color: #595959;
  text-align: center;
  margin: 0 0 10px;
  padding: 8px 16px;
  font-size: 12px;
}

#keyPoints .keyPoint.green {
  background-color: #6aa84fff;
  border-color: #6aa84fff;
  color: #ffffff
}

.followUp {
  font-size: 10px;
  text-align: right;
  padding-right: 10px;
}



#contentContainer {
  /* background-color: #bcb7a3; */
  background-color: #a9a9a9;
  padding: 20px;
  min-height: 400px;
}

.sectionContainer {
  display: none;
}

.sectionContainer.active {
  display: block;
}

.responseContainer {
  margin-bottom: 30px;
  background-color: #ffffff;
}

.responseContainer .responseQuestion {
  padding: 10px 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
  /* border-bottom: 2px solid #bcb7a3; */
  border-bottom: 2px solid #a9a9a9;
}

.responseContainer div.responseAnswer {
  margin-bottom: 10px;
  display: flex;
  width: 100%
}

.responseContainer .responseAnswer>div {
  flex: 1;
  margin: 0;
  padding: 10px;
}

.responseContainer .responseAnswer>div:first-child {
  margin-right: 10px;
}

.answerSummary ul {
  margin-bottom: 20px;
}

.responseAnswer li {
  margin-bottom: 5px;
  line-height: 1.6em;
}

.answerSummary>p {
  margin: 0 20px 20px;
}

.responseAnswer .answerVideo {
  text-align: center;
  padding: 10px;
}

.responseAnswer .fullTranscript {
  display: none;
}

.responseContainer>ul {
  padding: 0px 40px 20px 40px;
}

.responseQuestion .question-number {
  display: none;
}

a.transcriptToggle {
  margin: 0 0 20px 35px;
  display: block;
}

blockquote {
  font-size: 14px;
  margin: 20px 30px;
  font-family: Open Sans;
  font-style: italic;
  color: #555555;
  padding: 0 20px 0 10px;
  border-left: 4px solid #feb70f;
  line-height: 1.6;
}

video {
  background-color: #595959;
}

.responseContainer .responseAnswer .description {
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.expandable {
  max-height: 120px;
  position: relative;
  overflow: hidden;
}

.expandable::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  /*right: 10px; /* match parent padding-right */
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), white);
  z-index: 2;
  pointer-events: none;
}

.expand {
  position: absolute;
  bottom: 10px;
  z-index: 3;
  width: 100%;
  text-align: center;
}

.expandControl {
  border: 1px solid #a9a9a9;
  background-color: #e9e9e9;
  color: #000000;
  padding: 12px 26px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}

table.respondentTable {
  width: 100%;
  border: 4px solid #ffffff;
}

table.respondentTable th,
table.respondentTable td {
  border: 4px solid #ffffff;
  padding: 3px 6px;
}

table.respondentTable th {
  background-color: #e9e9e9;
}

.gc-respondent-table td {
  padding: 1rem 0.75rem;
}

.gc-respondent-table th.pill {
  text-align: center;
}
.gc-respondent-table td.pill {
  text-align: center;
  padding: 0.75rem;
}

.gc-respondent-table th.pill-sm,
.gc-respondent-table td.pill-sm {
  min-width: 60px;
}

.gc-respondent-table td.pill div {
  color: #000000;
  border-radius: 20px;
  padding: 7px;
  text-align: center;
  min-width: 20px;
  font-size: 10px;
  margin: 0 auto;
}

.gc-respondent-table td.pill div.y,
.gc-respondent-table td.pill div.definitely {
  background-color: #6aa84f;
  border: 1px solid #6aa84f;
  color: #ffffff;
  font-weight: bold;
}

.gc-respondent-table td.pill div.probably {
  background-color: #c6ebb6;
  border: 1px solid #c6ebb6;
  color: #000000;
}

.gc-respondent-table td.pill div.maybe,
.gc-respondent-table td.pill div.probablynot,
.gc-respondent-table td.pill div.definitelynot,
.gc-respondent-table td.pill div.n
{
  background-color: #e2e2e2;
  border: 1px solid #e2e2e2;
  color: #000000;
}

.gc-respondent-table td.pill-sm div.y,
.gc-respondent-table td.pill-sm div.n
{
  width: 30px;
}

.gc-respondent-table td.pill-lg div {
  width: 90px;
}


video {
  max-width: 100%;
}

@media (min-width:768px) {
  .responseContainer .responseAnswer>div:first-child {
    float: left;
    width: 48%;
  }

  .responseAnswer .answerVideo {
    float: right;
    width: 48%;
  }
}

@media (max-width:767px) {

  #bio {
    display: block;
  }

  #keyPoints {
    display: block;
    float: none;
    margin-top: 20px;
  }

  .responseContainer div.responseAnswer {
    display: block;
  }
}

/* responsive tabs */

.tabs-container {
  margin: 20px 0;
  padding: 0;
  cursor: pointer;
  font-weight: bold;
}

.tabs-container nav ul {
  background-color: #ffffff;
}

.tabs-container nav ul li {
  display: inline-block;
  /* border: 1px solid #f0ede0; */
  /* background-color: #f0ede0; */
  /* background-color: #e9e9e9; */
  margin: 0 5px;
  padding: 10px 10px;
  min-width: 80px;
  background-color: #ffffff;

  /*
  border-top: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #e9e9e9;
  */
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}

/*
.tabs-container nav ul li:first-child {
  margin-left: 0;
}

*/
.tabs-container nav ul li.selected {
  font-weight: bold;
}

/* the nitty gritty */

.tabs-container {
  position: relative;
  height: 2.7em;
  z-index: 10;
}

.tabs-container nav {
  position: absolute;
  width: 100%;
}

.tabs-container nav ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 1px solid #a9a9a9;
}

.tabs-container nav ul li {
  order: 1;
}

.tabs-container nav ul li.selected {
  order: 0;
}

.tabs-container nav ul.expanded li.selected {
  border-bottom: 1px solid #c9c9c9;
}

.tabs-container nav ul li.selected:after {
  width: 1px;
  height: 1px;
  border: 5px solid transparent;
  border-top: 5px solid #555;
  content: '';
  position: absolute;
  right: 1.5em;
  top: 1.4em;
  z-index: 9999;
}

.tabs-container nav ul li:not(.selected) {
  position: absolute;
  top: -999em;
}


.tabs-container nav ul.expanded li.selected:after {
  border-top-color: transparent;
  border-bottom-color: #555;
  top: 1em;
}


.tabs-container nav ul.expanded li:not(.selected) {
  position: relative;
  top: auto;
}

@media all and (min-width: 60em) {

  nav {
    background: transparent;
  }

  .tabs-container {
    margin: 0 20px;
  }

  .tabs-container nav ul {
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    white-space: nowrap;
    overflow: hidden;
    border: none;
  }

  .tabs-container nav ul li {
    display: inline-block;
    /*
    margin: 0 1rem 0 1rem;
    padding: 0 0 .2rem 0;
    */
    border: none;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
  }

  .tabs-container nav ul.expanded li.selected {
    border-bottom: none;
  }

  .tabs-container nav ul li:not(.selected) {
    position: relative;
    top: auto;
  }

  .tabs-container nav ul li.selected {
    order: 1;
    border-color: #a9a9a9;
    background-color: #a9a9a9;
  }

  .tabs-container nav ul li.selected:after {
    display: none;
  }
}


.tab-content {
  display: none;
  padding: 15px;
}

.tab-content.current {
  display: inherit;
}


/* Print View of Respndent Page */

.project-page-controls {
  display: flex;
}

.project-page-controls .print-view-toggle {
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
}

.respondent-page.print-view {
  font-size: 1.2em;
}

.respondent-page.print-view #bio p {
  font-size: 1.2em;
}

.respondent-page.print-view #keyPoints .keyPoint {
  border: 0;
  text-align: left;
  padding: 0;
  font-size: 1.2em;
  background-color: transparent;
  color: #000;
  border-radius: 0;
}

.respondent-page.print-view #navTabContainer {
  display: none;
}

.respondent-page.print-view #contentContainer {
  background-color: #ffffff;
  padding: 0;
}

.respondent-page.print-view #contentContainer .sectionContainer {
  display: block;
}

.respondent-page.print-view #contentContainer .project-section-title {
  font-size: 24px;
  font-weight: 800;
  background-color: #ffffff;
  padding: 10px 20px;
  border-bottom: 4px solid #000000;
}

.respondent-page.print-view #contentContainer .transcriptToggle {
  display: none;
}

.respondent-page.print-view #contentContainer .fullTranscript {
  display: block !important;
}

.respondent-page.print-view #contentContainer .responseContainer {
  margin-bottom: 0;
}

.respondent-page.print-view #contentContainer .responseContainer .responseQuestion {
  border-bottom: 1px solid #999999;
  font-size: 1.1em;
}

.respondent-page.print-view #contentContainer .responseContainer .answerVideo {
  display: none;
}

.respondent-page.print-view #contentContainer .responseContainer .fullTranscript {
  font-size: 1.1em;
}

.respondent-page.print-view #contentContainer p.expand {
  display: none;
}

.respondent-page.print-view #contentContainer .description.expandable {
  max-height: unset
}

.respondent-page.print-view #contentContainer .description.expandable:after {
  background-image: none;
}

.respondent-page.print-view #contentContainer #Highlights {
  display: none;
}