/*
Theme Name: AIRC Corporate
Theme URI: https://gigasweb.it/
Author: Simone Alessandrini
Author URI: https://gigasweb.it/
Text Domain: dev
Description: The 2018 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featu#b20838-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import 'fonts/typography.css';

.col-15 {
  width: 100%;
  max-width: 20%;
}

.col-45 {
  width: 100%;
  max-width: 40%;
}

body, html {
  font-family: 'AGaramondPro-Regular';
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.1px;
  line-height: 30px;
  color: #1a3040;
  min-height: 95vh;
  overflow-x: hidden;
  overflow-y: auto;
}

html.loading,
html.loading body {
  overflow: hidden !important
}

html.home,
body.home {
  height: 100%;
  overflow-y: hidden !important
}

b, strong {
  font-family: 'AGaramondPro-Bold';
}

i {
  font-family: 'AGaramondPro-Italic';
}

::selection {
  background-color: #FFBF00;
  color: white;
}

::-moz-selection {
  background-color: #FFBF00;
  color: white;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #efefef;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, .5);
}

[type="radio"] {
  display: none;
}

[type="radio"]:checked + span,
[type="radio"]:not(:checked) + span {
  position: relative;
  margin-top: 20px;
  padding-left: 21px;
  padding-right: 0px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

[type="radio"]:checked + span:before,
[type="radio"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 2px solid #dcdbdd;
  background: #fff;
  border-radius: 50%
}

[type="radio"]:checked + span:after,
[type="radio"]:not(:checked) + span:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #0f65a2;
  position: absolute;
  top: 6px;
  left: 3.5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 50%
}

[type="radio"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

a,
a:focus,
a:active,
a:visited,
a:hover {

  cursor: pointer;
  text-decoration: none !important;
}

.animated {
  opacity: 0;
}

button,
a {
  transition: all .3s linear;
  color: #2580c0;
}

a:focus,
a:active,
a:hover {
  color: #efefef;
  outline: none !important
}

.btn.focus, .btn:focus {
  box-shadow: none !important
}

button,
button:focus,
button:active,
button:visited,
button:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none !important
}

.btn-blue {
  background: #00acde;
  color: #ffffff;
  transition: all .3s linear
}

.btn-blue:focus,
.btn-blue:active,
.btn-blue:hover {
  background: #FFBF00;
}

.btn-blue-dk {
  background: #1a3040;
}

.btn-airc-blue,
.btn-airc-yellow {
  background: #FFBF00;
  color: #c25e27 !important;
  border: none;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: "Graphik-Bold";
  font-size: 12px;
  letter-spacing: 0.94px;
  text-align: center;
  text-transform: uppercase;
}

.btn-airc-yellow {
  position: relative;
}

#accordion buttonn.firstItem {
  position: relative;
}

#accordion button.firstItem:not(.collapsed):before {
  position: absolute;
  top: 0;
  height: 1px;
  background: #c25e27;
  width: calc(100% - 20px);
  left: 10px;
  content: "";
  display: block;
  z-index: 1;
}

#accordion button.collapsed {
  border-bottom: none !important
}

#accordion button.collapsed:before {
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #fff;
  width: calc(100% - 20px);
  left: 10px;
  content: "";
  display: block;
  z-index: 1;
}

#accordion button:nth-last-child(2)::before {
  display: none !Important
}

.btn-airc-yellow:hover {
  color: #ffffff !important;
}

.btn-airc-apply:disabled {
  background: #dcdbdd;
  color: #ffffff !Important;
  cursor: not-allowed;

}

.btn-airc-apply:disabled:hover {
  background: #dcdbdd;
  color: #ffffff !Important;
  cursor: not-allowed;
}

.btn-airc-blue {
  height: 33px;
  line-height: 34px;
  background-color: #006f9a;
  font-family: "Graphik-Semibold";
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 238px;
}

.btn-airc-blue:disabled {
  color: #ffffff !important;
  opacity: .4;
}

.btn-airc-collapse {
  font-family: "Graphik-Bold";
  font-size: 12px;
  letter-spacing: 0.94px;
  text-align: center;
  color: #006f9a;
  border: none;
  outline: none !important;
  background: #ffffff;
  transition: all .3s linear;
  height: 106px;
  width: 100%;
  border-bottom: 1px solid #006f9a;
  position: relative;
}

.btn-airc-collapse[aria-expanded="true"],
.btn-airc-collapse.active,
.btn-airc-collapse:hover {
  background: #006f9a;
  color: #ffffff;
}

.btn-airc-collapse::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: auto;
  right: -30px;
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #006f9a;
}

.btn-airc-collapse.active:after {
  display: block;
}

#accordion .btn-airc-collapse {
  background: #006f9a;
  color: #ffffff;
  border: none;
}

#accordion .btn-airc-collapse[aria-expanded="true"] {
  background: #FFBF00;
  border-color: transparent transparent #FFBF00 transparent;
}

.btn-airc-apply,
.btn-airc-supporting {
  font-family: "Graphik-Semibold";
  font-size: 16px;
  letter-spacing: 1.26px;
  background: #006f9a;
  color: #ffffff;
  border: none;
  line-height: 40px;
  min-height: 40px;
  width: 100%;
  text-transform: uppercase;
}

.btn-airc-supporting:active,
.btn-airc-supporting.open,
.btn-airc-supporting.active,
.btn-airc-supporting:hover {
  background: #e5f6fb;
  color: #006f9a;
}

.btn-airc-supporting:disabled {
  background: #dcdbdd;
  color: #ffffff;
  cursor: not-allowed
}

.btn-airc-apply:hover {
  background-color: #FFBF00;
  color: #006f9a
}

.bg-yellow {
  background-color: #FFBF00
}

.text-white,
.text-white > * {
  color: #ffffff !important
}

.text-red,
.text-red > * {
  color: #ff4201 !important
}

label {
  cursor: pointer;
  font-weight: normal;
}

.logo-label {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.08px;
  color: #006f9a;
  margin-top: -45px;
}

/* ACF PAGE ITEMS */
.sectionBg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block
}

.visual_2_colonne {
  text-align: center;
}

.visual_2_colonne .visualContent {
  position: relative;
}

/* FINE ACF */
.relative {
  position: relative !important;

}

.inline-block {

  display: inline-block
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 200;
  height: 130px;

  background-color: #ffffff;
  overflow-y: visible;
  transition: all .5s linear;
}

body.error404 #breadcrumbs,
header.sticky #breadcrumbs {
  display: none;
}

body.error404 .page-wrapper {
  margin-top: 40px !important;
}

header .logoBox {
  width: 290px;
  margin-left: 50px;
  float: left;

}

.custom-logo-link {
  pointer-events: initial;
}

#siteLogoDark,
#siteLogo {
  transition: all .5s linear;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
  color: #006f9a;
  pointer-events: none;
}

#siteLogoDark a,
#siteLogo a {
  display: block;
  padding: 0 !important
}

#siteLogoDark a img,
#siteLogo a img {
  height: auto;
  width: auto;
  max-height: 200px;
}

header a {
  color: #006f9a;
  padding: 0 4px;
}

.header-right {
  width: calc(100% - 535px);
  margin-left: auto;
  margin-right: 30px;
  height: 150px;
  text-align: right;
}

body.admin-bar header {
  top: 32px;
}

#searchOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 500;
}

a.closeSearchOverlay {
  position: fixed;
  top: 30px;
  right: 30px;
  color: #ffffff !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 80px;
  z-index: 501;
}

#searchOverlay .search-form {
  width: 100%;
  max-width: 600px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#searchOverlay .search-form label {
  width: 100%
}

#searchOverlay .search-form input.search-field {
  height: 60px;
  width: 100%;
  background: #3f3e3e;
  color: #cccccc;
  border: 2px solid #3f3e3e;
  font-size: 20px;
  padding-right: 60px;
  box-sizing: border-box;
}

#searchOverlay .search-form input.search-field:focus {
  border-color: #b20838
}

#searchOverlay .search-form .search-submit {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  color: #b20838;
  border: none;
  font-size: 40px;
  cursor: pointer;
}

#searchOverlay .search-form .search-submit:hover {
  color: #ffffff;
}

select {
  cursor: pointer;
}

select option {
  background-color: white;
  color: black;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-top-60 {
  padding-top: 60px;
}

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

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

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

body figure {
  margin: 0;
}

figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

figure.contain img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

textarea {
  resize: vertical;
}

.max-width {
  width: 100%;
  margin: 0 auto;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

input.datepicker.hasDatepicker {
  cursor: pointer;
}

.noScroll {
  overflow: hidden !important
}

.page-wrapper {
  margin-top: 130px;
  min-height: 91vh;
}

/* START theme css*/

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Graphik-Bold';
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: 0.25px;
  color: #006f9a;
  padding-bottom: 15px;
}

h1 {
  font-size: 48px
}

h2 {
  font-size: 48px
}

header {

  z-index: 150;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

header::before {
  position: absolute;
  width: 123px;
  top: 100%;
  left: 55px;
  height: 60px;
  content: "";
  display: block;
  background: #ffffff;
  z-index: -1;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

#header-menu {
  background: #ffffff;
  min-height: 130px;
  max-width: 100%;
  margin: 0;
  margin-left: auto;
  margin-right: 0;
  display: inline-block;
  padding: 0;
  list-style-type: none;
  overflow: visible;
  font-family: 'Graphik-Semibold';
  font-size: 16px;
  letter-spacing: 2.32px;
  position: relative;
  z-index: 100;
}

#header-menu li {
  max-width: 175px;
  text-align: center;
  margin-right: 70px;
  position: relative;
  z-index: 100;
  height: 130px;
  float: left;
  padding-top: 50px;
}

#header-menu li.current_page_parent:before,
#header-menu li.active:before,
#header-menu li.current-menu-parent:before,
#header-menu li:before {
  position: absolute;
  content: "";
  display: block;
  width: 0px;
  left: 50%;
  margin-left: 0;
  bottom: 0;
  height: 3px;
  transition: all .3s linear;
}

#header-menu li.current_page_parent:before,
#header-menu li.active:before,
#header-menu li.current-menu-parent:before,
#header-menu li:hover:before {
  width: 98px;
  left: 50%;
  margin-left: -49px;
  background: #006f9a;
  height: 3px;
}

#header-menu li:last-child {
  margin-right: 50px;
}

#header-menu li:nth-child(3) a {
  position: relative;
  /* top: -14px; */
}

#header-menu li a {
  color: #006f9a;
  text-transform: uppercase;
  font-size: 20px;
}

#header-menu li a:hover {
}

#header-menu li .sub-menu {
  position: absolute;
  top: 100%;
  list-style-type: none;
  text-align: left;
  padding: 0;
  margin: 0;
  height: 0;
  opacity: 0;
  min-width: 280px;
  overflow: hidden;
  transition: opacity .3s linear;
  z-index: 90;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

#header-menu li:hover .sub-menu {
  height: auto;
  opacity: .8;
  position: absolute;
  top: 100%;
  background-color: #006f9a;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 20px 15px;
}

#header-menu li .sub-menu li {
  line-height: 30px;
  min-width: 100%;
  text-align: left !important;
  height: 40px;
  padding: 5px 0;
  display: flex;
  width: 100%;
  align-items: center;
}

#header-menu li .sub-menu li a {
  top: 0;
  text-align: left !important;
  color: #ffffff;
  display: block;
  width: 100%;
  text-align: center !important;
}

#header-menu li .sub-menu li a:hover {
  color: #FFBF00;
}

#header-menu .sub-menu li li:hover:before {
  display: none;
}

#header-menu li .sub-menu li .sub-menu {
  display: none;
  width: 100%;
}

#header-menu li .sub-menu li:hover .sub-menu {
  display: block;
}

.header-right .button_container {
  position: fixed;
  top: 6.6%;
  right: 16%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 1000;
  transition: opacity .25s ease;
  background: transparent;
  border: none !important;
}

.header-right .button_container:hover {
  opacity: .7;
}

.header-right .button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);

}

.header-right .button_container.active .middle {
  opacity: 0;

}

.header-right .button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);

}

.header-right .button_container span {
  background: #006f9a;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}

.header-right .button_container span:nth-of-type(2) {
  top: 11px;
}

.header-right .button_container span:nth-of-type(3) {
  top: 22px;
}

.loginLink {
  background-color: #006f9a;
  color: #ffffff;
  height: 52px;
  margin-right: 50px;
  margin-top: 40px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  padding: 0 14px;
}

.loginLink span {
  font-size: 11px;
  font-family: 'Graphik-Semibold';
  letter-spacing: 2.32px;
  position: relative;
  top: -1.5px;
  margin-left: 3px;
}

.loginLink:hover {
  background-color: #FFBF00;
  color: #ffffff;
}

figure.notFound {
  max-width: 500px;
  margin: auto;
  margin-bottom: 40px;
}

/* HOME SLIDER */
#SliderContainer {
  height: calc(100vh - 80px);
  overflow: hidden;

}

#homeSlider {
  overflow: hidden;
}

#homeSlider figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

#homeSlider figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#homeSlider figure iframe {
  width: 100%;

  object-fit: cover;
}

#homeSlider .item {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity .6s linear;
}

#homeSlider .item.active {
  opacity: 1;
  display: block;
  position: relative;
  z-index: 3
}

#SliderContainer .caption {
  position: absolute;
  left: 50px;
  bottom: 40px;
  width: 40%;
  color: #ffffff;
  padding: 5%;
  padding-bottom: 30px;
  overflow: hidden;
  z-index: 5;
  flex-direction: column;
}

#SliderContainer .caption .h2 {
  position: relative;
  z-index: 2;
  font-family: 'Graphik-Bold';
  font-size: 5vh;
}

#SliderContainer .caption p {
  font-family: 'Graphik-Regular';
  position: relative;
  z-index: 2;
  font-size: 3vh;
}

.btn-more-link,
#SliderContainer .caption a.btn-more {
  position: relative;
  z-index: 5;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  padding-right: 30px;
  font-family: 'Graphik-Semibold';
  margin-top: 20px;
  display: inline-block;
}

.btn-more-link svg,
#SliderContainer .caption a.btn-more svg {
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .25s linear
}

#SliderContainer .caption a.btn-more:hover {
  text-decoration: underline;
  color: #FFBF00
}

.btn-more-link:hover svg,
#SliderContainer .caption a.btn-more:hover svg {
  right: -5px;
}

.btn-more-link {
  background: #006f9a;
  min-width: 220px;
  padding-right: 0px;
  text-align: center;
  transition: all .3s linear;
}

.btn-more-link a {
  text-decoration: none !important;
  position: relative;
  margin: auto;
  color: #ffffff;
  padding-right: 30px;
}

.btn-more-link:hover a,
.btn-more-link:hover a:hover,
.btn-more-link a:hover {
  text-decoration: none !important;
}

.btn-more-link:hover {
  background: #FFBF00;
}

.btn-more-link svg path {
  transition: all .3s linear;
}

.btn-more-link:hover a,
.btn-more-link:hover svg path {
  color: #006f9a;
  fill: #006f9a !important;
  stroke: #006f9a !important;
}

#SliderContainer .caption .blur {
  background: transparent;
  position: absolute;
  top: -10%;
  bottom: -10%;
  left: -10%;
  right: -10%;
  width: 120%;
  height: 120%;
  z-index: 0;
}

#SliderContainer .caption .blur:after {
  content: "";
  display: block;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 111, 154, 0.56);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

}

#SliderContainer .caption .caption-text {
  opacity: 0;
  position: absolute;
  z-index: 2;
  user-select: none;
}

#SliderContainer .caption .caption-text.active {
  opacity: 1;
  position: relative;
  z-index: 3
}

#SliderContainer .caption .sliderDots {
  width: 100%;
  position: relative;
  margin-top: 20px;
}

#SliderContainer .caption .sliderDots .dot {
  cursor: pointer;
  width: 10px;
  height: 10px;
}

#SliderContainer .caption .sliderDots .dot:not(:last-child) {
  margin-right: 10px;
}

#SliderContainer .caption .sliderDots .dot span {
  background: #1a3040;
  width: 6px;
  height: 6px;
  margin: 2px;
  display: inline-block;
  transition: all .3s linear;
}

#SliderContainer .caption .sliderDots .dot.active span {
  background: #ffffff;
  width: 10px;
  height: 10px;
  margin: 0px;
  display: inline-block;
  overflow-wrap: break-word;
}

#SliderContainer .button-container {
  position: absolute;
  left: 40%;
  margin-left: 50px;
  z-index: 5;
  bottom: 40px;
  width: 50%;
  height: 109px;
  display: inherit;
  border: none;
  outline: none !important;
  background: transparent;
}

#SliderContainer .button-container .btn {
  height: 109px;
  width: 50%;
  text-align: center;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-size: 12px;
  box-sizing: border-box;
  position: relative;
  word-wrap: break-word;
  white-space: normal;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#SliderContainer .button-container a::after {
  position: absolute;
  width: 1px;
  top: 4px;
  bottom: 4px;
  right: -1px;
  background: #0098c5;
  content: "";
  display: block;
  transition: all .3s linear;
}

#SliderContainer .button-container a:hover::after {
  background: #FFBF00
}

#SliderContainer .button-container a svg {
  top: -1px;
  left: 0;
  position: relative;
  margin-left: 5px;
  transition: all .25s linear;
}

#SliderContainer .button-container a:hover svg {
  left: 5px;
}

#SliderContainer .button-container .btn.btn-blue-dk {
  font-size: 14px
}

#SliderContainer .button-container .btn:not(.btn-blue-dk) {
  text-transform: uppercase;
  font-family: 'Graphik-Bold';
}

.decorPlus {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -10px;
  left: -10px;
  z-index: 6;
}

.decorPlus svg {
  width: 100%;
  height: auto;
}

/* BREADCRUMBS */

#breadcrumbs {
  font-size: 12px;
  color: #006f9a;
  padding: 10px;
  font-family: 'Graphik-Semibold';
  position: absolute;
  width: auto;
  left: 120px;
  top: 100%;
}

#breadcrumbs a {
  color: #006f9a;
}

#breadcrumbs a:hover {
  color: #FFBF00;
}

h1.pageTitle {
  padding: 70px 0 50px;
  margin-bottom: 0;
}

/* FOOTER */
#main-footer {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  height: 54px;
  line-height: 54px;
  font-family: 'Graphik-Semibold';
  text-transform: uppercase;
  padding-left: 50px;
  z-index: 10
}

#footer-menu {
  padding: 0;
  list-style-type: none;

}

#footer-menu li {
  float: left;
  padding-right: 5px;
  margin-right: 5px;
}

#footer-menu li:not(:last-child) a {
  border-right: 1px solid #1a3040
}

#main-footer a {
  color: #1a3040
}

#main-footer a:hover {
  color: #006f9a
}

body.home #main-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.foterHomeLink {
  padding-right: 35px;
  display: inline-block;
  text-transform: lowercase;
}

/* ABOUT US */
.persona p {
  margin-bottom: 0px;
}

.persona .nome {
  margin-top: 15px;
  color: #2580c0;
  font-size: 22px;
  font-family: 'Graphik-Semibold';
}

.persona .ruolo {
  font-size: 22px;
  font-family: 'AGaramondPro-Regular';
}

.buttonLink {
  height: 174px;
  max-width: 100%;
  margin: auto;
  font-family: 'Graphik-Bold';
  background: #00acde;
  background: -moz-linear-gradient(left, #00acde 0%, #006f9a 100%);
  background: -webkit-linear-gradient(left, #00acde 0%, #006f9a 100%);
  background: linear-gradient(to right, #00acde 0%, #006f9a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00acde', endColorstr='#006f9a', GradientType=1);
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 20px;
  transition: all .3s linear;
  margin-bottom: 30px;
}

.buttonLink small {
  font-family: 'Graphik-Regular';
  display: block;
  width: 100%;
}

.buttonLink:hover {
  -webkit-backdrop-filter: blur(10px);
  background: #ffbf00;
  background: -moz-linear-gradient(left, #ffbf00 0%, #ffbf00 100%);
  background: -webkit-linear-gradient(left, #ffbf00 0%, #ffbf00 100%);
  background: linear-gradient(to right, #ffbf00 0%, #ffbf00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbf00', endColorstr='#ffbf00', GradientType=1);

  color: #ffffff;
}

.attachments a {
  font-family: 'Graphik-Semibold';
  color: #006f9a;
  font-size: 22px;
}

.attachments a:not(:last-child) {
  margin-bottom: 15px;
}

.attachments a:hover {
  color: #FFBF00 !important;
}

.attachments a g {
  transition: fill .3s linear;
}

.attachments a:hover g {
  fill: #ffbf00 !Important
}

.attachments a .icon {
  margin-right: 15px;
  width: 20px;
  display: inline-block;
  height: 29px;
}

.membro {
  width: calc(20% - 20px);

  float: left;
  margin: 0px 20px 20px 0 !important;
}

.membro fieldset {
  padding: 15px;
}

.membro div span {
  width: 100% !important;
  display: block;
}

.membro div span.titolo {
  font-family: 'Graphik-Regular';
  font-size: 12px;
}

.membro div span.nome {
  font-family: 'Graphik-Semibold';
  font-size: 18px;
}

.membro div span.descrizione {
  font-family: 'AGaramondPro-Bold';
  font-size: 16px;
  line-height: 21px;
  margin-top: 25px;
}

.da-thumbs {
  list-style: none;
  width: 100%;
  display: inline-block;
  font-size: 0;
  position: relative;
  margin: 0px auto;
  padding: 0;
}

.da-thumbs li {
  box-sizing: border-box;
  position: relative;
  height: 290px;
}

.da-thumbs li,
.da-thumbs li img {
  display: block;
  position: relative;
}

.da-thumbs li img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.da-thumbs li {
  overflow: hidden;
}

.da-thumbs li div {
  position: absolute;
  background: #00acde;
  background: -moz-linear-gradient(left, #00acde 0%, #006f9a 100%);
  background: -webkit-linear-gradient(left, #00acde 0%, #006f9a 100%);
  background: linear-gradient(to right, #00acde 0%, #006f9a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00acde', endColorstr='#006f9a', GradientType=1);
  color: #ffffff;
  width: 100%;
  height: 100%;
}

/* PAGINA FAQ */

.faq .card {
  background: #ffffff;
  border: none;
}

.faq .card-header {
  background: #ffffff;
  padding: 0;
  border: none;
}

.faq .card-header button {
  color: #006f9a;
  font-family: 'Graphik-Bold';
  border: none;
  text-align: left;
  text-decoration: none !important;
  font-size: 37px;
  line-height: 40px;
  letter-spacing: 2.25px;
  padding: 20px 0;
  width: 100%;
  padding-right: 60px;
  position: relative;
}

.faq .card:first-child button {
  padding-top: 0;
}

.faq .card-header button i {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  display: block;
  transition: all .3s linear;
  text-align: center;
  line-height: 40px;
}

.faq .card-header button.collapsed i {
  transform: rotate(180deg);
}

.faq .card-body,
.faq .card-header button.collapsed {
  border-bottom: 1px solid #eaeaea
}

/*  GANTT */

.highcharts-range-selector-buttons {
  display: none;
}


.highcharts-axis-labels.highcharts-xaxis-labels.highcharts-grid-axis span,
.highcharts-axis-labels.highcharts-yaxis-labels.highcharts-grid-axis span {
  font-weight: normal !Important;

}

.highcharts-axis-labels.highcharts-xaxis-labels.highcharts-grid-axis span {
  text-align: center !important;
}

.highcharts-credits {
  display: none
}

.highcharts-tooltip span {
  z-index: 99999 !important;
}

.highcharts-legend span {
  z-index: 1 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.ganttLegend span {
  width: 31px;
  height: 17px;
  display: block;
}

.ganttFilter {
  margin-top: 40px;
  margin-bottom: -35px;
  position: relative;
  z-index: 100;
}

.ganttFilter span,
.ganttFilter button {
  background: transparent;
  color: #0f65a2;
  font-family: 'Graphik-Bold';
  border: none;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 1.65px
}

.preProposal {
  background: #92e0f6
}

.fullProposal {
  background: #006F9A
}

.openProposal {
  background: #92e0f6
}

.evaluationProposal {
  background: #FFBF00
}

.ganttLegend label {
  display: block;
  color: #c8c8c8;
  width: calc(100% - 55px);
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 14px;
  letter-spacing: 1.41px;
  line-height: 16px;
  font-family: 'Graphik-SemiboldItalic';
}

/* BANDI */

#caroselloBandi {
  margin-left: 50px;
}

.bando {
  font-family: 'Graphik-Regular';
  color: #006f9a;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: 1.34px;
  box-shadow: 0 12px 24px 0 rgba(109, 114, 120, 0.14);
  position: relative;
  z-index: 3;
}

.bando div {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.bando .title {
  background: #006f9a;
  padding: 15px;
  color: #ffffff;
  font-family: 'Graphik-Bold';
  font-size: 23px;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: 1.81px;
  text-align: left;
  min-height: 120px;
}

.bando .type {
  padding-top: 40px;
  font-family: 'Graphik-Bold';
}

.bando .apply {
  padding-bottom: 15px;
  margin-bottom: 0;
}

.bando .expired {
  position: absolute;
  right: 1em;
  height: 34px;
  letter-spacing: 1.41px;
  line-height: 36px;
  color: #ffffff;
  background: #ff4201;
  text-align: center;
  font-family: 'Graphik-Semibold';
  font-size: 18px;
  text-transform: uppercase;
  min-width: 112px;
}

.supportingDocs {
  padding: 0 15px;
  margin: 0;
  list-style-type: none;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
  color: #006f9a;
}

.supportingDocs.bandiAttachments {
  padding: 15px;

}

.supportingDocs.toggleable {
  background: #e5f6fb;
  padding-bottom: 15px;
  padding-top: 45px;
}

.supportingDocs li {
  min-height: 36px
}

.supportingDocs li:not(:last-child) {
  padding-bottom: 25px;
}

.supportingDocs.awardsAttachments li:not(:last-child) {
  padding-bottom: 10px;
}

.supportingDocs li a {
  font-family: ' Graphik-Semibold';
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.94px;
  color: #006f9a;
  min-height: 36px
}

.supportingDocs li a:hover {
  color: #FFBF00;
}

.supportingDocs li a span {
  padding: 0 5px;
  font-family: 'Graphik-Semibold';
  display: inline-block
}

.supportingDocs li a span.icon {
  height: 30px;
  min-width: 30px;
  display: block;
  text-align: center;

}

.supportingDocs li a span.icon svg {
  width: 19px;
  margin: auto;
}

.supportingDocs li a span.icon svg g {
  transition: all .3s linear;
}

.supportingDocs li a:hover span.icon svg g {
  fill: #FFBF00 !important;
}

.bando .previousFunding {
  font-family: 'Graphik-Semibold';
  font-size: 18px;
  letter-spacing: 1.41px;
}

.bando .previousFunding a {
  color: #006f9a;
}

.bando .previousFunding a i {
  font-size: 13px;
  margin-left: 8px;
  position: relative;
  top: -1px;
}

.bando .previousFunding a:hover {
  color: #FFBF00;
}

#caroselloBandi .owl-item {
  padding: 25px;
  padding-top: 0;
  padding-bottom: 50px;
}

#caroselloBandi .owl-nav button.owl-next,
#caroselloBandi .owl-nav button.owl-prev {
  height: 140px;
  width: 36px;
  background: #e5f6fb;
  margin: 5px 0;
}

#caroselloBandi .owl-nav {
  position: absolute;
  top: 50%;
  right: -30px;
  height: 300px;
  width: 37px;
  margin-top: -150px;
}

#caroselloBandi .owl-nav .disabled {
  opacity: .4
}

#familyButtons h2 {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* PAGINA CONTATTI */
.contactType {
  font-family: 'Graphik-Regular';
  font-size: 12px;
  letter-spacing: 0.94px;
  color: #006f9a;
  padding-bottom: 15px;
}

.contactType input[type="radio"] {
  position: relative;
  top: 2px;
}

.contactForm label,
.contactForm p {
  margin: 0;
  padding: 0;
}

.contactForm {
  font-family: 'Graphik-Regular';
  font-size: 12px;
  letter-spacing: 0.94px;
  color: #006f9a;
}

.contactForm b, .contactForm strong {
  font-family: 'Graphik-Bold';
}

.contactForm label {
  font-family: 'Graphik-Bold';

  font-size: 12px;
  letter-spacing: 0.94px;
  color: #006f9a;
}

.contactForm span label {
  font-family: 'Graphik-Regular';
}

.contactForm .contact-field {
  width: 100%;
  height: 33px;
  box-shadow: 0 0 26px -8px rgba(182, 182, 182, 0.52);
  background-color: #ffffff;
  border: none;
  outline: none !important;
  margin-bottom: 15px;
}

.contactForm textarea.contact-field {
  height: 130px;

}

span.wpcf7-list-item {
  margin: 0 1em 0 0 !important;
}

/* PAGINA SEMINARI */
#seminarBoxes .card {
  border-radius: 0;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 40px;
  margin-bottom: 40px;
  box-shadow: 0 12px 24px 0 rgba(109, 114, 120, 0.14);
}

#seminarBoxes .card-body {
  padding: 0;
}

#seminarBoxes h2 {
  font-size: 23px;
  font-family: 'Graphik-Bold';
  line-height: 1.26;
  letter-spacing: 1.81px;
}

#seminarBoxes .spacer {
  margin: 48px 32px 36px 53px;
}

#seminarBoxes .dates {
  margin-top: 60px;
  margin-bottom: 40px;
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  width: 100%;
}

#seminarBoxes .dates .day,
#seminarBoxes .dates .month,
#seminarBoxes .dates .year {
  margin-left: -1px;
  background: #FFBF00;
  width: calc(100% - 30px);
}

#seminarBoxes .dates .day {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.17px;
}

#seminarBoxes .dates .month {
  font-size: 18px;
  line-height: 16px;
  padding-bottom: 8px;
  letter-spacing: 0.82px;
  text-transform: uppercase;
}

#seminarBoxes .dates .year {
  position: absolute;
  bottom: 0;
  font-size: 17px;
  letter-spacing: 0.78px;
}

/* BIG BUTTONS PAGES */

.bigButton {
  height: 254px;
  margin-bottom: 30px;
  display: block !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(to right, #00acde 0%, #006f9a 100%);
}

.bigButton a {

  padding: 0 10%;
  display: table;
  width: 100%;
  height: 100%;
  background: transparent;
  color: #ffffff;
  font-size: 28px;
  font-family: 'Graphik-Bold';
  line-height: 254px;
  letter-spacing: 0.18px;
  text-align: center;
  transition: all .3s linear
}

.bigButton a span {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  max-width: 60%;
}

.bigButton a:hover {
  background: #FFBF00
}

/* PAGINE TABELLE FELLOWSHIP */

.fellowTable {
  margin-left: 50px;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: -0.07px;
  color: #1a3040;
  font-family: 'Graphik-Regular';
}

.fellowTable tbody tr {
  border-bottom: 1px solid #dcdbdd;
}

.fellowTable th,
.fellowTable td {
  padding: 40px 60px;
}

.fellowTable th,
.fellowTable td:first-child {
  color: #2580c0;
}

.fellowTable td {
  border-right: 1px solid #006f9a;
  vertical-align: top;
}

.fellowTable th {
  font-size: 18px;
  font-family: 'Graphik-Semibold';
  letter-spacing: 1.41px;
  text-transform: uppercase
}

.fellowTable td:first-child {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.1px;
  font-family: 'Graphik-Bold';
}

.fellowTable a.downloadLink {
  padding: 0 5px;
  margin: 0 3px 3px 0;
  float: left;
}

.fellowTableMobile div.title {
  font-family: 'Graphik-Semibold';
  padding: 5px 15px;
  padding-top: 25px;
  font-size: 18px;
  color: #006f9a
}

.fellowTableMobile div.descrizione {
  font-family: 'Graphik-Regular';
  padding: 5px 15px;
  font-size: 16px;

}

.fellowTableMobile div.files {
  padding: 5px 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdbdd
}

.fellowTableMobile div.files a {
  padding: 6px;
  margin: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* PAGINA POLICIES */
body.page-id-106 .spacer {
  padding-right: 30px;
}

#policiesBoxes .box {
  padding-bottom: 40px;
}

#policiesBoxes h2 {
  font-family: 'Graphik-Bold';
  font-size: 27px;
  line-height: 1.48;
  letter-spacing: 0.13px;
  color: #2580c0;
}

#policiesBoxes .downloadContainer {
  font-family: 'Graphik-Semibold';
  margin: 30px 0;
  font-size: 18px;
  letter-spacing: 1.41px;
  color: #2680c0;
}

#policiesBoxes .downloadContainer a {
  padding-left: 30px;
  background-image: url('images/icone/IT.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 21px 15px;
  color: #FFBF00;
  height: 18px;
  padding-top: 2px;
}

#policiesBoxes .downloadContainer a:hover {
  color: #2680c0;
}

#policiesBoxes .downloadContainer a.en {
  background-image: url('images/icone/EN.svg');
}

#policiesBoxes .downloadContainer a:not(:last-child) {
  margin-right: 10px;
}

/* PAGINA 404 */
main#page-error404-wrapper {
  min-height: 84vh;
  position: relative;
  overflow: hidden;
}

#page-error404-wrapper div {
  position: relative;
  z-index: 2;
}

#page-error404-wrapper:before,
#page-error404-wrapper:after {
  position: absolute;
  top: 0;
  left: -30%;
  right: -30%;
  width: 160%;
  height: 70%;
  content: "";
  display: block;
  z-index: 0;
  transform: rotate(8deg);
}

#page-error404-wrapper:before {
  background: #00ACDE;
  top: -20%
}

#page-error404-wrapper:after {
  background: #006f9a;
  bottom: 0;
  top: 50%;
}

#page-error404-wrapper .h1 {
  letter-spacing: 6px;
}

#page-error404-wrapper .more {
  background: #FFBF00;
  width: 279px;
  text-align: center;
  height: 33px;
  color: #006f9a;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 0;
  line-height: 18px
}

#page-error404-wrapper .more:hover {
  color: #ffffff;
}

/* LOADING */
.moreInfo a {
  font-family: 'Graphik-Regular';
  padding-right: 30px;
  background-image: url('./images/more-arrow_1.svg');
  background-position: center right;
  background-size: 18px auto;
  background-repeat: no-repeat;
}

.moreInfo a:hover {
  opacity: .7;
  color: #006F9A
}

/* @keyframes loadingC {
    0 {transform: translate(0,0);}
    50% {transform: translate(0,15px);}
    100% {transform: translate(0,0);}
} */

@keyframes loadingC {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}

#sectionLoading,
#pageLoading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 99999;
  display: none
}

#sectionLoading {
  position: absolute;
  display: block
}

html.loading #pageLoading {
  display: block
}

.load-wrapp {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  text-align: center;
}

.load-wrapp p {
  padding: 0 0 20px;
}

.load-wrapp:last-child {
  margin-right: 0;
}

li.loading {
  position: relative;
  min-height: 450px;
}

.line {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
}

.load-3 .line:nth-last-child(3) {
  animation: loadingC .6s .1s linear infinite;
  background-color: #0f65a2;
}

.load-3 .line:nth-last-child(2) {
  animation: loadingC .6s .2s linear infinite;
  background-color: #00ACDE;
}

.load-3 .line:nth-last-child(1) {
  animation: loadingC .6s .3s linear infinite;
  background-color: #FFBF00;
}

#accordion .bandoItem {
  margin: 30px 10px;
}

.bandoItem.awards .title span {
  display: block;
  width: 100%;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}


.col-40 {
  width: 100%;
  max-width: 40%;
  padding-left: 50px;
}

#caroselloBandi {
  margin-left: 25px;
}

.col-25 {
  width: 100%;
  max-width: 40%;
}

.supporting-info {
  padding: 0 20px;
  display: none;
}

.supporting-info.active {
  display: block;
}

.info-item {
  margin-bottom: 20px;
  background: #E8F7FB;
  padding: 40px 20px 20px;
}

.info-item:last-child {
  margin-bottom: 0;
}

.supporting-info > h3 {
  background: #006f9a;
  padding: 15px;
  color: #ffffff;
  font-family: 'Graphik-Semibold';
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1.81px;
  text-align: center;
  text-transform: uppercase;
}

.info-item > h4 {
  font-weight: normal;
  font-family: 'Graphik-Regular';
  font-size: 20px;
}

.info-item > h4 b {
  font-family: 'Graphik-Bold';
  font-weight: bold;
}

.file-item {
  margin-bottom: 20px;
}

.file-item:last-child {
  margin-bottom: 0;
}

.file-item a {
  display: flex;
  flex-flow: wrap row;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Graphik-Semibold';
  font-size: 14px;
  color: #006f9a;
}

.file-item a:hover {
  text-decoration: underline !important;
}

.file-item img {
  width: 20px;
  margin-right: 10px;
}

.supporting-info > h4 {
  background: #006f9a;
  color: #fff;
  text-transform: uppercase;
  padding: 20px;
  margin: 0;
  font-size: 18px;
  font-family: 'Graphik-Semibold';
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

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

.webinars-container {
  display: flex;
  flex-flow: wrap row;
  align-items: flex-start;
  justify-content: flex-start;
}

.webinar-item {
  flex: 1 1 33.3%;
  padding: 0 20px;
  min-width: 33.3%;
  max-width: 50%;
  margin-bottom: 50px;
}

.webinars-container h2 {
  margin-bottom: 10px;
  padding: 0;
  font-family: 'Graphik-Semibold';
  font-size: 25px;
  line-height: normal;
  letter-spacing: 0.13px;
  color: #3f3e3e;
}

span.date {
  font-family: 'Graphik-Regular';
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}

.oratori {
  display: flex;
  flex-flow: wrap row;
  align-items: center;
  justify-content: flex-start;
}

.oratori h4 {
  font-size: 16px;
  font-family: 'Graphik-Semibold';
  color: #3f3e3e;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5px 0 0;
}

.oratori p {
  font-family: 'Graphik-Regular';
  font-size: 15px;
  margin: 0;
  line-height: normal;
}

.webinar-item .description {
  font-family: 'Graphik-Regular';
  font-size: 14px;
  margin: 10px 0;
  line-height: 1.5;
}

.bando .desc span strong {
  font-family: 'Graphik-Bold';
  font-size: 17px;
  line-height: 1.5;
  display: block;
  margin-top: 10px;
  color: #00ACDE;
  text-transform: uppercase;
}

@media screen and (max-width: 1979px) {
  header {
    height: 80px;
  }

  header::before {
    width: 67px;
    left: 54px;
    height: 29px;
  }

  #header-menu {
    font-size: 14px;
    min-height: 80px;
  }

  .header-right {
    height: 80px;
  }

  #header-menu li {
    padding-top: 0px;
    margin-right: 25px;
  }

  #header-menu li:last-child {
    margin-right: 0px !important;
  }

  #header-menu li a {
    font-size: 11px;
    position: relative;
    display: inline-block;
    line-height: 13px;
    top: 30px;
  }

  #header-menu li.current_page_parent:before,
  #header-menu li.active:before,
  #header-menu li.current-menu-parent:before,
  #header-menu li:hover:before {
    width: 60px;
    margin-left: -30px;
  }

  .loginLink {
    height: 36px;
    margin-top: 23px;
    line-height: 43px;
    font-size: 18px;
  }

  .loginLink span {
    top: -3px;
  }

  .page-wrapper {
    margin-top: 80px;

  }

  #header-menu li {
    max-width: 120px;
    height: 80px;
  }

  #siteLogoDark a img, #siteLogo a img {
    max-height: 110px;
  }

  .logo-label {
    font-size: 14px;
    line-height: 17px;
    margin-top: -20px;
  }

  #main-footer {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
  }

  .featuredImage {
    margin-top: 50px;
  }

  #SliderContainer .button-container {
    width: 40%;
    height: 80px;
  }

  #SliderContainer .button-container .btn {
    height: 80px;
  }

  #SliderContainer .button-container .btn.btn-blue-dk {
    font-size: 12px;
  }

}

@media screen and (min-width: 1980px) {
  header::before {
    left: 50px;
    height: 57px;
  }

  #header-menu li {
    max-width: 175px;
    margin-right: 20px;
  }

  #header-menu li .sub-menu li {
    min-width: 100%;
    width: 100%;
    min-height: 40px;
    height: auto;
  }

  #header-menu li a {
    font-size: 15px;
    position: relative;
    display: inline-block;
    min-width: 175px;
    line-height: 22px;
  }

  #header-menu li:first-child a,
  #header-menu li:nth-child(2) a,
  #header-menu li:nth-child(4) a {
    top: -6px !important;

  }

  #header-menu li .sub-menu {
    min-width: 480px !Important;
  }

  #header-menu li .sub-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
  }

  #header-menu li .sub-menu li a {
    top: 0 !important
  }

  #header-menu li .sub-menu {
    padding: 40px 15px;
  }

  .page-wrapper {

    min-height: 87vh;
  }

  .header-right {
    width: calc(100% - 590px);
  }

  .loginLink {
    padding-left: 20px;
    padding-right: 20px;
  }

  .loginLink span {
    top: -5.5px;
    font-size: 15px;
  }

  .loginLink i {
    font-size: 30px;
  }

  #breadcrumbs {
    font-size: 16px;
    left: 175px;
    top: 105%
  }

  .logo-label {

    margin-left: 11px;
  }

  #SliderContainer .button-container .btn,
  #SliderContainer .caption a.btn-more {
    font-size: 18px;
  }

  #SliderContainer .button-container,
  #SliderContainer .caption {
    bottom: 54px;
  }

  .featuredImage {
    margin-top: 60px;
  }

  .buttonLink {
    font-size: 18px;
    line-height: 24px;
  }

}

@media screen and (min-width: 1200px) {
  #SliderContainer .button-container {
    width: 40%;
  }

}


@media screen and (min-width: 1376px) {
  #header-menu li:first-child a,
  #header-menu li:nth-child(2) a,
  #header-menu li:nth-child(4) a {
    top: 30px;
  }

  #toggle {
    display: none;
  }
}

@media screen and (max-width: 1375px) {
  header .logoBox {
    width: 210px;
  }

  .header-right {
    width: calc(100% - 550px);
  }

  .overlay {
    position: fixed;
    background: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow-y: auto;
    z-index: 999
  }

  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }

  .overlay.open li {
    animation: fadeInRight .5s ease forwards;
    animation-delay: .35s;
  }

  /*
  .overlay.open li:nth-of-type(2) {
      animation-delay: .5s;
  }
  .overlay.open li:nth-of-type(3) {
      animation-delay: .45s;
  }
  .overlay.open li:nth-of-type(4) {
      animation-delay: .50s;
  }
  */
  .overlay nav {
    position: relative;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    font-family: 'Varela Round', serif;
    font-weight: 400;
    text-align: center;
  }

  #header-menu li.current_page_parent:before,
  #header-menu li.active:before,
  #header-menu li.current-menu-parent:before,
  #header-menu li:before {
    display: none;
  }


  @keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }
  .header-right .button_container {
    top: 27px;
    right: 20px;
  }

  .loginLink {
    margin-right: 80px;
  }

  #header-menu {
    background: transparent;
    padding: 0 5%;
  }

  #header-menu {
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 60px 15px;
    box-sizing: border-box;
  }

  #header-menu li {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: auto;
    min-height: 55px;
    opacity: 0;
  }

  #header-menu li:hover {
    opacity: 0;
    height: auto;
  }

  #header-menu li a {
    top: 0;
    font-size: 18px;
    line-height: 25px;
    min-height: 20px;
    padding-bottom: 10px;
    width: calc(100% - 55px);
    display: inline-block;
  }

  .overlay ul li a:hover:after,
  .overlay ul li a:focus:after,
  .overlay ul li a:active:after {
    max-width: 120px;
  }

  #header-menu li:hover .sub-menu,
  #header-menu li .sub-menu {
    width: 100%;
    position: relative !important;
    top: 0 !important;
    height: 0;
    opacity: 0;
    font-family: 'Graphik-Regular';
    box-sizing: border-box;
    padding: 0 0 0 0 !important;
    z-index: 120;
    background: #ffffff;
  }

  #header-menu li .sub-menu.active {
    height: auto;
    opacity: 1;
    padding: 13px 0 27px 0 !important;
  }

  #header-menu li .sub-menu li a {
    text-transform: capitalize !important;
    text-align: center !important;
    color: #006f9a;
    width: 100%;
  }

  #header-menu li.menu-item-has-children span {
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 20px;
    display: inline-block;
    height: 30px;
    width: 30px;
    transition: all .2s linear;
  }

  #header-menu li.menu-item-has-children span.active {
    transform: rotate(-180deg)
  }

  .bigButton a {
    padding: 0 0 !important;
  }
}

@media screen and (max-width: 1280px) {
  #SliderContainer .caption {
    left: 0;
    width: 50%;
  }

  #SliderContainer .button-container {
    width: 50%;
    margin-left: 0;
    left: 50%
  }
}

@media screen and (max-width: 1200px) {

  .membro {
    width: calc(25% - 20px);
  }

  .col-15 {

    max-width: 25%;
  }

  .col-40 {
    max-width: 32%;
  }

  #bandiContainer > .row {
    width: 100%;
    display: flex;
    flex-flow: wrap row;
    align-items: flex-start;
    justify-content: flex-start;
  }

  /* .col-45{

      max-width: 64%;
  } */
  .fellowTable {

    font-size: 13px;

  }

  .fellowTable th,
  .fellowTable td {
    padding: 30px 20px;
  }

  .fellowTable th {
    font-size: 15px;
    font-family: 'Graphik-Semibold';
    letter-spacing: 1.41px;
    text-transform: uppercase
  }

  .fellowTable td:first-child {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.1px;
    font-family: 'Graphik-Bold';
  }

}

@media screen and (max-width: 1024px) {
  #SliderContainer .button-container a svg {
    display: none !important;
  }

  .webinar-item {
    flex: 100%;
    padding: 0;
    min-width: unset;
    max-width: 100%;
  }

}

@media screen and (max-width: 991px) {
  .btn-airc-collapse.active:after {
    content: none;
  }

  #bandiContainer > .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  .col-40 {
    max-width: 100%;
    padding-left: 0;
    padding: 20px 0 0 0;
  }

  .bando {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  #caroselloBandi {
    margin-left: 0;
    margin-top: 30px;
  }

  #caroselloBandi .owl-item {
    padding: 0;
  }

  #SliderContainer .caption {
    width: 50%;
  }

  #SliderContainer .button-container {
    display: block !important;
    width: 200px;
    height: auto;
    left: 50%;
  }

  #SliderContainer .button-container .btn {
    width: 100% !important;
  }

  #SliderContainer .button-container a::after {
    height: 1px;
    top: 100%;
    left: 5px;
    right: 5px;
    width: calc(100% - 10px);
    z-index: 1;
  }

  .membro {
    width: calc(33.333% - 20px);

  }

  /* .col-15{

      max-width: 40%;
  } */
  /* .col-45{

      max-width: 60%;
  } */
}

@media screen and (max-width: 990px) {
  #SliderContainer .caption {
    width: 65%;
  }

  #SliderContainer .button-container {
    width: 280px;
    left: 65%;
  }

  #SliderContainer .button-container .btn {
    margin-bottom: -1px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1375px) {
  .overlay {
    background: transparent !important
  }

  .overlay nav {
    position: relative;
    height: auto;
    /* top: 50%; */
    top: 75px;
    transform: none;
    font-size: 50px;
    font-family: 'Varela Round', serif;
    font-weight: 400;
    text-align: center;
    background: #ffffff;
    z-index: 3
  }

  .overlay nav:before {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    height: 20px;
    left: 0;
    width: 100%;
    content: "";
    display: block;
    z-index: 1
  }

  .overlay nav:after {
    background: #ffffff;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    height: 40px;
    left: 0;
    width: 100%;
    content: "";
    display: block;
    z-index: 3
  }

  .logoBox {
    position: relative;
    z-index: 1111;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  .bigButton a {
    padding: 0 0 !important;
  }
}

@media screen and (max-width: 767.8px) {

  body.home {
    padding-bottom: 40px;
  }

  .col-15 {
    max-width: 40%;
  }

  .col-45 {
    max-width: 60%;
  }

  .col-40 {
    max-width: 100%;
    padding-left: 0;
  }

  /* .col-45{

      max-width: 50%;
  } */
  #siteLogoDark a img, #siteLogo a img {
    height: 60px;
    width: auto;

  }

  .featuredImage {
    margin-top: 35px;
  }

  div#ganttContainer {
    overflow-x: scroll;
  }

  div#ganttContainer #gaant {
    /*  width: 150% */
  }

  header {
    height: 65px;
  }

  header .logoBox {
    margin-left: 25px;
    width: 190px;
  }

  .logo-label {
    margin-top: -5px;
  }

  header::before {
    width: 55px;
    left: 25px;
    height: 19px;
  }

  #header-menu {
    height: 100vh;
    overflow-y: auto;
    padding: 60px 15px;
    box-sizing: border-box;
  }

  #siteLogoDark a img, #siteLogo a img {
    height: auto;
    width: 55px;
  }

  .header-right .button_container {
    top: 20px;
    right: 20px;
  }

  .loginLink {
    margin-top: 16px;
    margin-right: 70px;
  }

  .loginLink span {
    display: none;
  }

  #breadcrumbs {
    left: 80px;
  }

  html.home, body.home {
    min-height: 100vh;
    height: auto;
    overflow-y: auto !important;
  }

  #SliderContainer {
    height: auto;
  }

  #SliderContainer .caption {
    width: 100%;
    left: 0;
  }

  #SliderContainer .button-container {
    position: relative;
    left: 0;
    margin-left: 0;
    width: 100%;
  }

  #SliderContainer .button-container .btn {
    width: 50%;
  }

  #SliderContainer .button-container {
    bottom: 0;
  }

  .decorPlus {
    display: none;
  }

  #seminarBoxes .card {
    margin-left: 40px;
  }

  .ganttLegend div {
    margin-bottom: 10px;
    min-height: 32px;
  }

  #seminarBoxes .dates {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    left: 20px;
    min-height: 150px;
  }

  #seminarBoxes .dates .year {
    height: 30px;
  }

  #seminarBoxes .spacer {
    margin: 38px 22px 36px 22px;
  }

  .persona {
    max-width: 400px;
    margin: auto;
  }
}

@media screen and (max-width: 700px) {

}

@media screen and (max-width: 567px) {
  .col-15 {

    max-width: 100%;
  }

  .col-45 {

    max-width: 100%;
  }

  .header-right {
    padding-top: 6px;
  }

  #header-menu {
    width: 100%;
    max-width: 100%;
    font-size: 70%;
    padding-top: 100px;
  }

  #header-menu li {
    margin-right: 0 !important
  }

  .membro {
    width: calc(50% - 20px);

  }

  .bigButton a {
    padding: 0 2%;
  }

  #seminarBoxes .card {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .membro {
    width: 100%;
    margin: 10px;
  }

  #main-footer {
    padding-left: 15px;
  }

  html, body {
    min-width: 320px;
  }
}

@media screen and (max-width: 370px) {
  .loginLink {
    margin-top: 16px;
    margin-right: 0;
    position: fixed;
    right: 70px;
  }
}

.date_provvisorie {
  font-family: 'Graphik-Bold' !important;
  font-size: 17px;
  line-height: 1.5;
  display: block;
  margin-top: 10px;
  color: #00ACDE;
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 1.34px;
}