@charset "UTF-8";
/* ===[ FONTS ]=== */
@font-face {
  font-family: 'Starling Book';
  src: url("../fonts/hinted-Starling-Book.woff2") format("woff2"), url("../fonts/hinted-Starling-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Starling Book';
  src: url("../fonts/hinted-Starling-BookItalic.woff2") format("woff2"), url("../fonts/hinted-Starling-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'AE_Olive';
  src: url("../fonts/hinted-AE_Olive-Regular.woff2") format("woff2"), url("../fonts/hinted-AE_Olive-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Times_SC';
  src: url("../fonts/times-romansc-webfont.woff") format("woff2"), url("../fonts/times-romansc-webfont.woff2") format("woff");
  font-weight: normal;
  font-style: normal; }
/* ===[ FLEX ]=== */
/* https://github.com/mastastealth/sass-flex-mixin/blob/master/tests/tests.scss */
/* 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; }

/* ===[ COLORS ]=== */
/* ===[ FONT FAMILY ]=== */
/********* Base */
html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 1vw;
  background-color: #fff; }

html body {
  font-family: "Starling Book", Times, serif;
  color: #000000;
  line-height: 1.3;
  /* Font smoothing */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  background-color: #fff; }

::-webkit-scrollbar {
  display: none; }

select,
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="submit"] {
  font-family: "Starling Book", Times, serif;
  color: #000000;
  line-height: 1.3;
  border-radius: 0;
  -webkit-appearance: none; }
  select:focus,
  textarea:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="submit"]:focus {
    outline: none; }

::-webkit-input-placeholder {
  color: #000; }

::-moz-placeholder {
  color: #000; }

:-ms-input-placeholder {
  color: #000; }

:-moz-placeholder {
  color: #000; }

[contenteditable=true] {
  -webkit-appearance: none;
  white-space: nowrap;
  overflow: hidden; }
  [contenteditable=true]:focus {
    outline: none; }
    [contenteditable=true]:focus:before {
      display: none !important; }
  [contenteditable=true]:empty:before {
    content: attr(placeholder);
    display: block;
    line-height: 1.1;
    color: #ccc; }
  [contenteditable=true] br {
    display: none; }
  [contenteditable=true] * {
    display: inline;
    white-space: nowrap; }

svg {
  display: inline-block;
  overflow: hidden;
  fill: #000000; }

::-moz-selection {
  background: #000000;
  text-shadow: none;
  color: #fff; }

::selection {
  background: #000000;
  text-shadow: none;
  color: #fff; }

img {
  color: transparent !important; }

.apple-pay-button-checkout-separator {
  display: none; }

input,
text,
keygen,
select,
button,
meter,
progress {
  font-family: "Starling Book", Times, serif; }

.exchange-item .btns .btn,
.exchange-item .btns a, .btn, .links a.btn, .apply-text .btns .btn,
.apply-text .btns a, .sections .desc .download, .accordion-item .btn, .footer .center .subscribe button, .footer .right .btn {
  line-height: 1;
  border: 1px solid #000000;
  text-transform: uppercase;
  color: #000000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: .8rem;
  padding: .5em;
  display: inline-block;
  letter-spacing: .1rem; }
  .exchange-item .btns .btn:hover,
  .exchange-item .btns a:hover, .btn:hover, .links a.btn:hover, .apply-text .btns .btn:hover,
  .apply-text .btns a:hover, .sections .desc .download:hover, .footer .center .subscribe button:hover, .footer .right .btn:hover {
    background: #FEFF7D; }

/********* Links */
a, a:visited, a:active {
  color: #000000;
  outline: none;
  text-decoration: none;
  transition: color .2s; }

a:hover {
  color: #f3141d; }

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal; }

strong,
b {
  font-weight: normal; }

i,
em {
  font-style: italic; }

.mobile-item {
  display: none; }

/***** Header Styles
.header {

}
 *****/
.wrap {
  padding-top: calc(3.15rem + 3px); }

.navi {
  background: #fff;
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0; }
  .navi h1 {
    min-width: 12rem;
    width: 12rem; }
    .navi h1 a {
      display: block;
      text-align: center;
      height: 100%;
      position: relative; }
      .navi h1 a svg {
        fill: #000000;
        height: 1.8rem;
        width: 1.8rem;
        position: absolute;
        top: 50%;
        margin-top: -.9rem;
        left: 2rem; }
      body.home .navi h1 a::before {
        width: 100%; }
  .navi .mobile-heading {
    display: none; }
  .navi a {
    color: #000000;
    display: inline-block;
    box-sizing: border-box;
    padding: 1rem 0 6px;
    position: relative; }
    .navi a::before {
      position: absolute;
      left: 50%;
      bottom: -3px;
      width: 0%;
      height: 3px;
      z-index: 3;
      content: '';
      background: #000000;
      transform: translate3d(-50%, 0, 0); }
  .navi a:hover::before {
    width: 100%; }
  .navi ul {
    display: table;
    width: calc(100% - 12rem);
    flex: 1;
    position: relative; }
  .navi li {
    font-family: "AE_Olive", Arial, sans-serif;
    text-transform: uppercase;
    text-align: left;
    display: table-cell;
    font-size: 1.8rem;
    line-height: 1;
    position: relative;
    padding: 0 2rem 0 0; }
    body.page-template-tpl_events .navi li.menu-curriculum a::before, body.single-events .navi li.menu-curriculum a::before, body.page-members .navi li.menu-curriculum a::before, body.page-curriculum .navi li.menu-curriculum a::before, body.page-syllabis .navi li.menu-curriculum a::before, body.single-journal .navi li.menu-attention a::before, body.page-attentions .navi li.menu-attention a::before, body.single-exchange .navi li.menu-exchanges a::before, body.page-exchanges .navi li.menu-exchanges a::before, body.tax-topic .navi li.menu-books a::before, body.page-books .navi li.menu-books a::before, body.single-historie .navi li.menu-histories a::before, body.tax-historie-topic .navi li.menu-histories a::before, body.page-histories .navi li.menu-histories a::before, body.single-workshop .navi li.menu-workshops a::before, body.page-workshops .navi li.menu-workshops a::before, body.page-about .navi li.menu-about a::before, body.page-support .navi li.menu-support a::before {
      width: 100%; }

.book {
  position: relative;
  width: 22rem;
  z-index: 1;
  margin: 4rem auto 2rem;
  -webkit-perspective: 1800px;
  perspective: 1800px; }
  .book .book-inner {
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    border-radius: 0 3px 3px 0;
    display: inline-block; }
    .book .book-inner:hover {
      -webkit-transform: rotate3d(0, 1, 0, 35deg);
      transform: rotate3d(0, 1, 0, 35deg); }
  .book .book-cover {
    box-shadow: inset 4px 0 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    -webkit-transform: translate3d(0, 0, 20px);
    transform: translate3d(0, 0, 20px); }
    .book .book-cover:after {
      content: '';
      position: absolute;
      top: 0;
      left: 10px;
      bottom: 0;
      width: 3px;
      background: rgba(0, 0, 0, 0.06);
      box-shadow: 1px 0 3px rgba(255, 255, 255, 0.1); }
  .book .book-left {
    height: 100%;
    top: 0%;
    -webkit-transform: rotate3d(0, 1, 0, -90deg);
    transform: rotate3d(0, 1, 0, -90deg);
    position: absolute;
    background: #999;
    width: 40px;
    left: -20px; }
  .book img {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    box-shadow: 10px 10px 30px 3px rgba(0, 0, 0, 0.3);
    border-radius: 0 3px 3px 0;
    position: relative;
    z-index: 8;
    -webkit-transform: translate3d(0, 0, 20px);
    transform: translate3d(0, 0, 20px); }

.message {
  display: flex;
  padding: 1.2rem 1rem 1rem 12rem;
  line-height: 1;
  font-size: 1.25rem;
  background: #ebebeb; }
  .message h2 {
    padding: 0 5.5rem 0 0;
    font-family: "Times_SC", Times, serif;
    letter-spacing: 0.05rem;
    text-transform: lowercase;
    font-size: 1.25rem; }

.featured {
  min-height: 32rem;
  background: #f0f0f0;
  padding: 2rem 2rem 2rem 12rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative; }
  .featured-mini {
    min-height: unset; }
    .featured-mini .text {
      align-items: flex-start !important;
      font-size: unset !important; }
      .featured-mini .text .page-title {
        min-width: 24.5%;
        font-size: 2.8rem;
        font-family: "AE_Olive", Arial, sans-serif;
        text-transform: uppercase;
        line-height: 1;
        z-index: 1;
        padding: 1rem 0 0;
        max-width: 24.5%; }
      .featured-mini .text .enter {
        flex: 1; }
      .featured-mini .text p {
        padding: 1rem 0;
        margin: 0; }
  .featured.font-white {
    color: white; }
    .featured.font-white a {
      color: white; }
      .featured.font-white a:hover {
        color: #f3141d; }
    .featured.font-white svg {
      fill: #fff; }
  .featured .title {
    font-size: 5rem;
    font-family: "AE_Olive", Arial, sans-serif;
    text-transform: uppercase;
    max-width: 30%;
    line-height: 1.2;
    padding-bottom: 2rem;
    z-index: 1; }
  .featured .text {
    display: flex;
    align-items: flex-end;
    font-size: 1.8rem;
    padding-right: 3em;
    z-index: 1;
    flex-wrap: wrap; }
  .featured .featured-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: .3;
    height: 100%; }

.screen-reader-response {
  display: none !important;
  margin: 0 0 2rem;
  font-size: 1.25rem; }
  .screen-reader-response ul {
    margin: 1rem 0; }

.page-template-tpl_form .contact-form {
  margin-top: auto; }

.desc .links {
  padding: 0 0 1rem;
  position: relative;
  top: -.5rem; }
  .desc .links p {
    width: 60rem; }

.links {
  padding: 1rem 0 0;
  z-index: 1; }
  .links span,
  .links a {
    display: inline-block;
    margin-right: 2rem;
    font-family: "Times_SC", Times, serif;
    letter-spacing: 0.05rem;
    text-transform: lowercase;
    font-size: 1.25rem;
    cursor: pointer; }
    .links span:hover,
    .links a:hover {
      color: #f3141d; }
  .links svg {
    height: 2.4rem;
    width: 2.4rem;
    position: relative;
    top: .7rem;
    margin-right: 1rem; }

.latest-articles {
  min-height: 30vh; }

.issue-item {
  padding: 1rem 1rem 1rem 12rem;
  border-top: 1px solid #ebebeb;
  position: relative; }
  .issue-item:hover {
    background: #FEFF7D; }
  .issue-item:first-child {
    border-top: none; }
  .issue-item .title {
    font-family: "AE_Olive", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem; }
    .issue-item .title::before {
      content: attr(data-index);
      padding-right: 1rem; }
    .issue-item .title .download-link,
    .issue-item .title a {
      color: #000000;
      cursor: pointer; }
      .issue-item .title .download-link::before,
      .issue-item .title a::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%; }
      .issue-item .title .download-link:hover,
      .issue-item .title a:hover {
        color: #f3141d; }
  .issue-item .description {
    padding: 1.5rem 3rem 1.5rem 0;
    width: 70rem; }
  .issue-item .info {
    display: flex;
    font-family: "Times_SC", Times, serif;
    letter-spacing: 0.05rem;
    text-transform: lowercase;
    font-size: 1.25rem; }
    .issue-item .info li {
      padding-right: 2rem; }
    .issue-item .info strong {
      padding-right: .3rem; }

.page-template-tpl_journal .issue-list .issue-item .title::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 9999;
  width: 100%;
  background: blue;
  content: '';
  opacity: 0;
  cursor: pointer; }
.page-template-tpl_journal .issue-list .issue-item .col {
  display: none; }
.page-template-tpl_journal .issue-list .issue-item.is-open .title::after {
  display: none; }
.page-template-tpl_journal .issue-list .issue-item.is-open .col {
  display: block; }

.page-template-tpl_home .issue-list .issue-item .title::before,
.page-template-tpl_curriculum .issue-list .issue-item .title::before {
  display: none; }
.page-template-tpl_home .issue-list .more,
.page-template-tpl_curriculum .issue-list .more {
  padding: 1rem 2rem 1rem 12rem;
  border-top: 1px solid #ebebeb;
  font-family: "Times_SC", Times, serif;
  letter-spacing: 0.05rem;
  text-transform: lowercase;
  font-size: 1.25rem; }
.page-template-tpl_home .issue-list .heading + .issue-item,
.page-template-tpl_curriculum .issue-list .heading + .issue-item {
  border-top: none; }

.play-button {
  position: relative;
  padding-left: 1.25rem;
  cursor: pointer;
  /*
  &.playing:hover::before {
      background: #aaa;
  }
  */ }
  .play-button::before {
    height: .7rem;
    width: .7rem;
    border-radius: 50%;
    content: '';
    left: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    background: #f3141d;
    position: absolute; }
  .play-button.playing::before {
    animation: flash 1s linear infinite; }

.journal-item {
  background: #ebebeb;
  padding: 0; }
  .journal-item header {
    padding: 2rem 2rem 1rem 12rem; }
  .journal-item .title {
    font-family: "AE_Olive", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    color: #000000; }
    .journal-item .title::before {
      content: attr(data-index);
      padding-right: 1.25rem; }
  .journal-item .pieces li {
    padding: 0.3rem 1rem 0.3rem 12rem;
    position: relative;
    font-family: "AE_Olive", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    color: #000000;
    display: flex;
    align-items: center;
    position: relative; }
    .journal-item .pieces li a::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%; }
    .journal-item .pieces li:hover {
      background: #FEFF7D; }
    .journal-item .pieces li .new-play-button {
      display: block;
      opacity: 0;
      position: relative;
      z-index: -99;
      width: 4.2rem;
      height: 2rem;
      margin-left: -2rem; }
      .journal-item .pieces li .new-play-button .state {
        height: 1.3rem;
        width: 1.3rem;
        border-radius: 50%;
        left: 1.9rem;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        background: #000;
        position: absolute; }
      .journal-item .pieces li .new-play-button .play {
        position: absolute;
        height: 1.3rem;
        width: 1.7rem;
        cursor: pointer;
        top: 50%;
        left: -.3rem;
        margin-top: -.65rem; }
        .journal-item .pieces li .new-play-button .play::before {
          left: .4rem;
          top: 50%;
          border: solid transparent;
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: transparent;
          border-left-color: #000000;
          border-width: .75rem;
          margin-top: -.75rem;
          cursor: pointer;
          z-index: 999;
          content: ''; }
    .journal-item .pieces li .length {
      position: absolute;
      right: 14rem;
      z-index: 3;
      opacity: 0;
      transition: opacity .2s; }
    .journal-item .pieces li .progress {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 0%;
      z-index: 1;
      box-sizing: border-box;
      background: #cecece;
      opacity: 0;
      transition: opacity .2s; }
    .journal-item .pieces li.start .title {
      position: relative;
      z-index: 9; }
    .journal-item .pieces li.audio-ready {
      background: #fff; }
      .journal-item .pieces li.audio-ready .new-play-button {
        z-index: 99; }
      .journal-item .pieces li.audio-ready .new-play-button,
      .journal-item .pieces li.audio-ready .length,
      .journal-item .pieces li.audio-ready .progress {
        opacity: 1; }
    .journal-item .pieces li.playing .new-play-button .play::before {
      left: .35rem;
      top: 0%;
      border: none;
      height: 100%;
      width: .3rem;
      margin-top: 0;
      background: #000; }
    .journal-item .pieces li.playing .new-play-button .play::after {
      right: .35rem;
      top: 0%;
      border: none;
      height: 100%;
      width: .3rem;
      margin-top: 0;
      background: #000;
      pointer-events: none;
      content: '';
      position: absolute; }
    .journal-item .pieces li.playing .new-play-button .state {
      background: #f3141d;
      animation: flash 1s linear infinite; }

.page-support .exchange-item {
  background: #fff; }
.page-support .donate-wrapper {
  width: 400px;
  display: inline-block; }
.page-support .supporter-list {
  display: inline-block;
  width: calc(100% - 500px);
  vertical-align: top;
  margin-left: 3rem;
  height: auto; }
  .page-support .supporter-list h1 {
    margin-top: 0; }

.exchange-item {
  background: #ebebeb;
  box-sizing: border-box;
  padding: 3rem 3rem 2rem 12rem; }
  .exchange-item .box {
    padding: 0 0 2rem;
    width: 100%; }
    .exchange-item .box::after {
      content: '';
      display: block;
      clear: both; }
  .exchange-item .slider {
    margin: 0 0 2rem 0; }
  .exchange-item .left {
    width: 23.5%;
    padding-right: 2rem;
    float: left;
    box-sizing: border-box; }
  .exchange-item .right {
    flex: 1;
    box-sizing: border-box;
    width: 76.5%;
    float: right; }
  .exchange-item .title {
    font-family: "AE_Olive", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    color: #000000; }
  .exchange-item .venue {
    padding: 0 0 2rem 0;
    font-size: 1.25rem; }
    .exchange-item .venue h3 {
      text-transform: uppercase;
      margin: 1rem 0 .2rem;
      font-family: "Times_SC", Times, serif;
      letter-spacing: 0.05rem;
      text-transform: lowercase;
      font-size: 1.25rem; }
      .exchange-item .venue h3:first-child {
        margin-top: 0; }
    .exchange-item .venue .item {
      margin: 0 0 1rem; }
    .exchange-item .venue .btn {
      margin: 2rem 0; }
    .exchange-item .venue p {
      margin-bottom: 1rem; }
  .exchange-item .btns .btn,
  .exchange-item .btns a {
    margin-bottom: .5rem;
    cursor: pointer; }

.heading {
  padding: 1rem 2rem 1rem 12rem;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  font-family: "Times_SC", Times, serif;
  letter-spacing: 0.05rem;
  text-transform: lowercase;
  font-size: 1.25rem; }
  .heading h2 {
    text-transform: uppercase;
    width: 34rem;
    font-family: "Times_SC", Times, serif;
    letter-spacing: 0.05rem;
    text-transform: lowercase;
    font-size: 1.25rem; }
  .heading .filter {
    display: flex; }
    .heading .filter li {
      padding-right: .5rem; }
      .heading .filter li::after {
        content: ','; }
      .heading .filter li span {
        cursor: pointer; }
        .heading .filter li span:hover {
          color: #f3141d; }
      .heading .filter li .current {
        color: #f3141d; }
      .heading .filter li:last-child:after {
        display: none; }

.article-list .item {
  padding: 1rem 2rem 1rem 12rem;
  display: none;
  position: relative;
  border-bottom: 1px solid #ebebeb; }
  .article-list .item.show {
    display: flex; }
  .article-list .item:hover {
    background: #FEFF7D; }
    .article-list .item:hover a:hover {
      color: #000000; }
    .article-list .item:hover img {
      mix-blend-mode: multiply; }
    .article-list .item:hover .info footer .play-button {
      opacity: 1; }
  .article-list .item .title {
    font-size: 1.8rem;
    font-family: "AE_Olive", Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.3;
    padding-right: 2rem;
    width: 18rem; }
    .article-list .item .title a:before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 9;
      content: ''; }
  .article-list .item .image {
    width: 12rem; }
    .article-list .item .image img {
      display: block;
      width: 100%;
      filter: grayscale(100%); }
    .article-list .item .image span {
      display: block;
      width: 100%;
      position: relative; }
      .article-list .item .image span::after {
        padding-bottom: 100%;
        display: block;
        content: ''; }
      .article-list .item .image span::before {
        content: attr(data-index);
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ebebeb;
        border-radius: 50%;
        color: #fff;
        font-size: 3rem;
        font-family: "AE_Olive", Arial, sans-serif;
        mix-blend-mode: multiply; }
  .article-list .item .info {
    flex: 1;
    padding-left: 2rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 1.25rem;
    line-height: 1.4; }
    .article-list .item .info .text {
      padding-right: 3em; }
      .article-list .item .info .text h3 {
        font-family: "Times_SC", Times, serif;
        letter-spacing: 0.05rem;
        text-transform: lowercase;
        font-size: 1.25rem;
        line-height: 1;
        margin-bottom: 1rem; }
    .article-list .item .info footer {
      display: flex;
      align-items: flex-end;
      padding: 1rem 0 0;
      width: 100%;
      font-family: "Times_SC", Times, serif;
      letter-spacing: 0.05rem;
      text-transform: lowercase;
      font-size: 1.25rem; }
      .article-list .item .info footer label {
        flex: 1; }
      .article-list .item .info footer time {
        padding-right: 5rem; }
      .article-list .item .info footer .play-button {
        opacity: 0;
        padding-right: 8rem; }
.article-list .text-list {
  padding: 2rem 12rem;
  column-count: 3;
  column-gap: 2rem; }
  .article-list .text-list li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    padding: 0 0 .5rem; }
    .article-list .text-list li h2 {
      text-transform: uppercase;
      font-family: "Times_SC", Times, serif;
      letter-spacing: 0.05rem;
      text-transform: lowercase;
      font-size: 1.25rem; }
    .article-list .text-list li .text {
      font-size: 1.25rem;
      line-height: 1.4; }
      .article-list .text-list li .text h3 {
        font-family: "Times_SC", Times, serif;
        letter-spacing: 0.05rem;
        text-transform: lowercase;
        font-size: 1.25rem; }
.article-list .more {
  padding: 0 12rem 2rem;
  position: relative;
  top: -1rem; }
.article-list > .item:last-child {
  border-bottom: none; }

#js-form-wrap {
  position: relative; }

.contact-form {
  margin: 2rem 0; }
  .contact-form select,
  .contact-form textarea,
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="url"],
  .contact-form input[type="password"],
  .contact-form input[type="number"] {
    padding: .5rem;
    border: 1px solid #000000;
    font-size: 1.25rem;
    display: inline-block;
    width: 30%;
    background: transparent;
    margin-right: 2rem; }
    .contact-form select.wpcf7-not-valid,
    .contact-form textarea.wpcf7-not-valid,
    .contact-form input[type="text"].wpcf7-not-valid,
    .contact-form input[type="email"].wpcf7-not-valid,
    .contact-form input[type="url"].wpcf7-not-valid,
    .contact-form input[type="password"].wpcf7-not-valid,
    .contact-form input[type="number"].wpcf7-not-valid {
      border-color: #f3141d; }
  .contact-form input[type="submit"] {
    padding: .3rem 1.5rem;
    line-height: 1.5;
    border: 1px solid #000000;
    font-size: 1.25rem;
    display: inline-block;
    background: transparent;
    cursor: pointer; }
    .contact-form input[type="submit"]:hover {
      background: #FEFF7D; }
  .contact-form input[type="file"] {
    display: block;
    margin: .5rem 0; }
  .contact-form textarea {
    width: 90%; }
  .contact-form form > p {
    display: block;
    margin: 0 0 1.2rem; }
    .contact-form form > p > label {
      display: block;
      font-size: 1.25rem;
      text-transform: lowercase;
      margin: 0 0 .3rem;
      font-family: "Times_SC", Times, serif; }
    .contact-form form > p br {
      display: none; }
  .contact-form .sent > p {
    display: none; }
  .contact-form .wpcf7-not-valid-tip {
    display: none; }
  .contact-form div.wpcf7-response-output {
    margin: 2rem 0;
    padding: 0;
    border: none;
    font-size: 1.25rem; }
  .contact-form div.error, .contact-form div.wpcf7-acceptance-missing {
    color: #f3141d; }
  .contact-form div.success {
    color: green; }
  .contact-form div.wpcf7-mail-sent-ok {
    font-size: 1.4rem; }
  .contact-form .loading {
    display: none;
    position: absolute;
    z-index: 999999;
    left: 0;
    top: 0;
    z-index: 99999;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: .5; }
    .contact-form .loading > div {
      display: none; }

.tax-topic .heading h2,
.page-books .heading h2 {
  width: 20rem; }

body.single-historie .book-list {
  background: #f0f0f0; }

.btn, .links a.btn {
  cursor: pointer;
  margin-bottom: 1rem; }

button.btn {
  background: transparent; }

.book-list .item {
  padding: 2rem 2rem 2rem 12rem;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  background: #ebebeb; }
  .book-list .item .box {
    display: flex; }
    .book-list .item .box:nth-child(1) {
      padding-bottom: 2rem; }
  .book-list .item .title {
    font-size: 1.8rem;
    font-family: "AE_Olive", Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.3; }
  .book-list .item .left {
    width: 18rem; }
  .book-list .item .right {
    flex: 1;
    padding-left: 2rem; }
  .book-list .item .image {
    display: block;
    margin: auto;
    max-width: 100%; }
  .book-list .item .mate {
    font-size: 1.25rem; }
    .book-list .item .mate h3 {
      text-transform: uppercase;
      font-family: "Times_SC", Times, serif;
      letter-spacing: 0.05rem;
      text-transform: lowercase;
      font-size: 1.25rem; }
    .book-list .item .mate p {
      margin-bottom: 1rem; }
    .book-list .item .mate li {
      margin: 1rem 0; }
    .book-list .item .mate ul > li:first-child {
      margin-top: 0; }

.back-link span,
.back-link a {
  padding: 1rem 2rem 1rem 12rem;
  text-transform: uppercase;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  display: block;
  cursor: pointer;
  position: relative;
  margin: -1px 0 0;
  font-family: "Times_SC", Times, serif;
  letter-spacing: 0.05rem;
  text-transform: lowercase;
  font-size: 1.25rem; }
  .back-link span:hover,
  .back-link a:hover {
    background: #FEFF7D;
    color: #000000; }

.apply-text {
  background: #f0f0f0;
  padding: 2rem 5rem 2rem 12rem;
  font-size: 1.8rem; }
  .apply-text .btns {
    margin: 1rem 0 0; }
    .apply-text .btns .btn,
    .apply-text .btns a {
      margin-bottom: .5rem;
      cursor: pointer; }
  .apply-text .right {
    flex: 1;
    box-sizing: border-box;
    width: 76.5%;
    float: right; }

/*
.container {
    min-height: 100vh;
}
*/
.sections .desc {
  position: relative;
  padding-right: 15rem;
  width: 100%;
  box-sizing: border-box; }
  .sections .desc .download {
    position: absolute;
    top: .2rem;
    right: 6.5rem; }
.sections .box {
  display: flex;
  padding: 2rem 0 0; }
.sections .list {
  flex: 1; }
  .sections .list ul {
    column-count: 2;
    column-gap: 2rem; }
    .sections .list ul li {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid-column;
      margin: 0 0 1rem;
      cursor: pointer; }
      .sections .list ul li.active {
        color: #f3141d; }
        .sections .list ul li.active a {
          color: #f3141d; }
      .sections .list ul li a {
        color: #000000; }
        .sections .list ul li a::before {
          content: '→';
          padding-left: 1rem; }
      .sections .list ul li.current, .sections .list ul li:hover {
        color: #f3141d; }
        .sections .list ul li.current a, .sections .list ul li:hover a {
          color: #f3141d; }
      .sections .list ul li time {
        font-family: "Times_SC", Times, serif;
        letter-spacing: 0.05rem;
        text-transform: lowercase;
        font-size: 1.25rem; }
.sections .credit {
  width: 15rem;
  box-sizing: border-box;
  font-size: 1.25rem;
  padding-left: 2rem; }
  .sections .credit h3 {
    text-transform: uppercase;
    font-family: "Times_SC", Times, serif;
    letter-spacing: 0.05rem;
    text-transform: lowercase;
    font-size: 1.25rem; }
  .sections .credit .text p {
    display: block;
    margin: .5rem 0 0; }

.accordion-item {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  margin-top: -1px; }
  .accordion-item:not(.show) .video-title:hover {
    background: #FEFF7D; }
    .accordion-item:not(.show) .video-title:hover span {
      opacity: 1; }
  .accordion-item:hover {
    background: #FEFF7D; }
  .accordion-item .title {
    font-family: "AE_Olive", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    padding: 1rem 2rem 1rem 12rem;
    line-height: 1;
    cursor: pointer;
    position: relative; }
    .accordion-item .title span {
      position: absolute;
      right: 12rem;
      font-family: "Starling Book", Times, serif;
      font-size: 1.25rem;
      height: 1rem;
      line-height: 1rem;
      top: 50%;
      margin-top: -.5rem;
      padding-left: 1.25rem;
      cursor: pointer;
      opacity: 0; }
      .accordion-item .title span::before {
        height: .6rem;
        width: .6rem;
        border-radius: 50%;
        content: '';
        left: 0;
        top: 50%;
        margin: -.4rem 0 0;
        background: #f3141d;
        position: absolute; }
  .accordion-item .col {
    padding: 1rem 2rem 1rem 12rem;
    display: none; }
    .accordion-item .col::after {
      display: block;
      clear: both;
      content: ''; }
  .accordion-item .left {
    width: 25%;
    padding-right: 2rem;
    box-sizing: border-box;
    float: left; }
    .accordion-item .left h3 {
      text-transform: uppercase;
      font-family: "Times_SC", Times, serif;
      letter-spacing: 0.05rem;
      text-transform: lowercase;
      font-size: 1.25rem; }
    .accordion-item .left p {
      margin: .3rem 0 1rem; }
    .accordion-item .left p {
      font-size: 1.25rem; }
  .accordion-item .right {
    flex: 1;
    box-sizing: border-box;
    width: 75%;
    float: right; }
  .accordion-item .btn {
    margin-bottom: .5rem;
    cursor: pointer; }

.video-cover {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: auto;
  height: auto;
  background: #ebebeb; }

/*
.video-list {

}
*/
/*
.mejs__overlay-button {
    background-image: url(../images/play-button.svg) !important;
    background-position: center !important;
}
*/
.mejs__container {
  position: relative;
  height: auto !important; }
  .mejs__container::before {
    content: '';
    display: block;
    padding: 0 0  56.25%; }

.mejs__mediaelement,
.mejs__overlay.mejs__layer {
  overflow: hidden; }

.mejs__overlay.mejs__layer,
.js-video.inited {
  height: 100% !important;
  width: 100% !important; }

.mejs__inner {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.embed-video {
  width: 100%;
  position: relative;
  overflow: hidden;
    /*
    .ico {
        width: 0;
        height: 0;
        border-top: 6vw solid transparent;
        border-left: 10vw solid #fff;
        border-bottom: 6vw solid transparent;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -5vw 0 0 -3vw;
        cursor: pointer;
        z-index: 99;
        display: none;

        &.playing {
            opacity: 0;
        }
    }
    */ }
  .embed-video::before {
    content: '';
    display: block;
    padding-bottom: 66.6%; }
  .embed-video a {
    display: block; }
  .embed-video > video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: none; }

.filter-syllabi {
  margin: 2rem 0; }
  .filter-syllabi .filter-item {
    margin: 2rem 0;
    font-size: 1.25rem; }
    .filter-syllabi .filter-item h3 {
      text-transform: uppercase;
      font-family: "Times_SC", Times, serif;
      letter-spacing: 0.05rem;
      text-transform: lowercase;
      font-size: 1.25rem; }
  .filter-syllabi .filter label {
    cursor: pointer; }
    .filter-syllabi .filter label:hover {
      color: #f3141d; }
  .filter-syllabi .filter ul {
    display: none;
    margin: 0 0 1rem 1rem; }
  .filter-syllabi .filter.categorys-filter {
    text-transform: uppercase;
    font-family: "Times_SC", Times, serif;
    letter-spacing: 0.05rem;
    text-transform: lowercase;
    font-size: 1.25rem; }
  .filter-syllabi .js-filter-syllabi {
    cursor: pointer; }
    .filter-syllabi .js-filter-syllabi:hover {
      color: #f3141d; }
  .filter-syllabi p {
    font-size: 1.25rem;
    margin-bottom: 1rem; }

.page-template-tpl_curriculum .syllabi-list {
  margin: 0; }
  .page-template-tpl_curriculum .syllabi-list .list {
    box-sizing: border-box;
    padding: 1rem 1rem 1rem 11rem; }
  .page-template-tpl_curriculum .syllabi-list .syllabi {
    width: 20%; }

.syllabi-list {
  position: relative;
  margin: -1rem 0 0 -1rem; }
  .syllabi-list .list {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .syllabi-list .col {
    position: relative;
    background: #bbb;
    cursor: pointer; }
    .syllabi-list .col::before {
      content: '';
      padding-bottom: 135%;
      display: block; }
    .syllabi-list .col > div {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      padding: 1rem;
      box-sizing: border-box;
      background: #bbb;
      transition: opacity .2s; }
    .syllabi-list .col .front {
      font-family: "AE_Olive", Arial, sans-serif;
      text-transform: uppercase;
      opacity: 1; }
      .syllabi-list .col .front h2 {
        position: relative;
        z-index: 9; }
      .syllabi-list .col .front footer {
        position: absolute;
        left: 1rem;
        bottom: 1rem;
        z-index: 9; }
    .syllabi-list .col .back {
      opacity: 0;
      font-size: 1.1rem; }
      .syllabi-list .col .back .text {
        margin: 1rem 0; }
      .syllabi-list .col .back footer {
        position: absolute;
        left: 1rem;
        bottom: 1rem;
        z-index: 9; }
    .syllabi-list .col:hover .front {
      opacity: 0; }
    .syllabi-list .col:hover .back {
      opacity: 1; }
  .syllabi-list .syllabi {
    padding: 1rem;
    box-sizing: border-box;
    width: 25%; }
    .syllabi-list .syllabi.new-theorys-curriculum .level i::after {
      background-color: white; }
  .syllabi-list .level {
    position: absolute;
    left: 4.5%;
    top: 50%;
    margin: 0;
    width: 91%;
    display: flex;
    transform: translate3d(0, -50%, 0); }
    .syllabi-list .level i {
      display: block;
      width: 20%;
      margin: 0 2.5%;
      position: relative; }
      .syllabi-list .level i::before {
        content: '';
        width: 100%;
        padding-bottom: 100%;
        display: block; }
      .syllabi-list .level i::after {
        position: absolute;
        left: 0;
        border-radius: 100%;
        background: #FEFF7D;
        top: 0;
        height: 100%;
        width: 100%;
        content: ''; }
    .syllabi-list .level-5 .level {
      transform: rotate(57deg) translate3d(-15%, 77%, 0);
      width: 140%; }
      .syllabi-list .level-5 .level i {
        width: 19%;
        margin: 0 3%; }

.slider {
  margin: 2rem 0;
  position: relative; }
  .slider .slider-navi {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .slider .slider-navi span {
      width: 50%;
      text-align: center;
      cursor: pointer; }
    .slider .slider-navi .prev::before,
    .slider .slider-navi .next::before {
      content: '›';
      position: absolute;
      top: calc(50% - 3.5rem);
      right: 4rem;
      color: #fff;
      font-size: 7rem;
      line-height: 1;
      transform: translate3d(-50%, 0, 0);
      margin-top: 0;
      text-align: center;
      width: 0; }
    .slider .slider-navi .prev::before {
      content: '‹';
      right: auto;
      left: 2rem; }
  .slider .slider-inner {
    width: 100%;
    overflow: hidden; }
    .slider .slider-inner > .item {
      position: absolute;
      opacity: 0; }
      .slider .slider-inner > .item-1 {
        position: relative;
        z-index: 9;
        opacity: 1; }
  .slider .item {
    width: 100%;
    position: relative;
    background: #ddd; }
    .slider .item .embed-video {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
    .slider .item::before {
      content: '';
      display: block;
      padding-bottom: 66.6%; }
    .slider .item .next,
    .slider .item .prev {
      position: absolute;
      left: 0;
      width: 50%;
      cursor: pointer;
      display: block;
      z-index: 9;
      top: 0;
      height: 100%; }
    .slider .item .next {
      left: 50%; }
    .slider .item img {
      display: block;
      transform: translate3d(-50%, -50%, 0);
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      cursor: pointer; }
  .slider .slick-arrow {
    display: none !important; }

#container .mejs__container {
  margin-bottom: 10px; }
#container .mejs__controls {
  opacity: 1 !important;
  height: 1.8rem;
  padding: 0 1rem !important;
  display: block !important; }
#container .mejs__time-handle-content {
  opacity: 0; }
#container .mejs__playpause-button {
  height: 1rem;
  width: 1rem;
  border-radius: 1rem;
  background: #f3141d;
  overflow: hidden;
  cursor: pointer; }
  #container .mejs__playpause-button.mejs__pause {
    animation: flash 1s linear infinite; }
  #container .mejs__playpause-button button {
    background: transparent; }
#container .mejs__fullscreen-button {
  position: absolute;
  right: .5rem;
  bottom: .1rem; }

.mejs__time-float,
.mejs__offscreen,
.mejs__volume-button,
.mejs__time,
.mejs__mute > button {
  display: none !important; }

.mejs__time-rail {
  position: absolute !important;
  left: 0;
  width: 100% !important;
  margin: 0 !important;
  bottom: -6px;
  height: 5px !important;
  padding: 0 !important; }
  .mejs__time-rail .mejs__time-total {
    margin: 0 !important; }
  .mejs__time-rail .mejs__time-total, .mejs__time-rail .mejs__time-buffering, .mejs__time-rail .mejs__time-loaded, .mejs__time-rail .mejs__time-current, .mejs__time-rail .mejs__time-float, .mejs__time-rail .mejs__time-hovered, .mejs__time-rail .mejs__time-float-current, .mejs__time-rail .mejs__time-float-corner, .mejs__time-rail .mejs__time-marker {
    border-radius: 0 !important;
    height: 5px !important; }
  .mejs__time-rail .mejs__time-hovered.negative {
    background: rgba(0, 0, 0, 0.2); }
  .mejs__time-rail .mejs__time-current, .mejs__time-rail .mejs__time-handle-content {
    background: black !important; }

.slider-inner {
  /* Slider */
    /*
    .slick-arrow {
        position: absolute;
        top: 0;
        height: 100%;
        width: 40%;
        z-index: 9998;
        opacity: 0;
        cursor: -webkit-image-set(url(../images/left.png) 2x) 50 28, pointer;
        padding: 0;
        margin: 0;
        border: none;
    }

    .slick-next {
        right: 0;
        cursor: -webkit-image-set(url(../images/right.png) 2x) 50 28, pointer;
    }
    */ }
  .slider-inner .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .slider-inner .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .slider-inner .slick-list:focus {
    outline: none; }
  .slider-inner .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .slider-inner .slick-track,
  .slider-inner .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slider-inner .slick-slide {
    float: left;
    min-height: 1px;
    position: relative; }

.inner {
  margin-left: 12rem;
  margin-right: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }

.footer {
  padding: 2rem;
  background: #ebebeb; }
  .footer .col {
    display: flex; }
  .footer a {
    color: #000000; }
    .footer a:hover {
      color: #f3141d; }
  .footer .left {
    width: 31.1%;
    padding-right: 1.75rem;
    box-sizing: border-box; }
    .footer .left h2 {
      font-size: 1.8rem;
      font-family: "AE_Olive", Arial, sans-serif;
      text-transform: uppercase;
      margin: 0 0 1rem;
      line-height: 1.3; }
    .footer .left p {
      font-size: 1.25rem; }
  .footer .center {
    width: 25%;
    padding-right: 8rem;
    box-sizing: border-box;
    font-size: 1.25rem; }
    .footer .center h3 {
      text-transform: uppercase;
      font-family: "Times_SC", Times, serif;
      letter-spacing: 0.05rem;
      text-transform: lowercase;
      font-size: 1.25rem; }
    .footer .center .subscribe {
      margin: 0; }
      .footer .center .subscribe > p {
        padding: 0 0 .5rem; }
      .footer .center .subscribe input {
        border: 1px solid #000;
        font-family: Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        padding: .5rem;
        box-sizing: border-box;
        margin: .25rem 0;
        width: 100%;
        font-size: .8rem;
        background: transparent;
        letter-spacing: .1rem; }
      .footer .center .subscribe button {
        font-size: 1.25rem;
        background: transparent;
        padding: .5rem;
        margin: .5rem 0;
        cursor: pointer;
        font-size: .8rem;
        letter-spacing: .1rem; }
  .footer .right {
    width: 35%;
    padding-left: 1rem;
    box-sizing: border-box;
    font-size: 1.25rem;
    position: relative;
    top: -1rem; }
    .footer .right h3 {
      text-transform: uppercase;
      margin: 1rem 0 .2rem;
      font-family: "Times_SC", Times, serif;
      letter-spacing: 0.05rem;
      text-transform: lowercase;
      font-size: 1.25rem; }
    .footer .right .btn {
      border-color: #f3141d;
      color: #f3141d;
      margin: .5rem 0 0;
      overflow: hidden;
      position: relative;
      width: 6.85rem;
      padding-left: 0;
      padding-right: 0;
      height: 1rem; }
      .footer .right .btn div {
        display: flex;
        white-space: nowrap;
        position: absolute;
        height: 1rem;
        line-height: 1rem; }
      .footer .right .btn span {
        padding: 0 .55rem; }
      .footer .right .btn strong {
        display: none; }
      .footer .right .btn:hover {
        background-color: #f3141d; }
        .footer .right .btn:hover div {
          transform: translateX(0%);
          animation: scroll-slow 150s linear infinite; }
          .footer .right .btn:hover div span {
            color: white !important; }
    .footer .right img {
      width: 100%;
      height: auto;
      display: block;
      margin: .5rem 0 1rem; }

@keyframes scroll-slow {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-100%); } }
/********* Enter & Content */
.enter > :first-child {
  margin-top: 0 !important; }
.enter .embed-image {
  margin: 1.5rem 0;
  display: block; }
  .enter .embed-image img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto; }
.enter h1,
.enter h2,
.enter h3,
.enter h4,
.enter h5 {
  margin: 1.79rem 0 0 0;
  text-transform: uppercase; }
.enter h1 {
  font-family: "AE_Olive", Arial, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1rem; }
.enter h2, .enter h3 {
  margin: 2rem 0 0;
  font-family: "Times_SC", Times, serif;
  letter-spacing: 0.05rem;
  text-transform: lowercase;
  font-size: 1.25rem; }
.enter p {
  margin: 0 0 1rem; }
  .enter p b, .enter p strong {
    font-weight: normal;
    font-family: "Times_SC", Times, serif;
    letter-spacing: 0.05rem;
    text-transform: lowercase;
    font-size: 1.25rem; }
.enter .alignleft {
  float: left;
  margin: 1.5rem 1.5rem 1.5rem 0; }
.enter .alignright {
  float: right;
  margin: 1.5rem 0 1.5rem 1.5rem; }
.enter blockquote {
  margin: 1.5rem 3rem; }
  .enter blockquote * {
    margin: 0; }
.enter ul {
  margin-bottom: 1.33rem; }
  .enter ul li {
    list-style: none;
    margin: 0 0 0 .3rem;
    padding-left: 1rem; }
    .enter ul li:before {
      content: '– ';
      margin-left: -1.3rem; }
.enter > ol {
  margin: 1.5rem 0 1.5rem 0;
  list-style: decimal;
  padding-left: 1rem;
  counter-reset: first-level; }
  .enter > ol li {
    list-style: none;
    padding-left: 0; }
  .enter > ol > li:before {
    content: counters(first-level,".") ". ";
    counter-increment: first-level;
    display: inline-block;
    margin-left: -1rem;
    width: 1rem; }
  .enter > ol > li > ol {
    margin: 0 0 1.5rem 0;
    counter-reset: second-level;
    margin-left: 0; }
    .enter > ol > li > ol li {
      margin-left: 1rem; }
      .enter > ol > li > ol li:before {
        content: counters(second-level,".") ". ";
        counter-increment: second-level;
        display: inline-block;
        margin-left: -1rem;
        width: 1rem; }
    .enter > ol > li > ol > li > ol {
      counter-reset: third-level; }
      .enter > ol > li > ol > li > ol > li:before {
        content: counters(third-level,".") ". ";
        counter-increment: third-level;
        display: inline-block;
        margin-left: -1rem;
        width: 1rem; }
.enter img,
.enter object,
.enter iframe,
.enter input,
.enter textarea {
  max-width: 100%; }
.enter img {
  height: auto;
  max-width: 100%;
  vertical-align: inherit; }
.enter pre {
  display: block;
  font-family: "Starling Book", Times, serif; }
.enter p img {
  display: block; }
.enter p.wp-caption-text {
  text-align: center;
  margin: 0 auto; }
.enter .alignnone, .enter .aligncenter {
  margin: auto;
  text-align: center; }
.enter .alignleft {
  margin-left: 0;
  text-align: left; }
.enter .alignright {
  margin-right: 0;
  text-align: right; }
.enter .wp-caption {
  margin-top: .3rem; }
.enter.less-content {
  width: 68%;
  margin: auto; }

#js-form-wrap-2 .wpcf7 {
  display: none; }

#js-form-wrap-3 .exchange-item {
  min-height: 80vh; }
  #js-form-wrap-3 .exchange-item .form {
    margin: 2rem 0; }
    #js-form-wrap-3 .exchange-item .form p:first-child {
      margin: 0; }
    #js-form-wrap-3 .exchange-item .form input {
      border: 1px solid #000;
      font-family: Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      padding: .5rem;
      box-sizing: border-box;
      width: 22rem;
      font-size: .8rem;
      background: transparent;
      letter-spacing: .1rem;
      margin-right: .5rem; }
    #js-form-wrap-3 .exchange-item .form .msg {
      color: #f3141d;
      font-size: 1rem;
      padding: .5rem 0 0; }
      #js-form-wrap-3 .exchange-item .form .msg:empty {
        display: none; }
    #js-form-wrap-3 .exchange-item .form button {
      padding: .6rem;
      margin: 0 !important; }
  #js-form-wrap-3 .exchange-item .btn {
    margin: -.1rem .5rem 0; }

.loading {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999999999999999999999999;
  background: rgba(255, 255, 255, 0.5);
  cursor: progress; }

.loader {
  border: 6px  solid #ccc;
  border-top-color: #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -28px 0 0 -28px; }

.grecaptcha-badge {
  opacity: 0 !important; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* Styles for AOS
@import 'aos/core';
@import 'aos/easing';
@import 'aos/animations';


.app-height {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: -1;
    opacity: 0;
} */
/*
.pop-box {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
    
    .bg {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 8;
        height: 100%;
        width: 100%;
        background: rgba(#000, .75);
        cursor: pointer;
    }

    .col {
        position: absolute;
        left: 0;
        top: 0;
        
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .form {
        padding: 3rem;
        background: #fff;
        min-width: 22rem;
        box-shadow: 2px 0 15px rgba(#000, .75);
        z-index: 9;
        position: relative;

        .close {
            height: 1.4rem;
            width: 1.4rem;
            position: absolute;
            right: .6rem;
            top: .6rem;
            cursor: pointer;

            svg {
                stroke: #000;
                height: 100%;
                width: 100%;
                stroke-miterlimit: 10;
                stroke-width: 3px;
            }

            &:hover svg {
                stroke: $red;
            }
        }

        .msg {
            color: $red;
            font-size: .8rem;
        }

        p {
            margin: .5rem 0;
        }

        label {
            font-family: $font3;
            letter-spacing: $letterspacing2;
            text-transform: lowercase;
            font-size: $smallSize;
            display: block;
            position: relative;
        }
        
        input {
            border: 1px solid #000;
            font-family: Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            padding: .5rem;
            box-sizing: border-box;
            width: 100%;
            font-size: .8rem;
            background: transparent;
            letter-spacing: .1rem;
        }

        button {
            @extend %btn;
            background: transparent;
            padding: .5rem;
            margin: .5rem 0;
            cursor: pointer;
            font-size: .8rem;
            letter-spacing: .1rem;

            & + .apply {
                padding-left: 1rem;
                background: transparent;
                cursor: pointer;
                font-size: 1rem;

                &:hover {
                    color: $red;
                }
            }
        }
    }
}
*/
@keyframes flash {
  0% {
    background-color: #f3141d; }
  10% {
    background-color: rgba(243, 20, 29, 0); }
  20% {
    background-color: rgba(243, 20, 29, 0); }
  30% {
    background-color: #f3141d; }
  100% {
    background-color: #f3141d; } }
.hamburger {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 1.2rem;
  padding: .5rem 1rem;
  cursor: pointer;
  z-index: 99999; }
  .hamburger svg {
    height: 100%;
    width: 100%; }
  .hamburger .line {
    fill: none;
    stroke: #000;
    stroke-linecap: square;
    stroke-miterlimit: 10;
    stroke-width: 5px;
    transform: rotate(0) translateY(0) translateX(0);
    opacity: 1;
    transition: transform 0.3s ease-in-out, opacity 0.1s ease-in-out; }
  body.show-navi .line:nth-of-type(1) {
    transform: rotate(-45deg) translateY(80%) translateX(-40%); }
  body.show-navi .line:nth-of-type(2) {
    opacity: 0; }
  body.show-navi .line:nth-of-type(3) {
    transform: rotate(45deg) translateY(-108%) translateX(15%); }

@media only screen and (max-width: 900px) {
  .mobile-item {
    display: block; }

  .desktop-item {
    display: none !important; }

  html {
    font-size: 16px; }

  .wrap {
    padding-top: 2.5rem;
    overflow: hidden; }

  .enter {
    font-size: 1rem; }

  .navi {
    display: block;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%; }
    .navi h1 {
      min-width: unset;
      width: 100%;
      padding: .5rem 1rem;
      height: 1.5rem;
      background: #cecece;
      position: relative;
      z-index: 9; }
      .navi h1 a {
        display: block;
        text-align: left;
        height: 1.5rem;
        width: auto;
        padding: 0; }
        .navi h1 a svg {
          height: 1.5rem;
          width: 1.5rem;
          position: static;
          margin-top: 0; }
    .navi a {
      display: block;
      box-sizing: border-box;
      padding: .5rem 0;
      line-height: 1; }
      .navi a::before {
        display: none; }
    .navi .mobile-heading {
      display: inline; }
      .navi .mobile-heading span {
        font-size: 1.25rem;
        letter-spacing: .05rem;
        position: absolute;
        top: .75rem;
        left: 4rem;
        font-family: "AE_Olive", Arial, sans-serif;
        text-transform: uppercase;
        line-height: 1;
        display: none; }
        body.page-attention .navi .mobile-heading span.menu-attention, body.single-events .navi .mobile-heading span.menu-curriculum, body.page-members .navi .mobile-heading span.menu-curriculum, body.page-curriculum .navi .mobile-heading span.menu-curriculum, body.page-syllabis .navi .mobile-heading span.menu-curriculum, body.single-journal .navi .mobile-heading span.menu-attention, body.page-attentions .navi .mobile-heading span.menu-attention, body.single-exchange .navi .mobile-heading span.menu-exchanges, body.page-exchanges .navi .mobile-heading span.menu-exchanges, body.tax-topic .navi .mobile-heading span.menu-books, body.page-books .navi .mobile-heading span.menu-books, body.single-historie .navi .mobile-heading span.menu-histories, body.tax-historie-topic .navi .mobile-heading span.menu-histories, body.page-histories .navi .mobile-heading span.menu-histories, body.single-workshop .navi .mobile-heading span.menu-workshops, body.page-workshops .navi .mobile-heading span.menu-workshops, body.page-about .navi .mobile-heading span.menu-about, body.page-support .navi .mobile-heading span.menu-support {
          display: block; }
    .navi ul {
      display: block;
      width: 100%;
      flex: 1;
      position: absolute;
      margin: 0;
      background: #f0f0f0;
      transition: transform .3s ease-in-out;
      transform: translate3d(0, -100%, 0); }
      body.show-navi .navi ul {
        transform: translate3d(0, 0%, 0); }
    .navi li {
      text-align: left;
      display: block;
      font-size: 1.25rem;
      letter-spacing: .05rem;
      padding: 0; }
      .navi li a {
        display: block;
        box-sizing: border-box;
        padding: .3rem 0 .3rem 4rem;
        background: #cecece;
        border-top: 1px solid white; }
        .navi li a::before {
          display: none; }
      body.page-attention .navi li.menu-attention a, body.single-events .navi li.menu-curriculum a, body.page-members .navi li.menu-curriculum a, body.page-curriculum .navi li.menu-curriculum a, body.page-syllabis .navi li.menu-curriculum a, body.single-journal .navi li.menu-attention a, body.page-attentions .navi li.menu-attention a, body.single-exchange .navi li.menu-exchanges a, body.page-exchanges .navi li.menu-exchanges a, body.tax-topic .navi li.menu-books a, body.page-books .navi li.menu-books a, body.single-historie .navi li.menu-histories a, body.tax-historie-topic .navi li.menu-histories a, body.page-histories .navi li.menu-histories a, body.single-workshop .navi li.menu-workshops a, body.page-workshops .navi li.menu-workshops a, body.page-about .navi li.menu-about a, body.page-support .navi li.menu-support a {
        background: #FEFF7D; }

  .featured {
    min-height: unset;
    padding: 1.5rem 1rem;
    width: 100%; }
    .featured-mini {
      min-height: unset; }
    .featured .title {
      font-size: 2rem;
      padding-right: 2rem;
      max-width: unset; }
    .featured .text {
      font-size: 1.25rem;
      padding-right: 2em;
      display: block; }
      .featured .text .page-title {
        font-size: 2rem;
        max-width: unset; }

  .links {
    padding: 1rem 0 0; }
    .links label {
      display: none; }
    .links span, .links a {
      margin-left: 0;
      font-size: 1rem; }
    .links svg {
      height: 1.8rem;
      width: 1.8rem;
      top: .5rem; }

  .message {
    display: block;
    padding: 1rem;
    line-height: 1;
    font-size: 1rem;
    background: #f0f0f0; }
    .message .left {
      padding: 0;
      letter-spacing: 0.1rem;
      font-size: 1rem; }
    .message h2 {
      padding: 0;
      font-size: 1rem;
      margin-bottom: .25rem; }

  .heading {
    padding: 0.5rem;
    letter-spacing: 0.1rem;
    display: block;
    font-size: 1rem; }
    .heading h2 {
      width: 100% !important;
      text-align: center;
      letter-spacing: 0.1rem;
      display: block;
      font-size: 1rem; }
    .heading .filter {
      display: block;
      text-align: center;
      padding: .5rem 0 0; }
      .heading .filter li {
        padding: 0 .25rem;
        display: inline-block; }

  .book {
    width: 50%;
    margin: 3rem auto 2rem; }

  .article-list .item {
    padding: 1rem;
    border-top: 1px solid #ebebeb;
    position: relative;
    margin-top: -1px; }
    .article-list .item.show {
      display: block; }
    .article-list .item .title {
      font-size: 1.25rem;
      padding-right: 0;
      width: 100%;
      text-align: center;
      line-height: 1.3; }
      .article-list .item .title a:before {
        display: none; }
    .article-list .item .image {
      width: 12rem;
      margin: 1rem auto; }
    .article-list .item .info {
      padding-left: 0;
      font-size: 1rem; }
      .article-list .item .info .text {
        padding-right: 0; }
      .article-list .item .info footer {
        padding: 1rem 0 0;
        width: 100%;
        letter-spacing: 0.1rem;
        font-size: 1rem; }
        .article-list .item .info footer > *:first-child {
          flex: 1; }
        .article-list .item .info footer time {
          flex: unset; }
        .article-list .item .info footer .play-button {
          display: none; }
  .article-list .text-list {
    padding: 1rem;
    column-count: 1;
    column-gap: unset; }
    .article-list .text-list li {
      padding: 0 0 .25rem;
      font-size: 1rem; }
      .article-list .text-list li h2 {
        letter-spacing: 0.1rem;
        font-size: 1rem; }
      .article-list .text-list li .text {
        font-size: 1rem; }
  .article-list .more {
    padding: 0.5rem 1rem; }

  .book-list .item {
    padding: 1rem; }
    .book-list .item .box {
      display: block;
      text-align: center; }
      .book-list .item .box:nth-child(1) {
        padding-bottom: 1rem; }
    .book-list .item .title {
      font-size: 1.25rem; }
    .book-list .item .left {
      width: 100%;
      padding-bottom: 1rem; }
    .book-list .item .right {
      font-size: 1rem;
      padding-left: 0;
      text-align: left; }
    .book-list .item .mate {
      font-size: 1rem;
      text-align: left; }
      .book-list .item .mate h3 {
        letter-spacing: 0.1rem;
        font-size: 1rem; }

  .apply-text {
    padding: 1rem;
    font-size: 1rem; }
    .apply-text .btns {
      margin: 1rem 0 .5rem; }

  .footer {
    padding: 2rem 1rem; }
    .footer .col {
      display: block; }
    .footer a {
      color: #000000; }
      .footer a:hover {
        color: #f3141d; }
    .footer .left {
      width: auto;
      padding-right: 0;
      font-size: 1rem; }
      .footer .left h2 {
        font-size: 1.25rem;
        margin: 0 0 1rem; }
      .footer .left p {
        font-size: 1rem; }
    .footer .center {
      width: auto;
      padding-right: 0;
      font-size: 1rem;
      margin: 2rem 0; }
      .footer .center h3 {
        letter-spacing: 0.1rem;
        font-size: 1rem; }
      .footer .center .subscribe {
        margin: 0; }
        .footer .center .subscribe > p {
          padding: 0 0 .5rem; }
        .footer .center .subscribe input {
          padding: .5rem;
          margin: .25rem 0;
          font-size: 1rem; }
        .footer .center .subscribe button {
          font-size: 1rem; }
    .footer .right {
      width: auto;
      padding-left: 0;
      box-sizing: border-box;
      font-size: 1rem;
      top: -1rem; }
      .footer .right h3 {
        margin: 1rem 0 .2rem;
        letter-spacing: 0.1rem;
        font-size: 1rem; }
      .footer .right .btn {
        font-size: 1rem;
        width: 8.3rem; }

  .issue-item {
    padding: 0.5rem 1rem; }
    .issue-item .title {
      font-size: 1.25rem; }
      .issue-item .title:hover a {
        color: #f3141d; }
      .issue-item .title::before {
        content: attr(data-index);
        padding-right: 1rem; }
      .issue-item .title .download-link,
      .issue-item .title a {
        color: #000000; }
    .issue-item .description {
      padding: 1rem 1rem 1rem 0;
      width: 100%;
      font-size: 1rem; }
    .issue-item .info {
      font-family: "Times_SC", Times, serif;
      letter-spacing: 0.05rem;
      text-transform: lowercase;
      font-size: 0.8rem;
      display: block;
      position: relative; }
      .issue-item .info li {
        padding-right: 0; }
        .issue-item .info li:first-child {
          position: absolute;
          right: 0;
          bottom: 0; }
      .issue-item .info strong {
        padding-right: .2rem; }

  .video-list .video-title {
    font-size: 1.25rem;
    padding: 1rem; }
    .video-list .video-title span {
      position: absolute;
      right: 1rem;
      font-family: "Starling Book", Times, serif;
      font-size: 0.8rem;
      height: 1rem;
      line-height: 1rem;
      top: 50%;
      margin-top: -.5rem;
      padding-left: 1.25rem;
      cursor: pointer;
      opacity: 0; }
      .video-list .video-title span::before {
        height: .6rem;
        width: .6rem;
        border-radius: 50%;
        content: '';
        left: 0;
        top: 50%;
        margin: -.4rem 0 0;
        background: #f3141d;
        position: absolute; }
  .video-list .col {
    padding: 1rem; }
  .video-list .left {
    width: auto;
    padding-right: 0;
    float: none; }
    .video-list .left h3 {
      letter-spacing: 0.1rem; }
    .video-list .left p {
      margin: .3rem 0 1rem; }
    .video-list .left p {
      font-size: 0.8rem; }
  .video-list .right {
    width: auto;
    padding-right: 0;
    float: none; }

  .back-link {
    text-align: center; }
    .back-link span,
    .back-link a {
      padding: 0.5rem;
      letter-spacing: 0.1rem; }

  .page-support .donate-wrapper {
    width: 100%;
    display: block; }
  .page-support .supporter-list {
    display: block;
    width: 100%; }

  .exchange-item {
    padding: 1rem; }
    .exchange-item .box {
      padding: 0 0 1rem; }
    .exchange-item .slider {
      margin: 0 0 1rem 0; }
    .exchange-item .left {
      width: auto;
      padding-right: 0;
      float: none;
      padding: 0 0 1rem 0; }
    .exchange-item .right {
      width: auto;
      float: none; }
    .exchange-item .title {
      font-size: 1.25rem; }
    .exchange-item .venue {
      padding: 0 0 1rem 0;
      font-size: 1rem; }
      .exchange-item .venue h3 {
        letter-spacing: 0.1rem;
        font-size: 1rem; }

  .slider .slider-navi {
    opacity: 0; }

  .journal-item header {
    padding: 1rem; }
  .journal-item .title {
    font-size: 1.25rem;
    padding-left: 2rem;
    position: relative; }
    .journal-item .title::before {
      padding-right: 0;
      position: absolute;
      left: 0; }
  .journal-item .pieces li {
    padding: .3rem 1rem;
    font-size: 1.25rem;
    display: block;
    padding-left: 3rem;
    box-sizing: border-box; }
    .journal-item .pieces li .title {
      padding-left: 0; }
      .journal-item .pieces li .title::before {
        padding-right: 0;
        display: none; }
    .journal-item .pieces li a {
      display: block; }
    .journal-item .pieces li .new-play-button {
      width: 2rem;
      height: 2rem;
      position: absolute;
      left: 2.3rem;
      top: .2rem;
      margin-bottom: 2px; }
      .journal-item .pieces li .new-play-button .state {
        display: none;
        left: .7rem; }
      .journal-item .pieces li .new-play-button .play {
        height: 1rem;
        width: 1.5rem;
        left: .7rem;
        top: 50%;
        border-width: .6rem;
        margin-top: -.6rem; }
        .journal-item .pieces li .new-play-button .play::before {
          border-width: .6rem;
          margin-top: -.6rem; }
    .journal-item .pieces li .length {
      position: static;
      display: none; }
    .journal-item .pieces li.audio-ready .play-button,
    .journal-item .pieces li.audio-ready .progress {
      display: block; }
    .journal-item .pieces li .progress {
      background: #cecece; }

  .sections {
    margin: 1rem;
    font-size: 1rem; }
    .sections .desc {
      padding-right: 0; }
      .sections .desc .download {
        position: static; }
    .sections .box {
      display: block;
      padding: 1rem 0 0; }
    .sections .list ul {
      column-count: 1;
      column-gap: unset;
      font-size: 1rem; }
      .sections .list ul li {
        margin: 0 0 1rem; }
        .sections .list ul li time {
          letter-spacing: 0.1rem;
          font-size: 1rem; }
    .sections .download {
      margin: 1rem 0 0; }
    .sections .credit {
      width: auto;
      font-size: 1rem;
      padding-left: 0; }
      .sections .credit h3 {
        letter-spacing: 0.1rem; }

  .contact-form {
    margin: 2rem 0; }
    .contact-form select,
    .contact-form textarea,
    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form input[type="url"],
    .contact-form input[type="password"],
    .contact-form input[type="number"] {
      padding: .5rem;
      font-size: 1rem;
      width: 100%;
      margin-right: 0;
      box-sizing: border-box;
      margin: 0 0 .5rem; }
    .contact-form input[type="submit"] {
      font-size: 1rem; }
    .contact-form textarea {
      width: 100%; }
    .contact-form form > p {
      display: block;
      margin: 0 0 .5rem; }
      .contact-form form > p > label {
        font-size: 0.8rem; }
    .contact-form div.wpcf7-response-output {
      margin: 1rem 0;
      font-size: 0.8rem; }
    .contact-form div.wpcf7-mail-sent-ok {
      font-size: 1rem; }

  .page-template-tpl_home .issue-list .more,
  .page-template-tpl_curriculum .issue-list .more {
    padding: 0.5rem 1rem;
    font-size: 1rem; }

  .filter-syllabi .filter-item {
    font-size: 1rem;
    text-align: left; }

  .page-template-tpl_curriculum .syllabi-list {
    margin: 0; }
    .page-template-tpl_curriculum .syllabi-list .list {
      padding: .5rem; }
    .page-template-tpl_curriculum .syllabi-list .syllabi {
      width: 50%; }

  .syllabi-list {
    margin: 0.5rem -0.5rem; }
    .syllabi-list .syllabi {
      width: 50%;
      padding: 0.5rem; }
    .syllabi-list .col .front {
      font-size: 0.8rem; }
      .syllabi-list .col .front footer {
        width: 7rem;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden; }

  .accordion-item .title {
    font-size: 1.25rem;
    padding: 0.5rem 1rem; }
  .accordion-item .col {
    padding: 0.5rem 1rem; }
  .accordion-item .left, .accordion-item .right {
    width: 100%;
    font-size: 1rem; }
    .accordion-item .left h3, .accordion-item .left p, .accordion-item .right h3, .accordion-item .right p {
      font-size: 1rem; } }
@media only screen and (max-width: 680px) {
  html {
    font-size: 14px; } }
/* ===[ PRINT ]=== */
/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
/* ===[ PRINT ]=== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    -webkit-print-color-adjust: exact !important; }

  /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  .article-list .item .img img {
    display: none; }

  .article-list .item .text .top {
    color: #C69C6D !important;
    margin-top: -3em; }

  .article-list .item .text .bottom {
    color: #383B97 !important;
    display: block;
    opacity: 1 !important; } }
/* ===[ PLUGINS ]=== */
/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
/*
.mejs__offscreen {
  border: 0;
  clip: rect( 1px, 1px, 1px, 1px );
  -webkit-clip-path: inset( 50% );
          clip-path: inset( 50% );
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
*/
.mejs__container {
  background: #000;
  box-sizing: border-box;
  font-family: 'Helvetica', Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top; }

.mejs__container * {
  box-sizing: border-box; }

/* Hide native play button and control bar from iOS to favor plugin button */
.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important; }

.mejs__fill-container,
.mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%; }

.mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

.mejs__container:focus {
  outline: none; }

.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%; }

.mejs__embed,
.mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.mejs__fullscreen {
  overflow: hidden !important; }

.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000; }

.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
  height: 100% !important;
  width: 100% !important; }

/* Start: LAYERS */
.mejs__background {
  left: 0;
  position: absolute;
  top: 0; }

.mejs__mediaelement {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0; }

.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1; }

:root .mejs__poster-img {
  display: none; }

.mejs__poster-img {
  border: 0;
  padding: 0; }

.mejs__overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0; }

.mejs__layer {
  z-index: 1; }

.mejs__overlay-play {
  cursor: pointer; }

.mejs__overlay-button {
  background: url("../images/mejs-controls.svg") no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px; }

.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px; }

.mejs__overlay-loading {
  height: 80px;
  width: 80px; }

.mejs__overlay-loading-bg-img {
  -webkit-animation: mejs__loading-spinner 1s linear infinite;
  animation: mejs__loading-spinner 1s linear infinite;
  background: transparent url("../images/mejs-controls.svg") -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1; }

@-webkit-keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs__controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3; }

/*
.mejs__controls:not([style*='display: none']) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}
*/
.mejs__button,
.mejs__time,
.mejs__time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px; }

.mejs__button > button {
  background: transparent url("../images/mejs-controls.svg");
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px; }

/* :focus for accessibility */
.mejs__button > button:focus {
  outline: dotted 1px #999; }

.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
  outline: 0; }

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs__time {
  box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto; }

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs__play > button {
  background-position: 0 0; }

.mejs__pause > button {
  background-position: -20px 0; }

.mejs__replay > button {
  background-position: -160px 0; }

/* End: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs__time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative; }

.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute; }

.mejs__time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 5px 0 0;
  width: 100%; }

.mejs__time-buffering {
  -webkit-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  width: 100%; }

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
@keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
.mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3); }

.mejs__time-current,
.mejs__time-handle-content {
  background: rgba(255, 255, 255, 0.9); }

.mejs__time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10; }

.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2); }

.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
  width: 100%; }

.mejs__time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1); }

.mejs__time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important; }

.mejs__time-handle,
.mejs__time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11; }

.mejs__time-handle-content {
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px; }

.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.mejs__time-float {
  background: #eee;
  border: solid 1px #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px; }

.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px; }

.mejs__time-float-corner {
  border: solid 5px #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0; }

.mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px; }

.mejs__long-video .mejs__time-float-current {
  width: 60px; }

.mejs__broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%; }

/* End: Progress Bar */
/* Start: Fullscreen */
.mejs__fullscreen-button > button {
  background-position: -80px 0; }

.mejs__unfullscreen > button {
  background-position: -100px 0; }

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs__mute > button {
  background-position: -60px 0; }

.mejs__unmute > button {
  background-position: -40px 0; }

.mejs__volume-button {
  position: relative; }

.mejs__volume-button > .mejs__volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1; }

.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px; }

.mejs__volume-total {
  background: rgba(255, 255, 255, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px; }

.mejs__volume-current {
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%; }

.mejs__volume-handle {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px; }

.mejs__horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px; }

.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 8px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  width: 50px; }

.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.mejs__horizontal-volume-handle {
  display: none; }

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs__captions-button,
.mejs__chapters-button {
  position: relative; }

.mejs__captions-button > button {
  background-position: -140px 0; }

.mejs__chapters-button > button {
  background-position: -180px 0; }

.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px; }

.mejs__chapters-button > .mejs__chapters-selector {
  margin-right: -55px;
  width: 110px; }

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0; }

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0; }

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important; }

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute; }

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%; }

.mejs__captions-selected,
.mejs__chapters-selected {
  color: #21f8f8; }

.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px; }

.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center; }

.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline; }

.mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal; }

.mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%; }

.mejs__captions-position-hover {
  bottom: 35px; }

.mejs__captions-text,
.mejs__captions-text * {
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap; }

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none; }

/* End: Track (Captions and Chapters) */
/* Start: Error */
.mejs__overlay-error {
  position: relative; }

.mejs__overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1; }

.mejs__cannotplay,
.mejs__cannotplay a {
  color: #fff;
  font-size: 0.8em; }

.mejs__cannotplay {
  position: relative; }

.mejs__cannotplay p,
.mejs__cannotplay a {
  display: inline-block;
  padding: 0 15px;
  width: 100%; }

/* End: Error */
