@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 

******************************************************************/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
BUTTONS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('assets/fonts/font-name.eot');
    	src: url('assets/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('assets/fonts/font-name.woff') format('woff'),
             url('assets/fonts/font-name.ttf') format('truetype'),
             url('assets/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

/* Spacing */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=36em&large=48em&xlarge=62em&xxlarge=75em";
}

body.is-reveal-open {
  overflow: hidden;
}

.spin-out-ccw.mui-leave, .spin-in-ccw.mui-enter, .spin-out.mui-leave, .spin-in.mui-enter, .scale-out-down.mui-leave, .scale-out-up.mui-leave, .scale-in-down.mui-enter, .scale-in-up.mui-enter, .hinge-out-from-middle-y.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-top.mui-leave, .hinge-in-from-middle-y.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-top.mui-enter, .fade-out.mui-leave, .fade-in.mui-enter, .slide-out-left.mui-leave, .slide-out-up.mui-leave, .slide-out-right.mui-leave, .slide-out-down.mui-leave, .slide-in-right.mui-enter, .slide-in-up.mui-enter, .slide-in-left.mui-enter, .slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
}

.slide-in-down.mui-enter {
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-right.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7;
}
@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn;
}
@-webkit-keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg;
}
@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important;
}

html,
body {
  font-size: 100%;
  box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: "abril-text", serif;
  font-weight: normal;
  line-height: 24px;
  color: #000000;
  background: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 5px;
}

select {
  width: 100%;
  border-radius: 5px;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 5px;
  line-height: 1;
}

.row {
  max-width: 78.75rem;
  margin-left: auto;
  margin-right: auto;
}
.row::before, .row::after {
  content: " ";
  display: table;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row .row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
.row.small-collapse > .column, .row.small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.small-uncollapse > .column, .row.small-uncollapse > .columns {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 36em) {
  .row.medium-collapse > .column, .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 48em) {
  .row.large-collapse > .column, .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 62em) {
  .row.xlarge-collapse > .column, .row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xlarge-uncollapse > .column, .row.xlarge-uncollapse > .columns {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 75em) {
  .row.xxlarge-collapse > .column, .row.xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xxlarge-uncollapse > .column, .row.xxlarge-uncollapse > .columns {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.row.expanded {
  max-width: none;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child, .end.columns:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

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

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

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

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

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

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

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

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

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

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

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

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

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

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

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

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

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

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

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

.small-12 {
  width: 100%;
}

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

.small-up-1 .column, .small-up-1 .columns {
  width: 100%;
  float: left;
}
.small-up-1 .column:nth-of-type(1n), .small-up-1 .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 .column:nth-of-type(1n+1), .small-up-1 .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 .column:last-child, .small-up-1 .columns:last-child {
  float: left;
}

.small-up-2 .column, .small-up-2 .columns {
  width: 50%;
  float: left;
}
.small-up-2 .column:nth-of-type(1n), .small-up-2 .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 .column:nth-of-type(2n+1), .small-up-2 .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 .column:last-child, .small-up-2 .columns:last-child {
  float: left;
}

.small-up-3 .column, .small-up-3 .columns {
  width: 33.3333333333%;
  float: left;
}
.small-up-3 .column:nth-of-type(1n), .small-up-3 .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 .column:nth-of-type(3n+1), .small-up-3 .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 .column:last-child, .small-up-3 .columns:last-child {
  float: left;
}

.small-up-4 .column, .small-up-4 .columns {
  width: 25%;
  float: left;
}
.small-up-4 .column:nth-of-type(1n), .small-up-4 .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 .column:nth-of-type(4n+1), .small-up-4 .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 .column:last-child, .small-up-4 .columns:last-child {
  float: left;
}

.small-up-5 .column, .small-up-5 .columns {
  width: 20%;
  float: left;
}
.small-up-5 .column:nth-of-type(1n), .small-up-5 .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 .column:nth-of-type(5n+1), .small-up-5 .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 .column:last-child, .small-up-5 .columns:last-child {
  float: left;
}

.small-up-6 .column, .small-up-6 .columns {
  width: 16.6666666667%;
  float: left;
}
.small-up-6 .column:nth-of-type(1n), .small-up-6 .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 .column:nth-of-type(6n+1), .small-up-6 .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 .column:last-child, .small-up-6 .columns:last-child {
  float: left;
}

.column.small-centered, .small-centered.columns {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncenter,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 36em) {
  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

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

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

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

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

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

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

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

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

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

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

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

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

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

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

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

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

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

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

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

  .medium-12 {
    width: 100%;
  }

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

  .medium-up-1 .column, .medium-up-1 .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 .column:nth-of-type(1n), .medium-up-1 .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 .column:nth-of-type(1n+1), .medium-up-1 .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 .column:last-child, .medium-up-1 .columns:last-child {
    float: left;
  }

  .medium-up-2 .column, .medium-up-2 .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 .column:nth-of-type(1n), .medium-up-2 .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 .column:nth-of-type(2n+1), .medium-up-2 .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 .column:last-child, .medium-up-2 .columns:last-child {
    float: left;
  }

  .medium-up-3 .column, .medium-up-3 .columns {
    width: 33.3333333333%;
    float: left;
  }
  .medium-up-3 .column:nth-of-type(1n), .medium-up-3 .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 .column:nth-of-type(3n+1), .medium-up-3 .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 .column:last-child, .medium-up-3 .columns:last-child {
    float: left;
  }

  .medium-up-4 .column, .medium-up-4 .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 .column:nth-of-type(1n), .medium-up-4 .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 .column:nth-of-type(4n+1), .medium-up-4 .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 .column:last-child, .medium-up-4 .columns:last-child {
    float: left;
  }

  .medium-up-5 .column, .medium-up-5 .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 .column:nth-of-type(1n), .medium-up-5 .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 .column:nth-of-type(5n+1), .medium-up-5 .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 .column:last-child, .medium-up-5 .columns:last-child {
    float: left;
  }

  .medium-up-6 .column, .medium-up-6 .columns {
    width: 16.6666666667%;
    float: left;
  }
  .medium-up-6 .column:nth-of-type(1n), .medium-up-6 .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 .column:nth-of-type(6n+1), .medium-up-6 .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 .column:last-child, .medium-up-6 .columns:last-child {
    float: left;
  }

  .column.medium-centered, .medium-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .medium-uncenter,
.medium-push-0,
.medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 48em) {
  .large-1 {
    width: 8.3333333333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

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

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

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

  .large-4 {
    width: 33.3333333333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

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

  .large-5 {
    width: 41.6666666667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

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

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

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

  .large-7 {
    width: 58.3333333333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

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

  .large-8 {
    width: 66.6666666667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

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

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

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

  .large-10 {
    width: 83.3333333333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

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

  .large-11 {
    width: 91.6666666667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

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

  .large-12 {
    width: 100%;
  }

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

  .large-up-1 .column, .large-up-1 .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 .column:nth-of-type(1n), .large-up-1 .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 .column:nth-of-type(1n+1), .large-up-1 .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 .column:last-child, .large-up-1 .columns:last-child {
    float: left;
  }

  .large-up-2 .column, .large-up-2 .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 .column:nth-of-type(1n), .large-up-2 .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 .column:nth-of-type(2n+1), .large-up-2 .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 .column:last-child, .large-up-2 .columns:last-child {
    float: left;
  }

  .large-up-3 .column, .large-up-3 .columns {
    width: 33.3333333333%;
    float: left;
  }
  .large-up-3 .column:nth-of-type(1n), .large-up-3 .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 .column:nth-of-type(3n+1), .large-up-3 .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 .column:last-child, .large-up-3 .columns:last-child {
    float: left;
  }

  .large-up-4 .column, .large-up-4 .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 .column:nth-of-type(1n), .large-up-4 .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 .column:nth-of-type(4n+1), .large-up-4 .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 .column:last-child, .large-up-4 .columns:last-child {
    float: left;
  }

  .large-up-5 .column, .large-up-5 .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 .column:nth-of-type(1n), .large-up-5 .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 .column:nth-of-type(5n+1), .large-up-5 .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 .column:last-child, .large-up-5 .columns:last-child {
    float: left;
  }

  .large-up-6 .column, .large-up-6 .columns {
    width: 16.6666666667%;
    float: left;
  }
  .large-up-6 .column:nth-of-type(1n), .large-up-6 .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 .column:nth-of-type(6n+1), .large-up-6 .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 .column:last-child, .large-up-6 .columns:last-child {
    float: left;
  }

  .column.large-centered, .large-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .large-uncenter,
.large-push-0,
.large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 62em) {
  .xlarge-1 {
    width: 8.3333333333%;
  }

  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .xlarge-2 {
    width: 16.6666666667%;
  }

  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

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

  .xlarge-3 {
    width: 25%;
  }

  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }

  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }

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

  .xlarge-4 {
    width: 33.3333333333%;
  }

  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

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

  .xlarge-5 {
    width: 41.6666666667%;
  }

  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

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

  .xlarge-6 {
    width: 50%;
  }

  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }

  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }

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

  .xlarge-7 {
    width: 58.3333333333%;
  }

  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

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

  .xlarge-8 {
    width: 66.6666666667%;
  }

  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

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

  .xlarge-9 {
    width: 75%;
  }

  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }

  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }

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

  .xlarge-10 {
    width: 83.3333333333%;
  }

  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

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

  .xlarge-11 {
    width: 91.6666666667%;
  }

  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

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

  .xlarge-12 {
    width: 100%;
  }

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

  .xlarge-up-1 .column, .xlarge-up-1 .columns {
    width: 100%;
    float: left;
  }
  .xlarge-up-1 .column:nth-of-type(1n), .xlarge-up-1 .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 .column:nth-of-type(1n+1), .xlarge-up-1 .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 .column:last-child, .xlarge-up-1 .columns:last-child {
    float: left;
  }

  .xlarge-up-2 .column, .xlarge-up-2 .columns {
    width: 50%;
    float: left;
  }
  .xlarge-up-2 .column:nth-of-type(1n), .xlarge-up-2 .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 .column:nth-of-type(2n+1), .xlarge-up-2 .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 .column:last-child, .xlarge-up-2 .columns:last-child {
    float: left;
  }

  .xlarge-up-3 .column, .xlarge-up-3 .columns {
    width: 33.3333333333%;
    float: left;
  }
  .xlarge-up-3 .column:nth-of-type(1n), .xlarge-up-3 .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 .column:nth-of-type(3n+1), .xlarge-up-3 .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 .column:last-child, .xlarge-up-3 .columns:last-child {
    float: left;
  }

  .xlarge-up-4 .column, .xlarge-up-4 .columns {
    width: 25%;
    float: left;
  }
  .xlarge-up-4 .column:nth-of-type(1n), .xlarge-up-4 .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 .column:nth-of-type(4n+1), .xlarge-up-4 .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 .column:last-child, .xlarge-up-4 .columns:last-child {
    float: left;
  }

  .xlarge-up-5 .column, .xlarge-up-5 .columns {
    width: 20%;
    float: left;
  }
  .xlarge-up-5 .column:nth-of-type(1n), .xlarge-up-5 .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 .column:nth-of-type(5n+1), .xlarge-up-5 .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 .column:last-child, .xlarge-up-5 .columns:last-child {
    float: left;
  }

  .xlarge-up-6 .column, .xlarge-up-6 .columns {
    width: 16.6666666667%;
    float: left;
  }
  .xlarge-up-6 .column:nth-of-type(1n), .xlarge-up-6 .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 .column:nth-of-type(6n+1), .xlarge-up-6 .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 .column:last-child, .xlarge-up-6 .columns:last-child {
    float: left;
  }

  .column.xlarge-centered, .xlarge-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .xlarge-uncenter,
.xlarge-push-0,
.xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 75em) {
  .xxlarge-1 {
    width: 8.3333333333%;
  }

  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .xxlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .xxlarge-offset-0 {
    margin-left: 0%;
  }

  .xxlarge-2 {
    width: 16.6666666667%;
  }

  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .xxlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

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

  .xxlarge-3 {
    width: 25%;
  }

  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }

  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }

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

  .xxlarge-4 {
    width: 33.3333333333%;
  }

  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .xxlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

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

  .xxlarge-5 {
    width: 41.6666666667%;
  }

  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .xxlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

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

  .xxlarge-6 {
    width: 50%;
  }

  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }

  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }

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

  .xxlarge-7 {
    width: 58.3333333333%;
  }

  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .xxlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

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

  .xxlarge-8 {
    width: 66.6666666667%;
  }

  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .xxlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

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

  .xxlarge-9 {
    width: 75%;
  }

  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }

  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }

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

  .xxlarge-10 {
    width: 83.3333333333%;
  }

  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .xxlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

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

  .xxlarge-11 {
    width: 91.6666666667%;
  }

  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .xxlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

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

  .xxlarge-12 {
    width: 100%;
  }

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

  .xxlarge-up-1 .column, .xxlarge-up-1 .columns {
    width: 100%;
    float: left;
  }
  .xxlarge-up-1 .column:nth-of-type(1n), .xxlarge-up-1 .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-1 .column:nth-of-type(1n+1), .xxlarge-up-1 .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xxlarge-up-1 .column:last-child, .xxlarge-up-1 .columns:last-child {
    float: left;
  }

  .xxlarge-up-2 .column, .xxlarge-up-2 .columns {
    width: 50%;
    float: left;
  }
  .xxlarge-up-2 .column:nth-of-type(1n), .xxlarge-up-2 .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-2 .column:nth-of-type(2n+1), .xxlarge-up-2 .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xxlarge-up-2 .column:last-child, .xxlarge-up-2 .columns:last-child {
    float: left;
  }

  .xxlarge-up-3 .column, .xxlarge-up-3 .columns {
    width: 33.3333333333%;
    float: left;
  }
  .xxlarge-up-3 .column:nth-of-type(1n), .xxlarge-up-3 .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-3 .column:nth-of-type(3n+1), .xxlarge-up-3 .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xxlarge-up-3 .column:last-child, .xxlarge-up-3 .columns:last-child {
    float: left;
  }

  .xxlarge-up-4 .column, .xxlarge-up-4 .columns {
    width: 25%;
    float: left;
  }
  .xxlarge-up-4 .column:nth-of-type(1n), .xxlarge-up-4 .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-4 .column:nth-of-type(4n+1), .xxlarge-up-4 .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xxlarge-up-4 .column:last-child, .xxlarge-up-4 .columns:last-child {
    float: left;
  }

  .xxlarge-up-5 .column, .xxlarge-up-5 .columns {
    width: 20%;
    float: left;
  }
  .xxlarge-up-5 .column:nth-of-type(1n), .xxlarge-up-5 .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-5 .column:nth-of-type(5n+1), .xxlarge-up-5 .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xxlarge-up-5 .column:last-child, .xxlarge-up-5 .columns:last-child {
    float: left;
  }

  .xxlarge-up-6 .column, .xxlarge-up-6 .columns {
    width: 16.6666666667%;
    float: left;
  }
  .xxlarge-up-6 .column:nth-of-type(1n), .xxlarge-up-6 .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-6 .column:nth-of-type(6n+1), .xxlarge-up-6 .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xxlarge-up-6 .column:last-child, .xxlarge-up-6 .columns:last-child {
    float: left;
  }

  .column.xxlarge-centered, .xxlarge-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .xxlarge-uncenter,
.xxlarge-push-0,
.xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "abril-text", serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #acacac;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 36em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.9375rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}
a {
  color: #E3051E;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
a:hover, a:focus {
  color: #c3041a;
}
a img {
  border: 0;
}

hr {
  max-width: 78.75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #acacac;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style-type: inherit;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #acacac;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

abbr {
  color: #000000;
  cursor: help;
  border-bottom: 1px dotted #000000;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  background-color: #cacaca;
  border: 1px solid #acacac;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #cacaca;
  color: #000000;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 36em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 48em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 62em) {
  .xlarge-text-left {
    text-align: left;
  }

  .xlarge-text-right {
    text-align: right;
  }

  .xlarge-text-center {
    text-align: center;
  }

  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xxlarge-text-left {
    text-align: left;
  }

  .xxlarge-text-right {
    text-align: right;
  }

  .xxlarge-text-center {
    text-align: center;
  }

  .xxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

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

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

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

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  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;
  }
}
.button {
  background-color: #000000;
  color: white;
  border-color: #000000 !important;
}
.button:hover {
  background-color: black;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.button.primary {
  background: #E3051E;
  color: #fff;
}
.button.primary:hover, .button.primary:focus {
  background: #b60418;
  color: #fff;
}
.button.secondary {
  background: #F9AE36;
  color: #fff;
}
.button.secondary:hover, .button.secondary:focus {
  background: #eb9407;
  color: #fff;
}
.button.success {
  background: #2F8F4E;
  color: #fff;
}
.button.success:hover, .button.success:focus {
  background: #26723e;
  color: #fff;
}
.button.alert {
  background: #C14632;
  color: #fff;
}
.button.alert:hover, .button.alert:focus {
  background: #9a3828;
  color: #fff;
}
.button.warning {
  background: #E66A20;
  color: #fff;
}
.button.warning:hover, .button.warning:focus {
  background: #bc5415;
  color: #fff;
}
.button.hollow {
  border: 1px solid #E3051E;
  color: #E3051E;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #72030f;
  color: #72030f;
}
.button.hollow.primary {
  border: 1px solid #E3051E;
  color: #E3051E;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #72030f;
  color: #72030f;
}
.button.hollow.secondary {
  border: 1px solid #F9AE36;
  color: #F9AE36;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #935c04;
  color: #935c04;
}
.button.hollow.success {
  border: 1px solid #2F8F4E;
  color: #2F8F4E;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #184827;
  color: #184827;
}
.button.hollow.alert {
  border: 1px solid #C14632;
  color: #C14632;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #612319;
  color: #612319;
}
.button.hollow.warning {
  border: 1px solid #E66A20;
  color: #E66A20;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #76340d;
  color: #76340d;
}
.button.disabled {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}
.button.dropdown::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: white transparent transparent;
  border-top-style: solid;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}
.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: 0.2em;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #acacac;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #8a8a8a;
  background-color: white;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  border: 1px solid #8a8a8a;
  background: white;
  outline: none;
  box-shadow: 0 0 5px #acacac;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #cacaca;
  cursor: default;
}

[type=submit],
[type=button] {
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

label > [type=checkbox],
label > [type=label] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group-button, .input-group-field, .input-group-label {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #cacaca;
  color: #000000;
  border: 1px solid #acacac;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
}

.fieldset {
  border: 1px solid #acacac;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
.fieldset legend {
  background: white;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #acacac;
  border-radius: 5px;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #8a8a8a;
  background-color: #fafafa;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb(51, 51, 51)'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:disabled {
  background-color: #cacaca;
  cursor: default;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(193, 70, 50, 0.1);
  border-color: #C14632;
}

.is-invalid-label {
  color: #C14632;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #C14632;
}
.form-error.is-visible {
  display: block;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (min-width: 0em) and (max-width: 35.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 36em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 36em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 35.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 36em) and (max-width: 47.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 35.9375em), screen and (min-width: 48em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 48em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 61.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em), screen and (min-width: 62em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 62em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 61.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 62em) and (max-width: 74.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 61.9375em), screen and (min-width: 75em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

.accordion {
  list-style-type: none;
  background: white;
  border: 1px solid #cacaca;
  border-radius: 5px;
  margin-left: 0;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #E3051E;
  position: relative;
  border-bottom: 1px solid #cacaca;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #cacaca;
}
:last-child > .accordion-title {
  border-bottom-width: 0;
}
.accordion-title::before {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  padding: 1.25rem 1rem;
  display: none;
  border-bottom: 1px solid #cacaca;
}

.is-accordion-submenu-parent > a {
  position: relative;
}
.is-accordion-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #E3051E transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #E3051E;
  color: white;
}
.badge.secondary {
  background: #F9AE36;
  color: white;
}
.badge.success {
  background: #2F8F4E;
  color: white;
}
.badge.alert {
  background: #C14632;
  color: white;
}
.badge.warning {
  background: #E66A20;
  color: white;
}

.breadcrumbs {
  list-style: none;
  margin: 0 0 30px 0;
}
.breadcrumbs::before, .breadcrumbs::after {
  content: " ";
  display: table;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  color: #000000;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  color: #acacac;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}
.breadcrumbs a {
  color: #E3051E;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #acacac;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.button-group::before, .button-group::after {
  content: " ";
  display: table;
}
.button-group::after {
  clear: both;
}
.button-group .button {
  float: left;
  margin: 0;
  font-size: inherit;
}
.button-group .button:not(:last-child) {
  border-right: 1px solid white;
}
.button-group.tiny {
  font-size: 0.6rem;
}
.button-group.small {
  font-size: 0.75rem;
}
.button-group.large {
  font-size: 1.25rem;
}
.button-group.expanded .button:nth-last-child(2):first-child, .button-group.expanded .button:nth-last-child(2):first-child ~ .button {
  width: 50%;
}
.button-group.expanded .button:nth-last-child(3):first-child, .button-group.expanded .button:nth-last-child(3):first-child ~ .button {
  width: 33.3333333333%;
}
.button-group.expanded .button:nth-last-child(4):first-child, .button-group.expanded .button:nth-last-child(4):first-child ~ .button {
  width: 25%;
}
.button-group.expanded .button:nth-last-child(5):first-child, .button-group.expanded .button:nth-last-child(5):first-child ~ .button {
  width: 20%;
}
.button-group.expanded .button:nth-last-child(6):first-child, .button-group.expanded .button:nth-last-child(6):first-child ~ .button {
  width: 16.6666666667%;
}
.button-group.primary .button {
  background: #E3051E;
  color: #fff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background: #b60418;
  color: #fff;
}
.button-group.secondary .button {
  background: #F9AE36;
  color: #fff;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background: #eb9407;
  color: #fff;
}
.button-group.success .button {
  background: #2F8F4E;
  color: #fff;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background: #26723e;
  color: #fff;
}
.button-group.alert .button {
  background: #C14632;
  color: #fff;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background: #9a3828;
  color: #fff;
}
.button-group.warning .button {
  background: #E66A20;
  color: #fff;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background: #bc5415;
  color: #fff;
}
.button-group.stacked .button, .button-group.stacked-for-small .button {
  width: 100%;
  border-right: 0;
}
@media screen and (min-width: 36em) {
  .button-group.stacked-for-small .button {
    width: auto;
  }
  .button-group.stacked-for-small .button:not(:last-child) {
    border-right: 1px solid white;
  }
}

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  position: relative;
  background-color: white;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #fed6db;
}
.callout.primary a {
  color: #9f0415;
}
.callout.primary a:hover {
  color: #54020b;
}
.callout.secondary {
  background-color: #fef3e1;
}
.callout.secondary a {
  color: #ce8106;
}
.callout.secondary a:hover {
  color: #845304;
}
.callout.success {
  background-color: #dbf3e3;
}
.callout.success a {
  color: #216437;
}
.callout.success a:hover {
  color: #0e2b17;
}
.callout.alert {
  background-color: #f7e2df;
}
.callout.alert a {
  color: #873123;
}
.callout.alert a:hover {
  color: #4a1b13;
}
.callout.warning {
  background-color: #fbe9de;
}
.callout.warning a {
  color: #a54912;
}
.callout.warning a:hover {
  color: #602b0b;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #000000;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown-sub {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: white;
  transition: transform 0.15s linear;
}
.is-drilldown-sub.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.is-drilldown-sub.is-closing {
  transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
  position: relative;
}
.is-drilldown-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #E3051E;
  border-left-style: solid;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #E3051E transparent transparent;
  border-right-style: solid;
  float: left;
  margin-right: 0.75rem;
  margin-left: 0.6rem;
  margin-top: 14px;
}

.dropdown-pane {
  background-color: white;
  border: 1px solid #acacac;
  display: block;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
  border-radius: 5px;
}
.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu .is-dropdown-submenu-parent {
  position: relative;
}
.dropdown.menu .is-dropdown-submenu-parent a::after {
  float: right;
  margin-top: 3px;
  margin-left: 10px;
}
.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow a {
  padding-right: 1.5rem;
  position: relative;
}
.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #E3051E transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: 12px;
  right: 5px;
}
.dropdown.menu .is-dropdown-submenu-parent.is-left-arrow > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #E3051E transparent transparent;
  border-right-style: solid;
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #E3051E;
  border-left-style: solid;
}
.dropdown.menu .is-dropdown-submenu-parent.is-left-arrow.opens-inner .submenu {
  right: 0;
  left: auto;
}
.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow.opens-inner .submenu {
  left: 0;
  right: auto;
}
.dropdown.menu .is-dropdown-submenu-parent.opens-inner .submenu {
  top: 100%;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: white;
  border: 1px solid #acacac;
}
.dropdown.menu .submenu > li {
  width: 100%;
}
.dropdown.menu .submenu.first-sub {
  top: 100%;
  left: 0;
  right: auto;
}
.dropdown.menu .submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .dropdown.menu .submenu, .dropdown.menu .submenu.js-dropdown-active {
  display: block;
}
.dropdown.menu .is-dropdown-submenu-parent.opens-left .submenu {
  left: auto;
  right: 100%;
}
.dropdown.menu.align-right .submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}
.is-dropdown-menu.vertical > li .submenu {
  top: 0;
  left: 100%;
}

.flex-video {
  position: relative;
  height: 0;
  padding-top: 1.5625rem;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video.widescreen {
  padding-bottom: 56.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 5px;
  background: #E3051E;
  color: white;
}
.label.secondary {
  background: #F9AE36;
  color: white;
}
.label.success {
  background: #2F8F4E;
  color: white;
}
.label.alert {
  background: #C14632;
  color: white;
}
.label.warning {
  background: #E66A20;
  color: white;
}

.media-object {
  margin-bottom: 30px;
  display: block;
}
.media-object img {
  max-width: none;
}
@media screen and (min-width: 0em) and (max-width: 35.9375em) {
  .media-object.stack-for-small .media-object-section {
    display: block;
    padding: 0;
    padding-bottom: 30px;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}
.media-object-section:first-child {
  padding-right: 30px;
}
.media-object-section:last-child:not(+ .media-object-section:first-child) {
  padding-left: 30px;
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}

.menu {
  margin: 0;
  list-style-type: none;
}
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
[data-whatinput=mouse] .menu > li {
  outline: 0;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu > li > a > img,
.menu > li > a > i {
  vertical-align: middle;
}
.menu > li > a > span {
  vertical-align: middle;
}
.menu > li > a > img,
.menu > li > a > i {
  display: inline-block;
  margin-right: 0.25rem;
}
.menu > li {
  display: table-cell;
}
.menu.vertical > li {
  display: block;
}
@media screen and (min-width: 36em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 48em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 62em) {
  .menu.xlarge-horizontal > li {
    display: table-cell;
  }
  .menu.xlarge-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 75em) {
  .menu.xxlarge-horizontal > li {
    display: table-cell;
  }
  .menu.xxlarge-vertical > li {
    display: block;
  }
}
.menu.simple a {
  padding: 0;
  margin-right: 1rem;
}
.menu.align-right > li {
  float: right;
}
.menu.expanded {
  display: table;
  width: 100%;
}
.menu.expanded > li:nth-last-child(2):first-child, .menu.expanded > li:nth-last-child(2):first-child ~ li {
  width: 50%;
}
.menu.expanded > li:nth-last-child(3):first-child, .menu.expanded > li:nth-last-child(3):first-child ~ li {
  width: 33.3333333333%;
}
.menu.expanded > li:nth-last-child(4):first-child, .menu.expanded > li:nth-last-child(4):first-child ~ li {
  width: 25%;
}
.menu.expanded > li:nth-last-child(5):first-child, .menu.expanded > li:nth-last-child(5):first-child ~ li {
  width: 20%;
}
.menu.expanded > li:nth-last-child(6):first-child, .menu.expanded > li:nth-last-child(6):first-child ~ li {
  width: 16.6666666667%;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.icon-top > li > a {
  text-align: center;
}
.menu.icon-top > li > a > img,
.menu.icon-top > li > a > i {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.nested {
  margin-left: 1rem;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

html,
body {
  height: 100%;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease;
}
.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: " ";
  display: table;
}
.off-canvas-wrapper-inner::after {
  clear: both;
}

.off-canvas-content {
  min-height: 100%;
  background: white;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: background 0.5s ease;
}
.is-off-canvas-open .js-off-canvas-exit {
  display: block;
}

.off-canvas {
  position: absolute;
  background: #cacaca;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0px);
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}
.is-open-left {
  transform: translateX(250px);
}

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}
.is-open-right {
  transform: translateX(-250px);
}

@media screen and (min-width: 36em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}
@media screen and (min-width: 48em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}
@media screen and (min-width: 62em) {
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xxlarge {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-xxlarge {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.orbit-slide {
  width: 100%;
  max-height: 100%;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: white;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  background-color: #acacac;
  border-radius: 50%;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 30px;
}
.pagination::before, .pagination::after {
  content: " ";
  display: table;
}
.pagination::after {
  clear: both;
}
.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  display: none;
  border-radius: 5px;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media screen and (min-width: 36em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  color: #000000;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 5px;
}
.pagination a:hover,
.pagination button:hover {
  background: #cacaca;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #E3051E;
  color: white;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #acacac;
  cursor: default;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  content: "…";
  padding: 0.1875rem 0.625rem;
  color: #000000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: "«";
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: "»";
  display: inline-block;
  margin-left: 0.5rem;
}

.progress {
  background-color: #acacac;
  height: 1rem;
  margin-bottom: 30px;
  border-radius: 5px;
}
.progress.primary .progress-meter {
  background-color: #E3051E;
}
.progress.secondary .progress-meter {
  background-color: #F9AE36;
}
.progress.success .progress-meter {
  background-color: #2F8F4E;
}
.progress.alert .progress-meter {
  background-color: #C14632;
}
.progress.warning .progress-meter {
  background-color: #E66A20;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #E3051E;
  border-radius: 5px;
}
.progress-meter .progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: white;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #cacaca;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #acacac;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #E3051E;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 5px;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #c1041a;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 30px;
  border: 1px solid #acacac;
  margin: 100px auto 0 auto;
  background-color: white;
  border-radius: 5px;
  position: absolute;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media screen and (min-width: 36em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column,
.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 36em) {
  .reveal {
    width: 600px;
    max-width: 78.75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media screen and (min-width: 36em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}
@media screen and (min-width: 36em) {
  .reveal.tiny {
    width: 30%;
    max-width: 78.75rem;
  }
}
@media screen and (min-width: 36em) {
  .reveal.small {
    width: 50%;
    max-width: 78.75rem;
  }
}
@media screen and (min-width: 36em) {
  .reveal.large {
    width: 90%;
    max-width: 78.75rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
}

.switch {
  margin-bottom: 30px;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
  font-weight: bold;
  font-size: 0.875rem;
}

.switch-input {
  opacity: 0;
  position: absolute;
}

.switch-paddle {
  background: #acacac;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 5px;
  color: inherit;
  font-weight: inherit;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  background: white;
  content: "";
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  transition: all 0.25s ease-out;
  transform: translate3d(0, 0, 0);
}
input:checked ~ .switch-paddle {
  background: #E3051E;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem;
}

table {
  margin-bottom: 30px;
  border-radius: 5px;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: white;
}

caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

thead,
tfoot {
  background: #f9f9f9;
  color: #000000;
}
thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 47.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-y: scroll;
}

table.hover tr:hover {
  background-color: #fafafa;
}
table.hover tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: white;
  border: 1px solid #cacaca;
}
.tabs::before, .tabs::after {
  content: " ";
  display: table;
}
.tabs::after {
  clear: both;
}
.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}
.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}
.tabs.primary {
  background: #E3051E;
}
.tabs.primary > li > a {
  color: white;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #d8051d;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 12px;
  color: #E3051E;
}
.tabs-title > a:hover, .tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #cacaca;
}

.tabs-content {
  background: white;
  transition: all 0.5s ease;
  border: 1px solid #cacaca;
  border-top: 0;
}
.tabs-content.vertical {
  border: 1px solid #cacaca;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  border: solid 4px white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 5px;
  margin-bottom: 30px;
}
.thumbnail:hover, .thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(227, 5, 30, 0.5);
}

.title-bar {
  background: #000000;
  color: white;
  padding: 0.5rem;
}
.title-bar::before, .title-bar::after {
  content: " ";
  display: table;
}
.title-bar::after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.5rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
.menu-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: white;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 white, 0 14px 0 white;
}
.menu-icon:hover::after {
  background: #acacac;
  box-shadow: 0 7px 0 #acacac, 0 14px 0 #acacac;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
.menu-icon.dark::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: black;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 black, 0 14px 0 black;
}
.menu-icon.dark:hover::after {
  background: #666;
  box-shadow: 0 7px 0 #666, 0 14px 0 #666;
}

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help;
}

.tooltip {
  background-color: #000000;
  color: white;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 5px;
}
.tooltip::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #000000;
  border-bottom-style: solid;
  bottom: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #000000 transparent transparent;
  border-top-style: solid;
  top: 100%;
  bottom: auto;
}
.tooltip.left::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #000000;
  border-left-style: solid;
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #000000 transparent transparent;
  border-right-style: solid;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.top-bar {
  padding: 0;
}
.top-bar::before, .top-bar::after {
  content: " ";
  display: table;
}
.top-bar::after {
  clear: both;
}
.top-bar, .top-bar ul {
  background-color: white;
}
.top-bar input {
  width: 200px;
  margin-right: 1rem;
}

@media screen and (min-width: 36em) {
  .top-bar-left {
    float: left;
  }

  .top-bar-right {
    float: right;
  }
}
.aip-survey-wrapper {
  background: rgba(138, 138, 138, 0.08);
  padding: var(--space-md);
  border-radius: 5px;
}
.aip-survey-wrapper header {
  margin-bottom: var(--space-sm);
}
.aip-survey-wrapper h3 {
  margin-top: 0;
}
.aip-survey-wrapper label {
  font-size: 1.15rem;
  font-size: var(--p-size);
  font-family: "abril-text", serif;
}
.aip-survey-wrapper .aip-survey-subtitle {
  font-size: var(--p-size);
  margin: var(--space-sm) 0 0;
  font-family: "abril-text", serif;
}
.aip-survey-wrapper .aip-survey-info {
  margin: var(--space-md) 0;
  font-size: var(--p-size);
  color: #8a8a8a;
}

.aip-result-wrapper.hidden,
.aip-question-wrapper.hidden {
  display: none;
}

.aip-question-wrapper .aip-survey-options {
  margin: var(--space-sm) 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
}
.aip-question-wrapper .aip-survey-options input {
  display: none;
}
.aip-question-wrapper .aip-survey-options .radio-bullet {
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  border-radius: 100%;
  background: white;
  border: 1px solid #cacaca;
  display: block;
  margin-right: 1rem;
  flex: 0 0 auto;
  position: relative;
  top: 3px;
}
.aip-question-wrapper .aip-survey-options input:checked + label .radio-bullet {
  border-color: #E3051E;
}
.aip-question-wrapper .aip-survey-options input:checked + label .radio-bullet:hover {
  border-color: #c3041a !important;
}
.aip-question-wrapper .aip-survey-options input:checked + label .radio-bullet:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #E3051E;
  display: block;
  border: 2px solid white;
}
.aip-question-wrapper .aip-survey-options label {
  display: flex;
  align-items: baseline;
  cursor: pointer;
  margin: 0;
  margin-bottom: var(--space-xs);
}
.aip-question-wrapper .aip-survey-options label:hover .radio-bullet {
  border-color: #8a8a8a;
}
.aip-question-wrapper .aip-survey-options label:hover .radio-bullet:before {
  background: #c3041a !important;
}

.aip-result-wrapper .aip-survey-result-option {
  margin-bottom: var(--space-sm);
}
.aip-result-wrapper .aip-survey-result-option h4 {
  margin-bottom: var(--space-xs);
  font-size: 1rem;
  line-height: var(--p-lineheight);
  font-weight: normal;
  font-family: "abril-text", serif;
}
.aip-result-wrapper .aip-survey-result-option div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.aip-result-wrapper .aip-survey-result-option .aip-survey-result-option-percent {
  padding-left: var(--space-md);
}
.aip-result-wrapper .aip-survey-result-option .aip-survey-bar {
  height: 1.4rem;
  background-color: #cacaca;
  border-radius: 5px;
}
.aip-result-wrapper .aip-survey-result-option .aip-survey-bar .aip-survey-bar-filled {
  background-color: #E3051E;
  height: 100%;
  border-radius: 5px;
}

.aip-question-actions {
  padding-top: var(--fontspace);
  display: flex;
  gap: var(--space-sm);
  align-items: center;
  flex-wrap: wrap;
}
.aip-question-actions .aip-submit-vote {
  padding: var(--button-space);
  background: #E3051E;
  border: 1px solid #E3051E;
  color: #fff;
  border-radius: 5px;
  font-family: "abril-text", serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
}
.aip-question-actions .aip-submit-vote:hover {
  background: #c1041a;
}
.aip-question-actions .aip-submit-vote:disabled {
  opacity: 0.25;
}

.aip-question-actions a,
.aip-result-actions a {
  display: inline-block;
  font-weight: normal;
  padding: var(--button-space);
  border: 1px solid #000000;
  color: #000000;
  border-radius: 5px;
  font-family: "abril-text", serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
}
.aip-question-actions a:hover,
.aip-result-actions a:hover {
  border: 1px solid black;
  color: black;
}

.aip-result-actions {
  margin-top: var(--fontspace);
  display: inline-block;
}

.aip-server-error,
.aip-server-msg {
  display: none;
  margin: var(--space-sm) 0;
  font-family: "abril-text", serif;
  color: #E3051E;
  font-size: 1rem;
  font-weight: bold;
  background: rgba(227, 5, 30, 0.1);
  border-radius: 5px;
  padding: var(--button-space-sm);
}

.aip-server-error {
  margin-bottom: var(--space-md);
}

.sidebar-survey-wrapper {
  border-top: 1px solid #cacaca;
}
.sidebar-survey-wrapper > div {
  border-radius: 0;
}

/************************************************

Stylesheet: Main Stylesheet

*************************************************/
body {
  font-family: "abril-text", serif;
}

.digital-cta {
  border-radius: 0.3rem;
}

/*********************
BILDSPEL (SLIDESHOW) STYLES
*********************/
#primary .slideshow-wrapper .slideshow-container {
  margin: 0;
}
#primary .slideshow-wrapper .slideshow-container .slideshow-item-container .slideshow-item-image-wrapper {
  position: relative;
  padding-bottom: 56.173677%;
  border-radius: 5px;
}
#primary .slideshow-wrapper .slideshow-container .slideshow-item-container .slideshow-item-image-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-position: center;
  object-position: center;
}
#primary .slideshow-wrapper .slideshow-container .slideshow-item-container .slideshow-item-text {
  margin-top: var(--space-md);
}
#primary .slideshow-wrapper .slideshow-container .slideshow-item-container .slideshow-item-text strong {
  color: #E3051E;
  text-transform: uppercase;
}
#primary .slideshow-wrapper .slideshow-container .slideshow-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#primary .slideshow-wrapper .slideshow-container .slideshow-nav button.slideshow-nav-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  background-color: #000000;
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
#primary .slideshow-wrapper .slideshow-container .slideshow-nav button.slideshow-nav-btn:hover {
  background-color: #E3051E;
}
#primary .slideshow-wrapper .slideshow-container .slideshow-nav button.slideshow-nav-btn.slideshow-prev {
  left: -15px;
}
#primary .slideshow-wrapper .slideshow-container .slideshow-nav button.slideshow-nav-btn.slideshow-next {
  right: -15px;
}

.single .slideshow-wrapper {
  margin: var(--space-lg) calc(var(--space-lg) * -1);
  width: calc(100% + var(--space-lg) + var(--space-lg));
}
.single .slideshow-wrapper .slideshow-item-image-wrapper {
  border-left: var(--space-lg) solid transparent;
  border-right: var(--space-lg) solid transparent;
}
.single .slideshow-wrapper .slideshow-vignette,
.single .slideshow-wrapper .slideshow-item-text {
  padding-left: var(--space-lg);
  padding-right: var(--space-lg);
}
.single .slideshow-wrapper .slideshow-vignette {
  margin: 0;
}
.single .slideshow-wrapper .slideshow-vignette h4 {
  font-size: var(--p);
  text-transform: uppercase;
  color: #E3051E;
  margin: 0;
}
.single .slideshow-wrapper.red-border:after {
  display: none;
}

.feed-main-wrapper .slideshow-wrapper {
  border-top: 1px solid #cacaca;
}
.feed-main-wrapper .slideshow-wrapper .slideshow-vignette {
  margin: 0;
  padding: var(--space-sm) var(--space-lg) !important;
  border-bottom: 1px solid #cacaca;
}
.feed-main-wrapper .slideshow-wrapper .slideshow-vignette h4 {
  font-size: var(--p);
  text-transform: uppercase;
  color: #E3051E;
  margin: 0;
}
.feed-main-wrapper .slideshow-wrapper.article-slideshow {
  margin-bottom: var(--space-md);
  border-bottom: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
}
.feed-main-wrapper .slideshow-wrapper .slideshow-container {
  margin: 0;
}
.feed-main-wrapper .slideshow-wrapper .slideshow-container .slideshow-item-container {
  padding: var(--space-lg);
}
.feed-main-wrapper .slideshow-wrapper .slideshow-container button.slick-arrow.slick-prev {
  left: var(--space-lg);
  transform: translate(-50%, -50%);
}
.feed-main-wrapper .slideshow-wrapper .slideshow-container button.slick-arrow.slick-next {
  right: var(--space-lg);
  transform: translate(50%, -50%);
}

/*********************
GENERAL STYLES
*********************/
@media screen and (min-width: 36em) {
  .no-js .title-bar {
    display: none;
  }
}

.wt-front-page {
  padding: 0;
}

.wt_resp_iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}

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

.menu-item-has-children ul:not(.js-dropdown-active):not(.is-active) {
  display: none !important;
}

.off-canvas-wrapper-inner {
  background: white;
}

/*********************
FOUNDATION FIXES
*********************/
.column,
.columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  margin-left: 0;
  margin-right: 0;
}

/*********************
GUTENBERG FIXES
*********************/
.row > .wp-block-column,
.row.wp-block-group {
  padding: 0 1rem;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: 100% !important;
}

/*********************
GUTENBERG CLASSES
*********************/
.img-fill img {
  width: 100%;
}

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

.fill-out-lg-box {
  margin: var(--space-lg) calc(var(--space-lg) * -1) calc(var(--space-lg) * -1);
  padding: var(--space-lg);
}

.locked-article-promt-wrapper {
  margin: calc(var(--space-lg) * -1);
  padding: var(--space-lg);
}

/* Padding for large spaces */
.p-lg {
  padding: var(--space-lg);
}

.pt-lg {
  padding-top: var(--space-lg);
}

.pr-lg {
  padding-right: var(--space-lg);
}

.pb-lg {
  padding-bottom: var(--space-lg);
}

.pl-lg {
  padding-left: var(--space-lg);
}

.px-lg {
  padding-left: var(--space-lg);
  padding-right: var(--space-lg);
}

.py-lg {
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}

/* Padding for medium spaces */
.p-md {
  padding: var(--space-md);
}

.pt-md {
  padding-top: var(--space-md);
}

.pr-md {
  padding-right: var(--space-md);
}

.pb-md {
  padding-bottom: var(--space-md);
}

.pl-md {
  padding-left: var(--space-md);
}

.px-md {
  padding-left: var(--space-md);
  padding-right: var(--space-md);
}

.py-md {
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}

/* Padding for small spaces */
.p-sm {
  padding: var(--space-sm);
}

.pt-sm {
  padding-top: var(--space-sm);
}

.pr-sm {
  padding-right: var(--space-sm);
}

.pb-sm {
  padding-bottom: var(--space-sm);
}

.pl-sm {
  padding-left: var(--space-sm);
}

.px-sm {
  padding-left: var(--space-sm);
  padding-right: var(--space-sm);
}

.py-sm {
  padding-top: var(--space-sm);
  padding-bottom: var(--space-sm);
}

/* Padding for extra small spaces */
.p-xs {
  padding: var(--space-xs);
}

.pt-xs {
  padding-top: var(--space-xs);
}

.pr-xs {
  padding-right: var(--space-xs);
}

.pb-xs {
  padding-bottom: var(--space-xs);
}

.pl-xs {
  padding-left: var(--space-xs);
}

.px-xs {
  padding-left: var(--space-xs);
  padding-right: var(--space-xs);
}

.py-xs {
  padding-top: var(--space-xs);
  padding-bottom: var(--space-xs);
}

/*********************
FLOWY
*********************/
.flowy-non-subscriber-logged-in {
  background-color: #E3051E;
  color: white;
  font-family: "abril-text", serif;
}
.flowy-non-subscriber-logged-in .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: var(--space-sm);
  padding: var(--space-md) var(--space-lg);
}
@media screen and (min-width: 48em) {
  .flowy-non-subscriber-logged-in .row {
    flex-wrap: nowrap;
  }
}
.flowy-non-subscriber-logged-in .row:before, .flowy-non-subscriber-logged-in .row:after {
  display: none;
}
.flowy-non-subscriber-logged-in .wp-block-button a {
  display: block;
  line-height: var(--p-lineheight);
  color: white;
  border: 1px solid;
  border-radius: 2rem;
  padding: 0.53em 1em;
}
@media screen and (max-width: 47.9375em) {
  .flowy-non-subscriber-logged-in .wp-block-button a {
    font-size: var(--login-sub-btn-small);
    line-height: 1rem;
  }
}

/*********************
LINK STYLES
*********************/
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/*********************
COMPONENTS
*********************/
.latest-news-widget.latest-news-widget-desktop {
  border-bottom: 1px solid #cacaca;
}
.latest-news-widget.latest-news-widget-desktop .hidden-post {
  display: none;
}
.latest-news-widget.latest-news-widget-desktop.show-more-posts .hidden-post {
  display: block;
}
.latest-news-widget section {
  gap: var(--space-lg) !important;
}
.latest-news-widget article {
  gap: 0.1em !important;
}
.latest-news-widget .i-korthet-title {
  line-height: 100% !important;
}
.latest-news-widget .ln-header h3 {
  margin-top: 0;
  font-size: var(--p-size);
  line-height: var(--p-lineheight);
}
.latest-news-widget .ln-header * {
  color: #000000;
}
.latest-news-widget .ln-header *:hover {
  color: #E3051E;
}
.latest-news-widget .cat-label {
  font-size: var(--p);
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  color: #E3051E;
}
.latest-news-widget .sf-region-label {
  display: inline;
}
.latest-news-widget .sf-region-label span {
  text-transform: uppercase;
  font-weight: bold;
  color: #E3051E;
}
.latest-news-widget .sf-region-label + p {
  display: inline;
}
.latest-news-widget .show-more-latest-posts-in-widget {
  font-family: "abril-text", serif;
  color: #000000;
  font-weight: bold;
  padding: var(--button-space);
  border: 1px solid;
  font-size: var(--button-font-size);
  font-weight: bold;
  line-height: 100%;
  border-radius: 9999px;
  background-color: transparent;
  border-color: #000000;
  color: #000000;
  display: inline-block;
  padding: var(--button-space-sm);
}
.latest-news-widget .show-more-latest-posts-in-widget:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.article-cat-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: var(--cat-button-column-gap);
       column-gap: var(--cat-button-column-gap);
  font-family: "abril-text", serif;
}
.article-cat-group .cat-label,
.article-cat-group .sf-region-label,
.article-cat-group .ap-i-korthet-tag {
  display: flex;
  font-weight: bold;
  color: #000000;
  position: relative;
}
.article-cat-group .cat-label span,
.article-cat-group .sf-region-label span,
.article-cat-group .ap-i-korthet-tag span {
  padding: var(--cat-button-space);
  position: relative;
  z-index: 2;
  line-height: var(--cat-button-line-height);
}
.article-cat-group .cat-label:before,
.article-cat-group .sf-region-label:before,
.article-cat-group .ap-i-korthet-tag:before {
  content: "";
  display: block;
  position: absolute;
  transform: skewX(-11deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f2efe9;
}
.article-cat-group .cat-label:hover,
.article-cat-group .sf-region-label:hover,
.article-cat-group .ap-i-korthet-tag:hover {
  color: white !important;
}
.article-cat-group .cat-label:hover:before,
.article-cat-group .sf-region-label:hover:before,
.article-cat-group .ap-i-korthet-tag:hover:before {
  background-color: #E3051E;
}

body.single .aip-cat-edition {
  display: none;
}

.grecaptcha-badge {
  display: none;
}

.rulemailer-subscriber-form {
  font-family: "abril-text", serif;
  width: auto;
}

.rulemailer-subscriber-form label {
  display: inline-block;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  color: #000000;
  font-size: 14px;
  margin-bottom: 8px;
}

.rulemailer-subscriber-form input {
  box-sizing: border-box;
  display: block;
  margin-bottom: 24px;
  width: 100%;
  border-radius: 8px;
  padding: 9px 12px;
  border: 1px solid #E7E9EE;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  color: #0F0F1F;
}

.rulemailer-subscriber-form input:focus {
  outline: none;
  border-color: #E3051E;
}

.rulemailer-subscriber-form input[type=checkbox] {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  margin-top: 0.3em !important;
}
@media screen and (min-width: 48em) {
  .rulemailer-subscriber-form input[type=checkbox] {
    margin-top: 0.55em !important;
  }
}

.rulemailer-subscriber-form button {
  display: block;
  width: 100%;
  margin-top: 20px;
  background: #E3051E;
  color: #fff;
  line-height: 1.33;
  font-size: 14px;
  padding: 3px 16px;
  height: 40px;
  cursor: pointer;
  border-radius: 8px;
  border: 0;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08), 0px 2px 5px rgba(0, 0, 0, 0.12), inset 0px -1px 1px rgba(0, 0, 0, 0.16);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}

.rulemailer-subscriber-form button:hover {
  background: #F9AE36;
  color: #fff;
}

.rulemailer-subscriber-form button:active {
  background: #F9AE36;
  color: #fff;
}

.rulemailer-email-check {
  display: none !important;
}

.widget_mc4wp_form_widget h2.widgettitle {
  display: none;
}
.widget_mc4wp_form_widget .mailchimp-signup-form {
  margin-top: var(--space-sm);
}
.widget_mc4wp_form_widget .mailchimp-signup-form input {
  color: #000000;
}
.widget_mc4wp_form_widget .mailchimp-signup-form input[type=submit] {
  color: white;
}
.widget_mc4wp_form_widget .mc4wp-response {
  margin-top: var(--space-md);
}

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  margin: var(--fontspace) 0 0;
  font-weight: bold;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
  color: #000000;
}

.teaser h1, .teaser .h1, .teaser h2, .teaser .h2,
.teaser-col h1,
.teaser-col .h1,
.teaser-col h2,
.teaser-col .h2 {
  font-family: "abril-display", serif;
  word-break: break-word;
}
.teaser h1 a, .teaser .h1 a, .teaser h2 a, .teaser .h2 a,
.teaser-col h1 a,
.teaser-col .h1 a,
.teaser-col h2 a,
.teaser-col .h2 a {
  word-break: break-word;
}
.teaser h1 a:hover, .teaser .h1 a:hover, .teaser h2 a:hover, .teaser .h2 a:hover,
.teaser-col h1 a:hover,
.teaser-col .h1 a:hover,
.teaser-col h2 a:hover,
.teaser-col .h2 a:hover {
  color: #E3051E;
}
.teaser h2.h3,
.teaser-col h2.h3 {
  letter-spacing: 0;
}

h1,
.h1 {
  line-height: var(--h1-lineheight);
  font-size: var(--h1-size);
  font-family: "abril-display", serif;
}

h2,
.h2 {
  line-height: var(--h2-lineheight);
  font-size: var(--h2-size);
  font-family: "abril-display", serif;
}

h3,
.h3 {
  line-height: var(--h3-lineheight);
  font-size: var(--h3-size);
}

h4,
.h4 {
  line-height: var(--h4-lineheight);
  font-size: var(--h4-size);
}

h5,
.h5 {
  line-height: var(--h5-lineheight);
  font-size: var(--h5-size);
}

h6,
.h6 {
  line-height: var(--h6-lineheight);
  font-size: var(--h6-size);
}

.opinion h1,
.opinion .h1,
.opinion h2,
.opinion .h2,
.opinion h3,
.opinion .h3,
.opinion h4,
.opinion .h4,
.opinion h5,
.opinion .h5,
.analyser-ideologi h1,
.analyser-ideologi .h1,
.analyser-ideologi h2,
.analyser-ideologi .h2,
.analyser-ideologi h3,
.analyser-ideologi .h3,
.analyser-ideologi h4,
.analyser-ideologi .h4,
.analyser-ideologi h5,
.analyser-ideologi .h5,
.ledare h1,
.ledare .h1,
.ledare h2,
.ledare .h2,
.ledare h3,
.ledare .h3,
.ledare h4,
.ledare .h4,
.ledare h5,
.ledare .h5,
.debatt h1,
.debatt .h1,
.debatt h2,
.debatt .h2,
.debatt h3,
.debatt .h3,
.debatt h4,
.debatt .h4,
.debatt h5,
.debatt .h5,
.kronikor h1,
.kronikor .h1,
.kronikor h2,
.kronikor .h2,
.kronikor h3,
.kronikor .h3,
.kronikor h4,
.kronikor .h4,
.kronikor h5,
.kronikor .h5,
.debatt-och-kronikor h1,
.debatt-och-kronikor .h1,
.debatt-och-kronikor h2,
.debatt-och-kronikor .h2,
.debatt-och-kronikor h3,
.debatt-och-kronikor .h3,
.debatt-och-kronikor h4,
.debatt-och-kronikor .h4,
.debatt-och-kronikor h5,
.debatt-och-kronikor .h5 {
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
}

p {
  line-height: var(--p-lineheight);
}

/*********************
SEARCHFORM
*********************/
.search-form {
  position: relative;
  padding-right: var(--searchformheight);
}
.search-form .search-field {
  margin: 0;
  height: var(--searchformheight);
  border-radius: 5px 0 0 5px;
  color: #000000;
  font-family: "abril-text", serif;
  padding: var(--space-sm);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-form .search-submit {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: var(--searchformheight);
  height: var(--searchformheight);
  border-radius: 0 5px 5px 0;
}
@media screen and (min-width: 62em) {
  .search-form .search-submit i {
    font-size: 1.4em;
  }
}

.searchwp-live-search-results {
  border: 1px solid #8a8a8a;
  box-shadow: 0 0 5px #d1cfcf;
  border-radius: 0 !important;
}
.searchwp-live-search-results p {
  padding: 0;
}
.searchwp-live-search-results a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: var(--space-sm);
  padding: var(--space-sm);
  color: #000000;
  font-family: "abril-text", serif;
  font-weight: bold;
  white-space: normal !important;
}
.searchwp-live-search-results a span,
.searchwp-live-search-results a i {
  flex: 0 1 auto;
}
.searchwp-live-search-results a:hover {
  color: #E3051E;
}

.searchwp-live-search-no-results {
  padding: var(--space-lg) !important;
  text-align: left !important;
}
.searchwp-live-search-no-results h5 {
  margin: 0;
  font-size: var(--h6-size);
  line-height: var(--page-h6-lineheight);
}
.searchwp-live-search-no-results p {
  margin: 0;
  padding: 0;
}

/****************************************

	HEADER STYLES

*****************************************/
.header {
  background: #cacaca;
}
.header ul.off-canvas-list li {
  list-style: none;
}
.header .top-bar-logo {
  margin: 0;
  padding: 0;
}
.header .top-bar-logo img {
  max-height: 58px;
}
.header .top-sidebar .wp-block-buttons {
  padding: var(--space-sm);
  padding-right: 0;
}
@media screen and (max-width: 47.9375em) {
  .header .top-sidebar .wp-block-buttons {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    padding-left: var(--space-lg);
    gap: 3px;
  }
  .header .top-sidebar .wp-block-buttons a {
    display: inline-block;
    line-height: var(--p-lineheight);
    font-size: var(--login-sub-btn-small);
    white-space: nowrap;
  }
}
.header .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after,
.header .is-accordion-submenu-parent > a::after {
  display: none !important;
}
.header .bottom-top-bar .more-link {
  display: none !important;
}
.header .title-link > a {
  pointer-events: none;
}

/****************************************

	NAVIGATION STYLES

*****************************************/
.top-top-bar,
.bottom-top-bar {
  font-family: "abril-text", serif;
}
.top-top-bar .row,
.bottom-top-bar .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-top-bar .row > div,
.bottom-top-bar .row > div {
  flex-grow: 1;
}
.top-top-bar .row .to-the-right,
.bottom-top-bar .row .to-the-right {
  text-align: right;
}
.top-top-bar .row .to-the-right > div,
.bottom-top-bar .row .to-the-right > div {
  background: white;
}
.top-top-bar .row .to-the-right .wp-block-buttons,
.bottom-top-bar .row .to-the-right .wp-block-buttons {
  justify-content: flex-end;
}

.top-top-bar > div {
  padding: var(--space-lg);
}

.top-bar {
  position: relative;
}
.top-bar .title-area {
  z-index: 1;
}
@media screen and (max-width: 61.9375em) {
  .top-bar .top-menu-desktop {
    white-space: nowrap;
  }
}
.top-bar .top-menu-desktop ul {
  display: flex;
  flex-direction: row;
  -moz-column-gap: var(--space-sm);
       column-gap: var(--space-sm);
}
.top-bar .top-menu-desktop a {
  display: inline-block;
  line-height: var(--space-md)-2px;
  text-transform: uppercase;
  padding: var(--space-sm) 0;
  color: #000000;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  height: 52px;
}
.top-bar .top-menu-desktop a:hover {
  border-bottom: 2px solid #000000;
}
.top-bar .top-menu-desktop .is-dropdown-submenu-parent.is-right-arrow > a::after {
  display: none;
}
.top-bar .top-menu-desktop .current-menu-item > a:first-child {
  font-weight: bold;
  border-bottom: 2px solid #000000;
}
.top-bar .header-searchform {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  max-height: 0;
  overflow: hidden;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  background: white;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.top-bar .header-searchform .row {
  padding: var(--space-lg);
}
.top-bar .header-searchform input {
  width: 100%;
}
.top-bar .header-searchform.show {
  max-height: 100%;
  z-index: 100;
  top: 100%;
}

.bottom-top-bar {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  margin-bottom: -1px;
}
.bottom-top-bar > .row {
  padding: 0 var(--space-lg);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.bottom-top-bar .top-bar-search-date {
  line-height: var(--space-md)-2px;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  box-shadow: -24px 0px 8px -10px rgba(255, 255, 255, 0.9);
  padding-left: var(--space-md);
}
@media screen and (max-width: 61.9375em) {
  .bottom-top-bar .top-bar-search-date {
    position: absolute;
    right: 0;
    height: 53px;
    border-bottom: 1px solid #cacaca;
    background: white;
  }
}
.bottom-top-bar .top-bar-search-date > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: chartreuse;
}
.bottom-top-bar .top-bar-search-date ul.tipsa-oss-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  list-style: none;
  height: 100%;
  border-right: 1px solid #cacaca;
  padding: 0 var(--space-sm);
}
.bottom-top-bar .top-bar-search-date ul.tipsa-oss-nav li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.bottom-top-bar .top-bar-search-date ul.tipsa-oss-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-family: "abril-text", serif;
  text-transform: uppercase;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  height: 100%;
  padding: 0;
}
.bottom-top-bar .top-bar-search-date ul.tipsa-oss-nav a:hover {
  border-bottom: 2px solid #000000;
}
.bottom-top-bar .top-bar-search-date .header-date {
  padding: 0 var(--space-sm);
  text-transform: uppercase;
  white-space: nowrap;
}
.bottom-top-bar .top-bar-search-date .header-search,
.bottom-top-bar .top-bar-search-date .toggle-menu {
  padding: 0 var(--space-sm);
  border-right: 1px solid #cacaca;
}
.bottom-top-bar .top-bar-search-date .toggle-menu a {
  color: #000000;
}
.bottom-top-bar .top-bar-search-date i {
  font-size: 1.2em;
}

.sticky-header-menu .menu-item-has-children,
.site-navigation .menu-item-has-children {
  position: relative;
}
.sticky-header-menu .menu-item-has-children .menu,
.site-navigation .menu-item-has-children .menu {
  position: absolute;
  padding: var(--space-md);
  padding-left: 0;
  border: 1px solid #cacaca;
  background: white;
  top: 100%;
  left: 0;
  right: auto;
  position: absolute;
  min-width: 200px;
  z-index: 2;
}
.sticky-header-menu .menu-item-has-children .menu li,
.site-navigation .menu-item-has-children .menu li {
  display: block;
}
.sticky-header-menu .menu-item-has-children .menu li a,
.site-navigation .menu-item-has-children .menu li a {
  display: block;
  margin-left: -1px;
  padding: var(--space-xs) 0;
  padding-left: var(--space-md);
  line-height: var(--p-lineheight);
  text-transform: none;
  white-space: nowrap;
  border-left: 3px solid transparent;
  border-bottom: none;
}
.sticky-header-menu .menu-item-has-children .menu .current-menu-item > a:first-child,
.sticky-header-menu .menu-item-has-children .menu a:hover,
.site-navigation .menu-item-has-children .menu .current-menu-item > a:first-child,
.site-navigation .menu-item-has-children .menu a:hover {
  border-left: 3px solid #000000;
  border-bottom: none;
}
.sticky-header-menu .menu-item-has-children .menu .current-menu-item > a:first-child,
.site-navigation .menu-item-has-children .menu .current-menu-item > a:first-child {
  font-weight: bold;
  border-bottom: none;
}

@media screen and (min-width: 62em) {
  .site-navigation .menu-item-has-children:hover .menu {
    display: block !important;
  }

  .sticky-header-menu .menu-item-has-children:hover .menu {
    display: block !important;
  }
}
@media screen and (max-width: 61.9375em) {
  .top-bar .top-menu-desktop ul ul {
    display: none !important;
  }

  .site-navigation .is-active .submenu,
.site-navigation .is-dropdown-submenu-parent .submenu,
.site-navigation .is-dropdown-submenu-parent:hover .submenu {
    display: none !important;
  }
}
.login-subscribe-menu {
  background-color: #cacaca;
  padding: var(--space-md) var(--space-lg);
}
.login-subscribe-menu .wp-block-buttons {
  display: flex;
  justify-content: flex-end;
}
.login-subscribe-menu a {
  display: inline-block;
  line-height: 1rem;
  font-size: var(--login-sub-btn-small);
}

.header-top-sidebar .wp-block-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}
.header-top-sidebar a {
  display: inline-block;
  line-height: 1rem;
  font-size: var(--login-sub-btn-small);
}

.top-menu-desktop {
  max-width: calc(100% - 60px);
}

/****************************************

	STICKY HEADER

*****************************************/
.sticky-header {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #cacaca;
  background: white;
  z-index: 1010;
}
.sticky-header .wt-logo img {
  max-height: 42px;
}
.sticky-header .sticky-header-menu {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 78.75rem;
  margin: 0 auto;
  padding: var(--space-sm) var(--space-lg);
  overflow: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.sticky-header .sticky-header-menu::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.sticky-header .sticky-header-menu:after {
  content: "";
  width: var(--space-sm);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  box-shadow: -5px 0 6px 0 rgba(255, 255, 255, 0.008);
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
.sticky-header .sticky-header-menu .site-navigation-sticky ul li:first-child a {
  margin-left: 0 !important;
}
.sticky-header .sticky-header-menu .sticky-header-col {
  flex: 0 1 auto;
}
.sticky-header .sticky-header-menu .site-navigation,
.sticky-header .sticky-header-menu .site-navigation-sticky {
  margin: calc(-1 * var(--space-sm)) 0;
  display: flex;
  align-items: stretch;
}
.sticky-header .sticky-header-menu .site-navigation ul,
.sticky-header .sticky-header-menu .site-navigation-sticky ul {
  display: flex;
  align-items: stretch;
}
.sticky-header .sticky-header-menu .site-navigation li,
.sticky-header .sticky-header-menu .site-navigation-sticky li {
  display: flex;
  align-items: flex-end;
}
.sticky-header .sticky-header-menu .site-navigation a,
.sticky-header .sticky-header-menu .site-navigation-sticky a {
  display: block;
  border-bottom: 1px solid transparent;
  margin: 0 var(--space-xs) -1px;
  padding: 18px 0;
  font-family: "abril-text", serif;
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
}
.sticky-header .sticky-header-menu .site-navigation .menu-item.current-menu-item a,
.sticky-header .sticky-header-menu .site-navigation a:hover,
.sticky-header .sticky-header-menu .site-navigation-sticky .menu-item.current-menu-item a,
.sticky-header .sticky-header-menu .site-navigation-sticky a:hover {
  border-bottom: 1px solid #000000 !important;
  color: #000000;
}
.sticky-header .sticky-header-menu .site-navigation a:visited,
.sticky-header .sticky-header-menu .site-navigation-sticky a:visited {
  color: #000000 !important;
}
.sticky-header .sticky-header-menu .site-navigation .current-menu-item a,
.sticky-header .sticky-header-menu .site-navigation-sticky .current-menu-item a {
  font-weight: bold;
  border-bottom: 1px solid #000000;
}
.sticky-header .sticky-header-menu .site-navigation ul .menu a,
.sticky-header .sticky-header-menu .site-navigation-sticky ul .menu a {
  margin: 0;
  margin-left: -1px;
  padding: var(--space-xs) 0;
  padding-left: var(--space-md);
  border-bottom: 0 !important;
  text-transform: none !important;
  border-left: 3px solid transparent;
}
.sticky-header .sticky-header-menu .site-navigation ul .menu .current-menu-item a,
.sticky-header .sticky-header-menu .site-navigation ul .menu a:hover,
.sticky-header .sticky-header-menu .site-navigation-sticky ul .menu .current-menu-item a,
.sticky-header .sticky-header-menu .site-navigation-sticky ul .menu a:hover {
  border-bottom: none !important;
  border-left: 3px solid #000000;
}
.sticky-header .sticky-header-menu .site-navigation ul .menu .current-menu-item a,
.sticky-header .sticky-header-menu .site-navigation-sticky ul .menu .current-menu-item a {
  font-weight: bold;
}
.sticky-header .sticky-header-menu .more-link {
  display: none !important;
}
.sticky-header .sticky-header-menu .header-top-sidebar .wp-block-buttons a {
  padding: 6px 12px !important;
  white-space: nowrap;
}
.sticky-header .toggle-menu {
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  margin: calc(var(--space-sm) * -1) calc(var(--space-lg) * -1);
  padding: 0 var(--space-sm);
  margin-left: 0;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}
.sticky-header .toggle-menu i {
  color: #000000;
}

/****************************************

	FLOWY MENU

*****************************************/
.sf-flowy-menu {
  padding: 0 !important;
}
.sf-flowy-menu a {
  border: 1px solid;
  padding: var(--button-space);
  border-radius: 9999px;
  width: 100%;
  margin-bottom: 0;
  display: block;
}
.sf-flowy-menu .is-style-fill a {
  background-color: #E3051E;
  color: white;
  border-color: #E3051E !important;
}
.sf-flowy-menu .is-style-fill a:hover {
  background-color: #c3041a;
}
.sf-flowy-menu .is-style-outline a {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.sf-flowy-menu .is-style-outline a:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/****************************************

	OFFCANVAS

*****************************************/
.off-canvas-wrapper {
  background: rgba(230, 223, 210, 0.5);
}
.off-canvas-wrapper .off-canvas {
  padding: var(--space-lg);
  background: transparent;
  color: #000000;
}
.off-canvas-wrapper .off-canvas > * {
  margin: var(--space-lg) 0;
}
.off-canvas-wrapper .off-canvas #menu-huvudmeny {
  padding: var(--space-sm) 0;
}
.off-canvas-wrapper .off-canvas ul {
  margin-left: calc(-1 * var(--space-lg));
}
.off-canvas-wrapper .off-canvas ul li a {
  margin: 0;
  padding: 0;
  padding-left: var(--space-lg);
  color: #000000;
  font-family: "abril-text", serif;
  line-height: 36px;
  border-left: var(--space-xs) solid transparent;
  text-transform: uppercase;
}
.off-canvas-wrapper .off-canvas ul li a:focus {
  outline: 0;
  font-weight: bold;
}
.off-canvas-wrapper .off-canvas ul .submenu {
  margin-bottom: var(--space-sm);
  padding-left: var(--space-lg);
}
.off-canvas-wrapper .off-canvas ul .submenu a {
  text-transform: none;
  padding-left: var(--space-lg);
  border-left: var(--space-xs) solid transparent;
  border-top: none;
}
.off-canvas-wrapper .off-canvas ul .current-menu-item > a,
.off-canvas-wrapper .off-canvas ul .current-menu-item > a + .submenu .hide-for-large a {
  font-weight: bold;
  border: none;
  border-left: var(--space-xs) solid #000000;
}
.off-canvas-wrapper .off-canvas ul .is-accordion-submenu-parent > a::after {
  border-color: #000000 transparent transparent !important;
}
.off-canvas-wrapper .off-canvas .submenu .hide-for-large {
  display: block !important;
}
.off-canvas-wrapper .off-canvas .title-link .hide-for-large,
.off-canvas-wrapper .off-canvas .more-link .hide-for-large {
  display: none !important;
}
.off-canvas-wrapper .off-canvas .header-date {
  font-size: var(--h5-size);
  font-weight: bold;
}
.off-canvas-wrapper .off-canvas .header-date .day-name {
  text-transform: capitalize;
}
.off-canvas-wrapper .off-canvas .sf-flowy-menu {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}
.off-canvas-wrapper .off-canvas .wp-block-button {
  display: block !important;
  text-align: center;
}
.off-canvas-wrapper .off-canvas .off-canvas-content .widget {
  border-bottom: 1px solid;
  margin-bottom: var(--space-sm) 0;
  padding-bottom: var(--space-sm) 0;
}

.off-canvas-content {
  overflow-x: hidden;
}

.off-canvas-list ul {
  margin-left: 0;
}
.off-canvas-list ul li a {
  border-bottom: 0px;
}
.off-canvas-list ul .dropdown {
  margin-left: 20px;
}

/****************************************

	GLOBAL POST / PAGE

*****************************************/
#inner-content {
  padding: 0;
}
@media screen and (min-width: 48em) {
  #inner-content {
    padding: 0 var(--space-lg);
  }
}
#inner-content img {
  border-radius: 5px;
}

.shared-counts-wrap {
  margin: 0 0 var(--space-md) !important;
  height: 18px;
}
.shared-counts-wrap .shared-counts-icon {
  width: auto !important;
  height: auto !important;
  line-height: 18px !important;
  padding-right: var(--button-column-gap);
}
.shared-counts-wrap .shared-counts-icon svg {
  width: 18px !important;
  height: 18px !important;
  fill: #000000 !important;
}

.tags {
  margin: var(--space-sm) 0 0;
  font-family: "abril-text", serif;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: var(--space-xs);
       column-gap: var(--space-xs);
}
.tags a {
  margin: var(--space-sm) 0 0;
  display: block;
  background: #E3051E;
  color: white;
  border-radius: 5px;
  padding: var(--button-space);
  font-weight: bold;
  text-transform: capitalize;
  word-break: break-all;
}

/****************************************

	FRONT PAGE / MODERERING

*****************************************/
.packaged-articles {
  margin-top: var(--space-lg);
  margin-bottom: calc(var(--space-lg) * -1);
}
.packaged-articles .teaser-standard-2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
}
@media screen and (min-width: 0em) and (max-width: 35.9375em) {
  .packaged-articles .teaser-grid-col,
.packaged-articles .teaser-standard-2 {
    padding: 0;
  }
  .packaged-articles .teaser-grid-col h2,
.packaged-articles .teaser-standard-2 h2 {
    margin-top: 0;
    font-size: var(--h4-size);
    line-height: 1.3em;
    font-family: "abril-text", serif;
  }
  .packaged-articles .teaser-grid-col .article-cat-group,
.packaged-articles .teaser-standard-2 .article-cat-group {
    display: none;
  }
  .packaged-articles .teaser-grid-col .teaser-excerpt-wrapper .teaser-excerpt,
.packaged-articles .teaser-standard-2 .teaser-excerpt-wrapper .teaser-excerpt {
    margin-top: 0 !important;
  }
  .packaged-articles .teaser-standard-2.standard-with-bg {
    position: relative;
    padding-right: calc(104px + var(--space-md)) !important;
  }
  .packaged-articles .teaser-standard-2.standard-with-bg .teaser-standard-img-wrapper {
    position: absolute;
    right: 0;
    width: 104px;
    text-align: right;
  }
  .packaged-articles .teaser-col-image.standard-with-bg .article-header {
    position: relative;
    padding-right: calc(104px + var(--space-md)) !important;
  }
  .packaged-articles .teaser-col-image.standard-with-bg .article-header .teaser-col-img-wrapper {
    position: absolute;
    right: 0;
    width: 104px;
    text-align: right;
  }
  .packaged-articles .teaser-col-image.standard-with-bg .article-header .teaser-col-img-wrapper a {
    margin-bottom: 0;
  }
}
.packaged-articles .teaser-grid-col {
  margin-top: 0;
  overflow: hidden;
}
.packaged-articles .teaser-grid-col .teaser-col {
  padding: var(--space-lg) 0;
}
@media screen and (min-width: 36em) {
  .packaged-articles .teaser-grid-col .teaser-col-image-left .teaser-col {
    padding-right: var(--space-lg);
  }
  .packaged-articles .teaser-grid-col .teaser-col-image-right .teaser-col {
    padding-left: var(--space-lg);
  }
}
.packaged-articles .package-article-textlink a {
  border-top: 1px solid #cacaca;
  padding: calc(var(--fontspace)) 0;
  display: flex;
  font-weight: bold;
  color: #000000;
  gap: 0.5em;
}
.packaged-articles .package-article-textlink a:hover {
  color: #E3051E;
}
.packaged-articles .package-article-textlink a:before {
  content: "»";
  color: #E3051E;
  font-size: 25px;
  line-height: 0;
  padding-top: 0.5rem;
}
.packaged-articles .package-article-textlink:last-child {
  padding-bottom: calc(var(--space-lg) - var(--fontspace));
}

.teaser > .article-package-vinjett {
  font-weight: bold;
  display: block;
  padding: 0 var(--space-lg) var(--space-sm);
  margin: calc(var(--space-lg) * -0.5) calc(var(--space-lg) * -1) var(--space-lg);
  text-transform: uppercase;
  border-bottom: 1px solid #cacaca;
}

.teaser-excerpt .article-package-vinjett {
  font-weight: bold;
  display: inline;
  text-transform: uppercase;
}
.teaser-excerpt .article-package-vinjett::after {
  content: "|";
  font-weight: bold;
}
.teaser-excerpt .article-package-vinjett + .teaser-excerpt-wrapper {
  display: inline !important;
}
.teaser-excerpt .article-package-vinjett + .teaser-excerpt-wrapper * {
  display: inline;
}

.white-text {
  color: white;
}
.white-text a:not(.sf-region-label):not(.cat-label),
.white-text .teaser-excerpt {
  color: white;
}
.white-text a:not(.sf-region-label):not(.cat-label):hover {
  text-decoration: underline;
}

/****************************************

	ADS

*****************************************/
.ad {
  font-family: "abril-text", serif;
}
.ad span {
  text-transform: uppercase;
  color: #8a8a8a;
  letter-spacing: 1px;
  font-size: 13px;
}
.ad img {
  margin-top: var(--space-sm);
  width: 100%;
}

/* Full Feed Ad Top */
.full-feed-ad-top .row {
  padding: var(--space-lg);
}
@media screen and (min-width: 48em) {
  .full-feed-ad-top .row {
    padding: var(--space-lg) var(--space-lg) var(--space-lg) 0;
  }
}

/* Full Feed Ad Bottom*/
.full-feed-ad-bottom {
  border-top: 1px solid #cacaca;
}
.full-feed-ad-bottom .row {
  padding: var(--space-lg);
}

/****************************************

	SINGLE

*****************************************/
.article-content {
  border-top: 1px solid #cacaca;
}
@media screen and (min-width: 48em) {
  .article-content {
    border-left: 1px solid #cacaca;
  }
}
.article-content .single-header {
  padding: var(--space-lg);
}
.article-content .single-header a.edition {
  color: #000000;
  font-weight: bold;
}
.article-content .single-header a.edition:hover {
  color: #E3051E !important;
}
.article-content #primary .single-article-content,
.article-content #primary .single-pa-nya-uppdrag {
  padding: 0 var(--space-lg) var(--space-lg);
}
.article-content .entry-content {
  margin-bottom: var(--space-lg);
}
.article-content .intro {
  font-weight: normal;
  margin: 0 0 var(--space-md);
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
}
.article-content .intro p {
  line-height: inherit;
  margin: 0 !important;
}
.article-content .article-footer .shared-counts-wrap {
  margin-bottom: var(--space-lg) !important;
}
@media screen and (min-width: 36em) {
  .article-content .article-author {
    display: flex;
    grid-gap: var(--space-sm);
    align-items: center;
  }
}
.article-content .article-author p {
  margin: 0;
  line-height: var(--space-md);
  font-size: 17px;
  line-height: calc(18px + var(--space-sm));
}
.article-content .article-author .article-author-name {
  font-family: "abril-text", serif;
  font-weight: bold;
  color: #000000;
}
.article-content .article-author .article-author-name:hover {
  color: #E3051E;
}
.article-content .article-author .article-author-desc {
  font-style: italic;
}
.article-content .article-author .avatar {
  align-self: flex-start;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (min-width: 0em) and (max-width: 35.9375em) {
  .article-content .article-author .avatar {
    margin-bottom: var(--space-sm);
  }
}
.article-content .article-author .avatar img {
  width: auto !important;
}

.single-pa_nya_uppdrag .sidebar-cats-wrapper {
  border-top: none !important;
}

.single .tags a {
  padding: var(--button-space-sm);
}

.category-desc-on-single-post {
  margin: var(--space-lg) 0 0;
  padding: var(--space-lg);
  background-color: rgba(202, 202, 202, 0.6);
  font-family: "abril-text", serif;
  font-size: var(--p-size);
  line-height: var(--p-lineheight);
  border-radius: 5px;
}

.related-posts .widget {
  padding: var(--space-lg);
  border-top: 1px solid #cacaca;
}
.related-posts .widget > .wp-block-group.has-background {
  margin: calc(-1 * var(--space-lg));
}
.related-posts .wp-block-group.has-background {
  padding: var(--space-md);
}
.related-posts .widget .widget {
  padding: 0;
  border: none;
}
.related-posts .feed-ad .widget {
  padding: 0 !important;
  border: 0 !important;
}
.related-posts .related-posts-header {
  padding: var(--space-sm) var(--space-lg);
  border-top: 1px solid #cacaca;
}
.related-posts .related-posts-header p {
  margin: 0;
  font-family: "abril-text", serif;
  text-transform: uppercase;
  font-weight: bold;
}
.related-posts .related-posts-header i {
  padding-left: var(--button-space);
}
.related-posts h2 {
  font-size: var(--h4-size);
  line-height: var(--h4-lineheight);
}
.related-posts .ad-widget .widget {
  padding: 0;
  border: 0;
}

.byline {
  margin: 18px 0 var(--space-md);
  align-items: center;
  -moz-column-gap: var(--button-column-gap);
       column-gap: var(--button-column-gap);
  font-family: "abril-text", serif;
}
@media screen and (min-width: 48em) {
  .byline {
    display: flex;
  }
}
.byline .article-cat-group {
  margin: 0 0 var(--space-sm);
}
@media screen and (min-width: 48em) {
  .byline .article-cat-group {
    margin: 0;
  }
}

.locked-article .locked-article-fade {
  position: relative;
  height: 120px;
  margin-top: -96px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 39%, rgba(255, 255, 255, 0) 100%);
}
.locked-article .locked-article-info {
  border: 1px solid #cacaca;
}
.locked-article .locked-article-info aside .wp-block-group__inner-container {
  padding: var(--space-lg);
}
.locked-article .locked-article-info aside .wp-block-group__inner-container .wp-block-group__inner-container {
  padding: 0;
}

.other-locked-content section.main-content {
  padding: 0;
}
.other-locked-content section.main-content .aip-map-wrapper:before {
  content: "";
}
.other-locked-content .locked-article-fade {
  position: relative;
  height: 100px;
  margin-top: -250px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 39%, rgba(255, 255, 255, 0) 100%);
  z-index: 1000;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
}
@media screen and (min-width: 36em) {
  .other-locked-content .locked-article-fade {
    height: 100px;
    margin-top: -150px;
  }
}
.other-locked-content .locked-article-info {
  position: relative;
  z-index: 1000;
  background-color: white;
}
.other-locked-content #area-details {
  display: none;
}
@media screen and (min-width: 36em) {
  .other-locked-content #area-details {
    display: block;
  }
}
@media screen and (min-width: 36em) {
  .other-locked-content .locked-map-content-wrapper {
    display: flex;
    flex-direction: row;
  }
  .other-locked-content .locked-map-content-wrapper > div {
    flex: 0 0 50%;
  }
}
.other-locked-content .aip-map-wrapper-tabs > div {
  cursor: auto !important;
}
.other-locked-content .aip-map-wrapper-tabs > div:first-child:hover {
  border-color: transparent !important;
}
.other-locked-content .search-select-area {
  display: none !important;
}
.other-locked-content .aip-preview-map-wrapper > svg {
  height: 800px !important;
  width: auto !important;
}
.other-locked-content .aip-preview-map-wrapper a {
  cursor: auto;
}
.other-locked-content .aip-preview-map-wrapper .leaflet-container .leaflet-overlay-pane svg {
  height: 600px !important;
  width: 600px !important;
  transform: translate3d(-30%, -60px, 0px) !important;
}
@media screen and (min-width: 36em) {
  .other-locked-content .aip-preview-map-wrapper .leaflet-container .leaflet-overlay-pane svg {
    height: 700px !important;
    width: 700px !important;
    transform: translate3d(-35%, -100px, 0px) !important;
  }
}
@media screen and (min-width: 48em) {
  .other-locked-content .aip-preview-map-wrapper .leaflet-container .leaflet-overlay-pane svg {
    height: 700px !important;
    width: 700px !important;
    transform: translate3d(-30%, -100px, 0px) !important;
  }
}
@media screen and (min-width: 62em) {
  .other-locked-content .aip-preview-map-wrapper .leaflet-container .leaflet-overlay-pane svg {
    height: 900px !important;
    width: 900px !important;
    transform: translate3d(-30%, -120px, 0px) !important;
  }
}
@media screen and (min-width: 75em) {
  .other-locked-content .aip-preview-map-wrapper .leaflet-container .leaflet-overlay-pane svg {
    height: 1200px !important;
    width: 1200px !important;
    transform: translate3d(-30%, -250px, 0px) !important;
  }
}

.subscribe-to-newsletter {
  border-radius: 5px;
}

.apsis-subscribe-form div > div {
  height: 190px;
  overflow: hidden;
}
.apsis-subscribe-form iframe {
  border: 0;
  height: 300px;
}

/****************************************

	FEED (Archive / frontpage / index)

*****************************************/
.aip-preview-map-wrapper {
  position: relative;
}
.aip-preview-map-wrapper .aip-map-overlay-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 20000;
  cursor: pointer;
}
.aip-preview-map-wrapper .aip-map-overlay-link:hover {
  background-color: transparent;
}
.aip-preview-map-wrapper .aip-preview-map {
  height: 420px;
}
.aip-preview-map-wrapper .aip-preview-map.leaflet-container {
  background-color: transparent;
}
.aip-preview-map-wrapper .aip-preview-map .leaflet-pane.leaflet-tile-pane {
  display: none;
}
.aip-preview-map-wrapper .aip-preview-map .leaflet-pane.leaflet-overlay-pane path {
  stroke: white;
  stroke-width: 1px;
  stroke-dasharray: 0;
}

@media screen and (min-width: 48em) {
  #content.feed .feed-wrapper {
    border-right: 1px solid #cacaca;
  }
}
@media screen and (min-width: 48em) {
  #content.feed .feed-main-wrapper {
    display: flex;
    align-items: stretch;
  }
}
@media screen and (min-width: 48em) {
  #content.feed #primary {
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
  }
}
#content.feed #primary .teaser-col {
  float: left;
}
#content.feed #sidebar {
  margin-bottom: var(--space-lg);
}
#content.feed .teaser,
#content.feed .feed-ad,
#content.feed .sidebar-cats-wrapper {
  padding: var(--space-lg);
  background: white;
  border-top: 1px solid #cacaca;
}
#content.feed .teaser img,
#content.feed .feed-ad img,
#content.feed .sidebar-cats-wrapper img {
  width: 100%;
}
#content.feed .teaser-img {
  display: block;
  position: relative;
  background: #cacaca;
  border-radius: 5px;
  padding-top: 56.173677%;
  margin-bottom: var(--space-md);
}
#content.feed .teaser-img img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
#content.feed .teaser-excerpt-wrapper {
  clear: both;
  overflow: hidden;
}
#content.feed .teaser-excerpt {
  margin-top: calc(var(--fontspace));
  margin-bottom: 0;
}

.page-navigation .pagination,
#content.feed .navigation.pagination {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  margin: 0 0 -1px;
  padding: 0;
  font-family: "abril-text", serif;
  clear: both;
}
.page-navigation .pagination .nav-links,
#content.feed .navigation.pagination .nav-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-navigation .pagination .nav-links > *,
#content.feed .navigation.pagination .nav-links > * {
  border-radius: 0;
  border-left: 1px solid #cacaca;
}
@media screen and (min-width: 0em) and (max-width: 35.9375em) {
  .page-navigation .pagination .nav-links > *,
#content.feed .navigation.pagination .nav-links > * {
    flex: 1;
    padding: var(--space-sm) 0;
    text-align: center;
  }
}
@media screen and (min-width: 36em) {
  .page-navigation .pagination .nav-links > *,
#content.feed .navigation.pagination .nav-links > * {
    padding: var(--space-sm) calc(var(--space-sm) + 0.5rem);
  }
}
.page-navigation .pagination .nav-links > *:first-child,
#content.feed .navigation.pagination .nav-links > *:first-child {
  border-left: 0;
}
@media screen and (min-width: 36em) {
  .page-navigation .pagination .nav-links > *:first-child,
#content.feed .navigation.pagination .nav-links > *:first-child {
    padding-left: var(--space-lg);
  }
}
.page-navigation .pagination .current,
.page-navigation .pagination .current + *,
#content.feed .navigation.pagination .current,
#content.feed .navigation.pagination .current + * {
  border: 0 !important;
}
.page-navigation .pagination .current,
#content.feed .navigation.pagination .current {
  background: #F9AE36;
}

.teaser-large {
  clear: both;
}

.teaser-grid-col .teaser-col {
  float: none !important;
}
@media screen and (min-width: 36em) {
  .teaser-grid-col {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .teaser-grid-col .teaser-col {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .teaser-grid-col .teaser-col::before {
    display: none;
  }
  .teaser-grid-col .teaser-col-image-left {
    border-right: 1px solid #cacaca;
  }
}

.red-border {
  position: relative;
}

.red-border:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 2px;
  background: #E3051E;
  border-radius: 5px;
}

.article-theme-at-the-top {
  font-weight: bold;
  margin-top: calc(var(--space-lg) * -0.5);
  display: block;
  padding-bottom: var(--space-sm);
}

.teaser-excerpt-article-theme-name-wrapper {
  margin-top: var(--fontspace);
}
.teaser-excerpt-article-theme-name-wrapper .article-theme-name {
  display: inline;
  font-weight: bold;
}
.teaser-excerpt-article-theme-name-wrapper .teaser-excerpt-wrapper,
.teaser-excerpt-article-theme-name-wrapper .teaser-excerpt-wrapper * {
  display: inline;
}

.article-theme-grouped-posts {
  margin: 0;
}
.article-theme-grouped-posts li {
  list-style: none;
}
.article-theme-grouped-posts a {
  margin-top: calc(var(--fontspace));
  display: flex;
  font-weight: bold;
  color: #000000;
  gap: 0.5em;
}
.article-theme-grouped-posts a:hover {
  color: #E3051E;
}
.article-theme-grouped-posts a:before {
  content: "»";
  color: #E3051E;
  font-size: 25px;
  line-height: 0;
  padding-top: 0.5rem;
}

.teaser-col {
  position: relative;
  border-top: 1px solid #cacaca;
  padding: var(--space-lg);
}
@media screen and (min-width: 36em) {
  .teaser-col:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-right: 1px solid #cacaca;
  }
  .teaser-col + .teaser-col:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    right: auto !important;
    border-left: 1px solid #cacaca;
    border-right: 0;
  }
}

.teaser-tips .article-cat-group {
  margin-top: 0;
}

.teaser-standard {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .teaser-standard .article-cat-group {
    margin-top: 0;
  }
  .teaser-standard .article-header {
    padding-right: var(--space-md) !important;
  }
}

.teaser-standard-2 .teaser-excerpt-wrapper .teaser-excerpt {
  margin-top: 0 !important;
}
@media screen and (min-width: 36em) {
  .teaser-standard-2.standard-with-bg {
    display: grid;
  }
  .teaser-standard-2.standard-with-bg.standard-left {
    grid-template-columns: 2fr 1fr;
  }
  .teaser-standard-2.standard-with-bg.standard-left .teaser-standard-img-wrapper {
    grid-column: 2;
  }
  .teaser-standard-2.standard-with-bg.standard-left .article-header {
    grid-row: 1;
    grid-column: 1;
    padding-right: var(--space-md) !important;
  }
  .teaser-standard-2.standard-with-bg.standard-right {
    grid-template-columns: 1fr 2fr;
  }
  .teaser-standard-2.standard-with-bg.standard-right .article-header {
    padding-left: var(--space-md) !important;
  }
  .teaser-standard-2.standard-with-bg .teaser-excerpt,
.teaser-standard-2.standard-with-bg .packaged-articles {
    grid-column: span 2;
  }
}

.sidebar-cats-wrapper {
  font-family: "abril-text", serif;
}
.sidebar-cats-wrapper .siderbar-cats-title {
  display: block;
  border-bottom: 1px solid #cacaca;
  padding: 0 var(--space-lg);
  padding-bottom: var(--space-md);
  margin-bottom: var(--space-md);
  margin-left: calc(-1 * var(--space-lg));
  margin-right: calc(-1 * var(--space-lg));
}
.sidebar-cats-wrapper h5 {
  margin: 0;
  font-family: "abril-text", serif;
  font-size: 1rem;
  text-transform: uppercase;
}
.sidebar-cats-wrapper h5 a {
  color: #000000;
  line-height: var(--space-md);
}
.sidebar-cats-wrapper h5 a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-left: 6px;
  font-size: 12px;
  position: relative;
  top: -2px;
}
.sidebar-cats-wrapper ul li a {
  display: block;
  color: #8a8a8a;
  line-height: var(--p-lineheight);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-cats-wrapper .widget {
  margin-bottom: var(--space-md);
}

.post-type-archive-pa_nya_uppdrag h1 {
  padding: var(--space-lg);
  margin-top: 0;
}

div.pa-nya-uppdrag .pa-nya-uppdrag-title {
  display: block;
  border-bottom: 1px solid #cacaca;
  padding: 0 var(--space-lg);
  padding-bottom: var(--space-md);
  margin-bottom: var(--space-md);
  margin-left: calc(-1 * var(--space-lg));
  margin-right: calc(-1 * var(--space-lg));
  padding: var(--space-md) var(--space-lg);
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #cacaca;
}
div.pa-nya-uppdrag h5 {
  margin: 0;
  font-family: "abril-text", serif;
  font-size: 1rem;
  text-transform: uppercase;
}
div.pa-nya-uppdrag h5 a {
  color: #000000;
  line-height: var(--space-md);
}
div.pa-nya-uppdrag h5 a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-left: 6px;
  font-size: 12px;
  position: relative;
  top: -2px;
}
div.pa-nya-uppdrag article {
  padding: 0 var(--space-lg);
  margin-bottom: var(--space-md);
}
div.pa-nya-uppdrag article a {
  color: #000000;
}
div.pa-nya-uppdrag article a:hover {
  color: #E3051E;
}

/****************************************

	PAGE

*****************************************/
@media screen and (min-width: 48em) {
  .page-wrapper,
.locked-article-info {
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
  }
}
.page-wrapper main#main,
.locked-article-info main#main {
  padding: var(--space-lg);
}
.page-wrapper h1,
.page-wrapper h2,
.page-wrapper h3,
.page-wrapper h4,
.page-wrapper h5,
.page-wrapper h6,
.locked-article-info h1,
.locked-article-info h2,
.locked-article-info h3,
.locked-article-info h4,
.locked-article-info h5,
.locked-article-info h6 {
  margin-top: 0;
}
.page-wrapper h4,
.page-wrapper .h4,
.page-wrapper h5,
.page-wrapper .h5,
.locked-article-info h4,
.locked-article-info .h4,
.locked-article-info h5,
.locked-article-info .h5 {
  font-family: "abril-text", serif;
  text-transform: uppercase;
}
.page-wrapper h6,
.page-wrapper .h6,
.locked-article-info h6,
.locked-article-info .h6 {
  font-family: "abril-text", serif;
}
.page-wrapper h1,
.page-wrapper .h1,
.locked-article-info h1,
.locked-article-info .h1 {
  font-size: var(--page-h1);
  line-height: var(--page-h1-lineheight);
}
.page-wrapper h2,
.page-wrapper .h2,
.locked-article-info h2,
.locked-article-info .h2 {
  font-size: var(--page-h2);
  line-height: var(--page-h2-lineheight);
}
.page-wrapper h3,
.page-wrapper .h3,
.locked-article-info h3,
.locked-article-info .h3 {
  font-size: var(--page-h3);
  line-height: var(--page-h3-lineheight);
}
.page-wrapper h4,
.page-wrapper .h4,
.locked-article-info h4,
.locked-article-info .h4 {
  font-size: var(--page-h4);
  line-height: var(--page-h4-lineheight);
}
.page-wrapper h5,
.page-wrapper .h5,
.locked-article-info h5,
.locked-article-info .h5 {
  font-size: var(--page-h5);
  line-height: var(--page-h5-lineheight);
}
.page-wrapper h6,
.page-wrapper .h6,
.locked-article-info h6,
.locked-article-info .h6 {
  font-size: var(--page-h6);
  line-height: var(--page-h6-lineheight);
}
.page-wrapper .wt-top-image-wrapper,
.locked-article-info .wt-top-image-wrapper {
  position: relative;
  background-color: #000000;
  height: 252px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 48em) {
  .page-wrapper .wt-top-image-wrapper,
.locked-article-info .wt-top-image-wrapper {
    height: 354px;
  }
}
.page-wrapper .wt-top-image-wrapper .wt-top-image,
.locked-article-info .wt-top-image-wrapper .wt-top-image {
  opacity: 0.7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-wrapper .wt-top-image-wrapper .wt-top-image-text,
.locked-article-info .wt-top-image-wrapper .wt-top-image-text {
  position: relative;
  z-index: 1;
  padding: var(--space-lg);
}
.page-wrapper .wt-top-image-wrapper .wt-top-image-text .page-title,
.locked-article-info .wt-top-image-wrapper .wt-top-image-text .page-title {
  color: white;
}
@media screen and (max-width: 61.9375em) {
  .page-wrapper .wt-top-image-wrapper,
.locked-article-info .wt-top-image-wrapper {
    text-align: center;
  }
}

/* PAGE TEMPLATE EMPTY  & GUTENBERG FIXES on pages */
.template-empty .page-wrapper > section > .wp-block-group > .wp-block-group__inner-container {
  padding: var(--space-lg);
}

.page-wrapper,
.locked-article-info {
  /* Default: show only default button */
  /* When checkbox is checked: show reCAPTCHA button */
}
.page-wrapper .row.wp-block-group,
.page-wrapper .row,
.locked-article-info .row.wp-block-group,
.locked-article-info .row {
  padding: 0;
}
.page-wrapper .padding-lg .wp-block-group__inner-container,
.locked-article-info .padding-lg .wp-block-group__inner-container {
  padding: var(--space-lg);
}
.page-wrapper .padding-md .wp-block-group__inner-container,
.locked-article-info .padding-md .wp-block-group__inner-container {
  padding: var(--space-md);
}
.page-wrapper .padding-md .wp-block-group__inner-container,
.locked-article-info .padding-md .wp-block-group__inner-container {
  padding: var(--space-sm);
}
.page-wrapper .global-border,
.locked-article-info .global-border {
  border: 1px solid #cacaca;
}
.page-wrapper .body-extra-font,
.locked-article-info .body-extra-font {
  font-family: "abril-text", serif;
}
.page-wrapper .big-text,
.locked-article-info .big-text {
  font-size: var(--page-h4);
  line-height: var(--page-h4-lineheight);
}
.page-wrapper .neutral-link a,
.locked-article-info .neutral-link a {
  color: #000000;
  padding-bottom: 2px;
  border-bottom: 1px solid black;
}
.page-wrapper .b-radius,
.locked-article-info .b-radius {
  border-radius: 0.5rem;
}
.page-wrapper .b-shadow,
.locked-article-info .b-shadow {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.page-wrapper button:disabled,
.locked-article-info button:disabled {
  cursor: not-allowed;
  background-color: #acacac;
}
.page-wrapper button:disabled:hover,
.locked-article-info button:disabled:hover {
  background-color: #acacac;
}
.page-wrapper .submit-default, .page-wrapper .submit-recaptcha,
.locked-article-info .submit-default,
.locked-article-info .submit-recaptcha {
  display: none;
}
.page-wrapper .checkbox-unchecked .submit-default,
.locked-article-info .checkbox-unchecked .submit-default {
  display: inline-block;
}
.page-wrapper .checkbox-checked .submit-recaptcha,
.locked-article-info .checkbox-checked .submit-recaptcha {
  display: inline-block;
}
.page-wrapper .newsletter-wrapper,
.locked-article-info .newsletter-wrapper {
  margin: calc(var(--space-lg) * -1);
}
.page-wrapper .max-width-h1,
.locked-article-info .max-width-h1 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 48em) {
  .page-wrapper .max-width-h1 h1,
.locked-article-info .max-width-h1 h1 {
    max-width: 400px;
  }
}
.page-wrapper .max-width-h1 .newsletter-arrow,
.locked-article-info .max-width-h1 .newsletter-arrow {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.page-wrapper .max-width-h1 .newsletter-arrow > div,
.locked-article-info .max-width-h1 .newsletter-arrow > div {
  position: relative;
  width: 50%;
  height: 10px;
  border-bottom: 2px dashed #000000;
}
.page-wrapper .max-width-h1 .newsletter-arrow > div:after,
.locked-article-info .max-width-h1 .newsletter-arrow > div:after {
  content: "";
  display: block;
  border-top: 2px dashed;
  border-right: 2px dashed;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  position: absolute;
  right: -10px;
  top: 5px;
}
.page-wrapper .max-width-h1 .newsletter-arrow > div p,
.locked-article-info .max-width-h1 .newsletter-arrow > div p {
  display: none;
}
.page-wrapper .rulemailer-subscriber-form input:not(input[type=submit]),
.locked-article-info .rulemailer-subscriber-form input:not(input[type=submit]) {
  margin-bottom: var(--space-sm);
  box-shadow: 0;
  border-radius: 0.3em;
  font-size: var(--p-size);
}
.page-wrapper .newsletter-form-check,
.locked-article-info .newsletter-form-check {
  margin-top: var(--space-md);
  display: grid;
  grid-template-columns: 1rem calc(100% - 1rem);
  -moz-column-gap: var(--space-sm);
       column-gap: var(--space-sm);
  align-items: flex-start;
  font-size: 0.9rem;
}
.page-wrapper .newsletter-form-check input[type=checkbox],
.locked-article-info .newsletter-form-check input[type=checkbox] {
  margin: 5px 0 0;
  width: 1rem;
}
.page-wrapper .newsletter-form-check label,
.locked-article-info .newsletter-form-check label {
  margin: 0 0 var(--space-sm);
  font-weight: normal;
}
.page-wrapper .newsletter-form-check a,
.locked-article-info .newsletter-form-check a {
  grid-column: 2;
  text-decoration: underline !important;
}
.page-wrapper .newsletter-form-check a:hover,
.locked-article-info .newsletter-form-check a:hover {
  color: #E3051E;
}
.page-wrapper .rulemailer-subscriber-form button,
.locked-article-info .rulemailer-subscriber-form button {
  border-radius: 2rem;
  font-weight: bold;
  font-size: var(--p-size);
  box-shadow: none !important;
}
.page-wrapper .row.prenumerera > .wp-block-group__inner-container,
.locked-article-info .row.prenumerera > .wp-block-group__inner-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  grid-gap: 12px;
}
.page-wrapper .row.prenumerera > .wp-block-group__inner-container > .column, .page-wrapper .row.prenumerera > .wp-block-group__inner-container > .columns,
.locked-article-info .row.prenumerera > .wp-block-group__inner-container > .column,
.locked-article-info .row.prenumerera > .wp-block-group__inner-container > .columns {
  width: 100%;
  flex-grow: 1;
}
@media screen and (min-width: 48em) {
  .page-wrapper .row.prenumerera > .wp-block-group__inner-container > .column, .page-wrapper .row.prenumerera > .wp-block-group__inner-container > .columns,
.locked-article-info .row.prenumerera > .wp-block-group__inner-container > .column,
.locked-article-info .row.prenumerera > .wp-block-group__inner-container > .columns {
    width: calc(33.33% - 12px);
  }
}
.page-wrapper .row.redaktionen > .wp-block-group__inner-container,
.locked-article-info .row.redaktionen > .wp-block-group__inner-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  grid-gap: 12px;
}
.page-wrapper .row.redaktionen > .wp-block-group__inner-container > .column, .page-wrapper .row.redaktionen > .wp-block-group__inner-container > .columns,
.locked-article-info .row.redaktionen > .wp-block-group__inner-container > .column,
.locked-article-info .row.redaktionen > .wp-block-group__inner-container > .columns {
  width: 100%;
  flex-grow: 1;
  padding: 12px;
}
@media screen and (min-width: 36em) {
  .page-wrapper .row.redaktionen > .wp-block-group__inner-container > .column, .page-wrapper .row.redaktionen > .wp-block-group__inner-container > .columns,
.locked-article-info .row.redaktionen > .wp-block-group__inner-container > .column,
.locked-article-info .row.redaktionen > .wp-block-group__inner-container > .columns {
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 62em) {
  .page-wrapper .row.redaktionen > .wp-block-group__inner-container > .column, .page-wrapper .row.redaktionen > .wp-block-group__inner-container > .columns,
.locked-article-info .row.redaktionen > .wp-block-group__inner-container > .column,
.locked-article-info .row.redaktionen > .wp-block-group__inner-container > .columns {
    width: calc(33.33% - 12px);
  }
}
.page-wrapper .row.redaktionen > .wp-block-group__inner-container h4,
.locked-article-info .row.redaktionen > .wp-block-group__inner-container h4 {
  border-bottom: 1px solid #cacaca;
  margin: 0 0 var(--space-xs);
  padding: 0 0 var(--space-xs);
}
.page-wrapper .row.redaktionen > .wp-block-group__inner-container img,
.locked-article-info .row.redaktionen > .wp-block-group__inner-container img {
  max-width: 180px;
}

/****************************************

  SATIRTECKNING

*****************************************/
.satir-drawing.teaser {
  border-bottom: 1px solid #cacaca;
}
.satir-drawing.teaser p {
  margin: 0 0 var(--space-md);
  font-size: var(--h6-size);
}
.satir-drawing.teaser p a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.satir-drawing.teaser p a span {
  display: flex;
}
.satir-drawing.teaser p a span:first-child {
  font-style: italic;
  color: #000000;
}
.satir-drawing.teaser p a span:last-child {
  font-weight: bold;
  align-items: center;
  gap: 4px;
}
.satir-drawing.teaser p a span:last-child:after {
  content: "\f054";
  top: 2px;
  font-size: 12px;
  position: relative;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
}
@media only screen and (min-width: 400px) and (max-width: 499px) {
  .satir-drawing.teaser a {
    justify-content: center;
  }
  .satir-drawing.teaser .satir-drawing-img {
    flex: 0 0 auto;
    text-align: center;
  }
  .satir-drawing.teaser .satir-drawing-img img {
    max-width: 350px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 767px) {
  .satir-drawing.teaser {
    display: flex;
    justify-content: space-between;
    gap: var(--space-lg);
  }
  .satir-drawing.teaser > * {
    display: block;
  }
  .satir-drawing.teaser .satir-drawing-img {
    max-width: 400px;
  }
  .satir-drawing.teaser p {
    flex: 0 0 auto;
    font-size: var(--h3-size);
  }
  .satir-drawing.teaser a {
    flex-direction: column;
    align-items: flex-start !important;
    line-height: var(--page-h3-lineheight);
  }
}

#primary .satir-drawing.teaser {
  border-bottom: 0;
  border-top: 1px solid #cacaca !important;
}
@media screen and (min-width: 48em) {
  #primary .satir-drawing.teaser {
    display: none;
  }
}

.post-type-archive-satir_teckning .satir-drawing.teaser {
  display: none;
}
.post-type-archive-satir_teckning #primary h1 {
  padding: var(--space-lg);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.post-type-archive-satir_teckning #primary h1 span {
  display: flex;
}
.post-type-archive-satir_teckning #primary h1 span:first-child {
  font-weight: normal;
  font-style: italic;
}
.post-type-archive-satir_teckning #primary h1 span:last-child {
  color: #E3051E;
}
.post-type-archive-satir_teckning #primary .satir-drawings-feed-wrapper {
  padding: 0 0 var(--space-lg);
}
@media screen and (min-width: 75em) {
  .post-type-archive-satir_teckning #primary .satir-drawings-feed-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #cacaca;
  }
}
.post-type-archive-satir_teckning #primary .satir-drawings-feed-wrapper article {
  border-bottom: 1px solid #cacaca;
  padding: var(--space-lg);
  text-align: center;
}
.post-type-archive-satir_teckning #primary .satir-drawings-feed-wrapper article:first-child {
  padding-top: 0;
}
@media screen and (min-width: 75em) {
  .post-type-archive-satir_teckning #primary .satir-drawings-feed-wrapper article {
    display: flex;
    align-items: center;
  }
  .post-type-archive-satir_teckning #primary .satir-drawings-feed-wrapper article:first-child {
    padding-top: var(--space-lg);
  }
  .post-type-archive-satir_teckning #primary .satir-drawings-feed-wrapper article:nth-of-type(odd) {
    border-right: 1px solid #cacaca;
  }
}
.post-type-archive-satir_teckning #primary .satir-drawings-feed-wrapper img {
  width: auto !important;
  max-height: 80vh;
}
.post-type-archive-satir_teckning #primary .locked-article-info {
  padding: var(--space-lg);
  border-left: 0;
  border-right: 0;
}

/****************************************

	PÅ NYA UPPDRAG

*****************************************/
.post-type-archive-pa_nya_uppdrag .feed-wrapper #primary {
  border-top: 1px solid #cacaca;
}

.loop-archive-pa-nya-uppdrag {
  position: relative;
}
.loop-archive-pa-nya-uppdrag a {
  color: #000000;
}
.loop-archive-pa-nya-uppdrag .pnu-header {
  display: flex;
  gap: var(--space-md);
  align-items: center;
  margin-bottom: var(--space-sm);
  padding-right: var(--space-lg);
  position: relative;
  margin-top: 0;
}
.loop-archive-pa-nya-uppdrag .pnu-header .aip-assignment-locked {
  position: absolute;
  right: 0;
  top: calc(var(--pnu-imagewidht) * 0.5);
  transform: translate(50%, -50%);
  font-size: 14px;
  background: white;
  color: #F9AE36;
}
.loop-archive-pa-nya-uppdrag .pnu-header .pnu-image {
  background-color: rgba(249, 174, 54, 0.1);
  flex: 0 0 var(--pnu-imagewidht);
  border-radius: 100% !important;
  width: var(--pnu-imagewidht);
  height: var(--pnu-imagewidht);
}
.loop-archive-pa-nya-uppdrag .pnu-header .pnu-image img {
  border-radius: 100% !important;
  width: var(--pnu-imagewidht);
  height: var(--pnu-imagewidht);
}
.loop-archive-pa-nya-uppdrag .pnu-header .pnu-title {
  flex: 0 0 1;
}
.loop-archive-pa-nya-uppdrag .pnu-header h2 {
  margin-top: 0;
}
.loop-archive-pa-nya-uppdrag p {
  margin-top: var(--space-md);
  margin-bottom: 0;
  font-size: var(--p-size-article);
  line-height: var(--p-lineheight-article);
}

.pa-nya-uppdrag-sidebar article {
  margin-bottom: var(--space-lg) !important;
}
.pa-nya-uppdrag-sidebar article .pnu-header {
  display: flex;
  gap: var(--space-md);
  align-items: center;
  margin-bottom: var(--space-md);
}
.pa-nya-uppdrag-sidebar article .pnu-header .pnu-image {
  flex: 0 0 var(--pnu-imagewidht);
  background-color: rgba(249, 174, 54, 0.1);
  border-radius: 100% !important;
  width: var(--pnu-imagewidht);
  height: var(--pnu-imagewidht);
}
.pa-nya-uppdrag-sidebar article .pnu-header .pnu-title {
  flex: 0 0 1;
}
.pa-nya-uppdrag-sidebar article .pnu-header h5 {
  margin-bottom: 0;
}
.pa-nya-uppdrag-sidebar img {
  border-radius: 100% !important;
  width: var(--pnu-imagewidht);
  height: var(--pnu-imagewidht);
}
.pa-nya-uppdrag-sidebar article h5 {
  line-height: var(--p-lineheight);
  position: relative;
  color: #000000 !important;
  margin-bottom: var(--fontspace);
  text-transform: none;
  font-family: "abril-text", serif;
  font-size: var(--h4-size);
  line-height: var(--h4-lineheight);
}
@media screen and (min-width: 48em) {
  .pa-nya-uppdrag-sidebar article h5 {
    font-size: var(--h5-size);
    line-height: var(--h5-lineheight);
  }
}
.pa-nya-uppdrag-sidebar p a,
.pa-nya-uppdrag-sidebar p {
  color: #8a8a8a !important;
  margin-bottom: 0;
}
.pa-nya-uppdrag-sidebar .excerpt-read-more {
  display: none;
  color: #E3051E !important;
}
.pa-nya-uppdrag-sidebar .pa-nya-uppdrag-link-to-all {
  display: block;
  padding: var(--space-md) var(--space-lg);
  display: block;
  font-family: "abril-text", serif;
  font-weight: bold;
  color: #000000;
}
.pa-nya-uppdrag-sidebar .pa-nya-uppdrag-link-to-all:after {
  content: "\f054";
  top: -2px;
  position: relative;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-left: 6px;
  font-size: 12px;
  font-weight: bold;
}

#primary .pa-nya-uppdrag {
  border: 0;
}
#primary .pa-nya-uppdrag .pa-nya-uppdrag-link-to-all {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  #primary .pa-nya-uppdrag {
    display: none;
  }
}

/****************************************

	I KORTHET

*****************************************/
.post-type-archive-i_korthet #primary > h1 {
  padding: var(--space-lg);
  line-height: var(--p-lineheight);
  font-size: var(--p-size);
  color: #E3051E;
  font-family: "abril-text", serif;
  text-transform: uppercase;
}

.loop-archive-pa-nya-uppdrag .ik-header {
  margin-bottom: 0;
  padding-right: 0;
  display: block !important;
}
.loop-archive-pa-nya-uppdrag .ik-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  gap: var(--space-sm);
}
.loop-archive-pa-nya-uppdrag .ik-title .aip-cat-edition {
  display: flex;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  align-items: center;
}
.loop-archive-pa-nya-uppdrag .ik-title .aip-cat-edition span {
  color: #acacac;
  position: relative;
  z-index: 2;
  line-height: var(--cat-button-line-height);
  padding: 0 !important;
}
.loop-archive-pa-nya-uppdrag .ik-content {
  display: flex;
  flex-direction: column;
  gap: calc(var(--p-lineheight-article) - var(--p-size-article));
}
.loop-archive-pa-nya-uppdrag .ik-content > * {
  font-size: var(--p-size-article);
  line-height: var(--p-lineheight-article);
}
.loop-archive-pa-nya-uppdrag .ik-content .excerpt-read-more {
  display: none;
}
.loop-archive-pa-nya-uppdrag .ik-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}
@media screen and (min-width: 36em) {
  .loop-archive-pa-nya-uppdrag .ik-content-wrapper {
    flex-direction: row;
  }
}
.loop-archive-pa-nya-uppdrag .ik-content-wrapper .ik-image {
  flex: 0 0 33%;
}
.loop-archive-pa-nya-uppdrag .ik-content-wrapper-locked {
  height: 90px;
  overflow: hidden;
}
.loop-archive-pa-nya-uppdrag .ik-content-wrapper-locked .excerpt-read-more {
  display: none;
}
.loop-archive-pa-nya-uppdrag .ik-content-wrapper-locked p {
  margin-top: 0;
}
.loop-archive-pa-nya-uppdrag .ik-locked-notice-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: -90px;
  background-color: white;
  background: linear-gradient(0deg, rgb(255, 255, 255) 52%, rgba(255, 255, 255, 0.5) 100%);
  min-height: 90px;
  position: relative;
  z-index: 100;
  padding-top: 90px;
  padding-bottom: var(--space-lg);
  margin-bottom: calc(var(--space-lg) * -1);
}
.loop-archive-pa-nya-uppdrag .ik-locked-notice-wrapper .ik-locked-notice {
  display: flex;
  gap: 0.5em;
}
.loop-archive-pa-nya-uppdrag .ik-locked-notice-wrapper .ik-locked-notice p {
  margin: 0;
}
.loop-archive-pa-nya-uppdrag .ik-locked-notice-wrapper .ik-locked-notice a {
  position: relative;
  top: -2px;
}
@media screen and (min-width: 48em) {
  .loop-archive-pa-nya-uppdrag .ik-locked-notice-wrapper .ik-locked-notice a {
    top: 2px;
  }
}

.post-type-archive-i_korthet .i-korthet-sidebar {
  display: none;
}

.i-korthet-sidebar {
  padding: var(--space-lg);
  border-top: 1px solid #cacaca;
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}
.i-korthet-sidebar > header {
  border-bottom: 1px solid #cacaca;
  margin: 0 calc(var(--space-lg) * -1);
  padding: 0 var(--space-lg) var(--space-lg);
}
.i-korthet-sidebar header .ik-link-to-all {
  display: none;
}
.i-korthet-sidebar .ik-notices {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}
.i-korthet-sidebar article {
  display: flex;
  flex-direction: column;
  gap: calc(var(--h6-lineheight) - var(--h6-size));
}
.i-korthet-sidebar p {
  margin-bottom: 0;
}
.i-korthet-sidebar .i-korthet-title {
  margin: 0;
  font-family: "abril-text", serif;
  font-size: var(--p-size);
  text-transform: uppercase;
}
.i-korthet-sidebar .ik-header h5 {
  margin-top: 0;
  font-size: var(--h6-size);
  line-height: var(--h6-lineheight);
  color: #000000;
  margin-bottom: var(--space-sm);
}
@media screen and (min-width: 48em) {
  .i-korthet-sidebar .ik-header h5 {
    margin-bottom: 0;
  }
}
.i-korthet-sidebar .ik-notis-content a {
  color: #8a8a8a !important;
  color: #000000 !important;
  margin-bottom: 0;
}
.i-korthet-sidebar .excerpt-read-more {
  display: none;
}
.i-korthet-sidebar .ik-link-to-all {
  display: block;
  display: block;
  font-family: "abril-text", serif;
  font-weight: bold;
  color: #000000;
}
.i-korthet-sidebar .ik-link-to-all:after {
  content: "\f054";
  top: -2px;
  position: relative;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-left: 6px;
  font-size: 12px;
  font-weight: bold;
}

#primary .i-korthet-sidebar {
  padding-right: 0;
}
#primary .i-korthet-sidebar article {
  padding-right: var(--space-lg);
}
#primary .i-korthet-sidebar .ik-notices {
  margin-bottom: 0 !important;
}
#primary .i-korthet-sidebar .slick-next,
#primary .i-korthet-sidebar .slick-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cacaca;
  right: var(--space-lg);
  right: var(--space-xs);
  top: calc(var(--space-lg) * -2 - 3px) !important;
  transform: translatey(-50%) !important;
  left: auto;
  border-radius: 0;
  width: 30px;
  height: 30px;
}
#primary .i-korthet-sidebar .slick-next::before,
#primary .i-korthet-sidebar .slick-prev::before {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  width: 8px !important;
  height: 8px !important;
  color: #000000;
  display: block;
  position: relative;
  right: 2px;
}
#primary .i-korthet-sidebar .slick-prev {
  right: calc(30px + var(--space-xs) + var(--space-xs)) !important;
}
#primary .i-korthet-sidebar .slick-prev::before {
  transform: rotate(-135deg);
  left: 2px;
}
@media screen and (min-width: 48em) {
  #primary .i-korthet-sidebar {
    display: none;
  }
}

/****************************************

	SEARCH

*****************************************/
.search .feed-wrapper .search-header {
  border-top: 1px solid #cacaca;
  padding: var(--space-lg);
}
.search .feed-wrapper .search-header .archive-title {
  margin: 0 0 var(--space-md);
}
.search .feed-wrapper .article-header .search-article-title {
  margin-top: var(--space-sm);
  font-size: var(--h4-size);
  line-height: var(--h4-lineheight);
}
@media screen and (min-width: 48em) {
  .search .feed-wrapper .article-header .search-article-title {
    margin-top: var(--space-md);
    margin-top: 0;
  }
}
.search .feed-wrapper .general-excerpt {
  margin-top: var(--p-space-article);
}
.search .feed-wrapper .general-excerpt p {
  font-size: var(--p-size-article);
  line-height: var(--p-lineheight-article);
}
@media screen and (min-width: 36em) {
  .search .feed-wrapper .general-meta {
    display: flex;
    align-items: center;
  }
}
.search .feed-wrapper .general-meta .article-cat-group {
  margin: 0 !important;
}
.search .feed-wrapper .general-meta .article-cat-group span {
  padding: 3px 9px;
}
.search .feed-wrapper .general-meta p {
  margin-bottom: 0;
}
.search .feed-wrapper .general-meta .date {
  font-family: "abril-text", serif;
  color: #8a8a8a;
  font-weight: bold;
  padding: var(--space-sm) 0 0;
}
@media screen and (min-width: 36em) {
  .search .feed-wrapper .general-meta .date {
    padding: 0 var(--space-sm);
  }
}
.search .feed-wrapper #post-not-found .search-entry-content {
  margin-top: calc(-1 * var(--space-lg));
  padding: var(--space-md) var(--space-lg) var(--space-lg);
}
.search .feed-wrapper #post-not-found .search-entry-content h5 {
  margin-top: 0;
}
.search .feed-wrapper #post-not-found .search-entry-content h5 i {
  padding-right: 6px;
}

/****************************************

	CONTENT MISSING

*****************************************/
#post-not-found .post-not-found-content {
  border-top: 1px solid #cacaca;
  padding: var(--space-lg);
}
@media screen and (min-width: 48em) {
  #post-not-found .post-not-found-content {
    border-bottom: 1px solid #cacaca;
  }
}
#post-not-found .post-not-found-content header,
#post-not-found .post-not-found-content section {
  margin-bottom: var(--space-md);
}

/****************************************

	Error Page

*****************************************/
#error-page {
  margin-top: 50px !important;
  margin: 0 !important;
  border: 0 !important;
  font-family: inherit !important;
  padding: 0 !important;
  max-width: none !important;
  box-shadow: none !important;
}

/****************************************

	404

*****************************************/
.error404 #content-not-found {
  padding: var(--space-lg);
}
@media screen and (min-width: 48em) {
  .error404 #content-not-found {
    border: 1px solid #cacaca;
    border-top: 0;
    border-bottom: 0;
  }
}
.error404 #content-not-found .article-header,
.error404 #content-not-found .entry-content {
  margin-bottom: var(--space-md);
}

/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px;
}

.wt-article p {
  margin: 0;
}
.wt-article .article-header img {
  width: 100%;
}
.byline {
  color: #999;
}
.entry-content {
  font-size: var(--p-size-article);
  line-height: var(--p-lineheight-article);
}
.entry-content p {
  font-size: var(--p-size-article);
  line-height: var(--p-lineheight-article);
}
.entry-content p,
.entry-content .wp-caption {
  margin: 0 0 var(--p-space-article);
}
.entry-content blockquote {
  position: relative;
  margin: var(--space-lg) 0;
  padding: 0 var(--space-lg);
  color: #E3051E;
  border: none;
}
.entry-content blockquote p {
  padding-left: var(--space-lg);
  color: #E3051E;
  font-size: var(--blockquote-size);
  line-height: var(---blockquote-lineheight);
}
.entry-content blockquote cite {
  padding-left: var(--space-lg);
}
.entry-content blockquote cite:before {
  display: none;
}
.entry-content blockquote:before {
  content: '"';
  content: "\f10e";
  font-weight: bold;
  font-size: 25px;
  line-height: 0;
  font-family: "abril-display", serif;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0px;
  right: 0;
  top: 12px;
  opacity: 0.1;
}
@media screen and (min-width: 62em) {
  .entry-content blockquote:before {
    font-size: 40px;
    top: 12px;
  }
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft,
.entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.entry-content .alignright,
.entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.entry-content .aligncenter,
.entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* IMAGE BLOCK */
.wp-block-image {
  margin-bottom: var(--space-sm);
}

figure,
figure.wp-block-image,
.wp-caption {
  max-width: 100%;
}
figure img,
figure.wp-block-image img,
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
}
figure figcaption,
figure p.wp-caption-text,
figure.wp-block-image figcaption,
figure.wp-block-image p.wp-caption-text,
.wp-caption figcaption,
.wp-caption p.wp-caption-text {
  margin: var(--space-sm) 0 0;
  font-size: 1rem;
  font-family: "abril-text", serif;
  margin-top: var(--space-sm);
  color: #8a8a8a;
}

.post-password-form input[type=submit] {
  background-color: #000000;
  color: white;
  border-color: #000000 !important;
}
.post-password-form input[type=submit]:hover {
  background-color: black;
}

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem;
}

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px;
}

#respond ul {
  margin-left: 0px;
}

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  float: right;
}
/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

#comment-form-title {
  margin: 0 0 1.1em;
}

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
.arrow-link {
  margin: 0;
}
.arrow-link a {
  display: block;
  font-family: "abril-text", serif;
  font-weight: bold;
  color: #000000;
}
.arrow-link a:after {
  content: "\f054";
  top: -2px;
  position: relative;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-left: 6px;
  font-size: 12px;
  font-weight: bold;
}

.widget ul {
  margin: 0;
}
.widget ul li {
  list-style: none;
}
/*********************
CTA SIDEBAR
*********************/
.cta-sidebar-wrapper {
  position: relative;
  padding: var(--space-lg);
}
.cta-sidebar-wrapper .cta-sidebar-header {
  position: relative;
  z-index: 1;
}
.cta-sidebar-wrapper .cta-sidebar-header h3 {
  margin-top: 0 !important;
}
.cta-sidebar-wrapper .cta-sidebar-header a:hover {
  color: #000000;
}
.cta-sidebar-wrapper .cta-map {
  position: relative;
  z-index: 0;
}
.cta-sidebar-wrapper .cta-svg svg {
  display: block;
  margin: var(--space-md) auto 0;
  margin-top: -0.5rem;
  cursor: pointer;
  width: 180px;
}
.cta-sidebar-wrapper .cta-svg svg * {
  fill: #fabe5e;
  transition: all 0.5s ease-in-out;
}
.cta-sidebar-wrapper .cta-svg svg:hover * {
  fill: #f9ae36;
}
.cta-sidebar-wrapper .arrow-link {
  margin: 0;
}
.cta-sidebar-wrapper .arrow-link a {
  display: block;
  font-family: "abril-text", serif;
  font-weight: bold;
  color: #000000;
}
.cta-sidebar-wrapper .arrow-link a:after {
  content: "\f054";
  top: -2px;
  position: relative;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-left: 6px;
  font-size: 12px;
  font-weight: bold;
}
.cta-sidebar-wrapper #block-45 {
  width: 100%;
}
.cta-sidebar-wrapper .cta-party-rule-map > div {
  display: flex;
  gap: var(--space-sm);
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 48em) {
  .cta-sidebar-wrapper .cta-party-rule-map > div {
    align-items: flex-start;
  }
}
@media screen and (min-width: 36em) {
  .cta-sidebar-wrapper .cta-party-rule-map > div > div {
    flex: 0 0 50;
  }
}
.cta-sidebar-wrapper .cta-party-rule-map > div > figure {
  margin: 0;
  flex: 0 0 80px;
}
@media screen and (min-width: 48em) {
  .cta-sidebar-wrapper .cta-party-rule-map > div > figure {
    flex: 0 0 130px;
  }
}
.cta-sidebar-wrapper .cta-party-rule-map .gradient-map-image {
  text-align: right;
}
.cta-sidebar-wrapper .cta-party-rule-map .gradient-map-image img {
  opacity: 0.9;
  width: auto;
  max-height: 120px;
}
@media screen and (min-width: 48em) {
  .cta-sidebar-wrapper .cta-party-rule-map .gradient-map-image img {
    max-height: 320px;
  }
}
.cta-sidebar-wrapper .cta-party-rule-map .gradient-map-image img:hover {
  opacity: 1;
}

.ap-sidebar-image-title-button-wrapper > div {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  margin-top: var(--space-lg);
}
@media screen and (min-width: 36em) {
  .ap-sidebar-image-title-button-wrapper > div {
    flex-direction: row;
  }
}
@media screen and (min-width: 48em) {
  .ap-sidebar-image-title-button-wrapper > div {
    flex-direction: column;
  }
}
.ap-sidebar-image-title-button-wrapper > div > div > div {
  border-top: 1px solid #cacaca;
  margin: 0 calc(var(--space-lg) * -1);
  padding: var(--space-lg);
  flex: 0 0 100%;
}
.ap-sidebar-image-title-button-wrapper > div .ap-sidebar-image-title-button-title,
.ap-sidebar-image-title-button-wrapper > div .ap-sidebar-image-title-button-title * {
  font-family: "abril-text", serif;
  font-size: var(--p-size);
  line-height: normal;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.ap-sidebar-image-title-button-wrapper > div .ap-sidebar-image-title-button-title strong,
.ap-sidebar-image-title-button-wrapper > div .ap-sidebar-image-title-button-title * strong {
  font-weight: bold;
}
.ap-sidebar-image-title-button-wrapper > div .ap-sidebar-image-title-button-title .btn a,
.ap-sidebar-image-title-button-wrapper > div .ap-sidebar-image-title-button-title .button a,
.ap-sidebar-image-title-button-wrapper > div .ap-sidebar-image-title-button-title * .btn a,
.ap-sidebar-image-title-button-wrapper > div .ap-sidebar-image-title-button-title * .button a {
  color: white !important;
  background: #E3051E !important;
  border: 1px solid #E3051E !important;
}
.ap-sidebar-image-title-button-wrapper > div .ap-image-shadow {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  max-width: 350px;
}

.wt-cta-interactive-map-wrapper {
  width: 200px;
  height: 200px;
  overflow: hidden;
  transform: none !important;
  position: relative;
  right: -30px;
}
@media screen and (min-width: 18.75em) {
  .wt-cta-interactive-map-wrapper {
    right: -30%;
  }
}
@media screen and (max-width: 47.9375em) {
  .wt-cta-interactive-map-wrapper .aip-preview-map svg {
    height: 250px;
  }
}
.wt-cta-interactive-map-wrapper .leaflet-control-attribution.leaflet-control {
  display: none;
}
@media screen and (min-width: 48em) {
  .wt-cta-interactive-map-wrapper {
    margin-top: -100px;
    position: relative;
    text-align: left;
    height: 400px;
    overflow: hidden;
    right: -2rem;
  }
}
@media screen and (min-width: 62em) {
  .wt-cta-interactive-map-wrapper {
    right: -4rem;
  }
}
@media screen and (min-width: 75em) {
  .wt-cta-interactive-map-wrapper {
    right: -8rem;
  }
}

#primary .cta-sidebar-wrapper {
  background-color: white;
  display: flex;
  border-top: 1px solid #cacaca;
  overflow: hidden;
  justify-content: space-between;
}
@media screen and (min-width: 48em) {
  #primary .cta-sidebar-wrapper {
    display: none;
  }
}
#primary .cta-sidebar-wrapper .widget_block:first-child {
  flex: auto;
}
#primary .cta-sidebar-wrapper .widget_block:last-child {
  flex: 200px;
}
@media screen and (min-width: 0em) and (max-width: 35.9375em) {
  #primary .cta-sidebar-wrapper h3 {
    font-size: var(--h4-size);
    line-height: var(--h4-lineheight);
    font-family: "abril-text", serif;
  }
}
#primary .cta-sidebar-wrapper .cta-map p {
  margin: 0 !important;
}
@media screen and (min-width: 0em) and (max-width: 35.9375em) {
  #primary .cta-sidebar-wrapper .cta-map {
    padding-left: var(--space-lg);
  }
  #primary .cta-sidebar-wrapper .cta-map svg {
    height: 150px !important;
  }
}
@media screen and (min-width: 36em) and (max-width: 47.9375em) {
  #primary .cta-sidebar-wrapper .cta-map {
    padding-left: var(--space-lg);
  }
  #primary .cta-sidebar-wrapper .cta-map svg {
    height: 100px !important;
  }
}
#primary .cta-sidebar-wrapper svg {
  width: auto !important;
}

/*********************
CTA SIDEBAR TOP
*********************/
#sidebar .cta-sidebar-top figure,
#sidebar .cta-sidebar-bottom figure,
#primary .cta-sidebar-top figure,
#primary .cta-sidebar-bottom figure {
  margin: 0;
}
#sidebar .cta-sidebar-top .top-title,
#sidebar .cta-sidebar-bottom .top-title,
#primary .cta-sidebar-top .top-title,
#primary .cta-sidebar-bottom .top-title {
  font-family: "abril-text", serif;
  display: block;
  border-bottom: 1px solid #cacaca;
  padding: 0 var(--space-lg);
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
  margin-bottom: var(--space-md);
  margin-left: calc(-1 * var(--space-lg));
  margin-right: calc(-1 * var(--space-lg));
  margin-top: calc(-1 * var(--space-lg));
  font-size: 1rem;
  text-transform: uppercase;
}
#sidebar .cta-sidebar-top .arrow-link a,
#sidebar .cta-sidebar-bottom .arrow-link a,
#primary .cta-sidebar-top .arrow-link a,
#primary .cta-sidebar-bottom .arrow-link a {
  display: block;
  margin-top: var(--p-lineheight);
  font-family: "abril-text", serif;
  font-weight: 700;
  color: #000000;
}
#sidebar .cta-sidebar-top .cta-sidebar-wrapper-eu-cta .eu-read-more,
#sidebar .cta-sidebar-bottom .cta-sidebar-wrapper-eu-cta .eu-read-more,
#primary .cta-sidebar-top .cta-sidebar-wrapper-eu-cta .eu-read-more,
#primary .cta-sidebar-bottom .cta-sidebar-wrapper-eu-cta .eu-read-more {
  display: none;
}

#sidebar .cta-sidebar-top,
#sidebar .cta-sidebar-bottom {
  padding: var(--space-lg);
}
#sidebar .cta-sidebar-bottom {
  border-top: 1px solid #cacaca;
}

#primary .cta-sidebar-top,
#primary .cta-sidebar-bottom {
  padding: var(--space-lg);
  border-top: 1px solid #cacaca;
  text-align: left;
  clear: both;
}
#primary .cta-sidebar-top .arrow-link,
#primary .cta-sidebar-bottom .arrow-link {
  text-align: left;
}
#primary .cta-sidebar-top .eu-read-more,
#primary .cta-sidebar-bottom .eu-read-more {
  display: none;
}
#primary .cta-sidebar-top img,
#primary .cta-sidebar-bottom img {
  width: 100%;
}
@media screen and (min-width: 25em) {
  #primary .cta-sidebar-top .cta-sidebar-wrapper-eu-cta > div,
#primary .cta-sidebar-bottom .cta-sidebar-wrapper-eu-cta > div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    gap: var(--space-lg);
  }
  #primary .cta-sidebar-top .cta-sidebar-wrapper-eu-cta > div *,
#primary .cta-sidebar-bottom .cta-sidebar-wrapper-eu-cta > div * {
    width: 100%;
  }
  #primary .cta-sidebar-top .cta-sidebar-wrapper-eu-cta > div .arrow-link,
#primary .cta-sidebar-bottom .cta-sidebar-wrapper-eu-cta > div .arrow-link {
    max-width: 160px;
  }
  #primary .cta-sidebar-top .cta-sidebar-wrapper-eu-cta > div .arrow-link a,
#primary .cta-sidebar-bottom .cta-sidebar-wrapper-eu-cta > div .arrow-link a {
    margin: 0;
    font-family: "abril-text", serif !important;
    font-size: var(--h4-size) !important;
    line-height: var(--h4-lineheight);
  }
  #primary .cta-sidebar-top .cta-sidebar-wrapper-eu-cta > div .arrow-link a:after,
#primary .cta-sidebar-bottom .cta-sidebar-wrapper-eu-cta > div .arrow-link a:after {
    display: none;
  }
  #primary .cta-sidebar-top .cta-sidebar-wrapper-eu-cta > div .arrow-link a:hover,
#primary .cta-sidebar-bottom .cta-sidebar-wrapper-eu-cta > div .arrow-link a:hover {
    font-family: "abril-text", serif !important;
    font-size: var(--h4-size) !important;
    line-height: var(--h4-lineheight);
    color: #000000;
  }
  #primary .cta-sidebar-top .cta-sidebar-wrapper-eu-cta > div .eu-read-more,
#primary .cta-sidebar-bottom .cta-sidebar-wrapper-eu-cta > div .eu-read-more {
    text-align: left;
    display: block;
    margin: var(--space-md) 0 0;
  }
  #primary .cta-sidebar-top .cta-sidebar-wrapper-eu-cta > div .eu-read-more a,
#primary .cta-sidebar-bottom .cta-sidebar-wrapper-eu-cta > div .eu-read-more a {
    width: auto !important;
    color: white;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 0.25s ease-out;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 0.6em 1em;
    font-size: 0.9rem;
    background: #8a8a8a;
    font-family: "abril-text", serif;
    font-weight: bold;
    line-height: 100%;
  }
  #primary .cta-sidebar-top .cta-sidebar-wrapper-eu-cta > div .eu-read-more a:hover,
#primary .cta-sidebar-bottom .cta-sidebar-wrapper-eu-cta > div .eu-read-more a:hover {
    background-color: #777777;
  }
}
@media screen and (min-width: 31.25em) {
  #primary .cta-sidebar-top .cta-sidebar-wrapper-eu-cta > div .arrow-link,
#primary .cta-sidebar-bottom .cta-sidebar-wrapper-eu-cta > div .arrow-link {
    max-width: 225px;
  }
  #primary .cta-sidebar-top .cta-sidebar-wrapper-eu-cta > div .arrow-link a, #primary .cta-sidebar-top .cta-sidebar-wrapper-eu-cta > div .arrow-link a:hover,
#primary .cta-sidebar-bottom .cta-sidebar-wrapper-eu-cta > div .arrow-link a,
#primary .cta-sidebar-bottom .cta-sidebar-wrapper-eu-cta > div .arrow-link a:hover {
    font-size: var(--h3-size) !important;
    line-height: var(--h3-lineheight);
  }
}
@media screen and (min-width: 36em) {
  #primary .cta-sidebar-top .cta-sidebar-wrapper-eu-cta > div .arrow-link,
#primary .cta-sidebar-bottom .cta-sidebar-wrapper-eu-cta > div .arrow-link {
    max-width: 280px;
  }
}
@media screen and (min-width: 48em) {
  #primary .cta-sidebar-top,
#primary .cta-sidebar-bottom {
    display: none;
  }
}

/*********************
E-TIDNING E-MAGAZINE
*********************/
#sidebar .latest-emagazine-wrapper {
  padding: var(--space-lg);
  border-top: 1px solid #cacaca;
}
#sidebar .latest-emagazine-wrapper .latest-emagazine-title h4 {
  display: none;
}
#sidebar .latest-emagazine-wrapper img {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
#sidebar .button {
  max-width: 100%;
}

#primary .latest-emagazine-wrapper {
  border-top: 1px solid #cacaca;
  text-align: center;
}
#primary .latest-emagazine-wrapper > div {
  padding: var(--space-lg);
  background-color: rgba(249, 174, 54, 0.1);
}
#primary .latest-emagazine-wrapper .latest-emagazine-title h4 {
  display: none;
}
#primary .latest-emagazine-wrapper img {
  max-width: 180px;
  width: 100%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 18.75em) {
  #primary .latest-emagazine-wrapper > div {
    margin: var(--space-lg);
    border-radius: 5px;
  }
}
@media screen and (min-width: 25em) {
  #primary .latest-emagazine-wrapper > div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
    padding: var(--space-lg);
    text-align: center;
    gap: var(--space-lg);
  }
  #primary .latest-emagazine-wrapper .latest-emagazine-title {
    display: block;
    text-align: left;
    max-width: 200px;
  }
  #primary .latest-emagazine-wrapper .latest-emagazine-title h4 {
    display: block;
  }
}
@media screen and (min-width: 36em) {
  #primary .latest-emagazine-wrapper .latest-emagazine-title {
    max-width: 250px;
  }
}
@media screen and (min-width: 48em) {
  #primary .latest-emagazine-wrapper {
    display: none;
  }
}

#sidebar .button,
#primary .button {
  margin: 0;
  margin-top: var(--space-md);
  font-family: "abril-text", serif;
  font-weight: bold;
  line-height: 100%;
  width: 100%;
  max-width: 180px;
  padding: 0.6em 0.6em;
}

/*********************
COOKIE NOTICE
*********************/
#cookie-notice {
  font-family: "abril-text", serif;
}
#cookie-notice .cookie-notice-container {
  max-width: 600px;
  width: calc(100% - var(--space-lg) - var(--space-lg));
  position: absolute;
  padding: var(--space-md);
  margin: var(--space-lg);
  bottom: 0;
  left: 0;
  background: white;
  text-align: left;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
}
#cookie-notice #cn-notice-text {
  margin-bottom: var(--space-md);
}
#cookie-notice #cn-close-notice {
  display: none;
}
#cookie-notice #cn-notice-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
}
#cookie-notice #cn-notice-buttons a {
  margin-left: 0 !important;
  font-family: "abril-text", serif;
}
#cookie-notice #cn-notice-buttons #cn-accept-cookie {
  color: white !important;
  background-color: #000000 !important;
}
#cookie-notice #cn-notice-buttons #cn-refuse-cookie,
#cookie-notice #cn-notice-buttons #cn-more-info {
  border: 1px solid;
}
#cookie-notice .cookie-revoke-container {
  max-width: 124px;
  position: absolute;
  padding: 0;
  bottom: -2px;
  left: var(--space-lg);
  background: white;
  text-align: left;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
}
#cookie-notice .cookie-revoke-container #cn-revoke-text {
  display: none;
}
#cookie-notice .cookie-revoke-container #cn-revoke-buttons a {
  margin: 0;
  font-family: "abril-text", serif;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  background: #000000;
  clear: both;
  color: white;
  font-family: "abril-text", serif;
}
.footer a {
  color: white;
}
.footer a:hover {
  color: #F9AE36;
}
.footer #inner-footer {
  padding: var(--space-lg) var(--space-lg);
}
.footer .widgettitle {
  margin: 0;
  margin-bottom: 18px;
  line-height: var(--h6-lineheight);
  font-size: var(--h6-size);
}
.footer .footer-col-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: var(--space-lg);
       column-gap: var(--space-lg);
}
.footer .footer-col-wrapper .widget {
  margin: var(--space-lg) 0;
}
.footer .menu li {
  display: block;
}
.footer .menu li a {
  padding: 0;
  line-height: var(--p-lineheight);
}
.footer .mc4wp-form {
  max-width: 300px;
}
.footer .widget_mc4wp_form_widget .wp-block-button__link:active,
.footer .widget_mc4wp_form_widget .wp-block-button__link:hover,
.footer .widget_mc4wp_form_widget .wp-block-button__link:focus {
  outline: 0;
  color: white;
}
.footer input,
.footer input:focus {
  border: 1px solid white;
  background: none;
  outline: 0;
  height: 42px;
  margin-bottom: var(--space-sm);
  box-shadow: none !important;
  color: white;
}
.footer input::-moz-placeholder {
  color: white;
}
.footer input:-ms-input-placeholder {
  color: white;
}
.footer input::placeholder {
  color: white;
}
.footer input:focus {
  border: 1px solid #F9AE36;
}
.footer .wt-social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: var(--button-column-gap);
       column-gap: var(--button-column-gap);
}
.footer .wt-social a {
  font-size: var(--p-size);
  line-height: var(--p-lineheight);
}
.footer .wt-social i {
  font-size: var(--baseline);
}
.footer .wp-block-social-links li:first-child {
  margin-left: -3px;
}
.footer .footer-bottom {
  margin-top: var(--space-lg);
}
.footer .footer-bottom .footer-bottom-col-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: var(--space-lg);
       column-gap: var(--space-lg);
  align-items: baseline;
}
.footer .footer-bottom .footer-bottom-col-wrapper > div {
  flex-grow: 1;
}
.footer .footer-bottom p,
.footer .footer-bottom figure {
  margin: 0;
  font-size: var(--p-size);
  line-height: var(--p-lineheight);
}
.footer .footer-bottom .footer-bottom-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: var(--space-lg);
       column-gap: var(--space-lg);
  justify-content: flex-end;
  align-items: baseline;
  text-align: right;
}
.footer .copyright p {
  margin: 0;
}

.wt-go-to-top {
  position: fixed;
  bottom: var(--space-lg);
  right: var(--space-lg);
  display: none;
}
.wt-go-to-top .fa-angle-up {
  background: #E3051E;
  color: white;
  font-weight: 900;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  padding: 0.7rem 0.5rem;
  margin: 1rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  display: block;
  font-family: "abril-text", serif;
  transition: all 0.5s ease-in-out;
}
.wt-go-to-top .fa-angle-up:before {
  display: block;
  font-family: "Font Awesome 5 Free";
}
.wt-go-to-top .fa-angle-up:hover {
  background: #E3051E;
}

/*********************
FOUNDATION STYLES
*********************/
/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0;
}

.wt-slick-loading .wt-slider-item:not(:first-child) {
  display: none;
}
.wt-slick-loading .wt-slider-content {
  display: none;
}

.wt-slick {
  margin-bottom: 3rem;
}
.wt-slick .slick-dots {
  margin: 0;
  bottom: -1rem;
}
.wt-slick .slick-dots li button:before {
  font-size: 50px;
  content: ".";
}
.wt-slick .slick-arrow {
  width: 40px;
  height: 40px;
  display: none !important;
}
.wt-slick .slick-arrow:before {
  color: white;
  font-size: 40px;
}
.wt-slick .slick-prev {
  left: 1rem;
  z-index: 10;
}
.wt-slick .slick-next {
  right: 1rem;
}
.wt-slick .wt-slider-item,
.wt-slick .wt-slider-item *:focus {
  outline: none;
}
.wt-slick .wt-slider-item {
  position: relative;
  background-color: #E3051E;
}
.wt-slick .wt-slider-item .wt-slider-item-title {
  position: absolute;
  bottom: 0;
  color: white;
  margin: 1rem;
  padding: 0.2rem 1rem;
  z-index: 1;
}
.wt-slick .wt-slider-item .wt-slider-content {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.wt-slick .wt-slider-item .wt-slider-bg-image {
  width: 100%;
}
.wt-slick .wt-slider-item-title:before {
  content: " ";
  background-size: cover !important;
  background: #F9AE36 center;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  display: block;
}
.wt-slick .wt-slider-item:hover .wt-slider-item-title:before {
  opacity: 0.7;
}

.wt-slick:hover .slick-arrow {
  display: block !important;
}

.wt-slider-content .row {
  margin: 0 auto;
}
.wt-slider-content .small-centered .wp-video,
.wt-slider-content .large-centered .wp-video {
  text-align: center;
  margin: 0 auto;
}

.wt-feature-content-wrapper.wt-feature-content-post {
  /*
  	First style global wt-article
  	Copy and replace wt-feature-content-post with wt-feature-content-[post_type]
  	for specific styling ie. wt-feature-content-page and for special styles on single item target .wt-feature-content-single
  */
}
.wt-feature-content-wrapper.wt-feature-content-post .wt-article p {
  margin: 0;
}
.wt-single-feature-content-wrapper.wt-feature-content-post {
  /*
  	First style global wt-article
  	Copy and replace wt-feature-content-post with wt-feature-content-[post_type]
  	for specific styling ie. wt-feature-content-page and for special styles on single item target .wt-feature-content-single
  */
}
.wt-single-feature-content-wrapper.wt-feature-content-post .wt-article p {
  margin: 0;
}
.wpcf7 .wpcf7-submit {
  background-color: #000000;
  color: white;
  border-color: #000000 !important;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: black;
}
.wpcf7 input:focus {
  border: 1px solid #000000;
  background: white;
}
.wpcf7 textarea {
  max-height: 100px;
}
.wpcf7 .wpcf7-not-valid-tip {
  margin-top: -0.8rem;
  color: #C14632 !important;
}
.wpcf7 .wpcf7-not-valid {
  border: 1px solid #C14632 !important;
}
.wpcf7 .wpcf7-response-output {
  padding: var(--space-md) !important;
  border-radius: 0.3rem;
  font-size: var(--p-size);
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 1px solid #C14632 !important;
  background-color: white;
  color: #C14632 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #000000 !important;
  background-color: white;
  color: #000000;
}

/****************************************

	PLUGINS

*****************************************/
.fluentform,
.wpcf7 {
  font-family: "abril-text", serif;
}
.fluentform label,
.wpcf7 label {
  font-family: "abril-text", serif;
}
.fluentform input,
.wpcf7 input {
  border: 1px solid #acacac !important;
}
.fluentform input:focus,
.fluentform textarea:focus,
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border: 1px solid #8a8a8a !important;
  box-shadow: 0 0 5px rgba(138, 138, 138, 0.1);
  color: #000000 !important;
  background-color: white;
}
.fluentform input[type=submit],
.wpcf7 input[type=submit] {
  border: 0;
  box-shadow: none;
}
.fluentform .ff-message-success,
.wpcf7 .ff-message-success {
  background: white;
}
.fluentform form p:last-of-type,
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.fluentform .wpcf7-submit,
.wpcf7 .wpcf7-submit {
  display: block;
  font-family: "abril-text", serif;
  font-weight: bold;
  color: #000000;
  background: #F9AE36 !important;
  border: 1px solid #F9AE36 !important;
  padding: var(--button-space) !important;
  border-radius: 5px;
  color: white !important;
  text-transform: uppercase;
  font-size: var(--button-font-size);
  font-weight: 700;
  line-height: 100%;
  margin: 0;
}
.fluentform .wpcf7-submit:after,
.wpcf7 .wpcf7-submit:after {
  content: "\f054";
  top: -2px;
  position: relative;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-left: 6px;
  font-size: 12px;
  font-weight: bold;
}
.fluentform .wpcf7-submit:hover, .fluentform .wpcf7-submit:active, .fluentform .wpcf7-submit:focus,
.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-submit:active,
.wpcf7 .wpcf7-submit:focus {
  background: #F9AE36 !important;
  border: 1px solid #F9AE36 !important;
  color: white !important;
  outline: 0;
}

/****************************************

	MAP AREA TEMPLATE

*****************************************/
.template-map-area .page-wrapper {
  padding: var(--space-lg);
}
@media screen and (min-width: 0em) and (max-width: 35.9375em) {
  .template-map-area .map-links-wrapper {
    max-width: 180px;
  }
}
.template-map-area .area-map-title {
  padding-bottom: var(--space-lg);
}
.template-map-area .map-links {
  margin-left: calc(var(--space-lg) * -1);
  margin-top: var(--space-lg);
}
.template-map-area .map-links p {
  margin: 0 0 var(--p-size/2);
  padding-left: var(--space-lg);
}
.template-map-area .map-links a {
  position: relative;
  display: block;
  font-size: calc(var(--p-size));
  font-family: "abril-text", serif;
  text-transform: uppercase;
  color: #000000;
  padding-left: 18px;
}
.template-map-area .map-links a:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--p-lineheight) / 2);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #cacaca;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px;
}
.template-map-area .area-map-map {
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 35.9375em) {
  .template-map-area .area-map-map {
    max-width: 50vw;
    position: absolute;
    right: 0px;
    padding: var(--space-md);
    padding-top: var(--space-lg);
    padding-right: var(--space-lg);
  }
}
@media screen and (min-width: 48em) {
  .template-map-area .area-map-map {
    margin-top: var(--space-lg);
  }
}
.template-map-area .area-map-map svg {
  max-height: calc(100vh - 300px);
}
.template-map-area .area-map-map svg g {
  cursor: pointer;
}
.template-map-area .area-map-map svg g * {
  fill: #fcd79b;
}
.template-map-area .area-map-map svg g:hover * {
  fill: #f9ae36 !important;
}
.template-map-area .map-hovered,
.template-map-area a:hover {
  color: #000000 !important;
}
.template-map-area .map-hovered:before,
.template-map-area a:hover:before {
  background: #f9ae36 !important;
}
.template-map-area .map-hovered *,
.template-map-area a:hover * {
  fill: #f9ae36 !important;
}

/****************************************

	LEAFLET MAPS

*****************************************/
section.main-content {
  padding: var(--space-lg);
}

.aip-map-wrapper {
  border: 1px solid #cacaca;
}
@media screen and (max-width: 575px) {
  .aip-map-wrapper #nextToCursor {
    display: none !important;
  }
}
@media screen and (min-width: 36em) {
  .aip-map-wrapper #nextToCursor {
    display: none;
    position: fixed;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 401;
    background: white;
    opacity: 1;
    border: 0;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    padding: 0.5em 1em;
    font-family: "abril-text", serif;
    font-weight: bold;
  }
}
.aip-map-wrapper #aip-maps-header {
  border-bottom: 1px solid #cacaca;
  display: flex;
  justify-content: space-between;
}
.aip-map-wrapper #aip-maps-header .aip-map-wrapper-tabs {
  display: flex;
}
.aip-map-wrapper #aip-maps-header .aip-map-wrapper-tabs #aip-counties-tab {
  order: 2;
}
.aip-map-wrapper #aip-maps-header .aip-map-wrapper-tabs #aip-municipalites-tab {
  order: 1;
}
.aip-map-wrapper #aip-maps-header .aip-map-wrapper-tabs > div {
  cursor: pointer;
  margin: 0 var(--space-sm);
  margin: 0 1em;
  padding: 1em 0 calc(1em - 2px);
  border-bottom: 2px solid transparent;
}
.aip-map-wrapper #aip-maps-header .aip-map-wrapper-tabs > div.active-tab, .aip-map-wrapper #aip-maps-header .aip-map-wrapper-tabs > div:hover {
  border-bottom: 2px solid #000000;
}
.aip-map-wrapper #aip-maps-header .search-select-area {
  background-color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1010;
  border-top: 1px solid #cacaca;
}
@media screen and (min-width: 36em) {
  .aip-map-wrapper #aip-maps-header .search-select-area {
    z-index: 1;
  }
}
.aip-map-wrapper #aip-maps-header .search-select-area-wrapper {
  margin: var(--space-sm);
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  display: flex;
  align-items: center;
}
.aip-map-wrapper #aip-maps-header .search-select-area-wrapper .search-select-area-icon {
  display: flex;
  justify-content: center;
  background-color: white;
  padding: 0.5rem;
}
.aip-map-wrapper #aip-maps-header .search-select-area-wrapper .counties-search-select {
  display: none;
}
.aip-map-wrapper #aip-maps-header .search-select-area-wrapper .municipalities-search-select {
  display: none;
}
.aip-map-wrapper #aip-maps-header .search-select-area-wrapper .map-area-search-select {
  flex: 0 1 100%;
}
.aip-map-wrapper #aip-maps-header .search-select-area-wrapper .selectize-control {
  height: 100%;
}
.aip-map-wrapper #aip-maps-header .search-select-area-wrapper .selectize-control .selectize-input {
  padding: 0;
  padding-left: 8px;
  height: 100%;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "abril-text", serif;
}
.aip-map-wrapper #aip-maps-header .search-select-area-wrapper .selectize-control .selectize-input > div,
.aip-map-wrapper #aip-maps-header .search-select-area-wrapper .selectize-control .selectize-input input {
  font-size: var(--p-size) !important;
}
@media screen and (min-width: 36em) {
  .aip-map-wrapper #aip-maps-header .search-select-area-wrapper .selectize-control .selectize-input.input-active {
    border-left: 1px solid #cacaca;
  }
}
.aip-map-wrapper #aip-maps-header .search-select-area-wrapper .selectize-dropdown {
  font-family: "abril-text", serif;
  border: none;
  bottom: 50px !important;
  top: auto !important;
  font-size: var(--p-size) !important;
  box-shadow: none;
  border: 1px solid #cacaca;
  border-radius: 0;
}
.aip-map-wrapper #aip-maps-header .search-select-area-wrapper .selectize-dropdown .option {
  padding: 1em;
  color: #000000;
}
@media screen and (min-width: 36em) {
  .aip-map-wrapper #aip-maps-header .search-select-area-wrapper .selectize-dropdown {
    border: none;
    border-bottom: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
  }
}
.aip-map-wrapper #aip-maps-header .search-select-area-wrapper .selectize-dropdown .option:hover {
  background-color: rgba(202, 202, 202, 0.3);
}
.aip-map-wrapper #aip-maps-header .search-select-area-wrapper .selectize-dropdown .selectize-dropdown-content {
  background-color: rgba(202, 202, 202, 0.1);
  background-color: white;
}
.aip-map-wrapper #aip-maps-header .search-select-area-wrapper .selectize-dropdown .active {
  background-color: transparent;
}
.aip-map-wrapper #aip-maps-header .search-select-area-wrapper .selectize-dropdown .option.selected {
  font-weight: bold;
}
@media screen and (min-width: 36em) {
  .aip-map-wrapper #aip-maps-header .search-select-area {
    border-top: none;
    flex: 0 1 50%;
    background-color: inherit;
    position: inherit;
  }
  .aip-map-wrapper #aip-maps-header .search-select-area-wrapper {
    height: 100%;
    margin: 0;
    background-color: inherit;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .aip-map-wrapper #aip-maps-header .search-select-area-wrapper .selectize-input,
.aip-map-wrapper #aip-maps-header .search-select-area-wrapper .selectize-dropdown .option {
    padding-left: 16px !important;
  }
  .aip-map-wrapper #aip-maps-header .search-select-area-wrapper .selectize-dropdown {
    bottom: auto !important;
    top: auto !important;
  }
}
.aip-map-wrapper .aip-map-wrapper-content {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: rgba(202, 202, 202, 0.3);
  background-color: white;
}
@media screen and (min-width: 36em) {
  .aip-map-wrapper .aip-map-wrapper-content {
    flex-direction: row;
  }
}
.aip-map-wrapper .municipalities-map,
.aip-map-wrapper .counties-map {
  display: none;
  width: 100%;
  height: 400px;
  border-bottom: 1px solid #cacaca;
}
@media screen and (min-width: 36em) {
  .aip-map-wrapper .municipalities-map,
.aip-map-wrapper .counties-map {
    flex: 0 1 50%;
    height: 800px;
    border-bottom: 0;
  }
}
.aip-map-wrapper .municipalities-map.leaflet-container,
.aip-map-wrapper .counties-map.leaflet-container {
  background-color: transparent;
}
.aip-map-wrapper .municipalities-map .leaflet-pane.leaflet-tile-pane,
.aip-map-wrapper .counties-map .leaflet-pane.leaflet-tile-pane {
  display: none;
}
.aip-map-wrapper .municipalities-map .leaflet-pane.leaflet-overlay-pane path,
.aip-map-wrapper .counties-map .leaflet-pane.leaflet-overlay-pane path {
  stroke: white;
  stroke-width: 2px;
  stroke-dasharray: 0;
}
.aip-map-wrapper .municipalities-map .leaflet-popup .map-popup-name,
.aip-map-wrapper .counties-map .leaflet-popup .map-popup-name {
  font-weight: bold;
}
.aip-map-wrapper .municipalities-map.active-map,
.aip-map-wrapper .counties-map.active-map {
  display: inherit;
}
.aip-map-wrapper #area-details {
  flex: 1 1 0;
  padding: var(--space-lg);
}
@media screen and (min-width: 36em) {
  .aip-map-wrapper #area-details {
    border-left: 1px solid #cacaca;
    flex: 1 1 50%;
    width: 50%;
  }
}
.aip-map-wrapper #area-details #missing-result-content {
  display: none;
}
.aip-map-wrapper #area-details .empty-content,
.aip-map-wrapper #area-details #missing-result-content {
  margin-top: var(--space-lg);
}
.aip-map-wrapper #area-details .empty-content h5,
.aip-map-wrapper #area-details #missing-result-content h5 {
  margin-bottom: 0.5em;
}
.aip-map-wrapper #area-details .area-details-title {
  padding: var(--space-sm) 0;
  font-size: var(--h3-size);
}
.aip-map-wrapper #area-details .area-details-title span {
  font-weight: normal;
  font-family: "abril-text", serif;
  font-size: calc(var(--h3-size) - 5px);
  text-transform: uppercase;
}
.aip-map-wrapper #area-details .area-details-title #area-name:empty {
  display: inline;
}
.aip-map-wrapper #area-details .area-details-title #area-name:empty {
  display: none;
}
@media screen and (min-width: 36em) {
  .aip-map-wrapper #area-details .area-details-title {
    border: none;
    padding: 0;
  }
}
.aip-map-wrapper #area-details #area-coalition-icons img,
.aip-map-wrapper #area-details #kso-party-affiliation img {
  height: 25px;
  width: 25px;
}
.aip-map-wrapper #area-details .has-content {
  display: none;
}
.aip-map-wrapper #area-details .has-content .area-content {
  display: flex;
  flex-direction: column;
  margin-top: calc(var(--space-lg) - 0.8em);
}
.aip-map-wrapper #area-details .has-content .area-content > div {
  padding: 0.8em;
  padding-left: 0;
  border-bottom: 1px solid #cacaca;
}
@media screen and (min-width: 48em) {
  .aip-map-wrapper #area-details .has-content .area-content > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.aip-map-wrapper #area-details .has-content .area-content > div .kso-wrapper {
  display: flex;
  align-items: center;
  gap: var(--space-xs);
}
.aip-map-wrapper #area-details .has-content .area-content > div #area-coalition-icons {
  display: flex;
  gap: var(--space-xs);
}
.aip-map-wrapper #area-details .has-content #articles-title {
  padding-bottom: var(--space-md);
  margin-top: var(--space-lg);
}
.aip-map-wrapper #area-details .has-content .area-content-label {
  font-weight: bold;
  font-family: "abril-text", serif;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.aip-map-wrapper #area-details .has-content #election-result-s-percent:after {
  content: "%";
}
.aip-map-wrapper #articles-wrapper blockquote {
  padding: 0;
  margin: 0;
  border: none;
}
.aip-map-wrapper #articles-wrapper div {
  display: flex;
  flex-direction: column;
  row-gap: var(--space-md);
  padding-left: calc(var(--space-lg) * 0.5 + 5px);
}
.aip-map-wrapper #articles-wrapper div a {
  position: relative;
  font-size: var(--h5);
  color: #000000;
}
.aip-map-wrapper #articles-wrapper div a::before {
  content: "";
  background: #6aa59f;
  position: absolute;
  left: calc(var(--space-lg) * -0.5);
  top: calc(var(--p-lineheight) * 0.5);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.kso-cont {
  display: block;
}

.kso-munc {
  display: none;
}

.aip-municipalities .kso-munc {
  display: block;
}
.aip-municipalities .kso-cont {
  display: none;
}

.has-black-background-color {
  background-color: #000000;
}

.has-dark-gray-background-color {
  background-color: #8a8a8a;
}

.has-medium-gray-background-color {
  background-color: #acacac;
}

.has-light-gray-background-color {
  background-color: #cacaca;
}

.has-white-background-color {
  background-color: white;
}

.has-primary-background-color {
  background-color: #E3051E;
}

.has-primary-hue-background-color {
  background-color: #a20000;
}

.has-secondary-background-color {
  background-color: #F9AE36;
}

.has-secondary-hue-background-color {
  background-color: #ca8600;
}

.has-third-background-color {
  background-color: #E6DFD2;
}

.has-third-hue-background-color {
  background-color: #FFF9ED;
}

.has-success-background-color {
  background-color: #2F8F4E;
}

.has-alert-background-color {
  background-color: #C14632;
}

.has-warning-background-color {
  background-color: #E66A20;
}

.has-black-color {
  color: #000000;
}

.has-dark-gray-color {
  color: #8a8a8a;
}

.has-medium-gray-color {
  color: #acacac;
}

.has-light-gray-color {
  color: #cacaca;
}

.has-white-gray-color {
  color: white;
}

.has-primary-color {
  color: #E3051E;
}

.has-primary-hue-color {
  color: #a20000;
}

.has-secondary-color {
  color: #F9AE36;
}

.has-secondary-hue-color {
  color: #ca8600;
}

.has-third-color {
  color: #E6DFD2;
}

.has-third-hue-color {
  color: #FFF9ED;
}

.has-success-color {
  color: #2F8F4E;
}

.has-warning-color {
  color: #E66A20;
}

.has-alert-color {
  color: #C14632;
}

/*********************
CLASSES
*********************/
.p-lg {
  padding: var(--space-lg);
}

.pb-lg {
  padding-bottom: var(--space-lg);
}

.pt-lg {
  padding-top: var(--space-lg);
}

.pl-lg {
  padding-left: var(--space-lg);
}

.pr-lg {
  padding-right: var(--space-lg);
}

.px-lg {
  padding-right: var(--space-lg);
  padding-left: var(--space-lg);
}

.py-lg {
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}

.p-md {
  padding: var(--space-md);
}

.pb-md {
  padding-bottom: var(--space-md);
}

.pt-md {
  padding-top: var(--space-md);
}

.pl-md {
  padding-left: var(--space-md);
}

.pr-md {
  padding-right: var(--space-md);
}

.px-md {
  padding-right: var(--space-md);
  padding-left: var(--space-md);
}

.py-md {
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}

.p-sm {
  padding: var(--space-sm);
}

.pb-sm {
  padding-bottom: var(--space-sm);
}

.pt-sm {
  padding-top: var(--space-sm);
}

.pl-sm {
  padding-left: var(--space-sm);
}

.pr-sm {
  padding-right: var(--space-sm);
}

.px-sm {
  padding-right: var(--space-sm);
  padding-left: var(--space-sm);
}

.py-sm {
  padding-top: var(--space-sm);
  padding-bottom: var(--space-sm);
}

.p-xs {
  padding: var(--space-xs);
}

.pb-xs {
  padding-bottom: var(--space-xs);
}

.pt-xs {
  padding-top: var(--space-xs);
}

.pl-xs {
  padding-left: var(--space-xs);
}

.pr-xs {
  padding-right: var(--space-xs);
}

.px-xs {
  padding-right: var(--space-xs);
  padding-left: var(--space-xs);
}

.py-xs {
  padding-top: var(--space-xs);
  padding-bottom: var(--space-xs);
}

.p-0 {
  padding: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.border-none {
  border: none;
}

.border {
  border: 1px solid #cacaca;
}

.border-r {
  border-right: 1px solid #cacaca;
}

.border-l {
  border-left: 1px solid #cacaca;
}

.border-t {
  border-top: 1px solid #cacaca;
}

.border-b {
  border-bottom: 1px solid #cacaca;
}

/*********************
BUTTONS
*********************/
.btn,
.wp-block-button__link {
  border: 1px solid !important;
}

.wp-block-button,
.wp-block-buttons {
  -moz-column-gap: var(--button-column-gap);
       column-gap: var(--button-column-gap);
  font-family: "abril-text", serif;
}

.wp-block-button {
  margin: 0 !important;
}

.wp-block-button a,
.wp-block-button button,
.wp-block-button__link {
  font-size: var(--button-font-size);
  font-weight: bold;
  line-height: 100%;
}

.small-btn .wp-block-button a,
.small-btn .wp-block-button button,
.small-btn .wp-block-button__link {
  text-transform: none;
  font-size: 0.9rem;
}

.wp-block-button .wp-block-button__link {
  background-color: #000000;
  color: white;
  border-color: #000000 !important;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: black;
}

.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.is-style-outline .wp-block-button__link:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.has-black-background-color.wp-block-button__link {
  background-color: #000000;
  color: white;
  border-color: #000000 !important;
}
.has-black-background-color.wp-block-button__link:hover {
  background-color: black;
}

.has-dark-gray-background-color.wp-block-button__link {
  background-color: #8a8a8a;
  color: white;
  border-color: #8a8a8a !important;
}
.has-dark-gray-background-color.wp-block-button__link:hover {
  background-color: #777777;
}

.has-medium-gray-background-color.wp-block-button__link {
  background-color: #acacac;
  color: #000000;
  border-color: #acacac !important;
}
.has-medium-gray-background-color.wp-block-button__link:hover {
  background-color: #949494;
}

.has-light-gray-background-color.wp-block-button__link {
  background-color: #cacaca;
  color: #000000;
  border-color: #cacaca !important;
}
.has-light-gray-background-color.wp-block-button__link:hover {
  background-color: #aeaeae;
}

.has-white-background-color.wp-block-button__link {
  background-color: white;
  color: #000000;
  border-color: white !important;
}
.has-white-background-color.wp-block-button__link:hover {
  background-color: #dbdbdb;
}

.has-primary-background-color.wp-block-button__link {
  background-color: #E3051E;
  color: white;
  border-color: #E3051E !important;
}
.has-primary-background-color.wp-block-button__link:hover {
  background-color: #c3041a;
}

.has-primary-hue-background-color.wp-block-button__link {
  background-color: #a20000;
  color: white;
  border-color: #a20000 !important;
}
.has-primary-hue-background-color.wp-block-button__link:hover {
  background-color: darkred;
}

.has-secondary-background-color.wp-block-button__link {
  background-color: #F9AE36;
  color: white;
  border-color: #F9AE36 !important;
}
.has-secondary-background-color.wp-block-button__link:hover {
  background-color: #f89d0d;
}

.has-secondary-hue-background-color.wp-block-button__link {
  background-color: #ca8600;
  color: white;
  border-color: #ca8600 !important;
}
.has-secondary-hue-background-color.wp-block-button__link:hover {
  background-color: #ae7300;
}

.has-third-background-color.wp-block-button__link {
  background-color: #E6DFD2;
  color: white;
  border-color: #E6DFD2 !important;
}
.has-third-background-color.wp-block-button__link:hover {
  background-color: #d0c3aa;
}

.has-third-hue-background-color.wp-block-button__link {
  background-color: #FFF9ED;
  color: white;
  border-color: #FFF9ED !important;
}
.has-third-hue-background-color.wp-block-button__link:hover {
  background-color: #ffe2a8;
}

.has-success-background-color.wp-block-button__link {
  background-color: #2F8F4E;
  color: white;
  border-color: #2F8F4E !important;
}
.has-success-background-color.wp-block-button__link:hover {
  background-color: #287b43;
}

.has-alert-background-color.wp-block-button__link {
  background-color: #C14632;
  color: white;
  border-color: #C14632 !important;
}
.has-alert-background-color.wp-block-button__link:hover {
  background-color: #a63c2b;
}

.has-warning-background-color.wp-block-button__link {
  background-color: #E66A20;
  color: white;
  border-color: #E66A20 !important;
}
.has-warning-background-color.wp-block-button__link:hover {
  background-color: #cb5a17;
}

.is-style-outline .has-black-color.wp-block-button__link {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.is-style-outline .has-black-color.wp-block-button__link:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.is-style-outline .has-dark-gray-color.wp-block-button__link {
  background-color: transparent;
  border-color: #8a8a8a;
  color: #8a8a8a;
}
.is-style-outline .has-dark-gray-color.wp-block-button__link:hover {
  background-color: rgba(138, 138, 138, 0.1) !important;
}

.is-style-outline .has-medium-gray-color.wp-block-button__link {
  background-color: transparent;
  border-color: #acacac;
  color: #acacac;
}
.is-style-outline .has-medium-gray-color.wp-block-button__link:hover {
  background-color: rgba(172, 172, 172, 0.1) !important;
}

.is-style-outline .has-light-gray-color.wp-block-button__link {
  background-color: transparent;
  border-color: #cacaca;
  color: #cacaca;
}
.is-style-outline .has-light-gray-color.wp-block-button__link:hover {
  background-color: rgba(202, 202, 202, 0.1) !important;
}

.is-style-outline .has-white-color.wp-block-button__link {
  background-color: transparent;
  border-color: white;
  color: white;
}
.is-style-outline .has-white-color.wp-block-button__link:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.is-style-outline .has-primary-color.wp-block-button__link {
  background-color: transparent;
  border-color: #E3051E;
  color: #E3051E;
}
.is-style-outline .has-primary-color.wp-block-button__link:hover {
  background-color: rgba(227, 5, 30, 0.1) !important;
}

.is-style-outline .has-primary-hue-color.wp-block-button__link {
  background-color: transparent;
  border-color: #a20000;
  color: #a20000;
}
.is-style-outline .has-primary-hue-color.wp-block-button__link:hover {
  background-color: rgba(162, 0, 0, 0.1) !important;
}

.is-style-outline .has-secondary-color.wp-block-button__link {
  background-color: transparent;
  border-color: #F9AE36;
  color: #F9AE36;
}
.is-style-outline .has-secondary-color.wp-block-button__link:hover {
  background-color: rgba(249, 174, 54, 0.1) !important;
}

.is-style-outline .has-secondary-hue-color.wp-block-button__link {
  background-color: transparent;
  border-color: #ca8600;
  color: #ca8600;
}
.is-style-outline .has-secondary-hue-color.wp-block-button__link:hover {
  background-color: rgba(202, 134, 0, 0.1) !important;
}

.is-style-outline .has-third-color.wp-block-button__link {
  background-color: transparent;
  border-color: #E6DFD2;
  color: #E6DFD2;
}
.is-style-outline .has-third-color.wp-block-button__link:hover {
  background-color: rgba(230, 223, 210, 0.1) !important;
}

.is-style-outline .has-third-hue-color.wp-block-button__link {
  background-color: transparent;
  border-color: #FFF9ED;
  color: #FFF9ED;
}
.is-style-outline .has-third-hue-color.wp-block-button__link:hover {
  background-color: rgba(255, 249, 237, 0.1) !important;
}

.is-style-outline .has-success-color.wp-block-button__link {
  background-color: transparent;
  border-color: #2F8F4E;
  color: #2F8F4E;
}
.is-style-outline .has-success-color.wp-block-button__link:hover {
  background-color: rgba(47, 143, 78, 0.1) !important;
}

.is-style-outline .has-alert-color.wp-block-button__link {
  background-color: transparent;
  border-color: #C14632;
  color: #C14632;
}
.is-style-outline .has-alert-color.wp-block-button__link:hover {
  background-color: rgba(193, 70, 50, 0.1) !important;
}

.is-style-outline .has-warning-color.wp-block-button__link {
  background-color: transparent;
  border-color: #E66A20;
  color: #E66A20;
}
.is-style-outline .has-warning-color.wp-block-button__link:hover {
  background-color: rgba(230, 106, 32, 0.1) !important;
}

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 

  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:

  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }

  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:

  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }

  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 

  */
}
/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

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

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  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;
  }

  .sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav {
    display: none;
  }
}