@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
*,
*:before,
*:after {
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
}

header,
main,
section,
aside,
nav,
article,
address,
footer {
  display: block;
}

body {
  min-width: 320px;
  background: #ffffff;
  font-family: "erik_text_regular", Arial;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 300;
  color: #1f1f1c;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 100px;
}
body.single-post,
body.single-penser_company,
body.single-penser_event,
body.single-penser_analysis {
  margin-top: 100px;
}
body.admin-bar header {
  top: 32px;
}
body.single-penser_company main.container {
  padding-top: 51px;
}

@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
  body.single-post,
  body.single-penser_company,
  body.single-penser_event,
  body.single-penser_analysis {
    margin-top: 100px;
  }
}
@media (max-width: 899px) {
  body.menu-opened {
    overflow: hidden;
    position: fixed;
    margin-top: 0px;
  }
  body.menu-opened .global {
    overflow: hidden;
    position: fixed;
  }
}
@media (max-width: 580px) {
  body {
    margin-top: 70px;
  }
}
.global {
  position: relative;
}

img {
  display: block;
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 400;
  font-size: 0.8em;
}

h1,
h2,
h3,
h4 {
  text-transform: none;
  font-weight: 400;
  padding: 10px 0px;
  line-height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong {
  font-family: "erik_text_regular";
  font-weight: 400;
  font-size: 0.95em;
}

h1 {
  font-size: 2.8em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.4em;
}

@media (max-width: 640px) {
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.2em;
  }
}
p {
  margin: 10px 0px 20px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

ul {
  list-style-position: inside;
}

.center {
  text-align: center;
}

.container {
  margin: 0px auto;
}

html.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

.museo {
  font-size: 0.9em;
  font-family: "erik_text_regular";
  font-weight: 300;
  line-height: 1.6em;
}
.museo strong {
  font-size: 0.9em;
}

.button {
  border: solid #ffffff 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-transform: none;
  font-family: "erik_text_regular";
  font-size: 0.9em;
  font-weight: 400;
  padding: 8px 15px 6px;
  min-width: 200px;
  text-align: center;
  display: inline-block;
  margin: 10px 0px;
  -moz-transition: background 0.2s ease, color 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
.button:hover {
  background: #ffffff;
  color: #00563b;
}
.button.inverted {
  border: solid #000000 1px;
  color: #000000;
}
.button.inverted:hover {
  border: solid #00563b 1px;
  background: #00563b;
  color: #ffffff;
}
.button.button-gray-outline {
  background: transparent;
  border: 1px solid #1f1f1c !important;
}
.button.button-gray-outline:hover {
  background: #00563b;
  color: #fff;
  border-color: #00563b !important;
}

.text {
  background: #f7f3f3;
  text-align: center;
  padding: 40px 120px;
}
.text.white {
  background: #ffffff;
}
.text .intro {
  font-family: "erik_text_regular", Arial;
  font-size: 1.3em;
  line-height: 1.5em;
  padding-bottom: 40px;
  border-bottom: solid #000001 1px;
  max-width: 1600px;
  margin: 0px auto 40px;
}
.text .columnize {
  text-align: left;
  font-family: "erik_text_regular";
  font-weight: 300;
  font-size: 0.9em;
  line-height: 1.4em;
  max-width: 1600px;
  margin: 0px auto;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}
.text .columnize h3 {
  font-family: "erik_text_regular";
  font-size: 1.5em;
  line-height: 1.3em;
  margin-bottom: -20px;
}
.text .columnize strong {
  font-size: 1em;
}
.text .columnize p {
  margin: 10px 0px 20px;
}

@media (max-width: 899px) {
  .text {
    padding: 40px 60px;
  }
  .text .columnize {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media (max-width: 640px) {
  .text {
    padding: 40px 30px;
  }
}
.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

@media (max-width: 899px) {
  .width-40 {
    width: 50%;
  }
  .width-50 {
    width: 50%;
  }
  .width-60 {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .width-40 {
    width: 100%;
  }
  .width-50 {
    width: 100%;
  }
  .width-60 {
    width: 100%;
  }
}
.table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.table .cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

@media (max-width: 640px) {
  .table [class^="cell width"] {
    display: block;
    min-height: 240px;
  }
}
.row.table {
  min-height: 500px;
}
.row.table .cell-green {
  background: #00563b;
  color: #ffffff;
  padding-bottom: 20px;
}
.row.table .cell-green .slider {
  width: 100%;
}
.row.table .cell-green .slide {
  padding: 40px;
}
.row.table .cell-green .slide + .slide {
  display: none;
}

@-moz-document url-prefix() {
  .row.table {
    height: 500px;
  }
}
@media (min-width: 1600px) {
  .row.table {
    min-height: 575px;
  }
  @-moz-document url-prefix() {
    .row.table {
      height: 575px;
    }
  }
}
@media (min-width: 2000px) {
  .row.table {
    min-height: 650px;
  }
  @-moz-document url-prefix() {
    .row.table {
      height: 650px;
    }
  }
}
@media (max-width: 899px) {
  .row.table .cell-green .slide {
    padding: 20px 20px 30px;
  }
}
@media (max-width: 640px) {
  .row.table .cell-green.invert-mobile {
    background: #ffffff;
    color: #333333;
  }
  .row.table .cell-green.invert-mobile .button {
    border: solid #000000 1px;
    color: #000000;
  }
  .row.table .cell-green.invert-mobile .button:hover {
    border: solid #00563b 1px;
    background: #00563b;
    color: #ffffff;
  }
  .row.table .cell-green.invert-mobile .slider .flex-control-nav li a:after {
    background: #ffffff;
    border: solid #00563b 1px;
  }
  .row.table
    .cell-green.invert-mobile
    .slider
    .flex-control-nav
    li
    a:hover:after,
  .row.table
    .cell-green.invert-mobile
    .slider
    .flex-control-nav
    li
    a.flex-active:after {
    background: #00563b;
  }
  .row.table .cell-green.invert-mobile .slider .flex-direction-nav li a:before {
    color: #00563b;
  }
  @-moz-document url-prefix() {
    .row.table {
      height: auto;
    }
  }
}
@media (max-width: 640px) {
  .mobile-switch {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.flex-viewport {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.flex-control-nav li {
  margin: 0px;
}
.flex-control-nav li a {
  display: inline-block;
  width: 28px;
  height: 28px;
  position: relative;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.flex-control-nav li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0px 0px -4px;
  width: 8px;
  height: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.flex-control-nav li a.flex-active,
.flex-control-nav li a:hover {
  background: transparent;
}

.media-slider .media-slide {
  display: none;
  height: 0px;
}
.media-slider .media-slide:first-child,
.media-slider .media-slide .active {
  display: block;
  height: auto;
}
.media-slider .media-slide.media-slide-hide {
  display: block;
}
.media-slider .media-slide.media-slide-hide .chart-logo {
  display: none;
}
.media-slider .media-slide iframe {
  width: 100%;
  height: 100%;
}
.media-slider .media-slide .media-slide-image {
  position: relative;
  height: 100%;
}
.media-slider .media-slide .media-slide-image img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  height: 100%;
}

.slider .flex-control-nav {
  bottom: 20px;
  left: 30px;
  text-align: left;
}
.slider .flex-control-nav li a:after {
  background: #648377;
}
.slider .flex-control-nav li a:hover:after,
.slider .flex-control-nav li a.flex-active:after {
  background: #ffffff;
}
.slider .flex-direction-nav {
  position: absolute;
  right: 30px;
  bottom: 24px;
  overflow: hidden;
}
.slider .flex-direction-nav li {
  float: left;
}
.slider .flex-direction-nav li a {
  outline: none;
  opacity: 1 !important;
  text-shadow: none;
  color: #ffffff;
  height: 25px;
  width: 25px;
  position: relative;
  top: auto;
  left: auto;
  margin: 0px;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.slider .flex-direction-nav li a:before {
  font-family: fontello;
  content: "\e809";
  text-shadow: none;
  color: #ffffff;
  font-size: 1.3em;
}
.slider .flex-direction-nav li a.flex-next {
  right: auto;
}
.slider .flex-direction-nav li a.flex-next:before {
  content: "\e80f";
}
.slider .flex-direction-nav li a.flex-disabled {
  visibility: hidden;
}

@media (max-width: 899px) {
  .slider .flex-control-nav {
    left: 10px;
  }
}
@media (max-width: 640px) {
  .slider .flex-direction-nav {
    display: none;
  }
}
.row.table .cell-gray {
  background: #f5f5f5;
}
.row.table .cell-gray .slider {
  width: 100%;
}
.row.table .cell-gray .slider .flex-control-nav a:after {
  background-color: #757573 !important;
}
.row.table .cell-gray .slider .flex-control-nav a.flex-active:after {
  background-color: #1f1f1c !important;
}
.row.table .cell-gray .slide {
  padding: 40px;
}
.row.table .cell-gray .slide + .slide {
  display: none;
}
.row.table .cell-gray .button {
  background: transparent;
  border: 1px solid #1f1f1c !important;
}
.row.table .cell-gray .button:hover {
  background: #00563b;
  color: #fff;
  border-color: #00563b !important;
}

.datepicker .datepicker-days,
.datepicker .datepicker-months,
.datepicker .datepicker-years {
  font-family: "erik_text_regular";
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background: #00563b;
}

.before-header {
  text-transform: none;
  font-family: "erik_text_regular";
  font-weight: 400;
  font-size: 0.9em;
  display: block;
  margin-bottom: -5px;
}
.before-header strong {
  font-size: 1em !important;
}

.chart-holder .chart-logo {
  position: absolute;
  top: -40px;
  width: 140px;
  height: 122px;
}
.chart-holder .chart-overlay {
  position: absolute;
  top: 120px;
  left: 0px;
  width: 100%;
  color: #333333;
  z-index: 1;
}
.chart-holder .chart-overlay dl {
  position: absolute;
  font-family: "erik_text_regular";
  text-transform: none;
  display: none;
}
.chart-holder .chart-overlay dl dt {
  font-weight: 700;
  font-size: 0.6em;
  line-height: 1em;
}
.chart-holder .chart-overlay dl dd {
  font-weight: 900;
  font-size: 1.2em;
}

@media (max-width: 899px) {
  .chart-holder .chart-logo {
    top: -25px;
    width: 100px;
    height: 87px;
  }
}
@media (max-width: 640px) {
  .chart-holder .chart-overlay {
    height: 100%;
    top: 55px;
  }
  .chart-holder .chart-overlay dl {
    left: 15% !important;
  }
  .chart-holder .chart-overlay dl:nth-child(3),
  .chart-holder .chart-overlay dl:nth-child(4) {
    left: 60% !important;
  }
}
@media (max-width: 600px) {
	.lang-switcher.is-desktop {
		display: none !important;
	}

	.lang-switcher {
		display: block;
		padding: 20px 30px 18px 30px;
	}
}

@media (min-width: 601px) {
	.lang-switcher.is-mobile {
		display: none;
	}

	.lang-switcher {
		display: block;
		padding-right: 10px;
	}
}
/* CURTAIN HEADER */
.header-curtains {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  width: 100%;
  height: 100%;
  -moz-transition-property: height;
  -o-transition-property: height;
  -webkit-transition-property: height;
  transition-property: height;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.header-curtains__container {
  width: 100%;
  height: calc(100% - 100px);
  position: relative;
  background-color: #00563b;
  -webkit-box-shadow: 0px 3px 37px -4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 37px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 37px -4px rgba(0, 0, 0, 0.5);
  -moz-transition-property: height;
  -o-transition-property: height;
  -webkit-transition-property: height;
  transition-property: height;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.header-curtains__container .links-container {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 990;
  color: #fff;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.header-curtains__container .links-container a {
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  display: inline-block;
  margin-top: -3px;
}
.header-curtains__container .links-container a img.icon-login {
  display: inline-block;
  width: 16px;
  margin-left: 4px;
  margin-bottom: -5px;
}
.header-curtains__container .links-container a img.icon-home {
  display: inline-block;
  width: 24px;
  margin-left: 4px;
  margin-bottom: -4px;
}
.header-curtains__container .links-container a img.icon-menu {
  display: inline-block;
  width: 36px;
  margin-left: 14px;
  margin-bottom: -6px;
}
.header-curtains__container .logo {
  position: absolute;
  z-index: 990;
  top: 50%;
  left: 50%;
  width: 480px;
  height: 180px;
  margin-top: -130px;
  margin-left: -240px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.header-curtains__container .logo img {
  width: 480px;
}
.header-curtains__container .logo-symbol {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  z-index: 990;
  top: 16px;
  left: 20px;
  width: 55px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.header-curtains__container .logo-symbol img {
  width: 310px !important;
  margin-top: 8px;
}
.header-curtains .curtain-close {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 40px 20px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}
.header-curtains .curtain-close img {
  width: 35px;
  margin: 0 auto;
}
.header-curtains.minimized {
  height: 100px !important;
}
.header-curtains.minimized .header-curtains__container {
  height: calc(100% - 0px) !important;
}
.header-curtains.minimized .links-container {
  top: 38px;
}
.header-curtains.minimized .logo {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  top: -20%;
}
.header-curtains.minimized .logo-symbol {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.header-curtains.minimized .curtain-close {
  display: none;
}
.header-curtains.minimized .header-bottom {
  background: #c3b4aa;
  color: #ffffff;
  overflow: hidden;
  text-transform: none;
  font-family: "erik_text_regular";
  font-size: 0.65em;
}
.header-curtains.minimized .header-bottom .header-company {
  float: left;
  padding: 14px 10px 12px;
  color: #000;
  font-size: 1.5em;
}
.header-curtains.minimized .header-bottom .header-company .subnav-toggle {
  display: none;
  float: right;
  font-size: 2em;
  margin-right: 13px;
}
.header-curtains.minimized
  .header-bottom
  .header-company
  .subnav-toggle
  + .subnav-toggle {
  margin-right: 14px;
}
.header-curtains.minimized .header-bottom .sub-nav {
  float: right;
}
.header-curtains.minimized .header-bottom .sub-nav a {
  display: inline-block;
  padding: 14px 12px 12px;
  color: #000;
  font-weight: 400;
  font-size: 1.5em;
}
.header-curtains.minimized .header-bottom .sub-nav a:hover,
.header-curtains.minimized .header-bottom .sub-nav a.active {
  background: #00563b;
  color: #fff;
}

@media (max-width: 640px) {
  .header-curtains .logo {
    width: 280px;
    margin-left: -140px;
    height: 110px;
    margin-top: -55px;
  }
  .header-curtains .logo img {
    width: 280px;
  }
  .header-curtains .links-container a span {
    display: none;
  }
}
/* Header */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  min-width: 320px;
}
header .header-top {
  background: #ffffff;
  overflow: hidden;
  height: 120px;
}
header .header-top .header-logo {
  font-size: 15em;
  display: inline-block;
  overflow: hidden;
  height: 100%;
  color: #000000;
  float: left;
}
header .header-top .header-logo i {
  margin: 45px 15px;
  display: block;
}
header .header-top .header-links {
  float: right;
  line-height: 65px;
  color: #000000;
  font-size: 0.8em;
}
header .header-top .header-links a,
header .header-top .header-links > span {
  height: 120px;
  line-height: 120px;
  display: block;
  float: left;
}
header .header-top .header-links span {
  line-height: 125px;
  margin: 0px 5px;
}
header .header-top .header-links .menu-toggle {
  font-size: 2em;
  padding: 0px 20px;
}
header .header-bottom {
  background: #c3b4aa;
  color: #ffffff;
  overflow: hidden;
  text-transform: none;
  font-family: "erik_text_regular";
  font-size: 0.65em;
}
header .header-bottom .header-company {
  float: left;
  padding: 12px 10px 10px;
  color: #000;
  font-size: 1.3em;
}
header .header-bottom .header-company .subnav-toggle {
  display: none;
  float: right;
  font-size: 2em;
  margin-right: 13px;
}
header .header-bottom .header-company .subnav-toggle + .subnav-toggle {
  margin-right: 14px;
}
header .header-bottom .sub-nav {
  float: right;
}
header .header-bottom .sub-nav a {
  display: inline-block;
  padding: 12px 10px 10px;
  color: #000;
  font-weight: 400;
  font-size: 1.3em;
}
header .header-bottom .sub-nav a:last-child {
  padding: 12px 15px 10px 10px;
}
header .header-bottom .sub-nav a:hover,
header .header-bottom .sub-nav a.active {
  background: #00563b;
  color: #fff;
}

@media (max-width: 899px) {
  .header-curtains.minimized .header-bottom {
    background: transparent;
  }
  .header-curtains.minimized .header-bottom .header-company,
  .header-curtains.minimized .header-bottom .sub-nav {
    float: none;
  }
  .header-curtains.minimized .header-bottom .header-company {
    background: #cab6ab;
  }
  .header-curtains.minimized .header-bottom .header-company .subnav-toggle {
    display: block;
  }
  .header-curtains.minimized
    .header-bottom
    .header-company
    .subnav-toggle
    + .subnav-toggle {
    display: none;
  }
  .header-curtains.minimized .header-bottom .sub-nav {
    max-height: 0px;
    -moz-transition: max-height 0.2s linear;
    -o-transition: max-height 0.2s linear;
    -webkit-transition: max-height 0.2s linear;
    transition: max-height 0.2s linear;
    background: #cab6ab;
  }
  .header-curtains.minimized .header-bottom .sub-nav a {
    display: block;
  }
  .header-curtains.minimized .header-bottom .sub-nav a:hover,
  .header-curtains.minimized .header-bottom .sub-nav a.active {
    background: #00563b;
    color: #fff;
  }
  .header-curtains.minimized
    .header-bottom.subnav-opened
    .header-company
    .subnav-toggle,
  .header-curtains.minimized
    .header-bottom.subnav-tempopened
    .header-company
    .subnav-toggle {
    display: none;
  }
  .header-curtains.minimized
    .header-bottom.subnav-opened
    .header-company
    .subnav-toggle
    + .subnav-toggle,
  .header-curtains.minimized
    .header-bottom.subnav-tempopened
    .header-company
    .subnav-toggle
    + .subnav-toggle {
    display: block;
  }
  .header-curtains.minimized .header-bottom.subnav-opened .sub-nav,
  .header-curtains.minimized .header-bottom.subnav-tempopened .sub-nav {
    max-height: 300px;
  }
}
@media (max-width: 580px) {
  header .header-top {
    height: 70px;
  }
  header .header-top .header-logo {
    font-size: 7.5em;
  }
  header .header-top .header-logo i {
    margin: 20px 15px;
  }
  header .header-top .header-links a,
  header .header-top .header-links > span {
    line-height: 70px;
  }
  header .header-top .header-links span {
    line-height: 75px;
  }
}
@media (max-width: 479px) {
  header .header-top .header-links a:nth-child(1),
  header .header-top .header-links a:nth-child(3) {
    font-size: 1.9em;
    margin-left: 10px;
  }
  header .header-top .header-links a:nth-child(1) span,
  header .header-top .header-links a:nth-child(3) span {
    display: none;
  }
  header .header-top .header-links > span {
    display: none;
  }
}
/* Main nav */
.main-nav {
  position: fixed;
  right: -350px;
  width: 350px;
  background: #000000;
  background: rgba(0, 0, 0, 0.9);
  top: 0px;
  bottom: 0px;
  color: #bbc3c0;
  padding: 120px 0px;
  z-index: 999;
  -moz-transition: right 0.2s linear;
  -o-transition: right 0.2s linear;
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
}
.main-nav .menu-toggle,
.main-nav .submenu .submenu-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #ffffff;
  padding: 20px 20px;
  font-size: 2em;
  z-index: 10;
}
.main-nav .menu-toggle:hover,
.main-nav .submenu .submenu-toggle:hover {
  color: #ffffff;
  background: transparent;
}
.main-nav .menu-toggle,
.main-nav .submenu-future .submenu-toggle,
.main-nav .submenu-future .submenu-toggle-future {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #ffffff;
  padding: 20px 20px;
  font-size: 2em;
  z-index: 10;
}
.main-nav .menu-toggle:hover,
.main-nav .submenu-future .submenu-toggle:hover,
.main-nav .submenu-future .submenu-toggle-future:hover {
  color: #ffffff;
  background: transparent;
}
.main-nav .menu-item {
  display: block;
  padding: 20px 30px 18px 30px;
  font-size: 1.1em;
}
.main-nav .menu-item:hover,
.main-nav .menu-item.active {
  background: #00563b;
  color: #e7e6e5;
}
.main-nav .submenu {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: -600px;
  width: 600px;
  background: #00563b;
  -moz-transition: right 0.2s linear;
  -o-transition: right 0.2s linear;
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
}
.main-nav .submenu .submenu-logo {
  position: absolute;
  top: -5px;
  left: 30px;
}
.main-nav .submenu .submenu-logo svg {
  width: 110px;
  height: 96px;
  fill: #ffffff;
  stroke: #ffffff;
}
.main-nav .submenu .submenu-content {
  width: 100%;
  height: 100%;
  padding: 80px 0px 20px;
}
.main-nav .submenu .submenu-items {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 0px;
  -webkit-column-gap: 0px;
  column-gap: 0px;
  overflow: hidden;
}
.main-nav .submenu .submenu-items .submenu-item {
  display: block;
  font-family: "erik_text_regular";
  font-size: 1em;
  text-transform: none;
  padding: 6px 0px 4px 30px;
  color: #fff;
}
.main-nav .submenu .submenu-items .submenu-item:hover {
  background: #fff;
  color: #00563b;
}
.main-nav .submenu-future {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: -600px;
  width: 600px;
  background: #00563b;
  -moz-transition: right 0.2s linear;
  -o-transition: right 0.2s linear;
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
}
.main-nav .submenu-future .submenu-logo {
  position: absolute;
  top: -5px;
  left: 30px;
}
.main-nav .submenu-future .submenu-logo svg {
  width: 110px;
  height: 96px;
  fill: #ffffff;
  stroke: #ffffff;
}
.main-nav .submenu-future .submenu-content {
  width: 100%;
  height: 100%;
  padding: 80px 0px 20px;
}
.main-nav .submenu-future .submenu-items {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 0px;
  -webkit-column-gap: 0px;
  column-gap: 0px;
  overflow: hidden;
}
.main-nav .submenu-future .submenu-items .submenu-item {
  display: block;
  font-family: "erik_text_regular";
  font-size: 1em;
  text-transform: none;
  padding: 6px 0px 4px 30px;
  color: #fff;
}
.main-nav .submenu-future .submenu-items .submenu-item:hover {
  background: #fff;
  color: #00563b;
}
.main-nav .newsletter-form2 {
  position: absolute;
  bottom: 59px;
  right: 0;
  width: 100%;
}
.main-nav .newsletter-form2 label input {
  -webkit-appearance: none;
}
.main-nav .newsletter-form2 label input[type="email"] {
  font-family: "erik_text_regular";
  height: 60px;
  background: transparent;
  border-radius: 0;
  width: 100%;
  float: left;
  max-width: 245px;
  margin-left: 15px;
  margin-right: 5px;
  padding-left: 10px;
  border: 1px solid #464948;
  font-size: 0.8em;
  outline: none;
  color: #ffffff;
}
.main-nav .newsletter-form2 label input[type="submit"] {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: left;
  max-width: 83px;
  font-family: "erik_text_regular";
  height: 60px;
  border: none;
  margin-right: 9px;
  background: #00563b;
  color: #ffffff;
  font-size: 0.7em;
  padding: 0px 10px;
  border-radius: 0;
  font-weight: bold;
  outline: none;
  text-transform: none;
  cursor: pointer;
  border: 1px solid transparent;
}
.main-nav .newsletter-form2 label input[type="submit"]:hover {
  background: #000000;
  border: 1px solid #ffffff;
}
.main-nav .newsletter-form2 label .newsletter-thanks span {
  display: block;
  padding: 0px 25px;
}

.menu-opened .main-nav {
  right: 0px;
}

.submenu-opened .main-nav {
  right: 600px;
}
.submenu-opened .main-nav .submenu {
  right: 0px;
}
.submenu-future-opened .main-nav {
  right: 600px;
}
.submenu-future-opened .main-nav .submenu-future {
  right: 0px;
}

.ie .main-nav .submenu .submenu-item {
  width: 50%;
  float: left;
}
.ie .main-nav .submenu-future .submenu-item {
  width: 50%;
  float: left;
}

@media (max-width: 899px) {
  .main-nav .submenu .submenu-items .submenu-item:hover {
    color: #dddddd;
    background-color: transparent;
  }
}
@media (max-width: 640px) {
  .main-nav {
    right: -320px;
    width: 320px;
    padding: 60px 0px;
  }
  .main-nav .menu-item {
    padding: 12px 30px 10px;
  }
  .main-nav .submenu {
    right: -320px;
    width: 320px;
  }
  .main-nav .submenu .submenu-items {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .main-nav .submenu .submenu-items .submenu-item {
    font-size: 0.7em;
  }
  .main-nav .submenu-future {
    right: -320px;
    width: 320px;
  }
  .main-nav .submenu-future .submenu-items {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .main-nav .submenu-future .submenu-items .submenu-item {
    font-size: 0.7em;
  }
  .main-nav .newsletter-form2 {
    bottom: 12px;
  }
  .main-nav .newsletter-form2 label input[type="email"] {
    max-width: 216px;
  }
  .submenu-opened .main-nav,
  .submenu-future-opened .main-nav {
    right: 320px;
  }
}
/* Main */
main {
  position: relative;
}

/* Companies */
.companies {
  background: #fff;
  overflow: hidden;
}
.companies .company {
  display: block;
  width: 20%;
  height: 16.8%;
  float: left;
  position: relative;
}
.companies .company:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.companies .company i {
  position: absolute;
  top: 2px;
  right: 5px;
  color: #ffffff;
  display: none;
}
.companies .company iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: none;
}
.companies .company:hover,
.companies .company.active {
  background: #00563b;
}
.companies .company.active i {
  display: block;
}

.company-icon-close {
  position: absolute;
  top: 25px;
  right: 20px;
  font-size: 2em;
  display: none;
}

@media (max-width: 899px) {
  .companies .company {
    width: 25%;
    height: 12.5%;
  }
}
@media (max-width: 640px) {
  .companies {
    height: 800px;
    position: relative;
  }
  .companies .company {
    width: 33.33333%;
    height: 10%;
  }
}
/* News & Videos */
.videos {
  padding-top: 40px;
  text-align: center;
}
.videos h2 .circle {
  background: #00563b;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: block;
  margin: 0px auto 20px;
  text-align: center;
  padding: 18px 0;
}
.videos h2 .circle img {
  width: 38px;
  margin-left: 25px;
}
.videos p {
  max-width: 750px;
  width: 80%;
  margin: 10px auto 20px;
}

.news,
.videos {
  background: #f5f5f5;
}
.news .news-items,
.videos .news-items {
  min-height: 300px;
  text-align: center;
  padding: 60px 0px 0px;
}
.news .news-items .news-item,
.videos .news-items .news-item {
  padding: 0px 40px;
  vertical-align: middle;
}
.news .news-items .news-item:first-child,
.videos .news-items .news-item:first-child {
  border-left: none;
}
.news .news-items .news-item .news-item-content,
.videos .news-items .news-item .news-item-content {
  height: 255px;
  overflow: hidden;
  margin-bottom: 10px;
}
.news .news-items .news-item .news-item-content p,
.videos .news-items .news-item .news-item-content p {
  font-size: 0.9em;
}
.news .video-items,
.videos .video-items {
  text-align: center;
  padding: 0;
}
.news .video-items .video-item,
.videos .video-items .video-item {
  padding: 0px 40px;
  vertical-align: middle;
}
.news .video-items .video-item:first-child,
.videos .video-items .video-item:first-child {
  border-left: none;
}
.news .video-items .video-item .video-item-content,
.videos .video-items .video-item .video-item-content {
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}
.news .video-items .video-item .video-item-content img,
.videos .video-items .video-item .video-item-content img {
  width: 100%;
}
.news .video-items .video-item .video-item-content a .before-header,
.videos .video-items .video-item .video-item-content a .before-header {
  text-align: left;
}
.news .navigation,
.videos .navigation {
  padding: 40px 0px 30px;
  text-align: center;
}
.news .navigation .previous,
.news .navigation .next,
.videos .navigation .previous,
.videos .navigation .next {
  font-size: 1.3em;
}
.news .navigation .pagination,
.videos .navigation .pagination {
  display: inline-block;
}
.news .navigation .pagination .flex-control-nav,
.videos .navigation .pagination .flex-control-nav {
  position: relative;
  bottom: 6px;
}
.news .navigation .pagination .flex-control-nav li a:after,
.videos .navigation .pagination .flex-control-nav li a:after {
  border: solid #00563b 1px;
}
.news .navigation .pagination .flex-control-nav li a:hover:after,
.news .navigation .pagination .flex-control-nav li a.flex-active:after,
.videos .navigation .pagination .flex-control-nav li a:hover:after,
.videos .navigation .pagination .flex-control-nav li a.flex-active:after {
  background: #00563b;
}

/* Events */
.events {
  background: #fff;
  padding: 40px 0px;
  text-align: center;
  overflow: hidden;
}
.events h2 .circle {
  background: #00563b;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: block;
  margin: 0px auto 20px;
  text-align: center;
  padding: 7px 0;
}
.events h2 .circle img {
  width: 20px;
  margin-left: 26px;
}
.events .events-timeline {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNg+A8AAQIBANEay48AAAAASUVORK5CYII=)
    center left repeat-x;
  overflow: hidden;
  height: 156px;
  margin-bottom: 100px;
}
.events .events-timeline .timeline-event {
  width: 250px;
  font-size: 0.8em;
  line-height: 1.4em;
  position: relative;
  float: left;
}
.events .events-timeline .timeline-event:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0px 0px -5px;
  width: 11px;
  height: 11px;
  border: solid #3a3a3a 1px;
  background: #f5f5f5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.events .events-timeline .timeline-event .event-logo,
.events .events-timeline .timeline-event .event-text {
  height: 40px;
  margin: 25px 0px;
  position: relative;
}
.events .events-timeline .timeline-event .event-logo .event-text-content,
.events .events-timeline .timeline-event .event-logo .event-logo-content,
.events .events-timeline .timeline-event .event-text .event-text-content,
.events .events-timeline .timeline-event .event-text .event-logo-content {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.events
  .events-timeline
  .timeline-event
  .event-logo
  + .event-logo
  .event-logo-content,
.events
  .events-timeline
  .timeline-event
  .event-logo
  + .event-text
  .event-text-content,
.events
  .events-timeline
  .timeline-event
  .event-text
  + .event-logo
  .event-logo-content,
.events
  .events-timeline
  .timeline-event
  .event-text
  + .event-text
  .event-text-content {
  bottom: auto;
  top: 0px;
}
.events .events-timeline .timeline-event .event-logo .logo-helper {
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}
.events .events-timeline .timeline-event .event-logo img {
  display: inline-block;
  vertical-align: bottom;
  height: 80px;
  margin: 0px 0px -15px 0px;
}
.events .events-timeline .timeline-event .event-text date,
.events .events-timeline .timeline-event .event-text strong {
  font-family: "erik_text_regular";
  font-size: 1em;
  color: #00563b;
}
.events .events-timeline .timeline-event .event-text strong {
  font-weight: 400;
  text-transform: none;
}
.events .events-timeline .timeline-event .event-text + .event-logo img {
  vertical-align: top;
  margin: -15px 0px 0px 0px;
}
.events .events-timeline .timeline-event.past .event-logo date,
.events .events-timeline .timeline-event.past .event-logo strong,
.events .events-timeline .timeline-event.past .event-text date,
.events .events-timeline .timeline-event.past .event-text strong {
  color: #7a7a7a;
}
.events .mCSB_draggerContainer .timeline-start,
.events .mCSB_draggerContainer .timeline-end {
  position: absolute;
  top: 0px;
}
.events .mCSB_draggerContainer .timeline-start {
  left: -120px;
}
.events .mCSB_draggerContainer .timeline-end {
  right: -120px;
}
.events .mCSB_scrollTools .mCSB_draggerContainer {
  bottom: 50px;
  left: 30%;
  right: 30%;
}
.events .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 8px;
  background: #f5f5f5;
}
.events
  .mCSB_scrollTools.mCSB_scrollTools_horizontal
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 8px;
  margin: 7px auto;
  background: #00563b;
}

@media (max-width: 640px) {
  .events .mCSB_draggerContainer .timeline-start,
  .events .mCSB_draggerContainer .timeline-end {
    display: none;
  }
  .events .mCSB_scrollTools .mCSB_draggerContainer {
    left: 10%;
    right: 10%;
  }
}
/* Reports */
.reports {
  position: relative;
}
.reports .reports-top {
  overflow: hidden;
  padding: 15px 10px 10px;
}
.reports .reports-top img {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 60px;
}
.reports .reports-top .reports-filter {
  float: right;
  margin-left: 65px;
  font-family: "erik_text_regular";
  font-size: 0.6em;
  text-transform: none;
}
.reports .reports-top .reports-filter a:hover {
  text-decoration: underline;
}
.reports .reports-top .reports-filter a.active {
  font-weight: 900;
}
.reports .reports-top .reports-filter form {
  display: inline-block;
  font-weight: 700;
}
.reports .reports-top .reports-filter form input {
  vertical-align: middle;
  margin-top: -2px;
  width: 80px;
  text-align: center;
  font-family: "erik_text_regular";
  background: #000000;
  color: #ffffff;
  border: none;
  padding: 4px 3px 3px;
  font-weight: 700;
  font-size: 1em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.reports .reports-list > tbody > tr {
  font-family: "erik_text_regular";
  display: table-row;
  text-transform: none;
  font-size: 0.9em;
}
.reports .reports-list > tbody > tr > td,
.reports .reports-list > tbody > tr > th {
  border-bottom: solid #ebebeb 1px;
  padding: 5px 10px;
}
.reports .reports-list > tbody > tr th {
  font-family: "erik_text_bold";
  font-weight: 500;
  border-top: solid #ebebeb 1px;
  text-align: left;
}
.reports .reports-list > tbody > tr th.report-date {
  width: 100px;
}
.reports .reports-list > tbody > tr th.report-source {
  width: 200px;
}
.reports .reports-list > tbody > tr th.report-type {
  width: 140px;
}
.reports .reports-list > tbody > tr th.report-options {
  width: 160px;
}
.reports .reports-list > tbody > tr td a.report-close {
  display: none;
}
.reports .reports-list > tbody > tr td a:hover {
  text-decoration: underline;
}
.reports .reports-list > tbody > tr.report-row:hover td {
  background: #e5e8e7;
  cursor: pointer;
}
.reports .reports-list > tbody > tr.report-row.active td {
  border-bottom: solid #ffffff 1px;
  background: #00563b;
  color: #ffffff;
}
.reports .reports-list > tbody > tr.report-row.active td .report-close {
  display: inline;
}
.reports .reports-list > tbody > tr.report-row.active td .report-open {
  display: none;
}
.reports .report {
  font-family: "erik_text_regular", Arial;
  font-size: 1.54em;
  background: #e5e8e7;
  text-transform: none;
  cursor: auto !important;
  display: none;
  padding: 0px !important;
}
.reports .report.loading {
  text-align: center;
}
.reports .report.loading .report-content {
  margin: 20px auto 10px;
}
.reports .report .report-content {
  position: relative;
  display: none;
}
.reports .report .report-content .report-close-content {
  position: absolute;
  top: -40px;
  right: 5px;
  font-size: 2em;
}
.reports .report .report-content .report-close-content:hover {
  text-decoration: none;
}
.reports .report .report-content .report-text {
  width: 70%;
  margin: 50px auto 10px;
  word-break: break-word;
}
.reports .report .report-content .report-text .before-header,
.reports .report .report-content .report-text h2,
.reports .report .report-content .report-text h2 + p {
  text-align: center;
}
.reports .report .report-content .report-text h2 {
  font-size: 2.2em;
  width: 80%;
  margin: 30px auto 20px;
}
.reports .report .report-content .report-text h2 .museo {
  font-size: 0.6em;
}
.reports .report .report-content .report-text h3 {
  font-size: 0.9em;
  font-weight: bold;
}
.reports .report .report-content .report-text p {
  font-family: "erik_text_regular";
  font-size: 0.7em !important;
  line-height: 1.3em;
  font-weight: 300;
}
.reports .report .report-content .report-text h2 + p {
  font-family: "erik_text_regular", Arial;
  font-size: 1em;
  line-height: 1.4em;
}
.reports .report .report-content .report-text .center {
  margin-bottom: 40px;
}
.reports .report .report-content .report-text .center .button {
  margin: 10px;
}
.reports .report .report-content .report-text .center .button:hover {
  text-decoration: none;
}
.reports .report .report-content .report-text .columnize {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
  column-gap: 50px;
  margin-bottom: 20px;
}
.reports .report .report-content .report-text .columnize h3 {
  font-family: "erik_text_bold";
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 500;
  margin-bottom: -20px;
}
.reports .report .report-content .report-text .columnize p {
  margin: 10px 0px 30px;
  font-size: 0.7em !important;
  line-height: 1.4em;
}
.reports .report .report-content .report-text table {
  border-top: solid #000000 2px;
  border-bottom: solid #000000 2px;
  font-family: "erik_text_regular";
  font-weight: 300;
  font-size: 0.7em;
  margin-bottom: 30px;
}
.reports .report .report-content .report-text table.risk td {
  width: 25%;
}
.reports .report .report-content .report-text table.risk td:first-child {
  font-weight: normal;
}
.reports .report .report-content .report-text table.risk td:nth-child(3) {
  text-align: left;
  padding-left: 20px;
}
.reports .report .report-content .report-text table th,
.reports .report .report-content .report-text table td {
  padding: 0px 5px;
  text-align: right;
}
.reports .report .report-content .report-text table th:first-child,
.reports .report .report-content .report-text table td:first-child {
  text-align: left;
  font-weight: bold;
}
.reports .report .report-content .report-text table tr.bold td {
  font-weight: bold;
}
.reports .report .report-content .report-text table th,
.reports .report .report-content .report-text table tr.underline td {
  border-bottom: solid #000000 1px;
}

@media (min-width: 1200px) {
  .reports .reports-list tr th.report-source {
    width: 260px;
  }
}
@media (max-width: 899px) {
  .reports .reports-list > tbody > tr > td.report-row,
  .reports .reports-list > tbody > tr > th {
    font-size: 0.9em;
  }
  .reports .reports-list tr th.report-date {
    width: 90px;
  }
  .reports .reports-list tr th.report-source {
    width: 150px;
  }
  .reports .reports-list tr th.report-type {
    width: 110px;
  }
  .reports .reports-list tr th.report-options {
    width: 140px;
  }
  .reports .report .report-content .report-text {
    width: 90%;
  }
  .reports .report .report-content .report-text h2 {
    font-size: 1.3em;
    width: 95%;
  }
  .reports .report .report-content .report-text h2 + p {
    font-size: 1em;
  }
  .reports .report .report-content .report-text .columnize {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media (max-width: 640px) {
  .reports .reports-list .report-source,
  .reports .reports-list .report-options {
    display: none;
  }
  .reports .report .report-content .report-text .tablehack {
    overflow-x: scroll;
  }
  .reports .report .report-content .report-text .tablehack table {
    min-width: 660px;
  }
}
.keyfigures {
  background: #fff;
}
.keyfigures .keyfigures-table {
  width: 100%;
  padding: 0px 40px;
}
.keyfigures .keyfigures-table table {
  height: 100%;
  min-width: 500px;
}
.keyfigures .keyfigures-table table th,
.keyfigures .keyfigures-table table td {
  text-align: right;
}
.keyfigures .keyfigures-table table th:first-child,
.keyfigures .keyfigures-table table td:first-child {
  text-align: left;
  font-family: "erik_text_bold";
  font-weight: 500;
}
.keyfigures .keyfigures-table table th {
  font-family: "erik_text_bold";
  font-weight: 500;
}

@media (max-width: 970px) {
  .tablehack {
    overflow-x: scroll;
  }
}
.graph-previews {
  overflow: hidden;
  margin: 0px -20px;
}
.graph-previews .graph-preview {
  display: block;
  float: left;
  width: 25%;
  padding: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  text-decoration: none !important;
}
.graph-previews .graph-preview:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.graph-previews .graph-preview.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.graph-previews .graph-preview strong {
  font-size: 0.9em;
  line-height: 1.3em;
  height: 40px;
  font-family: "erik_text_regular";
  font-weight: 400;
  text-transform: none;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.graph-previews .graph-preview img {
  width: 80%;
  margin: 0px auto;
}

/* People */
.people {
  background: #fff;
  font-size: 0px;
  padding: 30px 0px;
}
.people .person {
  width: 33.33333%;
  display: inline-block;
  font-size: 18px;
  line-height: 1.4em;
  vertical-align: top;
  text-align: center;
  padding: 30px 30px 0px;
}
.people .person .person-content {
  max-height: 237px;
  overflow: hidden;
}
.people .person .person-content span {
  text-transform: none;
}
.people .person .button-person {
  display: none;
}

@media (min-width: 1600px) {
  .people .person {
    width: 25%;
  }
}
@media (max-width: 899px) {
  .people .person {
    width: 50%;
  }
}
@media (max-width: 670px) {
  .people .person {
    width: 100%;
  }
}
.person-image {
  width: 80px;
  height: 80px;
  overflow: hidden;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  margin: 0px auto 10px;
}
.person-image img {
  width: 100%;
}

.people-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.people-overlay .people-overlay-box {
  background: #ffffff;
  width: 80%;
  max-width: 1200px;
  padding: 50px;
  position: absolute;
  text-align: center;
}
.people-overlay .people-overlay-box .people-overlay-close:first-child {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.4em;
}

/* Footer social */
.footer-social {
  text-align: center;
  width: 90%;
  max-width: 1200px;
  margin: 80px auto;
}
.footer-social > strong {
  font-family: "erik_text_regular";
  font-size: 0.7em;
  text-transform: none;
}
.footer-social p {
  color: #666666;
}
.footer-social .newsletter-form {
  margin: 50px auto;
}
.footer-social .newsletter-form label {
  overflow: hidden;
  width: 80%;
  display: block;
  margin: 0px auto;
}
.footer-social .newsletter-form label .newsletter-thanks {
  font-family: "erik_text_regular";
  background: #e2e6e5;
  height: 100px;
  display: table;
  width: 100%;
  padding: 0px 40px;
}
.footer-social .newsletter-form label .newsletter-thanks span {
  display: table-cell;
  vertical-align: middle;
}
.footer-social .newsletter-form label input {
  border: none;
  -webkit-appearance: none;
  height: 100px;
  line-height: 100px;
  float: left;
  outline: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 80%;
  font-family: "erik_text_regular", Arial;
  background: #f5f5f5;
  color: #000000;
  font-size: 1.8em;
  padding: 0px 20px;
}
.footer-social .newsletter-form label input.error {
  background: #ffdede;
}
.footer-social .newsletter-form label input[type="submit"] {
  background: #00563b;
  width: 20%;
  font-size: 1.3em;
  text-transform: none;
  font-family: "erik_text_regular";
  color: #ffffff;
  cursor: pointer;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.footer-social .newsletter-form label input[type="submit"]:hover {
  background: #000000;
}
.footer-social .newsletter-form label input[type="submit"]:disabled {
  background: #aaaaaa;
}
.footer-social .social-share a {
  margin: 10px 5px;
  background: #1f1f1c;
  color: #ffffff;
  font-size: 1.6em;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 58px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.footer-social .social-share a:hover {
  background: #00563b;
}

@media (max-width: 899px) {
  .footer-social .newsletter-form label .newsletter-thanks {
    height: 60px;
    font-size: 0.8em;
    padding: 0px 20px;
    line-height: 1.3em;
  }
  .footer-social .newsletter-form label input {
    height: 60px;
    line-height: 70px;
  }
  .footer-social .newsletter-form label input[type="submit"] {
    line-height: 60px;
  }
}
@media (max-width: 640px) {
  .footer-social .newsletter-form label {
    width: 100%;
  }
  .footer-social .newsletter-form label input[type="email"] {
    width: 70%;
    font-size: 1.2em;
  }
  .footer-social .newsletter-form label input[type="submit"] {
    width: 30%;
  }
  .footer-social .social-share a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.5em;
    margin: 5px;
  }
}
/* Footer */
footer {
  background: #00563b;
  color: #ffffff;
  padding: 55px 40px 40px;
  margin: 0px auto;
  text-align: center;
}
footer .footer-companies {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 100px;
  width: 80%;
  margin: 0px auto;
}
footer .footer-companies .footer-companies-list {
  -moz-column-count: 5;
  -webkit-column-count: 5;
  column-count: 5;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  width: 105%;
  overflow: hidden;
}
footer .footer-companies a {
  width: 100%;
  display: block;
  font-family: "erik_text_regular";
  text-transform: none;
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.6em;
  text-align: left;
}
footer .footer-companies a:hover {
  text-decoration: underline;
}
footer .footer-logo {
  background: #00563b;
  margin-top: -20px;
  height: 80px;
  display: inline-block;
  position: relative;
  padding: 0px 20px 0px;
  overflow: hidden;
}
footer .footer-logo img {
  width: 265px;
}
footer .footer-contact {
  width: 60%;
  max-width: 900px;
  margin: 35px auto 10px auto;
  font-size: 0.9em;
}
footer .footer-contact span,
footer .footer-contact a {
  white-space: nowrap;
}
footer .footer-contact span:after,
footer .footer-contact a:after {
  content: " |";
}
footer .footer-contact span.footer-contact-last:after,
footer .footer-contact a.footer-contact-last:after {
  content: "";
}

.ie footer .footer-companies a {
  width: 20%;
  float: left;
}

@media (max-width: 899px) {
  footer .footer-companies .footer-companies-list {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .ie footer .footer-companies a {
    width: 33.33333%;
  }
}
@media (max-width: 640px) {
  footer .footer-contact {
    width: 90%;
  }
  footer .footer-companies .footer-companies-list {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  footer .footer-companies a {
    text-align: center;
  }
  .ie footer .footer-companies a {
    width: 50%;
  }
}
.cookies-info {
  z-index: 1000;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  padding: 10px 20px;
  display: none;
}
.cookies-info p {
  float: left;
  font-size: 0.9em;
  font-family: "erik_text_regular";
  max-width: 75%;
  margin-right: 10px;
}
.cookies-info p a {
  text-decoration: underline;
}
.cookies-info .cookies-accept {
  float: right;
  font-size: 0.9em;
  padding: 5px 10px 3px;
  min-width: 150px;
}
.cookies-info .cookies-accept:hover {
  color: #000000;
}

@media (max-width: 640px) {
  .cookies-info p {
    max-width: 100%;
  }
}
/* Fancybox */
.fancybox-overlay {
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
}

.fancybox-skin {
  border-radius: 0;
}

.fancybox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 8040;
  font-size: 1.4em;
}

.fancybox-title {
  font: inherit;
}
.mfn-subscribe {
  padding: 55px 40px 40px;
  display: flex;
  flex-flow: column;
}
.mfn-subscribe a {
  text-decoration: underline;
  color: #00563b;
}
.mfn-alert-active {
  background-color: #00563b;
}
p.mfn-info-main-1 {
  font-size: 1.5em;
  line-height: 1;
}
.mfn-block {
  margin: 5px 0;
}
.mfn-hidden {
  display: none;
}
.mfn-field-row {
  margin: 5px 0;
}
.mfn-field-row input {
  border: none;
  -webkit-appearance: none;
  height: 60px;
  line-height: 100px;
  float: left;
  outline: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  max-width: 800px;
  font-family: "erik_text_regular", Arial;
  background: #f5f5f5;
  color: #000000;
  font-size: 1.4em;
  padding: 0px 20px;
}

.mfn-sub-submit {
  width: 145px;
  height: 40px;
  font-size: 1.2em;
  text-transform: none;
  font-family: "erik_text_regular";
  cursor: pointer;
  border: none;
  background-color: #00563b;
  color: #fff;
}
.mfn-sub-submit[disabled] {
  width: 145px;
  height: 40px;
  font-size: 1.2em;
  text-transform: none;
  font-family: "erik_text_regular";
  cursor: pointer;
  border: none;
  background: whitesmoke;
  color: #606060;
}
.mfn-policy-text p {
  margin: 0 0 11px 0;
  max-width: 800px;
}

@media (min-width: 900px) {
  .footer-subscribe {
    display: flex;
  }

  .divider {
    width: 0.1px;
    background: #00563c;
  }
}
@media (max-width: 900px) {
  .divider {
    height: 0.1px;
    background: #00563c;
  }
}
