/* Mixin to create a triangle element
 * @param $direction: The direction of the arrow.
 * @param $color: The color of the arrow @default #000000.
 * @param $size: The size of the arrow @default 1em. */
/* Mixin for setting both width and height of an element
 * @param $width: The width size.
 * @param $height: The height size @default same of $width. */
/* Mixin for setting both max-width and max-height of an element
 * @param $width: The max-width size.
 * @param $height: The max-height size @default same of $width. */
/* Mixin for setting both min-width and hmin-eight of an element
 * @param $width: The min-width size.
 * @param $height: The min-height size @default same of $width. */
/* Mixin to draw an SVG arrow
 * @param $rotation: Value in degrees, 0 means arrow pointing to right.
 * @param $color: Fill color of the figure. */
/* Replace all occurrences of the search string with the replacement string
 * @param $search: The value being searched for, otherwise known as the needle.
 * @param $replace: The replacement value that replaces found search values.
 * @param $subject: The string being searched and replaced on, otherwise known as the haystack. */
/* Mixin to make squared an HTML element
 * @param $percentage: Value in percentage, gives the ratio between width and height */
/* Mixin to make center things with position and transform properties
 * @param $reset: Get the initial behaviour */
/* Mixin to make center things with position and transform properties
 * @param $reset: Get the initial behaviour */
/* Mixin to center things with position and transform properties
 * @param $reset: Get the initial behaviour */
/* line 106, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 81.25%;
  line-height: 1;
}

/* line 4, ../src/sass/faq.sass */
.trigger {
  width: 100%;
  overflow: hidden;
  border-top: 1px #D8D8D8 solid;
  font-size: 1.15385em;
  line-height: 1.6em;
  padding: 15px 55px 15px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 4, ../src/sass/faq.sass */
  .trigger {
    padding: 12px;
  }
}
/* line 17, ../src/sass/faq.sass */
.trigger.activefaq {
  background: #d9d9d9;
}
/* line 19, ../src/sass/faq.sass */
.trigger.activefaq:after {
  content: "X";
  position: absolute;
  right: 20px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.84615em;
  line-height: 1.25em;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 19, ../src/sass/faq.sass */
  .trigger.activefaq:after {
    display: none;
  }
}
/* line 29, ../src/sass/faq.sass */
.trigger span {
  font-size: 1.23077em;
  line-height: 1.0625em;
  padding: 0 15px 0 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 29, ../src/sass/faq.sass */
  .trigger span {
    font-size: 1.15385em;
    line-height: 1.6em;
    padding: 0;
  }
}

/* line 36, ../src/sass/faq.sass */
.toggle_container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px #d8d8d8 solid;
  border-right: 1px #d8d8d8 solid;
  border-bottom: 1px #d8d8d8 solid;
  padding: 60px;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 36, ../src/sass/faq.sass */
  .toggle_container {
    padding: 20px;
  }
}
/* line 46, ../src/sass/faq.sass */
.toggle_container .testo_gestionale b,
.toggle_container .testo_gestionale strong {
  font-weight: 700;
}
/* line 50, ../src/sass/faq.sass */
.toggle_container .testo_gestionale i,
.toggle_container .testo_gestionale em {
  font-style: italic;
}
/* line 54, ../src/sass/faq.sass */
.toggle_container .testo_gestionale table td {
  border: 1px solid #000000;
  padding: 0 10px;
}
