/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2.25rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.75rem;
}
h5 {
  font-size: 1.5rem;
}
h6 {
  font-size: 1.25rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
@media only all and (max-width: 58.99rem) {
  .bb-main-wrapper {
    height: auto !important;
  }
}
.bb-bookblock {
  margin: 0 auto;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.bb-bookblock .bb-link {
  color: #ffffff;
}
.bb-bookblock .bb-link span {
  line-height: 1.9;
  box-shadow: 0 2px 0 #ffffff;
  display: inline-block;
}
.bb-bookblock .bb-link:hover {
  color: #c44f67 !important;
}
.bb-bookblock .bb-link:hover span {
  box-shadow: 0 2px 0 #c44f67;
  transition: 250ms;
}
.bb-bookblock nav {
  z-index: 100;
  position: relative;
  margin-top: 5px;
  float: right;
  align-self: flex-end;
  color: #ffffff;
}
.dir-rtl .bb-bookblock nav {
  float: left;
}
.bb-bookblock nav div {
  color: #ffffff;
  display: inline-block;
  transform: translate3d(0, 0, 0) !important;
}
.bb-bookblock nav div:hover {
  color: #c44f67;
}
@media only all and (max-width: 58.99rem) {
  .bb-bookblock nav div.bb-nav-prev i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.dir-rtl .bb-bookblock nav div.bb-nav-prev i::before {
  content: "";
}
@media only all and (max-width: 58.99rem) {
  .bb-bookblock nav div.bb-nav-next i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.dir-rtl .bb-bookblock nav div.bb-nav-next i::before {
  content: "";
}
.bb-bookblock nav i {
  cursor: pointer;
  font-size: 1.4rem;
  padding-right: 0.625rem;
}
.bb-bookblock .bb-item:first-child .bb-nav-prev {
  opacity: 0.5;
  pointer-events: none;
}
.bb-bookblock .bb-item:first-child .bb-nav-prev:hover {
  color: #c44f67;
}
.rtl .bb-bookblock .bb-item:first-child .bb-nav-prev {
  opacity: 1;
  pointer-events: auto;
}
.rtl .bb-bookblock .bb-item:first-child .bb-nav-next {
  opacity: 0.5;
  pointer-events: none;
}
.rtl .bb-bookblock .bb-item:first-child .bb-nav-next:hover {
  color: #c44f67;
}
.bb-bookblock .bb-item:last-child .bb-nav-next {
  opacity: 0.5;
  pointer-events: none;
}
.bb-bookblock .bb-item:last-child .bb-nav-next:hover {
  color: #c44f67;
}
.rtl .bb-bookblock .bb-item:last-child .bb-nav-next {
  opacity: 1;
  pointer-events: auto;
}
.rtl .bb-bookblock .bb-item:last-child .bb-nav-prev {
  opacity: 0.5;
  pointer-events: none;
}
.rtl .bb-bookblock .bb-item:last-child .bb-nav-prev:hover {
  color: #c44f67;
}
.bb-bookblock[data-bookblock-loop="true"] .bb-nav-next, .bb-bookblock[data-bookblock-loop="true"] .bb-nav-prev {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.bb-bookblock .bb-item-category {
  color: #1c365b;
  font-family: "Lato";
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  display: block;
  float: left;
}
.dir-rtl .bb-bookblock .bb-item-category {
  float: right;
}
.bb-bookblock .bb-item-title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #c44f67;
}
@media only all and (max-width: 58.99rem) {
  .bb-bookblock .bb-item-title {
    font-size: 1.5rem;
  }
}
.bb-bookblock .bb-item-intro {
  font-size: 1.2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media only all and (max-width: 58.99rem) {
  .bb-bookblock .bb-item-intro {
    font-size: 1.1rem;
  }
}
.bb-bookblock .bb-item-content {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.bb-bookblock .bb-sideimage {
  position: relative;
  display: flex;
  height: 100%;
}
.bb-bookblock .bb-sideimage img {
  width: 100%;
  object-fit: cover;
}
.bb-bookblock .bb-sidetext {
  margin: 0;
  padding: 1.5rem;
  color: #ffffff;
}
.bb-bookblock .bb-sidetext h3 {
  text-align: center;
  opacity: 0.5;
}
.bb-bookblock .bb-sidetext .bb-image-desc {
  font-size: 1.2rem;
  text-align: center;
  display: block;
}
@media only all and (max-width: 58.99rem) {
  .bb-bookblock .bb-sidetext .bb-image-desc {
    font-size: 1.1rem;
  }
}
.bb-page {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
.bb-vertical .bb-page {
  width: 50%;
  height: 100%;
  left: 50%;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.bb-horizontal .bb-page {
  width: 100%;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
.bb-page > div, .bb-outer, .bb-content, .bb-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bb-vertical .bb-content {
  width: 200%;
}
.bb-horizontal .bb-content {
  height: 200%;
}
.bb-page > div {
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.bb-vertical .bb-back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.bb-horizontal .bb-back {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.bb-outer {
  width: 100%;
  overflow: hidden;
  z-index: 999;
}
.bb-overlay, .bb-flipoverlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.bb-flipoverlay {
  background-color: rgba(0, 0, 0, 0.2);
}
.bb-bookblock.bb-vertical > div.bb-page:first-child, .bb-bookblock.bb-vertical > div.bb-page:first-child .bb-back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.bb-bookblock.bb-horizontal > div.bb-page:first-child, .bb-bookblock.bb-horizontal > div.bb-page:first-child .bb-back {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
/* Content display */
.bb-content {
  background: #000000;
}
.bb-vertical .bb-front .bb-content {
  left: -100%;
}
.bb-horizontal .bb-front .bb-content {
  top: -100%;
}
/* Flipping classes */
.bb-vertical .bb-flip-next, .bb-vertical .bb-flip-initial {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.bb-vertical .bb-flip-prev {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.bb-horizontal .bb-flip-next, .bb-horizontal .bb-flip-initial {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.bb-horizontal .bb-flip-prev {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.bb-vertical .bb-flip-next-end {
  -webkit-transform: rotateY(-15deg);
  transform: rotateY(-15deg);
}
.bb-vertical .bb-flip-prev-end {
  -webkit-transform: rotateY(-165deg);
  transform: rotateY(-165deg);
}
.bb-horizontal .bb-flip-next-end {
  -webkit-transform: rotateX(15deg);
  transform: rotateX(15deg);
}
.bb-horizontal .bb-flip-prev-end {
  -webkit-transform: rotateX(165deg);
  transform: rotateX(165deg);
}
.bb-item {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  display: none;
}
.bb-item-invisible {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
}
/* No JS */
.no-js .bb-bookblock, .no-js ul.bb-custom-grid li {
  width: auto;
  height: auto;
}
.no-js .bb-item {
  display: block;
  position: relative;
}
.bb-custom-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.bb-custom-wrapper .bb-bookblock {
  width: 100%;
  height: 100%;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}
.bb-custom-side {
  width: 50%;
  float: left;
  height: 100%;
  background: #c44f67;
  overflow: hidden;
}
.dir-rtl .bb-custom-side {
  float: right;
}
@media only all and (max-width: 58.99rem) {
  .bb-custom-side {
    width: 100%;
    float: none;
    height: 300px !important;
  }
}
.bb-custfirstpaom-ge h1 {
  font-weight: 700;
  font-size: 2rem;
}
.bb-custom-firstpage h1 span {
  display: block;
  opacity: 0.3;
  padding: 0 0 0.6em 0.1em;
}
.bb-custom-firstpage {
  width: 50%;
  float: left;
  padding: 0 5vw;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.dir-rtl .bb-custom-firstpage {
  float: right;
}
@media only all and (min-width: 59rem) and (max-width: 59.99rem) {
  .bb-custom-firstpage {
    padding: 0 4vw;
  }
}
@media only all and (max-width: 58.99rem) {
  .bb-custom-firstpage {
    width: 100%;
    float: none;
    height: auto !important;
    padding: 3rem 2.25rem;
  }
}
/* No JS */
.no-js .bb-custom-wrapper {
  height: auto;
}
.no-js .bb-custom-content {
  height: 470px;
}
@media screen and (max-width: 61.75em) {
  .bb-custom-side {
    font-size: 100%;
  }
}
@media screen and (max-width: 33em) {
  .bb-custom-side {
    font-size: 60%;
  }
}
.jl-wrapper .jl-container .el-content {
  padding: 1.5rem;
  margin: 0.625rem;
}
.jl-wrapper .g-container, .tm-header .g-container, .tm-header-mobile .g-container {
  box-sizing: content-box;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
.jl-wrapper .g-container .el-content, .tm-header .g-container .el-content, .tm-header-mobile .g-container .el-content {
  padding: 1.5rem;
  margin: 0.625rem;
}
@media only all and (min-width: 90rem) {
  .jl-wrapper .g-container, .tm-header .g-container, .tm-header-mobile .g-container {
    max-width: 90rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 89.99rem) {
  .jl-wrapper .g-container, .tm-header .g-container, .tm-header-mobile .g-container {
    max-width: 60rem;
  }
}
@media only all and (min-width: 59rem) and (max-width: 59.99rem) {
  .jl-wrapper .g-container, .tm-header .g-container, .tm-header-mobile .g-container {
    max-width: 59rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 58.99rem) {
  .jl-wrapper .g-container, .tm-header .g-container, .tm-header-mobile .g-container {
    max-width: 30rem;
  }
}
.jl-slideshow .el-content-wrapper {
  padding: 1.5rem;
  margin: 0.625rem;
}
.jl-slideshow .el-vertical-align {
  margin: 1.9749rem;
}
.tm-header .navbar-wrapper, .tm-header-mobile .navbar-wrapper {
  padding: 0 1.5rem;
  margin: 0 0.625rem;
}
[id^="jlnavbar-"][id$="-particle"] {
  padding: 0 1.5rem;
  margin: 0 0.625rem;
}
.menu-simple .jl-container .g-main-nav {
  padding: 0 1.5rem;
  margin: 0 0.625rem;
}
.menu-extended .el-navbar-dropbar {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.el-horiz-nav {
  padding: 0 1.5rem;
  margin: 0 0.625rem;
}
[id^="jlnav-"][id$="-particle"] .jl-search-input {
  border-radius: 0;
  box-shadow: none;
}
ul.jl-list, .jl-breadcrumb, .jl-comment-list {
  margin-left: 0;
}
ul.jl-tab, .jl-subnav {
  margin-top: 0;
}
p, ul.jl-list {
  margin: 0 0 20px 0;
}
.jl-hr, hr {
  overflow: visible;
  text-align: inherit;
  border-top: 1px solid #e5e5e5;
}
.jl-checkbox, .jl-radio {
  display: inline-block !important;
  width: 16px !important;
}
.jl-modal-dialog video {
  vertical-align: middle;
}
.jl-link {
  color: #c44f67;
}
.jl-link:hover, .jl-link:focus, .jl-link:active {
  color: #c44f67;
}
.jl-link-heading:hover, .jl-link-heading a:hover, .jl-link-toggle:hover .jl-link-heading, .jl-link-toggle:focus .jl-link-heading, .jl-list-primary > ::before, .jl-text-primary {
  color: #c44f67 !important;
}
.jl-notification-message-primary, .jl-button-link, .jl-navbar-toggle.jl-open, .jl-navbar-toggle:focus, .jl-navbar-toggle:hover, .jl-iconnav > * > a:hover, .jl-iconnav > .jl-active > a {
  color: #c44f67;
}
.jl-search-input {
  box-sizing: border-box !important;
}
.jl-search-navbar .jl-search-input:focus, .jl-tab > .jl-active > a {
  border-color: #c44f67;
}
.jl-button-primary, .jl-card-primary.jl-card-hover:hover, .jl-background-primary, .jl-marker, .jl-alert-primary, .jl-subnav-pill > .jl-active > a, .jl-checkbox:checked, .jl-checkbox:indeterminate, .jl-checkbox:checked:focus, .jl-checkbox:indeterminate:focus, .jl-radio:checked, .jl-card-primary > .tm-timeline-arrow, .jl-dotnav > .jl-active > *, .jl-dotnav > * > :focus, .jl-dotnav > * > :hover, .jl-pagination > .jl-active > *, .jl-label:not(.jl-label-success, .jl-label-warning, .jl-label-danger) {
  background-color: #c44f67;
}
.jl-light .jl-label {
  background-color: #fff;
  color: #1c1c1c;
}
.jl-light > :not([class*="jl-card-media"]) .jl-card-title {
  color: rgba(255, 255, 255, 0.77);
}
.jl-button-primary:hover, .jl-button-primary:focus {
  background-color: #bb3f58;
}
.jl-light .jl-button-primary:focus {
  background-color: #fff;
  color: #1c1c1c;
}
.jl-icon:not(.jl-preserve) [stroke*="#"]:not(.jl-preserve) {
  stroke: currentcolor;
}
.jl-section-primary, .jl-tile-primary, .jl-card-primary, .jl-badge {
  background: #c44f67;
}
.jl-text-background {
  background-color: #c44f67;
  background-image: linear-gradient(90deg, #c44f67 0, #c4854f 100%);
}
.jl-checkbox:focus, .jl-radio:focus {
  border-color: #c44f67;
}
.jl-radio:checked:focus {
  background-color: #c44f67;
}
.jl-overlay-primary {
  background: rgba(196, 79, 103, 0.8);
}
.jl-button-default {
  background-color: rgba(255, 255, 255, 0);
  color: #c44f67;
  border-color: #c44f67;
}
.jl-button-default:hover, .jl-button-default:focus, .jl-button-default:active {
  background-color: #c44f67;
  border-color: #c44f67;
  color: #ffffff;
}
.jl-pagination > * > :hover {
  color: #fff;
  background-color: #c44f67;
}
.g-archivio-item-created-date {
  /*font-size: $core-font-size - 0.2;*/
}
.g-archivio-item-content-title {
  color: #c44f67;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0.625rem 0;
}
.g-archivio-layout-header .g-archivio-item-content-title {
  color: #1c365b;
  font-family: "Lato";
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.15;
  margin: 2rem 0 0.15625rem 0;
}
@media only all and (min-width: 60rem) and (max-width: 89.99rem) {
  .g-archivio-layout-header .g-archivio-item-content-title {
    font-size: 2.75rem;
  }
}
@media only all and (min-width: 59rem) and (max-width: 59.99rem) {
  .g-archivio-layout-header .g-archivio-item-content-title {
    font-size: 2.5rem;
  }
}
@media only all and (max-width: 58.99rem) {
  .g-archivio-layout-header .g-archivio-item-content-title {
    font-size: 2rem;
    margin-top: 3rem;
  }
}
.g-archivio-item-author {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0;
}
.g-archivio-item-leading-content {
  margin-bottom: 0.625rem;
}
.g-archivio-layout-header .g-archivio-item-leading-content {
  font-size: 1.2rem;
  padding-top: 0.625rem;
}
.g-archivio-item-main-content {
  font-size: 0.9rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.g-archivio-layout-header .g-archivio-item-main-content {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.g-archivio-item-readmore-container {
  margin-top: 0.625rem;
  padding-top: 1.5rem;
}
.g-archivio-layout-header .g-archivio-item-author, .g-archivio-layout-header .g-archivio-item-created-date {
  display: inline-block;
  margin: 0;
  padding-right: 1.5rem;
  font-family: "Lato";
  font-weight: 300;
  font-size: 1.15rem;
  line-height: 2;
  text-transform: none;
}
.g-archivio-item-content-title {
  margin: 0.625rem 0 0 0;
}
.g-archivio-elemento {
  flex-flow: row wrap;
  display: flex;
  padding: 1em;
}
.g-archivio-item-author {
  font-size: 1rem;
  font-weight: 400;
}
.g-archivio-item.g-archivio-layout-standard {
  flex: 0 1 100%;
  width: 100%;
  -moz-box-flex: 0;
  padding: 1rem;
}
.itemmain .g-archivio-item.g-archivio-layout-standard {
  flex: 0 1 80%;
  width: 80%;
  -moz-box-flex: 0;
  padding: 0 1rem;
}
.itemmain .g-archivio-img {
  flex: 0 1 20%;
  width: 20%;
  padding-right: 0;
  -moz-box-flex: 0;
  text-align: center;
  font-size: 2em;
}
.g-popupmodule-module-wrapper {
  display: none;
}
.lightcase-open .g-popupmodule-module-wrapper {
  display: block;
}
.lightcase-open .g-popupmodule-button .g-popupmodule-module-wrapper {
  display: none;
}
.g-video-container .g-video {
  border-radius: 0.375rem;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  background: #000000;
  box-shadow: none;
  /*0 0.5rem 3rem $black;*/
}
.g-video-container .g-video iframe, .g-video-container .g-video object, .g-video-container .g-video embed, .g-video-container .g-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.g-video-container .g-video:hover .g-videolocal-play.pause {
  opacity: 1;
}
.g-video-container .g-video .g-videolocal-play {
  position: absolute;
  height: 3.5vw;
  width: 3.5vw;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 50%;
  margin-bottom: -40px;
  background: url('../../images/owlcarousel/play.svg') no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 1;
}
@media only all and (max-width: 30rem) {
  .g-video-container .g-video .g-videolocal-play {
    height: 12vw;
    width: 12vw;
  }
}
@media only all and (max-width: 58.99rem) {
  .g-video-container .g-video .g-videolocal-play {
    height: 12vw;
    width: 12vw;
  }
}
@media only all and (min-width: 59rem) and (max-width: 59.99rem) {
  .g-video-container .g-video .g-videolocal-play {
    height: 6vw;
    width: 6vw;
  }
}
.g-video-container .g-video .g-videolocal-play.pause {
  background: url('../../images/owlcarousel/paused.svg');
  background-size: contain;
  opacity: 0;
}
.g-video-container .g-video .g-video-nocontrols::-webkit-media-controls {
  display: none !important;
}
.g-video-container.g-video-container-columns-1 .g-video-inner {
  width: 100%;
}
.g-video-container.g-video-container-columns-2 {
  display: flex;
  flex-wrap: wrap;
}
.g-video-container.g-video-container-columns-2 .g-video-inner {
  width: 50%;
}
.g-video-container.g-video-container-columns-2 .g-video-inner .g-video {
  margin-right: 1.5rem;
}
@media only all and (max-width: 58.99rem) {
  .g-video-container.g-video-container-columns-2 .g-video-inner .g-video {
    margin: 0;
  }
}
@media only all and (max-width: 58.99rem) {
  .g-video-container.g-video-container-columns-2 .g-video-inner {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}
.g-video-container.g-video-container-columns-3 {
  display: flex;
  flex-wrap: wrap;
}
.g-video-container.g-video-container-columns-3 .g-video-inner {
  width: 33.3%;
}
.g-video-container.g-video-container-columns-3 .g-video-inner .g-video {
  margin-right: 1.5rem;
}
@media only all and (max-width: 58.99rem) {
  .g-video-container.g-video-container-columns-3 .g-video-inner .g-video {
    margin: 0;
  }
}
@media only all and (min-width: 59rem) and (max-width: 59.99rem) {
  .g-video-container.g-video-container-columns-3 .g-video-inner {
    width: 50%;
  }
}
@media only all and (max-width: 58.99rem) {
  .g-video-container.g-video-container-columns-3 .g-video-inner {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}
.g-video-container.g-video-container-columns-4 {
  display: flex;
  flex-wrap: wrap;
}
.g-video-container.g-video-container-columns-4 .g-video-inner {
  width: 25%;
}
.g-video-container.g-video-container-columns-4 .g-video-inner .g-video {
  margin-right: 1.5rem;
}
@media only all and (max-width: 58.99rem) {
  .g-video-container.g-video-container-columns-4 .g-video-inner .g-video {
    margin: 0;
  }
}
@media only all and (min-width: 59rem) and (max-width: 59.99rem) {
  .g-video-container.g-video-container-columns-4 .g-video-inner {
    width: 50%;
  }
}
@media only all and (max-width: 58.99rem) {
  .g-video-container.g-video-container-columns-4 .g-video-inner {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}
.g-video-caption {
  text-align: center;
  font-size: 1.3vw;
  padding: 2.5rem 0;
  color: #c44f67;
}
@media (max-width: 76.9230769231rem) {
  .g-video-caption {
    font-size: 1rem;
  }
}
@media only all and (max-width: 58.99rem) {
  .g-video-caption {
    padding: 1.5rem 0;
  }
}
.g-video-remu > div {
  margin-bottom: 1rem;
}
.g-video-remu div[class*="blocco-"] {
  padding: 0 0.875rem 0 0;
}
/*[id*=spalla] {height:100%;border-radius:0.625rem;}*/
[id*=spalla] {
  border-radius: 1.25rem;
}
/*#spalla-video a{color:#ffffff;}*/
[id*=spalla] div[class*="blocco-"] {
  padding: 1rem;
  margin-top: 1.75rem;
  margin-bottom: 1rem;
  border-radius: 0.375rem;
}
[id*=spalla] div.blocco-autori {
  line-height: 1.5;
  margin: 0;
}
[id*=spalla] div.blocco-allegati {
  padding: 0;
}
[id*=spalla] .foto {
  margin-right: 1rem;
}
@media only all and (max-width: 50.99rem) {
  #spalla-video, #spalla-autore {
    margin: 0;
  }
  .g-video-remu div.blocco-video, .g-video-remu div.blocco-anteprima {
    padding: 0;
  }
}
@media (min-width: 960px) {
  div.contenuto-centro-v {
    align-content: center;
    display: grid;
    padding-right: 1rem;
  }
}
.g-imagegrid-item img {
  border-radius: 0.375rem;
  border: 1px solid #000000;
}
/*.blocco-articolo {margin-bottom: 4rem;}*/
.bloccoapprofondimenti {
  margin: 6rem -100rem 0 -100rem;
  padding: 1rem 100rem;
}
.blocco-anteprima {
  margin-top: 4rem;
  padding-left: 0;
  padding-right: 0;
}
.blocco-capitoli p, .blocco-allegati p, .blocco-biblio p, .bloccoapprofondimenti p {
  font-size: 0.875rem;
}
.blocco-anteprima p {
  font-size: 0.75rem;
}
.blocco-biblio p {
  font-size: 0.75rem;
}
.blocco-autori h5 {
  font-size: 0.875rem;
  margin: 0;
}
.blocco-autori p {
  font-size: 0.7rem;
  margin: 0;
}
.blocco-autori img {
  border-radius: 1.25rem;
}
.barra-diapo .jl-button {
  border-radius: 0.375rem;
}
.button.button-xsmall {
  color: #ffffff;
  border-radius: 0.375rem;
  margin-top: 0.125rem;
}
.button.button-xsmall:hover {
  color: #000000;
}
.bloccotags {
  margin-left: -20px;
}
.noborder::before {
  border: none;
  margin-right: 0;
}
.g-video-remu .jl-button-text::before {
  border-bottom-color: #ffffff;
}
#spalla-autore .autore {
  font-size: 1rem;
  font-weight: bold;
}
#spalla-autore .affiliazione {
  font-size: 0.875rem;
}
.rt-image-effect {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin: 0;
  border-radius: 0.375rem;
  margin-bottom: 1rem;
}
.rt-image-effect img {
  opacity: 0.85;
}
.rt-image-effect .rt-image-effect-caption {
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rt-image-effect .rt-image-effect-caption:before {
  background: rgba(196, 79, 103, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border: 3px solid #fff;
  content: "";
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.rt-image-effect p {
  width: 70px;
  text-transform: none;
  font-size: 150%;
  line-height: normal;
  margin: 5px 0 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.rt-image-effect p a {
  color: #ffffff;
}
.rt-image-effect p a i {
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
.rt-image-effect p a:first-child i {
  transform: translate3d(-60px, -60px, 0);
}
.rt-image-effect p a:nth-child(2) i {
  transform: translate3d(60px, -60px, 0);
}
.rt-image-effect p a:nth-child(3) i {
  transform: translate3d(0, 60px, 0);
}
.rt-image-effect:hover {
  background: none;
}
.rt-image-effect:hover p i:empty {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.rt-image-effect:hover .rt-image-effect-caption:before {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}
.g-timeline.style1 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media only all and (min-width: 672px) and (max-width: 911px) {
  .g-timeline.style1 .g-timeline-item {
    flex-grow: 0;
    flex-basis: 50%;
  }
}
@media only all and (max-width: 671px) {
  .g-timeline.style1 .g-timeline-item {
    flex-grow: 0;
    flex-basis: 100%;
  }
}
.g-timeline.style1 .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-timeline.style1 .g-timeline-row {
  width: 100%;
  height: 10px;
  margin-top: 3.5rem;
  margin-bottom: -15px;
  background: #e7e8ea;
  border-bottom-right-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}
.g-timeline.style1 .g-timeline-row:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  background: #e7e8ea;
  border-radius: 100%;
  margin-top: -10px;
}
.g-timeline.style1 .g-timeline-row:after {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #e7e8ea;
  border-radius: 100%;
  margin-top: -10px;
  margin-left: -30px;
  position: relative;
  float: right;
}
@media only all and (max-width: 58.99rem) {
  .g-timeline.style1 .g-timeline-row {
    display: none;
  }
}
.g-timeline.style1 .g-timeline-item {
  text-align: center;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  line-height: 60px;
  font-size: 1.5rem;
  margin-top: -35px;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-icon:after {
  content: "";
  display: block;
  width: 1px;
  height: 1rem;
  background: #e7e8ea;
  margin: 0 auto;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-year {
  color: #4d4d4d !important;
  position: relative;
  margin: 1.25rem 0 1.5rem 0;
  min-height: 1.4rem;
  font-size: 1rem;
  /*@include transform(rotate(-90deg));*/
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-title {
  color: #4d4d4d !important;
  margin-top: 1rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1rem;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-title a {
  color: #4d4d4d;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-title a:hover {
  color: #c44f67;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-description {
  margin: 0;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-button {
  margin-top: 20px;
}
@media only all and (max-width: 58.99rem) {
  .g-timeline.style1 .g-timeline-item {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  .g-timeline.style1 .g-timeline-item:last-child {
    margin-bottom: 0;
  }
}
.g-timeline.style2 #g-timeline {
  position: relative;
  padding: 35px 0;
}
.g-timeline.style2 #g-timeline:before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #e7e8ea;
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 #g-timeline:before {
    left: 50%;
    margin-left: -2px;
  }
}
.g-timeline.style2 .g-timeline-block {
  position: relative;
  margin: 30px 0;
}
.g-timeline.style2 .g-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}
.g-timeline.style2 .g-timeline-block:first-child {
  margin-top: 0;
}
.g-timeline.style2 .g-timeline-block:last-child {
  margin-bottom: 0;
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 .g-timeline-block {
    margin: 60px 0;
  }
  .g-timeline.style2 .g-timeline-block:first-child {
    margin-top: 0;
  }
  .g-timeline.style2 .g-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.g-timeline.style2 .g-timeline-icon-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 .g-timeline-icon-container {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .g-timeline.style2 .g-timeline-icon-container.is-hidden {
    visibility: hidden;
  }
  .g-timeline.style2 .g-timeline-icon-container.bounce-in {
    visibility: visible;
    -webkit-animation: g-bounce-1 0.6s;
    -moz-animation: g-bounce-1 0.6s;
    animation: g-bounce-1 0.6s;
  }
}
@-webkit-keyframes g-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes g-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes g-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.g-timeline.style2 .g-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  border-radius: 0.1875rem;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}
.g-timeline.style2 .g-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}
.g-timeline.style2 .g-timeline-content .g-timeline-title {
  margin-top: -5px;
  margin-bottom: 15px;
}
.g-timeline.style2 .g-timeline-content .g-timeline-title a {
  color: #4d4d4d;
}
.g-timeline.style2 .g-timeline-content .g-timeline-title a:hover {
  color: #c44f67;
}
.g-timeline.style2 .g-timeline-content .g-timeline-year {
  display: inline-block;
}
.g-timeline.style2 .g-timeline-content .g-timeline-year {
  float: left;
  padding: 13px 0;
  opacity: 0.7;
}
.g-timeline.style2 .g-timeline-content:before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
}
.g-timeline.style2 .g-timeline-content .g-timeline-button {
  margin-top: 25px;
}
@media only all and (max-width: 58.99rem) {
  .g-timeline.style2 .g-timeline-content .g-timeline-button {
    margin-bottom: 10px;
  }
}
@media only all and (min-width: 59rem) and (max-width: 59.99rem) {
  .g-timeline.style2 .g-timeline-content .g-timeline-button {
    margin-bottom: 10px;
  }
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 .g-timeline-content {
    margin-left: 0;
    padding: 25px;
    width: 45%;
  }
  .g-timeline.style2 .g-timeline-content:before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }
  .g-timeline.style2 .g-timeline-content .g-timeline-year {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 1rem;
  }
  .g-timeline.style2 .g-timeline-content.is-hidden {
    visibility: hidden;
  }
  .g-timeline.style2 .g-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: g-bounce-2 0.6s;
    -moz-animation: g-bounce-2 0.6s;
    animation: g-bounce-2 0.6s;
  }
}
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content {
  float: right;
}
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content:before {
  left: auto;
  right: 100%;
  border-color: transparent;
  border-right-color: #ffffff;
}
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content .g-timeline-year {
  left: auto;
  right: 122%;
  text-align: right;
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 {
    /* inverse bounce effect on even content blocks */
  }
  .g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content.bounce-in {
    -webkit-animation: g-bounce-2-inverse 0.6s;
    -moz-animation: g-bounce-2-inverse 0.6s;
    animation: g-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes g-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes g-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes g-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes g-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes g-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes g-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/*# sourceMappingURL=custom_97.css.map */