@charset "UTF-8";
/*
Theme Name: Rookie Magazine - Two Point Oh
Description: Rookie Magazine child theme
Version: 2.0.2
Author: Rumors Studio, Fictive Kin and Max Fenton — for Rookie Magazine
Author URI: http://www.rookiemag.com
*/
@font-face {
  font-family: 'lora';
  src: url("./dist/font/lora-bold-webfont.eot");
  src: url("./dist/font/lora-bold-webfont.eot?#iefix") format("embedded-opentype"), url("./dist/font/lora-bold-webfont.woff2") format("woff2"), url("./dist/font/lora-bold-webfont.woff") format("woff"), url("./dist/font/lora-bold-webfont.ttf") format("truetype"), url("./dist/font/lora-bold-webfont.svg#lora-bold-webfont") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'lora';
  src: url("./dist/font/lora-bolditalic-webfont.eot");
  src: url("./dist/font/lora-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("./dist/font/lora-bolditalic-webfont.woff2") format("woff2"), url("./dist/font/lora-bolditalic-webfont.woff") format("woff"), url("./dist/font/lora-bolditalic-webfont.ttf") format("truetype"), url("./dist/font/lora-bolditalic-webfont.svg#lora-bolditalic-webfont") format("svg");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'lora';
  src: url("./dist/font/lora-italic-webfont.eot");
  src: url("./dist/font/lora-italic-webfont.eot?#iefix") format("embedded-opentype"), url("./dist/font/lora-italic-webfont.woff2") format("woff2"), url("./dist/font/lora-italic-webfont.woff") format("woff"), url("./dist/font/lora-italic-webfont.ttf") format("truetype"), url("./dist/font/lora-italic-webfont.svg#lora-italic-webfont") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'lora';
  src: url("./dist/font/lora-regular-webfont.eot");
  src: url("./dist/font/lora-regular-webfont.eot?#iefix") format("embedded-opentype"), url("./dist/font/lora-regular-webfont.woff2") format("woff2"), url("./dist/font/lora-regular-webfont.woff") format("woff"), url("./dist/font/lora-regular-webfont.ttf") format("truetype"), url("./dist/font/lora-regular-webfont.svg#lora-regular-webfont") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("./dist/font/icomoon.eot?8uymrg");
  src: url("./dist/font/icomoon.eot?#iefix8uymrg") format("embedded-opentype"), url("./dist/font/icomoon.ttf?8uymrg") format("truetype"), url("./dist/font/icomoon.woff?8uymrg") format("woff"), url("./dist/font/icomoon.svg?8uymrg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="ico-"], [class*=" ico-"] {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  [class^="ico-"]::before, [class*=" ico-"]::before {
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    font-family: 'icomoon' !important; }

.ico-star-empty:before {
  content: "\e600"; }

.ico-star-half:before {
  content: "\e601"; }

.ico-star-full:before {
  content: "\e602"; }

.ico-heart:before {
  content: "\e603"; }

.ico-heart-broken:before {
  content: "\e604"; }

.ico-mail:before {
  content: "\e605"; }

.ico-facebook:before {
  content: "\e606";
  font-size: 124%; }

.ico-instagram:before {
  content: "\e607"; }

.ico-twitter:before {
  content: "\e608"; }

.ico-youtube:before {
  content: "\e609"; }

.ico-vimeo:before {
  content: "\e60a"; }

.ico-wordpress:before {
  content: "\e60b"; }

.ico-tumblr:before {
  content: "\e60c"; }

.ico-soundcloud:before {
  content: "\e60d"; }

.ico-pinterest:before {
  content: "\e60e"; }

.ico-search:before {
  content: "\e60f"; }

.ico-binoculars:before {
  content: "\e610"; }

.ico-instagram2:before {
  content: "\e611"; }

.ico {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Base */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  background-color: #cccccc; }

html.js noscript {
  display: none; }

body {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25em;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  min-height: 100vh;
  color: #999999;
  background-repeat: repeat;
  background-position: top left; }

blockquote {
  margin: 0 2em; }

p {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 1em;
  color: inherit;
  clear: left; }
  @media (max-width: 47.99em) {
    p {
      overflow: hidden;
      max-width: 100%; } }

em {
  font-style: italic; }

em em {
  font-style: italic; }

b, strong {
  font-weight: bold;
  font-family: "Larsseit-Medium", Arial, Verdana, sans-serif; }

div {
  position: relative;
  display: block; }

header, footer {
  position: relative;
  clear: both; }

input[type=submit] {
  cursor: pointer; }

code {
  font-family: monospace;
  font-size: 13px;
  font-size: 0.8125rem; }

a {
  text-decoration: none;
  color: #4c4c4c; }

a:focus {
  outline: none; }

hr {
  height: 1px;
  margin: 18px 0 30px;
  border: none;
  background-color: #cccccc; }

button,
button:focus,
button:hover {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  background-color: inherit;
  cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  color: #4c4c4c; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: underline; }

[id='page'] {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 300px;
  min-height: 89vh;
  margin: 0;
  padding: 20px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: auto; }

@media (min-width: 37.5em) {
  [id='page'] {
    max-width: 1400px;
    margin: 0 auto 0;
    padding-right: 24px;
    padding-left: 24px; } }

@media (min-width: 37.5em) and (max-width: 47.99em) {
  [id='page'] {
    padding-top: 5px; } }

@media (max-width: 47.99em) {
  [id='page'] {
    min-height: auto;
    margin: 0px auto; } }

[id='page-wrapper'] {
  position: relative; }

[id='mainmenu'],
[id='footer'],
[id='content'] {
  float: none;
  width: 100%;
  background-color: #ffffff; }

[id='content'] {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #eeeeee;
  -webkit-box-flex: 1;
          flex: 1; }

.content-wrapper {
  position: relative;
  padding: 0 16px; }
  @media (min-width: 37.5em) {
    .content-wrapper {
      padding: 0 48px; } }

@media (max-width: 37.49em) {
  .content-wrapper.full-mobile {
    padding-right: 0;
    padding-left: 0; } }

.content-column-left,
.content-column-right {
  float: left;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0; }

.post.content-column-left {
  padding-right: 24px; }

@media (min-width: 48em) {
  .content-column-left,
  .content-column-right {
    clear: none;
    margin-right: 0;
    margin-left: 0; }
  .content-column-left {
    float: left;
    width: 66.66667%;
    max-width: 66.66667%;
    max-width: calc( 100% - 300px); }
  .content-column-right {
    float: right;
    width: 33.33333%;
    max-width: 33.33333%;
    min-width: 300px; } }

.post {
  float: left;
  width: 66.66667%;
  padding-right: 0; }
  @media (max-width: 47.99em) {
    .post {
      width: 100%; } }

.post.format-standard,
.post.full-width {
  width: 100%; }

[id='outer-wrapper'] {
  position: relative;
  overflow: hidden;
  width: 100%; }

[id='inner-wrapper'] {
  position: relative;
  z-index: 1;
  left: 0 !important;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/*! Flickity v1.1.0
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0;
  box-shadow: none; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1; }

.main-footer {
  float: left;
  float: none;
  width: 100%;
  margin-bottom: 25px;
  padding-right: 0;
  padding-bottom: 16px;
  padding-left: 0;
  background-color: #f6f6f7; }

.footer-major {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  display: -webkit-box;
  display: flex;
  box-sizing: border-box;
  min-height: 91px;
  padding-top: 16px;
  padding-right: 48px;
  padding-left: 48px;
  border-top: 1px solid #e7e7e7;
  background-color: #f6f6f7;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  font-size: 1rem; }
  .footer-major p,
  .footer-major a,
  .footer-major .h {
    font-size: inherit; }

.footer-major .rookie-heart {
  display: block;
  width: 97px;
  height: 82px;
  margin: 0 auto;
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
  background-size: 100% 100%; }

.footer-major-social {
  padding-bottom: 6px; }

.footer-major .column {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1 1 33%;
  -webkit-box-pack: end;
          justify-content: flex-end; }
  .footer-major .column.align-center {
    align-content: center;
    -webkit-box-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    -webkit-box-pack: start;
            justify-content: flex-start; }
  .footer-major .column.align-left {
    align-content: flex-start; }
  .footer-major .column.align-right {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
            justify-content: flex-end; }

.footer-major .column-full {
  align-content: center;
  -webkit-box-flex: 3;
          flex: 3 3 100%; }

.footer-major .column-half {
  align-content: center;
  -webkit-box-flex: 1.5;
          flex: 1.5 1.5 50%; }

.footer-major-logo {
  display: block;
  width: 166px;
  height: 54px;
  margin-bottom: 10px;
  background-size: 100% 100%; }

.footer-major-nav-links {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  display: block;
  width: auto;
  text-transform: uppercase;
  font-size: 10.125px;
  font-size: 0.63281rem;
  letter-spacing: 0.06em; }
  @media (min-width: 68.75em) {
    .footer-major-nav-links {
      font-size: 13.5px;
      font-size: 0.84375rem; } }
  .footer-major-nav-links li {
    display: inline-block;
    -webkit-box-flex: 0;
            flex: 0 1 auto; }
    .footer-major-nav-links li,
    .footer-major-nav-links li a {
      padding-right: 0.5em; }
  .footer-major-nav-links li + li {
    margin-left: 1em; }

.footer-major-shop-feature {
  float: right; }

.footer-major.only-mobile .copyright,
.footer-major.only-mobile .footer-major-nav-links,
.footer-major.only-mobile .footer-major-social {
  width: 100%;
  margin: 1em auto 0;
  text-align: center; }

.footer-major.only-mobile .footer-major-logo {
  width: 100%;
  height: 50px;
  margin-bottom: 0; }

.footer-major.only-mobile .rookie-heart {
  width: 42px;
  height: 42px;
  margin-top: 5px; }

.footer-major.only-mobile .footer-major-nav-links {
  margin: 2em auto 0; }

[id='footer-ad'] {
  overflow: hidden;
  width: 100%;
  text-align: center;
  background-color: #ffffff; }

.footer-illustration-credit {
  font-weight: 200;
  line-height: 1.618;
  display: block;
  clear: both;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 8.25px;
  font-size: 0.51562rem; }
  @media (min-width: 68.75em) {
    .footer-illustration-credit {
      font-size: 11px;
      font-size: 0.6875rem; } }
  .footer-illustration-credit b,
  .footer-illustration-credit strong,
  .footer-illustration-credit a {
    font-size: 128%;
    font-weight: 800;
    display: block;
    text-decoration: underline; }
  .footer-illustration-credit .wrapper {
    display: inline-block;
    margin: 0 auto;
    padding: 1.618em 4.5em 1.618em;
    background-color: #ffffff; }

.main-footer + .footer-illustration-credit {
  margin-top: -1rem; }

.footer-major .copyright {
  margin: 10px 0 0;
  text-align: right;
  color: #4c4c4c;
  font-size: 8.25px;
  font-size: 0.51562rem; }
  @media (min-width: 68.75em) {
    .footer-major .copyright {
      font-size: 11px;
      font-size: 0.6875rem; } }
  .footer-major .copyright.column-half {
    margin-top: 0; }

.footer-major .rainbow {
  position: absolute;
  top: -60px;
  right: -35px;
  width: 123.33333px;
  height: 86.66667px;
  background: transparent url("./dist/img/sticker/rainbow.png") no-repeat;
  background-size: 100% 100%; }

@media (max-width: 37.49em) {
  .main-footer {
    padding-bottom: 10.66667px; }
  .footer-major {
    width: 100%;
    padding-top: 10.66667px;
    padding-right: 16px;
    padding-left: 16px; }
  .footer-major-logo {
    width: 83px;
    height: 27px; } }

@media (min-width: 37.5em) {
  .footer-major.not-mobile {
    display: block;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
            align-items: stretch;
    flex-wrap: wrap; }
  .footer-major-nav-links {
    display: block;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start; }
  .footer-major .copyright {
    font-size: 11px;
    font-size: 0.6875rem; }
    .footer-major .copyright nobr {
      display: block; } }

.mainmenu {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  position: relative;
  height: 125px;
  text-transform: uppercase;
  color: #121313;
  background-color: #ffffff;
  z-index: 100;
  letter-spacing: 0.06em;
  font-size: 9.75px;
  font-size: 0.60938rem; }
  @media (min-width: 68.75em) {
    .mainmenu {
      font-size: 13px;
      font-size: 0.8125rem; } }

.mainmenu-nav-wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 90px; }

.mainmenu .logo-wrap {
  padding: 0;
  -webkit-box-ordinal-group: 3;
          order: 2;
  -webkit-box-flex: 1;
          flex: 1; }
  @media (max-width: 47.99em) {
    .mainmenu .logo-wrap {
      -webkit-box-flex: 4;
              flex: 4; } }

.mainmenu .header-logo {
  display: block;
  height: 90px;
  margin: 0 auto;
  padding: 0;
  background-size: 100%; }
  @media (min-width: 76.125em) {
    .mainmenu .header-logo {
      width: 230px; } }
  @media (min-width: 65.625em) {
    .mainmenu .header-logo {
      width: 210px; } }

.mainmenu .header-logo a {
  display: inline-block;
  height: 100%;
  padding: 0;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease; }
  @media (min-width: 71.25em) {
    .mainmenu .header-logo a {
      width: 230px;
      max-width: 230px; } }
  @media (min-width: 48em) {
    .mainmenu .header-logo a {
      width: 214px;
      max-width: 214px; } }
  @media (min-width: 39.6875em) and (max-width: 47.99em) {
    .mainmenu .header-logo a {
      width: 208px;
      max-width: 208px;
      padding: 10px; } }
  @media (min-width: 37.5em) and (max-width: 39.6875em) {
    .mainmenu .header-logo a {
      width: 171px;
      max-width: 171px; } }
  @media (min-width: 25em) and (max-width: 37.49em) {
    .mainmenu .header-logo a {
      width: 188px;
      max-width: 188px; } }
  @media (max-width: 24.99em) {
    .mainmenu .header-logo a {
      width: 171px;
      max-width: 171px; } }

.mainmenu .header-logo img,
.mainmenu .header-logo .icon {
  width: auto;
  height: 100%;
  margin-top: 10px; }
  @media (min-width: 71.25em) {
    .mainmenu .header-logo img,
    .mainmenu .header-logo .icon {
      margin-top: 15px; } }

.mainmenu .header-logo .icon {
  width: 100%; }

.mainmenu .search .s {
  font-size: initial;
  height: auto; }

.mainmenu-links {
  float: left;
  width: 50%;
  height: 100%;
  -webkit-transition: all 120ms ease;
  transition: all 120ms ease;
  align-self: center;
  -webkit-box-flex: 1;
          flex: 1 1 50%;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  align-content: center;
  letter-spacing: 0.06em;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-box-ordinal-group: 2;
          order: 1; }
  .mainmenu-links li {
    display: inline-block;
    float: left;
    align-self: center;
    white-space: nowrap;
    -webkit-box-flex: 0;
            flex: 0 1 auto; }
  .mainmenu-links a {
    display: block;
    padding: 2.5px 0.45em; }
  .mainmenu-links .is-selected a,
  .mainmenu-links .is-active a {
    font-weight: bold; }

@media (min-width: 37.5em) and (max-width: 61.875em) {
  .mainmenu-links {
    font-size: 11px;
    font-size: 0.6875rem; }
    .mainmenu-links a {
      padding-top: 4px; } }

@media (min-width: 68.75em) {
  .mainmenu-links {
    font-size: 13px;
    font-size: 0.8125rem; } }

@media (max-width: 61.875em) {
  .mainmenu-links {
    max-width: 19.4em;
    align-content: center; } }

.mainmenu-actions {
  float: right;
  width: 50%;
  height: 100%;
  text-align: right;
  align-self: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
          flex: 1 1 50%;
  -webkit-box-ordinal-group: 4;
          order: 3;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-align: right;
  -webkit-box-align: end;
          align-items: flex-end; }
  .mainmenu-actions,
  .mainmenu-actions li {
    display: inline-block;
    display: -webkit-box;
    display: flex; }
  .mainmenu-actions .mainmenu-search-form {
    display: none; }
  .mainmenu-actions .search .icon {
    width: 20px;
    height: 20px; }
  .mainmenu-actions.search-is-open .mainmenu-search-form {
    display: block; }
  .mainmenu-actions.search-is-open [id='mainmenu-search-toggle'],
  .mainmenu-actions.search-is-open li:not(.search) {
    display: none; }
  .mainmenu-actions .searchform .searchinput {
    font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
    border: none;
    border-bottom: 1px solid #121313;
    font-size: 16px;
    font-size: 1rem; }
    .mainmenu-actions .searchform .searchinput, .mainmenu-actions .searchform .searchinput:focus {
      outline: 0; }
  .mainmenu-actions .searchform .cancel {
    font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
    margin-right: 0.5em;
    padding: 2px; }
  .mainmenu-actions ul {
    display: inline-block;
    float: right;
    clear: right;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-flex: 0;
            flex: 0 1 auto; }
  @media (max-width: 37.49em) {
    .mainmenu-actions li {
      display: none; } }
  .mainmenu-actions .shop {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
    opacity: 0.8; }
    html.lt-ie10 .mainmenu-actions .shop {
      margin-top: -20px; }
    .mainmenu-actions .shop:hover {
      opacity: 1; }
    .mainmenu-actions .shop,
    .mainmenu-actions .shop .icon {
      width: 45px;
      height: 45px; }
  .mainmenu-actions .mainmenu-search-form {
    display: none; }

@media (max-width: 37.49em) {
  .mainmenu-actions li {
    display: none; }
    .mainmenu-actions li.login {
      display: -webkit-box;
      display: flex; } }

@media (min-width: 73.25em) {
  .mainmenu-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: end;
            justify-content: flex-end; }
    .mainmenu-actions ul {
      clear: none;
      align-self: center; } }

.mainmenu .login a {
  display: block;
  margin-right: 0;
  margin-left: 1em; }

.mainmenu .search {
  position: relative;
  padding-top: 2px;
  padding-left: 9px; }

.mainmenu .logo-wrap {
  position: absolute;
  z-index: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-top: 10px; }

@media (max-width: 37.49em) {
  .mainmenu .logo-wrap {
    display: block;
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .mainmenu .header-logo {
    height: 66px;
    width: 171px;
    margin: 23px auto;
    padding: 0;
    background-size: 100%; }
  .header-logo a {
    padding: 20px 0; }
  .mainmenu-actions .login a {
    font-family: 'Blank';
    display: block;
    width: 36px;
    height: 36px;
    padding: 2px; } }
  @media (max-width: 37.49em) and (max-width: 24.99em) {
    .mainmenu-actions .login a {
      width: 26px;
      height: 26px; } }

[id='mainmenu-categories-submenu'] {
  position: absolute;
  top: 98%;
  top: calc( 100% - 1px);
  right: 0;
  left: 0;
  overflow: hidden;
  max-height: none;
  opacity: 1;
  border-color: #ffffff;
  border-bottom: 1px solid #d8d8d8;
  background-color: #fff;
  -webkit-transition: border-color 100ms ease, opacity 240ms ease, max-height 240ms ease, height 240ms ease;
  transition: border-color 100ms ease, opacity 240ms ease, max-height 240ms ease, height 240ms ease;
  z-index: 100; }
  [id='mainmenu-categories-submenu'].js-hidden {
    height: 0;
    max-height: 0;
    padding: 0;
    opacity: 0;
    border-color: #ffffff;
    -webkit-transition: border-color 100ms ease, opacity 240ms ease, max-height 240ms ease;
    transition: border-color 100ms ease, opacity 240ms ease, max-height 240ms ease; }

.all-categories-list {
  display: block;
  display: -webkit-box;
  display: flex;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-top: 1px;
  padding: 0 48px 24px 48px;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start; }
  .all-categories-list li {
    flex-align: flex-start;
    padding: 0.25em 0 0.25em 24px;
    -webkit-box-flex: 0;
            flex: 0 1 50%; }
    @media (min-width: 48em) {
      .all-categories-list li {
        -webkit-box-flex: 0;
                flex: 0 1 33.33333%; } }
    .all-categories-list li a:hover {
      text-decoration: underline; }
  .all-categories-list .icon {
    height: 30px; }
    @media (min-width: 68.75em) {
      .all-categories-list .icon {
        height: 42px; } }
  .all-categories-list a,
  .all-categories-list .icon {
    display: inline-block;
    width: 100%; }

.mainmenu-actions li.login {
  white-space: nowrap; }

[id='mainmenu-search-toggle'] img {
  width: 24px;
  height: 20px; }

.mainmenu-nav-wrapper {
  pointer-events: none; }

[id='mainmenu-categories-submenu'],
.mainmenu-links li,
.mainmenu-actions ul {
  pointer-events: initial; }

html.lt-ie11 .mainmenu,
html.lt-ie11 .mainmenu-nav-wrapper,
html.lt-ie11 .mainmenu .logo-wrap {
  position: relative;
  height: auto; }

.mobilemenu-container {
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 90%;
  height: 100%;
  height: calc( 100% - $page-top-margin-mobile);
  -webkit-transition: opacity 200ms 100ms ease, -webkit-transform 200ms 100ms ease;
  transition: opacity 200ms 100ms ease, -webkit-transform 200ms 100ms ease;
  transition: opacity 200ms 100ms ease, transform 200ms 100ms ease;
  transition: opacity 200ms 100ms ease, transform 200ms 100ms ease, -webkit-transform 200ms 100ms ease;
  -webkit-transform: translate3d(-70%, 0, 0);
          transform: translate3d(-70%, 0, 0);
  opacity: 0;
  background-color: #f6f3f8;
  background-color: rgba(246, 243, 248, 0.85);
  box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 16px;
  font-size: 1rem; }
  .menu-open .mobilemenu-container {
    opacity: 1; }

.mobilemenu-toggle {
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 8px;
  opacity: 0.9;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  @media (max-width: 24.99em) {
    .mobilemenu-toggle {
      width: 22px;
      height: 22px; } }
  .mobilemenu-toggle:hover {
    -webkit-transform: rotate(0.5deg);
            transform: rotate(0.5deg);
    opacity: 0.8; }
  .mobilemenu-toggle, .mobilemenu-toggle:active, .mobilemenu-toggle:focus {
    outline: 0; }
  .mobilemenu-toggle::-moz-focus-inner {
    margin: 0;
    padding: 0;
    border: 0; }

.mobilemenu-nav {
  position: relative;
  z-index: 2;
  display: block;
  width: 280px;
  -webkit-transition: left 0.3s, opacity 200ms 100ms ease, -webkit-transform 200ms 100ms ease;
  transition: left 0.3s, opacity 200ms 100ms ease, -webkit-transform 200ms 100ms ease;
  transition: left 0.3s, opacity 200ms 100ms ease, transform 200ms 100ms ease;
  transition: left 0.3s, opacity 200ms 100ms ease, transform 200ms 100ms ease, -webkit-transform 200ms 100ms ease;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
  opacity: 0.7;
  background: transparent;
  width: 90%;
  padding-top: 3.25em; }
  .menu-open .mobilemenu-nav {
    right: 0px;
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
    opacity: 1;
    max-width: 280px; }
  .mobilemenu-nav li {
    border-bottom: 1px solid #cccccc; }
    .mobilemenu-nav li:last-child {
      border-bottom: none; }
  .mobilemenu-nav a,
  .mobilemenu-nav .searchform {
    display: inline-block;
    padding: 0.5em;
    padding-left: 1em;
    text-transform: uppercase;
    color: #323232;
    width: auto;
    letter-spacing: 0.02em;
    font-size: 15px;
    font-size: 0.9375rem; }
    @media (min-width: 68.75em) {
      .mobilemenu-nav a,
      .mobilemenu-nav .searchform {
        font-size: 20px;
        font-size: 1.25rem; } }
  .mobilemenu-nav .search {
    display: block; }
  .mobilemenu-nav a:hover,
  .mobilemenu-nav a:focus {
    opacity: 0.9;
    color: #304483; }
  .mobilemenu-nav .share {
    margin-top: 0.25em; }
  .mobilemenu-nav .search {
    font-size: 80%;
    box-sizing: border-box;
    width: 120%;
    margin-left: 0;
    padding-left: 1.5em;
    background-color: #ffffff; }
  .mobilemenu-nav .searchform .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -24px; }
  .mobilemenu-nav .searchform input {
    display: inline-block;
    border: none; }

@media (max-width: 37.49em) {
  [id='inner-wrapper'] {
    left: 70%; }
  .menu-open [id='inner-wrapper'] {
    -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(70%, 0, 0) scale3d(1, 1, 1); }
  #pagemask {
    z-index: -3;
    display: none;
    pointer-events: none;
    overflow: hidden; }
    #outer-wrapper.menu-open #pagemask,
    #outer-wrapper.menu-open + #pagemask {
      position: absolute;
      z-index: 801;
      top: 20px;
      display: block;
      width: 100%;
      height: 100%;
      height: calc 100vh - 20px;
      cursor: w-resize;
      pointer-events: all;
      opacity: 1 !important;
      background-color: #ffffff;
      background-color: rgba(245, 244, 240, 0.5); } }

[id='admin-edit'] {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  background-color: #fdd68a;
  z-index: 9999; }

[id='admin-edit'] a {
  display: block;
  padding: 1.5em 2em;
  cursor: pointer; }

#wpadminbar {
  color: #ccc;
  font: 400 13px/32px "Larsseit-Light", Arial, Verdana, sans-serif, sans-serif;
  height: 32px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 600px;
  z-index: 9999;
  background: #23282d; }

/* Advertising */
/*
.ad { display: block; float: left; clear: none; }

.ad { clear: none; background-color: #ffffff; }

.ad.leaderboard { float: left; width: 728px; height: 90px; }

[id="sidebar"] .ad { float: left; margin: 0 0 36px; }

.format-gallery [id="sidebar"] .advertisement { display: none; }

[id="footer-ad"] .ad { width: 728px; margin: 10px auto; }

.below-the-fold { float: left; width: 612px; margin: auto; }

.below-the-fold .ad { float: left; }

.below-the-fold .say-medRec-unit { width: $sidebar-width !important; }

.ad .say-tile-unit { clear: none; }

#ROOKIE_ATF_LEADERBOARD {
  display: block;
  margin-bottom: 1rem; // TK: Measure
  text-align: center;
  .ad {
    display: inline-block;
    float: none; // TEMP: OVERRIDE
    margin: 30px 0 0;
    border: 12px solid white;
  }
}

// v1 responsive

@include mq($until: tablet) {
  .below-the-fold.advertisement,
  [id='sidebar'] .ad,
  .below-the-fold .ad,
  .below-the-fold .advertisement,
  .format-gallery [id="sidebar"] .advertisement #tags,
  .single-post [id='sidebar'] .ad,
  .single-post [id='categories'],
  .single-post [id='news-alert'],
  .single-post [id='popular-posts'],
  .single-post [id='sidebar'] .ad {
    display: none;
  }
  #ROOKIE_ATF_LEADERBOARD_ROS,
  #ROOKIE_ATF_LEADERBOARD_HOMEPAGE {
    display: none;
    clear: both;
    max-width: 100%;
    img {
      display: block;
      clear: both;
      max-width: 100%;
    }
  }
  .ad.leaderboard,
  .below-the-fold {
    float: none;
    clear: both;
    width: auto;
    max-width: 100%;
    height: auto;
  }
  [id='sidebar'] .ad {
    float: none;
  }
  [id='footer-ad'] .ad {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .below-the-fold .ad {
    float: none;
    text-align: center;
  }
  .below-the-fold .say-medRec-unit {
    width: 300px !important;
    max-width: 100% !important;
  }
  .ad .say-tile-unit {
    clear: none;
  }
}
*/
#homepage-ad-top, #article-ad-top {
  width: 100%;
  padding: 20px 0 0 0;
  background: #fff; }
  @media (max-width: 47.99em) {
    #homepage-ad-top, #article-ad-top {
      display: none; } }

#div-gpt-ad-Desktop_Homepage_Top_Marquee {
  margin: 0 auto;
  max-width: 100%; }

#div-gpt-ad-Desktop_Article_300x250_300x600 {
  width: 300px;
  margin: 0 0 32px 0;
  max-width: 100%; }

#div-gpt-ad-Desktop_Homepage_300x250_300x600 {
  width: 300px;
  margin: 0 0 32px 0;
  max-width: 100%; }

#div-gpt-ad-Mobile_Fixed_320x50, #div-gpt-ad-Mobile_Homepage_Marquee {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 0;
  left: 0; }

.footer-ad {
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0 0 48px;
  text-align: center;
  background: #ffffff; }
  @media (max-width: 47.99em) {
    .footer-ad {
      display: none; } }

#div-gpt-ad-Desktop_Homepage_Lower_728x90_970x90,
#div-gpt-ad-Desktop_Article_Lower_728x90_970x90 {
  width: 100%;
  margin: 20px auto 0;
  float: none;
  clear: both;
  max-width: 100%; }

[id='alert'] {
  padding: 12px 0;
  background-color: #ffffce; }
  [id='alert'] a {
    text-decoration: underline; }
  [id='alert'] p {
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
    line-height: 19px;
    margin: 0;
    text-align: center;
    color: #000000; }

body.archive ul.today.saturday li,
body.archive ul.today.sunday li {
  float: none;
  margin: 0 auto; }

@media (max-width: 47.99em) {
  body.archive ul.today {
    padding-bottom: 0; } }

[id='archive'] {
  width: 100%; }
  [id='archive'] li .all-posts {
    text-decoration: underline; }

@media (max-width: 47.99em) {
  [id='archive'] .post-7,
  [id='archive'] .post-8 {
    display: none; }
  [id='archive'] {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0 20px 0 0;
    border-right: none; }
  [id='archive'] h4 {
    margin-top: 2px;
    margin-bottom: 4px; }
  [id='archive'] h5 {
    font-family: "Lora", Georgia, Times, serif;
    font-weight: bold;
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    margin: 0 0 36px;
    padding: 9px 0 0;
    color: #000000;
    border-top: solid 1px #ececec;
    font-size: 20px;
    font-size: 1.25rem; }
  [id='archive'] li {
    float: none;
    clear: both;
    width: 100%;
    min-height: 8em;
    margin-top: 15px;
    padding-top: 15px; }
  [id='archive'] li img:after {
    display: table;
    clear: both;
    content: ''; }
  [id='archive'] li:first-child {
    margin-top: 30px; }
  [id='archive'] .post-content {
    width: auto;
    min-height: 105px;
    padding-top: 0; }
  [id='archive'] .post-content img.category {
    display: none; }
  [id='archive'] .new-day {
    margin-top: 30px;
    padding-top: 30px; } }

@media (max-width: 26.25em) {
  [id='archive'] .post-content {
    width: auto;
    padding-top: 0; }
  [id='archive'] h4 {
    margin-top: 0; } }

@media (max-width: 18.75em) {
  [id='archive'] .post-content {
    clear: left;
    width: auto;
    margin: 0;
    padding-top: 10px; }
  [id='archive'] {
    padding-right: 0; } }

.post-content h4 a:hover {
  text-decoration: underline; }

h4.toc {
  clear: both;
  text-align: center; }

.archive-header {
  font-style: normal;
  line-height: 1;
  margin: 0.5em 0 1em;
  font-size: 32px;
  font-size: 2rem; }

div.archive-header {
  margin: 0 0 16px; }

.archive-header img {
  display: block;
  width: auto;
  height: 2em;
  max-height: 50px; }

.archive-header--tags .tag {
  padding: 0.2em 0.4em;
  color: #ffffff;
  background-color: #d1d1d1; }

.article-meta {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  line-height: auto;
  margin: 0 0 40px 0;
  letter-spacing: 1px;
  font-size: 10.5px;
  font-size: 0.65625rem; }
  @media (min-width: 68.75em) {
    .article-meta {
      font-size: 14px;
      font-size: 0.875rem; } }
  .article-meta a {
    text-decoration: none; }

.article-meta a:hover {
  color: #6c6c6c; }

.article-authors {
  margin-right: 20px;
  text-transform: uppercase; }
  @media (min-width: 68.75em) {
    .article-authors {
      margin-right: 27px; } }
  .article-authors a {
    text-decoration: underline; }

/* The speech bubble */
.article-commentslink {
  display: block;
  margin: 10px 0 0 0; }
  .article-commentslink a {
    font-weight: bold;
    font-family: "Larsseit-Medium", Arial, Verdana, sans-serif;
    position: relative;
    display: inline-block;
    clear: both;
    margin: 1em 0;
    padding: 10px;
    padding: 1em 1em;
    color: #ffffff;
    color: #ffffff;
    background-color: #39dcb4; }
    .article-commentslink a::after {
      position: absolute;
      bottom: -15px;
      left: 15px;
      display: block;
      width: 0;
      content: '';
      border-width: 15px 15px 0 0;
      border-style: solid;
      border-color: #39dcb4 transparent; }
  .article-commentslink a:hover {
    color: #ffffff;
    background-color: #7acdc1; }
  .article-commentslink a:hover::after {
    border-color: #7acdc1 transparent; }

.article-tags {
  margin-bottom: 12px;
  padding-top: 0; }
  .article-date + .article-tags {
    border-top: solid 1px #ececec;
    padding-top: 20px;
    margin-bottom: 24px; }

.article-tags a {
  display: inline-block;
  margin: 0 3px 0.4em 0;
  padding: 0.5em 0.6em;
  letter-spacing: 0.03em;
  color: #ffffff;
  background-color: #d1d1d1; }
  .article-tags a:hover {
    background-color: #4c4c4c; }

[id='fb-root'] {
  position: absolute;
  left: -1000px; }

.social-media {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  line-height: 1;
  float: left;
  width: 100%;
  margin: 0 0 20px;
  list-style: none;
  list-style-type: none;
  font-size: 13px;
  font-size: 0.8125rem; }

.social-media li {
  float: left;
  margin-right: 10px;
  list-style: none; }

.social-media li .pinterest {
  padding: 0;
  border: 0; }

.social-media h6 {
  margin-top: 2px; }

.social-media .share {
  line-height: 1;
  display: inline-block;
  float: left;
  padding: 4px 6px;
  text-decoration: none;
  color: #000000;
  border: solid 1px #cccccc; }

.social-media .share:hover {
  color: #000000;
  border: solid 1px #999999; }

.post-article-social {
  display: block;
  margin-top: 20px; }

.post-article-social .section-header {
  line-height: 30px;
  float: left;
  margin-right: 10px;
  text-transform: uppercase;
  color: #4c4c4c;
  color: rgba(76, 76, 76, 0.7);
  font-size: 11.25px;
  font-size: 0.70312rem;
  letter-spacing: 0.06em; }
  @media (min-width: 68.75em) {
    .post-article-social .section-header {
      font-size: 15px;
      font-size: 0.9375rem; } }

.post-article-social .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-top: 3px;
  margin-right: 5px;
  opacity: 0.9; }
  .post-article-social .icon, .post-article-social .icon:hover {
    border: none;
    outline: 0; }
  .post-article-social .icon:hover {
    opacity: 1; }

.ssbp-container {
  margin-bottom: 0 !important; }

.mood-board-wrapper {
  margin: 32px 0; }

.mood-board {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  border-left: solid 1px #ececec; }

.cal {
  position: relative;
  display: block;
  float: left;
  width: 14.28571%;
  padding-bottom: 14.28571%;
  height: 0;
  margin: 0 0 0 0;
  background-color: #ffffff; }

.cal a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }

.cal.has-posts a {
  cursor: pointer; }

.cal.future a,
.cal.no-posts a {
  cursor: default; }

.cal .date {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  padding: 6px;
  text-align: center;
  color: #777;
  background-color: transparent; }
  .cal .date::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    content: '';
    pointer-events: none;
    border-bottom: 60px solid transparent;
    border-left: 60px solid rgba(204, 204, 204, 0.5); }

.cal.has-posts .date {
  color: #3e3e3e;
  background-color: #000000;
  background-color: transparent; }
  .cal.has-posts .date::before {
    border-left-color: rgba(255, 255, 255, 0.85); }

.cal.has-posts a:hover .date {
  color: #ffffff;
  background-color: #db4039; }
  .cal.has-posts a:hover .date::before {
    border-left-color: #3e3e3e; }

.cal.no-posts .date {
  color: #fff; }
  .cal.no-posts .date::before {
    border-left-color: rgba(204, 204, 204, 0.5); }

.cal img {
  height: 100%;
  width: 100%; }

.cal.day {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  font-size: 12.5px;
  font-size: 0.78125rem;
  z-index: 2;
  width: 134px;
  width: 14.28571%;
  height: 25px;
  margin: 0;
  text-align: center;
  border-bottom: solid 1px #ececec;
  background-color: #ffffff; }

.cal.day.day-header {
  padding-bottom: 3em;
  width: 14.28571%;
  margin-left: 0 !important; }

.cal.day.sun {
  left: -1px;
  margin-left: 14.28571%; }

.cal.day.mon,
.cal.mon.day-1 {
  margin-left: 14.28571%; }

.cal.tue.day-1 {
  margin-left: 28.57143%; }

.cal.wed.day-1 {
  margin-left: 42.85714%; }

.cal.thu.day-1 {
  margin-left: 57.14286%; }

.cal.fri.day-1 {
  margin-left: 71.42857%; }

.cal.sat.day-1 {
  margin-left: 85.71429%; }

.cal.future img {
  opacity: 0.5; }

.cal.publish.has-posts a {
  cursor: pointer; }

.mask {
  position: absolute;
  top: 0;
  left: 0; }

.sun,
.sat {
  background-color: #f8f8f8; }

.sat {
  margin-right: 0; }

@media (max-width: 47.99em) {
  .mood-board {
    float: left;
    clear: both;
    width: 100%;
    background-image: none; }
  .flexbox .mood-board {
    display: -webkit-box;
    display: flex;
    align-content: flex-start;
    -webkit-box-align: center;
            align-items: center;
    flex-wrap: wrap;
    -webkit-box-pack: start;
            justify-content: flex-start; }
  .mood-board .date {
    line-height: 0.75em;
    width: 2em;
    height: 2em; }
  .cal {
    float: left;
    width: 14.28571%;
    height: 0;
    margin: 0;
    padding-bottom: 14.28571%;
    border: 1px solid white;
    border-width: 1px 1px 0 0; }
  .flexbox .cal {
    -webkit-box-flex: 0;
            flex: 0 1 14.28571%; }
  .cal.day {
    height: auto;
    padding-bottom: 4px; }
  .cal img {
    width: auto;
    height: 100%; } }

@media (max-width: 37.5em) {
  .mood-board .mask,
  .mood-board .day {
    display: none; }
  .cal.day-1 {
    margin-left: 0 !important; }
  .cal {
    width: 20%;
    height: 0;
    padding-bottom: 20%; }
  .flexbox .cal {
    flex-basis: 20%; } }

@media (max-width: 35em) {
  .cal {
    float: left;
    width: 25%;
    height: 0;
    margin: 0;
    padding-bottom: 25%;
    border: 1px solid transparent;
    border-width: 1px 1px 0 0; }
  .flexbox .cal {
    flex-basis: 25%; }
  .flexboxlegacy #navigation li,
  .flexbox #navigation li {
    -webkit-box-ordinal-group: 2;
            order: 1; } }

@media (max-width: 26.25em) {
  .cal {
    width: 33.33333%;
    height: 0;
    padding-bottom: 33.33333%; }
  .flexbox .cal {
    -webkit-box-flex: 0;
            flex: 0 1 33.33333%; } }

@media (max-width: 16.625em) {
  .cal {
    width: 50%;
    height: 0;
    padding-bottom: 50%; }
  .flexbox .cal {
    flex-basis: 50%; } }

.flickity-enabled:hover .flickity-prev-next-button {
  -webkit-transition: opacity 120ms ease;
  transition: opacity 120ms ease;
  opacity: 0.5; }

.flickity-prev-next-button {
  top: 70px;
  top: 56px;
  width: 52px;
  width: 36px;
  height: 52px;
  height: 36px;
  -webkit-transition: opacity 120ms ease;
  transition: opacity 120ms ease;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  opacity: 0.9;
  border-radius: 0;
  background: transparent;
  background-color: #d7d7d7;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75% 75%;
  background-size: 75% 75%; }
  .flickity-prev-next-button:hover {
    background-color: #d7d7d7; }

.flickity-enabled .flickity-prev-next-button:hover {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  opacity: 1; }

.flickity-prev-next-button:hover {
  background-color: #d7d7d7; }

.flickity-prev-next-button svg {
  display: none; }

.flickity-prev-next-button.next {
  right: -20px; }
  .flickity-prev-next-button.next:focus {
    outline: 0; }

.flickity-prev-next-button.previous {
  left: -20px; }
  .flickity-prev-next-button.previous:focus {
    outline: 0; }

.flickity-prev-next-button.no-svg {
  color: transparent; }

.flickity-prev-next-button:disabled {
  display: none; }

@media (min-width: 37.5em) {
  .flickity-page-dots {
    display: none; } }

[id='comments'] {
  float: left;
  width: 100%;
  margin-top: 8px; }

[id='comments'] .comment p a {
  font-size: 75%;
  text-decoration: underline;
  opacity: 0.9; }
  [id='comments'] .comment p a:hover {
    opacity: 1; }

[id='leave-comment'] {
  float: left;
  width: 100%;
  padding-top: 48px; }

.comments-list {
  margin: 0 !important; }

.moderation {
  font-style: normal;
  margin: 0 !important;
  color: red; }

[id='respond'] {
  float: left;
  width: 100%;
  margin-bottom: 120px; }

[id='respond'] a {
  text-decoration: underline; }

[id='respond'] .form {
  float: left;
  clear: left;
  width: 55%;
  padding: 12px 0;
  border: solid 1px #ececec;
  border-width: 1px 0; }

[id='respond'] textarea {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  width: 100%;
  min-height: 220px;
  margin: 0;
  padding: 0.5em;
  border-style: inset;
  font-size: 12px;
  font-size: 0.75rem; }

[id='existing-user'] textarea {
  height: 300px; }

[id='respond'] input.text {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  width: 220px;
  height: 20px;
  margin-bottom: 6px;
  font-size: 12px;
  font-size: 0.75rem; }

[id='respond'] input[type=submit] {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  margin: 9px 0 0;
  padding: 5px 6px;
  color: #ffffff;
  border: 0;
  background-color: #000000;
  font-size: 11px;
  font-size: 0.6875rem; }

[id='respond'] input.disabled {
  color: #333333; }

[id='respond'] label {
  font: 11px "Larsseit-Light", Arial, Verdana, sans-serif;
  float: left;
  clear: both;
  margin: 3px 0;
  color: #999999; }

[id='respond'] label span {
  position: absolute;
  padding: 6px; }
  @media (max-width: 47.99em) {
    [id='respond'] label span {
      padding: 8px; } }

[id='#respond'] .birth-date label {
  display: block;
  width: 100%; }

[id='user-meta'] {
  font-size: 12px !important;
  font-weight: bold;
  font-family: "Larsseit-Medium", Arial, Verdana, sans-serif;
  color: black; }

[id='user-meta'] .logout {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  font-weight: normal;
  position: absolute;
  right: 0;
  font-size: 10px;
  font-size: 0.625rem; }

[id='house-rules'] {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  float: right;
  clear: none;
  width: 35%;
  font-size: 12px;
  font-size: 0.75rem; }

[id='house-rules'] h6 {
  font-weight: bold;
  font-family: "Larsseit-Medium", Arial, Verdana, sans-serif;
  display: block;
  margin: 6px 0;
  text-transform: uppercase;
  color: black;
  font-size: 10px;
  font-size: 0.625rem; }

@media (max-width: 37.49em) {
  [id='house-rules'] ol {
    padding-left: 2em; } }

[id='house-rules'] ol li {
  margin: 0 0 12px 1.618em !important;
  list-style: decimal;
  border: 0; }

.countdown-limit {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  position: relative;
  float: right;
  right: 10px;
  top: 0;
  min-width: 150px;
  text-align: right;
  font-size: 9px;
  font-size: 0.5625rem; }

[id='new-user'] {
  display: none; }

[id='comment-links'] {
  float: left;
  width: auto;
  margin: 0;
  border-bottom: solid 1px #dddddd; }

[id='comment-links'] li {
  float: left;
  margin: 0;
  list-style: none; }

[id='comment-links'] a {
  font-weight: bold;
  font-family: "Larsseit-Medium", Arial, Verdana, sans-serif;
  position: relative;
  top: 1px;
  display: block;
  padding: 0.5em 0.65em;
  text-decoration: none;
  color: #666666;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-left: solid 1px #ececec;
  background-color: #ececec;
  font-size: 13px;
  font-size: 0.8125rem; }

[id='comment-links'] a.selected {
  color: #000000; }

.comments-list li {
  width: 100%;
  margin-bottom: 2em !important;
  padding: 6px 0 0;
  list-style: none;
  word-wrap: break-word;
  border-top: solid 1px #cccccc; }

.comments-list li.comment-0 {
  border: 0; }

.comments-list ul.children {
  margin: 0 0 5em 2em; }

.comments-list ul.children li {
  border-top: dashed 1px #cccccc; }

.comments-list ul.children ul.children li {
  background-color: #ffffff; }

.contributor .comment-meta {
  background-color: #ffdb3b; }

.comment-meta {
  color: #000000; }

.comment-author {
  font-weight: bold;
  font-family: "Larsseit-Medium", Arial, Verdana, sans-serif; }

.comments-list p {
  line-height: 1.7rem;
  margin: 0.5em 0 1em;
  color: #3c3c3c;
  font-size: 17.6px;
  font-size: 1.1rem; }

a.comment-login-link {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  text-decoration: none;
  color: #cccccc;
  font-size: 10px;
  font-size: 0.625rem; }

a.comment-login-link:hover {
  text-decoration: underline;
  color: #cccccc; }

a.comment-reply-login,
a.comment-reply-link {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  line-height: 1;
  padding-left: 15px;
  text-decoration: none;
  color: #666666;
  background: url("./images/ico-respond.png") left -7px no-repeat;
  font-size: 10px;
  font-size: 0.625rem; }

a.comment-reply-link:hover {
  color: #000000;
  background: url("./images/ico-respond.png") left 3px no-repeat; }

a.comment-reply-login {
  padding: 0;
  background: none; }

a.register {
  left: -1px; }

a.selected {
  z-index: 2;
  border-bottom: solid 1px #ffffff;
  background-color: #ffffff !important; }

.avatar {
  display: none; }

.comment-meta {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  font-size: 12px;
  font-size: 0.75rem; }

p.comment-author,
p.comment-date,
p.comment-time {
  display: inline; }

@media (max-width: 47.99em) {
  [id='comments'] {
    margin-top: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 20px; }
  [id='comments'] h4 {
    margin-bottom: 12px; }
  [id='comment-links'] {
    max-width: 100%; }
  [id='house-rules'],
  [id='respond'] .form {
    float: none;
    clear: both;
    width: 100%; }
  p.forgetmenot {
    padding-bottom: 0; }
  .comments-list ul.children,
  .comments-list li {
    margin-bottom: 10px !important; }
  [id='leave-comment'] {
    padding-top: 0; }
  .comments-list + #leave-comment {
    padding-top: 48px; }
  .countdown-limit {
    position: relative;
    top: 0;
    right: 10px;
    bottom: none;
    width: auto;
    text-align: right; }
  [id='respond'] {
    float: none;
    clear: both;
    margin-bottom: 20px; } }

[id='page-comments-toggle'].more-link {
  margin: 16px auto 0; }

.comments-list {
  max-height: none;
  margin: 36px auto 0 !important;
  opacity: 1; }
  .comments-list, .comments-list.js-hidden {
    overflow: hidden;
    -webkit-transition: all 240ms ease;
    transition: all 240ms ease; }

.comments-list.js-hidden {
  max-height: 0;
  opacity: 0; }

.archive-day-post {
  display: inline-block;
  margin: 3em auto 1em;
  text-align: left; }
  @media (min-width: 40em) {
    .archive-day-post {
      max-width: 33.33333%; } }
  .archive-day-post .post-title,
  .archive-day-post .teaser,
  .archive-day-post .post-author {
    margin: 0.5em auto; }
  .archive-day-post .post-author {
    font-size: 12px;
    font-size: 0.75rem; }
    @media (min-width: 68.75em) {
      .archive-day-post .post-author {
        font-size: 16px;
        font-size: 1rem; } }
  .archive-day-post img {
    max-width: 100%;
    height: auto; }

.archive-day-post .wp-post-image {
  display: block;
  margin: 1em auto; }

.archive-day-date.the-date {
  margin: 1em auto;
  text-align: center;
  font-size: 15.75px;
  font-size: 0.98438rem; }
  @media (min-width: 68.75em) {
    .archive-day-date.the-date {
      font-size: 21px;
      font-size: 1.3125rem; } }

.day-features {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  margin-top: 16px;
  padding-bottom: 48px; }
  .day-features .teaser {
    font-family: "Lora", Georgia, Times, serif;
    font-weight: 200;
    line-height: 1.27273; }
    .day-features .teaser p {
      margin-bottom: 0.25em; }
  .day-features .coauthors {
    margin-right: 0.8em; }
  .day-features .coauthors a {
    line-height: 1;
    display: inline-block;
    padding-bottom: 0;
    text-decoration: none;
    color: #121313;
    border-bottom: 1px solid #8f8f8f; }
  .day-features .feature-meta {
    color: #8f8f8f;
    letter-spacing: 0.06em; }
  .day-features .post-title {
    margin: 0.5em 0; }

.day-features-wrapper {
  padding: 16px 48px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #f5f5f6; }
  @media (max-width: 40em) {
    .day-features-wrapper {
      padding-right: 16px;
      padding-left: 16px; } }
  .day-features-wrapper .section-header {
    text-align: center; }

.day-feature-caption {
  max-width: 300px;
  margin: 0 auto; }

.day-feature {
  vertical-align: top;
  background-color: #f5f5f6;
  letter-spacing: 0.02em; }
  @media (max-width: 40em) {
    .day-feature {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 40em) {
    .day-feature {
      display: -webkit-box;
      display: flex;
      margin-bottom: 16px;
      flex-wrap: wrap; } }
  .day-feature:hover {
    opacity: 0.9; }
  .day-feature .teaser {
    font-family: "Lora", Georgia, Times, serif;
    font-weight: 200;
    line-height: 1.15;
    margin-bottom: 0.4em;
    font-size: 15px;
    font-size: 0.9375rem; }
    @media (min-width: 68.75em) {
      .day-feature .teaser {
        font-size: 20px;
        font-size: 1.25rem; } }
    .day-feature .teaser p:last-child {
      margin-bottom: 0; }
  .day-feature .feature-meta {
    font-size: 10.5px;
    font-size: 0.65625rem; }
    @media (min-width: 68.75em) {
      .day-feature .feature-meta {
        font-size: 14px;
        font-size: 0.875rem; } }
    .day-feature .feature-meta a {
      text-decoration: underline; }
  .day-feature .date {
    margin-right: 0.8em;
    margin-left: 0.6em;
    color: #8f8f8f; }

.day-feature {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 40em) {
    .day-feature {
      width: 300px;
      max-width: calc( 100% / 3 - 3px);
      padding-left: 25px;
      -webkit-box-flex: 1;
              flex: 1 0 33.33333%; } }
  .flickity-enabled .day-feature {
    width: 100%;
    height: 0;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-bottom: 110%;
    padding-left: 0; }

.day-feature .feature-image img {
  width: 100%;
  height: auto; }

.day-feature .feature-category {
  display: block; }
  .day-feature .feature-category a {
    display: inline-block; }

.day-feature .icon.category.small,
.day-feature img.category.small {
  height: 38px;
  margin-bottom: 2px; }

.day-feature img.category.small {
  width: auto; }

.day-feature .post-title {
  line-height: 1.3;
  margin: 0.2em 0 0.2em 0;
  font-size: 24px;
  font-size: 1.5rem; }

.day-feature .teaser {
  line-height: 1.15;
  font-size: 20px;
  font-size: 1.25rem; }

.day-features .more-link {
  margin-bottom: 48px;
  padding-bottom: 0;
  text-align: center; }
  @media (max-width: 40em) {
    .day-features .more-link {
      margin-bottom: 10.66667px;
      font-size: 20.8px;
      font-size: 1.3rem; } }

[id='error404'] p {
  margin: 12px 0;
  font-size: 32px;
  font-size: 2rem; }

[id='error404'] img {
  display: block;
  margin: 0 auto; }

.no-events,
.no-news {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 40px;
  border: dashed 1px #cccccc !important; }

.event-header span,
.news-header span,
.no-news span,
.no-events span {
  visibility: hidden; }

.no-news h1 {
  width: 230px;
  height: 100px;
  background: url("./events/no-news.png") center center no-repeat;
  background-size: 60%; }

.no-events h1 {
  width: 550px;
  height: 100px;
  background: url("./events/no-upcoming-events.png") center center no-repeat;
  background-size: 60%; }

.event-header {
  width: 43px;
  height: 35px;
  background: url("./events/event.png") center center no-repeat;
  background-size: 100% 100%; }

.news-header {
  width: 43px;
  height: 35px;
  background: url("./events/news.png") center center no-repeat;
  background-size: 100% 100%; }

[id='news'] {
  float: left;
  width: 297px;
  padding-right: 20px;
  border-right: solid 1px #cccccc; }

[id='news'] h5 {
  width: 43px;
  height: 35px;
  background: url("./events/news.png") center center no-repeat;
  background-size: 100% 100%; }

[id='news'] h5 span {
  visibility: hidden; }

.news-article {
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: dashed 1px #cccccc; }

.news-article:last-child {
  border: none; }

.news-article img {
  width: 100%;
  height: auto; }

.news-article img + p {
  margin-top: 0.5em; }

.news-title {
  margin: 0 0 12px; }

.news-date {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  display: none;
  margin: 0 0 12px;
  font-size: 10px;
  font-size: 0.625rem; }

[id='upcoming-events'] {
  left: -1px;
  float: left;
  clear: none;
  width: 610px;
  padding-left: 19px;
  border-left: solid 1px #cccccc; }

[id='all-upcoming-events'] h1 {
  width: 270px;
  height: 53px;
  background: url("./events/all-upcoming-events.png") center center no-repeat;
  background-size: 100% 100%; }

[id='sidebar'].events h5,
#upcoming-events h5 {
  width: 178px;
  height: 35px;
  background: url("./events/all-upcoming-events.png") center center no-repeat;
  background-size: 100% 100%; }

[id='all-upcoming-events'] h1 span,
[id='sidebar'].events h5 span,
[id='upcoming-events'] h5 span {
  visibility: hidden; }

[id='passed-events'] {
  float: left;
  margin-top: 60px; }

[id='passed-events'] * {
  color: #666666; }

[id='passed-events'] h5 {
  width: 119px;
  height: 35px;
  background: url("./events/previous-events.png") center center no-repeat;
  background-size: 100% 100%; }

[id='passed-events'] h5 span {
  display: none; }

.event {
  float: left;
  width: 100%;
  margin: 20px 0;
  padding-bottom: 20px;
  list-style: none;
  border-bottom: dashed 1px #cccccc; }

.event:last-child {
  border: none; }

.event small {
  display: none; }

.event-date-time {
  float: left;
  width: 200px;
  margin-right: 20px; }

.event-date-time h6 {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  color: #000000;
  font-size: 11px;
  font-size: 0.6875rem; }

.event-map {
  position: absolute;
  right: 0;
  width: 320px;
  height: 150px; }

.post-meta.event-date-time h6 {
  display: block;
  float: none;
  font-size: 14px;
  font-size: 0.875rem; }

.event-date {
  margin: 0 0 24px;
  padding: 0;
  border: 0; }

.event-time.start::before {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 6px;
  content: '';
  background: url("./images/sprite.png") -14px 0 no-repeat; }

.event-time.end::before {
  content: '\2013'; }

.event-location::before {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 6px;
  content: '';
  background: url("./images/sprite.png") -56px 0 no-repeat; }

.event-link::before {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 7px;
  height: 13px;
  margin-right: 9px;
  margin-left: 3px;
  content: '';
  background: url("./images/sprite.png") -70px 0 no-repeat; }

.event-title-description {
  float: left;
  width: 390px; }

.event-title {
  margin: 0 0 12px; }

.event-description {
  line-height: inherit;
  margin-top: 1.5em;
  margin-bottom: 0; }

.event iframe {
  width: 100%;
  max-height: 100%; }

.event.sidebar.current::before {
  position: absolute;
  left: 8px;
  display: block;
  content: 'â€¢';
  color: #000000; }

.event.sidebar {
  margin: 12px 0 0 0;
  padding: 0 0 12px; }

.event.sidebar .event-title-description {
  width: 100%; }

.event.sidebar .event-title {
  margin: 0; }

.event.sidebar .event-date {
  margin: 0; }

@media (max-width: 47.99em) {
  [id='news'],
  [id='upcoming-events'] {
    width: 100%;
    width: auto;
    padding-right: 0;
    padding-left: 0;
    border-right: none;
    border-left: none; }
  .no-events,
  .no-news {
    padding: 20px 0; }
  .no-events h1 {
    width: 275px;
    height: 50px;
    margin: 0 auto;
    background-position: center center; }
  .no-news h1 {
    width: 115px;
    height: 50px;
    margin: 0 auto;
    background-position: center center; }
  .event-date-time {
    width: auto;
    margin-bottom: 20px; }
  .event-title-description {
    width: auto; }
  [id='passed-events'] {
    margin-top: 10px; } }

.post-article-favorite {
  position: relative;
  top: 5px;
  float: left;
  clear: none; }

.wpfp-span {
  padding: 0.25em 0.5em;
  border: 1px solid #f32530;
  font-size: 13px;
  font-size: 0.8125rem; }
  .wpfp-span .wpfp-link::before {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 0.25em;
    content: '';
    background: url("./dist/img/favorites-heart.svg"); }
  .wpfp-span .wpfp-link[href*='remove'] {
    font-weight: 800;
    color: #f32530; }
    .wpfp-span .wpfp-link[href*='remove']::before {
      opacity: 1; }
    .wpfp-span .wpfp-link[href*='remove']:hover {
      text-decoration: line-through;
      color: #4c4c4c; }
      .wpfp-span .wpfp-link[href*='remove']:hover::before {
        opacity: 0.5; }
  .wpfp-span .wpfp-link[href*='add'] {
    font-weight: 500;
    color: #4c4c4c; }
    .wpfp-span .wpfp-link[href*='add']::before {
      opacity: 0.5; }
    .wpfp-span .wpfp-link[href*='add']:hover {
      font-style: italic;
      color: #000000; }
      .wpfp-span .wpfp-link[href*='add']:hover::before {
        opacity: 1; }
  .wpfp-span .wpfp-hide {
    display: none; }

.wpfp-img {
  display: inline-block; }

.homepage-carousel {
  overflow: hidden;
  height: 200px;
  max-height: 200px;
  margin-bottom: 20px;
  margin: 0; }
  .flickity-enabled .homepage-carousel {
    overflow: hidden;
    height: auto;
    max-height: auto;
    margin-bottom: 0; }
  .homepage-carousel .post-title {
    font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    display: block;
    margin-bottom: 0.3em;
    font-size: 14px;
    font-size: 0.875rem; }
  .homepage-carousel .post-author {
    line-height: 1.24615;
    display: block;
    opacity: 0.7;
    padding-bottom: 2px;
    font-size: 12.8px;
    font-size: 0.8rem; }
    .homepage-carousel .post-author a {
      text-decoration: underline; }
  .homepage-carousel .post-caption {
    padding-right: 1em;
    padding-left: 2px; }
  .homepage-carousel .post-date {
    font-size: 0.8em;
    color: #3c3c3c;
    opacity: 0.7; }
  .homepage-carousel .post-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 5px;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 0;
    color: #000;
    display: -webkit-box;
    display: flex;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    background: rgba(255, 255, 255, 0.7);
    background-image: -webkit-linear-gradient(top, transparent, #ffffff);
    background-image: linear-gradient(to bottom, transparent, #ffffff);
    font-size: 12px;
    font-size: 0.75rem; }
    @media (min-width: 68.75em) {
      .homepage-carousel .post-overlay {
        font-size: 16px;
        font-size: 1rem; } }
  .homepage-carousel .gallery-cell {
    height: auto; }
  .homepage-carousel .gallery-cell:hover .post-overlay, .homepage-carousel .gallery-cell:hover .post-overlay a {
    pointer-events: none;
    -webkit-transition: opacity 240ms;
    transition: opacity 240ms;
    opacity: 1;
    color: #000; }
  .homepage-carousel .post-overlay-caption {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    left: 0.5em;
    bottom: 0.5em;
    padding-right: 1em; }
  .homepage-carousel .post-image {
    position: relative;
    margin-bottom: 5px; }

[id="homepage-categories"] {
  margin-top: 50px; }
  [id="homepage-categories"] ul {
    margin-bottom: 50px;
    margin-bottom: 16px; }
  [id="homepage-categories"] .more-link {
    margin-top: 32px;
    margin-bottom: 0; }
    @media (max-width: 37.49em) {
      [id="homepage-categories"] .more-link {
        margin-bottom: 32px; } }

.homepage-carousel-title {
  margin: 16px 0;
  text-align: center; }
  .homepage-carousel-title a,
  .homepage-carousel-title img.category,
  .homepage-carousel-title .icon.category,
  .homepage-carousel-title img.category.small {
    display: block;
    width: auto;
    height: 48px;
    margin: 0 auto; }

.homepage-carousel .gallery {
  overflow-y: hidden;
  min-height: 180px;
  max-height: 200px;
  margin: 2em 0 1em 0; }

.homepage-carousel .gallery-cell {
  height: auto;
  margin: 0;
  padding: 0;
  padding-bottom: 1em;
  text-align: left;
  padding-bottom: 50%; }
  @media (max-width: 24.99em) {
    .homepage-carousel .gallery-cell {
      width: 100%; } }
  .homepage-carousel .gallery-cell img {
    width: 100%;
    height: auto; }

.homepage-carousel .gallery-cell-image {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0; }

.homepage-carousel .flickity-prev-next-button.next {
  right: 0; }

.homepage-carousel .flickity-prev-next-button.previous {
  left: 0; }

.homepage-carousel .flickity-viewport {
  position: absolute;
  width: 100%;
  height: 100% !important; }

.homepage-carousel-recently .gallery-cell {
  float: left;
  overflow: hidden;
  height: auto;
  padding-left: 0px;
  padding-right: 4px; }
  @media (max-width: 31.25em) {
    .homepage-carousel-recently .gallery-cell {
      width: 33.33333%; } }
  @media (min-width: 31.25em) and (max-width: 47.99em) {
    .homepage-carousel-recently .gallery-cell {
      width: 25%; } }
  @media (min-width: 48em) and (max-width: 87.49em) {
    .homepage-carousel-recently .gallery-cell {
      width: 16.66667%; } }
  @media (min-width: 87.5em) {
    .homepage-carousel-recently .gallery-cell {
      width: 14.28571%; } }
  .homepage-carousel-recently .gallery-cell .post-title {
    font-size: 14px;
    font-size: 0.875rem; }

.homepage-carousel-recently .post-image {
  max-width: 96%;
  max-width: calc( 100% - 2px); }

.homepage-carousel-recently.flickity-enabled {
  height: 0;
  margin-top: -32px; }
  .homepage-carousel-recently.flickity-enabled .flickity-prev-next-button.next {
    right: 0; }
  .homepage-carousel-recently.flickity-enabled .flickity-prev-next-button.previous {
    left: 0; }
  @media (min-width: 20em) and (max-width: 37.5em) {
    .homepage-carousel-recently.flickity-enabled .flickity-prev-next-button.next {
      right: 24px; }
    .homepage-carousel-recently.flickity-enabled .flickity-prev-next-button.previous {
      left: 24px; } }
  @media (min-width: 20em) {
    .homepage-carousel-recently.flickity-enabled {
      /* ARROWS */
      width: calc( 100% + 48px);
      margin-left: -24px; }
      .homepage-carousel-recently.flickity-enabled .flickity-slider {
        width: 100%;
        width: calc( 100% + 24px); }
      .homepage-carousel-recently.flickity-enabled .flickity-viewport {
        width: calc( 100% - 48px);
        margin-left: 24px; } }
  @media (max-width: 37.49em) {
    .homepage-carousel-recently.flickity-enabled {
      padding-bottom: 44%; }
      .homepage-carousel-recently.flickity-enabled .flickity-prev-next-button {
        top: -71%;
        margin-top: 44%; } }
  @media (min-width: 37.5em) and (max-width: 31.375em) {
    .homepage-carousel-recently.flickity-enabled {
      padding-bottom: 42%; }
      .homepage-carousel-recently.flickity-enabled .flickity-prev-next-button {
        top: -77%;
        margin-top: 42%; } }
  @media (min-width: 31.375em) and (max-width: 47.99em) {
    .homepage-carousel-recently.flickity-enabled {
      padding-bottom: 34%; }
      .homepage-carousel-recently.flickity-enabled .flickity-prev-next-button {
        top: -72%;
        margin-top: 34%; } }
  @media (min-width: 46.875em) and (max-width: 50em) {
    .homepage-carousel-recently.flickity-enabled {
      padding-bottom: 30%; }
      .homepage-carousel-recently.flickity-enabled .flickity-prev-next-button {
        top: -83%;
        margin-top: 30%; } }
  @media (min-width: 50em) and (max-width: 56.3125em) {
    .homepage-carousel-recently.flickity-enabled {
      padding-bottom: 27.2%; }
      .homepage-carousel-recently.flickity-enabled .flickity-prev-next-button {
        top: -74%;
        margin-top: 27.2%; } }
  @media (min-width: 56.3125em) and (max-width: 59em) {
    .homepage-carousel-recently.flickity-enabled {
      padding-bottom: 24.3%; }
      .homepage-carousel-recently.flickity-enabled .flickity-prev-next-button {
        top: -74%;
        margin-top: 24.3%; } }
  @media (min-width: 59em) and (max-width: 68.74em) {
    .homepage-carousel-recently.flickity-enabled {
      padding-bottom: 22.4%; }
      .homepage-carousel-recently.flickity-enabled .flickity-prev-next-button {
        top: -74%;
        margin-top: 22.4%; } }
  @media (min-width: 68.75em) and (max-width: 87.49em) {
    .homepage-carousel-recently.flickity-enabled {
      padding-bottom: 18.7%; }
      .homepage-carousel-recently.flickity-enabled .flickity-prev-next-button {
        top: -74%;
        margin-top: 18.7%; } }
  @media (min-width: 87.5em) {
    .homepage-carousel-recently.flickity-enabled {
      padding-bottom: 15.4%; }
      .homepage-carousel-recently.flickity-enabled .flickity-prev-next-button {
        top: -66%;
        margin-top: 15.4%; } }

.homepage-carousel-categories .gallery-cell {
  width: 25%;
  padding-right: 8px;
  padding-left: 8px; }
  @media (max-width: 37.49em) {
    .homepage-carousel-categories .gallery-cell {
      width: 50%; } }

.homepage-carousel-categories.flickity-enabled {
  height: 0; }
  @media (min-width: 48em) {
    .homepage-carousel-categories.flickity-enabled {
      width: calc( 100% + 48px);
      margin-left: -24px; }
      .homepage-carousel-categories.flickity-enabled .flickity-slider {
        width: 100%;
        width: calc( 100% + 24px); }
      .homepage-carousel-categories.flickity-enabled .flickity-viewport {
        width: calc( 100% - 48px);
        margin-left: 24px; } }
  @media (max-width: 24.99em) {
    .homepage-carousel-categories.flickity-enabled {
      padding-bottom: 53.1%; }
      .homepage-carousel-categories.flickity-enabled .flickity-prev-next-button {
        top: -69%;
        margin-top: 53.1%; } }
  @media (min-width: 25em) and (max-width: 37.49em) {
    .homepage-carousel-categories.flickity-enabled {
      padding-bottom: 53.2%; }
      .homepage-carousel-categories.flickity-enabled .flickity-prev-next-button {
        top: -65%;
        margin-top: 53.2%; } }
  @media (min-width: 37.5em) and (max-width: 47.99em) {
    .homepage-carousel-categories.flickity-enabled {
      padding-bottom: 33%; }
      .homepage-carousel-categories.flickity-enabled .flickity-prev-next-button {
        top: -74%;
        margin-top: 33%; } }
  @media (min-width: 48em) {
    .homepage-carousel-categories.flickity-enabled {
      padding-bottom: 23.25%; }
      .homepage-carousel-categories.flickity-enabled .flickity-prev-next-button {
        margin-top: 23.25%;
        top: -66%; } }
  @media (min-width: 48em) and (max-width: 53.375em) {
    .homepage-carousel-categories.flickity-enabled {
      padding-bottom: 28%; }
      .homepage-carousel-categories.flickity-enabled .flickity-prev-next-button {
        top: -74%;
        margin-top: 28%; } }
  @media (min-width: 53.375em) and (max-width: 63.75em) {
    .homepage-carousel-categories.flickity-enabled {
      padding-bottom: 24%; }
      .homepage-carousel-categories.flickity-enabled .flickity-prev-next-button {
        top: -74%;
        margin-top: 24%; } }

.frontpage-extras {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 4em 0 0 0; }
  @media (min-width: 37.5em) {
    .frontpage-extras {
      margin-left: -1em; } }
  .frontpage-extras .frontpage-extras h2 {
    line-height: 1.75;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.12em; }
    @media (min-width: 68.75em) {
      .frontpage-extras .frontpage-extras h2 {
        font-size: 16px;
        font-size: 1rem; } }

.frontpage-extras-widget {
  overflow: visible;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
          flex: 1 0 100%; }
  @media (min-width: 37.5em) {
    .frontpage-extras-widget {
      width: 33.33333%;
      padding: 1em 0 0 1em;
      -webkit-box-flex: 1;
              flex: 1 0 33.33333%; }
      .frontpage-extras-widget .textwidget {
        padding-right: 0.5em; } }
  .frontpage-extras-widget a {
    display: inline-block; }

.frontpage-memo {
  position: relative;
  padding: 1em 1.2em 0.8em 1.3em;
  border: 2px solid #a25ae9;
  background-color: #fbefff; }
  @media (min-width: 37.5em) {
    .frontpage-memo::after {
      position: absolute;
      z-index: 1;
      right: 10px;
      bottom: -60px;
      display: block;
      width: 127.5px;
      height: 87.75px;
      content: '';
      pointer-events: none;
      background: transparent url("./dist/img/sticker/sticker-banner.png") no-repeat;
      background-size: 100% 100%; } }
  .frontpage-memo p {
    font-family: "Lora", Georgia, Times, serif;
    line-height: 1.31579;
    color: #817882;
    color: rgba(24, 24, 26, 0.9);
    font-size: 14.25px;
    font-size: 0.89062rem; }
    @media (min-width: 68.75em) {
      .frontpage-memo p {
        font-size: 16.8px;
        font-size: 1.05rem; } }
    @media (min-width: 68.75em) {
      .frontpage-memo p {
        font-size: 19px;
        font-size: 1.1875rem; } }
  .frontpage-memo a {
    font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
    text-decoration: underline;
    color: #8728e5;
    font-size: 13.2px;
    font-size: 0.825rem; }
    @media (min-width: 68.75em) {
      .frontpage-memo a {
        font-size: 17.6px;
        font-size: 1.1rem; } }
  .frontpage-memo h2 {
    margin: 10px 0;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #bb87ee; }

.frontpage-shop {
  padding: 0 1.5em;
  text-align: center; }
  .frontpage-shop a {
    color: #39dcb4; }
  .frontpage-shop a:hover {
    text-decoration: underline; }
  .frontpage-shop img {
    display: block;
    max-width: 66.66667%;
    height: auto;
    margin: 0 auto 1em; }
    @media (max-width: 37.49em) {
      .frontpage-shop img {
        max-width: 50%; } }

.frontpage-extras-widget .widget-title {
  margin-bottom: 1em; }

.frontpage-extras-widget .instagram-pics {
  display: -webkit-box;
  display: flex;
  width: 100%;
  width: calc( 100% + 1em);
  margin: -1em 0 0 -0.5em;
  flex-wrap: wrap; }

.frontpage-extras-widget .instagram-pics + p {
  text-align: center;
  font-size: 16.5px;
  font-size: 1.03125rem; }
  @media (min-width: 68.75em) {
    .frontpage-extras-widget .instagram-pics + p {
      font-size: 22px;
      font-size: 1.375rem; } }
  .frontpage-extras-widget .instagram-pics + p a {
    display: inline-block;
    padding: 4px;
    color: #1c61ff; }
  .frontpage-extras-widget .instagram-pics + p a:hover {
    text-decoration: underline;
    color: #1c61ff; }
  .frontpage-extras-widget .instagram-pics + p:after {
    content: ' on Instagram';
    text-decoration: none; }

.instagram-pics {
  font-size: 15px;
  font-size: 0.9375rem; }
  @media (min-width: 68.75em) {
    .instagram-pics {
      font-size: 20px;
      font-size: 1.25rem; } }
  .instagram-pics + p {
    margin-top: 1em;
    text-align: center; }
    .instagram-pics + p a:hover {
      text-decoration: underline;
      color: #6c6c6c;
      color: #1c61ff; }

.instagram-pics li {
  width: 33.33333%;
  float: left;
  padding: 1em 0.5em 0 0.5em;
  -webkit-box-flex: 1;
          flex: 1 0 33.33333%; }
  @media (min-width: 37.5em) and (max-width: 47.99em) {
    .instagram-pics li {
      width: 50%;
      flex-basis: 50%; } }

.instagram-pics img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.homepage-features {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0; }
  .homepage-features .teaser {
    font-family: "Lora", Georgia, Times, serif;
    font-weight: 200;
    line-height: 1.27273; }
    .homepage-features .teaser p {
      margin-bottom: 0.25em; }
  .homepage-features .coauthors {
    margin-right: 0.8em; }
  .homepage-features .coauthors a {
    line-height: 1;
    padding-bottom: 0;
    color: #121313; }
  .homepage-features .feature-meta {
    color: #8f8f8f;
    font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
    letter-spacing: 0.06em; }
  .homepage-features .post-title {
    margin: 0.5em 0;
    font-family: "Larsseit-Medium", Arial, Verdana, sans-serif; }
  .homepage-features .comments {
    font-size: 108%;
    white-space: nowrap;
    color: #4c4c4c; }
    .homepage-features .comments::after {
      display: inline-block;
      width: 12px;
      height: 15px;
      margin-left: 0.25em;
      content: url("./dist/img/icon-comments.png");
      vertical-align: baseline; }

.homepage-features-minor-wrapper {
  padding: 80px 48px 15px 48px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #f5f5f6; }
  @media (max-width: 37.49em) {
    .homepage-features-minor-wrapper {
      padding-right: 16px;
      padding-left: 16px; } }

.homepage-features-column {
  position: relative;
  float: left;
  width: 60%;
  width: calc( 100% - 325px);
  max-width: 100%;
  padding: 0; }

[id='sidebar'].homepage-features-sidebar {
  float: right;
  width: 40%;
  width: calc( 0% + 325px);
  margin-top: 75px;
  padding-left: 25px;
  border-left: none; }
  [id='sidebar'].homepage-features-sidebar .placeholder-ad {
    display: block;
    width: 300px;
    min-width: 300px;
    height: 600px;
    margin-bottom: 16px;
    background: #cccccc; }

@media (max-width: 47.99em) {
  .homepage-features-column,
  [id='sidebar'].homepage-features-sidebar {
    float: left;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin-top: 0; } }

.homepage-feature-jumbo {
  position: relative;
  width: 100%;
  min-height: 160px;
  margin-bottom: 48px; }
  @media (max-width: 37.49em) {
    .homepage-feature-jumbo {
      margin-bottom: 16px; } }
  .homepage-feature-jumbo .feature-image {
    overflow-y: hidden;
    height: 0;
    padding-bottom: 47.61905%; }
    .homepage-feature-jumbo .feature-image img {
      width: 100%;
      height: auto; }
  .homepage-feature-jumbo .feature-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.4em;
    -webkit-transition: background-color, 0.3s;
    transition: background-color, 0.3s;
    background: rgba(245, 245, 246, 0.8);
    letter-spacing: 0.02em; }
    @media (max-width: 37.49em) {
      .homepage-feature-jumbo .feature-caption {
        position: relative; } }
    @media (min-width: 43.75em) {
      .homepage-feature-jumbo .feature-caption {
        min-width: 35%;
        max-width: 66.66667%; } }
    @media (min-width: 56.25em) {
      .homepage-feature-jumbo .feature-caption {
        bottom: 4.5em; } }
    @media (max-width: 37.49em) {
      .homepage-feature-jumbo .feature-caption {
        right: 0; } }
  .homepage-feature-jumbo .feature-caption:hover {
    background-color: #f5f5f6; }
  .homepage-feature-jumbo .post-title {
    font-family: "Larsseit-Medium", Arial, Verdana, sans-serif;
    line-height: 1.2;
    margin: 0.3em 0 0.1em 0;
    font-size: 24px;
    font-size: 1.5rem; }
    @media (min-width: 68.75em) {
      .homepage-feature-jumbo .post-title {
        font-size: 32px;
        font-size: 2rem; } }
  .homepage-feature-jumbo .post-title a:hover {
    text-decoration: none; }
  .homepage-feature-jumbo .teaser {
    font-size: 17.6px;
    font-size: 1.1rem; }
  .homepage-feature-jumbo .feature-meta {
    margin-top: 0.7em;
    letter-spacing: 0.06em;
    font-size: 10.5px;
    font-size: 0.65625rem; }
    @media (min-width: 68.75em) {
      .homepage-feature-jumbo .feature-meta {
        font-size: 14px;
        font-size: 0.875rem; } }
    .homepage-feature-jumbo .feature-meta a {
      font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
      text-decoration: underline; }

.homepage-features-older {
  background-color: #f5f5f6;
  letter-spacing: 0.02em; }
  @media (max-width: 37.49em) {
    .homepage-features-older {
      padding-right: 0;
      padding-left: 0;
      display: block; } }
  @media (min-width: 37.5em) {
    .homepage-features-older {
      display: -webkit-box;
      display: flex;
      margin-bottom: 0;
      margin-left: -25px;
      flex-wrap: wrap; } }
  .homepage-features-older .teaser {
    font-family: "Lora", Georgia, Times, serif;
    font-weight: 200;
    line-height: 1.15;
    margin-bottom: 0.4em;
    font-size: 15px;
    font-size: 0.9375rem; }
    @media (min-width: 68.75em) {
      .homepage-features-older .teaser {
        font-size: 20px;
        font-size: 1.25rem; } }
    .homepage-features-older .teaser p:last-child {
      margin-bottom: 0; }
  .homepage-features-older .feature-meta {
    font-size: 10.5px;
    font-size: 0.65625rem; }
    @media (min-width: 68.75em) {
      .homepage-features-older .feature-meta {
        font-size: 14px;
        font-size: 0.875rem; } }
    .homepage-features-older .feature-meta a {
      text-decoration: underline; }
  .homepage-features-older .date {
    margin-right: 0.8em;
    margin-left: 0.6em;
    color: #8f8f8f; }

.homepage-features-older::after {
  content: ''; }

@media screen and (max-width: 600px) {
  /* enable Flickity for large devices */
  .homepage-features-older::after {
    content: 'flickity';
    display: none; } }

.homepage-features-older.flickity-enabled {
  margin-bottom: 0;
  padding-right: 0;
  padding-bottom: 120%;
  padding-left: 0; }

.homepage-features-older .flickity-page-dots {
  display: none; }

.homepage-features-older .flickity-viewport {
  position: absolute;
  width: 100%;
  min-height: 100%; }

.homepage-features-older .flickity-prev-next-button {
  top: 42%; }

.homepage-feature-large {
  display: inline-block;
  float: left;
  margin-bottom: 48px;
  padding-right: 0;
  width: 100%;
  -webkit-box-flex: 1;
          flex: 1 0 100%;
  padding-left: 0; }
  @media (min-width: 37.5em) {
    .homepage-feature-large {
      padding-left: 25px; } }
  @media (min-width: 52.5em) {
    .homepage-feature-large {
      -webkit-box-flex: 0;
              flex: 0 0 50%;
      width: 50%; } }
  .flickity-enabled .homepage-feature-large {
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    counter-increment: gallery-cell; }
  .homepage-feature-large .feature-image img {
    width: 100%;
    height: auto; }
  .homepage-feature-large .feature-category, .homepage-feature-large .feature-category a {
    display: block; }
  .homepage-feature-large .icon.category,
  .homepage-feature-large img.category.small {
    width: auto;
    height: 38px; }
  .homepage-feature-large .post-title {
    font-family: "Larsseit-Medium", Arial, Verdana, sans-serif;
    line-height: 1.3;
    margin: 0.4em 0 0 0;
    font-size: 22.4px;
    font-size: 1.4rem; }
  .homepage-feature-large .teaser {
    line-height: 1.18;
    font-size: 15.2px;
    font-size: 0.95rem; }
  .homepage-feature-large a:hover .feature-image {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    opacity: 0.9; }

.homepage-features .more-link {
  margin-bottom: 48px;
  padding-bottom: 0;
  text-align: center; }
  .homepage-features .more-link a {
    padding: 1.25em 2.25em; }

@media (max-width: 37.49em) {
  .frontpage-extras,
  .homepage-features [id='sidebar'] {
    width: 100%;
    padding-right: 0;
    padding-left: 0; } }

.section-header--homepage-recently,
.section-header--homepage-features {
  margin: -20px 0 32px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 19.2px;
  font-size: 1.2rem; }

.section-header--homepage-recently {
  display: none; }

/* ± */
.icon {
  display: inline-block; }

.issue-header {
  display: block;
  text-align: center; }
  .issue-header .theme-link {
    line-height: 1;
    display: inline-block;
    padding: 1.25em 2.5em;
    text-transform: uppercase;
    background-color: #ffffff;
    font-size: 11.6px;
    font-size: 0.725rem;
    letter-spacing: 0.14em; }
  .issue-header .issue + .date {
    margin-left: 0.5em;
    padding-left: 1em;
    border-left: solid 1px #cccccc; }
  .issue-header img {
    display: block;
    margin-top: 0.5em; }

.issue-header-description {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  line-height: 1.3;
  max-width: 40em;
  margin: 16px auto;
  text-align: center;
  font-size: 12.75px;
  font-size: 0.79688rem; }
  @media (min-width: 68.75em) {
    .issue-header-description {
      font-size: 17px;
      font-size: 1.0625rem; } }

.issue-header--frontpage {
  position: absolute;
  top: -76px;
  top: -4.75rem;
  right: 0;
  left: 0;
  z-index: 10; }
  @media (max-width: 47.99em) {
    .issue-header--frontpage {
      position: relative;
      top: 0;
      margin-top: 1em;
      margin-bottom: 0; } }
  @media (max-width: 68.74em) {
    .issue-header--frontpage img {
      max-width: 20em; } }

.issue-header--month .theme-link {
  display: block;
  width: 27rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  padding-top: 40px; }

.issue-header--month img {
  max-width: 100%;
  height: auto;
  margin: 0.5em auto; }

.login h1 a {
  width: 100% !important; }

.mailinglist-signupform {
  font-size: 13px;
  font-size: 0.8125rem;
  display: table;
  width: 100%;
  margin: 0 auto 20px;
  border: 0; }

.mailinglist-signupform-cell {
  display: table-cell; }
  .mailinglist-signupform-cell:last-child {
    /* Makes sure this cell is only wide enough
     for the button label. */
    width: 1px;
    border-left: 0.8em solid white; }
  .mailinglist-signupform-cell input[type=email],
  .mailinglist-signupform-cell .button {
    font-family: inherit;
    font-size: inherit;
    display: table-cell;
    box-sizing: border-box;
    width: 100%;
    height: 36px; }
  .mailinglist-signupform-cell input[type=email] {
    line-height: 35px;
    margin: 0;
    padding: 0 10px;
    border: 1px solid #dddddd;
    outline: none;
    background-color: #ffffff; }
    .mailinglist-signupform-cell input[type=email]:focus {
      border-color: #39dcb4;
      outline: none;
      background-color: #fefefe; }
  .mailinglist-signupform-cell .button {
    line-height: 1;
    margin: 0;
    padding: 0 1em;
    white-space: nowrap;
    color: #39dcb4;
    border: 1px solid #39dcb4;
    outline: 1px solid #39dcb4;
    background-color: #ffffff; }
    .mailinglist-signupform-cell .button:hover, .mailinglist-signupform-cell .button:active, .mailinglist-signupform-cell .button:focus {
      color: #ffffff;
      outline: 1px solid #39dcb4;
      background-color: #39dcb4; }

.theme-links,
.day-links {
  z-index: 95; }
  @media (max-width: 47.99em) {
    .theme-links,
    .day-links {
      min-height: 22px;
      margin-top: -20px;
      margin-bottom: 11px; } }
  .theme-links a:hover,
  .day-links a:hover {
    opacity: 0.9; }

.theme-links-next,
.theme-links-previous,
.theme-links .last-month,
.day-links .yesterday,
.theme-links .next-month,
.day-links .tomorrow {
  line-height: 0.8;
  position: absolute;
  top: 1.1em;
  margin-right: 48px;
  margin-left: 48px;
  padding: 0.2em 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  font-size: 14.4px;
  font-size: 0.9rem; }
  @media (max-width: 37.49em) {
    .theme-links-next,
    .theme-links-previous,
    .theme-links .last-month,
    .day-links .yesterday,
    .theme-links .next-month,
    .day-links .tomorrow {
      margin-right: 16px;
      margin-left: 16px;
      font-size: 13px;
      font-size: 0.8125rem; } }

.theme-links-previous,
.theme-links .last-month,
.day-links .yesterday {
  left: 0;
  text-align: right;
  background-position: top left; }

.theme-links-next,
.theme-links .next-month,
.day-links .tomorrow {
  right: 0;
  text-align: right;
  background-position: top right; }

h4.toc {
  clear: both;
  margin-bottom: 12px;
  text-align: center; }

.monthview-switch {
  display: inline-block;
  margin: 32px auto; }

.monthview-toggle {
  display: inline-block;
  padding: 0.75em 1.75em 0.5em 1.75em;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #39dcb4;
  border: 1px solid #39dcb4;
  background-color: #ffffff;
  font-size: 10.5px;
  font-size: 0.65625rem; }
  @media (min-width: 68.75em) {
    .monthview-toggle {
      font-size: 14px;
      font-size: 0.875rem; } }
  .monthview-toggle:hover {
    background-color: rgba(57, 220, 180, 0.14); }
  .monthview-toggle.is-active, .monthview-toggle.is-active:hover {
    color: #ffffff;
    background-color: #39dcb4; }

.monthview-switch-wrapper {
  margin-top: -20px;
  text-align: center; }

.more-link {
  font-weight: bold;
  display: block;
  margin: 0 auto 16px;
  padding-bottom: 16px;
  text-align: center; }
  @media (max-width: 37.49em) {
    .more-link {
      margin-bottom: 10.66667px; } }
  .more-link a {
    display: inline-block;
    margin: 0 auto;
    padding: 1.25em 2.25em;
    text-transform: lowercase;
    color: #39dcb4;
    border: 2px solid #39dcb4;
    background-color: white;
    font-size: 14.25px;
    font-size: 0.89062rem; }
    @media (min-width: 68.75em) {
      .more-link a {
        font-size: 19px;
        font-size: 1.1875rem; } }
  .more-link a:hover {
    text-decoration: none;
    color: #ffffff;
    border: 2px solid #39dcb4;
    background-color: #39dcb4; }

.nav-social {
  position: relative; }
  .nav-social li {
    margin-right: 0.5em; }
  .nav-social li,
  .nav-social .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 100% 100%; }
  .nav-social li.shop, .nav-social li.shop .icon {
    width: 45px;
    height: 45px; }
  .nav-social a {
    padding: 2px;
    opacity: 0.8; }
    .nav-social a:hover, .nav-social a:focus {
      opacity: 1; }

@media (max-width: 37.49em) {
  .nav-social {
    white-space: nowrap; } }

.author-info {
  margin-bottom: 32px; }

[id='login-register'] {
  width: 700px;
  margin: 0 auto; }

[id='zip'] {
  display: none; }

[id='login_zip'] {
  display: none; }

.form {
  float: left;
  clear: none;
  width: 350px;
  padding: 0 10px; }

@media (min-width: 48em) {
  .form {
    padding: 0 36px; }
  .form:first-child {
    padding-left: 0; }
  .form:last-child {
    padding-right: 0; } }

.form p {
  float: left;
  width: 100%;
  margin-bottom: 0; }

.form input.text {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  line-height: 1.2;
  box-sizing: border-box;
  width: 100%;
  min-height: 2em;
  margin-bottom: 6px;
  padding: 5px;
  border: 1px solid #3c3c3c;
  outline: 0;
  font-size: 14px;
  font-size: 0.875rem; }

.form .birth-date {
  margin-bottom: 18px; }

.form input[type=submit] {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  margin: 9px 0 0;
  padding: 1em 2em;
  text-transform: lowercase;
  color: #3c3c3c;
  border: 2px solid #3c3c3c;
  background-color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem; }

.form input[type='submit']:hover {
  color: #ffffff;
  border-color: #39dcb4;
  background-color: #39dcb4; }

.form input.disabled {
  color: #333333; }

.form label {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  display: block;
  clear: both;
  width: 100%;
  margin: 0 0 12px;
  text-transform: lowercase;
  color: #3c3c3c;
  font-size: 13px;
  font-size: 0.8125rem; }

.form label[for=zip] {
  display: none; }

.form label span {
  display: block;
  margin-bottom: 4px; }

.form .birth-date label {
  display: block;
  width: 100%; }

[id='errors'] {
  margin: 0 0 36px;
  padding: 0; }

[id='errors'] li {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  list-style: none;
  color: red;
  font-size: 12px;
  font-size: 0.75rem; }

[id='errors'] li a {
  color: red; }

[id='not-of-age'] {
  font-weight: bold;
  float: left;
  padding-top: 12px;
  border-top: solid 1px #cccccc; }

@media (max-width: 47.99em) {
  /* Log in page */
  [id='log-in'],
  [id='register'],
  .form {
    width: 100%; }
  [id='login-register'] form {
    max-width: 33em;
    margin: 0 auto; }
  [id='log-in'] form:before,
  [id='log-in'] form:after {
    /* Clearfix */
    display: table;
    content: ''; }
  [id='log-in'] form:after {
    clear: both; }
  [id='login-register'] {
    width: 100%;
    margin: 0 auto; }
  [id='login-register'] .birth-date {
    padding-bottom: 4px; }
  input[type='text'] {
    font-size: initial; }
  .form {
    float: none;
    clear: both;
    width: 100%;
    padding: 10px; }
  .form label {
    display: block;
    float: none;
    clear: both;
    width: 100%; }
  .form p {
    float: left;
    clear: both;
    width: 100%; }
  .form p.forgetmenot {
    margin-bottom: 0; }
  .form input[type=submit] {
    float: none;
    clear: left;
    margin-bottom: 3em;
    border-radius: 0; }
  .form input[type=text],
  .form input.text {
    font-size: initial;
    max-width: 100%;
    min-height: 2em;
    outline: 0; } }

@media screen and (max-width: 420px) {
  .form {
    padding-right: 10px;
    padding-left: 10px; } }

.list-of-themes {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  text-align: center;
  flex-wrap: wrap; }

.theme-list-link {
  display: inline-block;
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding: 1em;
  text-align: center;
  -webkit-box-flex: 1;
          flex: 1 1 100%;
  -webkit-box-pack: center;
          justify-content: center; }
  .theme-list-link a {
    padding: 0.25em; }
  .theme-list-link img {
    max-width: 100%;
    height: auto; }

@media (min-width: 56.25em) {
  .theme-list-link {
    width: 50%;
    -webkit-box-flex: 1;
            flex: 1 1 50%; } }

@media (min-width: 75em) {
  .theme-list-link {
    width: 33.33333%;
    -webkit-box-flex: 1;
            flex: 1 1 33.33333%; } }

h2.page,
h2.page-title {
  font-style: normal;
  margin: 0 0 30px; }

.page-content {
  margin-bottom: 64px; }

.page-content p {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  line-height: 1.3;
  padding-right: 24px;
  font-size: 19.2px;
  font-size: 1.2rem; }

.page .page-title {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  line-height: 1.19231;
  clear: left;
  font-size: 42.75px;
  font-size: 2.67188rem; }
  @media (min-width: 68.75em) {
    .page .page-title {
      font-size: 57px;
      font-size: 3.5625rem; } }

.page-banner.feature-image img {
  max-width: 100%;
  height: auto; }

.page-sidebar {
  float: right;
  max-width: 33.33333%; }
  .page-sidebar [id='sidebar'] {
    width: 100%;
    margin-top: 20px; }

.page--categories.all-categories-list li {
  text-align: center; }

.page--categories.all-categories-list .icon {
  height: 36px; }

@media (max-width: 37.49em) {
  .page--categories.all-categories-list, .page--categories.all-categories-list li {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 24.99em) {
  .page--categories.all-categories-list li {
    flex-basis: 100%;
    width: 100%; } }

.page.us .feature-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 16px; }

.page-us-credits {
  float: right;
  max-width: 100%;
  margin-top: 16px; }
  .page-us-credits ul {
    margin: 0 0 16px 0; }
  .page-us-credits li {
    padding: 0 0 16px 0; }
  .page-us-credits h2 {
    font-weight: 500;
    color: #000000; }
  .page-us-credits p {
    max-width: 100%; }

[id='pagination'] {
  clear: left;
  overflow: hidden;
  width: auto;
  margin-bottom: 24px;
  padding: 6px 0; }

[id='pagination'] a {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  text-decoration: underline;
  font-size: 11px;
  font-size: 0.6875rem; }

[id='pagination'] .dir {
  float: left;
  clear: none;
  width: 50%;
  min-height: 1px; }

[id='pagination'] .next {
  text-align: right; }

[id='pagination'] .all-posts {
  font-family: "Lora", Georgia, Times, serif;
  font-weight: normal;
  font-style: italic;
  line-height: 22px;
  display: block;
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #ececec;
  font-size: 20px;
  font-size: 1.25rem; }

[id='pagination'] .all-posts:before {
  content: '← '; }

@media (max-width: 47.99em) {
  [id='pagination'] {
    width: 100%; }
  body.archive [id='pagination'] {
    display: block;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #ececec; } }

/* Single post */
.post h2 a:hover {
  text-decoration: none;
  color: #000000; }

#house-rules li,
.article-content li {
  line-height: 1.375;
  margin-bottom: 1em;
  color: #000000;
  margin-left: 1.618em; }

.article-content ul li {
  list-style: disc; }

.article-content ol li {
  list-style: decimal; }

.post h4 {
  font-weight: normal;
  font-style: normal;
  line-height: 26px;
  margin: 6px 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem; }
  @media (min-width: 68.75em) {
    .post h4 {
      font-size: 32px;
      font-size: 2rem; } }

.post.format-gallery {
  width: 940px;
  padding: 0;
  border: 0; }

.post.format-gallery .entry-body {
  width: 520px;
  padding: 0 20px 0 0;
  border-right: solid 1px #ececec; }

.post.no-teaser .teaser {
  display: none; }

.post-meta {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  line-height: 1.5;
  float: left;
  overflow: hidden;
  width: 100%;
  margin: 24px 0;
  padding: 6px 0;
  color: #000000;
  border: solid 1px #ececec;
  border-width: 1px 0;
  font-size: 12px;
  font-size: 0.75rem; }

.post-meta .date a {
  text-decoration: none; }

.post-meta .tags {
  font-size: 11px;
  font-size: 0.6875rem; }

.hide.audio {
  display: none; }

.teaser p {
  color: #666666; }

.post.format-standard .wp-caption,
.post.format-standard .wp-caption img {
  max-width: 100%;
  height: auto; }

.wp-caption {
  margin: 24px 0;
  border-bottom: solid 1px #ececec; }

.wp-caption-text {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  margin: 9px 0;
  color: #999999 !important;
  font-size: 11px;
  font-size: 0.6875rem; }

.wp-caption-text a {
  color: #999999; }

.wp-caption.alignnone {
  width: 100% !important;
  margin: 24px 0; }

.wp-caption.alignnone img {
  width: 100% !important;
  height: auto !important; }

img.aligncenter {
  display: block;
  margin: 12px auto; }

@media (max-width: 37.49em) {
  .post,
  .post .post-content {
    width: auto;
    max-width: 100%;
    border-right: none; }
  .post iframe {
    width: 100%;
    max-width: 100%; }
  .post.format-standard .wp-caption,
  .post .wp-caption.aligncenter,
  .post .wp-caption {
    width: auto !important;
    min-width: 0;
    max-width: 100% !important;
    height: auto !important; }
  .post .wp-caption img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important; }
  .post-meta {
    margin-top: 0; }
  .single-post [id='after-post'] {
    padding-top: 0;
    padding-right: 0; }
  .single-post [id='after-post'] .social-media {
    margin-bottom: 20px !important; }
  [id='after-post'].slideshow {
    width: 100%; }
  /* Images */
  [id='content'] img,
  .post-content img,
  .post-content img.aligncenter {
    max-width: 100%;
    height: auto; }
  .wp-caption.alignleft {
    float: none; } }

.post .article-title,
.post > h2,
.post > h2 a {
  font-family: "Larsseit-Medium", Arial, Verdana, sans-serif;
  line-height: 1.1;
  clear: left;
  margin-bottom: 10px;
  font-size: 52px;
  font-size: 3.25rem; }

.post.format-standard .article-title {
  margin-top: 12px; }

.post .article-teaser {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  line-height: 1.25;
  clear: both;
  color: #4c4c4c;
  font-size: 18px;
  font-size: 1.125rem; }
  @media (min-width: 68.75em) {
    .post .article-teaser {
      font-size: 24px;
      font-size: 1.5rem; } }
  .post .article-teaser p {
    /* remove styling for this */
    font-size: inherit; }

.post .article-title + .article-teaser {
  margin-top: 0.25em; }

.article-content {
  font-family: "Lora", Georgia, Times, serif;
  line-height: 1.65;
  color: #4c4c4c;
  font-size: 13.5px;
  font-size: 0.84375rem; }
  @media (min-width: 68.75em) {
    .article-content {
      font-size: 18px;
      font-size: 1.125rem; } }

.article-content a {
  text-decoration: underline;
  color: #999999; }

.article-content a:hover {
  color: #404040; }

.article-content h2 a {
  text-decoration: none; }

.article-content img {
  max-width: 100%;
  height: auto; }

[id='article-feature-image'] {
  float: right;
  clear: left;
  max-width: 50%;
  padding-bottom: 32px;
  padding-left: 48px; }
  @media (max-width: 47.99em) {
    [id='article-feature-image'] {
      max-width: 100%;
      width: 100%;
      padding-left: 0; } }
  html.js [id='article-feature-image'] {
    clear: both; }
    html.js [id='article-feature-image'] .wp-caption {
      margin-top: 12px; }
  [id='article-feature-image'] img {
    max-width: 100%;
    height: auto; }

.post [id='sidebar'] {
  float: right;
  clear: right;
  width: 33.33333%;
  max-width: 325px; }
  @media (max-width: 47.99em) {
    .post [id='sidebar'] {
      display: none !important;
      width: 100%;
      -webkit-box-ordinal-group: 11;
              order: 10; } }

.js-article-feature-image .article-title,
.js-article-feature-image .article-meta,
.js-article-feature-image .article-teaser {
  position: relative;
  float: left;
  clear: left;
  max-width: 50%; }
  @media (max-width: 37.49em) {
    .js-article-feature-image .article-title,
    .js-article-feature-image .article-meta,
    .js-article-feature-image .article-teaser {
      max-width: 100%; } }

.js-article-feature-image .article-content {
  max-width: 66.66667%;
  max-width: calc( 100% - 325px);
  padding-right: 20px; }
  @media (max-width: 37.49em) {
    .js-article-feature-image .article-content {
      max-width: 100%;
      padding-right: 0; } }

.article-content {
  clear: left; }

.post.format-gallery {
  width: 100%;
  padding: 0;
  border: 0; }

.post.format-gallery .entry-body {
  width: 100%;
  padding: 0 20px 0 0;
  border-right: solid 1px #ececec; }

.post.no-teaser .teaser {
  display: none; }

.article-category {
  float: left;
  margin-bottom: 10px; }

.article-theme {
  display: block;
  float: none;
  clear: both;
  margin-top: -8px;
  margin-bottom: 12px;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem; }
  @media (min-width: 37.5em) {
    .article-theme .theme-name {
      text-decoration: underline; } }
  @media (max-width: 37.49em) {
    .article-theme {
      text-transform: uppercase;
      font-size: 11px;
      font-size: 0.6875rem; }
      .article-theme a {
        text-decoration: none; } }
  .article-theme a:hover {
    color: #6c6c6c; }

.article-content ul.gallery-container {
  margin-left: 0; }
  .article-content ul.gallery-container li {
    list-style: none; }

@media (min-width: 50em) {
  [id='after-post'] {
    float: left;
    width: 66.66667%;
    max-width: 66.66667%;
    width: calc( 100% - 325px);
    max-width: calc( 100% - 325px);
    padding-right: 24px; }
  [id='after-post'].full-width {
    width: 100%;
    max-width: 100%;
    padding-right: 0; } }

.format-gallery .article-teaser {
  width: 100%; }

.gallery {
  overflow: hidden;
  width: 100%;
  margin: 24px 0 36px;
  padding-bottom: 24px; }

[id='gallery-container'] {
  margin: 0; }

.gallery li {
  position: relative;
  width: 100%;
  max-width: 100%;
  list-style: none !important;
  text-align: center; }

.gallery-description {
  text-align: center; }

.gallery-caption,
.gallery-description {
  width: 89%;
  max-width: 36em;
  margin: 0.25em auto 0;
  text-align: left; }

.gallery-caption {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  margin-bottom: 0.5em;
  font-size: 11px;
  font-size: 0.6875rem; }

.format-aside [id='gallery-container'] {
  margin: 36px 0 0; }

.format-aside .gallery {
  border-bottom: solid 1px #efefef; }

.format-aside .gallery li {
  position: relative;
  float: left;
  width: 600px;
  margin-right: 20px;
  list-style: none;
  text-align: center; }

.format-aside .gallery-caption,
.format-aside .gallery-description {
  width: 700px;
  margin: 20px auto 0;
  text-align: left; }

.format-aside .gallery-caption {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  margin-bottom: 6px;
  font-size: 11px;
  font-size: 0.6875rem; }

.format-aside .carousel-button {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  font-weight: bold;
  position: absolute;
  top: 0;
  display: block;
  cursor: pointer;
  z-index: 95;
  font-size: 14px;
  font-size: 0.875rem; }

@media (max-width: 47.99em) {
  .post.format-gallery,
  .format-gallery .article-teaser,
  #gallery-container,
  .gallery-caption,
  .gallery-description {
    width: 100% !important;
    max-width: 100% !important; }
  .gallery-description {
    padding-right: 1em;
    padding-left: 1em; }
  [id='gallery-wrapper'] {
    height: auto !important; }
  [id='gallery-wrapper'] [id='counter-container'],
  [id='gallery-wrapper'] .carousel-button {
    display: none !important; }
  .format-gallery .gallery li {
    float: none;
    clear: both;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 1em; }
  .format-gallery ul.gallery-container {
    margin-left: 0; } }

.article-format-gallery .article-title,
.article-format-gallery .article-teaser,
.article-format-gallery .article-meta {
  width: 100%;
  max-width: 100%; }

.article-gallery .gallery-wrapper {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto; }

.article-gallery-next {
  /* ± */ }

.article-gallery-previous {
  /* ± */ }

.article-gallery-nav {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  width: auto;
  margin: 0 auto 32px;
  text-align: center;
  color: #39dcb4;
  letter-spacing: 0.06em; }
  .article-gallery-nav .gallery-status {
    display: inline-block;
    min-width: 3em; }
  .article-gallery-nav,
  .article-gallery-nav .button {
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem; }
  .article-gallery-nav .button {
    padding: 0.5em 1em;
    color: black; }
    .article-gallery-nav .button:hover {
      color: #4c4c4c; }

.article-gallery .gallery-caption,
.article-gallery .gallery-description {
  margin: 0.25em auto 0; }

.article-gallery .gallery-description {
  text-align: center; }

.post-paging {
  clear: left;
  width: 66.66667%;
  margin: 0;
  padding: 1em 24px 1em 0;
  text-transform: uppercase;
  color: #39dcb4; }
  @media (max-width: 47.99em) {
    .post-paging {
      clear: both;
      width: 100%; } }

.post-paging-nums {
  display: inline-block; }

.post-paging span {
  display: inline-block;
  padding: 0.25em 0.25em 0 0;
  font-size: 13.5px;
  font-size: 0.84375rem; }
  @media (min-width: 68.75em) {
    .post-paging span {
      font-size: 18px;
      font-size: 1.125rem; } }

.post-paging a {
  text-decoration: underline;
  letter-spacing: 1px;
  color: #3c3c3c; }

.post-paging-next {
  position: relative;
  top: -17px;
  display: inline-block;
  float: right;
  padding: 15px 0 22px;
  text-align: right;
  white-space: nowrap; }

.post-paging-nums span,
.post-paging-nums a {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  padding: 3px;
  text-align: center; }

.post-paging-nums span {
  color: #39dcb4; }

.post-paging-nums a span {
  padding: 0;
  text-decoration: underline;
  color: #3c3c3c; }

@media (max-width: 47.99em) {
  .post-paging {
    width: 100%;
    max-width: 100%;
    border-right: none; }
  .post-paging.next {
    right: 0;
    float: right; }
  .post,
  .post-paging,
  .post .post-content {
    width: auto;
    max-width: 100%;
    border-right: none; } }

.post-preview {
  display: -webkit-box;
  display: flex;
  clear: left;
  max-width: 100%;
  margin-bottom: 1em;
  margin-bottom: 16px;
  flex-wrap: nowrap;
  font-size: 12px;
  font-size: 0.75rem; }
  @media (min-width: 68.75em) {
    .post-preview {
      font-size: 16px;
      font-size: 1rem; } }
  .post-preview .teaser {
    font-size: 9.75px;
    font-size: 0.60938rem; }
    @media (min-width: 68.75em) {
      .post-preview .teaser {
        font-size: 13px;
        font-size: 0.8125rem; } }
  .post-preview .preview-image {
    float: left;
    margin-right: 24px;
    align-self: flex-start;
    -webkit-box-flex: 0;
            flex: 0 1 auto; }
  .post-preview .post-content {
    float: left;
    max-width: 89%;
    padding-right: 48px;
    -webkit-box-flex: 1;
            flex: 1; }
  .post-preview .post-title {
    font-size: 16px;
    font-size: 1rem; }
  .post-preview .post-date {
    color: #4c4c4c;
    font-size: 8.25px;
    font-size: 0.51562rem; }
    @media (min-width: 68.75em) {
      .post-preview .post-date {
        font-size: 11px;
        font-size: 0.6875rem; } }
  .post-preview .post-author {
    font-size: 9.75px;
    font-size: 0.60938rem; }
    @media (min-width: 68.75em) {
      .post-preview .post-author {
        font-size: 13px;
        font-size: 0.8125rem; } }
    .post-preview .post-author a {
      display: inline-block;
      text-decoration: underline; }

.post-preview.related-post {
  /* ± */ }

.post-preview .post-author a {
  text-decoration: underline; }

[id='author-bio'] {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  margin: 24px 0 0;
  padding: 10px 0 0;
  color: #999999 !important;
  border-width: 1px 0;
  border-style: solid;
  border-color: #ececec;
  font-size: 13px;
  font-size: 0.8125rem; }

[id='search-results'] {
  margin: 20px 20px 40px 0;
  padding: 0 0 0 45px;
  border-collapse: separate;
  border: solid 2px #ececec;
  background: url("./images/ico-search-big.png") 10px center no-repeat; }

[id='search-results'] input.s {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  font-size: 20px;
  width: 470px;
  height: 45px;
  border: none;
  background-color: #ffffff; }
  [id='search-results'] input.s:focus {
    outline: 0; }

@media (max-width: 47.99em) {
  [id='results'] {
    max-width: 100%; } }

body.cart #content {
  min-height: 300px; }

h3.product {
  border-top: none; }

ul#shop {
  /*left: -20px;*/
  /*margin: 24px 0;*/
  /*padding: 0 20px 60px 20px;*/
  position: relative;
  float: left;
  /*width: 940px;*/ }

ul#shop li {
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
  /*width: 300px;*/ }

ul#shop li:nth-child(3) {
  margin-right: 0; }

ul#shop li:nth-child(4) {
  clear: both; }

ul#shop li {
  position: relative;
  overflow: hidden; }

ul#shop li a.product {
  position: relative;
  z-index: 10;
  display: block;
  width: 300px;
  height: 225px;
  background-position: center center;
  background-size: cover; }

ul#shop li img {
  width: 100%;
  height: auto; }

ul#shop li h4 {
  margin: 6px 0;
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem; }

ul#shop li h4 span {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-style: normal;
  display: block;
  text-align: center;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem; }

div#product-images {
  display: block;
  float: left;
  clear: none;
  width: 540px;
  margin-right: 40px;
  padding-right: 6px; }

div#product-images img.product {
  max-width: 540px;
  margin-bottom: 24px; }

div#product-information {
  float: left;
  clear: none;
  width: 352px; }

div#product-description {
  margin-top: 30px; }

a.add {
  position: relative;
  display: block;
  padding: 4px;
  border-bottom: solid 1px #cccccc; }

a.add:hover {
  background-color: #eeeeee; }

a.add span {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  position: absolute;
  right: 4px;
  font-size: 11px;
  font-size: 0.6875rem; }

#cart-alert {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  line-height: 1.5;
  position: fixed;
  top: 100px;
  left: 220px;
  width: 500px;
  padding: 10px;
  color: #000000;
  background-color: #93e6dc;
  z-index: 200;
  font-size: 16px;
  font-size: 1rem; }

#shopping-cart {
  color: #333333; }

#shopping-cart img {
  display: block;
  max-width: 75px; }

#shopping-cart li {
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: dotted 1px #cccccc; }

#shopping-cart li .column {
  float: left;
  clear: none;
  padding: 12px; }

#shopping-cart li .column.remove,
#shopping-cart li .column.img {
  padding: 0; }

#shopping-cart li .column.img {
  width: 100px;
  min-height: 1px; }

#shopping-cart li .column.title {
  width: 390px; }

#shopping-cart li .column.count,
#shopping-cart li .column.price,
#shopping-cart li .column.total {
  width: 100px;
  text-align: center; }

#shopping-cart li .column.remove {
  width: 50px;
  text-align: right; }

#shopping-cart li .column.remove a {
  display: block;
  padding: 12px; }

#shopping-cart li .count a {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  display: block;
  padding: 3px;
  font-size: 11px;
  font-size: 0.6875rem; }

#shopping-cart li.total {
  padding: 0;
  border: none;
  font-size: 20px;
  font-size: 1.25rem; }

#shopping-cart li.total .column.count {
  margin-left: 638px; }

#shopping-cart li a.checkout {
  border: none; }

#shopping-cart li a.checkout {
  margin: 12px 0 30px 761px; }

#shopping-cart li.item .column.count {
  padding: 0 12px !important; }

a.checkout {
  display: block;
  width: 155px;
  padding: 12px;
  text-align: center;
  background-color: #93e6dc;
  font-size: 20px;
  font-size: 1.25rem; }

#shopping-cart input.update {
  font-family: "Lora", Georgia, Times, serif;
  line-height: 20px;
  width: 72px;
  margin: 0;
  padding: 12px;
  text-align: center;
  border: none;
  background-color: #eeeeee;
  font-size: 16px;
  font-size: 1rem; }

a.keep-shopping {
  position: absolute;
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.125rem; }

a#view-cart {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  margin-left: 14px;
  padding: 7px;
  background-color: #eeeeee;
  font-size: 14px;
  font-size: 0.875rem; }

@media (max-width: 47.99em) {
  ul[id='shop'],
  [id='shop'] {
    left: 0 !important;
    float: none !important;
    width: auto;
    width: 100% !important;
    max-width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important; }
  ul[id='shop'] li a.product {
    float: none !important;
    clear: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px; }
  ul[id='shop'] li:nth-child(4),
  ul[id='shop'] li {
    float: left;
    clear: none !important;
    width: 50% !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px; }
  ul[id='shop'] li > a {
    display: block !important;
    width: 100% !important;
    height: 0 !important;
    margin-bottom: 11px;
    padding-bottom: 75% !important;
    background-position: top center !important;
    background-size: cover; }
  div[id='product-images'] img.product,
  div[id='product-images'] {
    max-width: 100% !important;
    height: auto; }
  div[id='product-information'] {
    width: auto !important;
    margin-bottom: 20px; }
  div[id='product-buying'] a.add {
    border: none !important; }
  div[id='product-buying'] a.add span {
    font-family: inherit !important;
    font-size: 16px !important;
    top: -7px;
    padding: 12px !important;
    background-color: #93e6dc; }
  a[id='view-cart'] {
    top: 0 !important; }
  [id='shopping-cart'] {
    position: relative;
    width: 100% !important;
    border-top: 1px solid #edeeed;
    background-color: white; }
  [id='shopping-cart'] li {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: dotted 1px #cccccc; }
  [id='shopping-cart'] li .column {
    float: left;
    clear: none;
    padding: 12px; }
  [id='shopping-cart'] li .column.remove {
    float: right;
    width: 50px;
    text-align: right; }
  [id='shopping-cart'] li .column.remove a {
    display: block;
    padding: 12px; }
  [id='shopping-cart'] li .column.img {
    display: none;
    width: 100px; }
  [id='shopping-cart'] li .column.title {
    clear: both;
    width: 100%; }
  [id='shopping-cart'] li .column.total,
  [id='shopping-cart'] li .column.price {
    width: auto; }
  [id='shopping-cart'] li .column.total {
    float: right; }
  [id='shopping-cart'] li .column.count {
    width: 100px;
    text-align: center; }
  [id='shopping-cart'] li .count a {
    font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
    display: block;
    padding: 3px;
    font-size: 11px;
    font-size: 0.6875rem; }
  [id='shopping-cart'] li.total {
    padding: 0;
    border: none;
    font-size: 20px;
    font-size: 1.25rem; }
  [id='shopping-cart'] li.total .column.count {
    margin-left: 0; }
  [id='shopping-cart'] li.total.complete {
    float: right;
    clear: both; }
  [id='shopping-cart'] li a.checkout {
    float: right !important;
    margin: 0 !important;
    margin: 12px 0 30px 761px;
    border: none; }
  [id='shopping-cart'] li.item .column.count {
    padding: 0 12px !important; } }

@media screen and (max-width: 480px) {
  ul[id='shop'] li:nth-child(4),
  ul[id='shop'] li {
    float: none;
    width: 100% !important;
    padding-right: 0;
    padding-left: 0; } }

[id='news-alert'] {
  font-family: "Lora", Georgia, Times, serif;
  font-weight: 200;
  line-height: 1.15789;
  margin-bottom: 32px;
  padding: 1.5em 1.5em 1em 1.5em;
  background-color: #93ebce;
  font-size: 12.75px;
  font-size: 0.79688rem; }
  @media (min-width: 68.75em) {
    [id='news-alert'] {
      font-size: 17px;
      font-size: 1.0625rem; } }
  @media (min-width: 68.75em) {
    [id='news-alert'] {
      line-height: 1.35; } }
  [id='news-alert'] strong,
  [id='news-alert'] b {
    color: #4c4c4c; }
  [id='news-alert'] a {
    text-decoration: underline; }

[id='categories'] {
  float: left;
  margin-bottom: 36px; }
  [id='categories'] li {
    display: block;
    float: left;
    width: 150px; }
  [id='categories'] li a {
    display: block; }

.popular-posts {
  margin-bottom: 32px; }
  .popular-posts img {
    float: none; }
  .popular-posts .post-title {
    margin-bottom: 16px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .popular-posts .post-content {
    clear: none; }
  .popular-posts .teaser {
    font-family: "Lora", Georgia, Times, serif;
    text-decoration: none;
    font-size: 11.25px;
    font-size: 0.70312rem; }
    @media (min-width: 68.75em) {
      .popular-posts .teaser {
        font-size: 15px;
        font-size: 0.9375rem; } }

ul.archive-posts li a img {
  width: 90%;
  max-width: 140px;
  height: auto; }

[id='whats-rookie'] {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  margin: 0 0 32px 0;
  font-size: 13px;
  font-size: 0.8125rem; }
  [id='whats-rookie'] a {
    text-decoration: underline; }

[id='tags'] {
  line-height: 1.5;
  position: relative;
  margin-bottom: 36px;
  color: #666666; }
  [id='tags'] .tag {
    margin-right: 3px; }
  [id='tags'] a {
    color: #000000; }
  [id='tags'] a:hover {
    text-decoration: underline; }

[id='note'] {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding-top: 1em;
  background-color: #ffffff; }
  [id='note'] a[id='banner'] {
    font-family: "Lora", Georgia, Times, serif;
    font-weight: 800;
    font-style: italic;
    line-height: 1;
    position: relative;
    display: block;
    clear: both;
    max-width: 80%;
    height: auto;
    margin: 0 auto 2em;
    padding: 0.65em 0 0.5em;
    text-align: center;
    color: #111111;
    font-size: 13px;
    font-size: 0.8125rem; }
  [id='note'] .arrow {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-width: 15px;
    border-style: solid; }
  [id='note'] .arrow.left {
    left: 0;
    border-color: transparent transparent transparent #ffffff; }
  [id='note'] .arrow.right {
    right: -30px; }

@media (max-width: 47.99em) {
  [id='sidebar'] {
    left: 0;
    display: -webkit-box;
    display: flex;
    float: left;
    clear: both;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
    padding: 20px 0 0 0;
    border-left: none; }
  .flexboxlegacy #sidebar,
  .flexbox #sidebar {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center; }
  .flexboxlegacy [id='sidebar'] [id='categories'],
  .flexbox [id='sidebar'] [id='categories'] {
    -webkit-box-ordinal-group: 0;
            order: -1; }
  [id='tags'],
  [id='whats-rookie'],
  [id='categories'],
  [id='sidebar'] > div {
    width: 100%;
    max-width: 100%; } }

[id='sidebar'] {
  display: -webkit-box;
  display: flex;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%; }
  @media (min-width: 48em) {
    [id='sidebar'] {
      float: right;
      width: 33.33333%;
      min-width: 300px;
      padding: 0 0 0 24px;
      border-left: 1px solid #ececec; } }
  [id='sidebar'] h4 {
    line-height: 20px;
    font-size: 16px;
    font-size: 1rem; }
  [id='sidebar'] h4.sidebar {
    font-weight: bold;
    font-style: normal;
    clear: both;
    margin-bottom: 12px; }

.next-post-preview {
  margin-top: 16px;
  align-self: flex-end; }

[id='staging'] {
  display: none; }
  body.staging [id='staging'] {
    font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
    line-height: 1;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 0.2em;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    opacity: 0.8;
    color: #ffffff;
    background-color: rgba(255, 0, 0, 0.85);
    font-size: 16px;
    font-size: 1rem;
    z-index: 9999; }
  body.staging.logged-in.admin-bar [id='staging'] {
    position: absolute;
    top: 46px; }
    @media (min-width: 48.9375em) {
      body.staging.logged-in.admin-bar [id='staging'] {
        position: fixed;
        top: 32px; } }

.sticker {
  display: inline-block;
  pointer-events: none; }

.sticker img {
  margin: 0;
  padding: 0; }

.monthview-toc {
  font-family: "Lora", Georgia, Times, serif;
  line-height: 1.25;
  clear: both;
  width: 100%;
  margin-top: 16px;
  padding: 0;
  border-top: solid 1px #cccccc;
  background: url("./images/bg-toc.png") 0 0 repeat;
  font-size: 12px;
  font-size: 0.75rem; }

.monthview-toc h5 {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif;
  line-height: 1.25;
  margin-bottom: 2px;
  font-size: 16px;
  font-size: 1rem; }

.monthview-toc ul {
  margin-bottom: 1em;
  padding: 1em 0 3em; }

.monthview-toc ul.last {
  border-bottom: 0; }

.monthview-toc ul li {
  margin-bottom: 1.1em;
  padding-right: 1em;
  font-size: 15px;
  font-size: 0.9375rem; }

.monthview-toc img.category {
  display: block;
  height: 2.5em;
  margin: 0; }
  @media (min-width: 60.9375em) {
    .monthview-toc img.category {
      height: 3.5em; } }

.monthview-toc .column {
  float: left;
  clear: none;
  width: 33.33333%;
  padding: 3em 1em 0 1em;
  word-wrap: break-word;
  background: url("./images/bg-toc-mask.png") 0 0 repeat-x; }

.monthview-toc .column.first {
  padding-left: 0; }

.monthview-toc .column.last {
  padding-right: 0; }

.monthview-toc .author {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem; }

.monthview-toc .author a {
  text-decoration: underline;
  font-size: 10.5px;
  font-size: 0.65625rem; }
  @media (min-width: 68.75em) {
    .monthview-toc .author a {
      font-size: 14px;
      font-size: 0.875rem; } }

@media (max-width: 47.99em) {
  .monthview-toc {
    left: 0;
    float: left;
    clear: both;
    padding-top: 1em;
    padding-bottom: 1em;
    background: none; }
  .monthview-toc .column.first,
  .monthview-toc .column {
    float: left;
    clear: none;
    width: 50%;
    padding: 1em;
    word-wrap: break-word;
    background: none; }
  .monthview-toc ul {
    margin-bottom: 0;
    border-bottom: 0; } }

@media screen and (max-width: 768px) and (min-width: 561px) {
  .monthview-toc {
    float: left; }
  .monthview-toc .column.first,
  .monthview-toc .column {
    float: left;
    width: 50%;
    padding: 0 1em; } }

@media screen and (max-width: 560px) {
  .monthview-toc .column.first,
  .monthview-toc .column {
    float: none;
    clear: both;
    width: 100%;
    padding: 1em;
    padding: 0; }
  .monthview-toc .column.first {
    padding-top: 1em; }
  .monthview-toc .column + .column {
    padding-top: 0;
    padding-bottom: 0; } }

@media screen and (min-width: 560px) {
  .monthview-toc .column ul {
    margin-left: -20px;
    padding-left: 20px;
    border-left: solid 1px #cccccc; }
  .monthview-toc .column.first ul,
  .monthview-toc .column.last ul {
    margin-left: 0;
    padding-left: 0;
    border-left: none; } }

@media screen and (min-width: 768px) {
  .monthview-toc .column.last ul {
    margin-left: -20px;
    padding-left: 20px;
    border-left: solid 1px #cccccc; } }

.more-from-header {
  font-weight: 800;
  margin-bottom: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 9.75px;
  font-size: 0.60938rem;
  letter-spacing: 0.02em; }
  @media (min-width: 68.75em) {
    .more-from-header {
      font-size: 13px;
      font-size: 0.8125rem; } }

.more-from {
  margin-bottom: 16px;
  font-size: 12px;
  font-size: 0.75rem; }
  @media (min-width: 68.75em) {
    .more-from {
      font-size: 16px;
      font-size: 1rem; } }
  .more-from .post-preview {
    display: -webkit-box;
    display: flex; }
  .more-from .post-title {
    display: block;
    margin: 0; }
  .more-from .post-content {
    float: left;
    align-self: center;
    -webkit-box-flex: 1;
            flex: 1 1 auto; }
  .more-from .post-author {
    font-size: 8.25px;
    font-size: 0.51562rem; }
    @media (min-width: 68.75em) {
      .more-from .post-author {
        font-size: 11px;
        font-size: 0.6875rem; } }
  .more-from .related-post-thumbnail {
    max-width: 33.33333%;
    align-self: flex-start;
    -webkit-box-flex: 1;
            flex: 1 0 33.33333%; }
    .more-from .related-post-thumbnail img {
      width: 100%;
      max-width: 140px;
      max-height: 105px;
      height: auto; }

.related-post {
  width: 100%; }
  .related-post .post-date + .post-author::before {
    display: inline-block;
    margin: 0 0.3em;
    padding-right: 0.3em;
    content: '|';
    opacity: 0.5; }

.related-post-caption {
  line-height: 1.2; }

[id='related-posts'] {
  float: left;
  width: 100%;
  margin-top: 20px; }

[id='related-posts'] ul {
  float: left;
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0;
  margin: 0 0 0 -17px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch-start;
          align-items: stretch-start;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  width: 100%; }

[id='related-posts'] li {
  float: left;
  width: 25%;
  width: calc( 25% - 17px);
  padding: 0 0 17px 17px;
  list-style: none;
  -webkit-box-flex: 0;
          flex: 0 1 25%; }
  [id='related-posts'] li img {
    width: 100%;
    height: auto; }

[id='related-posts'] img {
  width: 100%;
  height: auto;
  padding-right: 0; }

[id='related-posts'] a,
[id='related-posts'] img {
  display: block; }

[id='related-posts'] h3 {
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(76, 76, 76, 0.7); }

[id='related-posts'] h4 a {
  line-height: 20px;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125rem; }

.popular-posts li:hover h4 a,
[id='related-posts'] li:hover h4 a {
  text-decoration: underline; }

@media (max-width: 37.49em) {
  [id='related-posts'] li {
    width: 50%;
    margin: 0 0 12px 0 !important;
    padding: 0;
    -webkit-box-flex: 0;
            flex: 0 1 50%;
    list-style: none;
    padding-left: 16px; } }

@media (max-width: 47.99em) {
  [id='related-posts'] h4 a {
    padding-right: 12px;
    font-size: 14px;
    font-size: 0.875rem; } }

.related-posts-list {
  margin: 0; }

.the-date {
  font-family: "Larsseit-Light", Arial, Verdana, sans-serif; }

img.category.small {
  width: auto;
  height: 25px; }

p.no-posts {
  float: left;
  width: 100%;
  margin-top: 40px; }

@media (max-width: 47.99em) {
  [id='spotlight_top_wrapper'] {
    text-align: center; } }

@media screen and (max-width: 420px) {
  [id='menu-item-42435'] {
    clear: left; } }

.ajax-loading {
  display: block;
  margin: 1em auto;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem; }

html.no-js .lazy {
  display: none; }

.lazy {
  display: block;
  background-color: #eee; }

.teaser p:last-child {
  margin-bottom: 0; }

.alignleft {
  float: left;
  margin: 0 12px 0 0; }

.alignright {
  float: right;
  margin: 0 0 0 12px; }

.error {
  color: red; }

.nowrap {
  white-space: nowrap; }

.replacetext {
  font-family: 'Blank'; }

.displaynone {
  display: none !important; }

.inline-block {
  display: inline-block; }

@media (min-width: 37.5em) {
  .only-mobile {
    display: none !important; } }

@media (max-width: 37.49em) {
  .not-mobile {
    display: none !important; } }

.float-right {
  float: right; }

.float-left {
  float: left; }

.float-none {
  float: none; }

.clear-right {
  clear: right; }

.clear-left {
  clear: left; }

.clear-left {
  clear: left; }

.full-height {
  height: 100%; }

.cf:after, .content-wrapper:after,
.clearfix:after {
  display: table;
  clear: both;
  content: ''; }

.pad-column-right {
  padding-right: 24px; }

.pad-column-left {
  padding-left: 24px; }

.pad-column-top {
  padding-top: 16px; }

.pad-column-bottom {
  padding-bottom: 16px; }

.flex-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: nowrap; }

html.lt-ie10 [id='page'], html.lt-ie10 [id='content'] {
  display: block; }

[id='page'], [id='content'] {
  -ms-flex-preferred-size: auto; }

html.lt-ie9 [id='page'], html.lt-ie9 [id='content'] {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

html.lt-ie9 .mobilemenu-container,
html.lt-ie9 .only-mobile {
  display: none; }

html.lt-ie9 .header-logo,
html.lt-ie9 .header-logo * {
  display: block; }

html.lt-ie9 .header-logo .icon {
  max-height: 150px;
  max-width: 500px;
  background-size: 150px 500px; }

html.lt-ie9 .header-logo a {
  text-indent: -9999px; }
