@charset "UTF-8";
html,
body {
  height: 100%;
  position: relative;
}

body {
  color: #000;
  background: #fff;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 100%;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

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

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes down-arrow {
  0%, 100% {
    opacity: 0.25;
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 1;
    transform: translate3d(0, 3px, 0);
  }
}
/* animation: down-arrow 1s ease-in-out infinite; */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img,
embed,
object,
video,
iframe {
  max-width: 100%;
}

video,
img {
  height: auto;
}

.embed {
  position: relative;
  padding: 0;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  /* 4:3 aspect ratio its padding-bottom: 75% */
  height: 0;
  overflow: hidden;
  margin-bottom: 2em;
}
.embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#event-id {
  position: relative;
  padding-bottom: 60%;
  margin: 30px 0;
}
#event-id iframe {
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  width: 99%;
  height: 100%;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  overflow: hidden;
}

.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-top: 5px;
}

.alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
  margin-top: 5px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 5px;
}

img.alignnone {
  margin: 0;
}

img.alignleft,
img.alignright {
  max-width: 50%;
}

.entry .size-full.aligncenter {
  max-width: 250px;
}

figcaption {
  font-size: 0.75em;
  margin-top: 2px;
}

.table {
  display: table;
  height: 90%;
  width: 100%;
  position: relative;
  z-index: 9;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.btn {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 35px 15px;
  color: #fff;
  background-color: #E0004D;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  display: inline-block;
}
.btn:hover {
  background-color: #c70044;
  color: #fff;
}
.btn.btn-calendar {
  background-color: transparent;
  border: 1px solid #E0004D;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 20px;
  color: #E0004D;
  font-size: 14px;
}
.btn.btn-calendar:hover {
  border-color: #b7003f;
  color: #b7003f;
}
.btn.btn-read-more {
  background-color: transparent;
  border: 2px solid #E0004D;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 15px;
  color: #E0004D;
  font-size: 16px;
}
.btn.btn-read-more:hover {
  background-color: #e0004d;
  color: white;
}
.btn.btn-read-more:hover svg #Desktop-HD-Copy-28 {
  fill: #fff;
}
.btn.btn-neg {
  background-color: transparent;
  color: #E0004D;
  border: 2px solid #F0F0F0;
  padding: 10px 20px;
  font-size: 18px;
}
.btn.btn-subscribe {
  min-width: 200px;
  text-align: center;
  float: right;
  margin-top: 0;
}
.entry .btn {
  color: #fff;
}

.btn-read-more:hover  {
  background-color: #4b283f !important;
  color: #fff !important;
}

/* LINKS
--------------------------------------------------------*/
a {
  color: #E0004D;
  text-decoration: none;
}
a:hover {
  color: #4b283f;
}
a.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* TYPOGRAPHY
--------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #4b283f;
}
h1.small,
h1 small, h2.small,
h2 small, h3.small,
h3 small, h4.small,
h4 small, h5.small,
h5 small, h6.small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

h1 {
  font-weight: 800;
  text-transform: uppercase;
}
h1.small,
h1 small {
  font-size: 65%;
}

h4.small,
h4 small, h5.small,
h5 small, h6.small,
h6 small {
  font-size: 75%;
}

h1 {
  font-size: 38px;
  font-weight: 800;
}
.section-title h1 {
  font-weight: 800;
  font-size: 28px;
  color: #4b283f;
}

h2 {
  font-size: 1.875rem;
  font-weight: 800;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 0.875rem;
}

h6 {
  font-size: 0.75rem;
}

p {
  margin: 0 0 20px;
}
p.lead, header p {
  font-size: 18px;
  font-weight: 700;
}

body.single-release p.lead, header body.single-release p {
  font-weight: 400;
}
body.single-release .article-content > p strong {
  font-weight: 400;
}

.article-header header p {
  font-weight: 400;
}

.header-group-section h1 {
  margin: 10px 0;
}
.header-group-section p {
  font-weight: 800 !important;
  font-size: 18px;
  margin-top: 0;
}
.header-group-section p span {
  font-size: 18px;
}
body.page-history .header-group-section h1 {
  margin-top: -10px;
}

.section-title {
  margin-top: 50px;
}

.centered {
  text-align: center;
}

.subtitle {
  font-size: 18px;
  font-weight: 700;
}
h1 .subtitle {
  display: block;
  text-transform: none;
  margin: 10px 0;
}

.icon {
  width: 36px;
  margin-right: 12px;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.icon.icon-press-release, .icon.icon-report {
  text-align: center;
}

.icon-button {
  display: inline-block;
  margin-left: 10px;
}

.btn-backward .icon-button {
  margin-left: 0;
  margin-right: 10px;
  transform: rotate(180deg);
}

.list-change-my-name {
  list-style: none;
  margin: 0;
  margin-top: 30px;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
}
.list-change-my-name li {
  display: block;
}
.list-change-my-name a {
  vertical-align: middle;
  color: #fff;
  display: inline-block;
  padding: 10px 0;
}
.list-change-my-name a:hover {
  color: #E0004D;
}

/* SECTIONS
--------------------------------------------------------*/
.site-width,
.site-width-wide,
.article-width,
.site-width-max,
.contact-list-container,
.sustainability-list-container,
.world-map-container {
  max-width: 1300px;
  width: 95%;
  margin: 0 auto;
}

.site-width-max {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.site-width-wide {
  max-width: 1360px;
  position: relative;
}

.article-width {
  max-width: 860px;
}

.section-wrapper.w-bg {
  background: #F0F0F0;
}

.page-wrapper {
  height: auto;
  min-height: 100%;
}
body.open .page-wrapper {
  overflow: hidden;
  position: fixed;
}

.news-media-list {
  overflow: hidden;
}

.container-base,
.news-media--item,
.form-select-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -10px;
}

.container-main,
.container-aside,
.news-media--year,
.news-media--content,
.news-media--img,
.form-select-wrapper,
.subscribe-wrapper {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  margin: 0 10px 20px;
  float: left;
  flex: 0 0 auto;
  position: relative;
}
.container-main > div,
.container-aside > div,
.news-media--year > div,
.news-media--content > div,
.news-media--img > div,
.form-select-wrapper > div,
.subscribe-wrapper > div {
  width: 100%;
}

.form-select-wrapper {
  width: calc(100% - 20px);
  margin-bottom: 10px;
}

/*
.subscribe-wrapper {
	width: calc(20% - 20px);
  margin-left: auto !important;
}
*/
.container-main {
  width: calc(49.2307692307692% - 20px);
}

.news-media--content {
  width: calc(100% - 20px);
}

.container-aside,
.news-media--year,
.news-media--img {
  width: calc(25.38461538461538% - 20px);
}

.news-media--img {
  display: none;
}

.billboard-text {
  padding: 60px 0;
}
.billboard-text p {
  font-weight: 700;
  font-size: 18px;
  color: #4b283f;
}
.billboard-text .logo {
  display: inline-block;
  margin-bottom: 30px;
}
.billboard-text .logo svg {
  width: 250px;
  height: 80px;
}

.bg-opacity {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(69, 16, 50, 0.7);
  z-index: 2;
}
body.page-w-background-img .bg-opacity {
  display: block;
}

.corner {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 8;
  background-image: url(../img/corner.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}
.corner.corner-wide {
  width: 75%;
}

.next-item {
  bottom: 0;
  text-align: center;
  width: 100%;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.next-item .triangle {
  display: block;
  margin-top: 10px;
}
.video-section .next-item {
  bottom: 20px;
}
.video-section .next-item svg {
  animation: down-arrow 1s ease-in-out infinite;
}
.video-section .next-item svg g {
  fill: #fff;
}

.video-section {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 10vh;
  overflow: hidden;
}

.video-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.video-wrapper video {
  max-width: none;
  object-fit: cover;
  height: 100vh;
  width: 100%;
}
html.touch .video-wrapper {
  display: none;
}

.touch-image {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4b283f;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
html.touch .touch-image {
  display: block;
}

.page-top-section,
.page-top-section__article {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #4b283f;
  height: auto;
  overflow: hidden;
}

.page-top-section {
  background-color: #fff;
  min-height: 400px;
}
.page-top-section .article-header {
  color: #4b283f;
}
.page-top-section .article-header header {
  text-align: center;
  border-bottom: none;
  margin-bottom: 80px;
}
body.page-default .page-top-section .article-header header {
  margin-bottom: 0;
}
body.page-about .page-top-section {
  background-color: #4b283f;
}
body.page-box-overview .page-top-section, body.page-default .page-top-section {
  height: auto;
  min-height: 1px;
}
body.page-w-background-img .page-top-section {
  min-height: 500px;
}
body.page-w-background-img .page-top-section .article-header {
  margin-top: 180px;
  color: #fff;
}
body.page-w-background-img .page-top-section .article-header h1 {
  color: #fff;
}
body.hide-disclaimer-modal .page-top-section {
  padding-top: 100px;
}

.section-billboard {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  background-color: #4b283f;
}

.billboard-content {
  color: #000;
}
.billboard-content.inverted {
  color: #fff;
}
.billboard-content.inverted h1 {
  color: #fff;
}
.billboard-content.centered {
  text-align: center;
}
.billboard-content h1 {
  margin-bottom: 0.5rem;
  font-size: 22px;
}
.billboard-content header {
  max-width: 800px;
  margin: 0 auto;
}
.billboard-content header p {
  font-weight: 400;
}

.header_area {
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body.hide-disclaimer-modal .header_area {
  top: 50px;
}

.header_area-banner {
  position: fixed;
  width: 100%;
  height: 49px;
  z-index: 20;
  color: #fff;
  /*
  	body.page-history & {
  		.scroll &,
  		&.active-drop {
  			background-color: transparent!important;
  		}
  	}
  */
}
.header_area-banner a {
  color: #fff;
}
.header_area-banner .site-width-wide {
  position: relative;
}
.scroll .header_area-banner, .header_area-banner.active-drop {
  background-color: #fff;
}
.scroll .header_area-banner {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.scroll body.page-default .header_area-banner {
  background-color: #fff !important;
}
body.page-w-background-img .header_area-banner.active-drop {
  background-color: #fff;
}
.scroll body.page-w-background-img .header_area-banner {
  background-color: #fff !important;
}

body.page-default .scroll .header_area-banner.active-drop,
body.page-default .scroll .header_area-banner.active-drop .nav-drop,
body.page-w-background-img .header_area-banner.active-drop,
body.page-w-background-img .header_area-banner.active-drop .nav-drop {
  background-color: #fff;
}

.header_area-top {
  display: none;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 100;
  color: #fff;
}
.header_area-top .share-price {
  float: left;
  margin-right: 20px;
  font-weight: 400;
}
.header_area-top .share-price a {
  color: #fff;
}
.scroll .header_area-top .share-price, .header_area-top .share-price.active-drop, .active-drop .header_area-top .share-price, body.page-default .header_area-top .share-price {
  color: #451132;
}
.scroll .header_area-top .share-price a, .header_area-top .share-price.active-drop a, .active-drop .header_area-top .share-price a, body.page-default .header_area-top .share-price a {
  color: #451132;
}

body.page-w-background-img .header_area-top .share-price {
  color: #FFF;
}
body.page-w-background-img .header_area-top .share-price a {
  color: #FFF;
}

body.page-w-background-img .scroll .header_area-top .share-price,
body.page-w-background-img .active-drop .header_area-top .share-price {
  color: #451132;
}
body.page-w-background-img .scroll .header_area-top .share-price a,
body.page-w-background-img .active-drop .header_area-top .share-price a {
  color: #451132;
}

.language {
  float: right;
}
.language .language-sv {
  display: inline-block;
}
.language .language-en {
  display: inline-block;
}
.language .language-sv,
.language .language-en {
  display: block;
  vertical-align: middle;
}
.language .language-sv.active,
.language .language-en.active {
  display: none;
}
.language .language-sv.active a,
.language .language-en.active a {
  color: #E0004D;
}
.language .language-flag {
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-bottom;
}
.language a {
  color: #fff;
  display: block;
}
.language a:hover {
  color: #E0004D;
}
.scroll .language, .language.active-drop, .active-drop .language, body.page-default .language {
  color: #451132;
}
.scroll .language a, .language.active-drop a, .active-drop .language a, body.page-default .language a {
  color: #451132;
}
.scroll .language a:hover, .language.active-drop a:hover, .active-drop .language a:hover, body.page-default .language a:hover {
  color: #E0004D;
}
body.page-w-background-img .language {
  color: #fff;
}
body.page-w-background-img .language a {
  color: #fff;
}

body.page-w-background-img .scroll .language,
body.page-w-background-img .active-drop .language {
  color: #451132;
}
body.page-w-background-img .scroll .language a,
body.page-w-background-img .active-drop .language a {
  color: #451132;
}
body.page-w-background-img .scroll .language .active a,
body.page-w-background-img .active-drop .language .active a {
  color: #E0004D;
}

.menu_logo {
  float: left;
  margin: 8px 0 6px 0;
  min-height: 1px;
  width: 111px;
  height: 35px;
  position: relative;
  z-index: 11;
  background-image: url(../img/embracer-logo-light-158x50.svg);
  background-repeat: no-repeat;
  background-size: 158px 100%;
  background-position: center center;
}
.scroll .menu_logo, .active-drop .menu_logo {
  background-image: url(../img/embracer-logo-dark-158x50.svg);
}
.menu_logo a {
  display: block;
  width: 111px;
  height: 35px;
}
body.page-default .menu_logo {
  background-image: url(../img/embracer-logo-dark-158x50.svg);
}

body.page-w-background-img .menu_logo {
  background-image: url(../img/embracer-logo-light-158x50.svg);
}
body.page-w-background-img .scroll .menu_logo,
body.page-w-background-img .active-drop .menu_logo {
  background-image: url(../img/embracer-logo-dark-158x50.svg);
}

.section-boilerplate {
  margin-top: 60px;
}

.section-footer {
  padding: 30px 0;
}

.footer-social {
  list-style: none;
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
}
.footer-social li {
  display: inline-block;
  margin: 0 15px;
}

.footer-menu {
  list-style: none;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  font-weight: 700;
}
.footer-menu li {
  display: inline-block;
  margin: 0 15px;
}
.footer-menu a {
  color: #b7a9b2;
}

.news-list .news-list__item {
  justify-content: space-between;
  display: block;
  padding: 0 0 15px;
  color: #4b283f;
}
.news-list .news-list__item:hover {
  color: #E0004D;
}
.news-list .news-list__item:hover h3 {
  color: #E0004D;
}
.news-list .regulatory-tag {
  background: #E0004D;
  color: #fff;
  padding: 3px 5px;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin-right: 8px;
}
.news-list .news-list__time {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #E0004D;
}
.news-list .news-list__item-text {
  margin-top: 5px;
}
.news-list .news-list__headline {
  margin-top: 5px;
  font-size: 18px;
}

/* NAVIGATION
--------------------------------------------------------*/
/* MENU */
.menu__navigation {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0 auto;
  height: 50px;
}

.menu_primary-list > li.active > a {
  color: #E0004D !important;
}
.menu_primary-list > li.active .expand img {
  transform: rotate(180deg);
}

.menu_primary-list {
  display: none;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
}
.menu_primary-list > li {
  display: inline-block;
  position: relative;
  margin-top: 55px;
}
.menu_primary-list > li:last-child a {
  padding-right: 0;
  padding-left: 0;
}
.menu_primary-list > li.current > a {
  color: #E0004D !important;
}
.menu_primary-list > li:hover .menu_primary_sub-list {
  display: block;
}
.menu_primary-list > li .expand {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
.current .menu_primary-list > li .expand img {
  transform: rotate(180deg);
}
.menu_primary-list > li .expand img {
  margin-top: -4px;
}
.menu_primary-list > li.has-dropdown a {
  padding-right: 0;
}
.menu_primary-list a {
  color: #fff;
  padding: 0 30px;
}
.menu_primary-list a:hover {
  color: #E0004D !important;
}
.scroll .menu_primary-list a, .active-drop .menu_primary-list a {
  color: #451132;
}
body.page-default .menu_primary-list a {
  color: #451132;
}
body.page-w-background-img .menu_primary-list a {
  color: #fff;
}

body.page-w-background-img .scroll .menu_primary-list a,
body.page-w-background-img .active-drop .menu_primary-list a {
  color: #451132;
}

/* NAVDROP */
.nav-drop {
  position: absolute;
  left: 0;
  right: 0;
  top: 99px;
  width: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  display: none;
  opacity: 0;
}
.scroll body.page-default .nav-drop {
  background: #fff;
}
.active-drop .nav-drop {
  background: #fff;
  background-image: url(../img/corner-navigation.svg);
  background-position: right bottom -1px;
  background-size: 90% auto;
  background-repeat: no-repeat;
}
.nav-drop.is-active {
  opacity: 1;
  display: block;
}
.nav-drop h3 {
  margin: 20px auto 10px;
  max-width: 760px;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-drop-list {
  list-style: none;
  margin: 15px auto 100px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: 20px;
  font-weight: 700;
  max-width: 920px;
}
.nav-drop-list li {
  width: calc(33.333333% - 2px);
  margin: 0 1px 1px;
  float: left;
  flex: 0 0 auto;
  position: relative;
  z-index: 0;
}
.nav-drop-list li.current a {
  color: #E0004D;
}
.nav-drop-list a {
  color: #451132;
  padding: 10px 0;
  display: inline-block;
}
.nav-drop-list a:hover {
  color: #E0004D;
}

.nav-drop-list-wrapper {
  max-width: 760px;
  margin: 15px auto 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.nav-drop-list-wrapper .nav-drop-list-item {
  list-style: none;
  margin: 0;
  padding: 0;
  width: calc(50% - 2px);
  margin: 0 1px 1px;
  float: left;
  flex: 0 0 auto;
  font-size: 20px;
  font-weight: 700;
}
.nav-drop-list-wrapper .nav-drop-list-item li {
  position: relative;
  z-index: 0;
}
.nav-drop-list-wrapper .nav-drop-list-item li.current a {
  color: #E0004D;
}
.nav-drop-list-wrapper .nav-drop-list-item a {
  color: #451132;
  padding: 10px 0;
  display: inline-block;
}
.nav-drop-list-wrapper .nav-drop-list-item a:hover {
  color: #E0004D;
}
.nav-drop-list-wrapper .nav-drop-list-item ul {
  margin-top: -10px;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
}
.nav-drop-list-wrapper .nav-drop-list-item ul li a {
  padding: 5px 0;
  padding-left: 20px;
  position: relative;
}
.nav-drop-list-wrapper .nav-drop-list-item ul li a:before {
  content: " ";
  width: 14px;
  height: 7px;
  background: url(../img/icons/icon-expand-20x20.svg);
  background-position: center center;
  background-size: 14px auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 14px;
  transform: rotate(-90deg);
}

/* SUBNAV
--------------------------------------------------------*/
.sub-nav {
  overflow: hidden;
  border-bottom: 2px solid #F0F0F0;
}
.sub-nav ul {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
}
.sub-nav li {
  display: inline-block;
  margin: 0 15px;
}
.sub-nav li.current a {
  color: #E0004D;
}
.sub-nav a {
  color: #4b283f;
  padding: 20px 0;
  display: block;
}
.sub-nav a:hover {
  color: #E0004D;
}

.page-back {
  color: #fff;
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  z-index: 3;
}
.page-back a {
  color: #fff;
}
body.page-default .page-back a {
  color: #E0004D;
}

.icon-arrow-back {
  display: inline-block;
  margin-right: 8px;
  vertical-align: text-bottom;
}

/* BRANDS LIST */
.brands-wrapper {
  padding: 0;
  max-width: 1300px;
  margin: 0 auto;
}

.brands-img-list,
.reports-list__img {
  list-style: none;
  margin: 0 -1px;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
}
.brands-img-list li,
.reports-list__img li {
  width: calc(50% - 2px);
  margin: 0 1px 1px;
  float: left;
  flex: 0 0 auto;
  position: relative;
  display: inline-block;
  z-index: 0;
  overflow: hidden;
}
.brands-img-list li:hover .img-background,
.reports-list__img li:hover .img-background {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.brands-img-list li .brand-link,
.reports-list__img li .brand-link {
  position: absolute;
  bottom: 12px;
  left: 20px;
  text-align: left;
}
.brands-img-list li .brand-link a,
.reports-list__img li .brand-link a {
  display: block;
  color: #fff;
  font-weight: 700;
  padding-right: 23px;
  background-image: url(../img/arrow-white.svg);
  background-position: right center;
  background-size: 16px 100%;
  background-repeat: no-repeat;
  -webkit-flex-direction: column;
  flex-direction: column;
  word-break: break-all;
}
.brands-img-list li .brand-link a:hover,
.reports-list__img li .brand-link a:hover {
  fill: #000;
  color: #ebebeb;
}
.brands-img-list li:nth-child(2) .brand-logo,
.reports-list__img li:nth-child(2) .brand-logo {
  padding-top: 20px;
}
.brands-img-list figure,
.reports-list__img figure {
  margin: 0;
}
.brands-img-list .img-background,
.reports-list__img .img-background {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.brands-img-list .brand-logo,
.reports-list__img .brand-logo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  padding-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.brands-img-list .brand-logo-img,
.reports-list__img .brand-logo-img {
  max-width: 250px;
  padding: 0 20px;
}
.brands-img-list .brand-logo-img + span,
.reports-list__img .brand-logo-img + span {
  margin-top: 10px;
}
.brands-img-list .brand-logo-img + span:before,
.reports-list__img .brand-logo-img + span:before {
  content: " ";
}

.brands-img-list li {
  width: calc(100% - 2px);
}

.reports-list__img {
  text-align: left;
  margin-bottom: 40px;
  justify-content: left;
}
.reports-list__img .inner {
  padding: 20px 40px;
}
.reports-list__img h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  color: #E0004D;
}
.reports-list__img figure {
  position: relative;
}
.reports-list__img figure figcaption {
  font-size: 28px;
  font-weight: 800;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 40px;
}
.reports-list__img.row-strip-3 li {
  width: calc(25% - 2px);
}
.reports-list__img.row-strip-4 li {
  width: calc(33.333333333% - 2px);
}
.reports-list__img.row-strip-6 li {
  width: calc(50% - 2px);
}

/* COOCKIEBAR
--------------------------------------------------------*/
.cookie-bar {
  display: none;
  width: 100%;
  z-index: 100;
  background: #E0004D;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 15px;
  color: #fff;
}
.cookie-bar p {
  max-width: 100%;
  margin-top: 12px;
}
.cookie-bar p a {
  font-weight: 700;
  text-decoration: underline;
  color: #fff;
}
.cookie-bar .btn-group {
  float: left;
}
.cookie-bar .btn-cookies {
  font-size: 14px;
  background-color: #c70044;
  margin-bottom: 10px;
}
.cookie-bar .btn-cookies:hover {
  background-color: #ad003b;
  color: #fff;
}

/* PREV NEXT
--------------------------------------------------------*/
.prev-next {
  margin: 30px 0;
}
.prev-next .prev svg {
  transform: rotate(90deg);
}
.prev-next .next {
  float: right;
}
.prev-next .next svg {
  transform: rotate(-90deg);
}
.prev-next a {
  display: inline-block;
  background: #fff;
  color: #E0004D;
  font-weight: 700;
  padding: 10px 20px;
  border: 2px solid #F0F0F0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}
.prev-next a:hover {
  background-color: #f2f2f2;
}

/* ABOUT
--------------------------------------------------------*/
.facts-item {
  color: #fff;
  padding: 5px 5px !important;
}
.facts-item .facts-large-title,
.facts-item .facts-label {
  display: block;
}
.facts-item .facts-large-title {
  color: #E0004D;
  font-size: 32px;
  font-weight: 800;
}
.facts-item .facts-label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

/* NEWS & MEDIA
--------------------------------------------------------*/
/* listning */
.news-media--entry strong {
  font-weight: 400;
}

.section-news-media--q {
  border-top: 2px solid #F0F0F0;
  overflow: hidden;
}

form {
  margin: 0;
}

.news-media--content,
.news-media--img {
  border-bottom: 1px solid #F0F0F0;
}

.news-media--item .year-info {
  display: none;
}
.news-media--item:first-child .year-info {
  display: inline-block;
}
.news-media--item:last-child .news-media--content,
.news-media--item:last-child .news-media--img {
  border-bottom: none;
}
.news-media--item h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
  color: #4b283f;
}
.news-media--item h2 a {
  color: #4b283f;
}
.news-media--item h2 a:hover {
  color: #E0004D;
}
.news-media--item p {
  font-size: 18px;
}
.news-media--item .news-media--img figure {
  margin: 0;
  margin-top: 20px;
}
.news-media--item .article-info {
  padding: 20px 0 20px;
}
.news-media--item .read-more {
  padding-bottom: 20px;
}

.icon-arrow-read-more {
  margin-left: 3px;
}

.year-info {
  display: inline-block;
  padding: 10px;
  background: #F0F0F0;
}
.year-info .quarter {
  font-size: 24px;
  color: #E0004D;
  font-weight: 700;
  margin-right: 6px;
}
.year-info .year {
  font-size: 18px;
  color: #4b283f;
  font-weight: 700;
}

.form-select-section .site-width {
  overflow: hidden;
}

.form-select-container {
  padding: 20px 0 0;
  overflow: hidden;
}

.form-select {
  width: 100%;
  border: 2px solid #F0F0F0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.form-select select {
  border: none;
  padding: 5px 10px;
  margin: 0;
  width: 100%;
  color: #000;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/icons/icon-expand-20x20.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px auto;
}
.form-select select:focus {
  outline: none;
}
.form-select select:not(:checked) {
  color: #E0004D;
  font-weight: 700;
  font-size: 16px;
}
.form-select select option {
  font-size: 16px;
}

.form-select-container .btn.btn-subscribe {
  font-size: 16px;
  padding: 5px 20px;
}

/* WEBCAST
--------------------------------------------------------*/
.webcast-wrapper {
  background: #4b283f;
}

#event-id {
  position: relative;
  padding-bottom: 90%;
}
#event-id iframe {
  border: 1px solid #ccc;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  overflow: hidden;
}

@media (max-width: 767px) {
  #event-id {
    padding-bottom: 200%;
  }
}
/* ARTICLE
--------------------------------------------------------*/
.article-header {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
  color: #fff;
  position: relative;
  z-index: 3;
}
.article-header header {
  border-bottom: 3px solid #E0004D;
}
.article-header h1 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
}
body.page-default .article-header {
  color: #4b283f;
}
body.page-default .article-header header {
  text-align: center;
  border-bottom: none;
  margin-bottom: 0;
}
body.page-default .article-header.article-header__webcast header {
  margin-bottom: 0;
}
body.page-default .article-header h1 {
  color: #4b283f;
}
body.page-w-background-img .article-header {
  color: #fff;
}
body.page-w-background-img .article-header h1 {
  color: #fff;
}
body.page-about .article-header header {
  margin-bottom: 0;
}
.article-header.article-header__webcast p {
  font-weight: 400;
}
.article-header.article-header__webcast .article-info {
  margin: 0 0 40px;
  padding-top: 0;
}

.article-info {
  padding: 30px 0;
}
.article-info .icon-calendar,
.article-info .icon-tag {
  margin-right: 8px;
}

.article-date {
  margin-right: 20px;
  display: inline-block;
}

.article-cat {
  display: inline-block;
}

.article-content {
  padding: 30px 0;
}
.article-content h1 {
  text-align: center;
  font-size: 26px;
}

.entry {
  font-size: 16px;
}
.entry h3 {
  margin-top: 0;
  margin-bottom: 8px;
}
.entry a {
  color: #E0004D;
}
.entry p {
  font-size: 16px;
}

.about-inner small {
  line-height: 1.2;
  display: block;
}

/* BLOCKS
--------------------------------------------------------*/
.main-blocks > div {
  background: #F7F7F7;
}
.main-blocks .inner {
  padding: 15px;
}
.main-blocks .inner h3 {
  padding: 0;
  margin: 0 0 0.68em;
}
.main-blocks h3 {
  padding: 15px;
  margin: 0;
  font-size: 1.125rem;
}
.main-blocks a.read-more {
  color: #BBBBBB;
  font-weight: 700;
  background-image: url(../img/arrow-read-more);
  background-position: right center;
  background-size: 16px 11px;
  background-repeat: no-repeat;
  padding-right: 20px;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 15px;
}
.main-blocks .row-box {
  padding-bottom: 20px;
}

.row-box .absolute-position {
  padding: 30px 20px;
}
.row-box .absolute-position .table {
  height: 100%;
}
.row-box .absolute-position h2 {
  margin-top: 0;
}

.row-box--info figure {
  width: 64px;
  height: 64px;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background: #D8D8D8;
}
.row-box--info .inner {
  padding-top: 15px;
}
.row-box--info p {
  font-size: 0.875rem;
}

/* Board & Management
--------------------------------------------------------*/
.board-management-list {
  margin-bottom: 60px;
}
.board-management-list h2 {
  color: #4b283f;
  text-transform: uppercase;
  font-size: 24px;
}
.board-management-list h2 small {
  display: block;
  color: inherit;
  font-weight: inherit;
  font-size: 80%;
  text-transform: none;
}
.board-management-list .board-management-list-info {
  font-size: 14px;
}
.board-management-list .board-management-list-info .inner {
  max-width: 85%;
  margin: 0 auto;
}
.board-management-list .board-management-list-info h3 {
  color: #4b283f;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}
.board-management-list .board-management-list-info header {
  margin-bottom: 20px;
}
.board-management-list .board-management-list-info header span {
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
}
.board-management-list figure {
  margin: 0;
}

body.page-auditor .board-management-list .site-width {
  width: 70%;
  max-width: 860px;
}

.board-management-list-img {
  position: relative;
  overflow: hidden;
  padding-top: 90%;
}
body.page-auditor .board-management-list-img {
  padding-top: 100%;
}
.board-management-list-img img {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
}

.board-management-list-items .row {
  margin-bottom: 2px;
}
.board-management-list-items .row:nth-child(2n) {
  background: rgba(240, 240, 240, 0.6);
}
.board-management-list-items .row:nth-child(2n+1) {
  background: #f0f0f0;
}
/* CONTACT
--------------------------------------------------------*/
body.page-contact .page-top-section h2 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}
body.page-contact .article-header header {
  margin-bottom: 30px;
}
.contact-list {
  margin: 0 0 40px;
}

.mailto {
  color: #E0004D;
  font-size: 18px;
  font-weight: 800;
  display: block;
}
.mailto.large {
  font-size: 28px;
}

.contact-list h2 {
  text-transform: uppercase;
  font-size: 24px;
}

.contact-box {
  background: #F0F0F0;
}
.contact-box figure {
  clear: left;
  margin: 0;
}
.contact-box .contact-info {
  position: relative;
  font-size: 16px;
}
.contact-box .contact-info .inner {
  padding: 20px;
}
.contact-box .contact-info h3 {
  font-size: 18px;
  margin: 0 0 6px;
}
.contact-box .contact-info span,
.contact-box .contact-info .tel,
.contact-box .contact-info .mail {
  display: block;
}
.contact-box .contact-info a {
  word-break: break-word;
  overflow-wrap: break-word;
}
.contact-box .contact-info a.mail {
  color: #E0004D;
}
.contact-box .contact-info a.mail:hover {
  color: #4b283f;
}
.contact-box .contact-info a.tel {
  color: #4b283f;
}
.contact-box .contact-info a.tel:hover {
  color: #E0004D;
}

.sustainability-box {
  background: #F0F0F0;
}
.sustainability-box figure {
  width: 38.4615384615%;
  float: left;
  clear: left;
  margin: 0;
}
.sustainability-box .sustainability-info {
  overflow: hidden;
  position: relative;
  font-size: 18px;
}
.sustainability-box .sustainability-info .inner {
  padding: 20px;
  padding-left: 0;
}
.sustainability-box .sustainability-info h3 {
  font-size: 20px;
}
.sustainability-box.wide .inner {
  max-width: 800px;
  margin: 0 auto;
}
.sustainability-box.wide h3 {
  font-size: 46px;
  margin: 0 0 20px;
}

.container-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  z-index: 4;
}
.entry .container-col {
  max-width: 400px;
  margin: 0 auto;
}
.container-col .col-item {
  float: left;
  flex: 0 0 auto;
  position: relative;
  width: 50%;
}
.container-col.col-5 .col-item {
  width: 33.333333%;
}
.container-col.col-3 .col-item {
  width: 50%;
}
.container-col.col-2 .col-item {
  width: 50%;
}
.page-top-section .container-col {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
  justify-content: center;
}
.page-top-section .container-col .col-item {
  text-align: center;
  padding: 20px 0;
}

/* FAQ
--------------------------------------------------------*/
.faq-search-section {
  margin-top: 30px;
}

.faq-search-content {
  position: relative;
}
.faq-search-content form {
  margin: 0;
}
.faq-search-content input[type=search] {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  height: 50px;
  padding: 0.5rem 1rem;
  border: 2px solid #F0F0F0;
  font-size: 16px;
}
.faq-search-content input[type=search]:focus {
  outline: none;
  border-color: #E0004D;
}
.faq-search-content .search-form-submit {
  position: absolute;
  z-index: 1;
  cursor: default;
  background-image: url(../img/icon-search-24x24.svg);
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: transparent;
  top: 0;
  right: 8px;
  width: 50px;
  height: 50px;
  background-size: 24px 24px;
  background-position: center center;
  border: 0;
}

.error-search {
  margin-top: 30px;
}

.faqitem-section {
  margin-top: 30px;
}

.faqitem {
  background: #F0F0F0;
  padding: 22px 20px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.faqitem .faqitem-header {
  margin: 0;
  padding-left: 32px;
  position: relative;
  cursor: pointer;
  font-size: 24px;
  font-weight: 800;
}
.faqitem .faqitem-header svg g {
  fill: #E0004D;
}
.faqitem .faqitem-header svg rect.minus {
  fill: #E0004D;
}
.faqitem .faqitem-header.active svg rect.vertical-line {
  opacity: 0;
}
.faqitem .faqitem-content {
  display: none;
  font-size: 18px;
  padding-left: 32px;
}
.faqitem .faqitem-content.faqitem-content--expanded {
  display: block;
}
.faqitem .faqitem-content p {
  margin: 20px 0 10px;
}
.faqitem .faqitem-content figure {
  margin: 0;
  margin-top: 20px;
}
.faqitem .faqitem-content .published {
  color: grey;
  font-size: 14px;
}
.faqitem .faqitem-trigger {
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  display: inline-block;
  z-index: 10;
}
.faqitem .faqitem-content--expanded:before {
  content: "";
  border-left: 2px solid #E0004D;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.entry .published {
  color: grey;
  font-size: 14px;
}

.expand-title {
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin: 0;
  margin-bottom: -1px !important;
}
.expand-title .expand-trigger-icon {
  position: absolute;
  right: 0;
  top: 8px;
  width: 20px;
  height: 20px;
  display: inline-block;
  z-index: 10;
}
.expand-title.active {
  border-bottom: none;
}
.expand-title.active svg path.vertical-line {
  opacity: 0;
}

.expand-content {
  display: none;
  padding: 0;
  padding-left: 32px;
  margin: 20px 0;
  position: relative;
}
.expand-content.expand-content--expanded {
  display: block;
}
.expand-content.expand-content--expanded:before {
  content: "";
  border-left: 2px solid #E0004D;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

/* SUBSCRIPTION
--------------------------------------------------------*/
body.page-template-page-subscription .article-width {
  padding: 40px;
  background: #F0F0F0;
  margin-top: 40px;
  margin-bottom: 40px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body.page-template-page-subscription .article-width .btn-outline-dark {
  border: none;
}

#sendForm {
  position: relative;
  z-index: 99;
}

.article-width .container {
  padding-right: 0;
  padding-left: 0;
}

.mail .btn,
.form-group .btn {
  font-size: 16px;
  padding: 8px 20px;
}
.mail .form-control,
.form-group .form-control {
  padding: 0.1429em 10px;
}

.sharegraph-extras .btn {
  font-size: 12px;
  padding: 8px 10px;
}
.sharegraph-extras .btn-outline-dark {
  border: none;
}
.sharegraph-extras button {
  text-shadow: none;
}
.sharegraph-extras .btn-outline-secondary {
  border-color: #fff;
}
.sharegraph-extras .date-input {
  margin-top: 1px;
  height: 40px;
}

#target-sharegraph-wrapper,
#sharegraph-container,
.sharegraph-tabs {
  width: 95%;
}

.article-share {
  margin-top: 20px;
}
.article-share .share {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}
.article-share .share li {
  padding: 0;
  margin-right: 20px;
  width: auto;
  display: inline-block;
}
.article-share .share li:last-child {
  margin-right: 0;
}
.article-share .share li span {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.w-bg .article-share a {
  color: #fff;
}
.w-bg .article-share a:hover {
  color: #E0004D;
}

/* Disclaimer
--------------------------------------------------------*/
.disclaimer-modal-outer {
  background-image: none !important;
  background-color: #fff !important;
}

.disclaimer-modal {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.disclaimer-modal .disclaimer-modal-header {
  border-bottom: none;
}
.disclaimer-modal .disclaimer-modal-footer {
  border-top: none;
}
.disclaimer-modal .disclaimer-modal-step-label {
  color: #4b283f;
}
.disclaimer-modal .disclaimer-modal-logo {
  display: none;
}

.fixed-disclaimer-framework  {
  position: relative !important;
}

/* ROW BOX
--------------------------------------------------------*/
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.row-strip,
[class*=row-strip-] {
  margin: 0 -1px;
}

.row-strip-mixed {
  margin: 0;
}

.row-box {
  width: calc(100% - 2px);
  margin: 0 1px 2px;
  float: left;
  flex: 0 0 auto;
  position: relative;
}
.row-strip-6 .row-box {
  width: calc(100% - 2px);
}
.row-strip-4 .row-box {
  width: calc(100% - 2px);
}
.row-strip-3 .row-box {
  width: calc(100% - 2px);
}
.row-strip-8--4 .row-box.box-8 {
  width: calc(100% - 2px);
}
.row-strip-8--4 .row-box.box-4 {
  width: calc(100% - 2px);
}
.row-strip-mixed .row-box {
  margin: 0 0;
}
.row-strip-mixed .row-box.board-management-list-img {
  width: 100%;
}
.row-strip-mixed .row-box.board-management-list-info {
  width: 100%;
}
.row-box.wide {
  width: calc(100% - 2px) !important;
}

.row-box.vertical-middle, .row-box.vertical-bottom, .row-box.board-management-list-info, .row-box.board-management-list-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-box.vertical-middle, .row-box.board-management-list-info, .row-box.board-management-list-img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.row-box.vertical-bottom {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.row-box figure {
  position: relative;
}

/* MQ */
.row-strip,
[class*=row-strip-] {
  margin: 0 -2px;
}

.row-strip-mixed {
  margin: 0;
}

.row-box {
  width: calc(25% - 2px);
  margin: 0 1px 2px;
}
.row-strip-6 .row-box {
  width: calc(50% - 2px);
}
.row-strip-4 .row-box {
  width: calc(33.333333% - 2px);
}
.row-strip-3 .row-box {
  width: calc(25% - 2px);
}
.row-strip-8--4 .row-box.box-8 {
  width: calc(66.666666% - 2px);
}
.row-strip-8--4 .row-box.box-4 {
  width: calc(33.333333% - 2px);
}

.row-strip-6 .sustainability-box {
  width: calc(100% - 2px);
}

.grid-container {
  overflow: hidden;
  margin-bottom: 30px;
}
body.home .grid-container {
  margin-bottom: 0;
}
.grid-container .grid-container-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.grid-container .grid-container-wrapper.box-overview {
  margin: 1px -1px;
}
.grid-container .grid-container-wrapper.box-overview .grid-container-box {
  margin: 1px 1px;
}
.grid-container .grid-container-wrapper.box-overview .grid-container-box:after {
  content: "";
  display: block;
  padding-bottom: 20%;
}
.grid-container .grid-container-box {
  width: 100%;
  background: grey;
  position: relative;
  float: left;
  flex: 0 0 auto;
}

.image-overview {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 0;
}

.bg-color.brand {
  background-color: #4b283f;
}
.bg-color.accent {
  background-color: #E0004D;
}
.bg-color.grey {
  background-color: #F0F0F0;
}

.grid-container-box.brand .box-cat_title {
  color: #fff;
}
.grid-container-box.brand .box-link {
  color: #E0004D;
}
.grid-container-box.brand .box-link:hover {
  color: #c70044;
}
.grid-container-box.accent {
  color: #fff;
}
.grid-container-box.accent .box-cat_title {
  color: #fff;
}
.grid-container-box.accent .box-link {
  color: #fff;
  background-image: url(../img/arrow-white.svg);
}
.grid-container-box.accent .box-link:hover {
  color: #f2f2f2;
}
.grid-container-box.grey .box-cat_title {
  color: #4b283f;
}
.grid-container-box.grey .box-link {
  color: #E0004D;
}
.grid-container-box.grey .box-link:hover {
  color: #c70044;
}

.box-cat_title {
  display: block;
  color: #4b283f;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1;
}
.box-cat_title.color-white {
  color: #fff;
}
.box-cat_title .no-word-wrap {
  white-space: nowrap;
}
.box-overview .box-cat_title {
  font-size: 30px;
}

.x-large_title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}
.x-large_title.color-white {
  color: #fff;
}
.x-large_title.color-accent {
  color: #E0004D;
}

.box-link {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  padding-right: 35px;
  margin-top: 40px;
  background-image: url(../img/arrow-red.svg);
  background-position: right center;
  background-size: 24px 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #E0004D;
  z-index: 4;
}
.box-link:hover {
  color: #c70044;
}
.box-link.color-white {
  color: #fff;
  background-image: url(../img/arrow-white.svg);
}
.box-link.color-white:hover {
  color: #f2f2f2;
}

.color-white {
  color: #fff;
}

.inner-40 {
  padding: 20px;
}
.inner-40.box-inner-wrapper {
  padding-top: 20px;
  padding-bottom: 80px;
  z-index: 2;
  position: relative;
}

.diagram-container {
  margin-top: 20px;
}
.diagram-container .highcharts-background,
.diagram-container .highcharts-plot-background {
  fill: none !important;
}
.diagram-container .highcharts-graph {
  stroke: #fff !important;
}
.diagram-container .highcharts-axis-labels text,
.diagram-container .highcharts-xaxis-labels text {
  color: #fff !important;
  fill: #fff !important;
}
.diagram-container .highcharts-yaxis-grid path {
  stroke: #4b283f !important;
}
.diagram-container .highcharts-xaxis .highcharts-tick,
.diagram-container .highcharts-xaxis .highcharts-axis-line {
  stroke: #4b283f !important;
}
.diagram-container .highcharts-xaxis .highcharts-tick {
  display: none;
}
.diagram-container .highcharts-credits {
  color: #fff !important;
  fill: #fff !important;
  font-size: 11px !important;
}

/* TABLES
--------------------------------------------------------*/
.table-wrapper {
  overflow: hidden;
  overflow-x: scroll;
}

.reports-table-wrapper,
.calendar-table-wrapper {
  padding: 40px 0px;
  overflow: hidden;
  overflow-x: scroll;
}
.reports-table-wrapper.reports-table__attatchments-wrapper,
.calendar-table-wrapper.reports-table__attatchments-wrapper {
  padding-top: 0;
}
.reports-table-wrapper + .reports-table-wrapper,
.reports-table-wrapper + .calendar-table-wrapper,
.calendar-table-wrapper + .reports-table-wrapper,
.calendar-table-wrapper + .calendar-table-wrapper {
  padding-top: 0;
}

.calendar-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}
.calendar-table caption {
  text-align: left;
  display: none;
}
.calendar-table thead th {
  top: 100px;
  text-align: left;
  border-bottom: 2px solid #F0F0F0;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 400;
}
.calendar-table thead th:nth-child(1) {
  font-weight: 800;
  font-size: 28px;
  color: #4b283f;
  padding-right: 10px;
}
.calendar-table tbody td {
  border-bottom: 1px solid #F0F0F0;
  padding: 12px 0;
  font-size: 18px;
  vertical-align: middle;
  width: 25%;
}
.calendar-table tbody td:nth-child(1) {
  font-weight: 800;
  color: #4b283f;
}
.calendar-table tbody td:nth-child(2) {
  width: 50%;
  padding-right: 10px;
}
.calendar-table tbody td:last-child a {
  float: right;
}

.reports-table,
.entry table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}
.reports-table caption,
.entry table caption {
  text-align: left;
  display: none;
}
.reports-table thead,
.entry table thead {
  background-color: #fff;
}
.reports-table thead th,
.entry table thead th {
  text-align: left;
  border-bottom: 2px solid #F0F0F0;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  width: 16.5%;
}
.reports-table thead th:nth-child(1),
.entry table thead th:nth-child(1) {
  font-weight: 800;
  font-size: 28px;
  color: #4b283f;
  width: 30%;
  padding-right: 10px;
  text-align: left;
}
.reports-table tbody td,
.entry table tbody td {
  border-bottom: 1px solid #F0F0F0;
  padding: 12px 0;
  font-size: 16px;
  vertical-align: middle;
  width: 16.5%;
}
.reports-table tbody td:nth-child(1),
.entry table tbody td:nth-child(1) {
  width: 30%;
  padding-right: 10px;
  text-align: left;
}
.reports-table.reports-table__attatchments thead th,
.entry table.reports-table__attatchments thead th {
  font-size: 18px;
}
.reports-table.reports-table__attatchments thead th:nth-child(1),
.entry table.reports-table__attatchments thead th:nth-child(1) {
  width: 16.5%;
  font-size: 18px;
  font-weight: 400;
  padding-right: 0;
}
.reports-table.reports-table__attatchments tbody td,
.entry table.reports-table__attatchments tbody td {
  border-bottom: 1px solid #F0F0F0;
  padding: 12px 0;
  font-size: 18px;
  vertical-align: middle;
  width: 16.5%;
}
.reports-table.reports-table__attatchments tbody td:nth-child(1),
.entry table.reports-table__attatchments tbody td:nth-child(1) {
  width: 16.5%;
  padding-right: 0;
}

.reports-table {
  min-width: 300px;
}

.entry table {
  font-size: 16px;
  table-layout: fixed;
}
.entry table tbody td {
  font-size: 16px;
  width: auto;
}
.entry table thead th {
  width: auto;
  font-size: 16px;
  font-weight: 800;
}
.entry table thead th:nth-child(1) {
  width: auto;
  font-size: 16px;
}

.reports-table thead th {
  text-align: center;
}
.reports-table thead th:nth-child(1) {
  text-align: left;
}
.reports-table tbody td {
  text-align: center;
}
.reports-table tbody td:nth-child(1) {
  text-align: left;
}

.table-icon {
  display: inline-block;
  width: 27px;
  height: 36px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 0;
  vertical-align: middle;
}
.table-icon:hover {
  background-position: -27px 0;
}
.table-icon.icon-pdf {
  background-image: url(../img/icons/icon-pdf-red-27x36.svg);
}
.table-icon.icon-pdf:hover {
  background-position: -27px 0;
}
.table-icon.icon-pressrelease {
  background-image: url(../img/icons/icon-report-red-27x36.svg);
}
.table-icon.icon-presentation {
  background-image: url(../img/icons/icon-presentation-red-36x27.svg);
  width: 36px;
  height: 27px;
}
.table-icon.icon-webcast {
  background-image: url(../img/icons/icon-webcast-red-36x27.svg);
  width: 36px;
  height: 27px;
}
.table-icon.icon-presentation:hover, .table-icon.icon-webcast:hover {
  background-position: -36px 0;
}
.table-icon.icon-zip {
  background-image: url(../img/icon-zip-27x36.svg);
}
.table-icon.icon-zip:hover {
  background-position: -27px 0;
}

.reports-table {
  position: relative;
}
.reports-table thead th {
  background-color: #fff;
}

/* TABLEPRESS
--------------------------------------------------------*/
.entry .tablepress tbody td {
  border: 1px solid #f0f0f0;
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}
.entry .tablepress tbody td:nth-child(1) {
  width: auto;
}
.entry .tablepress tbody td[colspan="8"] {
  text-transform: uppercase;
  border-bottom: 2px solid #E0004D;
  font-weight: 700;
}
.entry .tablepress tbody tr:first-child td {
  border-top: 1px solid #f0f0f0;
  border-bottom: 2px solid #E0004D;
}
.entry .tablepress tbody tr.row-1 td {
  width: 33.333333%;
  font-weight: 700;
}
/* BLOCKGRID
--------------------------------------------------------*/
[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.938rem;
  overflow: hidden;
}

[class*=block-grid-] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.938rem 1.11111rem;
}

.block-grid-module {
  margin: 0 -0.469rem;
}

.block-grid-module > li {
  width: 50%;
  padding: 0 0.469rem 1.11111rem;
}
.block-grid-module > li:nth-of-type(2n+1) {
  clear: both;
}

/* PLACEHOLDER */
::-webkit-input-placeholder {
  color: #272727;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

:-moz-placeholder {
  color: #272727;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

::-moz-placeholder {
  color: #272727;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

:-ms-input-placeholder {
  color: #272727;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

/* MOBILE MENU
--------------------------------------------------------*/
.nav-trigger {
  position: absolute;
  right: 0;
  top: 13px;
  width: 22px;
  height: 18px;
  fill: #fff;
}
body.has-active-menu .nav-trigger {
  z-index: 1000;
}
.scroll .nav-trigger, body.page-default .nav-trigger {
  color: #4b283f;
  fill: #4b283f;
  background-color: transparent;
  outline: none;
}
body.page-w-background-img .nav-trigger {
  fill: #fff;
}

body.page-w-background-img .scroll .nav-trigger {
  fill: #4b283f;
}

.m-menu {
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(280px);
  -ms-transform: translateX(280px);
  transform: translateX(280px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  width: 280px;
  height: 100%;
  overflow-y: scroll;
  z-index: 500;
  background-color: #fff;
}
.m-menu.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.m-menu .language {
  position: absolute;
  max-width: 178px;
  right: 10px;
  z-index: 10;
  margin: 16px 0 5px;
  font-weight: 700;
}
.m-menu .language a {
  color: #4b283f !important;
}

.m-menu--mask,
.m-menu--mask-2 {
  z-index: 450;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.m-menu--mask.is-active,
.m-menu--mask-2.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body.open-drop-down .m-menu--mask,
body.open-drop-down .m-menu--mask-2 {
  width: 100%;
  height: 100%;
  z-index: 19;
  opacity: 0.2;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body.has-active-menu {
  overflow: hidden;
}

.m-menu--items {
  list-style: none;
  margin: 0;
  margin-top: 60px;
  padding: 0 0 0 20px;
  font-size: 18px;
  font-weight: 700;
}
.m-menu--items > li:first-child {
  border-top: 1px solid;
  border-color: #f4f4f4;
}
.m-menu--items > li.active > a {
  color: #E0004D;
}
.m-menu--items li {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}
.m-menu--items li.current > a {
  color: #4b283f;
}
.m-menu--items ul,
.m-menu--items ul + ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid;
  border-color: #f4f4f4;
}
.m-menu--items ul li,
.m-menu--items ul + ul li {
  margin: 0;
}
.m-menu--items ul li:last-child,
.m-menu--items ul + ul li:last-child {
  border-bottom: none;
}
.m-menu--items ul li a,
.m-menu--items ul + ul li a {
  padding-left: 10px;
}
.m-menu--items ul li.active a,
.m-menu--items ul + ul li.active a {
  color: #E0004D;
}
.m-menu--items ul li ul li a {
  padding-left: 20px;
}
.m-menu--items a {
  display: block;
  padding: 10px 10px 10px 0;
  color: #4b283f;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.m-menu--items a:hover {
  opacity: 0.7;
}
.m-menu--items .menudrop > ul {
  display: none;
}
.m-menu--items .menudrop.active > ul {
  display: block;
}
.m-menu--items .expand {
  position: absolute;
  right: 10px;
  top: 9px;
  width: 20px;
  height: 20px;
  display: inline-block;
  z-index: 10;
}
.m-menu--items .expand svg g {
  fill: #E0004D;
}
.m-menu--items .expand.active svg rect.vertical-line {
  opacity: 0;
}
.header_area-top--container .m-menu--items {
  margin-top: 0;
  text-align: center;
  font-size: 18px;
}
.header_area-top--container .m-menu--items a {
  color: #000;
}
.header_area-top--container .m-menu--items ul a,
.header_area-top--container .m-menu--items ul + ul a {
  padding-left: 0;
}

/* HELPER
--------------------------------------------------------*/
.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

.clearfix:after {
  clear: both;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* 404
--------------------------------------------------------*/
.billboard-content .header-title-404 {
  color: #4b283f;
}
.billboard-content .header-title-404 h1 {
  font-size: 80px;
  margin-bottom: 20px;
  color: #4b283f;
}
.billboard-content .header-title-404 p {
  font-size: 50px;
}
.billboard-content .header-title-404 p.small {
  font-size: 32px;
}
.billboard-content .header-title-404 a {
  color: #4b283f;
  text-decoration: underline;
}
.billboard-content .header-title-404 a:hover {
  text-decoration: none;
}

body.page-404 .section-billboard {
  background-color: #fff;
}

body.page-404 .section-footer,
body.page-404 .section-boilerplate {
  display: none;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 0;
    transform: scale(0.8);
  }
  5% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes pulsate {
  0%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.05);
    opacity: 1;
    transform: scale(1.05);
  }
  7% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  15% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  36% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  58% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  61% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  63% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  67% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  68% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes pulsate-facts {
  0%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.timeline-scroll {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1100px;
  height: 120px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  overflow: auto;
  z-index: 20;
}

.timeline-wrapper {
  border-top: 1px solid #fff;
  display: flex;
  width: 100%;
  min-width: 1120px;
}

.timeline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
  justify-content: space-between !important;
  font-size: 10px;
  font-weight: 800;
  min-width: 940px;
  max-width: 960px;
}
.timeline a {
  color: #fff;
  display: block;
  padding-top: 20px;
}
.timeline li {
  position: relative;
}
.timeline li.active a, .timeline li.visited a {
  color: #E0004D !important;
}
.timeline li.early-days a {
  color: #999;
}
.timeline .year {
  display: block;
  transform: rotate(-90deg);
}

.timeline-dot {
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -6px;
  width: 13px;
  height: 13px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
}
.active .timeline-dot {
  background: #E0004D !important;
}
.active .timeline-dot:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: -6px;
  left: -6px;
  background: rgba(224, 0, 77, 0.75);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulsate 2s linear infinite;
  animation: pulsate 2s linear infinite;
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}
.active .timeline-dot:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 5px;
  left: auto !important;
  height: 1px;
  background: #E0004D !important;
  z-index: 1;
}
.visited .timeline-dot {
  background: #E0004D !important;
}
.early-days .timeline-dot {
  background: #999;
}

/*
.early-days {
	&:after {
		content: '';
		position: absolute;
		right: 6px;
		top: -1px;
		width: 1000px;
		height: 1px;
		background: #999;
		z-index: 0;
	}
}
*/
.milestone {
  display: block;
  position: absolute;
  font-size: 11px;
  text-transform: uppercase;
  top: -40px;
  left: 31px;
  color: #fff;
  font-style: italic;
}
.milestone:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 1px;
  transform: rotate(112deg);
  background-color: #fff;
  bottom: -5px;
  left: -29px;
}
.active .milestone, .visited .milestone {
  color: #E0004D !important;
}
.active .milestone:before, .visited .milestone:before {
  background-color: #E0004D !important;
}
.early-days .milestone {
  left: -70px;
  color: #999;
}
.early-days .milestone:before {
  left: auto;
  right: -20px;
  background-color: #999;
}

.view {
  width: 100vw;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.view.start-view {
  height: 100vh;
}

.view .corner {
  background-image: url(../img/corner-history.svg);
}
.corner.right {
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
}
.view .corner.corner-wide {
  background-image: url(../img/corner-w-bg-brand.svg);
}
.corner.reverse {
  transform: rotate(180deg);
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
}

body.page-history .section-boilerplate {
  margin-top: 0;
}

.section-box {
  width: 100%;
  -webkit-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  transform: translateX(100vw);
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
}
.start-view .section-box {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.section-box.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.section-box.hide {
  -webkit-transform: translateX(-100vw);
  -ms-transform: translateX(-100vw);
  transform: translateX(-100vw);
}
.section-box.section-box-result {
  overflow-y: scroll;
  padding: 30px 0;
}
.section-box.section-box-result h1 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.facts-list {
  display: none;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #E0004D;
  position: absolute;
  left: 0;
  top: 160px;
  text-align: center;
  opacity: 1;
}
.facts-list .facts-list--item {
  padding: 0;
  margin-bottom: 20px;
  width: 80px;
}
.facts-list .facts-list--title {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 800;
  display: block;
  margin-bottom: 5px;
}
.facts-list .facts-list--circle {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 77px;
  height: 77px;
  border: 2px solid #E0004D;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  line-height: 1;
}
.active .facts-list .facts-list--circle {
  -webkit-animation: pulsate-facts 0.5s linear 1;
  animation: pulsate-facts 0.5s linear 1;
}
.facts-list p {
  font-weight: 800;
  font-size: 20px;
  margin: 0;
}
.facts-list .facts-list--data-description {
  font-size: 10px;
  display: block;
  line-height: 1;
  margin-top: -5px;
}
.row-box_reverse .facts-list {
  color: #fff;
}

.section-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.section-row-box {
  height: 100%;
  float: left;
  flex: 0 0 auto;
  position: relative;
  z-index: 10;
  margin: 30px 0;
}
.section-row-box + .section-row-box {
  margin-top: 0;
}
.section-row-box.vertical-middle, .section-row-box.vertical-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-row-box.vertical-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.col50 {
  width: 100%;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.d-year {
  position: relative;
  max-width: 300px;
}

.sub-section.inverted {
  color: #fff;
}
.sub-section header {
  margin-top: -40px;
}
.sub-section h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 10px;
}
.sub-section .content {
  max-width: 420px;
  margin: 0 auto;
  position: relative;
}
.sub-section .entry p {
  font-size: 16px;
}
.sub-section figure {
  margin: 0 auto;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  max-width: 70%;
}
.sub-section .embed {
  margin-bottom: 0;
}

.sub-section--video {
  width: 90%;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.5);
}

.facts-list + .sub-section--video {
  padding-left: 0;
}

@media only screen and (min-width: 800px) {
  .view {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .section-box {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }

  .section-row {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 100vh;
  }
  .section-row.row-box_reverse {
    flex-direction: row-reverse;
  }

  .section-row-box {
    margin: 0;
  }

  .col50 {
    width: 50%;
  }

  .facts-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .facts-list + .sub-section {
    padding-left: 20%;
  }
  .facts-list + .sub-section figure {
    max-width: 85%;
  }
  .facts-list + .sub-section--video {
    padding-left: 0;
  }

  .sub-section--video {
    margin-left: 20%;
  }

  .sub-section header {
    margin-top: -71px;
  }
  .sub-section h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .sub-section .entry p {
    font-size: 16px;
  }

  .d-year {
    max-width: 420px;
    margin-left: -10px;
  }
}
@media only screen and (min-width: 1100px) {
  .timeline-scroll {
    overflow: visible;
    max-width: 100%;
  }
}
.world-map-wrapper {
  margin-top: 40px;
}

.world-map-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.world-map-container--index {
  background-color: #4b283f;
  color: #fff;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-right: 20px;
  -ms-flex-order: 0;
  order: 0;
}

.world-map-container--map {
  flex: 0 0 100%;
  max-width: 100%;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
}

.map-overlay {
  position: relative;
  z-index: 3;
  opacity: 1;
}

.map-overlay .btn-wrapper {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
}

.map-overlay .btn-wrapper .btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
}

.exploring .map-overlay {
  opacity: 0;
  z-index: 0;
}

.world-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
}

.exploring .world-map {
  opacity: 1;
  z-index: 3;
}

.world-map-index--title {
  padding: 0 15px;
}

.world-map-index--title h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  margin: 0;
  padding: 15px 0;
}

.world-map-index--title h2 .title-filter {
  display: inline-block;
  float: right;
  font-size: 14px;
}

.world-map-index--title h2 .title-filter .expand {
  margin-left: 5px;
  top: -3px;
}

.world-map-index--content {
  position: relative;
  display: none;
}

.world-map-index--content.expand {
  display: block;
}

.world-map-index--content .shadow {
  height: 10px;
  background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.map-index {
  position: sticky;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.map-index li {
  border-top: 1px solid #4b283f;
  position: relative;
}

.map-index li.operative-groups {
  border-top-color: #653B56;
  font-size: 10px;
  color: #B7A9B2;
  text-transform: uppercase;
  padding: 7px 15px 8px;
  display: block;
  background-color: #653B56;
}

.map-index a {
  color: #fff;
  padding: 13px 15px;
  display: block;
}

.map-index a:hover {
  background-color: #E0004D;
}

.map-index .index-drop > ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  padding-left: 15px;
  padding-bottom: 15px;
}

.map-index .index-drop > ul li {
  border-top: none;
}

.map-index .index-drop > ul a {
  padding: 5px 15px;
}

.map-index .index-drop.active {
  background-color: #E0004D;
}

.map-index .index-drop.active > ul,
.map-index .index-drop.active .small-index-title {
  display: block;
}

.map-index .expand {
  position: absolute;
  right: 10px;
  top: 11px;
  width: 15px;
  height: 9px;
  display: inline-block;
  pointer-events: none;
}

.map-index .expand.active img {
  transform: rotate(180deg);
}

.map-index .small-index-title {
  display: none;
  font-size: 10px;
  color: #4b283f;
  text-transform: uppercase;
  padding-left: 30px;
}

.map-description--wrapper {
  max-width: 1300px;
  width: 95%;
  margin: 0 auto;
}

.description-list {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  list-style: none;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
}

.description-list li {
  font-size: 10px;
  color: #B7A9B2;
  text-transform: uppercase;
  font-weight: 700;
  padding: 7px 15px 8px 0;
  display: block;
}

.description-list li:last-child {
  padding-right: 0;
}

.description-list .description-list--icon {
  display: inline-block;
  margin-right: 3px;
}

@media only screen and (min-width: 1024px) {
  .world-map-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .world-map-container--index {
    -ms-flex: 0 0 23.8461538462%;
    flex: 0 0 23.8461538462%;
    max-width: 23.8461538462%;
    margin-right: 20px;
    -ms-flex-order: 0;
    order: 0;
  }

  .world-map-container--map {
    flex: 0 0 74.6153846154%;
    max-width: 74.6153846154%;
    -ms-flex-order: 1;
    order: 1;
  }

  .map-description {
    width: 74.6153846154%;
    margin-left: calc(23.8461538461538% + 20px);
  }

  .world-map-index--content {
    display: block !important;
  }

  .world-map-index--title {
    padding: 0 15px;
  }

  .world-map-index--title h2 {
    font-size: 26px;
    padding: 20px 0;
  }

  .world-map-index--title h2 .title-filter {
    display: none;
  }

  .description-list {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    list-style: none;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .description-list li {
    font-size: 10px;
    color: #B7A9B2;
    text-transform: uppercase;
    font-weight: 700;
    padding: 7px 15px 8px 0;
    display: block;
  }

  .description-list li:last-child {
    padding-right: 0;
  }

  .description-list .description-list--icon {
    display: inline-block;
    margin-right: 3px;
  }
}
@media only screen and (min-width: 568px) {
  .sharegraph-extras .btn {
    font-size: 16px;
    padding: 8px 20px;
  }
  .sharegraph-extras .date-input {
    height: 40px;
  }

  #target-sharegraph-wrapper,
#sharegraph-container,
.sharegraph-tabs {
    width: 100%;
  }

  .form-select-wrapper {
    width: calc(50% - 20px);
    margin-bottom: 10px;
  }

  .article-header h1 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 600px) {
  .billboard-content h1 {
    font-size: 28px;
  }
  .billboard-content h1.large {
    font-size: 32px;
  }

  .contact-box {
    background: #F0F0F0;
  }
  .contact-box figure {
    width: 38.4615384615%;
    float: left;
    clear: left;
    margin: 0;
  }
  .contact-box .contact-info {
    overflow: hidden;
    position: relative;
    font-size: 18px;
  }
  .contact-box .contact-info h3 {
    margin: 1rem 0;
  }

  .box-overview .grid-container-box {
    min-height: 1px;
    width: calc(50% - 2px);
  }

  .row.row-box_reverse {
    flex-direction: row-reverse;
  }

  .brands-img-list li {
    width: calc(50% - 2px);
  }

  body.page-auditor .board-management-list .site-width {
    width: 95%;
  }

  body.page-auditor .row-strip-mixed .row-box.board-management-list-img {
    width: 32.3076923077%;
    padding-top: 0;
  }
  body.page-auditor .row-strip-mixed .row-box.board-management-list-img img {
    position: relative;
  }
  body.page-auditor .row-strip-mixed .row-box.board-management-list-info {
    width: 67.6923076923%;
  }
}
@media (max-width: 767px) {
  #event-id {
    padding-bottom: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .billboard-content h1 {
    font-size: 42px;
  }
  .billboard-content h1.large {
    font-size: 52px;
  }

  .header-group-section p {
    font-size: 40px;
  }

  h1,
.article-header h1 {
    font-size: 48px;
  }
  .section-title h1,
.section-title .article-header h1 {
    font-size: 42px;
  }

  .article-content {
    padding: 30px 0;
  }
  .article-content h1 {
    font-size: 40px;
  }

  .section-title h1 {
    font-size: 32px;
  }

  .box-cat_title {
    display: block;
    font-size: 30px;
    margin-bottom: 50px;
  }

  .x-large_title {
    font-size: 38px;
  }

  p.lead, header p {
    font-size: 24px;
  }

  .entry {
    font-size: 20px;
  }
  .entry p {
    font-size: 20px;
  }
  body.single-release .entry p {
    font-size: 20px !important;
  }

  body.single-release .article-content > p {
    font-size: 20px;
  }

  .page-top-section {
    min-height: 400px;
  }
  .page-top-section .article-header {
    margin-top: 180px;
  }
  body.page-w-background-img .page-top-section {
    min-height: 500px;
  }
  body.page-w-background-img .page-top-section .article-header {
    margin-top: 200px;
  }

  .grid-container .grid-container-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .grid-container .grid-container-wrapper.box-overview .grid-container-box {
    width: calc(50% - 2px);
  }

  .reports-list__img li {
    width: calc(33.333333333% - 2px);
  }

  .brands-img-list li {
    width: calc(33.333333% - 2px);
  }

  .container-col.col-5 .col-item {
    width: 20%;
  }

  .facts-item {
    padding: 20px 10px !important;
  }
  .facts-item .facts-large-title {
    font-size: 56px;
  }
  .facts-item .facts-label {
    font-size: 16px;
  }

  .row-strip-mixed .row-box {
    margin: 0 0;
  }
  .row-strip-mixed .row-box.board-management-list-img {
    width: 32.3076923077%;
  }
  .row-strip-mixed .row-box.board-management-list-info {
    width: 67.6923076923%;
  }

  .board-management-list-img {
    position: relative;
    overflow: hidden;
    padding-top: 0;
  }
  .board-management-list-img img {
    position: static;
    display: block;
    top: 0;
    width: 100%;
  }

  /* NEWS */
  .news-media--content {
    width: calc(74.61538461538458% - 20px);
  }

  .news-media--year,
.news-media--img {
    width: calc(25.38461538461538% - 20px);
  }

  .form-select-wrapper {
    width: calc(33.333333% - 20px);
    margin-bottom: 0;
  }

  .subscribe-wrapper {
    width: calc(20% - 20px);
    margin-left: auto !important;
  }

  .form-select select {
    padding: 10px 10px;
  }
  .form-select select:not(:checked) {
    font-size: 18px;
  }

  .form-select-container .btn.btn-subscribe {
    font-size: 18px;
    padding: 13px 20px;
  }

  .article-header {
    margin-top: 180px;
  }

  .reports-table,
.entry table {
    width: 100%;
    min-width: 700px;
  }
  .reports-table thead th,
.entry table thead th {
    text-align: left;
    border-bottom: 2px solid #F0F0F0;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 400;
    width: 12.5%;
  }
  .reports-table thead th:nth-child(1),
.entry table thead th:nth-child(1) {
    font-weight: 800;
    font-size: 28px;
    color: #4b283f;
    width: 40%;
    padding-right: 10px;
  }
  .reports-table tbody td,
.entry table tbody td {
    border-bottom: 1px solid #F0F0F0;
    padding: 12px 0;
    font-size: 18px;
    vertical-align: middle;
    width: 12.5%;
  }
  .reports-table tbody td:nth-child(1),
.entry table tbody td:nth-child(1) {
    width: 40%;
    padding-right: 10px;
  }
  .reports-table.reports-table__attatchments thead th:nth-child(1),
.entry table.reports-table__attatchments thead th:nth-child(1) {
    width: 12.5%;
    font-size: 18px;
    font-weight: 400;
    padding-right: 0;
  }
  .reports-table.reports-table__attatchments tbody td,
.entry table.reports-table__attatchments tbody td {
    border-bottom: 1px solid #F0F0F0;
    padding: 12px 0;
    font-size: 18px;
    vertical-align: middle;
    width: 12.5%;
  }
  .reports-table.reports-table__attatchments tbody td:nth-child(1),
.entry table.reports-table__attatchments tbody td:nth-child(1) {
    width: 12.5%;
    padding-right: 0;
  }

  .reports-table thead th {
    text-align: center;
  }
  .reports-table thead th:nth-child(1) {
    text-align: left;
  }
  .reports-table tbody td {
    text-align: center;
  }
  .reports-table tbody td:nth-child(1) {
    text-align: left;
  }

  .reports-table-wrapper,
.calendar-table-wrapper {
    padding: 40px 0px;
    overflow: visible;
    overflow-x: visible;
  }

  .reports-table {
    position: relative;
  }
  .reports-table thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
    background-color: #fff;
  }

  .faq-search-section {
    margin-top: 30px;
  }

  .faq-search-content input[type=search] {
    font-size: 20px;
  }
  .faq-search-content .search-form-submit {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 800px) {
  .section-title h1,
.section-title .article-header h1 {
    font-size: 42px;
  }

  .grid-container .grid-container-wrapper.box-overview .grid-container-box {
    width: calc(33.333333333% - 2px);
  }
  .grid-container .grid-container-box {
    width: 33.333333%;
  }

  .row-strip-6 .sustainability-box {
    width: calc(50% - 2px);
  }

  /* Board & Management
  --------------------------------------------------------*/
  .board-management-list {
    margin-bottom: 60px;
  }
  .board-management-list h2 {
    font-size: 24px;
  }
  .board-management-list .board-management-list-info .inner {
    padding: 30px;
    max-width: 72.7272727273%;
    min-width: 400px;
  }
  .board-management-list .board-management-list-info h3 {
    font-size: 20px;
  }
  .board-management-list .board-management-list-info header span {
    font-size: 16px;
  }

  /* CONTACT
  --------------------------------------------------------*/
  body.page-contact .page-top-section h2 {
    font-size: 30px;
  }
  body.page-contact .article-header header {
    margin-bottom: 30px;
  }
  .contact-list {
    margin: 0 0 40px;
  }

  .mailto {
    color: #E0004D;
    font-size: 20px;
    font-weight: 800;
    display: block;
  }
  .mailto.large {
    font-size: 28px;
  }

  .reports-table thead th,
.entry table thead th {
    font-size: 18px;
  }
}
@media only screen and (min-width: 900px) {
  .billboard-content h1 {
    font-size: 48px;
  }
  .billboard-content h1.large {
    font-size: 60px;
  }

  .page-back {
    top: 100px;
    font-size: 20px;
  }

  .container-col.col-3 .col-item {
    width: 33.333333%;
  }
  .page-top-section .container-col .col-item {
    padding: 40px 0;
  }

  .form-select-wrapper {
    width: calc(25.38461538461538% - 20px);
  }
}
@media only screen and (min-width: 1024px) {
  .x-large_title {
    font-size: 50px;
  }

  .inner-40 {
    padding: 40px;
  }
  .inner-40.box-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .box-link {
    bottom: 40px;
    left: 40px;
  }

  .box-overview .box-cat_title {
    font-size: 40px;
  }

  .box-overview .grid-container-box {
    min-height: 432px;
  }

  /* BRANDS LIST */
  .brands-wrapper {
    padding: 30px 0 80px;
  }

  .news-media--content {
    width: calc(49.2307692307692% - 20px);
  }

  .news-media--img {
    display: -ms-flexbox;
    display: flex;
  }

  body.hide-disclaimer-modal .header_area {
    top: 94px;
  }

  .header_area,
.menu__navigation {
    height: 100px;
  }

  .header_area-banner {
    height: 99px;
  }

  .menu_logo {
    margin: 24px 0 9px 0;
    width: 158px;
    height: 50px;
  }
  .menu_logo a {
    display: block;
    width: 158px;
    height: 50px;
  }

  .menu_primary-list,
.header_area-top {
    display: block;
  }

  .nav-trigger {
    top: 35px;
  }

  .nav-trigger {
    display: none;
  }

  .reports-table thead th {
    top: 98px;
  }
}
@media only screen and (min-width: 1200px) {
  /* COOCKIEBAR
  --------------------------------------------------------*/
  .cookie-bar p {
    max-width: 70%;
    margin-bottom: 0;
    float: left;
  }
  .cookie-bar .btn-group {
    float: right;
  }
  .cookie-bar .btn-cookies {
    font-size: 16px;
    margin-bottom: 0;
  }

  .brands-img-list li {
    width: calc(33.333333% - 2px);
  }
}
@media print {
  *,
*:before,
*:after,
*:first-letter,
*:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    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 that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
