@charset "UTF-8";
.bold {
  font-weight: 700;
}
.more {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-right: 15px;
  background: url("../img/arrow-right.svg") no-repeat right center;
  color: #4a4069;
  text-decoration: none;
  font-weight: 400;
}
.more:hover {
  color: #4a90e2;
  background-image: url("../img/arrow-right-hover.svg");
}
#header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: white;
}
#header.following {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  box-shadow: 0 0 18px rgba(75, 75, 75, 0.5);
}
#header.following .logo {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  padding: 1rem 0;
}
#header.following .nav-mobile-btn a {
  padding: 1.375rem 0;
}
#logo {
  float: left;
}
.logo {
  display: block;
  padding: 1.5rem 0;
  width: 12.105rem;
  height: 2.250rem;
  background: url("../img/encyklopedia-teatru-polskiego.svg") no-repeat center center;
  background-size: contain;
}
#header .nav-mobile-btn {
  float: right;
}
#header .nav-mobile-btn a {
  padding: 1.875rem 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/mobile-nav-btn.svg") no-repeat center center;
  display: block;
}
@media only screen and (min-width: 760px) {
  #header.following .logo {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    padding: 1rem 0;
  }
  #header.following .nav-mobile-btn a {
    padding: 1.625rem 0;
  }
  .logo {
    display: block;
    padding: 1.625rem 0;
    width: 14.795rem;
    height: 2.750rem;
    background: url("../img/encyklopedia-teatru-polskiego.svg") no-repeat center center;
    background-size: contain;
  }
  #header .nav-mobile-btn a {
    padding: 2.25rem 0;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1025px) {
  .logo {
    display: block;
    padding: 1.625rem 0;
    width: 14.795rem;
    height: 2.750rem;
    background: url("../img/encyklopedia-teatru-polskiego.svg") no-repeat center center;
    background-size: contain;
  }
  #header .nav-mobile-btn a {
    padding: 2.25rem 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  #header.following .logo {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    padding: 0.938rem 0;
  }
  #header.following #nav-desktop > ul > li > a {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    line-height: 5rem;
  }
  #header.following #nav-desktop ul ul {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    top: 5rem;
  }
  .logo {
    display: block;
    padding: 1.9375rem 0;
    width: 16.813rem;
    height: 3.125rem;
    background: url("../img/encyklopedia-teatru-polskiego.svg") no-repeat center center;
    background-size: contain;
  }
  #nav-desktop {
    float: right;
  }
  #nav-desktop > ul:after {
    display: block;
    clear: both;
    content: '';
  }
  #nav-desktop > ul > li {
    float: left;
  }
  #nav-desktop > ul > li:hover {
    background-color: rgba(144, 144, 144, 0.12);
  }
  #nav-desktop > ul > li:hover ul {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    visibility: visible;
    max-height: 20rem;
    opacity: 1;
  }
  #nav-desktop > ul > li > a {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    line-height: 7rem;
    display: block;
    padding: 0 2.5rem 0 1.5rem;
    background: url("../img/arrow-down.svg") no-repeat right 1rem center;
    color: #4a4069;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
  }
  #nav-desktop > ul > li a.no-arrow {
    padding: 0 1.5rem;
    background: none;
  }
  #nav-desktop ul ul {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    position: fixed;
    top: 7.00rem;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    box-sizing: border-box;
    padding: 2rem 20%;
    max-height: 0;
    width: 100%;
    background-color: #4a4069;
    box-shadow: 0 18px 18px -10px rgba(75, 75, 75, 0.5);
    opacity: 0;
  }
  #nav-desktop ul ul:after {
    display: block;
    clear: both;
    content: '';
  }
  #nav-desktop > ul ul > li {
    float: left;
    box-sizing: border-box;
    width: 25%;
    height: 3rem;
    border-radius: 1.5rem;
  }
  #nav-desktop > ul ul > li:hover {
    background-color: #ffc562;
    color: #4a4069;
  }
  #nav-desktop > ul ul > li:hover > a {
    color: #4a4069;
  }
  #nav-desktop > ul ul > li > a {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    line-height: 1rem;
    display: block;
    padding: 1rem;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1200px) {
  #header.following .logo {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    padding: 1.438rem 0;
  }
  #header.following #nav-desktop > ul > li > a {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    line-height: 6rem;
  }
  #header.following #nav-desktop ul ul {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    top: 6rem;
  }
  .logo {
    display: block;
    padding: 2.4375rem 0;
    width: 16.813rem;
    height: 3.125rem;
    background: url("../img/encyklopedia-teatru-polskiego.svg") no-repeat center center;
    background-size: contain;
  }
  #nav-desktop {
    float: right;
  }
  #nav-desktop > ul:after {
    display: block;
    clear: both;
    content: '';
  }
  #nav-desktop > ul > li {
    float: left;
  }
  #nav-desktop > ul > li:hover {
    background-color: rgba(144, 144, 144, 0.12);
  }
  #nav-desktop > ul > li:hover ul {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    visibility: visible;
    max-height: 20rem;
    opacity: 1;
  }
  #nav-desktop > ul > li > a {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    line-height: 8rem;
    display: block;
    padding: 0 2.5rem 0 1.5rem;
    background: url("../img/arrow-down.svg") no-repeat right 1rem center;
    color: #4a4069;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
  }
  #nav-desktop > ul > li a.no-arrow {
    padding: 0 1.5rem;
    background: none;
  }
  #nav-desktop ul ul {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    position: fixed;
    top: 8.00rem;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    box-sizing: border-box;
    padding: 2rem 20%;
    max-height: 0;
    width: 100%;
    background-color: #4a4069;
    box-shadow: 0 18px 18px -10px rgba(75, 75, 75, 0.5);
    opacity: 0;
  }
  #nav-desktop ul ul:after {
    display: block;
    clear: both;
    content: '';
  }
  #nav-desktop > ul ul > li {
    float: left;
    box-sizing: border-box;
    width: 25%;
    height: 3rem;
    border-radius: 1.5rem;
  }
  #nav-desktop > ul ul > li:hover {
    background-color: #ffc562;
    color: #4a4069;
  }
  #nav-desktop > ul ul > li:hover > a {
    color: #4a4069;
  }
  #nav-desktop > ul ul > li > a {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    line-height: 1rem;
    display: block;
    padding: 1rem;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
  }
}
#nav-mobile {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  position: fixed;
  top: 0;
  right: -70%;
  z-index: 9999;
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 1.5rem;
  width: 70%;
  height: 100%;
  background-color: #4a4069;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 18px rgba(75, 75, 75, 0.5);
  visibility: hidden;
}
#nav-mobile.show {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  right: 0;
  visibility: visible;
}
#nav-mobile ul li.close-nav {
  margin-bottom: 1.5rem;
}
#nav-mobile ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  color: white;
  text-decoration: none;
  font-weight: 700;
}
#nav-mobile ul li.close-nav a {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
#nav-mobile ul ul {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
#nav-mobile ul ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: white;
  text-decoration: none;
  font-weight: 400;
}
@media only screen and (min-width: 760px) {
  #nav-mobile {
    padding: 2rem;
    width: 50%;
    right: -50%;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1025px) {
  #nav-mobile {
    padding: 3rem;
    width: 40%;
    right: -40%;
  }
}
#search .wrap {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10rem 1rem 0 1rem;
  height: 21rem;
  background-color: black;
}
#search .wrap .img {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 2s ease-in;
  -webkit-transition: all 2s ease-in;
  -moz-transition: all 2s ease-in;
  -o-transition: all 2s ease-in;
}
#search .wrap .dim-layer {
  transition: background-color 1s ease-out;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.42);
}
#search .wrap:hover .img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transition: all 2s ease-in;
  -webkit-transition: all 2s ease-in;
  -moz-transition: all 2s ease-in;
  -o-transition: all 2s ease-in;
}
#search .wrap:hover .dim-layer {
  transition: background-color 1s ease-out;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  background-color: rgba(0, 0, 0, 0.12);
}
#search .info-button {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 10;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: url("../img/info-btn-white.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
#search .info-button:hover {
  background-color: #4a4069;
  box-shadow: 0 0 0 6px #4a4069;
}
#search .info-button:hover .info-text {
  display: block;
}
#search .info-text {
  font-family: "Roboto Slab", serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  padding: 1.25rem;
  width: 15rem;
  border-radius: 1rem;
  background-color: #4a4069;
  color: white;
  -webkit-font-smoothing: antialiased;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
#search h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  line-height: 2.625rem;
  position: relative;
  z-index: 3;
  margin-bottom: 0.750rem;
  color: white;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
#search form {
  position: relative;
  z-index: 3;
}
#search form:after {
  display: block;
  clear: both;
  content: '';
}
#search input[type="text"] {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.188rem;
  float: left;
  box-sizing: border-box;
  padding: 0.750rem;
  width: 82%;
  height: 3rem;
  border: none;
  border-radius: 4px 0 0 4px;
  color: #909090;
  -webkit-font-smoothing: antialiased;
}
#search input[type="submit"] {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.188rem;
  float: right;
  box-sizing: border-box;
  width: 18%;
  height: 3rem;
  border: none;
  border-radius: 0 4px 4px 0;
  background: #ffc562 url("../img/loupe.svg") no-repeat center center;
  color: transparent;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
}
#search input[type="submit"]:hover {
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  background-color: #fbab00;
}
#search .wrap a {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  position: relative;
  z-index: 3;
  display: inline-block;
  margin-top: 1.125rem;
  color: white;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
#search .wrap a:hover {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  background-color: #4a4069;
  box-shadow: 0 0 0 4px #4a4069;
  text-decoration: none;
}
#search .featured {
  padding: 2rem 2rem 2rem 2rem;
}
#search .featured h3 a {
  font-family: "Roboto", sans-serif;
  font-size: 1.313rem;
  line-height: 1.5rem;
  color: #505f7e;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
}
#search .featured h3 a:hover {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  background-color: #505f7e;
  box-decoration-break: clone;
  box-shadow: 0 0 0 4px #505f7e;
  color: white;
}
#search .featured .date {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin-top: 0.313rem;
  color: #505f7e;
  font-weight: 700;
}
#search .featured p {
  font-family: "Roboto Slab", serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 1.5rem 0;
  color: #4b4b4b;
  font-weight: 400;
}
#search .featured .portrait {
  float: right;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 0.75rem;
  margin-left: 0.75rem;
}
#search .calendar {
  margin: 1.5rem 0;
}
#search .calendar dl {
  margin-bottom: 0.750rem;
}
#search .calendar dl:after {
  display: block;
  clear: both;
  content: '';
}
#search .calendar dt {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  float: left;
  width: 15%;
  color: #70828e;
  text-decoration: none;
  font-weight: 400;
}
#search .calendar dd {
  float: right;
  width: 85%;
}
#search .calendar dd a {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  display: block;
  color: #4a90e2;
  font-weight: 400;
}
#search .calendar dd a:hover {
  color: #1b56ab;
}
@media only screen and (max-width: 760px) and (orientation: landscape) {
  #search .calendar dt {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    float: left;
    width: 10%;
    color: #70828e;
    text-decoration: none;
    font-weight: 400;
  }
  #search .calendar dd {
    float: right;
    width: 90%;
  }
}
@media only screen and (min-width: 760px) and (max-width: 920px) {
  #search .wrap {
    padding: 10rem 3rem 0 3rem;
    height: 21rem;
  }
  #search .featured {
    position: relative;
    padding: 3rem 3rem 0 3rem;
    height: 21rem;
  }
  #search .featured .more {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1025px) {
  #search .wrap {
    padding: 10rem 3rem 0 3rem;
    height: 21rem;
  }
  #search .featured {
    position: relative;
    padding: 3rem 3rem 0 3rem;
    height: 21rem;
  }
  #search .featured .more {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
  }
  #search .calendar dt {
    width: 12%;
  }
  #search .calendar dd {
    width: 88%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  #search .wrap {
    padding: 10rem 2rem 0 2rem;
    height: 20rem;
  }
  #search .featured {
    position: relative;
    padding: 2rem 2rem 0 2rem;
    height: 20rem;
  }
  #search .featured .more {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  #search .wrap {
    padding: 10rem 3rem 0 3rem;
    height: 20rem;
  }
  #search .featured {
    position: relative;
    padding: 3rem 3rem 0 3rem;
    height: 20rem;
  }
  #search .featured .more {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
  }
  #search .calendar dt {
    width: 12%;
  }
  #search .calendar dd {
    width: 88%;
  }
}
#timeline-header {
  padding: 3rem 3rem 0 3rem;
  background-color: rgba(221, 208, 185, 0.16);
}
#timeline-header h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  line-height: 2.625rem;
  float: left;
  margin-bottom: 0.750rem;
  color: #505f7e;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
#timeline-home #date-range {
  float: right;
}
#timeline-home #date-range span {
  float: left;
  margin-left: 1.125rem;
}
#timeline-home #date-range label {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1rem;
  margin-right: 0.25rem;
  color: #909090;
}
#timeline-home #poland {
  border-bottom: 1px solid white;
  position: relative;
  overflow: hidden;
  padding: 0 3rem;
  height: 28rem;
  background-color: rgba(221, 208, 185, 0.16);
}
#timeline-home .high {
  height: 24rem;
}
#timeline-home .low {
  height: 12rem;
}
#timeline-home .entry-poland {
  position: absolute;
  bottom: 0;
  width: 255px;
}
#timeline-home .entry-poland:after {
  display: block;
  clear: both;
  content: '';
}
#timeline-home .entry-poland .date {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1rem;
  float: left;
  box-sizing: border-box;
  padding: 3px 6px;
  width: 50px;
  border-radius: 4px 0 0 4px;
  background-color: #505f7e;
  color: white;
  text-align: center;
  font-weight: 400;
}
#timeline-home .entry-poland .info {
  float: right;
  padding-top: 3px;
  padding-left: 18px;
  width: 186px;
  border-left: 1px solid rgba(80, 95, 126, 0.24);
}
#timeline-home .entry-poland .img {
  display: block;
  margin-top: 0.750rem;
  width: 186px;
  height: 120px;
  background-size: cover;
}
#timeline-home .entry-poland .play {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  display: inline-block;
  box-sizing: border-box;
  margin-top: 0.750rem;
  padding-left: 39px;
  height: 30px;
  background: url("../img/play.svg") no-repeat left center;
  color: #505f7e;
  text-decoration: none;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
}
#timeline-home .entry-poland .play:hover {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  background-image: url("../img/play-hover.svg");
}
#timeline-home .entry-poland h3 a {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1rem;
  color: #505f7e;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
}
#timeline-home .entry-poland h3 a:hover {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  background-color: #505f7e;
  box-decoration-break: clone;
  box-shadow: 0 0 0 3px #505f7e;
  color: white;
}
#timeline-home .entry-poland p {
  font-family: "Roboto Slab", serif;
  font-size: 0.688rem;
  line-height: 1rem;
  margin: 0.750rem 0;
  color: #4b4b4b;
  font-weight: 400;
}
#timeline-home #world {
  padding: 2rem 3rem;
}
#timeline-home .entry-world {
  float: left;
  margin: 0 2.5%;
  width: 20%;
}
#timeline-home .entry-world .date {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.25rem;
  color: #505f7e;
  font-weight: 400;
}
#timeline-home .entry-world h3 a {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1rem;
  color: #505f7e;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
}
#timeline-home .entry-world h3 a:hover {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  background-color: #505f7e;
  box-shadow: 0 0 0 3px #505f7e;
  color: white;
}
#timeline-home .entry-world p {
  font-family: "Roboto Slab", serif;
  font-size: 0.688rem;
  line-height: 1rem;
  margin-top: 0.750rem;
  color: #4b4b4b;
  font-weight: 400;
}
#timeline-nav .prev {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  float: left;
  width: 5%;
  height: 3.625rem;
  background: #ffc562 url("../img/timeline-prev.svg") no-repeat center center;
}
#timeline-nav .prev:hover {
  transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  background-color: #fbab00;
}
#timeline-nav .time-bar {
  float: left;
  width: 90%;
  height: 3.625rem;
}
#timeline-nav .time-bar:after {
  display: block;
  clear: both;
  content: '';
}
#timeline-nav .time-bar .month {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 3.625rem;
  display: block;
  float: left;
  box-sizing: border-box;
  height: 3.625rem;
  background-color: rgba(221, 208, 185, 0.3);
  color: #70828e;
  text-align: center;
  font-weight: 700;
  border-left: 1px solid white;
}
#timeline-nav .time-bar .month:first-child {
  border: none;
}
#timeline-nav .next {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  float: right;
  width: 5%;
  height: 3.625rem;
  background: #ffc562 url("../img/timeline-next.svg") no-repeat center center;
}
#timeline-nav .next:hover {
  transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  background-color: #fbab00;
}
#title {
  background-position: center top;
  background-size: cover;
}
#title:after {
  display: block;
  clear: both;
  content: '';
}
#title .title-bar {
  overflow: hidden;
  height: 3rem;
}
#title h1 {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  margin-top: 1.3rem;
  color: white;
  font-weight: 700;
}
#title .search-form {
  padding: 1.5rem 0;
}
#title .search-form:after {
  display: block;
  clear: both;
  content: '';
}
#breadcrumbs a {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #909090;
  text-decoration: none;
}
#breadcrumbs a:hover {
  color: #4a4069;
}
#breadcrumbs span {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  margin: 0 0.5rem;
  color: #909090;
}
#title .search-form input[type="text"] {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.188rem;
  float: left;
  box-sizing: border-box;
  padding: 0.750rem;
  width: 82%;
  height: 3rem;
  border: none;
  border-radius: 4px 0 0 4px;
  color: #909090;
  -webkit-font-smoothing: antialiased;
}
#title .search-form input[type="submit"] {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.188rem;
  float: right;
  box-sizing: border-box;
  width: 18%;
  height: 3rem;
  border: none;
  border-radius: 0 4px 4px 0;
  background: #ffc562 url("../img/loupe.svg") no-repeat center center;
  color: transparent;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
}
#title .search-form input[type="submit"]:hover {
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  background-color: #fbab00;
}
#content {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
#content:after {
  display: block;
  clear: both;
  content: '';
}
#content h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  line-height: 2.625rem;
  margin-bottom: 0.375rem;
  color: #505f7e;
  font-weight: 700;
}
#content h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1.313rem;
  margin-bottom: 2rem;
  color: #505f7e;
  font-weight: 400;
}
#content .edit h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1.85rem;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  color: #70828e;
  font-weight: 700;
}
#content .edit p.headline {
  font-family: "Roboto Slab", serif;
  font-size: 1.125rem;
  line-height: 1.85rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 0;
  color: #4b4b4b;
  text-indent: 2rem;
  font-weight: 300;
  font-style: normal;
}
#content .edit p.quote {
  font-family: "Roboto Slab", serif;
  font-size: 1.125rem;
  line-height: 1.85rem;
  border-left: 3px solid #70828e;
  margin-bottom: 2rem;
  padding: 0.5rem 1.5rem;
  width: 60%;
  color: #70828e;
  text-indent: 0;
  font-weight: 300;
  font-style: normal;
}
#content .edit p.signature {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.313rem;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  color: rgba(144, 144, 144, 0.6);
  text-align: right;
  text-indent: 2rem;
  font-weight: 700;
  font-style: italic;
}
#content .edit p {
  font-family: "Roboto Slab", serif;
  font-size: 0.813rem;
  line-height: 1.313rem;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  color: #4b4b4b;
  text-indent: 2rem;
  font-weight: 300;
  font-style: normal;
}
#content .edit ul {
  font-family: "Roboto Slab", serif;
  font-size: 0.813rem;
  line-height: 1.313rem;
  margin-bottom: 2rem;
  padding-left: 3.5rem;
  color: #505f7e;
  font-weight: 300;
  font-style: normal;
  list-style: disc;
  list-style-position: outside;
}
#content .edit ol {
  font-family: "Roboto Slab", serif;
  font-size: 0.813rem;
  line-height: 1.313rem;
  margin-bottom: 2rem;
  padding-left: 3.5rem;
  color: #505f7e;
  font-weight: 300;
  font-style: normal;
  list-style: decimal;
  list-style-position: outside;
}
#content .edit hr {
  width: 80%;
  margin: 2rem auto;
  border: 0;
  border-bottom: 1px solid rgba(144, 144, 144, 0.18);
}
#content .edit a {
  color: #4a90e2;
}
#content .edit a:hover {
  color: #1b56ab;
}
#content .edit sup a {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1em;
  color: #70828e;
  vertical-align: super;
  text-decoration: none;
  font-weight: 700;
}
#content sup {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1em;
  color: #70828e;
  vertical-align: super;
  text-decoration: none;
  font-weight: 700;
}
#content .edit sub {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1em;
  color: #70828e;
  vertical-align: sub;
  text-decoration: none;
  font-weight: 700;
}
#content .edit strong {
  font-weight: 700;
}
#content .edit figcaption {
  margin-top: 1rem;
  font-family: "Roboto Slab", serif;
  font-size: 0.75rem;
  line-height: 1.313rem;
  color: #70828e;
  font-weight: 300;
  font-style: normal;
}
#content i {
  font-style: italic;
}
#content q:before {
  content: '„';
}
#content q:after {
  content: '”';
}
#content .options-panel {
  margin: 2rem 0;
  height: 1.250rem;
}
#content .options-panel:after {
  display: block;
  clear: both;
  content: '';
}
#content .options-panel li {
  float: left;
  margin-right: 2em;
}
#content .options-panel .copy-address {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1.25rem;
  display: block;
  color: #4a90e2;
  font-weight: 400;
}
#content .options-panel .copy-address:hover {
  color: #1b56ab;
}
#content .additionals {
  padding-left: 3rem;
  list-style: decimal;
  list-style-position: outside;
}
#content .additionals li {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding: 0.5rem;
  color: #70828e;
  border-top: 1px solid rgba(144, 144, 144, 0.18);
}
#content .additionals li:last-child {
  border-bottom: 1px solid rgba(144, 144, 144, 0.18);
}
#content .content-metric {
  margin: 1.5rem 0;
}
#content .content-metric:after {
  display: block;
  clear: both;
  content: '';
}
#content .content-metric .portrait {
  display: block;
  margin: 2rem auto;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#content .content-metric dl {
  margin: 0 auto;
  padding: 0.25rem 0;
  text-align: center;
}
#content .content-metric dt {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1.25rem;
  color: #505f7e;
  font-weight: 700;
}
#content .content-metric dd {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1.25rem;
  box-sizing: border-box;
  color: #505f7e;
  font-weight: 400;
}
#content .dl-group {
  margin: 1.25rem auto 1.25rem auto;
  width: 100%;
}
#content .dl-group:after {
  display: block;
  clear: both;
  content: '';
}
#content h5.dl-group-title {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 2rem;
  color: rgba(144, 144, 144, 0.4);
  font-weight: 300;
}
#content .dl-group dl {
  margin-bottom: 0.75rem;
}
#content .dl-group dt {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1.5rem;
  display: block;
  box-sizing: border-box;
  color: #505f7e;
  font-weight: 700;
}
#content .dl-group dd {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1.5rem;
  display: block;
  color: #909090;
  font-weight: 400;
}
#content .dl-group .role-desc {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.125rem;
  display: block;
  color: #909090;
  font-weight: 400;
}
#content .dl-group dd a {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1.5rem;
  display: block;
  color: #4a90e2;
  font-weight: 400;
}
#content .dl-group dd a:hover {
  color: #1b56ab;
}
#content .content-poster {
  display: block;
  margin-bottom: 2.5rem;
  width: 13.125rem;
  height: 20rem;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
#gallery {
  margin-top: 3rem;
  width: 100%;
}
#gallery h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin-bottom: 2rem;
  color: #505f7e;
  font-weight: 300;
}
#gallery .gallery-list {
  position: relative;
}
#gallery .gallery-list li {
  list-style: none;
  transition: box-shadow 0.25s ease-out;
  -webkit-transition: box-shadow 0.25s ease-out;
  -moz-transition: box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
}
#gallery .gallery-list li:hover {
  transition: box-shadow 0.25s ease-out;
  -webkit-transition: box-shadow 0.25s ease-out;
  -moz-transition: box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  z-index: 99;
  box-shadow: 0 0 0 6px #ffc562;
}
#gallery .gallery-list img {
  display: block;
  width: 100%;
}
#content .big-search {
  margin: 2.5rem 0;
}
#content .big-search fieldset {
  position: relative;
}
#content .big-search input[type="text"] {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.188rem;
  float: left;
  box-sizing: border-box;
  padding: 0.750rem 20% 0.750rem 0.750rem;
  width: 100%;
  height: 3rem;
  border: 1px solid rgba(144, 144, 144, 0.24);
  border-radius: 4px;
  color: #909090;
  -webkit-font-smoothing: antialiased;
}
#content .big-search input[type="submit"] {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.188rem;
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  float: right;
  box-sizing: border-box;
  width: 60px;
  height: 3rem;
  border: none;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  border-radius: 0 4px 4px 0;
  background: #ffc562 url("../img/loupe.svg") no-repeat center center;
  color: transparent;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
#content .big-search input[type="submit"]:hover {
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  background-color: #fbab00;
}
#content .content-search {
  margin: 1rem 0;
}
#content .content-search fieldset {
  position: relative;
}
#content .content-search input[type="text"] {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.188rem;
  float: left;
  box-sizing: border-box;
  padding: 0.750rem 20% 0.750rem 0.750rem;
  width: 100%;
  height: 3rem;
  border: 1px solid rgba(144, 144, 144, 0.24);
  border-radius: 4px;
  color: #909090;
  -webkit-font-smoothing: antialiased;
}
#content .content-search input[type="submit"] {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.188rem;
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  float: right;
  box-sizing: border-box;
  width: 60px;
  height: 3rem;
  border: none;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  border-radius: 0 4px 4px 0;
  background: #ffc562 url("../img/loupe.svg") no-repeat center center;
  color: transparent;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
#content .content-search input[type="submit"]:hover {
  transition: background-color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  background-color: #fbab00;
}
#content .books-grid h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin-bottom: 2rem;
  color: #505f7e;
  font-weight: 300;
}
#content .books-grid ul:after {
  display: block;
  clear: both;
  content: '';
}
#content .books-grid li {
  float: left;
  margin-bottom: 3rem;
  width: 50%;
  text-align: center;
  background-repeat: repeat-x;
  background-image: url("../img/shelf-repeat.svg");
  background-position: center top 9.375rem;
}
#content .books-grid li:first-child {
  background-image: url("../img/shelf-left.svg"), url("../img/shelf-repeat.svg");
  background-position: left top 9.375rem;
  background-repeat: no-repeat, repeat-x;
}
#content .books-grid li:nth-child(2n+1) {
  background-image: url("../img/shelf-left.svg"), url("../img/shelf-repeat.svg");
  background-position: left top 9.375rem;
  background-repeat: no-repeat, repeat-x;
}
#content .books-grid li:nth-child(2n+1):last-child {
  background-image: url("../img/shelf-left.svg"), url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
  background-position: left top 9.375rem, right top 9.375rem;
  background-repeat: no-repeat, no-repeat, repeat-x;
}
#content .books-grid li:nth-child(2n) {
  background-image: url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
  background-position: right top 9.375rem;
  background-repeat: no-repeat, repeat-x;
}
#content .books-grid li:last-child {
  background-image: url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
  background-position: right top 9.375rem;
  background-repeat: no-repeat, repeat-x;
}
#content .books-grid li .thumb {
  display: block;
  margin: 0 auto 1.5rem auto;
  height: 9.875rem;
  width: 6.5rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: box-shadow 0.25s ease-out;
  -webkit-transition: box-shadow 0.25s ease-out;
  -moz-transition: box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
}
#content .books-grid li .thumb:hover {
  transition: box-shadow 0.25s ease-out;
  -webkit-transition: box-shadow 0.25s ease-out;
  -moz-transition: box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  box-shadow: 0 0 0 6px #ffc562;
  z-index: 999;
}
#content .books-grid li a {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.25rem;
  color: #4a4069;
  text-decoration: none;
  font-weight: 400;
}
#content .books-grid li a:hover {
  color: #4a90e2;
}
#content .magazines-grid li {
  float: left;
  margin-bottom: 3rem;
  width: 50%;
  text-align: center;
  background-repeat: repeat-x;
  background-image: url("../img/shelf-repeat.svg");
  background-position: center top 9.375rem;
}
#content .magazines-grid li:first-child {
  background-image: url("../img/shelf-left.svg"), url("../img/shelf-repeat.svg");
  background-position: left top 9.375rem;
  background-repeat: no-repeat, repeat-x;
}
#content .magazines-grid li:nth-child(2n+1) {
  background-image: url("../img/shelf-left.svg"), url("../img/shelf-repeat.svg");
  background-position: left top 9.375rem;
  background-repeat: no-repeat, repeat-x;
}
#content .magazines-grid li:nth-child(2n+1):last-child {
  background-image: url("../img/shelf-left.svg"), url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
  background-position: left top 9.375rem, right top 9.375rem;
  background-repeat: no-repeat, no-repeat, repeat-x;
}
#content .magazines-grid li:nth-child(2n) {
  background-image: url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
  background-position: right top 9.375rem;
  background-repeat: no-repeat, repeat-x;
}
#content .magazines-grid li:last-child {
  background-image: url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
  background-position: right top 9.375rem;
  background-repeat: no-repeat, repeat-x;
}
#content .magazines-grid li .thumb {
  display: block;
  margin: 0 auto 1.5rem auto;
  height: 9.875rem;
  width: 6.5rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: box-shadow 0.25s ease-out;
  -webkit-transition: box-shadow 0.25s ease-out;
  -moz-transition: box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
}
#content .magazines-grid li .thumb:hover {
  transition: box-shadow 0.25s ease-out;
  -webkit-transition: box-shadow 0.25s ease-out;
  -moz-transition: box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  box-shadow: 0 0 0 6px #ffc562;
  z-index: 999;
}
#content .magazines-grid li a {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.25rem;
  color: #4a4069;
  text-decoration: none;
  font-weight: 400;
}
#content .magazines-grid li a:hover {
  color: #4a90e2;
}
#content .books-list {
  margin-bottom: 1.5rem;
  width: 100%;
}
#content .books-list li {
  border-bottom: 1px solid rgba(144, 144, 144, 0.18);
  padding: 0.563rem;
}
#content .books-list li:first-child {
  border-top: 1px solid rgba(144, 144, 144, 0.18);
}
#content .books-list li:hover {
  background-color: rgba(144, 144, 144, 0.04);
}
#content .books-list li:after {
  display: block;
  clear: both;
  content: '';
}
#content .books-list .title {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  display: block;
  color: #4a4069;
  text-decoration: none;
  font-weight: 400;
  margin-right: 80px;
}
#content .books-list .title:hover {
  color: #4a90e2;
}
#content .books-list .year {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.5rem;
  color: #70828e;
  font-weight: 400;
  font-style: italic;
  margin-left: 0.5rem;
}
#content .books-list .name {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 1.5rem;
  color: #909090;
  font-weight: 400;
}
#content .books-list .add-desk {
  width: 22px;
  height: 22px;
  margin-left: 12px;
  background: url("../img/add-desk-icn.svg") no-repeat center center;
  float: right;
}
#content .books-list .add-desk:hover {
  background-image: url("../img/add-desk-icn-hover.svg");
}
#content .results-options {
  float: right;
  margin-bottom: 2rem;
}
#content .options-title {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 2rem;
  color: #505f7e;
  font-weight: 300;
}
#content .results-options li {
  float: left;
}
#content .results-options li a.list-icn {
  display: block;
  margin: 0.75rem 0 0 0;
  width: 1.500rem;
  height: 1.125rem;
  background: url("../img/list-icn-inactive.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
#content .results-options li a.list-icn.active {
  background-image: url("../img/list-icn-active.svg");
}
#content .results-options li a.grid-icn {
  display: block;
  margin: 0.75rem 0 0 1em;
  width: 1.125rem;
  height: 1.125rem;
  background: url("../img/grid-icn-inactive.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
#content .results-options li a.grid-icn.active {
  background-image: url("../img/grid-icn-active.svg");
}
@media only screen and (min-width: 760px) {
  #title .title-bar {
    height: 6rem;
  }
  #title h1 {
    font-family: "Roboto", sans-serif;
    font-size: 5rem;
    line-height: 5rem;
    margin-top: 1.80rem;
    color: white;
    font-weight: 700;
  }
  #content {
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
  #content p.quote {
    width: 50%;
  }
  #content .content-metric {
    margin: 2rem 0;
  }
  #content .content-metric:after {
    display: block;
    clear: both;
    content: '';
  }
  #content .content-metric .portrait {
    transition: box-shadow 0.5s ease-out;
    -webkit-transition: box-shadow 0.5s ease-out;
    -moz-transition: box-shadow 0.5s ease-out;
    -o-transition: box-shadow 0.5s ease-out;
    display: block;
    width: 11rem;
    height: 11rem;
    margin-right: 2rem;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
  }
  #content h5.dl-group-title {
    text-align: right;
    width: 25%;
    padding-right: 2rem;
    margin-bottom: 0.75rem;
    box-sizing: border-box;
  }
  #content .content-metric dl {
    padding: 0.563rem 0;
    text-align: left;
  }
  #content .dl-group dt {
    float: left;
    width: 25%;
    padding-right: 2rem;
    text-align: right;
  }
  #content .dl-group dd {
    float: right;
    width: 75%;
  }
  #content .dl-group dd a {
    font-family: "Roboto", sans-serif;
    font-size: 0.83rem;
    line-height: 1.5rem;
    display: block;
    color: #4a90e2;
    font-weight: 400;
  }
  #content .dl-group dd a:hover {
    color: #1b56ab;
  }
  #content .dl-group .role-desc {
    margin-bottom: 0.5rem;
  }
  #content .dl-group {
    width: 90%;
  }
  #content .dl-group dl {
    margin-bottom: 0;
  }
  #content .dl-group dl:after {
    display: block;
    clear: both;
    content: '';
  }
  #content .content-poster {
    display: block;
    margin: 0 auto 2.5rem auto;
    width: 13.125rem;
    height: 20rem;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #content .books-grid li {
    float: left;
    margin-bottom: 3rem;
    width: 33%;
    text-align: center;
    background-repeat: repeat-x;
    background-image: url("../img/shelf-repeat.svg");
    background-position: center top 9.375rem;
  }
  #content .books-grid li:first-child {
    background-image: url("../img/shelf-left.svg"), url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .books-grid li:nth-child(2n+1) {
    background-image: url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: repeat-x;
  }
  #content .books-grid li:nth-child(2n) {
    background-image: url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: repeat-x;
  }
  #content .books-grid li:nth-child(3n+1) {
    background-image: url("../img/shelf-left.svg"), url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .books-grid li:nth-child(3n+1):last-child {
    background-image: url("../img/shelf-left.svg"), url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem, right top 9.375rem;
    background-repeat: no-repeat, no-repeat, repeat-x;
  }
  #content .books-grid li:nth-child(3n) {
    background-image: url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
    background-position: right top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .books-grid li:last-child {
    background-image: url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
    background-position: right top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .magazines-grid li {
    float: left;
    margin-bottom: 3rem;
    width: 20%;
    text-align: center;
    background-repeat: repeat-x;
    background-image: url("../img/shelf-repeat.svg");
    background-position: center top 9.375rem;
  }
  #content .magazines-grid li:first-child {
    background-image: url("../img/shelf-left.svg"), url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .magazines-grid li:nth-child(2n+1) {
    background-image: url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: repeat-x;
  }
  #content .magazines-grid li:nth-child(2n) {
    background-image: url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: repeat-x;
  }
  #content .magazines-grid li:nth-child(5n+1) {
    background-image: url("../img/shelf-left.svg"), url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .magazines-grid li:nth-child(5n+1):last-child {
    background-image: url("../img/shelf-left.svg"), url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem, right top 9.375rem;
    background-repeat: no-repeat, no-repeat, repeat-x;
  }
  #content .magazines-grid li:nth-child(5n) {
    background-image: url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
    background-position: right top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .magazines-grid li:last-child {
    background-image: url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
    background-position: right top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1025px) {
  #title .title-bar {
    height: 6rem;
  }
  #title h1 {
    font-family: "Roboto", sans-serif;
    font-size: 5rem;
    line-height: 5rem;
    margin-top: 1.80rem;
    color: white;
    font-weight: 700;
  }
  #content {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  #content p.quote {
    width: 50%;
  }
  #content .content-metric {
    margin: 2rem 0;
  }
  #content .content-metric:after {
    display: block;
    clear: both;
    content: '';
  }
  #content .content-metric .portrait {
    transition: box-shadow 0.5s ease-out;
    -webkit-transition: box-shadow 0.5s ease-out;
    -moz-transition: box-shadow 0.5s ease-out;
    -o-transition: box-shadow 0.5s ease-out;
    display: block;
    float: left;
    margin-top: 0;
    margin-right: 2rem;
    margin-bottom: 0;
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #content .content-metric dl {
    padding: 0.563rem 0;
    text-align: left;
  }
  #content h5.dl-group-title {
    text-align: right;
    width: 25%;
    padding-right: 2rem;
    margin-bottom: 0.75rem;
    box-sizing: border-box;
  }
  #content .dl-group {
    width: 90%;
  }
  #content .dl-group dl {
    margin-bottom: 0;
  }
  #content .dl-group dl:after {
    display: block;
    clear: both;
    content: '';
  }
  #content .dl-group dt {
    float: left;
    padding-right: 2rem;
    width: 25%;
    text-align: right;
  }
  #content .dl-group dd {
    float: right;
    width: 75%;
  }
  #content .dl-group .role-desc {
    margin-bottom: 0.5rem;
  }
  #content .books-grid li {
    float: left;
    margin-bottom: 3rem;
    width: 25%;
    text-align: center;
    background-repeat: repeat-x;
    background-image: url("../img/shelf-repeat.svg");
    background-position: center top 9.375rem;
  }
  #content .books-grid li:first-child {
    background-image: url("../img/shelf-left.svg"), url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .books-grid li:nth-child(2n+1) {
    background-image: url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: repeat-x;
  }
  #content .books-grid li:nth-child(2n) {
    background-image: url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: repeat-x;
  }
  #content .books-grid li:nth-child(4n+1) {
    background-image: url("../img/shelf-left.svg"), url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .books-grid li:nth-child(4n+1):last-child {
    background-image: url("../img/shelf-left.svg"), url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem, right top 9.375rem;
    background-repeat: no-repeat, no-repeat, repeat-x;
  }
  #content .books-grid li:nth-child(4n) {
    background-image: url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
    background-position: right top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .books-grid li:last-child {
    background-image: url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
    background-position: right top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .magazines-grid li {
    float: left;
    margin-bottom: 3rem;
    width: 20%;
    text-align: center;
    background-repeat: repeat-x;
    background-image: url("../img/shelf-repeat.svg");
    background-position: center top 9.375rem;
  }
  #content .magazines-grid li:first-child {
    background-image: url("../img/shelf-left.svg"), url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .magazines-grid li:nth-child(2n+1) {
    background-image: url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: repeat-x;
  }
  #content .magazines-grid li:nth-child(2n) {
    background-image: url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: repeat-x;
  }
  #content .magazines-grid li:nth-child(5n+1) {
    background-image: url("../img/shelf-left.svg"), url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .magazines-grid li:nth-child(5n+1):last-child {
    background-image: url("../img/shelf-left.svg"), url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem, right top 9.375rem;
    background-repeat: no-repeat, no-repeat, repeat-x;
  }
  #content .magazines-grid li:nth-child(5n) {
    background-image: url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
    background-position: right top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .magazines-grid li:last-child {
    background-image: url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
    background-position: right top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  #title .title-bar {
    height: 6rem;
  }
  #title h1 {
    font-family: "Roboto", sans-serif;
    font-size: 5rem;
    line-height: 5rem;
    margin-top: 1.80rem;
    color: white;
    font-weight: 700;
  }
  #breadcrumbs {
    margin-top: 1rem;
  }
  #content {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
  #content p.quote {
    width: 50%;
  }
  #content .dl-group {
    width: 90%;
  }
  #content h5.dl-group-title {
    text-align: right;
    width: 25%;
    padding-right: 2rem;
    margin-bottom: 0.75rem;
    box-sizing: border-box;
  }
  #content .dl-group dl {
    margin-bottom: 0;
  }
  #content .dl-group dl:after {
    display: block;
    clear: both;
    content: '';
  }
  #content .dl-group dt {
    float: left;
    padding-right: 2rem;
    width: 25%;
    text-align: right;
  }
  #content .dl-group dd {
    float: right;
    width: 75%;
  }
  #content .dl-group .role-desc {
    margin-bottom: 0.5rem;
  }
  #content .books-grid li {
    float: left;
    margin-bottom: 3rem;
    width: 25%;
    text-align: center;
    background-repeat: repeat-x;
    background-image: url("../img/shelf-repeat.svg");
    background-position: center top 9.375rem;
  }
  #content .books-grid li:first-child {
    background-image: url("../img/shelf-left.svg"), url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .books-grid li:nth-child(2n+1) {
    background-image: url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: repeat-x;
  }
  #content .books-grid li:nth-child(2n) {
    background-image: url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: repeat-x;
  }
  #content .books-grid li:nth-child(4n+1) {
    background-image: url("../img/shelf-left.svg"), url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .books-grid li:nth-child(4n+1):last-child {
    background-image: url("../img/shelf-left.svg"), url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem, right top 9.375rem;
    background-repeat: no-repeat, no-repeat, repeat-x;
  }
  #content .books-grid li:nth-child(4n) {
    background-image: url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
    background-position: right top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .books-grid li:last-child {
    background-image: url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
    background-position: right top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .magazines-grid li {
    float: left;
    margin-bottom: 3rem;
    width: 20%;
    text-align: center;
    background-repeat: repeat-x;
    background-image: url("../img/shelf-repeat.svg");
    background-position: center top 9.375rem;
  }
  #content .magazines-grid li:first-child {
    background-image: url("../img/shelf-left.svg"), url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .magazines-grid li:nth-child(2n+1) {
    background-image: url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: repeat-x;
  }
  #content .magazines-grid li:nth-child(2n) {
    background-image: url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: repeat-x;
  }
  #content .magazines-grid li:nth-child(5n+1) {
    background-image: url("../img/shelf-left.svg"), url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .magazines-grid li:nth-child(5n+1):last-child {
    background-image: url("../img/shelf-left.svg"), url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem, right top 9.375rem;
    background-repeat: no-repeat, no-repeat, repeat-x;
  }
  #content .magazines-grid li:nth-child(5n) {
    background-image: url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
    background-position: right top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .magazines-grid li:last-child {
    background-image: url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
    background-position: right top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
}
@media only screen and (min-width: 1200px) {
  #title .title-bar {
    height: 6rem;
  }
  #breadcrumbs {
    margin-top: 1rem;
  }
  #content {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
  #content p.quote {
    width: 45%;
  }
  #content h1 {
    font-family: "Roboto", sans-serif;
    font-size: 5rem;
    line-height: 5rem;
    margin-top: 1.80rem;
    color: white;
    font-weight: 700;
  }
  #content .dl-group {
    width: 90%;
  }
  #content h5.dl-group-title {
    text-align: right;
    width: 25%;
    padding-right: 2rem;
    margin-bottom: 0.75rem;
    box-sizing: border-box;
  }
  #content .dl-group dl {
    margin-bottom: 0;
  }
  #content .dl-group dl:after {
    display: block;
    clear: both;
    content: '';
  }
  #content .dl-group dt {
    float: left;
    padding-right: 2rem;
    width: 25%;
    text-align: right;
  }
  #content .dl-group dd {
    float: right;
    width: 75%;
  }
  #content .dl-group .role-desc {
    margin-bottom: 0.5rem;
  }
  #content .books-grid li {
    float: left;
    margin-bottom: 3rem;
    width: 25%;
    text-align: center;
    background-repeat: repeat-x;
    background-image: url("../img/shelf-repeat.svg");
    background-position: center top 9.375rem;
  }
  #content .books-grid li:first-child {
    background-image: url("../img/shelf-left.svg"), url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .books-grid li:nth-child(2n+1) {
    background-image: url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: repeat-x;
  }
  #content .books-grid li:nth-child(2n) {
    background-image: url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: repeat-x;
  }
  #content .books-grid li:nth-child(4n+1) {
    background-image: url("../img/shelf-left.svg"), url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .books-grid li:nth-child(4n+1):last-child {
    background-image: url("../img/shelf-left.svg"), url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem, right top 9.375rem;
    background-repeat: no-repeat, no-repeat, repeat-x;
  }
  #content .books-grid li:nth-child(4n) {
    background-image: url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
    background-position: right top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .books-grid li:last-child {
    background-image: url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
    background-position: right top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .magazines-grid li {
    float: left;
    margin-bottom: 3rem;
    width: 20%;
    text-align: center;
    background-repeat: repeat-x;
    background-image: url("../img/shelf-repeat.svg");
    background-position: center top 9.375rem;
  }
  #content .magazines-grid li:first-child {
    background-image: url("../img/shelf-left.svg"), url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .magazines-grid li:nth-child(2n+1) {
    background-image: url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: repeat-x;
  }
  #content .magazines-grid li:nth-child(2n) {
    background-image: url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: repeat-x;
  }
  #content .magazines-grid li:nth-child(5n+1) {
    background-image: url("../img/shelf-left.svg"), url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .magazines-grid li:nth-child(5n+1):last-child {
    background-image: url("../img/shelf-left.svg"), url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
    background-position: left top 9.375rem, right top 9.375rem;
    background-repeat: no-repeat, no-repeat, repeat-x;
  }
  #content .magazines-grid li:nth-child(5n) {
    background-image: url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
    background-position: right top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
  #content .magazines-grid li:last-child {
    background-image: url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
    background-position: right top 9.375rem;
    background-repeat: no-repeat, repeat-x;
  }
}
#lists {
  margin-top: 3rem;
}
#lists:after {
  display: block;
  clear: both;
  content: '';
}
#lists h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin-bottom: 2rem;
  color: #505f7e;
  font-weight: 300;
}
#lists table {
  width: 100%;
  margin-bottom: 2rem;
}
#lists table caption {
  text-align: left;
  border-bottom: 3px solid #505f7e;
}
#lists table tfoot td {
  text-align: right;
  padding: 0.750rem 0 0 0;
}
#lists table tfoot td a {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1rem;
  display: block;
  color: #4a90e2;
  font-weight: 400;
}
#lists table tfoot td a:hover {
  color: #1b56ab;
}
#lists table td {
  padding: 0.563rem;
}
#lists table tbody tr {
  border-bottom: 1px solid rgba(144, 144, 144, 0.18);
  cursor: pointer;
}
#lists table tbody tr:hover {
  background-color: rgba(144, 144, 144, 0.04);
}
#lists table caption h3.list-name {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0;
  color: #505f7e;
  font-weight: 400;
  float: left;
}
#lists table caption .number {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  color: white;
  background-color: #505f7e;
  font-weight: 700;
  margin-top: 0.75rem;
  padding: 0.150rem 0.50rem 0 0.50rem;
  border-radius: 0.250rem 0.250rem 0 0;
  float: right;
}
#lists table .persona {
  width: 60%;
}
#lists table .persona {
  font-family: "Roboto", sans-serif;
  font-size: 0.813em;
  line-height: 1.25rem;
  color: #505f7e;
  font-weight: 400;
  text-decoration: none;
}
#lists table .persona .name {
  font-weight: 700;
  display: block;
}
#lists table .persona .date {
  font-style: italic;
  display: block;
}
#lists table .tag {
  font-family: "Roboto", sans-serif;
  font-size: 0.813em;
  line-height: 1.25rem;
  color: #909090;
  font-weight: 400;
  margin-left: 0.250rem;
}
#lists table .right {
  text-align: right;
}
#lists table .date {
  font-family: "Roboto", sans-serif;
  font-size: 0.813em;
  line-height: 1.25rem;
  color: #505f7e;
  font-weight: 400;
  font-style: italic;
}
#lists table .main {
  width: 80%;
}
#lists table .main {
  font-family: "Roboto", sans-serif;
  font-size: 0.813em;
  line-height: 1.25rem;
  color: #505f7e;
  text-decoration: none;
}
#lists table .main .title {
  font-weight: 700;
  display: block;
}
#lists table .main .description {
  font-weight: 400;
  color: #909090;
  display: block;
}
@media only screen and (min-width: 920px) and (max-width: 1025px) {
  #lists table .main {
    width: 88%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  #lists table .main {
    width: 86%;
  }
}
@media only screen and (min-width: 1200px) {
  #lists table .main {
    width: 88%;
  }
}
#sidebar {
  padding-left: 3.750rem;
}
#sidebar h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.75rem;
  color: #505f7e;
  font-weight: 400;
}
#sidebar aside {
  margin-bottom: 2rem;
}
#sidebar .index li {
  border-top: 1px solid rgba(144, 144, 144, 0.18);
  padding: 0.563rem;
}
#sidebar .index li:last-child {
  border-bottom: 1px solid rgba(144, 144, 144, 0.18);
}
#sidebar .index li a {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1rem;
  color: #505f7e;
  text-decoration: none;
  font-weight: 400;
}
#sidebar .index li a:hover {
  color: #4a90e2;
}
#sidebar .books ul {
  margin-bottom: 1.5rem;
}
#sidebar .books ul:after {
  display: block;
  clear: both;
  content: '';
}
#sidebar .books li {
  float: left;
  margin: 1rem 0;
  width: 50%;
  background-image: url("../img/shelf-repeat.svg");
  background-position: center top 5.5rem;
  background-repeat: repeat-x;
  text-align: center;
}
#sidebar .books li:first-child {
  background-image: url("../img/shelf-left.svg"), url("../img/shelf-repeat.svg");
  background-position: left top 5.5rem;
  background-repeat: no-repeat, repeat-x;
}
#sidebar .books li:nth-child(2n+1) {
  background-image: url("../img/shelf-left.svg"), url("../img/shelf-repeat.svg");
  background-position: left top 5.5rem;
  background-repeat: no-repeat, repeat-x;
}
#sidebar .books li:nth-child(2n+1):last-child {
  background-image: url("../img/shelf-left.svg"), url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
  background-position: left top 5.5rem, right top 5.5rem;
  background-repeat: no-repeat, no-repeat, repeat-x;
}
#sidebar .books li:nth-child(2n) {
  background-image: url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
  background-position: right top 5.5rem;
  background-repeat: no-repeat, repeat-x;
}
#sidebar .books li:last-child {
  background-image: url("../img/shelf-right.svg"), url("../img/shelf-repeat.svg");
  background-position: right top 5.5rem;
  background-repeat: no-repeat, repeat-x;
}
#sidebar .books li .thumb {
  transition: box-shadow 0.25s ease-out;
  -webkit-transition: box-shadow 0.25s ease-out;
  -moz-transition: box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  display: block;
  margin: 0 auto 1.25rem auto;
  width: 3.875rem;
  height: 6rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#sidebar .books li .thumb:hover {
  transition: box-shadow 0.25s ease-out;
  -webkit-transition: box-shadow 0.25s ease-out;
  -moz-transition: box-shadow 0.25s ease-out;
  -o-transition: box-shadow 0.25s ease-out;
  z-index: 999;
  box-shadow: 0 0 0 6px #ffc562;
}
#sidebar .books li a {
  font-family: "Roboto", sans-serif;
  font-size: 0.7rem;
  line-height: 0.8rem;
  color: #4a4069;
  text-decoration: none;
  font-weight: 400;
}
#sidebar .books li a:hover {
  color: #4a90e2;
}
#sidebar .metric a.portrait {
  transition: box-shadow 0.5s ease-out;
  -webkit-transition: box-shadow 0.5s ease-out;
  -moz-transition: box-shadow 0.5s ease-out;
  -o-transition: box-shadow 0.5s ease-out;
  display: block;
  margin-bottom: 1rem;
  width: 17.500rem;
  height: 17.500rem;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 0 rgba(80, 95, 126, 0.12);
}
#sidebar .metric a.portrait:hover {
  transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
  -webkit-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
  -moz-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
  -o-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
  box-shadow: 0px 0px 0px 12px rgba(80, 95, 126, 0.12);
}
#sidebar .metric dl {
  border-bottom: 1px solid rgba(144, 144, 144, 0.18);
  padding: 0.563rem;
}
#sidebar .metric dl:after {
  display: block;
  clear: both;
  content: '';
}
#sidebar .metric dt {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1rem;
  float: left;
  width: 36%;
  color: #505f7e;
  font-weight: 700;
}
#sidebar .metric dd {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1rem;
  float: right;
  box-sizing: border-box;
  padding-left: 1rem;
  width: 64%;
  color: #505f7e;
  font-weight: 400;
}
#sidebar .multimedia li {
  border-top: 1px solid rgba(144, 144, 144, 0.18);
  padding: 0.563rem;
}
#sidebar .multimedia li:last-child {
  border-bottom: 1px solid rgba(144, 144, 144, 0.18);
}
#sidebar .multimedia li a {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1rem;
  color: #505f7e;
  text-decoration: none;
  font-weight: 700;
}
#sidebar .multimedia li a:hover {
  color: #4a90e2;
}
#sidebar .poster .img {
  display: block;
  margin-bottom: 0.5rem;
  width: 14rem;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar .poster figcaption {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1.125rem;
  color: #505f7e;
  text-decoration: none;
  font-weight: 400;
}
#sidebar .book-cover .img {
  display: block;
  margin-bottom: 0.5rem;
  width: 14rem;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar .poster figcaption {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1.125rem;
  color: #505f7e;
  text-decoration: none;
  font-weight: 400;
}
.search-filters {
  padding: 1em;
  background-color: rgba(80, 95, 126, 0.06);
  border-radius: 6px;
  margin-bottom: 2rem;
}
.search-filters:after {
  display: block;
  clear: both;
  content: '';
}
.search-filters h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 0.75rem;
  color: #505f7e;
  font-weight: 700;
}
.search-filters fieldset {
  width: 100%;
}
.search-filters label {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1.125rem;
  margin-bottom: 0.25rem;
  display: block;
  width: 100%;
  color: #505f7e;
}
.search-filters select {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.125rem;
  margin-bottom: 1rem;
  width: 100%;
  color: #505f7e;
  box-sizing: border-box;
  height: 1.5rem;
}
.search-filters option {
  font-family: "Roboto", sans-serif;
  font-size: 0.813rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  width: 100%;
  color: #505f7e;
  box-sizing: border-box;
  height: 1.5rem;
}
@media only screen and (min-width: 760px) {
  .search-filters fieldset {
    width: 32%;
    float: left;
    margin-right: 2%;
  }
  .search-filters fieldset:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1025px) {
  .search-filters fieldset {
    width: 32%;
  }
  .search-filters {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .search-filters fieldset {
    width: 100%;
  }
  .search-filters {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  #sidebar .gallery .img {
    display: block;
    width: 100%;
    height: 13rem;
  }
  .search-filters fieldset {
    width: 100%;
  }
  .search-filters {
    margin-bottom: 2rem;
  }
}
#footer {
  padding: 2.250rem 0;
}
#footer .footer-copy {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #4b4b4b;
  font-weight: 400;
}
#footer .footer-links {
  float: left;
  margin-top: 1.5rem;
}
#footer .footer-links a {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #4a90e2;
  font-weight: 400;
}
#footer .footer-links a:hover {
  color: #1b56ab;
}
#footer .footer-sm {
  float: right;
  margin-top: 1.5rem;
}
#footer .footer-sm li {
  float: left;
  margin-left: 0.5rem;
}
#footer .footer-sm li:first-child {
  margin-left: 0;
}
#footer .footer-sm li a span {
  display: none;
}
#footer .footer-sm .facebook {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("../img/facebook.svg") no-repeat center center;
  background-size: contain;
}
#footer .footer-sm .twitter {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("../img/twitter.svg") no-repeat center center;
  background-size: contain;
}
#footer .footer-sm .pinterest {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("../img/pinterest.svg") no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 760px) and (max-width: 920px) {
  #footer {
    padding: 2rem 0;
  }
  #footer .footer-links {
    float: left;
    margin-top: 1.5rem;
    margin-left: 0;
  }
  #footer .footer-links:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1025px) {
  #footer {
    padding: 2rem 0;
  }
  #footer .footer-links {
    float: left;
    margin-top: 1.5rem;
    margin-left: 0;
  }
  #footer .footer-links:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  #footer {
    padding: 2rem 0;
  }
  #footer .footer-sm {
    float: right;
    margin-top: 0;
    margin-left: 1rem;
  }
  #footer .footer-links {
    float: right;
    margin-top: 0rem;
  }
  #footer .footer-links li {
    float: left;
    margin-left: 0.75rem;
  }
  #footer .footer-links li:first-child {
    margin-left: 0;
  }
  #footer .footer-links a {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    line-height: 2rem;
    color: #4a90e2;
    font-weight: 400;
  }
  #footer .footer-links a:hover {
    color: #1b56ab;
  }
}
@media only screen and (min-width: 1200px) {
  #footer {
    padding: 2.250rem 0;
  }
  #footer .footer-sm {
    float: right;
    margin-top: 0;
    margin-left: 2rem;
  }
  #footer .footer-links {
    float: right;
    margin-top: 0;
  }
  #footer .footer-links li {
    float: left;
    margin-left: 0.75rem;
  }
  #footer .footer-links li:first-child {
    margin-left: 0;
  }
  #footer .footer-links a {
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    line-height: 2rem;
    color: #4a90e2;
    font-weight: 400;
  }
  #footer .footer-links a:hover {
    color: #1b56ab;
  }
}
#results {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
#results h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  line-height: 2.625rem;
  margin-bottom: 0.375rem;
  color: #505f7e;
  font-weight: 700;
}
#results h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin-bottom: 1rem;
  color: #505f7e;
  font-weight: 300;
}
#results .results-options {
  float: right;
}
#results .results-options li {
  float: left;
}
#results .results-options li a.list-icn {
  display: block;
  margin: 0.75rem 0 0 0;
  width: 1.500rem;
  height: 1.125rem;
  background: url("../img/list-icn-inactive.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
#results .results-options li a.list-icn.active {
  background-image: url("../img/list-icn-active.svg");
}
#results .results-options li a.grid-icn {
  display: block;
  margin: 0.75rem 0 0 1em;
  width: 1.125rem;
  height: 1.125rem;
  background: url("../img/grid-icn-inactive.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
#results .results-options li a.grid-icn.active {
  background-image: url("../img/grid-icn-active.svg");
}
#results .grid {
  margin: 1.5rem 0;
}
#results .grid li {
  transition: border 0.5s ease-out;
  -webkit-transition: border 0.5s ease-out;
  -moz-transition: border 0.5s ease-out;
  -o-transition: border 0.5s ease-out;
  float: left;
  box-sizing: border-box;
  padding: 1.250rem;
  width: 50%;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
}
#results .grid li:hover .name {
  color: #4a90e2;
}
#results .grid li:hover .portrait {
  transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
  -webkit-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
  -moz-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
  -o-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
  box-shadow: 0px 0px 0px 9px rgba(80, 95, 126, 0.12);
}
#results .grid .portrait {
  transition: box-shadow 0.5s ease-out;
  -webkit-transition: box-shadow 0.5s ease-out;
  -moz-transition: box-shadow 0.5s ease-out;
  -o-transition: box-shadow 0.5s ease-out;
  display: block;
  margin: 0 auto 1rem auto;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 0 rgba(80, 95, 126, 0.12);
}
#results .grid .year {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5rem;
  display: block;
  color: #505f7e;
  font-weight: 400;
  font-style: italic;
}
#results .grid .name {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1rem;
  display: block;
  color: #505f7e;
  font-weight: 700;
}
#results .grid .desc {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  display: block;
  color: #909090;
  font-weight: 400;
}
#results .list {
  margin: 1.5rem 0;
  width: 100%;
}
#results .list li {
  border-bottom: 1px solid rgba(144, 144, 144, 0.18);
  padding: 0.563rem;
  cursor: pointer;
}
#results .list li:first-child {
  border-top: 1px solid rgba(144, 144, 144, 0.18);
}
#results .list li:hover {
  background-color: rgba(144, 144, 144, 0.04);
}
#results .list li:hover .name {
  color: #4a90e2;
}
#results .list li:after {
  display: block;
  clear: both;
  content: '';
}
#results .list .name {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  line-height: 1.5rem;
  color: #505f7e;
  font-weight: 400;
}
#results .list .year {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #505f7e;
  font-weight: 400;
  font-style: italic;
}
#results .list .desc {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #909090;
  font-weight: 400;
}
#results .index-letter {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  display: block;
  margin-bottom: 1rem;
  color: #505f7e;
  text-transform: uppercase;
  font-weight: 700;
}
#results .index {
  margin-bottom: 2rem;
  padding-right: 1.5rem;
}
#results .index:nth-child(3n) {
  padding: 0;
}
#results .index li {
  border-bottom: 1px solid rgba(144, 144, 144, 0.18);
  padding: 0.563rem;
  cursor: pointer;
}
#results .index li:first-child {
  border-top: 1px solid rgba(144, 144, 144, 0.18);
}
#results .index li:hover {
  background-color: rgba(144, 144, 144, 0.04);
}
#results .index li:hover .name {
  color: #4a90e2;
}
#results .index li:after {
  display: block;
  clear: both;
  content: '';
}
#results .index .name {
  font-family: "Roboto", sans-serif;
  font-size: 0.813em;
  line-height: 1.125rem;
  margin-right: 60px;
  color: #505f7e;
  font-weight: 700;
}
#results .index .year {
  font-family: "Roboto", sans-serif;
  font-size: 0.813em;
  line-height: 1.125rem;
  float: right;
  color: #505f7e;
  font-weight: 400;
  font-style: italic;
}
#results .index-job {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#results .index-job input[type="text"] {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1.125rem;
  box-sizing: border-box;
  padding: 0.5rem;
  height: 2rem;
  border: 1px solid rgba(144, 144, 144, 0.24);
  border-radius: 4px 0 0 4px;
  color: #909090;
}
#results .index-job label {
  font-family: "Roboto", sans-serif;
  font-size: 0.83rem;
  line-height: 1.125rem;
  margin-right: 0.5rem;
  color: #505f7e;
  font-weight: 400;
}
#results .index-alphabet {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
#results .index-alphabet:after {
  display: block;
  clear: both;
  content: '';
}
#results .index-alphabet li {
  float: left;
  margin-right: 1px;
  margin-bottom: 0.5rem;
}
#results .index-alphabet li.separator {
  float: left;
  width: 0.75rem;
}
#results .index-alphabet li a {
  font-family: "Roboto", sans-serif;
  font-size: 0.813em;
  line-height: 1.125rem;
  display: block;
  float: left;
  padding: 0.5rem 1rem;
  background-color: rgba(144, 144, 144, 0.12);
  color: #505f7e;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
#results .index-alphabet li a:hover {
  background-color: #ffc562;
}
#results .index-alphabet li a.active {
  background-color: #4a4069;
  color: white;
}
#results .featured {
  margin-top: 1.5rem;
}
#results .featured h3 a {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1.25rem;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  color: #505f7e;
  text-decoration: none;
  font-weight: 700;
}
#results .featured h3 a:hover {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  background-color: #505f7e;
  box-decoration-break: clone;
  box-shadow: 0 0 0 4px #505f7e;
  color: white;
}
#results .featured .date {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin-top: 0.313rem;
  color: #505f7e;
  font-weight: 700;
}
#results .featured p {
  font-family: "Roboto Slab", serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 1.5rem 0;
  color: #4b4b4b;
  font-weight: 400;
}
#results .featured .portrait {
  float: right;
  margin-bottom: 0.75rem;
  margin-left: 0.75rem;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 760px) {
  #results {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  #results .grid li {
    float: left;
    box-sizing: border-box;
    padding: 1.250rem;
    width: 33%;
    text-align: center;
  }
  #results .grid .portrait {
    transition: box-shadow 0.5s ease-out;
    -webkit-transition: box-shadow 0.5s ease-out;
    -moz-transition: box-shadow 0.5s ease-out;
    -o-transition: box-shadow 0.5s ease-out;
    display: block;
    margin: 0 auto 1rem auto;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 0 0 rgba(80, 95, 126, 0.12);
  }
  #results .grid .portrait:hover {
    transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    -webkit-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    -moz-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    -o-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    box-shadow: 0px 0px 0px 9px rgba(80, 95, 126, 0.12);
  }
  #results .grid .year {
    font-family: "Roboto", sans-serif;
    font-size: 0.83rem;
    line-height: 1.5rem;
    color: #505f7e;
    font-weight: 400;
  }
  #results .grid .name {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.333rem;
    color: #505f7e;
    font-weight: 700;
  }
  #results .grid .desc {
    font-family: "Roboto", sans-serif;
    font-size: 0.83rem;
    line-height: 1.25rem;
    color: #909090;
    font-weight: 400;
  }
  #results .list {
    margin: 1.5rem 0;
    width: 100%;
  }
  #results .list li {
    border-bottom: 1px solid rgba(144, 144, 144, 0.18);
    padding: 0.563rem;
    cursor: pointer;
  }
  #results .list li:first-child {
    border-top: 1px solid rgba(144, 144, 144, 0.18);
  }
  #results .list li:hover {
    background-color: rgba(144, 144, 144, 0.04);
  }
  #results .list li:hover .name {
    color: #4a90e2;
  }
  #results .list li:after {
    display: block;
    clear: both;
    content: '';
  }
  #results .list .name {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    line-height: 1.5rem;
    display: block;
    float: left;
    color: #505f7e;
    font-weight: 400;
  }
  #results .list .year {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    float: right;
    margin-left: 1rem;
    color: #505f7e;
    font-weight: 400;
    font-style: italic;
  }
  #results .list .desc {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    float: right;
    margin-left: 1rem;
    color: #909090;
    font-weight: 400;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1025px) {
  #results {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  #results .grid li {
    float: left;
    box-sizing: border-box;
    padding: 1.250rem;
    width: 33%;
    text-align: center;
  }
  #results .grid .portrait {
    transition: box-shadow 0.5s ease-out;
    -webkit-transition: box-shadow 0.5s ease-out;
    -moz-transition: box-shadow 0.5s ease-out;
    -o-transition: box-shadow 0.5s ease-out;
    display: block;
    margin: 0 auto 1rem auto;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 0 0 rgba(80, 95, 126, 0.12);
  }
  #results .grid .portrait:hover {
    transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    -webkit-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    -moz-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    -o-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    box-shadow: 0px 0px 0px 9px rgba(80, 95, 126, 0.12);
  }
  #results .grid .year {
    font-family: "Roboto", sans-serif;
    font-size: 0.83rem;
    line-height: 1.5rem;
    color: #505f7e;
    font-weight: 400;
  }
  #results .grid .name {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.333rem;
    color: #505f7e;
    font-weight: 700;
  }
  #results .grid .desc {
    font-family: "Roboto", sans-serif;
    font-size: 0.83rem;
    line-height: 1.25rem;
    color: #909090;
    font-weight: 400;
  }
  #results .list {
    margin: 1.5rem 0;
    width: 100%;
  }
  #results .list li {
    border-bottom: 1px solid rgba(144, 144, 144, 0.18);
    padding: 0.563rem;
    cursor: pointer;
  }
  #results .list li:first-child {
    border-top: 1px solid rgba(144, 144, 144, 0.18);
  }
  #results .list li:hover {
    background-color: rgba(144, 144, 144, 0.04);
  }
  #results .list li:hover .name {
    color: #4a90e2;
  }
  #results .list li:after {
    display: block;
    clear: both;
    content: '';
  }
  #results .list .name {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    line-height: 1.5rem;
    float: left;
    color: #505f7e;
    font-weight: 400;
  }
  #results .list .year {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    float: right;
    margin-left: 1rem;
    color: #505f7e;
    font-weight: 400;
    font-style: italic;
  }
  #results .list .desc {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    float: right;
    margin-left: 1rem;
    color: #909090;
    font-weight: 400;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  #results {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
  #results .grid li {
    float: left;
    box-sizing: border-box;
    padding: 1.250rem;
    width: 25%;
    text-align: center;
  }
  #results .grid .portrait {
    transition: box-shadow 0.5s ease-out;
    -webkit-transition: box-shadow 0.5s ease-out;
    -moz-transition: box-shadow 0.5s ease-out;
    -o-transition: box-shadow 0.5s ease-out;
    display: block;
    margin: 0 auto 1rem auto;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 0 0 rgba(80, 95, 126, 0.12);
  }
  #results .grid .portrait:hover {
    transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    -webkit-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    -moz-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    -o-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    box-shadow: 0px 0px 0px 9px rgba(80, 95, 126, 0.12);
  }
  #results .grid .year {
    font-family: "Roboto", sans-serif;
    font-size: 0.83rem;
    line-height: 1.5rem;
    color: #505f7e;
    font-weight: 400;
  }
  #results .grid .name {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.333rem;
    color: #505f7e;
    font-weight: 700;
  }
  #results .grid .desc {
    font-family: "Roboto", sans-serif;
    font-size: 0.83rem;
    line-height: 1.25rem;
    color: #909090;
    font-weight: 400;
  }
  #results .list {
    margin: 1.5rem 0;
    width: 100%;
  }
  #results .list li {
    border-bottom: 1px solid rgba(144, 144, 144, 0.18);
    padding: 0.563rem;
    cursor: pointer;
  }
  #results .list li:first-child {
    border-top: 1px solid rgba(144, 144, 144, 0.18);
  }
  #results .list li:hover {
    background-color: rgba(144, 144, 144, 0.04);
  }
  #results .list li:hover .name {
    color: #4a90e2;
  }
  #results .list li:after {
    display: block;
    clear: both;
    content: '';
  }
  #results .list .name {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    line-height: 1.5rem;
    float: left;
    color: #505f7e;
    font-weight: 400;
  }
  #results .list .year {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    float: right;
    margin-left: 1rem;
    color: #505f7e;
    font-weight: 400;
    font-style: italic;
  }
  #results .list .desc {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    float: right;
    margin-left: 1rem;
    color: #909090;
    font-weight: 400;
  }
}
@media only screen and (min-width: 1200px) {
  #results {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
  #results .grid li {
    float: left;
    box-sizing: border-box;
    padding: 1.250rem;
    width: 20%;
    text-align: center;
  }
  #results .grid .portrait {
    transition: box-shadow 0.5s ease-out;
    -webkit-transition: box-shadow 0.5s ease-out;
    -moz-transition: box-shadow 0.5s ease-out;
    -o-transition: box-shadow 0.5s ease-out;
    display: block;
    margin: 0 auto 1rem auto;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 0 0 rgba(80, 95, 126, 0.12);
  }
  #results .grid .portrait:hover {
    transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    -webkit-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    -moz-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    -o-transition: box-shadow 0.5s cubic-bezier(0.175, 0.885, 0.32, 2);
    box-shadow: 0px 0px 0px 9px rgba(80, 95, 126, 0.12);
  }
  #results .grid .year {
    font-family: "Roboto", sans-serif;
    font-size: 0.83rem;
    line-height: 1.5rem;
    color: #505f7e;
    font-weight: 400;
  }
  #results .grid .name {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.333rem;
    color: #505f7e;
    font-weight: 700;
  }
  #results .grid .desc {
    font-family: "Roboto", sans-serif;
    font-size: 0.83rem;
    line-height: 1.25rem;
    color: #909090;
    font-weight: 400;
  }
  #results .list {
    margin: 1.5rem 0;
    width: 100%;
  }
  #results .list li {
    border-bottom: 1px solid rgba(144, 144, 144, 0.18);
    padding: 0.563rem;
    cursor: pointer;
  }
  #results .list li:first-child {
    border-top: 1px solid rgba(144, 144, 144, 0.18);
  }
  #results .list li:hover {
    background-color: rgba(144, 144, 144, 0.04);
  }
  #results .list li:hover .name {
    color: #4a90e2;
  }
  #results .list li:after {
    display: block;
    clear: both;
    content: '';
  }
  #results .list .name {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    line-height: 1.5rem;
    float: left;
    color: #505f7e;
    text-decoration: none;
    font-weight: 400;
  }
  #results .list .year {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    float: right;
    margin-left: 1rem;
    color: #505f7e;
    font-weight: 400;
    font-style: italic;
  }
  #results .list .desc {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    float: right;
    margin-left: 1rem;
    color: #909090;
    font-weight: 400;
  }
}
html {
  font-family: "Roboto Slab", serif;
  font-size: 1em;
  line-height: 1.4em;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
body {
  padding-top: 5.250rem;
}
.row {
  box-sizing: border-box;
  padding: 0 1rem;
}
.row .row {
  box-sizing: border-box;
  padding: 0;
}
.decor-bar {
  height: 0.563rem;
  background: url("../img/decor-bar.svg") repeat-x center center;
}
.gray-bar {
  height: 0.563rem;
  background-color: rgba(144, 144, 144, 0.12);
}
@media only screen and (min-width: 760px) and (max-width: 920px) {
  html {
    font-size: 16px;
  }
  body {
    padding-top: 6em;
  }
  .f-swap-left {
    float: left;
  }
  .f-swap-right {
    float: right;
  }
  .row {
    padding: 0 2rem;
  }
  .row .row {
    padding: 0;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1025px) {
  html {
    font-size: 16px;
  }
  body {
    padding-top: 6em;
  }
  .f-swap-left {
    float: left;
  }
  .f-swap-right {
    float: right;
  }
  .row {
    padding: 0 2rem;
  }
  .row .row {
    padding: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  html {
    font-size: 15px;
  }
  body {
    padding-top: 7em;
  }
  .separator-left {
    border-left: 1px solid rgba(144, 144, 144, 0.18);
  }
  .separator-right {
    border-right: 1px solid rgba(144, 144, 144, 0.18);
  }
  .row {
    padding: 0 2rem;
  }
  .row .row {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
  body {
    padding-top: 8rem;
  }
  .separator-left {
    border-left: 1px solid rgba(144, 144, 144, 0.18);
  }
  .separator-right {
    border-right: 1px solid rgba(144, 144, 144, 0.18);
  }
  .row {
    padding: 0 2rem;
  }
  .row .row {
    padding: 0;
  }
}