@charset "UTF-8";
/*!
Theme Name: Forum 2015
Theme URI: http://underscores.me/
Author: TenTwentyFour S.àr.l.
Author URI: http://www.1024.lu
Description: A theme for the forum.lu website
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: forum15
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Forum 2015 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Fonts
# Normalize
# Typography
# Grid
# Utilities
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Trumps
--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
@font-face {
  font-family: "Crimson Text";
  src: url("fonts/crimsontext-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Crimson Text";
  src: url("fonts/crimsontext-italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "PT Sans";
  src: url("fonts/pt-sans.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("fonts/source-sans-pro.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Grid - uses toast: https://github.com/daneden/toast
--------------------------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 34em) {
  .container {
    max-width: 34rem;
  }
}
@media (min-width: 48em) {
  .container {
    max-width: 45rem;
  }
}
@media (min-width: 62em) {
  .container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .container {
    max-width: 72.25rem;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 34em) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 48em) {
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 62em) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 75em) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1 {
    float: left;
  }

  .col-xl-1 {
    width: 8.3333333333%;
  }

  .col-xl-2 {
    width: 16.6666666667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.3333333333%;
  }

  .col-xl-5 {
    width: 41.6666666667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.3333333333%;
  }

  .col-xl-8 {
    width: 66.6666666667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.3333333333%;
  }

  .col-xl-11 {
    width: 91.6666666667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-pull-1 {
    right: 8.3333333333%;
  }

  .col-xl-pull-2 {
    right: 16.6666666667%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-4 {
    right: 33.3333333333%;
  }

  .col-xl-pull-5 {
    right: 41.6666666667%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-7 {
    right: 58.3333333333%;
  }

  .col-xl-pull-8 {
    right: 66.6666666667%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-10 {
    right: 83.3333333333%;
  }

  .col-xl-pull-11 {
    right: 91.6666666667%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-push-1 {
    left: 8.3333333333%;
  }

  .col-xl-push-2 {
    left: 16.6666666667%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-4 {
    left: 33.3333333333%;
  }

  .col-xl-push-5 {
    left: 41.6666666667%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-7 {
    left: 58.3333333333%;
  }

  .col-xl-push-8 {
    left: 66.6666666667%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-10 {
    left: 83.3333333333%;
  }

  .col-xl-push-11 {
    left: 91.6666666667%;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0%;
  }

  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 33.9em) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 34em) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 47.9em) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 48em) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 61.9em) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 62em) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 74.9em) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 75em) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print .hidden-print {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Crimson Text", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

h2.entry-title {
  line-height: 1.2em;
}

h2.entry-subtitle {
  font-size: 1.4em;
  font-weight: normal;
  margin-top: -30px;
}

.content-area .section-heading {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.content-area h1.section-heading {
  font-weight: normal;
}

.section-header .section-heading {
  position: absolute;
}
.section-header .section-heading span {
  padding: 0 20px;
  background-color: white;
}

.home-audio h1,
.home-video h1 {
  font-size: 1.5em;
}
.home-audio h1 span.audio-meta-info,
.home-video h1 span.audio-meta-info {
  font-size: 70%;
}

.page-header h1.page-title {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

.home-video article.format-video {
  max-height: 600px;
}
.home-video article.format-video .entry-summary figure {
  margin: 0;
}
.home-video article.format-video .entry-summary figure.wp-block-embed {
  margin-bottom: 0;
}
.home-video article.format-video .entry-summary figure.wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.home-video article.format-video .entry-summary figure.wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

.section-header-line {
  padding-top: 0.75em;
}

.remodal .search-button {
  background-color: #fff;
  color: #000;
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.content-area.home-page {
  margin-top: 20px;
}

.archive-page .main-section .section-header {
  margin-top: 3rem;
  display: table;
}
.archive-page .main-section .section-heading,
.archive-page .main-section .section-header-line {
  display: table-cell;
}
.archive-page .main-section .section-heading {
  padding-right: 20px;
  position: relative;
}
.archive-page .main-section .section-header-line {
  width: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 62em) {
  .archive-page .issue {
    height: 300px;
  }
  .archive-page .issue .issue-cover img {
    max-height: 240px;
  }
}
@media screen and (min-width: 48em) and (max-width: 62em) {
  .archive-page .issue {
    height: 360px;
  }
  .archive-page .issue .issue-cover img {
    max-height: 300px;
  }
}
@media screen and (max-width: 48em) {
  .archive-page .issue {
    height: 360px;
    text-align: center;
  }
  .archive-page .issue.no-cover {
    text-align: left;
  }
  .archive-page .issue .issue-cover img {
    max-height: 300px;
  }
}
.archive-page .issue {
  margin-bottom: 15px;
  /* for issues without a cover, we remove the margin
  and let the items determine their own height */
}
.archive-page .issue.no-cover {
  margin: inherit;
  height: auto;
}
.archive-page .issue .issue-cover img {
  border: 1px solid #DCDCDC;
}
.archive-page .issue footer {
  min-height: 60px;
}
.archive-page .issue-number {
  font-style: italic;
  font-weight: bold;
}
.archive-page .issue-footer .issue-theme {
  line-height: 1em;
}
.archive-page .issue-footer.no-cover {
  margin-left: 12px;
  min-height: 0;
}
.archive-page .issue-footer.no-cover div {
  display: inline-block;
}
.archive-page .issue-footer.no-cover div.issue-number {
  margin-right: 20px;
}
.archive-page .search-form {
  padding: 0 2em;
  background-color: #deebe4;
}
.archive-page .search-form .row {
  margin-bottom: 1rem;
}
.archive-page .year-selector-block {
  background-color: #fff;
  border-bottom: 2px solid #deebe4;
}
.archive-page .year-selector-footer {
  margin-top: 3em;
  border-top: 2px solid #deebe4;
}
.archive-page .year-selector-label {
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-weight: bold;
}
.archive-page .year-selector-value {
  margin: 0px 15px;
  font-style: italic;
  font-family: "Crimson Text", serif;
}
.archive-page .year-selector-value a {
  color: #e45b0a;
}
.archive-page .year-selector-value.active a {
  text-decoration: underline;
}

.powered-by {
  font-size: 0.9em;
  font-style: italic;
  color: #fff;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

@media screen and (max-width: 48em) {
  #slider h1, #slider h2 {
    line-height: 1.2em;
  }
}
#slider .event-container {
  background-color: #c3c3c3;
}
#slider .event-container .event-thumb,
#slider .event-container .event-main {
  margin-top: 40px;
}
#slider .event-container .event-thumb {
  padding-right: 40px;
}
#slider .event-container .event-date {
  color: #e45b0a;
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
}
#slider .event-container .event-title {
  margin: 0;
  line-height: 1.2em;
}
#slider .event-container .entry-summary {
  text-align: justify;
  padding-right: 35px;
  min-height: 100px;
}
#slider .slick-dots {
  margin: 0;
  bottom: 18px;
}
#slider .slick-dots li {
  width: 12px;
}
#slider .slick-dots li button:before {
  font-size: 12px;
  color: #e9e9e9;
  opacity: 1;
}
#slider .slick-dots li.slick-active button:before {
  color: black;
}
@media screen and (max-width: 48em) {
  #slider .slick-dots {
    bottom: 5px;
  }
}
#slider .current-issue {
  min-height: 435px;
}
#slider .current-issue > div {
  height: 100%;
}
#slider .current-issue .hentry {
  margin: 0;
}
#slider .current-issue .row {
  min-height: 435px;
}
@media screen and (min-width: 48em) {
  #slider .current-issue .row {
    margin-left: 20px;
  }
}
@media screen and (max-width: 48em) {
  #slider .current-issue .forum-issue.content-wrapper.has-background-image {
    background-color: transparent !important;
  }
  #slider .current-issue .forum-issue.content-wrapper.has-background-image .issue-main {
    padding-top: 0.5em;
    margin: 0 20px 30px;
    width: 88%;
    border-radius: 6px;
  }
}
#slider .current-issue .issue-cover {
  margin-top: 40px;
  margin-bottom: 20px;
}
#slider .current-issue .issue-cover img {
  box-shadow: 0px 3px 20px 8px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 48em) {
  #slider .current-issue .issue-cover img {
    margin: auto;
  }
}
@media screen and (max-width: 48em) {
  #slider .current-issue .issue-cover img {
    margin-left: 15px;
  }
}
@media screen and (max-width: 34em) {
  #slider .current-issue .issue-cover img {
    margin-left: auto;
    margin-right: auto;
  }
}
#slider .current-issue .issue-main {
  padding: 0 25px;
  margin-top: 40px;
  margin-bottom: 40px;
}
#slider .current-issue .issue-main .current-issue-intro {
  color: #e45b0a;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
#slider .current-issue .issue-main h1.entry-title {
  margin: 0;
}
#slider .current-issue .issue-main .entry-summary {
  color: #000;
  text-align: justify;
}
@media screen and (min-width: 48em) {
  #slider .current-issue .issue-main .entry-summary {
    min-height: 120px;
  }
}
#slider .current-issue .issue-main .forum-button:hover {
  color: #fff;
}
@media screen and (max-width: 75em) {
  #slider .current-issue .issue-main .forum-button {
    width: 100%;
    margin-bottom: 0.6em;
  }
}
#slider .current-issue .featured-article .row {
  margin-left: 10px;
}
#slider .current-issue .featured-article .entry-header {
  margin-top: 40px;
}
#slider .current-issue .featured-article .entry-header .entry-title {
  margin-top: 8px;
}
#slider .current-issue .featured-article .featured-article-intro {
  color: #e45b0a;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
#slider .current-issue .featured-article .featured-article-body {
  text-align: justify;
  padding-right: 35px;
}
#slider .current-issue .featured-article.with-separator::before {
  content: "";
  position: absolute;
  top: 42%;
  left: 0;
  display: block;
  width: 3px;
  background: #858585;
  height: 70%;
  transform: translateY(-45%);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
a.forum-button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-family: "Source Sans Pro", sans-serif;
  background-color: #858585;
  border: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  padding: 10px 30px 11px;
  vertical-align: bottom;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  text-decoration: none;
}
a.forum-button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: #858585;
}
a.forum-button:visited,
button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #fff;
}
a.forum-button:active, a.forum-button:focus,
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  background-color: #858585;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  color: #111;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

.remodal input[type=search] {
  width: 95%;
  border: 0;
}

input[type=search].fullsize-search-field {
  width: 95%;
  border: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
}
a:hover, a:focus, a:active {
  color: #000;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.meta-links {
  margin-top: 20px;
  text-align: right;
  font-family: "Source Sans Pro", sans-serif;
}
@media (min-width: 48em) {
  .meta-links {
    margin-top: 0;
  }
  .meta-links span.meta-links-container {
    padding: 5px;
    background-color: #f7f7f3;
  }
}
.meta-links a:active, .meta-links a:focus, .meta-links a:hover {
  text-decoration: none;
}
.meta-links .languages-list-header {
  margin-bottom: 25px;
  text-align: center;
}
.meta-links .languages-list-header ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.meta-links .languages-list-header ul li {
  display: inline;
  margin: 0 5px 0 5px;
  padding: 0;
}
.meta-links .languages-list-header ul li a, .meta-links .languages-list-header ul li a:visited {
  color: #000;
}
.meta-links .language-link.active {
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
}
.meta-links .search-toggle .dashicons {
  font-size: 28px;
  margin-top: 0;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari */
  transform: rotate(90deg);
}
.meta-links .meta-links-container > span {
  margin: 4px;
}
.meta-links .meta-links-container > span.vertical-separator {
  border-right: 1px solid black;
}
.meta-links .meta-links-container > span.login-link {
  line-height: 2;
}

.main-navigation > div > ul > li > a {
  text-transform: uppercase;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background-color: #000;
  font-family: "Crimson Text", serif;
  margin-bottom: 10px;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  padding-top: 0.7em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul li {
  background-color: #353535;
  width: 100%;
}
.main-navigation ul ul li.menu-item-has-children > a:after {
  content: "  ▸";
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
  padding-top: 0;
  border-left: 1px solid white;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 0;
}
.main-navigation li {
  float: left;
  position: relative;
  padding: 5px 15px;
  min-height: 36px;
}
.main-navigation li:hover, .main-navigation li.active {
  background-color: #606060;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  text-transform: none;
  color: #fff;
}
.main-navigation.toggled ul {
  display: block;
}

/**
 * Show entire menu on display sizes > medium
 */
@media screen and (min-width: 48em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
/**
 * Modify primary menu for smaller resolutions
 */
@media screen and (max-width: 48em) {
  .nav-container {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .slicknav_menu {
    display: block;
  }
  .slicknav_menu .slicknav-flex .slicknav-logo-text a {
    font-weight: bold;
    color: whitesmoke;
  }
  .slicknav_menu .slicknav_nav {
    margin-top: 5px;
  }
  .slicknav_menu .slicknav_nav ul {
    margin: 0;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* Author index */
.author-index-quicklinks {
  margin-top: 20px;
  clear: both;
  display: block;
  font-size: 150%;
}
.author-index-quicklinks ul {
  list-style: none;
  margin: 0;
}
.author-index-quicklinks li {
  float: left;
  position: relative;
  padding: 5px;
  min-height: 36px;
}
.author-index-quicklinks li:hover, .author-index-quicklinks li.active {
  text-decoration: underline;
}
.author-index-quicklinks a {
  display: block;
  text-decoration: none;
  text-transform: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before:before, .clear:before:after,
.clear:after:before,
.clear:after:after,
.entry-content:before:before,
.entry-content:before:after,
.entry-content:after:before,
.entry-content:after:after,
.comment-content:before:before,
.comment-content:before:after,
.comment-content:after:before,
.comment-content:after:after,
.site-header:before:before,
.site-header:before:after,
.site-header:after:before,
.site-header:after:after,
.site-content:before:before,
.site-content:before:after,
.site-content:after:before,
.site-content:after:after,
.site-footer:before:before,
.site-footer:before:after,
.site-footer:after:before,
.site-footer:after:after {
  content: " ";
  display: table;
}
.clear:before:after,
.clear:after:after,
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {
  clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary.home-sidebar .widget {
  background-color: #f7f7f3;
}
#secondary .widget {
  margin: 0 0 1.5em;
  padding: 15px 0 20px 20px;
  /* Make sure select elements fit in widgets. */
  /* specific widgets */
  /* adrotate */
}
#secondary .widget ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
#secondary .widget.widget_categories {
  font-weight: bold;
  font-style: italic;
}
#secondary .widget.widget_categories a {
  color: #000;
}
#secondary .widget select {
  max-width: 100%;
}
#secondary .widget a {
  color: #e45b0a;
  font-style: italic;
}
#secondary .widget .widget-header {
  display: table;
}
#secondary .widget .widget-header .widget-title {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  display: table-cell;
  white-space: nowrap;
  padding-right: 20px;
  vertical-align: middle;
}
#secondary .widget .widget-header .widget-title-line {
  padding-top: 0.75em;
  display: table-cell;
  width: 100%;
}
#secondary .widget .widget-header .widget-title-line hr {
  background-color: #000;
  height: 3px;
}
#secondary .widget .textwidget {
  padding-right: 10px;
}
#secondary .widget .a-single {
  text-align: center;
}

/**
 * Colophon = footer
 */
#colophon {
  /*
   * We raise the categories, so the content is on par with the other widgets
   * We only do it for resolutions above md, which is the resolution we start
   * using 3 columns
   */
}
#colophon .footer-social-logo {
  height: 21px;
  width: 21px;
}
#colophon .widget {
  margin: 0 0 1.5em;
  color: #fff;
  /* Make sure select elements fit in widgets. */
}
#colophon .widget a {
  color: #fff;
}
#colophon .widget select {
  max-width: 100%;
}
@media screen and (max-width: 34em) {
  #colophon {
    font-size: 0.9em;
  }
  #colophon .widget_categories {
    margin-top: -50px;
  }
}
@media screen and (min-width: 34em) {
  #colophon .widget_categories {
    margin-top: -60px;
  }
}
#colophon .widget_nav_menu,
#colophon .widget_categories {
  text-transform: uppercase;
}
#colophon .widget_nav_menu ul,
#colophon .widget_categories ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
#colophon .widget_nav_menu ul ul,
#colophon .widget_categories ul ul {
  display: none;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}
.widget_search div {
  background-color: white;
  padding: 2px 5px 2px 10px;
}
.widget_search input[type=search] {
  border: 0;
  border-radius: 0;
  width: 85%;
  vertical-align: middle;
}
.widget_search .search-button {
  background-color: #fff;
  color: #000;
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.widget_search .search-button .dashicons {
  font-size: 28px;
  margin-top: 0;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari */
  transform: rotate(90deg);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.content-area {
  /* float: left;
  margin: 0 (-$size__site-sidebar) 0 0; */
  max-width: 1170px;
}
.content-area .entry-body {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.content-area .entry-body .entry-summary,
.content-area .entry-body .entry-thumbnail {
  display: table-cell;
  vertical-align: top;
}
@media screen and (min-width: 34em) {
  .content-area .entry-body .entry-summary {
    padding-right: 20px;
  }
}
.content-area .entry-body .entry-summary p {
  margin-top: 0.1em;
}
.content-area .entry-body .entry-thumbnail {
  width: 170px;
}
.content-area .entry-footer {
  display: table-row;
}
.content-area .section-header {
  margin-top: 40px;
}
.content-area .section-header .section-img {
  text-align: center;
}
.content-area .section-header .section-img img {
  display: none;
}
.content-area .section-header h2.section-heading {
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  clear: none;
  margin-top: 4px;
}
.content-area .section-header h2.section-heading.left {
  text-align: left;
}
.content-area .section-header .section-header-line hr {
  background-color: #000;
  height: 3px;
}

#archive-sidebar .side-menu {
  padding: 10px;
  background-color: #000;
  border-bottom: 1px solid #fff;
}
#archive-sidebar .side-menu.active {
  background-color: #9d9d9d;
}
#archive-sidebar .side-menu:hover {
  background-color: #9d9d9d;
}
#archive-sidebar .side-menu a {
  color: #fff;
  text-decoration: none;
}

.extra-content-area {
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
}
.extra-content-area .section-header {
  margin-top: 40px;
}
.extra-content-area .section-header .section-img {
  text-align: center;
}
.extra-content-area .section-header .section-img img {
  display: none;
}
.extra-content-area .section-header h2.section-heading {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  clear: none;
  margin-top: 4px;
}
.extra-content-area .section-header .section-header-line hr {
  background-color: #000;
  height: 3px;
}

.site-content .widget-area {
  margin-top: 60px;
  overflow: hidden;
}
.site-content .home-page .widget-area {
  margin-top: 120px;
}
.site-content .single-issue-content .widget-area {
  margin-top: 10px;
}

.site-footer {
  margin-top: 30px;
  width: 100%;
  clear: both;
  background-color: #353535;
}
.site-footer h2.widget-title {
  font-size: 1.2em;
  font-weight: normal;
}
.site-footer .jump-to-top {
  margin-top: -20px;
}
.site-footer .footer-content {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.site-footer .space-above {
  margin-top: 30px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
main article {
  border-bottom: 2px solid #ccc;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.entry-header {
  font-family: "Crimson Text", serif;
}
.entry-header .entry-title.compact {
  margin: 0.25em 0;
}
.entry-header .entry-meta {
  font-style: italic;
  color: #585858;
}
.entry-header .entry-meta a {
  color: inherit;
}

.entry-body .entry-content p:not([class^=has-text-]),
.entry-body .entry-summary p:not([class^=has-text-]) {
  text-align: justify;
}

.entry-content a {
  color: #e45b0a;
  font-style: italic;
}

/* We're not styling articles like this yet, because they may have weird line returns */
.single-post .entry-content {
  text-align: justify;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
  font-family: "Crimson Text", serif;
  font-style: normal;
}
.page-content span.read-more-block,
.entry-content span.read-more-block,
.entry-summary span.read-more-block {
  display: block;
  margin-top: 10px;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.logo-container {
  margin: 10px 0 10px 0;
}
@media (min-width: 48em) {
  .logo-container {
    margin: 20px 0 20px 0;
  }
}

article.forum-article .wp-block-image figcaption {
  color: #555;
  font-size: 0.75em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-align: center;
}
article.forum-article .has-large-font-size {
  line-height: 1;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.site {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

.infinite-scroll.loading {
  height: 50px;
  background: #fff url("images/ajax-loader.gif") center center no-repeat;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# 3rd Party libraries
--------------------------------------------------------------*/
/* Slider */
.forum15-slick-slider {
  visibility: hidden;
}
.forum15-slick-slider.slick-initialized {
  visibility: visible;
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9 ;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: transparent;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*--------------------------------------------------------------
# Trumps
--------------------------------------------------------------*/
#primary .slider-background {
  background-image: url("images/header-striped-bg.jpg");
  background-repeat: repeat;
  position: absolute;
  left: 0;
  width: 100%;
  height: 435px;
}
#primary .slider-frame {
  background-repeat: repeat;
  position: absolute;
  height: 490px;
  width: 1230px;
  transform: translate(-30px, -28px);
}
@media screen and (min-width: 48em) and (max-width: 75em) {
  #primary .slider-frame {
    width: 100%;
    transform: translate(0px, -28px);
  }
}
@media screen and (max-width: 34em) {
  #primary .slider-frame {
    width: 90%;
    height: 730px;
    transform: translate(5%, -22px);
  }
}

.read-more-block .read-more {
  font-style: italic;
  font-weight: bold;
}

.breadcrumbs a {
  color: #585858;
}

.author-gravatar img {
  border-radius: 15px;
  vertical-align: middle;
}

.post-author .author-gravatar {
  margin-left: 10px;
}

/* Links inside a single post are orange too */
.single-forum-article article,
.single-post article {
  margin-right: 1.6em;
}
.single-forum-article h1,
.single-post h1 {
  font-size: 2.3em;
}
.single-forum-article .entry-content,
.single-post .entry-content {
  line-height: 1.6em;
}
.single-forum-article .entry-content a,
.single-post .entry-content a {
  color: #e45b0a;
}

.single-issue-content .intro-container {
  margin-left: 0;
  margin-right: 0;
}

.issue-intro {
  padding: 40px;
  margin-top: 10px;
  background-color: #c3c3c3;
}
.issue-intro .issue-abstract {
  vertical-align: top;
}
@media screen and (max-width: 48em) {
  .issue-intro .issue-abstract {
    margin-top: 30px;
  }
}
.issue-intro .issue-cover img {
  box-shadow: 0px 3px 20px 8px rgba(0, 0, 0, 0.25);
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.issue-intro .issue-number, .issue-intro .issue-date {
  display: inline-block;
  width: 50%;
  color: #e45b0a;
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
}
.issue-intro .issue-date {
  text-align: right;
}
.issue-intro .issue-theme .entry-title {
  margin: 0;
  color: black;
}

.issue-download {
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 5px;
}
.issue-download img {
  vertical-align: middle;
}

.article-download-float {
  margin: 10px 0;
}
.article-download-float img {
  vertical-align: middle;
  width: 20px;
}

.article-count {
  text-align: right;
}

.search-result-compact {
  line-height: 1em;
}
.search-result-compact:first-child {
  margin-top: 1.5em !important;
}
.search-result-compact.hentry {
  margin: 0 0 1em;
}
.search-result-compact h1.entry-title {
  font-size: 1.5em;
  margin: 0.6em 0;
  line-height: 1.2em;
}
.search-result-compact h2.entry-subtitle {
  font-size: 1.1em;
  margin-bottom: 0.75em;
  margin-top: 0;
}
.search-result-compact .article-download-float {
  display: inline-block;
  margin: 0;
}
.search-result-compact .article-download-float::before {
  content: "|";
  margin: 0 0.5em;
}
.search-result-compact .article-download-float img {
  vertical-align: middle;
  height: 1.1em;
  width: auto;
}

.single-issue-content-header {
  font-size: 2em;
}

.issue-contents-heading {
  margin-bottom: 1em;
}
.issue-contents-heading .title,
.issue-contents-heading .line {
  display: table-cell;
}
.issue-contents-heading .title {
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
  padding-right: 10px;
  vertical-align: middle;
}
.issue-contents-heading .line {
  padding-top: 0.75em;
  width: 100%;
}
.issue-contents-heading .line hr {
  height: 3px;
  background-color: black;
}

.issue-article-list article {
  padding-left: 0;
}
.issue-article-list article .author {
  padding-left: 0;
}
.issue-article-list .entry-title,
.issue-article-list .article-subtitle {
  margin: 0;
}
.issue-article-list .article-subtitle {
  margin-bottom: 6px;
}
.issue-article-list .entry-title {
  font-size: 110%;
}

.author-index-quicklinks a.active {
  text-decoration: underline;
}

.indexed-block {
  margin-top: 20px;
}
.indexed-block h2 {
  display: table-cell;
}
.indexed-block .article-count,
.indexed-block .article-count-header {
  display: table-cell;
  text-align: right;
}

.indexed-block-header {
  display: table;
  width: 100%;
  margin-bottom: 1em;
}

.single-author {
  display: table;
  width: 100%;
}

.recent-excerpt.entry-header {
  display: table;
  width: 100%;
}
.recent-excerpt.entry-header .entry-title-container {
  display: table-cell;
}
.recent-excerpt.entry-header .entry-header-spacer {
  width: 170px;
  display: table-cell;
}

.event-link-container {
  margin-top: 10px;
}

.home-focus .entry-summary {
  text-align: justify;
}

@media screen and (max-width: 48em) {
  .single-post h1,
.single-forum-article h1 {
    line-height: 1.2em;
    font-size: 2em;
  }
}
.single-issue article .author a {
  color: #404040;
}
.single-issue .entry-actions {
  line-height: 1.5em;
}
.single-issue .entry-actions .issue-cover-download, .single-issue .entry-actions .issue-full-download, .single-issue .entry-actions .issue-order {
  display: inline-block;
}
.single-issue .entry-actions .issue-cover-download .issue-download, .single-issue .entry-actions .issue-full-download .issue-download, .single-issue .entry-actions .issue-order .issue-download {
  margin: 0;
}

/*--------------------------------------------------------------
# Subscription/Payment/Stripe
--------------------------------------------------------------*/
input[type=text][name=subscription-type],
input[type=text][name=subscription-type]:focus {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 16px;
  color: black;
}

a.article-link {
  color: #e45b0a;
}

.forum15-author-box {
  padding: 1em 2em !important;
}

.forum15-author-box-prefix {
  display: block;
  font-size: 1em;
  margin-bottom: 0px;
}

.forum15-author-box-name {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}

.forum15-article-list-title {
  display: block;
  margin-top: 1.5em;
  font-size: 16px;
}

.forum15-author-box p {
  padding: 0;
  margin: 0;
}

.forum15-support-popup-container {
  background: #000;
  z-index: 1000;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 20px;
}

.forum15-support-popup-container a {
  color: white !important;
}

.forum15-support-popup-container a:hover {
  text-decoration: none;
}

.forum15-support-popup-container[data-hidden=true] {
  display: none;
}

.forum15-support-popup-content {
  padding: 30px;
  max-width: 1000px;
  margin: 0px auto;
}

.forum15-support-popup-close {
  font-size: 30px;
  float: right;
  color: white;
  padding: 5px;
}

.forum15-support-logo {
  width: 200px;
  -webkit-filter: invert(1);
  filter: invert(1);
}

/* subscribe popup*/
.forum15-subscribe-popup-container {
  display: table;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1rem;
}

.forum15-subscribe-popup-container a {
  color: white !important;
}

.forum15-subscribe-popup-container[data-hidden=true] {
  display: none;
}

.forum15-subscribe-popup-content-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.forum15-subscribe-popup-content {
  bottom: 0;
  margin: auto;
  max-width: 600px;
  /*height: 1px;*/
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 0px;
  background: #000;
  color: white;
}

.forum15-subscribe-popup-content h3 {
  display: inline;
}

.forum15-subscribe-popup-close {
  font-size: 30px;
  float: right;
  color: white !important;
  padding: 10px;
}

.forum15-subscribe-popup-content label {
  display: block !important;
}

.forum15-subscribe-popup-content .mc4wp-form {
  margin-bottom: 0;
}

.forum15-payment-success {
  border: 3px solid #4bae1a;
  background: #baff93;
}

.forum15-payment-error {
  border: 3px solid #ae2211;
  background: #ff7f56;
}

.forum15-payment-message {
  width: 600px;
  text-align: center;
  font-size: 1.5em;
  margin: 30px auto;
  padding: 10px;
}

/**
             * The CSS shown here will not be introduced in the Quickstart guide, but shows
             * how you can use CSS to style your Element's container.
             */
.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#payment-form label {
  font-family: "Crimson Text", serif;
  font-size: 16px;
}

#card-element {
  margin: 10px auto;
}

#payment-form #subscription {
  font-weight: bold;
}

#payment-form fieldset {
  border: none;
}

.hide {
  display: none;
}