/* Generated by less 2.2.0 */
.translate-50Y {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.translate-50X {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.translate-50 {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* CUSTOMS */
/* ################################################################################## */
/* ################################################################################## */
/* BL GRID */
/* ################################################################################## */
/* ################################################################################## */
.BL-wrapper {
  width: 100%;
}
.BL-wrapper.sized {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.BL-row {
  margin: 0 -5px;
  padding: 10px 0;
  overflow: hidden;
}
.BL-row:before,
.BL-row:after {
  content: "";
  display: table;
  clear: both;
  float: none;
}
.BL-col {
  float: left;
  padding: 0 5px 10px 5px;
}
.BL-row.nopadding .BL-col {
  padding: 0;
}
.BL-col-inner {
  padding: 0 5px 10px 5px;
}
.BL-col .BL-row {
  padding: 0;
}
/* COLUMN SIZES */
/* ====================================================== */
.BL-col.small {
  width: 20%;
}
.BL-col.small.merge-4 {
  width: 80%;
}
.BL-col.small.merge-3 {
  width: 60%;
}
.BL-col.small.merge-2 {
  width: 40%;
}
.BL-col.medium {
  width: 25%;
}
.BL-col.medium.merge-3 {
  width: 75%;
}
.BL-col.medium.merge-2 {
  width: 50%;
}
.BL-col.large {
  width: 33.3333%;
}
.BL-col.large.merge-2 {
  width: 66.6666%;
}
.BL-col.xlarge {
  width: 50%;
}
.BL-col.full {
  width: 100%;
}
@media all and (max-width: 1023px) {
  .BL-col.small,
  .BL-col.medium,
  .BL-col.large,
  .BL-col.xlarge {
    width: 100%;
  }
}
/* ######################################################################### */
/* TAGS */
/* ######################################################################### */
html,
button,
input,
select,
textarea {
  color: #11526c;
}
html,
body {
  font-size: 20px;
  line-height: 1.3em;
  font-family: 'Signika';
  font-weight: 300;
}
body {
  margin: 0;
  padding: 80px 0 0 0;
}
a {
  color: #5aa2c0;
  text-decoration: underline;
  font-weight: 300;
}
a:hover {
  color: #9bc3d5;
  text-decoration: none;
}
a:focus {
  outline: thin dotted transparent;
  color: #9bc3d5;
}
p {
  margin: 0;
  line-height: 1.3em;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #efefef;
  margin: 40px 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* ######################################################################### */
/* TYPOGRAPHY */
/* ######################################################################### */
/* 
*  ------------------------------
*  TITLES
*  ------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em 0;
  line-height: 1em;
  font-family: 'Signika';
  font-weight: 900;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small {
  font-size: 0.8em;
}
h1 {
  font-size: 3.5em;
  letter-spacing: 5px;
  text-transform: uppercase;
}
h1 small {
  font-size: 0.5em;
  font-weight: 300;
  display: block;
  text-transform: none;
  letter-spacing: normal;
  line-height: 0.8em;
  text-align: center;
}
h2 {
  font-size: 3em;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h3 {
  font-size: 1.5em;
  text-transform: uppercase;
}
h4 {
  font-size: 1.8em;
}
h5 {
  font-size: 1.5em;
}
h6 {
  font-size: 1.2em;
}
span.title {
  font-weight: bold;
  display: block;
}
/* 
*  ------------------------------
*  Text Alignments
*  ------------------------------
*/
.centered-txt,
.centered-text,
.center-txt,
.center-text {
  text-align: center;
}
.right-txt,
.right-text {
  text-align: right;
}
.left-txt,
.left-text {
  text-align: left;
}
.justify-txt,
.justify-text {
  text-align: justify;
}
/* 
*  ------------------------------
*  Font Styles and Weights
*  ------------------------------
*/
.upper,
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.w-light {
  font-weight: 300;
}
.w-normal {
  font-weight: 400;
}
.w-medium {
  font-weight: 600;
}
.w-bold {
  font-weight: 700;
}
.w-heavy {
  font-weight: 700;
}
.bold,
.bold-txt,
.bold-text,
.strong,
.strong-txt,
.strong-text {
  font-weight: 700;
}
.light,
.light-txt,
.light-text {
  font-weight: 300;
}
/* 
*  ------------------------------
*  TYPO Style
*  ------------------------------
*/
.typo {
  border-style: solid;
}
.typo.left {
  border-width: 0 0 0 4px;
  padding-left: 15px;
}
.typo.right {
  border-width: 0 4px 0 0;
  padding-right: 15px;
}
.typo.top {
  border-width: 4px 0 0 0;
  padding-top: 15px;
}
.typo.bottom {
  border-width: 0  0 4px 0;
  padding-bottom: 15px;
}
/* 
*  ------------------------------
*  LISTS
*  ------------------------------
*/
ul.hor {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: auto;
}
ul.hor li {
  float: left;
  margin-left: 5px;
}
ul.ver {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.ver li {
  margin-bottom: 5px;
}
/* ######################################################################### */
/* LINKS AND BUTTONS */
/* ######################################################################### */
/*
button.button,
a.button {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 5px 5px 0;
    text-align: center;
    padding: 0 20px;
    -webkit-transition: color 0.2s ease, background 0.2s ease;
            transition: color 0.2s ease, background 0.2s ease;
}

button.button.large,
a.button.large {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
}

button.button.xlarge,
a.button.xlarge {
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
}

button.button.block,
a.button.block {
    margin-right: 0;
    display: block;
    width: 100%;
}

.button.squared {
    width: 60px;
    height: 60px;
    font-size: 50px;
    padding: 0;
    display: block;
    float: left;
}

.button.squared .glyphicon {
    padding: 0;
    margin: 0;
    left: -1px;
    top: 7px;
}
*/
/* ######################################################################### */
/* TRANSITIONS */
/* ######################################################################### */
.transition-color {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.trabsition-bg,
.transition-background {
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
/* ######################################################################### */
/* DISPLAY */
/* ######################################################################### */
.block,
.show {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.hide,
.hided,
.none {
  display: none;
}
.hidden {
  visibility: hidden;
}
/* ######################################################################### */
/* POSITIONING */
/* ######################################################################### */
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
/* ==========================================================================
   FONTS
   ========================================================================== */
/* font: INTRO */
/* ======================= */
@font-face {
  font-family: 'intro_regular';
  src: url('../resources/fonts/intro/intro-webfont.eot');
  src: url('../resources/fonts/intro/intro-webfont.eot?#iefix') format('embedded-opentype'), url('../resources/fonts/intro/intro-webfont.woff') format('woff'), url('../resources/fonts/intro/intro-webfont.ttf') format('truetype'), url('../resources/fonts/intro/intro-webfont.svg#intro_regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* font classes */
/* ======================= */
.font-intro {
  font-family: 'intro_regular';
}
.font-signika {
  font-family: 'Signika';
}
/* font assignment */
/* ======================= */
body {
  font-family: 'Signika';
  font-weight: 300;
}
.header {
  font-family: 'intro_regular';
}
/* COMMON TAGS */
/* =============================== */
.button,
a.button {
  display: inline-block;
  border-style: solid;
  border-width: 0 0 2px 0;
  border-color: #205064;
  border-radius: 6px;
  padding: 8px 20px;
  font-family: 'intro_regular';
  background: #226c8b;
  color: #ffffff;
  -webkit-transition-property: background, color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: background, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.button:hover,
a.button:hover {
  background: #205064;
}
.button.small,
a.button.small {
  font-size: 0.8em;
  padding: 5px 10px;
}
.button.close,
a.button.close {
  background: #da4325;
}
.button.large,
a.button.large {
  padding: 10px 40px;
  border-radius: 10px;
  border-bottom: 3px solid;
  font-family: 'intro_regular';
  color: #ffffff;
  font-size: 2em;
  -webkit-transition-property: background, color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: background, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.button.large.airblue,
a.button.large.airblue {
  color: #ffffff;
  background: #5aa2c0;
  border-color: #11526c;
}
.button.large.waterblue,
a.button.large.waterblue {
  color: #ffffff;
  background: #a5d3e7;
  border-color: #4b9ab9;
}
.bigrowlink {
  padding: 40px 0;
  text-align: center;
  -webkit-transition-property: background, color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: background, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
a.bigrowlink {
  display: block;
}
a.bigrowlink.lightblue,
.bigrowlink.lightblue {
  background: #9bc3d5;
  color: #ffffff;
}
.bigrowlink.lightblue h3 {
  color: #ffffff;
}
.bigrowlink.hardblue {
  background: #226c8b;
  color: #ffffff;
}
html.no-touch a.bigrowlink.hardblue:hover {
  background: #a9d5e8;
}
h3 {
  color: #e7c017;
}
hr {
  border-width: 2px 0 0 0;
  border-style: dashed;
  border-color: #205064;
  margin: 2em 0;
}
/* TEXT SIZES */
.text-larger {
  font-size: 1.5em;
}
/* ======================= */
/* AJAX LOADERS */
#mainLoader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #5aa2c0;
  z-index: 10000000000000;
}
/* VIRTUAL PAGES LAYOUT */
/* =============================== */
.virtual-page {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.virtual-page-footer {
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 0;
  overflow: hidden;
  background-color: #9bc3d5;
}
.virtual-page-footer .scroll {
  display: block;
  height: 80px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.virtual-page-footer .scroll .scroll-txt {
  display: block;
  height: 80px;
  line-height: 80px;
}
.virtual-page-footer .scroll .scroll-icon {
  margin-top: -80px;
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 2em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.virtual-page-footer .scroll:hover > .scroll-icon {
  margin-top: 0;
}
/* VIRTUAL DYN PAGES LAYOUT */
/* =============================== */
.virtual-dyn-page {
  display: none;
}
.virtual-dyn-page.active {
  display: block;
}
/* MAIN HEADER */
/* =============================== */
.header {
  /*padding: 18px 0 19px 0;*/
  line-height: 1em;
  background-color: #5aa2c0;
}
.header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  height: 80px;
}
/* MAIN TOP NAVIGATION */
/* =============================== */
.top-navigation {
  margin-top: 16px!important;
  margin-bottom: 0!important;
  height: 50px;
}
.top-navigation:before,
.top-navigation:after {
  content: "";
  display: table;
  clear: both;
  float: none;
}
.navigation {
  padding: 0;
}
.top-navigation .navigation-logo {
  float: left;
  height: 36px;
  color: #fff;
  font-size: 30px;
  line-height: 1em;
  position: relative;
  width: 221px;
}
.top-navigation .navigation-logo span {
  position: absolute;
  bottom: 0;
  right: 0;
}
.top-navigation .navigation-logo span:first-child {
  position: absolute;
  bottom: 0;
  right: auto;
  left: 0;
  line-height: 0.7em;
}
.top-navigation ul {
  float: right;
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
  overflow: auto;
}
.top-navigation ul li {
  float: left;
}
.top-navigation ul li a.navigation-link {
  display: block;
  color: #226c8b;
  padding: 2px 8px;
  text-decoration: none;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.top-navigation ul li a.navigation-link.active,
.top-navigation ul li a.navigation-link:hover {
  color: #a9d5e8;
  text-decoration: none;
}
.top-navigation ul li a.navigation-link .glyphicon {
  font-size: 0.8em;
}
.toggle-menu {
  color: #ffffff;
  float: right;
  font-size: 2em;
  cursor: pointer;
  display: none;
}
.navigation-mobile {
  background: #5aa2c0;
}
@media all and (max-width: 1023px) {
  .top-navigation ul {
    background: #5aa2c0;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    padding: 0 5%;
    margin: 0;
    border-bottom: 3px solid #e7c017;
    display: none;
  }
  .top-navigation ul li {
    float: none;
  }
  .top-navigation ul li a.navigation-link {
    padding: 10px 0px;
    border-bottom: 1px solid #a9d5e8;
  }
  .top-navigation ul li:last-child a.navigation-link {
    border-bottom: none;
  }
  .toggle-menu {
    display: block;
  }
}
/* PAGES */
/* =============================== */
/* ******************************* */
/* HOME PAGE */
/* ******************************* */
.homepage-title {
  color: #f9d22b;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.home-menu-button-description {
  padding-top: 10px;
}
.home-menu-button-inner {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.home-menu-button-image {
  position: relative;
  margin: 0 auto 10px auto;
  width: 230px;
}
.home-menu-button-image-label {
  position: absolute;
  bottom: 0;
  background-color: #5aa2c0;
  border-top: 3px solid #f9d22b;
  width: 100%;
  height: 35px;
  color: #fff;
  font-size: 40px;
  line-height: 1em;
  text-align: center;
  padding: 10px 0 0 0;
}
#homePage .virtual-page-footer {
  background-color: transparent;
}
#homePage.virtual-page {
  background-color: #5aa2c0;
}
.home-menu-titlebutton {
  text-align: center;
  display: block;
}
.home-menu-titlebutton small {
  font-size: 0.5em;
  display: block;
}
img.students-puppets {
  width: 245px;
}
.students-puppets-link {
  display: block;
  position: absolute;
  bottom: 0;
  width: 410px;
  height: 200px;
  left: 50%;
  margin-left: -205px;
}
.students-puppets-triangle {
  position: absolute;
  bottom: 0;
  border-width: 0 205px 156px 205px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  -webkit-transition-property: border;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: border;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.students-puppets-triangle.stepHover {
  border-color: transparent transparent #f9d22b transparent;
}
.students-puppets-link img.students-puppets {
  position: absolute;
  bottom: -99px;
  left: 50%;
  margin-left: -126px;
  -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
  /* older webkit */
  -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */
}
html.no-touch .students-puppets-link:hover > img.students-puppets {
  bottom: -1px !important;
}
html.no-touch .students-puppets-link:hover > .students-puppets-triangle {
  border-color: transparent transparent #f9d22b transparent;
}
.home-menu-button,
.homepage-title {
  opacity: 0;
}
#topNavigation {
  position: absolute;
  width: 100%;
}
.image-box img {
  width: 100%;
}
.animation-landscape-wrapper {
  position: relative;
}
.animation-landscape-wrapper .cta {
  position: absolute;
  width: 100%;
  left: 0;
  top: 37%;
  text-align: center;
  display: block;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #226c8b;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.animation-landscape-wrapper .cta i {
  font-size: 2em;
  opacity: 0;
  color: #ffffff;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.animation-landscape-wrapper .cta:hover {
  color: #ffffff;
}
.animation-landscape-wrapper .cta:hover i {
  opacity: 1;
}
#expProject h3 {
  text-align: center;
  color: #e7c017;
}
#expProject .image-box {
  text-align: center;
}
#expProject .image-box img {
  width: 280px;
}
@media all and (max-width: 1023px) {
  .home-menu-button.BL-col.xlarge {
    width: 50%!important;
  }
}
@media all and (max-width: 799px) {
  .home-menu-button-description {
    display: none!important;
  }
}
@media all and (max-width: 767px) {
  .home-menu-button.BL-col.xlarge {
    width: 100%!important;
  }
  .home-menu-button-image {
    position: relative;
    margin: 0 auto 10px auto;
    width: 230px;
  }
  .home-menu-button-image img {
    display: none;
  }
  .home-menu-button-image-label {
    position: relative;
    padding: 10px;
    font-size: 1.5em;
    background: #a9d5e8;
    height: auto;
  }
}
/* ******************************* */
/* SWITCH MENU */
/* ******************************* */
.ana__desctext h2,
.ana__desctext h3 {
  font-family: 'intro_regular';
}
.ana__desctext-col img {
  width: 84px;
}
/* INFOGRAPHICS SWITCH MENU */
.ana__switchmenu_switch_bgk {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: green;
}
.ana__switchmenu_switch_bgk-half {
  float: left;
  width: 50%;
  height: 100%;
  background: #6bb1cd;
}
.ana__switchmenu_switch_bgk-half:first-child {
  background: #1c6887;
}
.ana__switchmenu_switch_bgk-half img {
  margin: 20% 0 50px 0;
}
.ana__switchmenu_switch_buttons {
  position: absolute;
  width: 100%;
  top: 50%;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.ana__switchmenu_switch_buttons img {
  width: 80%;
  margin-bottom: 50px;
}
.ana__switchmenu_mainbutton {
  text-align: center;
  font-size: 2em;
  text-transform: uppercase;
  display: block;
}
.ana__switchmenu_mainbutton span {
  display: inline-block;
  color: #fff;
  padding: 20px 40px;
  border-radius: 10px;
  border-bottom: 3px solid;
}
.air.ana__switchmenu_mainbutton span {
  background: #5aa2c0;
  border-color: #11526c;
}
.water.ana__switchmenu_mainbutton span {
  background: #a5d3e7;
  border-color: #4b9ab9;
}
.ana__switchmenu_cat_menu {
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style-type: none;
}
.ana__switchmenu_cat_menu li {
  float: left;
}
.ana__switchmenu_cat_menu-link {
  display: block;
  padding: 5px;
}
.ana__switchmenu_cat_menu-link-icon {
  width: 82px;
  height: 106px;
  position: relative;
}
.ana__switchmenu_cat_menu-link-icon img {
  top: 0;
  position: absolute;
}
.ana__switchmenu_cat_menu-link-icon .circle {
  bottom: 0;
  position: absolute;
  background: red;
  width: 82px;
  height: 82px;
  border-radius: 50%;
}
.ana__switchmenu_cat_menu-link-info span {
  display: block;
}
.analysis-switch-menu-item .item-icon {
  width: 35px;
  height: 35px;
  padding: 10px;
  background: #226c8b;
  border-radius: 50%;
}
.analysis-switch-menu-item .item-icon img {
  width: 100%;
}
.analysis-switch-menu-item .item-info {
  margin: 0 0 10px 0;
}
.analysis-switch-menu-item .item-info span {
  display: block;
}
.analysis-switch-menu-item .item-button {
  margin: 15px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px dotted #cccccc;
}
@media all and (max-width: 1023px) {
  .ana__switchmenu_switch_buttons .BL-col.xlarge {
    width: 50%!important;
  }
}
@media all and (max-width: 600px) {
  .ana__switchmenu_mainbutton {
    font-size: 1em;
  }
  .ana__switchmenu_mainbutton span {
    padding: 10px 20px;
  }
}
/* ******************************* */
/* ANALYSIS ANIMATED INPHOGRAPHIC  */
/* ******************************* */
/* ANALYSIS MENU */
.analysis-switch-menu-item {
  display: block;
}
/* Analysis YearMenu */
/* ----------------- */
.yearsMenu {
  font-size: 0.7em;
}
.yearsMenu__yearWrapper {
  margin: 40px 0 0 0;
  padding: 24px 0 0 0;
  border-top: 1px dashed #226c8b;
}
.yearsMenu__yearTitle {
  font-size: 3em;
}
.yearsMenu__yearEventsList {
  list-style-type: none;
  padding: 0;
}
.yearsMenu__yearEventsList:before,
.yearsMenu__yearEventsList:after {
  content: "";
  display: table;
  clear: both;
  float: none;
}
.yearsMenu__yearEventItem {
  margin-right: 10px;
  padding: 20px;
  background: #9bc3d5;
  -webkit-transition-property: background, color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: background, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
html.no-touch .yearsMenu__yearEventItem:hover {
  background: #a9d5e8;
}
.yearsMenu__yearEventBtn {
  cursor: pointer;
  text-align: center;
}
.yearsMenu__yearEventBtn-icon img {
  width: 42px;
}
.yearsMenu__yearEventBtn-iconcircle {
  background: #226c8b;
  display: inline-block;
  padding: 10px;
  border-radius: 50%;
}
.yearsMenu__yearEventBtn-info {
  margin: 20px 0 0 0;
}
.yearsMenu__yearEventBtn-info h4 {
  font-size: 1.1em;
  margin-bottom: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yearsMenu__yearEventBtn-button {
  margin: 20px 0 0 0;
}
/* EVENT PAGE */
/* ================================================================= */
.analysisEvent__menu {
  list-style-type: none;
  padding: 0;
  margin: 0 -6.66666667px;
}
.analysisEvent__menu:before,
.analysisEvent__menu:after {
  content: "";
  display: table;
  clear: both;
  float: none;
}
.analysisEvent__menuItemBtn {
  margin: 6.66666667px;
  padding: 20px 20px;
  background: #f9d22b;
  color: #226c8b;
  cursor: pointer;
  font-size: 0.8em;
  border-bottom: 5px solid #226c8b;
  -webkit-transition-property: background, color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: background, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.analysisEvent__menuItemBtn:hover {
  background: #ffffff;
}
.analysisEvent__menuItemBtn:after {
  content: "";
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.7em;
  line-height: 1em;
  padding: 5px 10px;
}
.chimiche .analysisEvent__menuItemBtn:after {
  content: "Analisi Chimiche";
  color: #ffffff;
  background: #205064;
  border-bottom: 1px solid #ffffff;
}
.microbio .analysisEvent__menuItemBtn:after {
  content: "Analisi Microbiologiche";
  color: #ffffff;
  background: #205064;
  border-bottom: 1px solid #ffffff;
}
.analysisEvent__menuItemBtn span {
  display: inline;
  margin-right: 20px;
}
.analysisEvent__menuItemBtn-name {
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.analysisEvent__name {
  font-family: 'intro_regular';
}
.analysisEvent__date {
  font-size: 1.3em;
}
.analysisEvent__info span {
  margin-right: 10px;
}
/* ANALYSIS DATA */
.location-analysis-data h4 {
  font-size: 1.2em;
  margin: 20px 0;
}
h2.analysis-title {
  color: #205064;
  font-size: 1.8em;
  margin-top: 20px;
}
.analisys-intro h3 {
  margin-top: 20px;
  font-size: 0.9em;
  font-weight: normal;
  color: #205064;
}
.analisys-intro h4 {
  font-size: 1em;
}
.analisys-intro h3 span {
  text-transform: uppercase;
}
.analisys-intro ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.8em;
}
.analysis-head {
  margin: 20px 0 0 0;
  padding-top: 10px;
  border-top: 1px dashed #a9d5e8;
}
.analysis-head:before,
.analysis-head:after {
  content: "";
  display: table;
  clear: both;
  float: none;
}
.analysis-head h4 {
  font-size: 1em;
  margin: 0 0 0 0;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #e7c017;
}
.analysis-head h4 small {
  color: #205064;
  font-size: 1em;
}
.open-short-description {
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: bold;
  cursor: pointer;
  border-left: 1px solid #a9d5e8;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.open-short-description:hover {
  color: #cccccc;
}
.short-description {
  display: none;
  margin: 20px 0 20px 0;
  font-size: 0.9em;
}
.short-description-btnrow {
  display: block;
  margin: 20px 0 0 0;
}
.analysis-data {
  margin-bottom: 80px;
}
.analysis-results {
  overflow: auto;
  font-size: 1.5em;
  color: #205064;
}
.analysis-results p {
  float: left;
  margin: auto 20px 0 0;
}
.analysis-results p span {
  font-weight: bold;
}
.percentage {
  position: relative;
  height: 25px;
  width: 100%;
}
.percentage-bar.off {
  background: #a9d5e8;
  height: 25px;
  width: 100%;
}
.percentage-bar.on {
  position: absolute;
  background: #226c8b;
  height: 25px;
  width: 0;
  top: 0;
}
.legal-scale {
  position: relative;
  height: 15px;
  width: 100%;
  margin-top: 5px;
}
.legal-bar.off {
  background: #a9d5e8;
  height: 15px;
  width: 100%;
}
.legal-bar.on {
  position: absolute;
  height: 15px;
  width: 0;
  top: 0;
  overflow: hidden;
}
.legal-bar-item {
  float: left;
  height: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 15px;
  text-align: center;
}
.legal-bar-item span {
  display: none;
}
.legal-bar-item.good {
  background: #81d028;
}
.legal-bar-item.warning {
  background: #da4325;
}
.analysis-element.static-element .percentage-text,
.analysis-element.static-element .percentage,
.analysis-element.static-element .legal-scale {
  display: none;
}
.microbio.analysis-elements-row {
  margin: 40px 0;
}
.microbio.analysis-element {
  float: left;
  width: 33.3333%;
  padding: 10px;
}
@media all and (max-width: 800px) {
  .microbio.analysis-element {
    width: 50%!important;
  }
}
@media all and (max-width: 600px) {
  .microbio.analysis-element {
    width: 100%!important;
  }
}
.microbio.analysis-element .analysis-head {
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #a9d5e8;
}
.microbio.analysis-element h4 {
  float: none;
  height: auto;
  font-size: 1.5em;
}
.microbio.analysis-element h4 small {
  display: block;
}
.microbio.analysis-element .open-short-description {
  float: none;
  margin: 0;
  padding: 0;
  border-left: none;
}
.microbio.analysis-element .analysis-results {
  position: relative;
}
.microbio.analysis-element .analysis-results:before {
  content: "";
  display: block;
  padding-top: 100%;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition-property: background, color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: background, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 5000s;
  transition-delay: 5000s;
}
.microbio.analysis-element .analysis-results.good-drink:before {
  background: #81d028;
}
.microbio.analysis-element .analysis-results.good-bath:before,
.microbio.analysis-element .analysis-results.not-good-country.good-bath:before {
  background: #f27b23;
}
.microbio.analysis-element .analysis-results.good-country:before {
  background: #b55107;
}
.microbio.analysis-element .analysis-results.not-good-bath.not-good-country:before {
  background: #da4325;
}
.microbio.analysis-element .value-text {
  margin: 0;
  float: none;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.microbio.analysis-element .value-label:after {
  display: block;
  margin-top: 20px;
  padding: 8px 10px;
  border-radius: 10px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 0.8em;
}
.microbio.analysis-element .value-label.good-drink:after {
  content: "Potabile";
  background: #81d028;
  color: #ffffff;
}
.microbio.analysis-element .value-label.good-bath:after,
.microbio.analysis-element .value-label.not-good-country.good-bath:after {
  content: "Balneabile";
  background: #f27b23;
  color: #ffffff;
}
.microbio.analysis-element .value-label.good-country:after {
  content: "Uso Agricolo / Balneabile";
  background: #b55107;
  color: #ffffff;
}
.microbio.analysis-element .value-label.not-good-bath.not-good-country:after {
  content: "Contaminata - Nessun uso";
  background: #da4325;
  color: #ffffff;
}
.microbio.analysis-element .analysis-results p span {
  font-weight: bold;
  display: block;
  font-size: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* ANALYSIS MODAL WINDOWS */
.sk-modal-box.full-colored .sk-modal-title,
.sk-modal-footer {
  background-color: #a9d5e8 !important;
  color: #fff;
}
.sk-modal-title h3 {
  color: #fff!important;
  padding-left: 20px!important;
}
.sk-modal-box {
  width: 80%!important;
}
.sk-modal-content {
  padding: 28px!important;
}
/* ######################################################################### */
/* UTILITIES */
/* ######################################################################### */
/* 
*  ------------------------------
*  Standard Margins 
*  (change values as you need)
*  ------------------------------
*/
.marg {
  margin: 40px;
}
.marg-ver {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.marg-hor {
  margin-right: 40px;
  margin-left: 40px;
}
.marg-top {
  margin-top: 40px;
}
.marg-bottom {
  margin-bottom: 40px;
}
.marg-left {
  margin-left: 40px;
}
.marg-right {
  margin-right: 40px;
}
.marg.half {
  margin: 20px;
}
.marg-ver.half {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.marg-hor.half {
  margin-right: 20px;
  margin-left: 20px;
}
.marg-top.half {
  margin-top: 20px;
}
.marg-bottom.half {
  margin-bottom: 20px;
}
.marg-left.half {
  margin-left: 20px;
}
.marg-right.half {
  margin-right: 20px;
}
/* 
*  ------------------------------
*  Standard Padding 
*  (change values as you need)
*  ------------------------------
*/
.pad {
  padding: 40px;
}
.pad-ver {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pad-hor {
  padding-right: 40px;
  padding-left: 40px;
}
.pad-top {
  padding-top: 40px;
}
.pad-bottom {
  padding-bottom: 40px;
}
.pad-left {
  padding-left: 40px;
}
.pad-right {
  padding-right: 40px;
}
.pad.half {
  padding: 20px;
}
.pad-ver.half {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pad-hor.half {
  padding-right: 20px;
  padding-left: 20px;
}
.pad-top.half {
  padding-top: 20px;
}
.pad-bottom.half {
  padding-bottom: 20px;
}
.pad-left.half {
  padding-left: 20px;
}
.pad-right.half {
  padding-right: 20px;
}
/* 
*  ------------------------------
*  Reset Margins
*  ------------------------------
*/
.no-marg {
  margin: 0!important;
}
.no-marg-top {
  margin-top: 0!important;
}
.no-marg-bottom {
  margin-bottom: 0!important;
}
.no-marg-left {
  margin-left: 0!important;
}
.no-marg-right {
  margin-right: 0!important;
}
.no-marg-ver {
  margin-top: 0!important;
  margin-bottom: 0!important;
}
.no-marg-hor {
  margin-right: 0!important;
  margin-left: 0!important;
}
/* 
*  ------------------------------
*  Reset Padding
*  ------------------------------
*/
.no-pad {
  padding: 0!important;
}
.no-pad-top {
  padding-top: 0!important;
}
.no-pad-bottom {
  padding-bottom: 0!important;
}
.no-pad-left {
  padding-left: 0!important;
}
.no-pad-right {
  padding-right: 0!important;
}
.no-pad-ver {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.no-pad-hor {
  padding-right: 0!important;
  padding-left: 0!important;
}
/* 
*  ------------------------------
*  fluid images 
*  ------------------------------
*/
img.img-100,
.img-100 img,
img.img-fluid,
.img-fluid img {
  width: 100%;
  height: auto;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
