/*
Theme Name: Sinistra Italiana
Theme URI: http://pabl.one
Author: pablo.galbusera@gmail.com
Author URI: http://pabl.one
Description: Sinistra Italiana
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: pablone
Text Domain: sinistra-italiana
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

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

body {
  line-height: 1; }

ul {
  list-style: none; }

ol > li {
  margin-left: 1.5em; }

ol > li > ol {
  list-style-type: lower-alpha; }

blockquote, q {
  quotes: none; }

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

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

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

body {
  width: 100%;
  height: 100%; }

body,
button,
input,
select,
textarea {
  color: #000; }

main {
  display: block; }

b,
strong {
  font-weight: 700; }

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

address {
  font-style: italic;
  margin: 0 0 1.6em; }

abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help; }

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

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

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

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

dd {
  padding-left: 2em; }

* {
  -webkit-tap-highlight-color: transparent; }

figure {
  text-align: center;
  width: auto !important; }

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

img {
  width: 100%;
  display: block; }

*:focus {
  outline: 0; }

.black {
  font-weight: 900; }

.bold {
  font-weight: 600; }

.light, .parlamento-intro,
.parlamento-intro * {
  font-weight: 300; }

.block {
  display: block; }

.text-red {
  color: #ef3f3e; }

.text-blue {
  color: #00c5ff; }

.white-link {
  color: white; }
  .white-link:hover {
    color: rgba(255, 255, 255, 0.9); }

.red-link {
  color: #ef3f3e; }
  .red-link:hover {
    color: #bd2928; }

.gradient {
  background: white;
  background: -webkit-linear-gradient(legacy-direction(-180deg), white 10%, rgba(120, 120, 120, 0.1) 100%);
  background: linear-gradient(-180deg, white 10%, rgba(120, 120, 120, 0.1) 100%); }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.issue {
  font-weight: 400;
  text-transform: uppercase; }

.highlight {
  font-weight: 900;
  color: #ef3f3e; }

hr {
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: 0px;
  height: 1px;
  background-color: #f0f0f0; }

a {
  color: #333333;
  transition: 200ms; }
  a:hover {
    color: #ef3f3e; }

a.underline {
  text-decoration: underline; }
  a.underline:hover {
    text-decoration: none; }

.content a {
  border-bottom: 1px solid; }

.action {
  font-family: "Work Sans", sans-serif;
  cursor: pointer;
  display: table;
  height: 32px;
  height: 3.2rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  padding: 0;
  padding-left: 14px;
  padding-left: 1.4rem;
  padding-right: 14px;
  padding-right: 1.4rem;
  border: 0;
  border-radius: 4px;
  border-radius: 0.4rem;
  background-color: #00c5ff;
  color: white;
  font-weight: 600;
  transition: 600ms; }
  .action:hover {
    background-color: #5bdaff;
    color: white; }
  .action.yellow {
    background-color: #fcc74c;
    color: #333333; }
    .action.yellow:hover {
      background-color: #faaf00; }

.background-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.xxl-title {
  font-family: "Work Sans", sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 42px;
  line-height: 4.2rem; }

.xl-title {
  font-family: "Work Sans", sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 40px;
  line-height: 4rem; }

.l-title, .parlamento-intro,
.parlamento-intro * {
  font-family: "Work Sans", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 33px;
  line-height: 3.3rem; }

.m-title, .entry-box.parlamentare-entry .content .inner-content a h2 span {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  line-height: 3.2rem; }

.s-title, .parlamentare-entry .content,
.parlamentare-entry .content * {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem; }

.s-text, p {
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem; }

.xs-text, .parlamento-info,
.parlamento-info *, h5 {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem; }

.xxs-texts, #eu-cookie p, h6 {
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem; }

@media screen and (min-width: 375px) {
  .xxl-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 57px;
    line-height: 5.7rem; }

  .xl-title {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 49px;
    line-height: 4.9rem; } }
@media screen and (min-width: 540px) {
  .xxl-title {
    font-size: 68px;
    font-size: 6.8rem;
    line-height: 80px;
    line-height: 8rem; }

  .xl-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 57px;
    line-height: 5.7rem; }

  .l-title, .parlamento-intro,
  .parlamento-intro * {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 57px;
    line-height: 5.7rem; }

  .m-title, .entry-box.parlamentare-entry .content .inner-content a h2 span {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 40px;
    line-height: 4rem; }

  .s-title, .parlamentare-entry .content,
  .parlamentare-entry .content * {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    line-height: 3.2rem; }

  .xs-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem; }

  .s-text, p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    line-height: 3.2rem; }

  .xs-text, .parlamento-info,
  .parlamento-info *, h5 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem; }

  .xxs-texts, #eu-cookie p, h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    line-height: 2.6rem; } }
@media screen and (min-width: 1024px) {
  .action {
    height: 40px;
    height: 4rem;
    font-size: 20px;
    font-size: 2rem;
    line-height: 38px;
    line-height: 3.8rem;
    padding-left: 14px;
    padding-left: 1.4rem;
    padding-right: 14px;
    padding-right: 1.4rem; }

  .m-title, .entry-box.parlamentare-entry .content .inner-content a h2 span {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 33px;
    line-height: 3.3rem; }

  .s-title, .parlamentare-entry .content,
  .parlamentare-entry .content * {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    line-height: 2.6rem; }

  .xs-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem; }

  .s-text, p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    line-height: 2.6rem; }

  .xs-text, .parlamento-info,
  .parlamento-info *, h5 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem; }

  .xxs-texts, #eu-cookie p, h6 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    line-height: 2.4rem; } }
@media screen and (min-width: 1260px) {
  .xxl-title {
    font-size: 96px;
    font-size: 9.6rem;
    line-height: 104px;
    line-height: 10.4rem; }

  .xl-title {
    font-size: 68px;
    font-size: 6.8rem;
    line-height: 80px;
    line-height: 8rem; }

  .m-title, .entry-box.parlamentare-entry .content .inner-content a h2 span {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 40px;
    line-height: 4rem; }

  .s-title, .parlamentare-entry .content,
  .parlamentare-entry .content * {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    line-height: 3.2rem; }

  .xs-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem; }

  .s-text, p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    line-height: 3.2rem; }

  .xs-text, .parlamento-info,
  .parlamento-info *, h5 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem; }

  .xxs-texts, #eu-cookie p, h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    line-height: 2.6rem; } }
input[type="text"],
input[type="search"],
input[type="number"],
input[type="email"] {
  display: block;
  width: 100%;
  height: 32px;
  height: 3.2rem;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  padding-left: 1rem;
  padding-right: 10px;
  padding-right: 1rem;
  border-radius: 4px;
  border-radius: 0.4rem;
  border: 1px solid #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer; }

input[type="search"] {
  padding-left: 5px;
  padding-left: 0.5rem;
  padding-right: 5px;
  padding-right: 0.5rem; }

@media screen and (min-width: 1024px) {
  input[type="text"],
  input[type="search"],
  input[type="number"],
  input[type="email"] {
    font-size: 20px;
    font-size: 2rem;
    line-height: 38px;
    line-height: 3.8rem;
    height: 40px;
    height: 4rem;
    padding-left: 14px;
    padding-left: 1.4rem;
    padding-right: 14px;
    padding-right: 1.4rem; }

  input[type="search"] {
    padding-left: 5px;
    padding-left: 0.5rem;
    padding-right: 5px;
    padding-right: 0.5rem; } }
main {
  width: 100%;
  background-color: white;
  color: #333333; }

.box {
  margin-left: 7.5px;
  margin-left: 0.75rem;
  margin-right: 7.5px;
  margin-right: 0.75rem;
  margin-top: 15px;
  margin-top: 1.5rem;
  padding-bottom: 100%;
  background-color: #ef3f3e; }

.clear {
  clear: both; }

.wrapper {
  margin: 0 auto; }

.main-wrapper {
  max-width: 1260px;
  max-width: 126rem;
  padding-right: 15px;
  padding-right: 1.5rem;
  padding-left: 15px;
  padding-left: 1.5rem;
  margin: 0 auto; }

.head-wrapper {
  height: 60px;
  height: 6rem;
  max-width: 1260px;
  max-width: 126rem;
  padding-right: 15px;
  padding-right: 1.5rem;
  padding-left: 15px;
  padding-left: 1.5rem;
  margin: 0 auto; }

.full-wrapper, #eu-cookie p {
  margin: 0 auto;
  padding-left: 15px;
  padding-left: 1.5rem;
  padding-right: 15px;
  padding-right: 1.5rem; }
  .full-wrapper:after, #eu-cookie p:after {
    content: " ";
    display: block;
    clear: both; }

.title-wrapper {
  max-width: 726px;
  max-width: 72.6rem; }

.fourfold-bottom {
  padding-bottom: 120px;
  padding-bottom: 12rem; }

.fourfold-top {
  padding-top: 120px;
  padding-top: 12rem; }

.triple-bottom {
  padding-bottom: 90px;
  padding-bottom: 9rem; }

.triple-top {
  padding-top: 90px;
  padding-top: 9rem; }

.double-bottom {
  padding-bottom: 60px;
  padding-bottom: 6rem; }

.double-top {
  padding-top: 60px;
  padding-top: 6rem; }

.bottom, .newsletter-form {
  padding-bottom: 30px;
  padding-bottom: 3rem; }

.top {
  padding-top: 30px;
  padding-top: 3rem; }

.half-bottom {
  padding-bottom: 15px;
  padding-bottom: 1.5rem; }

.half-top {
  padding-top: 15px;
  padding-top: 1.5rem; }

.quarter-bottom {
  padding-bottom: 7.5px;
  padding-bottom: 0.75rem; }

.quarter-top {
  padding-top: 7.5px;
  padding-top: 0.75rem; }

.left {
  padding-left: 15px;
  padding-left: 1.5rem; }

.double-left {
  padding-left: 30px;
  padding-left: 3rem; }

.right {
  padding-right: 15px;
  padding-right: 1.5rem; }

.double-right {
  padding-right: 30px;
  padding-right: 3rem; }

.ratio_1-1 {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative; }

.ratio_3-2 {
  display: block;
  width: 100%;
  padding-bottom: 66.66%;
  position: relative; }

.main-grid {
  margin: -7.5px;
  margin: -0.75rem; }
  .main-grid > * {
    float: left;
    width: 100%;
    padding: 7.5px;
    padding: 0.75rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    .main-grid > * .content > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .main-grid:after {
    content: " ";
    display: block;
    clear: both; }

.mobile-only {
  display: inherit !important; }

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

.col-one-three,
.col-two-three,
.col-three-three {
  width: 100%;
  padding-bottom: 28px;
  padding-bottom: 2.8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (min-width: 540px) {
  .wrapper {
    max-width: 1280px;
    max-width: 128rem; }

  .two-third-wrapper, .half-third-wrapper {
    max-width: 820px;
    max-width: 82rem;
    margin: 0; }

  .one-third-wrapper {
    width: 50%;
    float: left;
    clear: none; }

  .box {
    margin: 10px;
    margin: 1rem; }

  .main-grid-three-col > * {
    width: 50%; }

  .main-grid-four-col > * {
    width: 50%; }
    .main-grid-four-col > *:nth-child(3) {
      clear: left; } }
@media screen and (min-width: 1024px) {
  .full-wrapper, #eu-cookie p {
    max-width: 1260px;
    max-width: 126rem;
    padding-left: 20px;
    padding-left: 2rem;
    padding-right: 20px;
    padding-right: 2rem;
    clear: both; }

  .head-wrapper {
    height: 80px;
    height: 8rem;
    padding-right: 20px;
    padding-right: 2rem;
    padding-left: 20px;
    padding-left: 2rem; }

  .main-wrapper {
    padding-right: 20px;
    padding-right: 2rem;
    padding-left: 20px;
    padding-left: 2rem; }

  .half-wrapper {
    width: 50%; }

  .half-half-wrapper {
    width: 25%; }

  .two-third-wrapper {
    width: 66.66%; }

  .one-third-wrapper {
    width: 33.33%; }

  .half-third-wrapper {
    width: 16.66%; }

  .half-wrapper, .half-half-wrapper,
  .two-third-wrapper, .one-third-wrapper, .half-third-wrapper {
    float: left;
    margin: 0;
    clear: none; }

  .main-grid {
    margin: -10px;
    margin: -1rem; }
    .main-grid > * {
      float: left;
      width: 100%;
      padding: 10px;
      padding: 1rem;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative; }
      .main-grid > * .content > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .main-grid:after {
      content: " ";
      display: block;
      clear: both; }

  .main-grid-three-col > * {
    width: 33.33%; }

  .main-grid-four-col > * {
    width: 25%; }
    .main-grid-four-col > *:nth-child(3) {
      clear: none; }

  .fourfold-bottom {
    padding-bottom: 160px;
    padding-bottom: 16rem; }

  .fourfold-top {
    padding-top: 160px;
    padding-top: 16rem; }

  .triple-bottom {
    padding-bottom: 120px;
    padding-bottom: 12rem; }

  .triple-top {
    padding-top: 120px;
    padding-top: 12rem; }

  .double-bottom {
    padding-bottom: 80px;
    padding-bottom: 8rem; }

  .double-top {
    padding-top: 80px;
    padding-top: 8rem; }

  .bottom, .newsletter-form {
    padding-bottom: 40px;
    padding-bottom: 4rem; }

  .top {
    padding-top: 40px;
    padding-top: 4rem; }

  .half-bottom {
    padding-bottom: 20px;
    padding-bottom: 2rem; }

  .half-top {
    padding-top: 20px;
    padding-top: 2rem; }

  .quarter-bottom {
    padding-bottom: 10px;
    padding-bottom: 1rem; }

  .quarter-top {
    padding-top: 10px;
    padding-top: 1rem; }

  .left {
    padding-left: 20px;
    padding-left: 2rem; }

  .double-left {
    padding-left: 40px;
    padding-left: 4rem; }

  .right {
    padding-right: 20px;
    padding-right: 2rem; }

  .double-right {
    padding-right: 40px;
    padding-right: 4rem; }

  .mobile-only {
    display: none !important; }

  .desktop-only {
    display: inherit !important; }

  .col-one-three,
  .col-two-three,
  .col-three-three {
    width: 33.33%;
    padding-bottom: 0;
    float: left; }

  .col-one-three {
    padding-right: 10px;
    padding-right: 1rem; }

  .col-two-three {
    padding-left: 10px;
    padding-left: 1rem;
    padding-right: 10px;
    padding-right: 1rem; }

  .col-three-three {
    padding-left: 10px;
    padding-left: 1rem; } }
#loading-bar .bar {
  background-color: #ef3f3e !important; }

#loading-bar .peg {
  -webkit-box-shadow: #ef3f3e 1px 0 6px 1px !important;
  -moz-box-shadow: #ef3f3e 1px 0 6px 1px !important;
  box-shadow: #ef3f3e 1px 0 6px 1px !important; }

#header {
  position: fixed;
  top: 0;
  z-index: 900;
  width: 100%;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }
  #header.exit-top {
    top: -100px;
    top: -10rem; }
  #header .head-content {
    background: white;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(128, 128, 128, 0.5);
    -moz-box-shadow: 0px 2px 8px 0px rgba(128, 128, 128, 0.5);
    box-shadow: 0px 2px 8px 0px rgba(128, 128, 128, 0.5);
    height: 100%;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    position: relative;
    z-index: 10; }
  #header .menu-desktop {
    display: none;
    float: right;
    padding-top: 14px;
    padding-top: 1.4rem;
    padding-bottom: 14px;
    padding-bottom: 1.4rem; }
    #header .menu-desktop .navigation {
      float: left;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 32px;
      line-height: 3.2rem; }
      #header .menu-desktop .navigation ul li {
        float: left;
        margin-right: 14px;
        margin-right: 1.4rem; }
        #header .menu-desktop .navigation ul li a {
          display: block; }
  #header .join-desktop {
    display: none;
    float: left;
    margin-right: 20px;
    margin-right: 2rem; }
  #header .menu-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 60px;
    padding-top: 6rem;
    -webkit-transition: all, 400ms, ease;
    -moz-transition: all, 400ms, ease;
    -ms-transition: all, 400ms, ease;
    -o-transition: all, 400ms, ease;
    transition: all, 400ms, ease;
    -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1), 0 0px 40px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1), 0 0px 40px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1), 0 0px 40px -1px rgba(0, 0, 0, 0.1);
    background: white; }
    #header .menu-mobile li a {
      text-align: center; }
  #header .join-mobile {
    position: absolute;
    margin-top: 14px;
    margin-top: 1.4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  #header .toggle-menu-mobile {
    float: right;
    padding: 14px;
    padding: 1.4rem;
    padding-right: 15px;
    padding-right: 1.5rem; }
    #header .toggle-menu-mobile a {
      cursor: pointer;
      display: block;
      width: 32px;
      width: 3.2rem;
      height: 32px;
      height: 3.2rem;
      background-image: url(img/element/close.png);
      background-image: url(img/element/close.svg);
      background-position: center;
      background-size: 26px;
      background-size: 2.6rem;
      background-repeat: no-repeat; }
      #header .toggle-menu-mobile a:hover {
        background-image: url(img/element/close-hov.png);
        background-image: url(img/element/close-hov.svg); }
  #header.mobile-menu-closed .menu-mobile {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  #header.mobile-menu-closed .toggle-menu-mobile a {
    background-image: url(img/element/open.png);
    background-image: url(img/element/open.svg); }
    #header.mobile-menu-closed .toggle-menu-mobile a:hover {
      background-image: url(img/element/open-hov.png);
      background-image: url(img/element/open-hov.svg); }

.branding {
  float: left; }
  .branding .logo {
    background-image: url(img/logo/logo-si-white.png);
    background-image: url(img/logo/logo-si-white.svg);
    background-size: 94px;
    background-size: 9.4rem;
    width: 94px;
    width: 9.4rem;
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 60px;
    height: 6rem; }

@media screen and (min-width: 1024px) {
  #header .menu-desktop {
    display: block;
    padding-top: 20px;
    padding-top: 2rem;
    padding-bottom: 20px;
    padding-bottom: 2rem; }
    #header .menu-desktop .navigation {
      float: left;
      font-size: 20px;
      font-size: 2rem;
      line-height: 38px;
      line-height: 3.8rem; }
      #header .menu-desktop .navigation ul li {
        margin-right: 32px;
        margin-right: 3.2rem; }
  #header .join-desktop {
    display: block; }
  #header .menu-mobile {
    display: none; }
  #header .join-mobile {
    display: none; }
  #header .toggle-menu-mobile {
    display: none; }
  #header.home.at-top .head-content {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    #header.home.at-top .head-content a {
      color: white; }
      #header.home.at-top .head-content a:hover {
        color: #ef3f3e; }
    #header.home.at-top .head-content .join-desktop a {
      color: white; }
      #header.home.at-top .head-content .join-desktop a:hover {
        color: white; }

  .branding .logo {
    background-image: url(img/logo/logo-si-red.png);
    background-image: url(img/logo/logo-si-red.svg);
    background-size: 127px;
    background-size: 12.7rem;
    width: 125px;
    width: 12.5rem;
    height: 80px;
    height: 8rem; } }
.si-icon {
  display: inline-block;
  width: 20px;
  width: 2rem;
  height: 20px;
  height: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 5px;
  margin-top: 0.5rem;
  margin-right: 10px;
  margin-right: 1rem; }
  .si-icon.icon-grey.mail-icon {
    background-image: url(img/icon/mail/ma-gr.png);
    background-image: url(img/icon/mail/ma-gr.svg); }
    .si-icon.icon-grey.mail-icon:hover {
      background-image: url(img/icon/mail/ma-gr-hov.png);
      background-image: url(img/icon/mail/ma-gr-hov.svg); }
  .si-icon.icon-grey.facebook-icon {
    background-image: url(img/icon/facebook/fb-gr.png);
    background-image: url(img/icon/facebook/fb-gr.svg); }
    .si-icon.icon-grey.facebook-icon:hover {
      background-image: url(img/icon/facebook/fb-gr-hov.png);
      background-image: url(img/icon/facebook/fb-gr-hov.svg); }
  .si-icon.icon-grey.twitter-icon {
    background-image: url(img/icon/twitter/tw-gr.png);
    background-image: url(img/icon/twitter/tw-gr.svg); }
    .si-icon.icon-grey.twitter-icon:hover {
      background-image: url(img/icon/twitter/tw-gr-hov.png);
      background-image: url(img/icon/twitter/tw-gr-hov.svg); }
  .si-icon.icon-grey.telegram-icon {
    background-image: url(img/icon/telegram/te-gr.png);
    background-image: url(img/icon/telegram/te-gr.svg); }
    .si-icon.icon-grey.telegram-icon:hover {
      background-image: url(img/icon/telegram/te-gr-hov.png);
      background-image: url(img/icon/telegram/te-gr-hov.svg); }
  .si-icon.icon-red.mail-icon {
    background-image: url(img/icon/mail/ma-re.png);
    background-image: url(img/icon/mail/ma-re.svg); }
    .si-icon.icon-red.mail-icon:hover {
      background-image: url(img/icon/mail/ma-re-hov.png);
      background-image: url(img/icon/mail/ma-re-hov.svg); }
  .si-icon.icon-red.facebook-icon {
    background-image: url(img/icon/facebook/fb-re.png);
    background-image: url(img/icon/facebook/fb-re.svg); }
    .si-icon.icon-red.facebook-icon:hover {
      background-image: url(img/icon/facebook/fb-re-hov.png);
      background-image: url(img/icon/facebook/fb-re-hov.svg); }
  .si-icon.icon-red.twitter-icon {
    background-image: url(img/icon/twitter/tw-re.png);
    background-image: url(img/icon/twitter/tw-re.svg); }
    .si-icon.icon-red.twitter-icon:hover {
      background-image: url(img/icon/twitter/tw-re-hov.png);
      background-image: url(img/icon/twitter/tw-re-hov.svg); }
  .si-icon.icon-red.telegram-icon {
    background-image: url(img/icon/telegram/te-re.png);
    background-image: url(img/icon/telegram/te-re.svg); }
    .si-icon.icon-red.telegram-icon:hover {
      background-image: url(img/icon/telegram/te-re-hov.png);
      background-image: url(img/icon/telegram/te-re-hov.svg); }

.highlights-slider {
  width: 100%;
  height: 80vh;
  min-height: 60vh;
  max-height: 100vh;
  background: rgba(0, 0, 0, 0.6); }

.home-slider-wrapper {
  position: relative; }

#home-slider.hover .home-slide-overlay {
  background: rgba(0, 0, 0, 0.3) !important; }
#home-slider .home-slide {
  height: 80vh;
  min-height: 60vh;
  max-height: 100vh;
  position: relative; }
  #home-slider .home-slide header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2; }
  #home-slider .home-slide .home-slide-overlay {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -ms-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms; }
  #home-slider .home-slide .slide-bg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  #home-slider .home-slide h5 {
    color: white;
    font-weight: 600;
    padding-top: 15px;
    padding-top: 1.5rem; }
  #home-slider .home-slide h2 {
    padding-top: 5px;
    padding-top: 0.5rem; }
  #home-slider .home-slide a {
    color: white;
    font-weight: 900;
    max-width: 860px;
    max-width: 86rem;
    display: block; }

.slick-controller {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  background: -webkit-linear-gradient(legacy-direction(-180deg), rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%); }
  .slick-controller ul li {
    float: left;
    padding-bottom: 15px;
    padding-bottom: 1.5rem; }
    .slick-controller ul li .issue {
      padding-bottom: 13px;
      padding-bottom: 1.3rem; }
    .slick-controller ul li a {
      color: white;
      display: block;
      width: 14px;
      width: 1.4rem;
      height: 14px;
      height: 1.4rem;
      margin-right: 14px;
      margin-right: 1.4rem;
      border: 2px solid;
      border-radius: 50%;
      padding: 0;
      cursor: pointer;
      opacity: 0.5;
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      filter: alpha(opacity=50);
      -webkit-transition: all 400ms;
      -moz-transition: all 400ms;
      -ms-transition: all 400ms;
      -o-transition: all 400ms;
      transition: all 400ms; }
      .slick-controller ul li a:hover {
        color: white; }
      .slick-controller ul li a h2 {
        display: none; }
      .slick-controller ul li a:hover, .slick-controller ul li a.current-slide {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        filter: alpha(opacity=100); }
    .slick-controller ul li:first-child a {
      padding-left: 0; }
    .slick-controller ul li:last-child a {
      padding-right: 0; }

.with-line {
  display: table;
  color: #c8c8c8;
  padding-top: 10px;
  padding-top: 1rem;
  padding-bottom: 10px;
  padding-bottom: 1rem; }
  .with-line > * {
    display: table-cell;
    white-space: nowrap; }
  .with-line .home-line {
    width: 100%;
    position: relative; }
    .with-line .home-line:after {
      content: " ";
      display: block;
      position: absolute;
      top: 50%;
      width: 100%;
      border-top: 1px solid #f0f0f0; }

.banner-mobile {
  display: block; }

.banner-tablet,
.banner-desktop {
  display: none; }

.informati-wrapper,
.temi-caldi-wrapper {
  padding-bottom: 15px;
  padding-bottom: 1.5rem; }

.da-commo-wrapper {
  padding-top: 15px;
  padding-top: 1.5rem;
  padding-bottom: 15px;
  padding-bottom: 1.5rem; }

.da-commo a:not(.action):hover {
  color: #00c5ff; }
.da-commo .da-commo-elements .commo-block {
  padding-top: 30px;
  padding-top: 3rem; }

.temi-caldi .main-grid > * {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

@media screen and (min-width: 540px) {
  .informati .main-grid > *:nth-child(3) {
    display: none; } }
@media screen and (min-width: 768px) {
  .da-commo .da-commo-description {
    width: 50%;
    float: left; }
    .da-commo .da-commo-description .commo-block {
      padding-right: 22.5px;
      padding-right: 2.25rem; }
  .da-commo .da-commo-elements {
    width: 50%;
    float: left; }
    .da-commo .da-commo-elements .commo-block {
      padding-left: 7.5px;
      padding-left: 0.75rem; }
      .da-commo .da-commo-elements .commo-block:first-child {
        padding-top: 0; }

  .banner-tablet {
    display: block; }

  .banner-mobile,
  .banner-desktop {
    display: none; }

  .temi-caldi .main-grid > *:nth-child(3), .temi-caldi .main-grid > *:nth-child(4) {
    margin: 0; } }
@media screen and (min-width: 1024px) {
  .highlights-slider {
    height: 50vw; }

  #home-slider .home-slide {
    height: 50vw; }
    #home-slider .home-slide h5 {
      padding-top: 20px;
      padding-top: 2rem; }

  .slick-controller ul li {
    width: 25%;
    padding-bottom: 20px;
    padding-bottom: 2rem; }
    .slick-controller ul li a {
      width: auto;
      height: auto;
      border-radius: none;
      border: 0px solid;
      padding-left: 20px;
      padding-left: 2rem;
      padding-right: 20px;
      padding-right: 2rem;
      margin: 0; }
      .slick-controller ul li a h2 {
        display: block; }

  .informati-wrapper,
  .temi-caldi-wrapper {
    padding-bottom: 20px;
    padding-bottom: 2rem; }

  .da-commo-wrapper {
    padding-top: 20px;
    padding-top: 2rem;
    padding-bottom: 20px;
    padding-bottom: 2rem; }

  .da-commo .da-commo-description {
    width: 33.33%;
    float: left; }
    .da-commo .da-commo-description .commo-block {
      padding-top: 0px;
      padding-top: 0rem;
      padding-right: 20px;
      padding-right: 2rem; }
  .da-commo .da-commo-elements {
    width: 66.66%;
    float: left; }
    .da-commo .da-commo-elements .commo-block {
      width: 50%;
      float: left;
      padding: 0; }
      .da-commo .da-commo-elements .commo-block > * {
        padding-left: 20px;
        padding-left: 2rem;
        padding-right: 20px;
        padding-right: 2rem; }

  .informati .main-grid > *:nth-child(3) {
    display: block; }

  .banner-desktop {
    display: block; }

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

  .temi-caldi .main-grid > * {
    margin: 0; }

  .with-line {
    padding-top: 20px;
    padding-top: 2rem;
    padding-bottom: 20px;
    padding-bottom: 2rem; } }
@media screen and (min-width: 1260px) {
  #home-slider .home-slide h5 {
    padding-top: 40px;
    padding-top: 4rem; }
  #home-slider .home-slide h2 {
    padding-top: 20px;
    padding-top: 2rem; }

  .slick-controller ul li {
    padding-bottom: 40px;
    padding-bottom: 4rem; }

  .with-line {
    padding-top: 40px;
    padding-top: 4rem;
    padding-bottom: 40px;
    padding-bottom: 4rem; }

  .informati-wrapper,
  .temi-caldi-wrapper {
    padding-bottom: 80px;
    padding-bottom: 8rem; }

  .da-commo-wrapper {
    padding-top: 80px;
    padding-top: 8rem;
    padding-bottom: 80px;
    padding-bottom: 8rem; } }
main {
  min-height: 100vh; }

.filter-search-wrapper {
  border-bottom: 1px solid #f0f0f0; }

.main-filters-wrapper,
.main-search-wrapper {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.main-search-wrapper {
  float: right; }

.main-filters {
  position: relative; }
  .main-filters a {
    cursor: pointer;
    display: block;
    color: #999999;
    background: #f0f0f0;
    padding: 12px;
    padding: 1.2rem;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
    line-height: 3.2rem;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -ms-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
    border-radius: 4px;
    border-radius: 0.4rem; }
    .main-filters a:hover {
      color: #4a4a4a; }
    .main-filters a.current-filter {
      background: #4a4a4a;
      color: white; }
    .main-filters a.main-filters-toggle {
      position: relative; }
      .main-filters a.main-filters-toggle:after {
        content: " ";
        position: absolute;
        right: 2.5px;
        right: 0.25rem;
        width: 32px;
        width: 3.2rem;
        height: 32px;
        height: 3.2rem;
        background-image: url(img/element/select-arrow.png);
        background-image: url(img/element/select-arrow.svg);
        background-repeat: no-repeat;
        background-position: center; }
      .main-filters a.main-filters-toggle:hover {
        color: #999999; }
  .main-filters ul {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 10;
    border-top: 1px solid #c8c8c8; }
    .main-filters ul li {
      display: block;
      text-transform: uppercase; }
    .main-filters ul:after {
      content: " ";
      clear: both;
      display: block; }
  .main-filters.filter-open ul {
    display: block; }

.search-field {
  border-width: 1px;
  border-width: 0.1rem; }

.search-form-mobile {
  display: table; }
  .search-form-mobile > * {
    display: table-cell;
    vertical-align: top; }
  .search-form-mobile label {
    width: 100%; }
  .search-form-mobile .search-field {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    line-height: 30px;
    line-height: 3rem;
    border-right-width: 0; }
  .search-form-mobile .search-submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

@media screen and (min-width: 540px) {
  .main-filters-wrapper,
  .main-search-wrapper {
    width: 50%; }

  .main-filters-wrapper {
    padding-right: 7.5px;
    padding-right: 0.75rem; }

  .main-search-wrapper {
    padding-left: 7.5px;
    padding-left: 0.75rem; } }
@media screen and (min-width: 1024px) {
  .main-filters-wrapper,
  .main-search-wrapper {
    width: auto;
    padding: 0;
    min-width: 260px;
    min-width: 26rem; }

  .main-filters a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 4rem; }
    .main-filters a.main-filters-toggle {
      display: none; }
  .main-filters ul {
    display: block;
    border-top: 0;
    position: static; }
    .main-filters ul:after {
      content: " ";
      display: block;
      clear: both; }
    .main-filters ul li {
      float: left;
      margin-right: 15px;
      margin-right: 1.5rem; } }
@media screen and (min-width: 1260px) {
  .main-search-wrapper {
    min-width: 380px;
    min-width: 38rem; } }
.video-container {
  clear: both;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 40px;
  margin-bottom: 4rem; }

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

.parlamentare-pic {
  display: none;
  max-width: 115px;
  max-width: 11.5rem; }
  .parlamentare-pic img {
    border-radius: 50%; }

.chi-siamo-main .chi-siamo-main-wrapper,
.chi-siamo-main .congresso-main-wrapper,
.congresso-main .chi-siamo-main-wrapper,
.congresso-main .congresso-main-wrapper {
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }
.chi-siamo-main > div:nth-child(even) .chi-siamo-main-wrapper,
.chi-siamo-main > div:nth-child(even) .congresso-main-wrapper,
.congresso-main > div:nth-child(even) .chi-siamo-main-wrapper,
.congresso-main > div:nth-child(even) .congresso-main-wrapper {
  background: #F9F9F9;
  background: -webkit-linear-gradient(legacy-direction(-243deg), #F9F9F9 0%, #F0F0F0 95%);
  background: linear-gradient(-243deg, #F9F9F9 0%, #F0F0F0 95%); }
.chi-siamo-main > div:nth-child(odd) .chi-siamo-main-wrapper,
.chi-siamo-main > div:nth-child(odd) .congresso-main-wrapper,
.congresso-main > div:nth-child(odd) .chi-siamo-main-wrapper,
.congresso-main > div:nth-child(odd) .congresso-main-wrapper {
  background: #F0F0F0;
  background: -webkit-linear-gradient(legacy-direction(-243deg), #F0F0F0 0%, #F9F9F9 95%);
  background: linear-gradient(-243deg, #F0F0F0 0%, #F9F9F9 95%); }
.chi-siamo-main > div:last-child .chi-siamo-main-wrapper,
.chi-siamo-main > div:last-child .congresso-main-wrapper,
.congresso-main > div:last-child .chi-siamo-main-wrapper,
.congresso-main > div:last-child .congresso-main-wrapper {
  margin: 0; }

.about,
.congresso {
  background-image: url(img/home/about.png);
  background-image: url(img/home/about.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 900px;
  background-size: 90rem; }

.about {
  background-image: url(img/home/about.png);
  background-image: url(img/home/about.svg); }

.congresso {
  background-image: url(img/home/congresso.png);
  background-image: url(img/home/congresso.svg); }

.content p {
  padding-bottom: 15px;
  padding-bottom: 1.5rem; }
.content figure {
  padding-bottom: 30px;
  padding-bottom: 3rem; }

.notizia-entry .title .issue {
  color: #ef3f3e; }

.comunicato-stampa-entry .header {
  background-color: #fcc74c;
  color: white; }

.proposta-di-legge-entry .header {
  background-color: #ef3f3e;
  color: white; }

.materiale-entry .header {
  background-color: #232d37;
  color: white; }

.parlamentare-entry .header {
  background-color: #f0f0f0; }
  .parlamentare-entry .header h5 {
    padding-top: 15px;
    padding-top: 1.5rem; }
  .parlamentare-entry .header h1 {
    margin-left: -2.5px;
    margin-left: -0.25rem; }
  .parlamentare-entry .header .full-wrapper, .parlamentare-entry .header #eu-cookie p, #eu-cookie .parlamentare-entry .header p {
    position: relative;
    padding-bottom: 15px;
    padding-bottom: 1.5rem; }
    .parlamentare-entry .header .full-wrapper .mail-wrapper, .parlamentare-entry .header #eu-cookie p .mail-wrapper, #eu-cookie .parlamentare-entry .header p .mail-wrapper {
      margin-top: 15px;
      margin-top: 1.5rem; }
    .parlamentare-entry .header .full-wrapper .parlamentare-cover, .parlamentare-entry .header #eu-cookie p .parlamentare-cover, #eu-cookie .parlamentare-entry .header p .parlamentare-cover {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 100%;
      max-width: 160px;
      max-width: 16rem;
      height: 100%; }
      .parlamentare-entry .header .full-wrapper .parlamentare-cover div, .parlamentare-entry .header #eu-cookie p .parlamentare-cover div, #eu-cookie .parlamentare-entry .header p .parlamentare-cover div {
        width: 100%;
        height: 100%;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;
        mix-blend-mode: multiply; }

@media screen and (min-width: 540px) {
  .author, .sharing {
    float: left;
    width: 50%; }

  .parlamentare-entry .header .full-wrapper .parlamentare-cover, .parlamentare-entry .header #eu-cookie p .parlamentare-cover, #eu-cookie .parlamentare-entry .header p .parlamentare-cover {
    max-width: 280px;
    max-width: 28rem; } }
@media screen and (min-width: 768px) {
  .parlamentare-entry .header .full-wrapper .parlamentare-cover, .parlamentare-entry .header #eu-cookie p .parlamentare-cover, #eu-cookie .parlamentare-entry .header p .parlamentare-cover {
    max-width: 400px;
    max-width: 40rem; } }
@media screen and (min-width: 1024px) {
  .parlamentare-pic {
    display: block; }

  .material-wrapper .material-cover {
    padding-right: 20px;
    padding-right: 2rem; }

  .author, .sharing {
    float: none;
    width: auto; }

  .content p {
    padding-bottom: 20px;
    padding-bottom: 2rem; }
  .content figure {
    padding-bottom: 40px;
    padding-bottom: 4rem; }

  .parlamentare-entry .header h5 {
    padding-top: 20px;
    padding-top: 2rem; }
  .parlamentare-entry .header h1 {
    margin-left: -5px;
    margin-left: -0.5rem; }
  .parlamentare-entry .header .full-wrapper, .parlamentare-entry .header #eu-cookie p, #eu-cookie .parlamentare-entry .header p {
    padding-bottom: 20px;
    padding-bottom: 2rem; }
    .parlamentare-entry .header .full-wrapper .mail-wrapper, .parlamentare-entry .header #eu-cookie p .mail-wrapper, #eu-cookie .parlamentare-entry .header p .mail-wrapper {
      margin: 0; }

  .chi-siamo-main .chi-siamo-main-wrapper,
  .chi-siamo-main .congresso-main-wrapper,
  .congresso-main .chi-siamo-main-wrapper,
  .congresso-main .congresso-main-wrapper {
    margin-bottom: 20px;
    margin-bottom: 2rem; } }
@media screen and (min-width: 1260px) {
  .parlamentare-entry .header h5 {
    padding-top: 40px;
    padding-top: 4rem;
    padding-bottom: 20px;
    padding-bottom: 2rem; }
  .parlamentare-entry .header .full-wrapper, .parlamentare-entry .header #eu-cookie p, #eu-cookie .parlamentare-entry .header p {
    padding-bottom: 40px;
    padding-bottom: 4rem; } }
.entry-box .inner-content {
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  padding: 2rem;
  padding-top: 15px;
  padding-top: 1.5rem;
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
  color: white; }
  .entry-box .inner-content a {
    color: white; }
    .entry-box .inner-content a:hover {
      color: white; }
    .entry-box .inner-content a h2 {
      max-height: 100%;
      max-height: -moz-calc(100% - 70px);
      max-height: -moz-calc(100% - 7rem);
      max-height: -webkit-calc(100% - 70px);
      max-height: -webkit-calc(100% - 7rem);
      max-height: -o-calc(100% - 70px);
      max-height: -o-calc(100% - 7rem);
      max-height: calc(100% - 70px);
      max-height: calc(100% - 7rem); }
  .entry-box .inner-content > div {
    position: relative;
    width: 100%;
    height: 100%; }
    .entry-box .inner-content > div .date {
      position: absolute;
      bottom: 0; }
.entry-box .bg-overlay {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  z-index: 1; }
.entry-box .bg-img {
  z-index: 0; }

.notizia-entry .bg-overlay,
.materiale-entry .bg-overlay {
  background-color: rgba(0, 0, 0, 0.5); }
.notizia-entry:hover .bg-overlay,
.materiale-entry:hover .bg-overlay {
  background-color: rgba(0, 0, 0, 0.3); }

.comunicato-stampa-entry .inner-content a h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  line-height: 3.2rem; }
.comunicato-stampa-entry .bg-overlay {
  background-color: #fcc74c; }
.comunicato-stampa-entry:hover .bg-overlay {
  background-color: #faaf00; }

.proposta-di-legge-entry .bg-overlay {
  background-color: #ef3f3e; }
.proposta-di-legge-entry:hover .bg-overlay {
  background-color: #bd2928; }

.chi-siamo-box .main-grid > *:nth-child(even) .bg-overlay,
.congresso-box .main-grid > *:nth-child(even) .bg-overlay {
  background: #F0F0F0;
  background: -webkit-linear-gradient(legacy-direction(-243deg), #F0F0F0 0%, #F9F9F9 95%);
  background: linear-gradient(-243deg, #F0F0F0 0%, #F9F9F9 95%); }
.chi-siamo-box .main-grid > *:nth-child(odd) .bg-overlay,
.congresso-box .main-grid > *:nth-child(odd) .bg-overlay {
  background: #F9F9F9;
  background: -webkit-linear-gradient(legacy-direction(-243deg), #F9F9F9 0%, #F0F0F0 95%);
  background: linear-gradient(-243deg, #F9F9F9 0%, #F0F0F0 95%); }

.chi-siamo-entry .inner-content,
.congresso-entry .inner-content {
  color: inherit; }
  .chi-siamo-entry .inner-content a,
  .congresso-entry .inner-content a {
    color: #ef3f3e; }
    .chi-siamo-entry .inner-content a:hover,
    .congresso-entry .inner-content a:hover {
      color: #bd2928; }

.entry-box.parlamentare-entry .content {
  background: #f0f0f0; }
.entry-box.parlamentare-entry .background-cover {
  background-size: 60%;
  background-position: right bottom;
  mix-blend-mode: multiply; }

.material-wrapper {
  position: relative; }
  .material-wrapper:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    height: 12rem;
    background-color: #f0f0f0;
    z-index: 0; }
  .material-wrapper > * {
    position: relative; }
  .material-wrapper .material-cover img {
    -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1), 0 0px 40px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1), 0 0px 40px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1), 0 0px 40px -1px rgba(0, 0, 0, 0.1); }

.material-link a {
  cursor: pointer; }
.material-link > * {
  line-height: 32px;
  line-height: 3.2rem; }

.material-ext {
  display: block;
  float: left;
  width: 80px;
  width: 8rem;
  margin-right: 15px;
  margin-right: 1.5rem;
  background: #4a4a4a;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px; }
  .material-ext.zip {
    background: #00c5ff; }

.entry-box .material-list-wrapper .material-select-open .material-list-ul {
  display: block; }
.entry-box .material-list-wrapper {
  z-index: 10;
  height: 60px;
  height: 6rem;
  top: auto;
  bottom: 0;
  left: 0;
  background: #333333;
  padding: 14px;
  padding: 1.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .entry-box .material-list-wrapper material-list {
    display: table;
    width: 100%; }
  .entry-box .material-list-wrapper .material-list-list {
    display: table-cell;
    width: 100%;
    position: relative; }
  .entry-box .material-list-wrapper .material-select-toggle {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    line-height: 32px;
    line-height: 3.2rem;
    padding-left: 10px;
    padding-left: 1rem;
    padding-right: 10px;
    padding-right: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top-left-radius: 2px;
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 2px;
    border-bottom-left-radius: 0.2rem;
    font-size: 14px;
    font-size: 1.4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden; }
    .entry-box .material-list-wrapper .material-select-toggle:hover {
      color: #333333; }
    .entry-box .material-list-wrapper .material-select-toggle.disabled {
      font-weight: normal;
      color: #999999; }
  .entry-box .material-list-wrapper .material-download-button-wrapper {
    display: table-cell;
    line-height: 32px;
    line-height: 3.2rem; }
    .entry-box .material-list-wrapper .material-download-button-wrapper .action {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      .entry-box .material-list-wrapper .material-download-button-wrapper .action.disabled {
        background-color: #f0f0f0;
        color: #c8c8c8;
        cursor: not-allowed; }
  .entry-box .material-list-wrapper .material-list-ul {
    display: none;
    position: absolute;
    background: white;
    top: 32px;
    top: 3.2rem;
    width: 100%;
    -webkit-box-shadow: 0px 5px 12px rgba(100, 100, 100, 0.1);
    -moz-box-shadow: 0px 5px 12px rgba(100, 100, 100, 0.1);
    box-shadow: 0px 5px 12px rgba(100, 100, 100, 0.1);
    border-radius: 4px;
    border-radius: 0.4rem; }
  .entry-box .material-list-wrapper .select-link {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    padding-left: 10px;
    padding-left: 1rem;
    padding-right: 10px;
    padding-right: 1rem; }

@media screen and (min-width: 1024px) {
  .material-wrapper .material-link > * {
    line-height: 40px;
    line-height: 4rem; }

  .entry-box .material-list-wrapper {
    height: 80px;
    height: 8rem;
    padding: 20px;
    padding: 2rem; }
    .entry-box .material-list-wrapper .material-select-toggle {
      line-height: 40px;
      line-height: 4rem;
      padding-left: 14px;
      padding-left: 1.4rem;
      padding-right: 14px;
      padding-right: 1.4rem;
      font-size: 16px;
      font-size: 1.6rem; }
    .entry-box .material-list-wrapper .material-download-button-wrapper {
      line-height: 40px;
      line-height: 4rem; }
    .entry-box .material-list-wrapper .material-list-ul {
      top: 39px;
      top: 3.9rem; }
    .entry-box .material-list-wrapper .select-link {
      padding-left: 14px;
      padding-left: 1.4rem;
      padding-right: 14px;
      padding-right: 1.4rem; } }
.site-footer {
  background-color: #232d37;
  color: white; }
  .site-footer .darker-footer {
    background-color: #19232d; }
  .site-footer .footer-logo {
    height: 80px;
    height: 8rem;
    width: 81px;
    width: 8.1rem;
    background-image: url(img/logo/logo-s-w.png);
    background-image: url(img/logo/logo-s-w.svg); }
  .site-footer .footer-name {
    line-height: 80px;
    line-height: 8rem; }
  .site-footer .footer-menu li span {
    line-height: 1.3; }
  .site-footer .footer-branding .half-wrapper {
    float: left;
    width: 50%; }

.newsletter-form {
  max-width: 240px;
  max-width: 24rem;
  margin: 0 auto;
  text-align: center; }
  .newsletter-form .field-wrapper {
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1), 0 0px 40px -1px rgba(0, 0, 0, 0.1); }
    .newsletter-form .field-wrapper label {
      float: left;
      width: 100%; }
      .newsletter-form .field-wrapper label:nth-child(1) input {
        border-bottom-width: 1px;
        border-bottom-width: 0.1rem;
        border-top-left-radius: 2px;
        border-top-left-radius: 0.2rem;
        border-top-right-radius: 2px;
        border-top-right-radius: 0.2rem; }
      .newsletter-form .field-wrapper label:nth-child(2) input {
        border-bottom-width: 1px;
        border-bottom-width: 0.1rem; }
      .newsletter-form .field-wrapper label:nth-child(4) button {
        border-bottom-left-radius: 2px;
        border-bottom-left-radius: 0.2rem;
        border-bottom-right-radius: 2px;
        border-bottom-right-radius: 0.2rem; }
    .newsletter-form .field-wrapper input,
    .newsletter-form .field-wrapper button {
      border-width: 0;
      border-radius: 0; }
    .newsletter-form .field-wrapper button {
      width: 100%; }
  .newsletter-form .privacy-policy span {
    padding-left: 2.5px;
    padding-left: 0.25rem; }
    .newsletter-form .privacy-policy span a {
      color: white; }
      .newsletter-form .privacy-policy span a:hover {
        color: white; }

.theme-white .newsletter-form .field-wrapper label:nth-child(1) input, .theme-white .newsletter-form .field-wrapper label:nth-child(2) input, .theme-white .newsletter-form .field-wrapper label:nth-child(3) input {
  border-top-width: 1px;
  border-top-width: 0.1rem;
  border-left-width: 1px;
  border-left-width: 0.1rem;
  border-right-width: 1px;
  border-right-width: 0.1rem;
  border-bottom-width: 0; }
.theme-white .newsletter-form .field-wrapper label:nth-child(1) {
  border-left-width: 1px;
  border-left-width: 0.1rem; }
.theme-white .newsletter-form .privacy-policy span a {
  color: inherit; }
  .theme-white .newsletter-form .privacy-policy span a:hover {
    color: #ef3f3e; }

.theme-grey {
  background-color: rgba(120, 120, 120, 0.1);
  display: table;
  width: 100%; }
  .theme-grey .newsletter-form .privacy-policy span a {
    color: inherit; }
    .theme-grey .newsletter-form .privacy-policy span a:hover {
      color: #ef3f3e; }

@media screen and (min-width: 768px) {
  .newsletter-form {
    max-width: 620px;
    max-width: 62rem; }
    .newsletter-form .field-wrapper label {
      width: 25%; }
      .newsletter-form .field-wrapper label:nth-child(1) input {
        border-bottom-width: 0px;
        border-bottom-width: 0rem;
        border-right-width: 1px;
        border-right-width: 0.1rem;
        border-top-left-radius: 2px;
        border-top-left-radius: 0.2rem;
        border-bottom-left-radius: 2px;
        border-bottom-left-radius: 0.2rem;
        border-top-right-radius: 0px;
        border-top-right-radius: 0rem; }
      .newsletter-form .field-wrapper label:nth-child(2) input {
        border-bottom-width: 0px;
        border-bottom-width: 0rem;
        border-right-width: 1px;
        border-right-width: 0.1rem; }
      .newsletter-form .field-wrapper label:nth-child(4) button {
        border-top-right-radius: 2px;
        border-top-right-radius: 0.2rem;
        border-bottom-right-radius: 2px;
        border-bottom-right-radius: 0.2rem;
        border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0rem; }

  .theme-white .newsletter-form .field-wrapper label:nth-child(1) input, .theme-white .newsletter-form .field-wrapper label:nth-child(2) input, .theme-white .newsletter-form .field-wrapper label:nth-child(3) input {
    border-top-width: 1px;
    border-top-width: 0.1rem;
    border-left-width: 1px;
    border-left-width: 0.1rem;
    border-bottom-width: 1px;
    border-bottom-width: 0.1rem;
    border-right-width: 0; }
  .theme-white .newsletter-form .field-wrapper label:nth-child(1) {
    border-left-width: 1px;
    border-left-width: 0.1rem; } }
#eu-cookie {
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  background: #050505;
  color: white;
  padding: 10px;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #eu-cookie .popup-wrapper {
    position: relative; }
    #eu-cookie .popup-wrapper .close-icon {
      position: absolute;
      right: 15px;
      right: 1.5rem;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 15px;
      height: 1.5rem;
      font-size: 15px;
      font-size: 1.5rem; }
      #eu-cookie .popup-wrapper .close-icon span {
        display: none; }
  #eu-cookie p {
    line-height: 1.4;
    padding-right: 30px;
    padding-right: 3rem; }
  #eu-cookie a {
    color: white; }

html {
  font-size: 10px;
  background-color: #ef3f3e; }

@media screen and (min-width: 1260px) {
  html {
    font-size: 9.2px; } }
@media screen and (min-width: 1420px) {
  html {
    font-size: 10px; } }
body {
  font-family: "Work Sans", sans-serif;
  background-color: white;
  min-height: 100vh;
  color: #333333; }

* ::-moz-selection {
  background-color: #ef3f3e;
  color: white; }
* ::selection {
  background-color: #ef3f3e;
  color: white; }

/*# sourceMappingURL=style.css.map */
