@font-face {
  font-family: 'FONT NAME';
  src: url("fonts/FONT_NAME-webfont.eot");
  src: url("fonts/FONT_NAME-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/FONT_NAME-webfont.woff") format('woff'), url("fonts/FONT_NAME-webfont.ttf") format('truetype'), url("fonts/FONT_NAME-webfont.svg#robotolight") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* --- common elements --- */
html {
  font-size: 62.5%;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 130%;
  color: #000;
  overflow-x: hidden;
}
a {
  color: #607e11;
}
a:link,
a:visited,
a:hover {
  text-decoration: none;
  -webkit-transition: color 0.2s linear, border-color 0.2s linear;
  -moz-transition: color 0.2s linear, border-color 0.2s linear;
  -o-transition: color 0.2s linear, border-color 0.2s linear;
  -ms-transition: color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, border-color 0.2s linear;
  outline: none !important;
}
a:hover {
  color: #f53500;
}
p {
  margin: 0 0 1.5em;
}
small {
  display: inline-block;
}
.pure-g [class*="pure-u"] {
  font-family: "Roboto", sans-serif;
}
.inspect {
  position: absolute;
  left: -9999px;
  top: 0;
}
img.inspect {
  width: auto !important;
  height: auto !important;
}
.cookiebanner {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-family: "Roboto", sans-serif;
}
.cookiebanner a {
  color: #607e11 !important;
  text-decoration: underline !important;
}
.cookiebanner a:hover {
  color: #000 !important;
  text-decoration: none !important;
}
.cookiebanner > span {
  width: 70%;
  text-align: center;
  display: inline-block;
}
.cookiebanner .cookiebanner-close {
  color: #fff;
  background-color: #607e11;
  padding: 5px 10px;
}
div#fb-root {
  height: 0 !important;
}
/* --- borders around images --- */
section.article.full-img.bordered-no {
  margin-left: 0;
}
section.article.full-img.bordered-no .bh,
section.article.full-img.bordered-no .bv,
section.article.full-img.bordered-no .bh span,
section.article.full-img.bordered-no .bv span {
  width: 0;
  height: 0;
}
section.article.full-img.bordered-no a {
  margin: 0;
}
.bordered {
  display: block;
}
.bordered .bh,
.bordered .bv,
.bordered .bh span,
.bordered .bv span {
  position: absolute;
  display: block;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  z-index: 50;
}
.bordered .bh {
  width: 100%;
  height: 12px;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
.bordered .bh :nth-child(1) {
  position: relative;
  margin: 0 20px;
  height: 12px;
  background: transparent url("/img/decor/border-hm.png") repeat-x left top;
}
.bordered .bh :nth-child(2) {
  left: 0;
  bottom: 0;
  width: 20px;
  height: 12px;
  background: transparent url("/img/decor/border-hl.png") no-repeat left top;
}
.bordered .bh :nth-child(3) {
  right: 0;
  bottom: 0;
  width: 20px;
  height: 12px;
  background: transparent url("/img/decor/border-hr.png") no-repeat left top;
}
.bordered .bv {
  width: 12px;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff url("/img/decor/border-vm.png") repeat-y right top;
}
.bordered .bv span {
  left: 0;
  width: 12px;
  height: 20px;
}
.bordered .bv span:nth-child(1) {
  top: 0;
  background: #fff url("/img/decor/border-vt.png") no-repeat right top;
}
.bordered .bv span:nth-child(2) {
  bottom: 0;
  background: #fff url("/img/decor/border-vb.png") no-repeat right top;
}
.bordered:hover .bh,
.bordered:hover .bh span,
a:hover .bh,
a:hover .bh span {
  background-position: left bottom !important;
}
.bordered:hover .bv,
.bordered:hover .bv span,
a:hover .bv,
a:hover .bv span {
  background-position: left top !important;
}
.bordered.nohover .bh {
  background-color: #fff;
}
.bordered.nohover .bh,
.bordered.nohover .bh span,
.bordered.nohover a:hover .bh,
.bordered.nohover a:hover .bh span {
  background-position: left bottom !important;
}
.bordered.nohover .bv,
.bordered.nohover .bv span,
.bordered.nohover a:hover .bv,
.bordered.nohover a:hover .bv span {
  background-position: left top !important;
}
/* --- main header --- */
body > header {
  background: #000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.25em 0 0;
  overflow: hidden;
}
body > header .container {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
body > header .logo {
  display: inline-block;
  padding: 0.5em 0 0;
  float: left;
}
body > header .logo img {
  height: 22px;
}
body > header nav {
  width: 85%;
  float: right;
  font-weight: bold;
}
body > header nav ul {
  margin: 0;
  text-align: right;
}
body > header nav li {
  text-align: left;
  display: inline-block;
}
body > header nav li a {
  display: inline-block;
  color: #fff;
  background: transparent;
  padding: 0.5em 0.75em 1em;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
body > header nav li span {
  color: #555;
  padding: 0.5em 0.75em 1em;
}
body > header nav li.active a {
  color: #f53500;
  background: #fff;
}
body > header nav li.fb a,
body > header nav li.twitter a {
  font-size: 3rem;
  padding: 0.2em 0.5em;
}
body > header nav.li.klik a {
  display: block;
  width: 20px;
  height: 20px;
}
body > header nav.li.klik a img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
/* --- main content --- */
main {
  max-width: 960px;
  margin: 0 auto;
}
main > header {
  padding: 2em 0 2.5em;
  text-align: center;
  position: relative;
  z-index: 100;
/* --- main navigation --- */
/* --- 'the eye' menu --- */
}
main > header h1 {
  font-family: "Roboto", sans-serif;
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 140%;
  color: #f53500;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  z-index: 5;
}
main > header h1 a {
  color: #f53500;
}
main > header p {
  margin: 0 auto;
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  width: 420px;
  position: relative;
  z-index: 5;
}
main > header p.e404-label {
  font-size: 2rem;
  font-size: 20px;
  margin: 2.5em auto 3em;
  line-height: 140%;
  width: auto;
}
main > header p.e404-label a {
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
main > header nav {
  text-align: center;
  position: relative;
  z-index: 20;
  margin-top: 2em;
}
main > header nav ul.nav {
  border-style: double;
  border-color: #f53500;
  border-width: 0 0 3px;
  margin: 0;
  padding: 0 0 1em;
  display: inline-block;
}
main > header nav .nav li {
  text-align: center;
  display: inline-block;
}
main > header nav .nav li a {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 300;
  display: inline-block;
  padding: 0.5em 0.5em 0.25em;
}
main > header nav .nav li a:not(:hover) {
  color: #000;
}
main > header nav .nav li:first-child a {
  padding-left: 0.25em;
}
main > header nav .nav li:last-child a {
  padding-right: 0.25em;
}
main > header nav .nav li.active a {
  color: #607e11;
}
main > header nav .nav li.active a:after {
  content: " ";
  display: block;
  width: 40px;
  height: 40px;
  background: #fff url("/img/decor/chick.png") no-repeat center center;
  -webkit-background-size: 90%;
  -moz-background-size: 90%;
  background-size: 90%;
  position: absolute;
  top: 1.25em;
  left: 50%;
  margin-left: -20px;
}
main > header nav .nav-mobile {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 75;
}
main > header nav .nav-mobile i {
  color: #000;
  font-size: 30px;
  font-size: 3rem;
}
main > header nav .nav-mobile:not(:hover) {
  color: #607e11;
}
main > header nav ul.nav.sub {
  margin-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
main > header nav ul.nav.sub li a {
  font-size: 2rem;
}
main > header nav .menu {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -0.25em;
  z-index: 50;
  padding-bottom: 10px;
}
main > header nav .menu.full {
  width: 100%;
}
main > header nav .menu ul,
main > header nav .menu li {
  margin: 0;
  list-style: none;
  padding: 0;
}
main > header nav .menu li a:not(:hover) {
  color: #607e11;
}
main > header nav .menu li.all a {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #607e11;
}
main > header nav .menu li.all a:hover {
  border-color: transparent;
}
main > header nav .menu .bh {
  background-color: transparent !important;
}
main > header nav .menu .ctrl-toggle {
  float: right;
  display: inline-block;
  width: 92px;
  height: 80px;
  background: #e9f4e1 url("/img/decor/the_eye.png") no-repeat left center;
  margin: 0 10px 0 0;
  text-indent: 9999px;
  overflow: hidden;
  -webkit-background-size: 200% 120%;
  -moz-background-size: 200% 120%;
  background-size: 200% 120%;
}
main > header nav .menu .ctrl-toggle.blink {
  background-position: right center;
}
main > header nav .menu .short-menu {
  padding: 0;
  margin: 0;
  background: #e9f4e1;
  float: right;
  clear: right;
  text-align: right;
  display: none;
}
main > header nav .menu .short-menu.active {
  display: block;
}
main > header nav .menu .short-menu > .container {
  margin: 0 10px 0 0;
  width: 260px;
}
main > header nav .menu .short-menu ul {
  padding: 0 1.75em 1.5em 1.5em;
  min-width: 200px;
}
main > header nav .menu .short-menu h2 {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: normal;
  padding: 1.5em 1.75em 0;
  margin: 0 0 0.5em;
}
main > header nav .menu .short-menu li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 140%;
}
main > header nav .menu .short-menu li.all {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  position: relative;
  left: 20px;
  margin-top: 3em;
  padding-right: 20px;
  background: url("/img/decor/arrow-r-small.png") no-repeat right center;
}
main > header nav .menu .full-menu {
  margin: 0;
  background: #e9f4e1;
  clear: right;
  display: none;
}
main > header nav .menu .full-menu.active {
  display: block;
}
main > header nav .menu .full-menu > .container {
  width: 100%;
  margin: 2em 10px 0 0;
}
main > header nav .menu .full-menu .content {
  padding: 0 1em;
  margin: 0 0 2em;
}
main > header nav .menu .full-menu .container > div:not(:nth-last-child(-n+2)) .content {
  border-right: 1px dotted #000;
}
main > header nav .menu .full-menu .container > div:last-child .content {
  margin-top: 0;
}
main > header nav .menu .full-menu h2 {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 0 1em;
}
main > header nav .menu .full-menu li {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
}
main > header nav .menu .full-menu li:not(:nth-last-child(-n+2)):after {
  content: "\2022";
  display: inline-block;
  margin: 0 0.1em 0 0.25em;
  font-family: "Roboto", sans-serif;
  color: #607e11;
  font-size: 18px;
  font-size: 1.8rem;
}
main > header nav .menu .full-menu li.all {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-top: 1em;
}
main > header nav .menu .full-menu li.all a {
  padding-bottom: 0.15em;
}
main > header nav .menu .search form .field {
  position: relative;
  width: 33.333333%;
  margin: 0 auto;
}
main > header nav .menu .search form .field input {
  display: block;
  position: relative;
  width: 85%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #000;
  padding: 0.5em 12.5% 0.5em 2.5%;
  background: #fff;
  z-index: 5;
  outline: 0;
}
main > header nav .menu .search form .field span.bb {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 5px;
  top: 3px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  z-index: 1;
}
main > header nav .menu .search form .field button.submit {
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  right: 2%;
  top: 0.25em;
  font-size: 1;
  text-indent: -9999px;
  background: transparent url("/img/decor/search.png") no-repeat right center;
  -webkit-background-size: auto 75%;
  -moz-background-size: auto 75%;
  background-size: auto 75%;
  border: none;
  z-index: 5;
}
main > header nav .menu .short-menu .search {
  display: none;
}
main > header .illustration {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 1600px;
  overflow: hidden;
  margin: 0 0 0 -320px;
}
main > header .illustration img {
  display: block;
  width: 100%;
  height: 160px;
}
main > header .illustration img.open {
  display: none;
}
main > header .illustration .credits {
  display: none;
  width: 930px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  color: #607e11;
  text-align: right;
  padding: 0 30px 0 0;
  margin: 0.25em auto 0;
  background: url("/img/decor/icon-imgcredits.png") no-repeat right center;
}
main > header .illustration.active {
  position: relative;
  margin-top: 2em;
}
main > header .illustration.active img.closed {
  display: none;
}
main > header .illustration.active img.open {
  display: block;
  height: 310px;
}
main > header .illustration.active .credits {
  display: block;
}
main > header .illustration.e404 {
  position: relative;
  margin-top: 2em;
  overflow: visible;
  display: block;
  cursor: default;
  margin-bottom: 10em;
}
main > header .illustration.e404 img {
  max-width: 100%;
  display: block;
  height: auto;
}
/* --- footer --- */
footer {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  background: #fceedf url("/img/placeholder/footer.png") no-repeat left bottom;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
  padding: 4em 0 3em;
  margin: 40px 0 0;
  border-style: double;
  border-color: #f53500;
  border-width: 3px 0 0;
}
footer > div {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
footer .caption {
  font-weight: bold;
  vertical-align: middle;
  line-height: 20px;
  margin-bottom: 1em;
}
footer .caption img {
  height: 22px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0.25em 0 0;
}
footer a {
  color: #f53500;
  font-weight: bold;
  text-shadow: 0px 0px 5px #fff;
}
footer a:hover {
  text-decoration: underline;
}
footer p {
  text-shadow: 0px 0px 5px #fff;
}
footer p.copy {
  font-family: "Noto Serif", serif;
}
footer p.copy a {
  color: #000;
}
.social {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.social ul {
  list-style: none;
  padding: 0;
  margin: 0.5em 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.social ul li {
  display: inline-block;
  padding: 0.25em 0.5em;
}
.social ul li a {
  font-size: 30px;
  font-size: 3rem;
  color: #607e11;
  vertical-align: top;
}
.social ul li a i {
  vertical-align: top;
}
.social ul li.fb a {
  color: #3b5997;
}
.social ul li.fb-like {
  margin-bottom: 0.5em;
}
.social ul li.twitter a {
  color: #5ea8dc;
}
.social ul li.klik a img {
  width: 26px;
  height: auto;
}
.social ul li.klik a img:hover {
  filter: hue-rotate(90deg);
}
.social ul li a:hover {
  color: #f53500;
}
footer.e404 {
  position: fixed;
  bottom: 0;
  left: 0;
}
/* --- article snippets --- */
section.article {
  position: relative;
  overflow: hidden;
}
section.article header h1 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  font-weight: 300;
  text-transform: uppercase;
  color: #f53500;
  text-align: center;
  margin: 0 0 1em;
}
section.article .img {
  position: relative;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
}
section.article .img img {
  position: relative;
}
section.article .img.masked:before {
  content: " ";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 12px 12px 0;
  background: #617f12;
  background: -webkit-linear-gradient(right top, #617f12, #f53500);
  background: -moz-linear-gradient(right top, #617f12, #f53500);
  background: -o-linear-gradient(right top, #617f12, #f53500);
  background: -ms-linear-gradient(right top, #617f12, #f53500);
  background: linear-gradient(to left bottom, #617f12, #f53500);
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  z-index: 10;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
section.article .img.masked:hover:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
section.article .content {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
}
section.article .content .author {
  text-transform: uppercase;
  display: inline-block;
}
section.article .content .cat,
section.article .content a.author {
  color: #607e11;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #607e11;
}
section.article .content .cat:hover,
section.article .content a.author:hover {
  border-color: transparent;
  color: #f53500;
}
section.article .content.banner {
  text-align: center;
  height: 100%;
  position: relative;
  overflow: hidden;
}
section.article .content.banner > div {
  display: inline-block;
  width: 100% !important;
  height: 100% !important;
}
section.article .content.banner.imageLink img {
  width: 100%;
}
section.article .content.banner.imageLink h1 {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 300;
  line-height: 110%;
  margin: 0.25em 0 0;
  color: #fff;
  position: absolute;
  left: 1.5em;
  bottom: 2em;
  text-shadow: 0px 0px 5px #000;
}
section.article h1 a:hover,
section.article a:hover h1 {
  text-decoration: underline;
}
section.article p a:link,
section.article p a:visited,
section.article .lead a:link,
section.article .lead a:visited {
  color: #607e11;
  font-weight: bold;
  text-decoration: underline;
}
section.article p a:hover,
section.article .lead a:hover {
  color: #f53500;
  text-decoration: none;
}
section.article.generic > h1 {
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 150%;
  margin: 0 0 0.25em;
}
section.article.generic > p:last-child {
  margin-bottom: 0;
}
section.article.full-img {
  margin-left: 13px;
}
section.article.full-img > a {
  position: relative;
  display: block;
  height: 408px;
  margin: 0 12px 12px 0;
  background: #617f12;
  background: -webkit-linear-gradient(right top, #617f12, #f53500);
  background: -moz-linear-gradient(right top, #617f12, #f53500);
  background: -o-linear-gradient(right top, #617f12, #f53500);
  background: -ms-linear-gradient(right top, #617f12, #f53500);
  background: linear-gradient(to left bottom, #617f12, #f53500);
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  z-index: 10;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
section.article.full-img:hover > a {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
section.article.full-img .img {
  width: 100%;
  height: 420px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
section.article.full-img .img img {
  width: 100%;
}
section.article.full-img .content {
  width: 50%;
  display: inline-block;
  position: absolute;
  left: 1.5em;
  bottom: 2em;
  color: #fff;
  z-index: 15;
  text-shadow: 0px 0px 5px #000;
  margin-right: 24px;
}
section.article.full-img .content .cat:link,
section.article.full-img .content .cat:visited,
section.article.full-img .content .author:link,
section.article.full-img .content .author:visited {
  color: #fff;
  border-color: #fff;
}
section.article.full-img .content .cat:hover,
section.article.full-img .content .author:hover {
  border-color: transparent;
}
section.article.full-img .content h1 {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 300;
  line-height: 110%;
  margin: 0.25em 0 0;
}
section.article.full-img .content h1 a {
  color: #fff;
}
section.article.full-text .img {
  width: 300px;
  height: 300px;
  overflow: hidden;
  margin: 0 18px 0 0;
  float: left;
}
section.article.full-text .img img {
  width: 100%;
  height: 100%;
}
section.article.full-text .content h1 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 110%;
  margin: 0.5em 0;
}
section.article.full-text .content h1 a:not(:hover) {
  color: #000;
}
section.article.full-text .content .lead,
section.article.full-text .content .lead p {
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: normal;
  line-height: 150%;
}
section.article.cols-2 .img {
  height: 300px;
  overflow: hidden;
  margin: 0 0.75em;
}
section.article.cols-2 .img img {
  width: 100%;
  height: 100%;
}
section.article.cols-2 .img h1 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 110%;
  margin: 0;
  color: #fff;
  text-shadow: 0px 0px 5px #000;
  position: absolute;
  left: 0.5em;
  bottom: 0.75em;
  z-index: 15;
}
section.article.cols-2 .img.fullsize h1 {
  margin-right: 24px;
}
section.article.cols-2 .content {
  padding: 0 0.75em;
}
section.article.cols-2 .content h1 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 110%;
  margin: 0.5em 0;
}
section.article.cols-2 .content h1 a:not(:hover) {
  color: #000;
}
section.article.cols-2 .content .lead {
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
  margin: 0;
}
section.article.cols-2.variable > div:not(:last-child) .content {
  border-right: 1px dotted #f53500;
}
section.article.cols-2.variable .img {
  width: 220px;
  height: 250px;
  float: left;
}
section.article.cols-2.variable .content {
  min-height: 250px;
}
section.article.cols-2:not(.variable):not(.books) .img:not(.fullsize) {
  width: 180px;
  height: 210px;
  float: left;
  margin-bottom: 0.75em;
}
section.article.cols-3 > div:not(:last-child) .content {
  border-right: 1px dotted #f53500;
}
section.article.cols-3 .img {
  overflow: hidden;
  margin: 0;
  max-height: 200px;
  width: 100%;
}
section.article.cols-3 .img img {
  width: 100%;
  height: 100%;
}
section.article.cols-3 .content {
  padding: 0 0.75em;
}
section.article.cols-3 .content h1 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 110%;
  margin: 0.5em 0;
}
section.article.cols-3 .content h1 a:not(:hover) {
  color: #000;
}
section.article.cols-3 .content .lead {
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
  margin: 0;
}
section.article.cols-4 > div:not(:nth-child(4n+4)) .content {
  border-right: 1px dotted #f53500;
}
section.article.cols-4 > div .content {
  margin-bottom: 2em;
}
section.article.cols-4 .img {
  height: 142px;
  overflow: hidden;
  margin: 0 0 1.5em;
}
section.article.cols-4 .img img {
  width: 100%;
  height: 100%;
}
section.article.cols-4 .content {
  padding: 0 0.75em;
}
section.article.cols-4 .content h1 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 110%;
  margin: 0.5em 0;
}
section.article.cols-4 .content h1 a:not(:hover) {
  color: #000;
}
section.article.cols-4.header > div:nth-child(1n) .content {
  border-right: none;
}
section.article.cols-4.header > div:not(:nth-child(4n+5)) .content {
  border-right: 1px dotted #f53500;
}
section.article.cols-3-banners .content {
  padding: 0 0.75em;
  border: none !important;
}
section.article.cols-3-banners .banner > * {
  width: 100%;
}
div.switchView {
  font-size: 3rem;
  text-align: right;
  width: 100%;
}
div.switchView a {
  margin: 0 5px;
}
section.search-inline {
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin: 0 auto 1em;
  width: 300px;
}
section.search-inline h2 {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 0 1em;
}
section.search-inline.inarticle h2 {
  color: #f53500;
}
section.search-inline form .consent {
  position: relative;
  margin: 20px auto 0 auto;
  font-size: 1.4rem;
  line-height: 1.4rem;
  display: block;
}
section.search-inline form .consent #consent {
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #000;
  margin-right: 5px;
}
section.search-inline span#newsletterEmailError {
  color: #f53500;
}
section.search-inline span#newsletterEmailSuccess {
  color: #607e11;
}
section.search-inline form .field {
  position: relative;
  margin: 0 auto;
}
section.search-inline form .field input {
  display: block;
  position: relative;
  width: 85%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #000;
  padding: 0.5em 12.5% 0.5em 2.5%;
  background: #fff;
  z-index: 5;
  outline: 0;
}
section.search-inline form .field span.bb {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 5px;
  top: 3px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  z-index: 1;
}
section.search-inline form .field button.submit {
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  right: 2%;
  top: 0.25em;
  font-size: 1;
  text-indent: -9999px;
  background: transparent url("/img/decor/search.png") no-repeat right center;
  -webkit-background-size: auto 75%;
  -moz-background-size: auto 75%;
  background-size: auto 75%;
  border: none;
  z-index: 5;
}
section.search-inline form .field button.submit.envelope {
  background: transparent url("/img/decor/envelope.png") no-repeat right center;
  -webkit-background-size: auto 75%;
  -moz-background-size: auto 75%;
  background-size: auto 75%;
}
section.article.booklist .book,
section.article.cols-2.books .book {
  display: inline-block;
  white-space: normal;
  margin-left: -3px;
  min-height: 230px;
}
section.article.booklist .book > a,
section.article.cols-2.books .book > a {
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  display: block;
  width: 140px;
  margin: 0 auto;
  padding: 0;
}
section.article.booklist .book > a:not(:hover),
section.article.cols-2.books .book > a:not(:hover) {
  color: #607e11;
}
section.article.booklist .book > a:hover,
section.article.cols-2.books .book > a:hover {
  text-decoration: underline;
}
section.article.booklist .book > a .author,
section.article.cols-2.books .book > a .author {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  color: #000;
  border: none;
}
section.article.booklist .book > a .img,
section.article.cols-2.books .book > a .img {
  display: block;
  height: 210px;
  margin: 0 0 0.5em;
  overflow: hidden;
}
section.article.booklist .book > a img,
section.article.cols-2.books .book > a img {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  max-height: 210px;
}
section.article.booklist {
  padding: 0 30px;
  position: relative;
  vertical-align: top;
}
section.article.booklist .ctrl-prev,
section.article.booklist .ctrl-next {
  display: block;
  width: 24px;
  height: 54px;
  position: absolute;
  top: 40%;
  margin-top: -27px;
  text-indent: -9999px;
}
section.article.booklist .ctrl-next {
  right: 0;
  background: url("/img/decor/arrow-r-hoverable.png") no-repeat left center;
}
section.article.booklist .ctrl-prev {
  left: 0;
  background: url("/img/decor/arrow-l-hoverable.png") no-repeat left center;
}
section.article.booklist .ctrl-prev:hover,
section.article.booklist .ctrl-next:hover {
  background-position: right center;
}
section.article.booklist .ctrl-all {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  text-decoration: underline;
  color: #607e11;
  position: absolute;
  top: 0;
  right: 35px;
}
section.article.booklist .ctrl-all:hover {
  color: #f53500;
  text-decoration: none;
  cursor: pointer;
}
section.article.booklist h1 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  font-weight: 300;
  text-transform: uppercase;
  color: #f53500;
  text-align: center;
  margin: 0 0 1em;
}
section.article.booklist .content {
  overflow: hidden;
  white-space: nowrap;
}
section.article.booklist .book {
  width: 16.66667%;
  text-indent: 0;
  vertical-align: top;
}
section.article.cols-2.books .pure-u-sm-1-3 .book {
  width: 50%;
}
section.article.cols-2.books .pure-u-sm-1-2 .book {
  width: 33.333333%;
}
section.article.cols-2.books .pure-u-sm-2-3 .book {
  width: 25%;
}
section.article.cols-2.books .content h1 {
  font-size: 36px;
  font-size: 3.6rem;
  margin-top: 0;
}
section.article.cols-2.books .img {
  width: 220px;
  height: 250px;
  float: left;
}
section.article.cols-2.books .content {
  min-height: 250px;
}
section.article.cols-2.books > div:last-child .content {
  padding-left: 2em;
}
section.article.cols-2.books > div:not(:last-child) .content {
  padding-right: 2em;
}
section.article.cols-2.books .book {
  display: block;
  float: left;
}
section.article.cols-2.books .book .img {
  width: auto;
  height: 210px;
  float: none;
}
section.article.cols-2.books .book .img .mask {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.05;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
  filter: alpha(opacity=5);
  z-index: 10;
}
section.article.cols-and-banner .cols {
  width: 83%;
  float: left;
}
section.article.cols-and-banner .banner {
  width: 16%;
  float: right;
}
section.article.cols-and-banner .banner img {
  width: 100%;
}
section.article.cols-and-banner .separator span {
  left: 61%;
}
section.article.cols-and-banner .img {
  width: 220px;
  height: 250px;
  float: left;
  height: 300px;
  margin: 0 0.75em;
  overflow: hidden;
}
section.article.cols-and-banner .img img {
  width: 100%;
  height: 100%;
}
section.article.cols-and-banner .img h1 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 110%;
  margin: 0;
  color: #fff;
  text-shadow: 0px 0px 5px #000;
  position: absolute;
  left: 0.5em;
  bottom: 0.75em;
  z-index: 15;
}
section.article.cols-and-banner .content {
  padding: 0.75em;
}
section.article.cols-and-banner .content h1 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 110%;
  margin: 0.5em 0;
}
section.article.cols-and-banner .content h1 a:not(:hover) {
  color: #000;
}
section.article.cols-and-banner .content .lead {
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
  margin: 0;
}
section.article.cols-and-banner .cols > div:nth-child(2) .content {
  border-right: 1px dotted #f53500;
}
section.article.book-details {
  overflow: visible;
}
section.article.book-details:after {
  content: " ";
  text-indent: -9999px;
  font-size: 1;
  line-height: 1;
  display: block;
  clear: both;
}
section.article.book-details .img {
  display: block;
  float: left;
  margin: 0 1em 1em -80px;
  width: 180px;
}
section.article.book-details .img img {
  display: block;
  width: 100%;
}
section.article.book-details h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 110%;
  margin: 0.25em 0 0.5em;
}
section.article.book-details h1 a:not(:hover) {
  color: #607e11;
}
section.article.book-details .desc {
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
}
section.article.book-details .author {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 300;
  border: 0;
  max-width: 450px;
}
section.article.book-details a.author:hover {
  border-color: transparent;
  color: #f53500;
}
section.article.book-details .specs {
  margin: 0 0 1em 120px;
  padding: 0;
  border-left: 1px dotted #f53500;
  font-family: "Roboto", sans-serif;
}
section.article.book-details .specs li {
  list-style: none;
  padding: 0.25em 0.5em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
section.article.book-details .specs li:first-child {
  padding-top: 0;
}
section.article.book-details .specs li:last-child {
  padding-bottom: 0;
}
section.title {
  position: relative;
  width: 1180px;
  margin: 0 0 1em -110px;
}
section.title img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
section.title h1 {
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 300;
  line-height: 130%;
  width: 520px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -300px;
  padding: 1em 40px 0;
  text-align: center;
  background: #fff;
  border-top: 1px solid #f53500;
}
section.title.noimage {
  margin: 2em 0 0;
  width: auto;
}
section.title.noimage h1 {
  position: relative;
  left: 0;
  margin: 0 auto;
}
section.subtitle {
  margin-bottom: 2em;
}
section.subtitle .separator {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
section.subtitle blockquote {
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 130%;
  font-style: italic;
  width: 520px;
  padding: 0 40px 0;
  margin: 0 auto;
  display: block;
  text-align: center;
}
/* --- show hover effects when mouseovering entire modules --- */
section.article.full-text:hover .bordered:not(.nohover) .bh,
section.article.fulltext:hover .bordered:not(.nohover) .bh,
section.article.cols-2 .content:hover .bordered:not(.nohover) .bh,
section.article.cols-3 .content:hover .bordered:not(.nohover) .bh,
section.article.cols-4 .content:hover .bordered:not(.nohover) .bh,
section.article.cols-and-banner .content:hover .bordered:not(.nohover) .bh,
section.article.cols-2.books .pure-u-sm-2-3:hover .bordered:not(.nohover) .bh,
section.article.cols-2.books .pure-u-sm-1-2:hover .bordered:not(.nohover) .bh,
section.article.cols-and-banner .pure-u-1:hover .bordered:not(.nohover) .bh,
section.article.cols-2 > .pure-u-1:hover .bordered:not(.nohover) .bh,
section.article.full-text:hover .bordered:not(.nohover) .bh span,
section.article.fulltext:hover .bordered:not(.nohover) .bh span,
section.article.cols-2 .content:hover .bordered:not(.nohover) .bh span,
section.article.cols-3 .content:hover .bordered:not(.nohover) .bh span,
section.article.cols-4 .content:hover .bordered:not(.nohover) .bh span,
section.article.cols-and-banner .content:hover .bordered:not(.nohover) .bh span,
section.article.cols-2.books .pure-u-sm-2-3:hover .bordered:not(.nohover) .bh span,
section.article.cols-2.books .pure-u-sm-1-2:hover .bordered:not(.nohover) .bh span,
section.article.cols-and-banner .pure-u-1:hover .bordered:not(.nohover) .bh span,
section.article.cols-2 > .pure-u-1:hover .bordered:not(.nohover) .bh span,
section.article.full-text:hover a:hover .bh,
section.article.fulltext:hover a:hover .bh,
section.article.cols-2 .content:hover a:hover .bh,
section.article.cols-3 .content:hover a:hover .bh,
section.article.cols-4 .content:hover a:hover .bh,
section.article.cols-and-banner .content:hover a:hover .bh,
section.article.cols-2.books .pure-u-sm-2-3:hover a:hover .bh,
section.article.cols-2.books .pure-u-sm-1-2:hover a:hover .bh,
section.article.cols-and-banner .pure-u-1:hover a:hover .bh,
section.article.cols-2 > .pure-u-1:hover a:hover .bh,
section.article.full-text:hover a:hover .bh span,
section.article.fulltext:hover a:hover .bh span,
section.article.cols-2 .content:hover a:hover .bh span,
section.article.cols-3 .content:hover a:hover .bh span,
section.article.cols-4 .content:hover a:hover .bh span,
section.article.cols-and-banner .content:hover a:hover .bh span,
section.article.cols-2.books .pure-u-sm-2-3:hover a:hover .bh span,
section.article.cols-2.books .pure-u-sm-1-2:hover a:hover .bh span,
section.article.cols-and-banner .pure-u-1:hover a:hover .bh span,
section.article.cols-2 > .pure-u-1:hover a:hover .bh span {
  background-position: left bottom !important;
}
section.article.full-text:hover .bordered:not(.nohover) .bv,
section.article.fulltext:hover .bordered:not(.nohover) .bv,
section.article.cols-2 .content:hover .bordered:not(.nohover) .bv,
section.article.cols-3 .content:hover .bordered:not(.nohover) .bv,
section.article.cols-4 .content:hover .bordered:not(.nohover) .bv,
section.article.cols-and-banner .content:hover .bordered:not(.nohover) .bv,
section.article.cols-2.books .pure-u-sm-2-3:hover .bordered:not(.nohover) .bv,
section.article.cols-2.books .pure-u-sm-1-2:hover .bordered:not(.nohover) .bv,
section.article.cols-and-banner .pure-u-1:hover .bordered:not(.nohover) .bv,
section.article.cols-2 > .pure-u-1:hover .bordered:not(.nohover) .bv,
section.article.full-text:hover .bordered:not(.nohover) .bv span,
section.article.fulltext:hover .bordered:not(.nohover) .bv span,
section.article.cols-2 .content:hover .bordered:not(.nohover) .bv span,
section.article.cols-3 .content:hover .bordered:not(.nohover) .bv span,
section.article.cols-4 .content:hover .bordered:not(.nohover) .bv span,
section.article.cols-and-banner .content:hover .bordered:not(.nohover) .bv span,
section.article.cols-2.books .pure-u-sm-2-3:hover .bordered:not(.nohover) .bv span,
section.article.cols-2.books .pure-u-sm-1-2:hover .bordered:not(.nohover) .bv span,
section.article.cols-and-banner .pure-u-1:hover .bordered:not(.nohover) .bv span,
section.article.cols-2 > .pure-u-1:hover .bordered:not(.nohover) .bv span,
section.article.full-text:hover a:hover .bv,
section.article.fulltext:hover a:hover .bv,
section.article.cols-2 .content:hover a:hover .bv,
section.article.cols-3 .content:hover a:hover .bv,
section.article.cols-4 .content:hover a:hover .bv,
section.article.cols-and-banner .content:hover a:hover .bv,
section.article.cols-2.books .pure-u-sm-2-3:hover a:hover .bv,
section.article.cols-2.books .pure-u-sm-1-2:hover a:hover .bv,
section.article.cols-and-banner .pure-u-1:hover a:hover .bv,
section.article.cols-2 > .pure-u-1:hover a:hover .bv,
section.article.full-text:hover a:hover .bv span,
section.article.fulltext:hover a:hover .bv span,
section.article.cols-2 .content:hover a:hover .bv span,
section.article.cols-3 .content:hover a:hover .bv span,
section.article.cols-4 .content:hover a:hover .bv span,
section.article.cols-and-banner .content:hover a:hover .bv span,
section.article.cols-2.books .pure-u-sm-2-3:hover a:hover .bv span,
section.article.cols-2.books .pure-u-sm-1-2:hover a:hover .bv span,
section.article.cols-and-banner .pure-u-1:hover a:hover .bv span,
section.article.cols-2 > .pure-u-1:hover a:hover .bv span {
  background-position: left top !important;
}
section.article.full-text:hover .img.masked:before,
section.article.fulltext:hover .img.masked:before,
section.article.cols-2 .content:hover .img.masked:before,
section.article.cols-3 .content:hover .img.masked:before,
section.article.cols-4 .content:hover .img.masked:before,
section.article.cols-and-banner .content:hover .img.masked:before,
section.article.cols-2.books .pure-u-sm-2-3:hover .img.masked:before,
section.article.cols-2.books .pure-u-sm-1-2:hover .img.masked:before,
section.article.cols-and-banner .pure-u-1:hover .img.masked:before,
section.article.cols-2 > .pure-u-1:hover .img.masked:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
section.article.full-text:hover h1 a,
section.article.fulltext:hover h1 a,
section.article.cols-2 .content:hover h1 a,
section.article.cols-3 .content:hover h1 a,
section.article.cols-4 .content:hover h1 a,
section.article.cols-and-banner .content:hover h1 a,
section.article.cols-2.books .pure-u-sm-2-3:hover h1 a,
section.article.cols-2.books .pure-u-sm-1-2:hover h1 a,
section.article.cols-and-banner .pure-u-1:hover h1 a,
section.article.cols-2 > .pure-u-1:hover h1 a {
  color: #f53500 !important;
}
/* --- separator between sections --- */
.separator {
  position: relative;
  border-style: double;
  border-color: #f53500;
  border-width: 0 0 3px;
  margin: 0 0 40px;
  padding: 40px 0 0;
  background: #fff;
  clear: both;
}
.separator span {
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 50px;
  height: 60px;
  margin: -30px 0 0 -25px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
/* --- article details --- */
main article {
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}
main article .img {
  overflow: hidden;
}
main article .img img {
  position: relative;
}
main article > header {
  width: 620px;
  margin: 0 auto 3em;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
}
main article > header .author {
  text-transform: uppercase;
  display: inline-block;
  max-width: 450px;
}
main article > header .cat,
main article > header a.author,
main article > header .tags a {
  color: #607e11;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #607e11;
}
main article > header .cat:hover,
main article > header a.author:hover,
main article > header .tags a:hover {
  border-color: transparent;
  color: #f53500;
}
main article > header .tags {
  padding: 0;
  margin: 0.5em 0 0;
}
main article > header .tags li {
  display: inline-block;
}
main article > header .tags li:not(:last-child):after {
  content: "\2022";
  display: inline-block;
  margin: 0 0.1em 0 0.25em;
  font-family: "Roboto", sans-serif;
  color: #607e11;
  font-size: 18px;
  font-size: 1.8rem;
}
main article > h1,
main article > h2,
main article > h3,
main article > h4 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 110%;
  width: 620px;
  margin: 0 auto 1em;
  position: relative;
}
main article > h1 .date-ribbon,
main article > h2 .date-ribbon,
main article > h3 .date-ribbon,
main article > h4 .date-ribbon {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 110%;
  padding: 1em 0 1em 1.5em;
  color: #f53500;
  position: absolute;
  display: block;
  z-index: 50;
  top: 0;
  left: 660px;
  width: 1000px;
  background: transparent url("/img/decor/article-ribbon.png") no-repeat left center;
}
main article > h2,
main article > h3,
main article > h4 {
  font-size: 28px;
  font-size: 2.8rem;
}
main article > h3 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  line-height: 135%;
}
main article > h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 0.5em;
  margin-top: 2.5em;
  line-height: 135%;
  color: #808080;
}
main article > span.dialog,
main article > p > span.dialog,
main article section.article span.dialog {
  display: block;
  margin-left: 3em;
}
main article > span.dialog:before,
main article > p > span.dialog:before,
main article section.article span.dialog:before {
  content: "\2014";
  display: inline-block;
  margin: 0 0.5em 0 0;
}
main article > p,
main article section.article p,
main article > ul,
main article section.article ul,
main article > ol,
main article section.article ol {
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
  width: 620px;
  margin: 0 auto 1.5em;
}
main article small {
  line-height: 180%;
  font-family: "Roboto", sans-serif;
}
main article p a:link,
main article p a:visited {
  color: #607e11;
  font-weight: bold;
  text-decoration: underline;
}
main article p a:hover {
  color: #f53500;
  text-decoration: none;
}
main article > blockquote {
  margin: 2em 1em 2em 0;
  padding: 0 0 0 3em;
  width: 30%;
  float: left;
  background: url("/img/decor/feather.png") no-repeat 0 center;
  -webkit-background-size: 2.5em auto;
  -moz-background-size: 2.5em auto;
  background-size: 2.5em auto;
  clear: both;
}
main article > blockquote p {
  font-family: "Noto Serif", serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 130%;
  font-style: italic;
  padding: 0 0 1em 1em;
  border-left: 1px dotted #f53500;
  margin: 0;
}
main article > blockquote p:last-child {
  padding: 0 0 0 1em;
}
main article section:not(.blurb):not(.image) {
  clear: both;
}
main article section.slideshow {
  margin: 2em 0;
  padding: 0 35px;
  position: relative;
}
main article section.slideshow .container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
main article section.slideshow .ctrl-prev,
main article section.slideshow .ctrl-next {
  display: block;
  width: 24px;
  height: 54px;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  text-indent: -9999px;
}
main article section.slideshow .ctrl-next {
  right: 0;
  background: url("/img/decor/arrow-r-hoverable.png") no-repeat left center;
}
main article section.slideshow .ctrl-prev {
  left: 0;
  background: url("/img/decor/arrow-l-hoverable.png") no-repeat left center;
}
main article section.slideshow .ctrl-prev:hover,
main article section.slideshow .ctrl-next:hover {
  background-position: right center;
}
main article section.slideshow .slide {
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}
main article section.slideshow .slide.inspect {
  display: block;
}
main article section.slideshow .slide.active {
  position: relative;
  left: 0;
  display: block;
}
main article section.slideshow .img {
  width: 100%;
  max-height: 560px;
  position: relative;
  display: inline-block;
  padding: 0 0 12px;
}
main article section.slideshow .img img {
  width: 100%;
  display: block;
  max-height: 548px;
}
main article section.slideshow .author {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: right;
  margin: 0.5em 0 0;
}
main article section.quote {
  margin: 2em 0;
  padding: 0 0 0 3em;
  width: 50%;
  background: url("/img/decor/chick.png") no-repeat 0 center;
  -webkit-background-size: 2.5em auto;
  -moz-background-size: 2.5em auto;
  background-size: 2.5em auto;
}
main article section.quote .content {
  padding: 0 0 0 1em;
  border-left: 1px dotted #f53500;
}
main article section.quote,
main article section.quote p {
  font-family: "Noto Serif", serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 130%;
  font-style: italic;
}
main article section.quote p {
  margin: 0;
}
main article section.quote p:not(:last-child) {
  margin: 0 0 1em;
}
main article section.quote.inline {
  width: 30%;
  float: left;
  margin-right: 1em;
  background: url("/img/decor/feather.png") no-repeat 0 center;
  -webkit-background-size: 15% auto;
  -moz-background-size: 15% auto;
  background-size: 15% auto;
}
main article section.image {
  position: relative;
  clear: left;
}
main article section.image .img {
  position: relative;
}
main article section.image .author {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0.5em 0 0;
}
main article section.image.small {
  float: left;
  margin: 0 1em 1em 0;
}
main article section.image.small .author {
  text-align: left;
}
main article section.image.small .img {
  width: 232px;
}
main article section.image.small img {
  width: 220px;
}
main article section.image.large {
  float: none;
  margin: 1em auto;
  left: -80px;
  width: 620px;
}
main article section.image.large .author {
  text-align: right;
}
main article section.image.large .img {
  width: 632px;
}
main article section.image.large img {
  width: 620px;
}
main article section.image .img.fixed {
  left: 0 !important;
  top: 0 !important;
}
main article section.blurb {
  position: relative;
  width: 160px;
  float: right;
  clear: right;
  margin: 0 4px 1em 1em;
  border: 1px solid #f53500;
}
main article section.blurb span.bb {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 4px;
  top: 4px;
  border: solid #f53500;
  border-width: 0 1px 1px 0;
  z-index: -5;
}
main article section.blurb a {
  position: relative;
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  display: block;
  z-index: 0;
}
main article section.blurb a:not(:hover) {
  color: #607e11;
}
main article section.blurb a:hover {
  text-decoration: underline;
}
main article section.blurb > .book {
  padding: 0.5em;
}
main article section.blurb > .book img {
  width: 100%;
  display: block;
  margin-bottom: 0.5em;
}
main article section.blurb > .book .author {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  text-decoration: none;
  color: #000;
}
main article section.blurb > .links {
  margin: 0;
  padding: 0 0.5em;
}
main article section.blurb > .links li {
  list-style: none;
  padding: 0.5em 0 0.5em;
  overflow: hidden;
}
main article section.blurb > .links li:not(:last-child) {
  border-bottom: 1px dotted #f53500;
}
main article section.blurb > .links li a {
  padding: 0 0.5em;
  font-style: normal;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
main article section.article {
  width: 620px;
  margin-left: auto;
  margin-right: auto;
}
main article .separator {
  width: 660px;
  margin-left: auto;
  margin-right: auto;
}
main article section.embed {
  margin: 2em auto;
  width: 620px;
}
main article section.embed header h1 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  font-weight: 300;
  text-transform: uppercase;
  color: #f53500;
  text-align: center;
  margin: 0 0 1em;
}
main article section.embed > object,
main article section.embed >object embed,
main article section.embed > iframe,
main article section.embed > div {
  width: 100% !important;
}
main article section.embed.type-3 > object,
main article section.embed.type-3 >object embed,
main article section.embed.type-3 > iframe,
main article section.embed.type-3 > div {
  height: 450px !important;
}
main article section.disqus {
  width: 620px;
  margin: 2em auto 0;
}
main article section.disqus header h1 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  font-weight: 300;
  text-transform: uppercase;
  color: #f53500;
  text-align: center;
  margin: 0 0 1em;
}
main article.book > header {
  margin-bottom: 2em;
}
main article.book > header .img {
  display: block;
  float: left;
  margin: 0 2em 0 -160px;
  width: 220px;
  position: relative;
}
main article.book > header .img img {
  display: block;
  width: 100%;
}
main article.book > header .img:before {
  content: " ";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.05;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
  filter: alpha(opacity=5);
  z-index: 10;
}
main article.book > header img.img-mobile {
  display: none;
  width: 100%;
  max-width: 320px;
  margin: 2em 0 1em;
}
main article.book > header .author {
  text-transform: uppercase;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
}
main article.book > header a.author {
  color: #607e11;
  border-bottom: 1px solid #607e11;
}
main article.book > header a.author:hover {
  border-color: transparent;
  color: #f53500;
}
main article.book > header h1 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 110%;
  margin: 0.25em 0 0.5em;
}
main article.book > header .specs {
  margin: 0 0 1em 90px;
}
main article.book > header .specs ul {
  padding: 0;
  margin: 0;
  border-left: 1px dotted #f53500;
}
main article.book > header .specs li {
  list-style: none;
  padding: 0.25em 0.5em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
main article.book > header .specs li:first-child {
  padding-top: 0;
}
main article.book > header .specs li:last-child {
  padding-bottom: 0;
}
main article.book > header .specs li a {
  color: #607e11;
  text-decoration: underline;
}
main article.book > header .specs li a:hover {
  color: #f53500;
  text-decoration: none;
}
main article.book > header .specs:after {
  content: " ";
  clear: both;
  font-size: 1;
  text-indent: -9999px;
  display: block;
}
main article.book .desc {
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 160%;
  width: 620px;
  margin: 0 auto;
}
main article.simple {
  width: 620px;
  margin: 0 auto;
}
main article aside.social {
  width: 100px;
  position: absolute;
  top: 180px;
  right: -120px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
main article aside.social.mobile {
  display: none;
}
main article aside.social ul {
  list-style: none;
  padding: 0;
  margin: 0.5em 0 1em;
}
main article aside.social ul li {
  display: block;
  padding: 0.25em;
}
main article aside.social ul li a {
  font-size: 30px;
  font-size: 3rem;
  color: #607e11;
}
main article aside.social ul li.fb a {
  color: #3b5997;
}
main article aside.social ul li.twitter a {
  color: #5ea8dc;
}
main article aside.social ul li.mail a {
  font-size: 26px;
  font-size: 2.6rem;
}
main article aside.social ul li a:hover {
  color: #f53500;
}
main article.book aside.social {
  top: 0;
}
main aside.social.promo {
  width: auto;
  position: relative;
  top: 0;
  right: 0;
  text-align: right;
  font-size: 12px;
}
main aside.social.promo ul {
  width: 200px;
  float: right;
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 0.5em;
}
/* --- search --- */
main h1.searchTerms {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  line-height: 110%;
  text-align: center;
  margin: 0;
  position: relative;
  vertical-align: bottom;
}
main h1.searchTerms a.close {
  color: #607e11;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 0 0.1em;
  vertical-align: bottom;
}
main .pagination {
  overflow: hidden;
  margin: 2em 0 3em;
}
main .pagination ul {
  margin: 0;
  padding: 1em 0;
  text-align: center;
  white-space: nowrap;
}
main .pagination ul li {
  list-style: none;
  display: inline-block;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}
main .pagination ul li a {
  padding: 0.25em;
  color: #607e11;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
main .pagination ul li a:hover {
  color: #f53500;
}
main .pagination ul li .active {
  padding: 0 0.25em;
  color: #f53500;
  border-bottom: 3px double #f53500;
}
main .pagination ul li.prev a {
  padding-left: 30px;
  background: url("/img/decor/arrow-l-small-hoverable.png") no-repeat left 4px;
}
main .pagination ul li.next a {
  padding-right: 30px;
  background: url("/img/decor/arrow-r-small-hoverable.png") no-repeat right 4px;
}
main .pagination ul li.prev a,
main .pagination ul li.next a {
  text-transform: uppercase;
  height: 25px;
  -webkit-background-size: auto 60px;
  -moz-background-size: auto 60px;
  background-size: auto 60px;
}
main .pagination ul li.prev a:hover {
  background-position: left -32px;
}
main .pagination ul li.next a:hover {
  background-position: right -32px;
}
main .pagination ul li:not(:last-child):after {
  content: "\2022";
  display: inline-block;
  margin: 0 0.5em;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
}
main p.note {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 120%;
  font-weight: 300;
  text-align: center;
  margin: 4em 0;
}
section.books-results {
  overflow: hidden;
}
section.books-results .book {
  display: inline-block;
  white-space: normal;
  margin-left: -3px;
  margin-bottom: 2em;
  min-height: 230px;
  width: 16.666667%;
  float: left;
}
section.books-results .book > a {
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  display: block;
  width: 140px;
  margin: 0 auto;
  padding: 0;
}
section.books-results .book > a:not(:hover) {
  color: #607e11;
}
section.books-results .book > a:hover {
  text-decoration: underline;
}
section.books-results .book > a .author {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  text-decoration: none;
  color: #000;
  border: none;
}
section.books-results .book > a .img {
  position: relative;
  display: block;
  height: 210px;
  margin: 0 0 0.5em;
  overflow: hidden;
}
section.books-results .book > a img {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  max-height: 210px;
}
section.books-results .book:nth-child(6n+1) {
  clear: left;
}
section.books-results .book-grid {
  display: inline-block;
  white-space: normal;
  margin-bottom: 2em;
  min-height: 230px;
  width: 50%;
  float: left;
}
section.books-results .book-grid > a {
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
section.books-results .book-grid > a:not(:hover) {
  color: #607e11;
}
section.books-results .book-grid > a:hover {
  text-decoration: none;
}
section.books-results .book-grid > a .author {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  text-decoration: none;
  color: #000;
  border: none;
}
section.books-results .book-grid > a .img-grid {
  position: relative;
  display: block;
  height: 210px;
  margin: 0 20px 0 0;
  overflow: hidden;
  float: left;
}
section.books-results .book-grid > a img {
  display: block;
  left: 0;
  bottom: 0;
  width: 141px;
  height: auto;
  max-height: 210px;
}
section.books-results .book-grid > a p.text,
section.books-results .book-grid > a p.text:hover {
  color: #000 !important;
  text-decoration: none !important;
  ont-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  margin-top: 6px;
  padding-right: 15px;
}
section.books-results .book-grid:nth-child(2n+1) {
  clear: left;
}
/* --- book thumbs additional rules --- */
.book:not(article) .img img {
  top: auto !important;
}
.book:not(article) .img .mask {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.05;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
  filter: alpha(opacity=5);
  z-index: 10;
}
/* --- lists --- */
section.list {
  position: relative;
  overflow: hidden;
}
section.list h1 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #f53500;
  text-align: center;
  margin: 0 0 1em;
}
section.list ul,
section.list li {
  font-family: "Roboto", sans-serif;
  margin: 0;
  list-style: none;
  padding: 0;
  text-align: left;
}
section.list li a:not(:hover) {
  color: #607e11;
}
section.list li {
  display: block;
  padding: 0 1em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
}
section.list li a {
  white-space: normal;
}
section.list.inline ul {
  text-align: center;
}
section.list.inline li {
  display: inline-block;
}
/* --- other breakpoints, larger -> smaller --- */
@media screen and (max-width: 1079px) {
  main article aside.social {
    position: relative;
    top: 0 !important;
    right: 0;
    width: auto;
    text-align: right;
    margin: 2em auto 0;
  }
  main article aside.social.mobile {
    display: block;
  }
  main article aside.social ul {
    display: inline-block;
    margin: 0 0 0 1em;
  }
  main article aside.social ul li {
    display: inline-block;
    position: relative;
    top: -0.25em;
  }
  main article aside.social li.fb-like {
    top: 0em;
  }
}
@media screen and (max-width: 1023px) {
  body > header .container {
    max-width: auto;
    padding: 0 1em;
  }
  main {
    max-width: auto;
    padding: 0 1em;
  }
  footer {
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-position: left bottom;
  }
  footer > div {
    width: auto;
  }
  footer .social {
    right: 1em;
  }
  section.article.booklist .book {
    width: 20%;
  }
  section.books-results .book {
    width: 20%;
  }
  section.books-results .book:nth-child(n) {
    clear: none;
  }
  section.books-results .book:nth-child(5n+1) {
    clear: left;
  }
  section.title {
    position: relative;
    width: 110%;
    margin-left: -5%;
  }
  main article > h1 .date-ribbon {
    left: 620px;
  }
  main article.book > header {
    width: auto;
    padding-left: 35px;
  }
  main article.book > header h1 {
    padding-right: 220px;
  }
  main article.book > header .img {
    margin: 0 2em 0 0;
  }
  main article.book > header .specs {
    margin: 0 0 1em 250px;
  }
}
@media screen and (max-width: 980px) {
  .illustration {
    display: none;
  }
  .illustration.e404 {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  footer {
    background-image: none !important;
  }
  footer .social {
    position: relative;
    width: auto;
    right: 0;
    margin: 1em 0 0;
  }
  footer .social ul {
    display: inline-block;
    padding-left: 1em;
    margin: 0;
    position: relative;
    top: -0.25em;
  }
}
@media screen and (max-width: 920px) {
  main > header nav .nav li a {
    font-size: 36px;
    font-size: 3.6rem;
    padding: 0.5em 0.35em 0.25em;
  }
  main > header nav .menu .ctrl-toggle {
    width: 72px;
    height: 60px;
  }
  main > header nav .menu .short-menu li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  main > header nav .menu .short-menu li.all {
    font-size: 14px;
    font-size: 1.4rem;
  }
  main > header nav .menu .full-menu h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  main > header nav .menu . form .field input {
    font-size: 16px;
    font-size: 1.6rem;
  }
  section.title {
    margin-top: 1em;
  }
  footer {
    padding: 2.5em 0 2em;
    margin: 25px 0 0;
  }
  section.article.cols-2.books .book {
    min-height: 200px;
  }
  section.article.cols-2.books .book > a {
    width: 110px;
  }
  section.article.cols-2.books .book > a .img {
    height: 180px;
  }
  section.article.book-details .img {
    margin: 0 1em 1em 0;
  }
  main article header {
    width: auto;
    padding-left: 35px;
  }
  main article > h1 {
    width: auto;
    margin-right: 150px;
    padding-left: 35px;
  }
  main article > h1 .date-ribbon {
    left: 101%;
  }
  main article section.image.large {
    left: 0;
    margin: 1em auto;
  }
  main article.book > header h1 {
    padding-right: 100px;
  }
}
@media screen and (max-width: 860px) {
  section.article.booklist .book {
    width: 25%;
  }
  section.books-results .book {
    width: 25%;
  }
  section.books-results .book:nth-child(n) {
    clear: none;
  }
  section.books-results .book:nth-child(4n+1) {
    clear: left;
  }
  section.title.noimage h1 {
    width: auto;
    margin-left: 3em;
    margin-right: 3em;
  }
  section.article.cols-2:not(.variable):not(.books) .img:not(.fullsize) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  section.books-results .book-grid {
    width: 100%;
    float: none;
  }
  main > header {
    padding: 1.5em 0 2em;
  }
  main > header h1 {
    font-size: 48px;
    font-size: 4.8rem;
  }
  main > header p {
    font-size: 16px;
    font-size: 1.6rem;
    width: auto;
  }
  main > header nav {
    padding: 0;
    text-align: left;
  }
  main > header nav .nav-mobile {
    display: inline-block;
    padding: 0.25em 15px 0.25em 15px;
    position: relative;
    left: -15px;
    width: 200px;
  }
  main > header nav .nav-mobile.active {
    background: #e9f4e1;
  }
  main > header nav ul.nav.sub {
    top: 11.3em;
  }
  main > header nav ul.nav {
    padding: 0 15px 0;
    background-color: #e9f4e1;
    border: none;
    display: none;
    position: absolute;
    left: -1em;
    top: 3em;
    z-index: 100;
  }
  main > header nav ul.nav.active {
    display: block;
  }
  main > header nav ul.nav li {
    display: block;
    text-align: left;
    width: 200px;
  }
  main > header nav ul.nav li a {
    padding: 0.5em 0 0.5em 0 !important;
    font-size: 30px;
    font-size: 3rem;
    width: 100%;
  }
  main > header nav ul.nav li:first-child {
    border: double #f53500;
    border-width: 3px 0 0;
  }
  main > header nav .nav li.active a:after {
    width: 26px;
    height: 26px;
    top: 50%;
    margin-top: -13px;
    left: auto;
    right: 0;
    margin-left: 0;
    background-color: transparent;
  }
  main > header nav ul.nav.open {
    display: block;
  }
  main > header nav .menu {
    text-align: center;
  }
  main > header nav .menu .short-menu ul {
    padding: 0 2em 1em 1em;
  }
  main > header nav .menu .short-menu li,
  main > header nav .menu .full-menu li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  main > header nav .menu .short-menu h2,
  main > header nav .menu .full-menu h2 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  main > header nav .menu .short-menu .search {
    display: block;
    margin-bottom: 1em;
  }
  main > header nav .menu .short-menu .search .field {
    width: 90%;
  }
  footer {
    padding: 1em 0 0.5em;
    margin: 15px 0 0;
  }
  section.article header h1,
  section.embed header h1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  section.article.full-img > a {
    height: 308px;
  }
  section.article.full-img .img {
    height: 320px;
  }
  section.article.full-img .img h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  section.article.full-text .img {
    width: 250px;
    height: 250px;
  }
  section.article.full-text .content h1 {
    font-size: 30px;
    font-size: 3rem;
  }
  section.article.full-text .content .lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
  section.article.cols-2 .img {
    height: 250px;
  }
  section.article.cols-2 .img h1 {
    font-size: 30px;
    font-size: 3rem;
  }
  section.article.cols-2 .content h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  section.article.cols-2 .content .lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
  section.article.cols-2.variable .img {
    width: 190px;
    height: 220px;
  }
  section.article.cols-2.variable .content {
    min-height: 250px;
  }
  section.article.cols-2.books .content h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  section.article.cols-3 .content h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  section.article.cols-3 .content .lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
  section.article.cols-4 > div .img {
    margin-bottom: 0;
  }
  section.article.cols-4 > div:not(:nth-last-child(-n+2)) .img,
  section.article.cols-4 > div:not(:nth-last-child(-n+2)) .content {
    margin-bottom: 2em;
  }
  section.article.cols-4 > div:nth-child(1n) .content {
    border: none;
  }
  section.article.cols-4 > div:not(:nth-child(2n+2)) .content {
    border-right: 1px dotted #f53500;
  }
  section.article.cols-4 .img {
    width: 120px;
    height: 90px;
    float: left;
    margin-right: 1em;
  }
  section.article.cols-4 .content h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  section.article.cols-4.header > div:nth-child(1n) .content {
    border-right: none;
  }
  section.article.cols-4.header > div:not(:nth-child(2n+3)) .content {
    border-right: 1px dotted #f53500;
  }
  section.article.booklist h1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  section.article.booklist .ctrl-all {
    position: relative;
    right: auto;
    top: 0;
    margin: 1em 0 0;
    text-align: center;
  }
  section.books-results h1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  section.article.cols-2.books .img.bordered {
    width: 190px;
    height: 220px;
  }
  section.article.cols-2.books > div:last-child .content {
    padding-left: 1em;
  }
  section.article.cols-2.books > div:not(:last-child) .content {
    padding-right: 1em;
  }
  section.article.cols-2.books .book {
    min-height: 160px;
  }
  section.article.cols-2.books .book > a {
    width: 85px;
  }
  section.article.cols-2.books .book > a .img {
    height: 140px;
  }
  section.article.booklist .book > a,
  section.article.cols-2.books .book > a,
  section.books-results .book > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  section.article.booklist .book > a .author,
  section.article.cols-2.books .book > a .author,
  section.books-results .book > a .author {
    font-size: 12px;
    font-size: 1.2rem;
  }
  section.article.cols-and-banner .cols {
    width: 100%;
  }
  section.article.cols-and-banner .banner {
    display: none;
  }
  section.article.cols-and-banner .separator span {
    left: 50%;
  }
  section.article.cols-and-banner .img {
    width: 190px;
    height: 220px;
  }
  section.article.cols-and-banner .content h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  section.article.cols-and-banner .content .lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
  section.title {
    margin-top: 0;
  }
  section.title h1 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 130%;
    width: auto;
    left: 0;
    margin: 0 2em;
    padding: 1em 20px 0;
  }
  section.title.noimage {
    margin-top: 1em;
  }
  section.subtitle {
    margin-bottom: 2em;
  }
  section.subtitle .separator {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  section.subtitle blockquote {
    font-size: 20px;
    font-size: 2rem;
    width: auto;
    padding: 0 20px 0;
    margin: 0 2em;
  }
  main article header {
    width: auto;
    padding-left: 0;
  }
  main article > h1 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-right: 150px;
    padding-left: 0;
  }
  main article > h1 .date-ribbon {
    left: 101%;
  }
  main article > h2 {
    width: auto;
    font-size: 24px;
    font-size: 2.4rem;
  }
  main article > p,
  main article > ul,
  main article > ol,
  main article > h3,
  main article > h4 {
    width: auto;
  }
  main article section.quote,
  main article section.quote p {
    font-size: 20px;
    font-size: 2rem;
  }
  main article blockquote p {
    font-size: 20px;
    font-size: 2rem;
  }
  main article section.image.large {
    width: 100%;
  }
  main article section.image.large .img {
    width: 100%;
    padding-bottom: 8px;
  }
  main article section.image.large .img img {
    width: 100%;
  }
  main article section.slideshow .img {
    max-height: 438px;
  }
  main article section.article {
    width: auto;
  }
  main article section.article > h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  main article section.article p {
    width: auto;
  }
  main article section.article.book-details h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  main article .separator {
    width: auto;
  }
  main article aside.social {
    width: auto;
  }
  main article section.disqus {
    width: auto;
  }
  main article.book > header {
    padding-left: 0;
  }
  main article.book > header h1 {
    padding-right: 0;
  }
  main article.book > header .specs {
    margin: 0 0 1em 250px;
  }
  main article.book > header .author {
    max-width: 300px;
  }
  main article.book .desc {
    width: auto;
  }
  main article.simple {
    width: auto;
  }
  main .pagination ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  main .pagination ul li.prev a,
  main .pagination ul li.next a {
    height: 22px;
    -webkit-background-size: auto 54px;
    -moz-background-size: auto 54px;
    background-size: auto 54px;
  }
  main article section.embed {
    width: 100%;
    margin: 1em auto;
  }
  section.list li {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 719px) {
  section.article.booklist .book {
    width: 33.33333%;
  }
  section.books-results .book {
    width: 33.33333%;
  }
  section.books-results .book:nth-child(n) {
    clear: none;
  }
  section.books-results .book:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 640px) {
  main .pagination ul li {
    font-size: 13px;
    font-size: 1.3rem;
  }
  main .pagination ul li.prev a,
  main .pagination ul li.next a {
    height: 20px;
    -webkit-background-size: auto 47px;
    -moz-background-size: auto 47px;
    background-size: auto 47px;
  }
  main article.book header .author {
    max-width: 220px;
  }
}
@media screen and (max-width: 568px) {
  body > header {
    display: none;
  }
  main > header {
    padding-bottom: 1.5em;
  }
  main > header h1 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 140%;
  }
  main > header p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  main > header nav {
    padding: 0;
  }
  main > header nav .nav-mobile {
    font-size: 30px;
    font-size: 3rem;
    width: 150px;
  }
  main > header nav ul.nav {
    top: 2.75em;
  }
  main > header nav ul.nav li {
    font-size: 30px;
    font-size: 3rem;
    width: 150px;
  }
  main > header nav .menu .ctrl-toggle {
    width: 62px;
    height: 50px;
  }
  main > header nav .menu .short-menu li,
  main > header nav .menu .full-menu li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  main > header nav .menu .short-menu li.all,
  main > header nav .menu .full-menu li.all {
    font-size: 14px;
    font-size: 1.4rem;
    left: 0;
    margin: 1.5em 0 0;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
  main > header nav .menu .short-menu h2,
  main > header nav .menu .full-menu h2 {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0 0 0.5em;
  }
  main > header nav .menu .full-menu {
    text-align: center;
  }
  main > header nav .menu .full-menu li:not(:last-child):after {
    content: "\2022";
    display: inline-block;
    margin: 0 0.1em 0 0.25em;
    font-family: "Roboto", sans-serif;
    color: #607e11;
    font-size: 18px;
    font-size: 1.8rem;
  }
  main > header nav .menu .short-menu > .container {
    padding: 0;
  }
  main > header nav .menu .short-menu ul {
    padding: 0 1em 1em 1em;
  }
  main > header nav .menu .full-menu .content {
    padding: 0 1em !important;
    margin: 1em 0 !important;
  }
  main > header nav .menu .full-menu > .container {
    margin-top: 0;
  }
  main > header nav .menu .search form .field {
    width: 100%;
  }
  footer a,
  footer p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  footer .social {
    font-size: 12px;
    font-size: 1.2rem;
  }
  footer .social ul {
    display: block;
    padding: 0.5em 0 0;
  }
  footer .social li a {
    font-size: 24px;
    font-size: 2.4rem;
  }
  section.article:not(.cols-2.books) .lead {
    display: none !important;
  }
  section.article.full-img {
    margin-left: 0;
  }
  section.article.full-img > a {
    height: 238px;
  }
  section.article.full-img .img {
    height: 250px;
  }
  section.article.full-img .content {
    width: auto;
  }
  section.article.full-img .content h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  section.article:not(.full-text) .img:not(.fullsize) {
    display: none;
  }
  section.article.full-text .img {
    width: 35%;
    height: 150px;
  }
  section.article.cols-2 > div .content,
  section.article.cols-3 > div .content,
  section.article.cols-4 > div .content {
    padding: 0;
    border-right: none !important;
  }
  section.article.cols-2 > div:not(:last-child) .content,
  section.article.cols-3 > div:not(:last-child) .content,
  section.article.cols-4 > div:not(:last-child) .content {
    border-bottom: 1px dotted #f53500 !important;
  }
  section.article.cols-2 > div .content,
  section.article.cols-3 > div .content,
  section.article.cols-4 > div .content {
    padding-bottom: 0.5em !important;
    margin-bottom: 0.75em !important;
  }
  section.article.cols-2 > div:last-child .content,
  section.article.cols-3 > div:last-child .content,
  section.article.cols-4 > div:last-child .content {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  section.article.cols-2.variable .content {
    min-height: 0;
  }
  section.article.cols-2 > div:not(:last-child) .img.fullsize {
    margin-bottom: 1.5em;
  }
  section.article.cols-2.books .book {
    display: none;
  }
  section.article.cols-2.books > div .content {
    min-height: 0;
    border-bottom: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  section.article.cols-and-banner .cols div:not(:nth-child(2)) .content {
    min-height: 0;
    border-right: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  section.article.cols-and-banner .cols div:nth-child(2) .content {
    min-height: 0;
    margin-bottom: 0.75em;
    padding: 0 0 0.75em;
    border-right: none !important;
    border-bottom: 1px dotted #f53500 !important;
  }
  section.article.booklist {
    padding: 0 0 60px;
  }
  section.article.booklist .ctrl-prev,
  section.article.booklist .ctrl-next {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 40%;
    background-position: left top;
    height: 45px;
  }
  section.article.booklist .ctrl-prev:hover,
  section.article.booklist .ctrl-next:hover {
    background-position: right top;
  }
  section.article.booklist .ctrl-next {
    left: auto;
    right: 40%;
  }
  section.article.booklist .book {
    width: 50%;
  }
  section.article .content.banner {
    text-align: center;
  }
  section.article .content.banner > * {
    display: inline-block;
  }
  section.article.book-details .img {
    width: 120px;
    display: block;
  }
  section.article.book-details .desc,
  section.article.book-details .specs li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  section.article.book-details .specs {
    margin-left: 0;
    clear: both;
  }
  section.title {
    margin-top: 3.5em;
    margin-bottom: -3em;
  }
  section.title h1 {
    font-size: 30px;
    font-size: 3rem;
    position: relative;
    width: auto;
    left: 0;
    top: -2em;
    margin: 0 1em;
    padding: 0.5em 20px 0;
  }
  section.title.noimage {
    width: auto;
    margin: 3.5em 0 0 !important;
  }
  section.title.noimage h1 {
    top: 0;
    margin: 0;
  }
  section.subtitle {
    margin-bottom: 1em;
  }
  section.subtitle .separator {
    width: auto;
  }
  section.subtitle blockquote {
    font-size: 18px;
    font-size: 1.8rem;
    width: auto;
    padding: 0 20px 0;
    margin: 0 1em;
  }
  section.search-inline {
    width: 100%;
  }
  .separator {
    margin: 0 0 25px;
    padding: 25px 0 0;
  }
  .separator span {
    width: 40px;
    height: 50px;
    margin: -25px 0 0 -20px;
  }
  main article header {
    margin-bottom: 1.5em;
    margin-left: 0;
  }
  main article > h1 {
    margin-right: 0;
    padding-top: 0.5em;
  }
  main article > p,
  main article > ul,
  main article > ol {
    font-size: 14px;
    font-size: 1.4rem;
  }
  main article > h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  main article > h4 {
    font-size: 28px;
    font-size: 1.8rem;
  }
  main article aside.social {
    font-size: 12px;
    font-size: 1.2rem;
  }
  main article aside.social ul li a {
    font-size: 24px;
    font-size: 2.4rem;
  }
  main article aside.social ul li.mail a {
    font-size: 20px;
    font-size: 2rem;
  }
  main article aside.social.mobile {
    margin-bottom: 1em;
  }
  main article section.slideshow {
    padding: 0 0 50px;
  }
  main article section.slideshow .author {
    padding-right: 1em;
  }
  main article section.slideshow .ctrl-prev,
  main article section.slideshow .ctrl-next {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 40%;
    background-position: left top;
    height: 45px;
  }
  main article section.slideshow .ctrl-prev:hover,
  main article section.slideshow .ctrl-next:hover {
    background-position: right top;
  }
  main article section.slideshow .ctrl-next {
    left: auto;
    right: 40%;
  }
  main article section.slideshow .img {
    max-height: 288px;
  }
  main article section.image.small {
    width: 100%;
  }
  main article section.image.small .img {
    width: 100%;
    height: auto;
    padding-bottom: 8px;
  }
  main article section.image.small img {
    width: 100%;
  }
  main article section.image.small .author {
    text-align: right;
  }
  main article section.quote,
  main article section.quote.inline {
    margin-top: 0;
    padding-left: 0;
    background-image: none !important;
    width: auto;
  }
  main article section.quote,
  main article section.quote.inline,
  main article section.quote p,
  main article section.quote.inline p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  main article blockquote {
    margin-top: 0;
    padding-left: 0;
    background: none !important;
    width: auto;
    float: none;
  }
  main article blockquote p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  main article section.blurb {
    width: 120px;
    float: none;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 14px 1em 4px;
  }
  main article section.blurb .book {
    font-size: 14px;
    font-size: 1.4rem;
  }
  main article section.blurb .links li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  main article .separator {
    width: auto;
  }
  main article.event > h1 {
    margin-right: 0;
    padding-top: 2.5em;
  }
  main article.event > h1 .date-ribbon {
    position: absolute;
    left: 0;
    top: 0em;
    width: 100%;
  }
  main article.book > header h1,
  main article.book section.article > h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  main article.book > header .img {
    width: 45%;
  }
  main article.book > header .specs {
    margin: 0 0 1em 50%;
  }
  main .pagination ul li {
    display: none;
  }
  main .pagination ul li.prev,
  main .pagination ul li.next {
    display: inline-block;
  }
  main aside.social.promo {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  main article.book > header .img {
    display: none;
  }
  main article.book > header img.img-mobile {
    display: block;
  }
  main article.book > header .specs {
    margin: 0 0 1em 0;
  }
  main article.book > header .author {
    max-width: 100%;
  }
  section.books-results .book {
    width: 50%;
  }
  section.books-results .book:nth-child(n) {
    clear: none;
  }
  section.books-results .book:nth-child(2n+1) {
    clear: left;
  }
}
main article.book > header .specs li.disclaimer {
  margin-top: 20px;
  line-height: 1.3em;
  max-width: 430px;
  font-style: italic;
  font-size: 1.3rem;
}
p.copy {
  margin-top: 60px;
  font-style: italic;
}

span.lineheight {
  line-height: 2;
}

main article.book>header .specs li.affiliate, section.article.book-details .specs li.affiliate {
  line-height: 1.3em;
  font-size: 1.3rem;
}
main article.book>header .specs li.affiliate a, section.article.book-details .specs li.affiliate a {
  color:#fff;
  background: #f53500;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  margin: 0 5px 2px 0;
}

main article.book>header .specs li.affiliate a:hover, section.article.book-details .specs li.affiliate a:hover {
  opacity: 0.9;
}