@charset "UTF-8";
/*!
    Theme Name: Pressenza 3.0
    Theme URI: https://www.pressenza.com/
    Description: Theme for pressenza.com.
    Version: 3.0
*/
/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

:root {
  --gutter-width: 2rem;
  --outer-margin: 2rem;
  --gutter-compensation: calc((var(--gutter-width) * 0.5) * -1);
  --half-gutter-width: calc((var(--gutter-width) * 0.5));
  --xs-min: 30;
  --sm-min: 48;
  --md-min: 64;
  --lg-min: 75;
  --screen-xs-min: var(--xs-min)em;
  --screen-sm-min: var(--sm-min)em;
  --screen-md-min: var(--md-min)em;
  --screen-lg-min: var(--lg-min)em;
  --container-sm: calc(var(--sm-min) + var(--gutter-width));
  --container-md: calc(var(--md-min) + var(--gutter-width));
  --container-lg: calc(var(--lg-min) + var(--gutter-width));
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: var(--outer-margin, 2rem);
  padding-left: var(--outer-margin, 2rem);
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: var(--gutter-compensation, -0.5rem);
  margin-left: var(--gutter-compensation, -0.5rem);
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: var(--half-gutter-width, 0.5rem);
  padding-left: var(--half-gutter-width, 0.5rem);
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 768px) {
  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem);
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    align-items: flex-start;
  }

  .middle-sm {
    align-items: center;
  }

  .bottom-sm {
    align-items: flex-end;
  }

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 993px) {
  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem);
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .start-md {
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 1184px) {
  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem);
  }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    align-items: flex-start;
  }

  .middle-lg {
    align-items: center;
  }

  .bottom-lg {
    align-items: flex-end;
  }

  .around-lg {
    justify-content: space-around;
  }

  .between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  color: #000000;
  background-color: #FFFFFF;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1280px;
  box-sizing: border-box;
}

#content {
  padding: 26px 20px;
}

.section {
  margin-bottom: 20px;
}

.section-title {
  margin: 0 0 25px 0;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1;
  color: #F36D29;
}
.section-title a {
  color: #F36D29;
}
.section-title-gray {
  color: #595A5A;
}
.section-title-gray a {
  color: #595A5A;
}
.section-title span {
  display: block;
  width: 60px;
  height: 4px;
  margin-bottom: 6px;
  background-color: #F36D29;
}

h1 {
  font-family: Vollkorn, sans-serif;
  font-weight: 700;
}
h1.page-title {
  color: #F36D29;
}

h2 {
  margin: 0 0 6px 0;
  font-family: Vollkorn, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
}

h3 {
  margin: 0 0 10px 0;
  font-family: Vollkorn, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
}

p {
  margin: 0 0 20px;
}

b, strong {
  font-weight: 600;
}

a {
  color: #000000;
  text-decoration: none;
}

a.more {
  padding: 6px;
  font-size: 0.75rem;
  color: #A0A2A3;
  border: 1px solid #A0A2A3;
}
a.more:hover {
  border: 1px solid #F36D29;
  color: #F36D29;
}

figure {
  margin: 0;
  width: 100%;
}

@media (min-width: 768px) {
  #content {
    padding: 40px 20px;
  }

  .section {
    margin-bottom: 60px;
  }

  .section-title {
    margin: 0 0 30px 0;
    font-size: 2rem;
  }
  .section-title span {
    width: 80px;
    height: 6px;
    margin-bottom: 8px;
  }
}
#topbar {
  position: fixed;
  height: 44px;
  width: 100%;
  z-index: 200;
  border-bottom: 1px solid #A0A2A3;
  background-color: #edebeb;
}
#topbar .container {
  position: relative;
}
#topbar .top-logo {
  display: none;
  padding: 10px 0 0 0;
  text-align: center;
}
#topbar .top-logo img {
  height: 24px;
  width: auto;
}
#topbar .meta {
  position: absolute;
  top: 14px;
  right: 20px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
}

.header {
  padding-top: 44px;
  background-color: #FFFFFF;
}
.header-logo {
  border-bottom: 1px solid #A0A2A3;
}
.header-logo .logo {
  margin: 15px auto;
  max-width: 320px;
  line-height: 0;
}
.header-languages {
  padding: 6px;
  text-align: center;
}
.header-title {
  display: inline-block;
  margin-right: 20px;
  color: #F36D29;
  font: 500 1.25rem Vollkorn, sans-serif;
  vertical-align: baseline;
}

.fixed-header #topbar .top-logo {
  display: block;
}
.fixed-header .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 100;
}
.fixed-header .header .header-logo {
  display: none;
}
.fixed-header .header .header-languages {
  margin-bottom: 0;
  border-bottom: 1px solid #A0A2A3;
}
.fixed-header #content {
  padding-top: 250px;
}

footer {
  padding: 30px 0 60px 0;
  font-weight: 400;
  background-color: #D4D2D3;
}
footer p {
  margin: 0 0 10px 0;
}
footer strong {
  font-weight: 600;
}
footer .shares {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .shares li {
  display: inline-block;
  margin-left: 8px;
}
footer .shares li a.social-button {
  display: block;
  width: 26px;
  height: 26px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

.wp-post-image {
  max-width: 100%;
  height: auto;
}

.image-box {
  line-height: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

.hide-mobile, .hide-tablet {
  display: none;
}

.show-mobile, .show-tablet {
  display: block;
}

@media (max-width: 767px) {
  .show-tablet {
    display: none;
  }
}
@media (min-width: 768px) {
  .hide-mobile {
    display: block;
  }

  .show-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .hide-tablet {
    display: block;
  }

  .show-tablet {
    display: none;
  }
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #edebeb;
  overflow-x: hidden;
  padding-top: 50px;
  transition: 0.5s;
  box-sizing: border-box;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 5px;
  right: 25px;
  font-size: 36px;
  line-height: 1;
  margin-left: 50px;
}

/* On smaller screens, where height is less than 450px,
change the style of the sidenav */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}
#mainnav ul {
  list-style: none;
  margin: 0;
  padding: 20px;
}
#mainnav ul li {
  display: block;
  margin: 0;
  padding: 10px 0;
  font-size: 1.125rem;
  border-bottom: 1px solid #000000;
}
#mainnav ul li a {
  display: block;
  padding: 5px 0;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: 600;
}
#mainnav ul li a:hover {
  color: #F36D29;
}
#mainnav ul li ul {
  display: none;
  margin: 0;
  padding: 0;
}
#mainnav ul li ul li {
  margin: 0;
  padding: 3px 0;
  font-size: 0.9375rem;
  border: none;
}
#mainnav ul li ul li a {
  display: block;
  letter-spacing: 0.5px;
  font-weight: 400;
}

#languages {
  display: inline-block;
}
#languages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#languages ul li {
  display: inline-block;
  margin: 0 6px;
}
#languages ul li a {
  display: block;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
}

@media (min-width: 992px) {
  #languages ul li {
    margin: 0 12px;
  }
  #languages ul li a {
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
}
#toplanguages {
  position: absolute;
  top: 10px;
  right: 10px;
}
#toplanguages ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#toplanguages ul li {
  display: inline-block;
  font-size: 0.875rem;
  margin: 0 18px 0 0;
}
#toplanguages ul li a {
  display: block;
  padding: 5px 0;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: 600;
}
#toplanguages ul li a i {
  font-size: 14px;
  font-weight: 400;
}
#toplanguages ul li ul {
  position: absolute;
  display: none;
  margin: 0;
  background-color: #f9f9f9;
}
#toplanguages ul li ul li {
  display: block;
  margin: 0;
}
#toplanguages ul li ul li a {
  display: block;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  color: #000000 !important;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: 400;
}
#toplanguages ul li ul li a:hover {
  background-color: #EEE;
}

[data-visually-hidden=true] {
  display: none;
}

[data-visually-hidden=false] {
  display: block !important;
}

#search {
  position: absolute;
  display: inline-block;
  top: 8px;
  left: 80px;
  font-size: 1.25rem;
  cursor: pointer;
}

#searchbox {
  display: none;
  position: fixed;
  top: 50px;
  left: 20px;
  width: 80%;
  padding: 20px;
  border: 1px solid #D4D2D3;
  background-color: #FFFFFF;
  z-index: 1000;
}
#searchbox .closebtn {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  #searchbox {
    top: 50px;
    left: 25%;
    width: 50%;
    padding: 24px;
  }
}
.burger {
  position: absolute;
  top: 8px;
  left: 30px;
  width: 28px;
  height: 30px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.burger span {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #000000;
  margin: 5px 0;
}

.top-shares {
  position: absolute;
  top: 14px;
  right: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-shares li {
  display: inline-block;
  margin-left: 8px;
}
.top-shares li a.social-button {
  display: block;
  width: 26px;
  height: 26px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #000000;
}
.top-shares li a.social-button:hover {
  color: #595A5A;
}

#footer_menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer_menu li {
  display: inline-block;
  font-size: 0.875rem;
}
#footer_menu li::after {
  content: " | ";
}
#footer_menu li:last-child::after {
  content: "";
}

.admin-bar .sidenav .closebtn {
  top: 36px;
}

.article-teaser-image {
  line-height: 0;
}
.article-teaser-content {
  margin: 10px 0 30px 0;
}
.article-teaser-content p {
  margin: 0;
  font-size: 0.875rem;
  color: #595A5A;
}
.article-teaser-category {
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0;
}
@media (min-width: 992px) {
  .article-teaser-category {
    padding: 0.5rem 0;
    font-size: 1rem;
  }
}
.article-teaser-author {
  font-size: 0.875rem;
  padding: 0;
}
@media (min-width: 992px) {
  .article-teaser-author {
    padding: 0 0 0.25rem 0;
  }
}

@media (min-width: 992px) {
  .top-article-main {
    text-align: center;
  }
  .top-article-main .article-teaser-content {
    margin: 20px;
  }
  .top-article-main h2 {
    margin: 0 0 10px 0;
    font-size: 1.5rem;
  }

  .top-article .article-teaser {
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #D4D2D3;
  }
  .top-article .article-teaser-image {
    float: right;
    width: 40%;
  }
  .top-article .article-teaser-content {
    float: left;
    width: 58%;
    margin: 0;
  }
  .top-article h2 {
    font-size: 1rem;
  }

  .noborder {
    padding-top: 0 !important;
    border-top: none !important;
  }
}
.articles .article-teaser-image {
  border-top: 3px solid transparent;
}
.articles .article-teaser-content {
  margin: 10px 0 30px 0;
  overflow-wrap: break-word;
}
.articles h2 {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .articles .article-teaser-content {
    margin: 10px 0 30px 0;
  }
  .articles h2 {
    font-size: 1.125rem;
  }
}

.pressenza .article-teaser-image {
  border-top: 3px solid #F36D29;
}

.specials .article-teaser-category {
  padding: 0;
}

.video h2 {
  margin: 0;
  color: #595A5A;
}

@media (min-width: 992px) {
  .sidebar {
    padding-left: 80px;
  }
}
.sidebar-section {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .sidebar-section {
    margin-bottom: 60px;
  }
}
.sidebar .section-title {
  color: #595A5A;
  margin: 0 0 20px 0;
  font-size: 1.5rem;
  font-weight: 400;
}
.sidebar .article-list {
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .sidebar .article-list {
    margin-bottom: 60px;
  }
}
.sidebar .article-list-item {
  display: block;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #D4D2D3;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .sidebar .article-list-item {
    margin-bottom: 40px;
  }
}
.sidebar .article-list-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.sidebar .article-list-item img {
  float: left;
  width: 33%;
  margin-right: 10px;
}

.widget {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .widget {
    margin-bottom: 40px;
  }
}
.widget h3 {
  margin: 0 0 5px 0;
  font: 300 1rem "Open Sans", sans-serif;
}
.widget img {
  width: 100%;
  height: auto;
}

.call-to-action {
  margin-bottom: 40px;
  padding: 20px 0;
  border-top: 1px solid #F36D29;
  border-bottom: 1px solid #F36D29;
  background-color: #FFFFFF;
}
.call-to-action h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  color: #F36D29;
}
.call-to-action-info {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 300;
}
.call-to-action .btn {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #F36D29;
}
.call-to-action .btn:hover {
  color: #000000;
}
.call-to-action #newsletter {
  margin-bottom: 25px;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .call-to-action {
    margin-bottom: 60px;
  }
  .call-to-action-info {
    font-size: 1.5rem;
  }
  .call-to-action #newsletter {
    margin-bottom: 0;
    border-right: 1px solid #F36D29;
    box-sizing: border-box;
  }
}
#nlmail {
  padding: 8px 16px 6px 16px;
  border: 1px solid #F36D29;
  margin-bottom: 16px;
  width: 100%;
  box-sizing: border-box;
}

#nlbutton {
  padding: 10px 16px 8px 16px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #F36D29;
  border: none;
}
#nlbutton:hover {
  color: #000000;
}

.list-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D4D2D3;
}
.list-item h2 {
  font-size: 1.5rem;
}

.paginator {
  border-left: 1px solid #D4D2D3;
  display: flex;
}
.paginator .page-numbers {
  display: inline-block;
  line-height: 1;
  padding: 6px 10px;
  border-top: 1px solid #D4D2D3;
  border-bottom: 1px solid #D4D2D3;
  border-right: 1px solid #D4D2D3;
}
.paginator .current {
  font-weight: 700;
}

.post {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .post {
    margin-bottom: 60px;
  }
}
.post-info {
  margin: 0 0 15px 0;
  font: 300 1rem/1 Vollkorn, sans-serif;
}
.post-featured {
  margin-bottom: 30px;
}
.post figcaption, .post .wp-caption-text {
  color: #595A5A;
  font: 300 0.8125rem/1.5 Vollkorn, sans-serif;
}
.post h1 {
  margin: 0 0 20px 0;
  font-size: 2rem;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .post h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.post-content h2 {
  margin: 0 0 15px 0;
  font-size: 1.5rem;
  line-height: 1.2;
}
.post-content h3 {
  margin: 0 0 12px 0;
  font-size: 1.25rem;
  line-height: 1.2;
}
.post-content h4 {
  margin: 0 0 12px 0;
  line-height: 1.2;
}
.post-content p {
  margin: 0 0 25px 0;
  line-height: 1.6;
}
.post-content p.otherlangs {
  margin: 0 0 15px 0;
  color: #595A5A;
  font: 300 0.875rem/1 Vollkorn, sans-serif;
}
.post-content p.partnersite {
  margin: 40px 0 20px 0;
  padding: 10px;
  font: 300 0.875rem/1 Vollkorn, sans-serif;
  background-color: #F7F7F7;
}
.post-content ul {
  margin: 0 0 25px 0;
  line-height: 1.6;
}
.post-content blockquote {
  padding: 0 0 0 30px;
  margin: 0 0 25px 0;
  line-height: 1.6;
  border-left: 6px solid #D4D2D3;
}
.post a {
  text-decoration: none;
  color: #2866B1;
}
.post a:hover {
  text-decoration: underline;
}
.post a[id]::before {
  content: "";
  display: block;
  height: 80px;
  margin: -80px 0 0;
}
.post a[name]::before {
  content: "";
  display: block;
  height: 80px;
  margin: -80px 0 0;
}
.post-tags {
  margin: 40px 0;
  font: 300 0.875rem Vollkorn, sans-serif;
}

.post-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 15px 0;
}
.post-content img.aligncenter {
  margin: 0 auto 15px auto;
}

.post-gallery {
  margin-bottom: 20px;
}
.post-gallery img {
  margin-bottom: 8px;
}

.post-shares {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-shares li {
  display: inline-block;
  margin-right: 15px;
}
.post-shares li a.social-button {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 15px;
}
.post-shares li a.social-button:hover {
  border: 1px solid #595A5A;
  color: #595A5A;
}

.article-latest {
  display: block;
  margin-bottom: 15px;
}
.article-latest:hover {
  background-color: #D4D2D3;
}
.article-latest-img {
  float: left;
  width: 22%;
  line-height: 0;
}
.article-latest-content {
  float: right;
  width: 75%;
}
.article-latest-content p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
}

.social {
  margin-bottom: 15px;
  padding: 10px;
  font-size: 0.875rem;
  background-color: #D4D2D3;
}

.author-box {
  border-top: 1px solid #A0A2A3;
  padding: 10px 0;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .author-box {
    margin-bottom: 60px;
  }
}
.author-box a {
  text-decoration: none;
  color: #000000;
}
.author-image {
  float: left;
  width: 20%;
  margin-right: 15px;
}
.author-content p {
  margin: 5px 0;
  font-size: 0.875rem;
}
.author-social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.author-social li {
  display: inline-block;
  margin-right: 10px;
}
.author-social li a.social-button {
  color: #000000;
}
.author-social li a.social-button:hover {
  color: #595A5A;
}

article.page {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  article.page {
    margin-bottom: 60px;
  }
}
article.page .post-thumbnail {
  margin-bottom: 30px;
}
article.page .lead {
  font-size: 1.5rem;
}
article.page .bg-green {
  padding: 20px 20px;
  margin: 20px 0;
  font-size: 2rem;
  line-height: 1;
  background-color: #C5D82F;
  color: #FFFFFF;
}
article.page .bg-blue {
  padding: 20px 20px;
  margin: 20px 0;
  font-size: 2rem;
  line-height: 1;
  background-color: #20A2DC;
  color: #FFFFFF;
}
article.page .bg-orange {
  padding: 20px 20px;
  margin: 20px 0;
  font-size: 2rem;
  line-height: 1;
  background-color: #F15723;
  color: #FFFFFF;
}
article.page p, article.page li {
  color: #7D7D7D;
}

@media (min-width: 992px) {
  article.page .lead {
    padding: 0 80px;
    font-size: 2rem;
  }
  article.page .bg-green {
    padding: 20px 40px;
    margin: 40px 0;
    font-size: 3rem;
  }
  article.page .bg-blue {
    padding: 20px 40px;
    margin: 40px 0;
    font-size: 3rem;
  }
  article.page .bg-orange {
    padding: 20px 40px;
    margin: 40px 0;
    font-size: 3rem;
  }
  article.page h2, article.page h3, article.page h4, article.page p {
    padding: 0 80px;
  }
  article.page ul {
    padding: 0 80px 0 100px;
  }
}
.partner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.partner-item {
  width: 46%;
  margin-bottom: 25px;
  color: #7d7d7d;
}
.partner-item p {
  padding: 0;
}
.partner-item a {
  font-size: 0.875rem;
  color: #7D7D7D;
}

@media (min-width: 768px) {
  .partner-item {
    width: 30%;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .partner-item {
    width: 22%;
    margin-bottom: 25px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 40px;
  line-height: 1;
  font-size: 24px;
  color: #F7F7F7;
  text-align: center;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 99;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 5px;
  background: rgba(0, 0, 0, 0.4);
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 5px;
}

.slick-next {
  right: 5px;
  background: rgba(0, 0, 0, 0.4);
}
[dir=rtl] .slick-next {
  left: 5px;
  right: auto;
}

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

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

@media (min-width: 992px) {
  .slick-prev {
    left: -50px;
    background: transparent;
    font-size: 30px;
    color: #000000;
  }
  [dir=rtl] .slick-prev {
    left: auto;
    right: -50px;
  }

  .slick-next {
    right: -50px;
    background: transparent;
    font-size: 30px;
    color: #000000;
  }
  [dir=rtl] .slick-next {
    left: -50px;
    right: auto;
  }
}
