﻿*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-size: 100%;
}

body {
  background: #06111F;
  color: #F2F6FD;
  padding: 0;
  margin: 0;
  font-family: "Instrument Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.subheader {
  line-height: 1.4;
  color: #646464;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.hide {
  display: none;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  position: relative;
}

@font-face {
  font-family: "banzai-iconset";
  src: url("../assets/banzai-iconset/banzai-iconset26dc.eot?-p3opre");
  src: url("../assets/banzai-iconset/banzai-iconsetd41d.eot?#iefix-p3opre") format("embedded-opentype"), url("../assets/banzai-iconset/banzai-iconset26dc.woff?-p3opre") format("woff"), url("../assets/banzai-iconset/banzai-iconset26dc.ttf?-p3opre") format("truetype"), url("../assets/banzai-iconset/banzai-iconset26dc.svg?-p3opre#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "banzai-iconset";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-next {
  float: right;
}

.icon-arrow-next:before {
  content: "\e621";
}

.icon-arrow-right:before {
  content: "\e622";
}

.icon-chiudi:before {
  content: "\e61d";
}

.icon-circle-down:before {
  content: "\e623";
}

.icon-download:before {
  content: "\e623";
}

.icon-download-here:before {
  content: "\e623";
}

.icon-email:before {
  content: "\e628";
}

.icon-menu:before {
  content: "\e61c";
}

.icon-pin:before {
  content: "\e629";
}

.icon-telefono:before {
  content: "\e62a";
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin: 2rem 0 3rem 0;
  width: 100%;
  text-align: center;
}

.hidden {
  display: none;
}

/*.large-33 {
  float: left;
  width: 25%;

  @include respond-to("mobile", max) { width: 100%; }
  @include respond-to("tablet")      { width: 100%; }
  @include respond-to("desktop")     { width: 25%; }
}*/
.role-item {
  width: 32%;
}
@media screen and (max-width: 640px) {
  .role-item {
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .role-item {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .role-item {
    width: 32%;
  }
}

.large-50 {
  float: left;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .large-50 {
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .large-50 {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .large-50 {
    width: 50%;
    float: left;
  }
}

.dati-box {
  display: block;
  width: 45%;
  float: left;
  margin: 0 2%;
}
.dati-box li {
  height: 45px;
  line-height: 45px;
  padding-left: 22px;
  text-align: left;
  vertical-align: middle;
}
.dati-box span {
  float: right;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .dati-box {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 641px) {
  .dati-box {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .dati-box {
    width: 45%;
    margin: 0 2%;
  }
}
@media screen and (min-width: 1321px) {
  .dati-box {
    width: 45%;
    margin: 0 2%;
  }
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

li {
  list-style: none;
}

.list > div {
  margin: 0;
}
.list .name {
  margin-bottom: 20px;
  color: #F2F6FD;
}
.list .role {
  font-size: 24px;
  line-height: 21px;
  color: #F2F6FD;
  text-transform: uppercase;
}
.list .description {
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

.document-list {
  padding: 0 6px;
}

.ipo ul,
.document-list ul {
  margin: 0 !important;
}

.ipo li,
.document-list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: #0B1B2E;
}

.event-list .description {
  display: table-row;
}
.event-list .boxball-description span,
.event-list .description div {
  display: table-cell;
  text-align: left;
  height: 3rem;
}

.icone-hero .boxball { /* inherits from .boxball in _theme */ }
.icone-hero .boxball strong {
  font-size: 24px;
  line-height: 6.25rem;
}
.icone-hero .boxball-description {
  display: table-row;
  margin: 0;
  padding: 0;
}
.icone-hero .boxball-description span {
  color: #6fa3ff;
  font-weight: bold;
  padding-right: 2rem;
  display: table-cell;
  height: 2rem;
  vertical-align: middle;
}
.icone-hero h5 {
  text-align: left;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
}
.icone-hero a {
  border: none;
}
.icone-hero a div:hover,
.icone-hero a h5:hover,
.icone-hero a .boxball-description span:hover {
  color: #b7b7b7;
}

.icon-download {
  background: none repeat scroll 0 0 #f0f0f0;
  border-radius: 62.5rem;
  color: rgb(255, 191, 0);
  display: table-cell;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 300;
  height: 5.5rem;
  left: -2.75rem;
  line-height: 5.5rem;
  width: 5.5rem;
  top: 1.5rem;
}

.icon-download {
  background: none repeat scroll 0 0 #f3f3f3;
}
.icon-download:before:before {
  content: "";
}

.icon-download-here:hover {
  color: #b7b7b7;
}

.alternate {
  background-color: #0B1B2E;
}

.historical .options {
  width: 100%;
  font-size: 1.2rem;
  line-height: 30px;
}
.historical .optionDiv {
  float: left;
  margin-right: 3.5%;
  margin-bottom: 16px;
}
.historical span,
.historical INPUT {
  margin-right: 10px;
}
.historical .ddl-selected {
  background: url("/persist/img/Arrowdown.png") no-repeat scroll 95% center rgba(0, 0, 0, 0);
  border: 1px solid #0F2238;
  cursor: pointer;
  display: block;
  line-height: 30px;
  padding: 0 0 0 10px;
  width: 150px;
}
.historical .ddl span,
.historical .ddl div {
  float: left;
}
.historical table {
  font-size: 1.2rem;
  width: 90%;
  margin: 20px 5% 0 5%;
}
.historical table th {
  background-color: #727c89;
  color: #F2F6FD;
  height: 40px;
  text-transform: uppercase;
}
.historical table td {
  height: 35px;
  text-align: center;
}

.historical-selectors {
  position: relative;
}
.historical-selectors ul {
  background: none repeat scroll 0 0 #F2F6FD;
  display: none;
  position: absolute;
  margin-left: 0;
  top: 30px;
  z-index: 10;
  line-height: 30px;
}
.historical-selectors ul li {
  background-color: #f7f7f7;
  border-bottom: 1px solid #c8cccb;
  border-left: 1px solid #c8cccb;
  border-right: 1px solid #c8cccb;
  color: #0e0e0e;
  cursor: pointer;
  display: block;
  line-height: 30px;
  padding: 0 10px;
  width: 150px;
}

#shareholders table {
  font-size: 1.2rem;
  width: 90%;
  margin: 20px 5% 0 5%;
}
#shareholders table th {
  background-color: #727c89;
  color: #F2F6FD;
  height: 40px;
  text-transform: uppercase;
}
#shareholders table td {
  height: 35px;
  text-align: center;
}
#shareholders .note {
  margin: 10px 0 40px 5%;
}

.results-presentations table {
  font-size: 1rem;
  width: 100%;
  margin-top: 20px;
}
.results-presentations table th {
  background-color: #727c89;
  color: #F2F6FD;
  height: 40px;
  text-transform: uppercase;
  padding: 0 5px;
}
.results-presentations table td {
  height: 50px;
  text-align: center;
}
.results-presentations table td:first-child {
  text-align: left;
  padding-left: 5px;
}
.results-presentations table td a {
  font-size: 1.5rem;
}
.results-presentations table td span {
  font-size: 0.75rem;
  vertical-align: text-top;
}
.results-presentations table th:first-child {
  text-align: left;
  padding-left: 5px;
}

.presentations-date {
  font-size: 0.75rem;
  padding: 0 5px 0 5px;
}

.analyst-coverage table {
  font-size: 1rem;
  width: 100%;
  margin: 20px 2% 0 2%;
}
.analyst-coverage table th {
  background-color: #727c89;
  color: #F2F6FD;
  height: 40px;
  text-transform: uppercase;
  padding: 0 5px;
}
.analyst-coverage table td {
  height: 50px;
  text-align: center;
  text-align: left;
  padding-left: 10px;
}
.analyst-coverage table td span {
  display: block;
  height: 40px;
  line-height: 40px;
}

@media screen and (max-width: 640px) {
  .openCol {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .openCol {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .openCol {
    display: table-cell;
  }
}

@media screen and (max-width: 640px) {
  .highCol,
  .lowCol {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .highCol,
  .lowCol {
    display: table-cell;
  }
}

input[type=submit] {
  width: 10rem;
  background-color: #a7a7a7;
  border: 1px solid #a7a7a7;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  height: 2rem;
  text-transform: uppercase;
  display: inline;
}
input[type=submit]:hover {
  border-color: rgb(255, 191, 0);
}

INPUT[type=text] {
  background-color: #f9f9f9;
  border: 1px solid #a1adc3;
  font-size: 16px;
  padding: 5px;
  float: right;
  width: 75px;
}

.ipo-select {
  padding-bottom: 0 !important;
}
.ipo-select ul {
  margin: 20px 0 20px 0;
  list-style-type: none;
}
.ipo-select li {
  list-style: none;
  line-height: 4rem;
  text-align: center;
  margin: 1rem 0 1rem 0;
  border-left: 0 solid !important;
  display: block;
}
.ipo-select .styled-select {
  background: url("/persist/img/down_arrow_select.jpg") no-repeat scroll right center #f7f7f7;
  border: 1px solid #ccc;
  height: 2.3rem;
  line-height: 2rem;
  overflow: hidden;
  width: 18.5rem;
  box-sizing: border-box;
  word-wrap: break-word;
  margin: 0;
  padding: 0 0 0 5px;
}
.ipo-select .styled-select:hover {
  border-color: rgb(255, 191, 0);
}
.ipo-select .styled-select select {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 12px;
  font-weight: bold;
  height: 1.9rem;
  letter-spacing: 0;
  line-height: 1.9rem;
  width: 20rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  outline: none;
}

.pre-disclaimer {
  font-size: 16px;
}
.pre-disclaimer li {
  text-align: left;
  height: 3rem;
}
.pre-disclaimer div {
  height: 2.5rem;
  line-height: 2.5rem;
  font-weight: bold;
}

.error {
  color: rgb(255, 191, 0);
  font-size: 1rem;
  margin-bottom: 20px;
}

.investment-calculator-input ul li {
  border-bottom-width: 0;
  margin-bottom: 5%;
}
.investment-calculator-input ul li span {
  float: left;
  line-height: 30px;
}

.diminuzione {
  background: url("/persist/img/diminuzione.png") no-repeat scroll right center rgba(0, 0, 0, 0);
  color: #e75151;
  padding-right: 25px;
}

.aumento {
  background: url("/persist/img/aumento.png") no-repeat scroll right center rgba(0, 0, 0, 0);
  color: #3fb34f;
  padding-right: 25px;
}

.site-header > nav {
  padding: 10px 0 0 10%;
}
@media screen and (max-width: 640px) {
  .site-header > nav {
    height: 70px;
  }
}
@media screen and (min-width: 641px) {
  .site-header > nav {
    height: 95px;
  }
}
@media screen and (min-width: 1025px) {
  .site-header > nav {
    height: 118px;
  }
}

.menu-fixed {
  position: fixed;
  top: 120px !important;
}
@media screen and (min-width: 641px) {
  .menu-fixed {
    position: static;
  }
}
@media screen and (min-width: 1025px) {
  .menu-fixed {
    position: fixed;
  }
}

.menu-absolute {
  position: absolute;
  top: 260px !important;
}
@media screen and (min-width: 641px) {
  .menu-absolute {
    position: static;
  }
}
@media screen and (min-width: 1025px) {
  .menu-absolute {
    position: absolute;
  }
}

.left-menu {
  width: 250px;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1000;
  display: block;
  position: fixed;
  margin-left: -250px;
}
.left-menu ul {
  margin: 5px;
}
.left-menu li {
  margin-bottom: 0;
}

.left-off-canvas-toggle {
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 640px) {
  .left-off-canvas-toggle {
    margin-top: 15px;
  }
}
@media screen and (min-width: 641px) {
  .left-off-canvas-toggle {
    margin-top: auto;
  }
}

.investors-menu {
  background-color: #f3f3f3;
  content: " ";
  display: table;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
}
.investors-menu ul {
  margin: 25px 0 0;
  padding: 0 5px 0;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  list-style-type: none;
}
.investors-menu ul ul {
  margin: 0;
}
.investors-menu ul li ul li {
  font-size: 1.05rem;
}
.investors-menu li {
  border-bottom: 1px solid #fefefe;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  height: auto;
  letter-spacing: 0.1em;
  line-height: 1.5;
  list-style: outside none none;
  margin: 0;
  padding: 5px 0px 5px 20px;
  text-transform: uppercase;
  width: 100%;
}
.investors-menu li a {
  color: #6fa3ff;
  display: block;
}
.investors-menu li.selected, .investors-menu li:hover, .investors-menu li.expanded {
  background-color: #e9e9e9;
}
.investors-menu li.collapse {
  border-bottom-width: 0;
}
.investors-menu li.collapse:hover {
  background-color: #f3f3f3;
}
.investors-menu li.expand ul {
  display: none;
}
@media screen and (max-width: 640px) {
  .investors-menu {
    width: 100%;
    position: static;
  }
  .investors-menu ul {
    padding-left: 5px;
    margin-top: 30px;
  }
  .investors-menu li {
    font-size: 1rem;
    padding-left: 5px;
  }
  .investors-menu ul li ul li {
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 641px) {
  .investors-menu {
    width: 100%;
    position: static;
  }
  .investors-menu ul {
    padding-left: 10px;
    margin-top: 30px;
  }
  .investors-menu li {
    font-size: 1rem;
    padding-left: 10px;
  }
  .investors-menu ul li ul li {
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 1025px) {
  .investors-menu {
    width: 290px;
    top: 260px;
    position: absolute;
  }
  .investors-menu ul {
    padding-left: 10px;
    margin-top: 30px;
  }
  .investors-menu li {
    font-size: 1rem;
    padding-left: 10px;
  }
  .investors-menu ul li ul li {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1321px) {
  .investors-menu {
    width: 369px;
  }
  .investors-menu ul {
    padding-left: 10px;
    margin-top: 40px;
  }
  .investors-menu li {
    font-size: 1.1rem;
    padding-left: 10px;
  }
  .investors-menu ul li ul li {
    font-size: 1rem;
  }
}

.investor-content .strip {
  min-height: 600px;
}
.investor-content h2 {
  font-size: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .investor-content {
    margin-left: 0;
  }
}
@media screen and (min-width: 641px) {
  .investor-content {
    margin-left: 0;
  }
}

.menu-years {
  font-weight: bold;
}
.menu-years span {
  margin: 0 1%;
}
.menu-years a {
  color: #6fa3ff;
  font-weight: normal;
}

.pager-container {
  width: 100%;
  clear: both;
  margin: 45px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1366px) {
  .pager-container {
    width: 43%;
  }
}
@media (min-width: 769px) and (max-width: 1366px) {
  .pager-container {
    width: 50%;
  }
}
@media (min-width: 732px) and (max-width: 768px) {
  .pager-container {
    width: 66%;
  }
}
@media (min-width: 641px) and (max-width: 731px) {
  .pager-container {
    width: 73%;
  }
}
@media (min-width: 569px) and (max-width: 641px) {
  .pager-container {
    width: 76%;
  }
}
@media (min-width: 450px) and (max-width: 568px) {
  .pager-container {
    width: 87%;
  }
}

.prev,
.next {
  margin-top: 4px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.prev.disabled,
.next.disabled {
  color: #6f7475;
  cursor: default;
}

.pager li {
  color: #F2F6FD;
  margin: 0 10px;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 62.5rem;
  border: solid 1px #6fa3ff;
  background-color: #0B1B2E;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  float: left;
}
.pager li:hover {
  background-color: #6fa3ff;
  color: #F2F6FD;
}
.pager li.active {
  background-color: #6fa3ff;
  color: #F2F6FD;
}

.page-navigator table {
  margin: 20px auto;
  padding: 0;
}
.page-navigator td span,
.page-navigator td a {
  width: 30px;
  display: inline-block;
  border-radius: 62.5rem;
  background: none repeat scroll 0 0 #727c89;
  text-transform: uppercase;
}

body {
  font-family: "Instrument Sans", sans-serif;
}

.info {
  margin-bottom: 40px;
}

.note {
  font-size: 0.7rem;
  margin-bottom: 10px;
}

.subtitle {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
}

.contacts-area {
  text-align: left;
  margin: 40px 0 20px 0;
  font-size: 25px;
}

.icon-arrow-next {
  bottom: 1.25rem;
  font-size: 50px;
  left: 50%;
  color: rgb(255, 191, 0);
  margin: 0 0 0 -1.5625rem;
  position: absolute;
}
.icon-arrow-next:before:before {
  content: "";
}

.rep_container {
  display: none;
  clear: both;
}

/*.title-active:after {
  content: img-url("../SCSS/arrow-U.png") !important;
}*/
.boxball {
  background: none repeat scroll 0 0 rgb(255, 191, 0);
  border-radius: 62.5rem;
  bottom: -6rem;
  color: #F2F6FD;
  display: table;
  font-size: 1.875rem;
  font-weight: 300;
  height: 12.625rem;
  line-height: 1.875rem;
  margin-right: 1.875rem;
  position: absolute;
  right: 1rem;
  text-align: center;
  text-transform: uppercase;
  width: 12.625rem;
  display: none;
}
.boxball > div {
  display: table-cell;
  vertical-align: middle;
}
.boxball div strong {
  display: block;
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 3.125rem;
}
@media screen and (max-width: 640px) {
  .boxball {
    bottom: -3rem;
    font-size: 1.1rem;
    height: 6rem;
    line-height: 1.475rem;
    margin-right: 0;
    right: 0.5rem;
    width: 6rem;
  }
  .boxball strong {
    font-size: 20px !important;
    line-height: 20px !important;
  }
}
@media screen and (min-width: 641px) {
  .boxball {
    bottom: -5rem;
    font-size: 1.8rem;
    height: 11rem;
    line-height: 1.7rem;
    margin-right: 1.7rem;
    right: 1rem;
    width: 11rem;
  }
  .boxball strong {
    font-size: 2.1rem;
    line-height: 2.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .boxball {
    bottom: -6rem;
    font-size: 2.1rem;
    height: 12.625rem;
    line-height: 1.875rem;
    margin-right: 1.875rem;
    right: 1rem;
    width: 12.625rem;
  }
  .boxball strong {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}

#board-of-directors .large-33 {
  min-height: 200px;
  position: relative;
}
#board-of-directors .large-33:hover {
  background-color: #0B1B2E;
}
#board-of-directors .name {
  padding-top: 1rem;
}
#board-of-directors .role {
  font-size: 0.875rem;
  font-weight: 700;
}

.role-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1%;
  width: 100%;
  box-sizing: border-box;
}
.role-container .role-item {
  margin-bottom: 1%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: solid 1px #0F2238;
  background-color: #0B1B2E;
  box-sizing: border-box;
  text-align: center;
}

#disclaimer {
  padding-bottom: 20px !important;
  font-size: 1rem;
}
#disclaimer .ipo-select li,
#disclaimer .ipo-select ul {
  margin: 0;
}
#disclaimer h5 {
  margin-top: 1rem;
}
@media screen and (max-width: 640px) {
  #disclaimer .ipo-select li {
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 641px) {
  #disclaimer .ipo-select li {
    padding: 0;
    margin: 0;
  }
}

.--grouped .group {
  margin-top: 50px;
}
.--grouped .group > .a-group {
  font-family: "Instrument Sans", sans-serif;
  background-color: #727c89;
  color: #F2F6FD !important;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0 5px;
  position: relative;
  cursor: pointer !important;
  display: block;
  width: 100%;
}
.--grouped .a-group span {
  float: left;
}
.--grouped .a-group span:before {
  content: url("/persist/img/arrow-D.png");
  position: absolute;
  top: 7px;
  right: 20px;
}
.--grouped .div-group {
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
.--grouped .hide {
  display: none;
}

.arrow-down:before {
  content: url("/persist/img/arrow-U.png") !important;
}

#single-management {
  margin: 8% 10%;
  font-size: 1.2rem;
}
#single-management.title {
  width: 100%;
}
#single-management h1 {
  padding: 0;
  font-size: 1.9rem;
}
#single-management h2 {
  padding: 0 0 30px 0;
  color: rgb(255, 191, 0) !important;
  font-size: 1rem;
  text-transform: uppercase;
}
#single-management .description {
  padding-bottom: 50px;
}

#last-update {
  background-color: #06111F;
  color: #6fa3ff;
  width: 100%;
  text-align: left;
  height: 40px;
  line-height: 40px;
  margin: 20px 0 20px 0;
  padding-left: 5px;
  padding-right: 5px;
}
#last-update:before, #last-update:after {
  display: table;
  width: 100%;
  content: " ";
}
#last-update img.logo-tlb {
  height: 22px;
  float: right;
  margin-top: 8px;
}

@media screen and (max-width: 640px) {
  #small-pie-container {
    display: block;
    visibility: visible;
  }
}
@media screen and (min-width: 641px) {
  #small-pie-container {
    display: none;
    visibility: hidden;
  }
}

@media screen and (max-width: 640px) {
  #pie-container {
    visibility: hidden;
    display: none;
  }
}
@media screen and (min-width: 641px) {
  #pie-container {
    visibility: visible;
    display: block;
  }
}

.highlight {
  color: white;
  font-weight: bold;
  position: absolute;
  text-align: center;
  padding: 15px 5px;
  right: 0;
  top: 115px;
  width: 500px;
  height: 140px;
  background: rgba(0, 0, 0, 0.4);
}
.highlight .title {
  padding: 14px 0 19px 0;
  font-size: 15px;
}
.highlight .date {
  font-weight: normal;
  font-size: 12px;
}
.highlight a {
  font-size: 15px;
  background: rgba(255, 255, 255, 0.2);
  padding: 3px 30px;
  color: white;
  border-bottom: solid 1px #F2F6FD;
  border-top: solid 1px #F2F6FD;
  outline: none;
}
@media screen and (max-width: 640px) {
  .highlight {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .highlight {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .highlight {
    display: block;
  }
}

.share-price-performance label {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
}

.boxContainer label {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
}
.boxContainer ul {
  list-style: none;
  list-style-position: outside;
  margin: 10px 0;
  padding: 0;
}
.boxContainer ul li {
  border-bottom: 1px solid #0F2238;
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.chart-panel {
  margin: 1% 3%;
}

.period-panel {
  width: 100%;
}
.period-panel ul {
  list-style: none;
  list-style-position: outside;
  margin: 10px 12% 0;
  padding: 0;
}
.period-panel ul li {
  display: block;
  list-style: outside none none;
  color: #F2F6FD;
  margin: 0 3% 2% 3%;
  padding: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 62.5rem;
  border: solid 1px #6fa3ff;
  background-color: #727c89;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  float: left;
}
.period-panel .active,
.period-panel li:hover {
  background-color: rgb(255, 191, 0);
}

.chart-type-panel {
  width: 100%;
}
.chart-type-panel span {
  margin: 1% 9% 2% 9%;
  width: 50px;
  height: 50px;
  display: block;
  float: left;
}

.line {
  background: url("/persist/img/chartTypeLine.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.line.active, .line:hover {
  background: url("/persist/img/chartTypeLineActive-e.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

.candlestick {
  background: url("/persist/img/chartTypeCandle.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.candlestick.active, .candlestick:hover {
  background: url("/persist/img/chartTypeCandleActive-e.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

.ohlc {
  background: url("/persist/img/chartTypeBars.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.ohlc.active, .ohlc:hover {
  background: url("/persist/img/chartTypeBarsActive-e.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

.area {
  background: url("/persist/img/chartTypeArea.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.area.active, .area:hover {
  background: url("/persist/img/chartTypeAreaActive-e.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

.indContainer {
  padding-top: 30px;
  border-top: 1px solid #0F2238;
  font-size: 20px;
}

.indicators-container {
  padding-top: 10px;
}
.indicators-container div {
  margin: 0 3% 3% 3%;
  float: left;
  padding-left: 40px;
  width: 120px;
  background: url("/persist/img/check.png") no-repeat scroll center left rgba(0, 0, 0, 0);
  cursor: pointer;
}
.indicators-container div.active, .indicators-container div:hover {
  background: url("/persist/img/checkActive-e.png") no-repeat scroll center left rgba(0, 0, 0, 0);
}
