/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */




  
  
  
  


  
  
  


  
  
  


  
  
  


  
  
  




:root {
  --body-color: #031527;
  --primary-color: #EB0000;
  --secondary-color: #031527;
}





.dnd-section > .row-fluid {
  max-width: 1260px;
}

.dnd-section {
  padding-bottom: 80px;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
}
.dnd-section+.dnd-section {
  /*margin-top: -80px;*/
}
.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #031527;
}





html {
  font-size: 18px;
}

body {
  color: #031527;
  font-family: barlow--regular;
  font-size: 18px;
  font-weight: 400;
}

p {
  font-family: barlow--regular;
  line-height: 24px;
}
/*
.dnd-section ul:not(.cd-vertical-nav-list) li{
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
  list-style: none;
}
.dnd-section ul:not(.cd-vertical-nav-list) li:last-child{
  margin-bottom: 0;
}
.dnd-section ul:not(.cd-vertical-nav-list):not(.inputs-list) li:before{
  position: absolute;
  top: .5rem;
  left: -1.5rem;
  width: .75rem;
  height: .75rem;
  background-image: url('https://www.sparkfabrik.com/images/sitewide/plus-icon.svg');
  background-size: cover;
  content: '';
}
*/
ul.no-style {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
}
ul.cd-vertical-nav-list li {  
  line-height: normal;
  margin-bottom: 1.35rem;
}
.pillar .dnd-section .span9 h3{
  padding-left: 40px;
  margin-bottom: 20px;
  margin-top: 70px;
  position: relative;
}
.pillar .dnd-section .span9 h3:before{
  content: '';
  background-color: #f6824b;
  width: 25px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 27px;
}

a {
  color: rgba(2, 112, 224, 1.0);
}

a:hover,
a:focus {
  color:#0056b3;
}

a:active {
  color: rgba(42, 152, 255, 1.0);
}

h1 {
  color: #EB0000;
  font-family: barlow--bold;
  font-size: 62px;
  font-weight: 700;
  line-height: 75px;
}
/*
@media(max-width: 970px) {
  h1 {
    font-size: 48px !important;
    line-height: 60px !important;
  }
}

@media(max-width: 479px) {
  h1 {
    font-size: 32px !important;
    line-height: 45px !important;
  }
}

@media(max-width: 479px) {
  h1 {
    font-size: 0.0px;
  }
}
*/
h2 {
  color: #031527;
  font-family: barlow--black;
  font-size: 38px;
  font-weight: 700;
}
/*
@media(max-width: 779px) {
  h2 {
    font-size: 32.3px;
  }
}
@media(max-width: 479px) {
  h2 {
    font-size: 20.900000000000002px;
  }
}
*/
h3 {
  color: #031527;
  font-family: barlow--black;
  font-size: 36px;
  font-weight: 400;
}
/*
@media(max-width: 779px) {
  h3 {
    font-size: 30.599999999999998px;
  }
}

@media(max-width: 479px) {
  h3 {
    font-size: 19.8px;
  }
}
*/
h4 {
  color: #FFFFFF;
  font-family: barlow--medium;
  font-size: 24px;
  font-weight: 700;
}
/*
@media(max-width: 779px) {
  h4 {
    font-size: 20.4px;
  }
}

@media(max-width: 479px) {
  h4 {
    font-size: 13.200000000000001px;
  }
}
*/
h5 {
  color: #031527;
  font-family: barlow--black;
  font-size: 26px;
  font-weight: 400;
}

h6 {
  color: #031527;
  font-family: barlow--black;
  font-size: 22px;
  font-weight: 400;
}

blockquote {
  border-left: 10px solid #031527;
}





form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: barlow--regular;
}

h3.form-title {
  background-color: rgba(#null, 1.0);
  color: rgba(#null, 1.0);
}

.hs-button:not(.outline),
.button--primary:not(.outline) {
  /* background-color: rgba(235, 0, 0, 1.0); */
  background: linear-gradient(to left,rgb(235, 0, 0)  0%, #eb0000 30%);
  border-color: rgba(#null, 0.0);
  border-radius: 90px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: var(--button-font-size);
  font-style: italic;
  font-weight: 700;
  font-family: barlow-condensed--bold;
  line-height: 2rem;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background: linear-gradient(to left,rgb(235, 74, 0)  0%, #eb0000 30%);
  /* background-color: ;
  border-color: ;
  color: rgba(#, 1.0); */
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 40, 40, 1.0);
  border-color: rgba(#null, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(3, 21, 39, 1.0);
  font-family: barlow--bold;
  font-size: 18px;
  font-weight: bold;
}

.hs-form legend {
  color: rgba(#null, 1.0);
}

.hs_cos_wrapper_type_module.widget-type-form,
.hs-search-field__bar,
.section.post-footer form{
  background-color: rgba(#null, 1.0);
  border-color: rgba(#null, 1.0);
}

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(3, 21, 39, 1.0);
  border-left-color: transparent;
  color: #031527;
  border-radius: 0px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(#null, 0.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #031527;
}

.hs-richtext {
  font-size: 18;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: barlow--regular;
}

.fn-date-picker td.is-today .pika-button {
  color: #EB0000;
}

.fn-date-picker td.is-selected .pika-button {
  background: #EB0000;
}

.fn-date-picker td .pika-button:hover {
  background-color: #031527 !important;
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(3, 21, 39, 1.0);
  color: rgba(3, 21, 39, 1.0);
}

thead th,
thead td {
  background-color: rgba(#null, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(3, 21, 39, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(3, 21, 39, 1.0);
}







header.header {
  background-color: rgba(0, 0, 0, 0.0);
}

/* ==Top Header== */
.header__secondary{
  background-color: rgba(3, 21, 39, 0.5);
}

ul.menu-lang li a {
  color: rgba(255, 255, 255, 1.0);
}

ul.menu-lang li a:not(.active):hover {
  color: rgba(247, 172, 26, 1.0);
}




.header__container {
  max-width: 1260px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a:after {
  background-color: rgba(0, 159, 253, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch {
  background-color: rgba(255, 5, 35, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
  color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children .mega-menu-wrap {
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) .mega-menu-wrap>div>ul>li:first-child+li>ul>li>ul>li>ul>li>a {
  color: rgba(3, 21, 39, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) .mega-menu-wrap>div>ul>li:first-child+li>ul>li>ul>li>ul>li>a:hover {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(3, 21, 39, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) .mega-menu-wrap>div>ul>li:first-child+li>ul>li>ul>li>ul>li.active-branch>a {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(3, 21, 39, 0.0);
}


/* ==Left Section== */
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children .mega-menu-wrap>div>ul>li:first-child,
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children .mega-menu-wrap>div>ul>li:first-child:before { 
  background-color: rgba(3, 21, 39, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children .mega-menu-wrap>div>ul>li:first-child>ul>li:first-child>a {  
  color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children .mega-menu-wrap>div>ul>li:first-child>ul>li:first-child+li>a {
  color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children .mega-menu-wrap>div>ul>li:first-child>ul>li:first-child+li+li>a {

}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children .mega-menu-wrap>div>ul>li:first-child>ul>li:first-child+li+li>a:hover {

}



/* ==Right Section== */
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(2) .mega-menu-wrap>div>ul>li:first-child+li>ul>li>ul>li>a {  
  color: rgba(0, 159, 253, 1.0);
}





.footer {
  background-color: rgba(3, 21, 39, 1.0);
  color: #fff;
}
.footer__container {
  max-width: 1260px;
}
.footer a{
  color: rgba(255, 255, 255, 1.0);
}
.footer a:hover{
  color: rgba(255, 255, 255, 1.0);
}
.footer-logo__social .social-links__el a path {
  fill: rgba(255, 255, 255, 1.0);
}
.footer-logo__social .social-links__el a:hover path {
  fill: rgba(0, 159, 253, 1.0);
} 
.footer .col-im-auto.footer-copy__company {
  color: rgba(255, 255, 255, 1.0);
}




.content-wrapper {
  max-width: 1260px;
}

.blog-post__date {
  border-color: #031527;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #031527;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #000000;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #2b3d4f;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #EB0000;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #EB0000;
}

.blog-post__title {
  color: #031527;
  font-family:barlow--black;
  font-size: 38px;
  font-weight: ;
}

.blog-post__author {
  background-color: #031527;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}





.systems-page h1 {
  font-size: 46px !important;
  font-family: barlow--light;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.hs-search-results {
  margin-top: 60px;
}

ul.hs-search-results__listing li {
  margin-bottom: 60px !important;
  border-bottom: 1px solid #818a8e;
  padding: 0px 15px 30px !important;
}

.hs-search-results__listing li a {
  color: #009ffd;
  font-family: barlow--bold;
  font-size: 26px !important;
  font-weight: 400;
  line-height: 30px !important;
  text-decoration: none !important;
}

.hs-search-results__listing li a:hover {
  color: #fabc47;
}

.hs-search-results__listing li p {
  padding: 0;
  margin-top: 15px;
}





body .icon svg {
  fill: #EB0000;
}

body .tns-nav button.tns-nav-active {
  background-color: #EB0000;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #EB0000;
}

body .social-links__icon {
  background-color: #EB0000;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #031527;
}

.page-center {
  max-width: 1260px;
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}
.content-wrapper, .page-center, .dnd-section>.row-fluid, .container {
  /*padding-left: 15px;
  padding-right: 15px;*/
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media (min-width: 315px){
  .content-wrapper, .page-center, .dnd-section>.row-fluid, .container {
    /*max-width: 305px;*/
  }
  .dnd-section {
    padding: calc(80px / 2)
  }
}

@media (min-width: 480px){
  .content-wrapper, .page-center, .dnd-section>.row-fluid, .container {
    max-width: 480px;
  }
  .dnd-section {
    padding: calc(80px / 2)
  }
}
@media (min-width: 780px){
  .content-wrapper, .page-center, .dnd-section>.row-fluid, .container {
    max-width: 720px;
  }
  .dnd-section {
    padding: calc(80px / 2)
  }
}
@media (min-width: 870px){
  .content-wrapper, .page-center, .dnd-section>.row-fluid, .container {
    max-width: 840px;
  }
}
@media (min-width: 1020px){
  .content-wrapper, .page-center, .dnd-section>.row-fluid, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px){
  .content-wrapper, .page-center, .dnd-section>.row-fluid, .container {
    max-width: 1080px;
  }
}

@media (min-width: 1440px) {
  .content-wrapper, .page-center, .dnd-section>.row-fluid, .container,.header__container,.footer__container {
    /* max-width: 1260px; */
     max-width: 1260px;
  }
}

@media (min-width: 1920px) {
  .content-wrapper, .page-center, .dnd-section>.row-fluid, .container,.header__container,.footer__container {
    
    max-width:1620px;
  }
}


.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children .mega-menu-wrap>div>ul{
  display: flex !important; /*fix bug del main menu al click prima voce*/
}
.blog-index__tag-header h1.blog-index__tag-heading, .blog-index__tag-header p.blog-index__tag-subtitle { font-size: 1.25em !important; }

.hs-embed-wrapper { max-width: 100% !important; }

.fixed input[type=text].hs-search-field__input::placeholder {
  color: #cad8de;
}



.body-container__landing h1 {
  font-family: barlow-condensed--bold;
}

.body-container__landing h2 {
  font-family: barlow-condensed--bold;
  font-style: italic;
  font-size: 36px;
}
@media screen and (max-width: 920px) {
  ul.cd-vertical-nav-list li {  
    line-height: normal;
    margin-bottom: 1.35rem;
  }
}