/**
 * Adisurc - Typography headings SCSS 
 */
/**
* Brand
*/
/**
* Background
*/
/**
* General
*/
/**
* Button
*/
h1 {
  font-size: 55px;
  font-weight: 700;
  line-height: 69px;
}

h2 {
  font-size: 43px;
  font-weight: 700;
  line-height: 55px;
}

h3 {
  font-size: 29px;
  font-weight: 700;
  line-height: 39px;
}

h4 {
  font-size: 19px;
  font-weight: 700;
  line-height: 27px;
}

h5 {
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
}

h6 {
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
}

p.body-1 {
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
}

p.body-2 {
  font-size: 9px;
  font-weight: 400;
  line-height: 16px;
}

/* Custom Headings - block title */
.blueprimary-h2 {
  font-size: 35px;
  font-weight: bold;
  color: #2260B8;
}

@media (min-width: 1400px) {
  .blueprimary-h2 {
    font-size: 45px;
    font-weight: bold;
    color: #2260B8;
  }
}
/* Node content Headings + Paragraph + etc */
.node__content h2 {
  font-size: 40px;
  font-weight: bold;
  color: #2260B8;
}

.node__content {
  font-size: 20px;
  line-height: 38px;
}

.node__content p {
  font-size: 20px;
  line-height: 38px;
  color: #000000;
}

.node__content a {
  color: #DB362F;
  text-decoration: underline;
  word-break: break-all;
}

@media (min-width: 1400px) {
  .node__content a {
    color: #DB362F;
    text-decoration: underline;
    word-break: normal;
  }
}
.node__content .paragraph--type--step {
  display: inline;
}

.node__content .field--name-field-step .odd, .node__content .field--name-field-step .even {
  padding-bottom: 0rem;
  background: none;
}

.node__content .field--name-field-step .odd.last, .node__content .field--name-field-step .even.last {
  background: none;
  padding-bottom: 0rem;
}

.node__content .block-step {
  background: #2260B8;
  border-radius: 23px;
  text-align: center;
  color: #FFFFFF;
  max-height: 100px;
  width: 100px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: -1px 4px 11px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -1px 4px 11px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 4px 11px 0px rgba(0, 0, 0, 0.3);
}

.node__content .field--name-field-prefisso-step {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}

.node__content .field--name-field-numero-step {
  font-size: 45px;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
}

.node__content .field--name-field-testo-step {
  display: block;
  margin-left: 0rem;
}

.node__content .field--name-field-testo-step p {
  font-size: 25px;
  font-weight: 600;
  color: #2260B8;
}

@media (min-width: 1400px) {
  .node__content .paragraph--type--step {
    display: flex;
  }
  .node__content .field--name-field-step .odd, .node__content .field--name-field-step .even {
    padding-bottom: 3rem;
    background: url("/themes/custom/adisurc/icon/ico-separator-step.png") no-repeat 50px bottom;
  }
  .node__content .field--name-field-step .odd.last, .node__content .field--name-field-step .even.last {
    background: none !important;
    padding-bottom: 3rem;
  }
  .node__content .block-step {
    background: #2260B8;
    border-radius: 23px;
    text-align: center;
    color: #FFFFFF;
    width: 130px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: -1px 4px 11px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -1px 4px 11px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 4px 11px 0px rgba(0, 0, 0, 0.3);
  }
  .node__content .field--name-field-testo-step {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 3rem;
    max-width: 70%;
  }
  .node__content .field--name-field-numero-step {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.node__content .paragraph--type--body {
  margin-top: 3rem;
}

.node__content .ckeditor-accordion-container > dl {
  border: none;
}

.node__content .ckeditor-accordion-container > dl dt {
  background: #F4F7FB;
  position: relative;
  top: 20px;
}

.node__content .ckeditor-accordion-container > dl dt > a, .node__content .ckeditor-accordion-container > dl dt > a:not(.button) {
  background: #2260B8;
  border-radius: 19px;
  text-decoration: none;
  font-size: 20px;
  border-bottom: none;
  margin-bottom: 1rem;
  font-weight: normal;
}

.node__content .ckeditor-accordion-container > dl dt.active > a {
  background: #2260B8;
  border-radius: 19px;
  text-decoration: none;
  font-weight: normal;
}

.node__content .ckeditor-accordion-container > dl dd.active {
  background: #F4F7FB;
  padding: 30px;
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
  box-shadow: -1px 4px 11px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -1px 4px 11px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 4px 11px 0px rgba(0, 0, 0, 0.3);
}

.node__content .paragraph--type--scadenza {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
  margin-bottom: 2rem;
}

.node__content .paragraph--type--scadenza .block-scadenze {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 150px;
  text-align: center;
}

.node__content .block-scadenze .block-scadenze-day {
  font-size: 50px;
  font-weight: bold;
  color: #2260B8;
}

.node__content .block-scadenze .block-scadenze-month {
  font-size: 21px;
  font-weight: bold;
  color: #012D5E;
}

.node__content .block-scadenze .block-scadenze-year {
  font-size: 21px;
  font-weight: bold;
  color: #012D5E;
}

.node__content .paragraph--type--scadenza .field--name-field-testo-scadenza {
  font-size: 20px;
  color: #2260B8;
  font-weight: 600;
  width: 100%;
  margin-left: 0%;
  background: #F4F7FB;
  border-radius: 23px;
  padding: 30px;
  box-shadow: -1px 4px 11px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -1px 4px 11px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 4px 11px 0px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1400px) {
  .node__content .paragraph--type--scadenza {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: url("/themes/custom/adisurc/icon/ico-separator-scadenze.png") no-repeat 150px center;
    margin-bottom: 2rem;
  }
  .node__content .paragraph--type--scadenza .field--name-field-testo-scadenza {
    font-size: 30px;
  }
  .node__content .paragraph--type--scadenza .field--name-field-testo-scadenza {
    font-size: 20px;
    color: #2260B8;
    font-weight: 600;
    width: 95%;
    margin-left: 5%;
    background: #F4F7FB;
    border-radius: 23px;
    padding: 30px;
    box-shadow: -1px 4px 11px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -1px 4px 11px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 4px 11px 0px rgba(0, 0, 0, 0.3);
  }
}
.node__content .block-allegati-paragraph {
  margin-top: 3rem;
  margin-bottom: 3rem;
  background: #F4F7FB;
  border-radius: 23px;
  padding: 30px;
  box-shadow: -1px 4px 11px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -1px 4px 11px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 4px 11px 0px rgba(0, 0, 0, 0.3);
}

.node__content .block-allegati-paragraph h3 {
  font-size: 30px;
  font-weight: 600;
  color: #2260B8;
}

.node__content .block-allegati-paragraph .field--name-field-descrizione-allegati {
  font-size: 16px;
  color: #2260B8;
}

.node__content .block-allegati-paragraph .field--name-field-allegato .field__item {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.node__content .block-allegati-paragraph .field--name-field-allegato a {
  font-size: 20px;
  font-weight: 600;
  color: #2260B8;
  text-decoration: none;
  border-bottom: 1px solid #DDDFE3;
}

#block-adisurc-views-block-pagine-correlate-block-2 h2 {
  font-size: 40px;
  font-weight: bold;
  color: #2260B8;
  margin-top: 3rem;
  margin-bottom: 3rem;
}