:root {
  --dora-black: rgb(34, 30, 39);
  --dora-warm-white: rgb(240, 238, 234);
  --dora-sky-blue: rgb(73, 160, 236);
  --dora-vermillion: rgb(245, 90, 36);
  --dora-spotlight-yellow: rgb(240, 225, 90);
  --dora-mauve: rgb(184, 175, 254);
  --dora-deep-plum: rgb(114, 2, 92);
  --dora-prussian-blue: rgb(11, 57, 84);
  --dora-primary-dark: var(--dora-black);
  --dora-primary-light: var(--dora-warm-white);
  --dora-highlight: var(--dora-spotlight-yellow);
  --dora-secondary-a: var(--dora-vermillion);
  --dora-secondary-b: var(--dora-sky-blue);
  --dora-secondary-c: var(--dora-mauve);
  --dora-tertiary-a: var(--dora-deep-plum);
  --dora-tertiary-b: var(--dora-prussian-blue); }

h3 {
  margin-top: 1.5em; }

#rotate-tip {
  display: none; }

@media (orientation: portrait) {
  #rotate-tip {
    display: revert; } }

.hasSidebar article {
  padding: 1rem; }
  .hasSidebar article img {
    max-width: 100%; }
  .hasSidebar article li {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 300; }

#questions h3 {
  font-size: 1.25em; }

#questions h4 {
  color: #666;
  margin-bottom: 1em; }

#questions li {
  font-weight: 300;
  font-family: "Roboto";
  font-size: .9rem; }

#questions p.description {
  border-top: 1px solid lightgray; }

#questions .responses {
  margin-bottom: .5rem; }
  #questions .responses label {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: .75rem;
    font-weight: normal; }
  #questions .responses .answer {
    display: inline-block;
    font-size: .8rem;
    border: none;
    color: #5b5e66;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
    padding: .25rem 0.5rem;
    margin: 0.2rem 0.05rem; }

tab_links {
  display: block;
  width: 100%;
  border-bottom: 1px solid #dadce0; }
  tab_links a {
    display: inline-block;
    padding: 4px 18px;
    cursor: pointer;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 0.85rem;
    text-decoration: none;
    color: #9aa0a6;
    text-transform: uppercase;
    border-bottom: 2px solid white;
    transition: border-bottom 400ms ease-out; }
    tab_links a:hover {
      color: #202124; }
    tab_links a.selected {
      color: #202124;
      border-bottom: 2px solid #1a73e8; }

.hero-image img {
  max-width: 100%; }

.research-note {
  font-size: 0.85rem;
  font-style: italic;
  color: #5b5e66; }
