@charset "UTF-8";
a,
body {
  padding: 0;
}

.icon,
body main {
  position: relative;
}

.icon:before {
  -webkit-font-smoothing: antialiased;
}

.icon:before,
body {
  line-height: 1;
  font-weight: 400;
}

.icon {
  text-decoration: none;
}

#hamburger,
.icon {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
}

#hamburger,
#logo,
.icon {
  overflow: hidden;
}

.breadcrumbs ol,
.byline ul li {
  list-style-type: none;
}

.icon:before {
  font-style: normal;
}

article,
b,
body,
div,
figcaption,
figure,
h1,
h2,
header,
html,
i,
img,
li,
nav,
ol,
p,
section,
span,
ul {
  background: 0 0;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

.icon,
.icon:after {
  border-radius: 50%;
}

article,
figcaption,
figure,
header,
main,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

a {
  background: 0 0;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

.article-information,
.breadcrumbs li {
  vertical-align: middle;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  background: #fff;
  box-sizing: border-box;
  color: #141414;
  margin-top: 110px;
  transition: margin-top 125ms linear;
  width: 100%;
}

body.article-page {
  background-color: #f1f1f1;
}

[data-mod] {
  min-height: 1px;
}

.icon {
  box-sizing: content-box;
  color: #fff;
  display: inline-block;
  text-indent: 100%;
}

.article-main,
.byline,
.mod-cookiepolicy,
.mod-header * {
  box-sizing: border-box;
}

.icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: icomoon;
  font-variant: normal;
  text-indent: 0;
  text-transform: none;
}

.article-body h2,
.mod-cookiepolicy span {
  font-family: "Open Sans", sans-serif;
}

#hamburger,
#logo {
  text-indent: 100%;
}

.icon:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media all and (min-width: 728px) {
  body {
    margin-top: 64px;
  }
  #logo {
    height: 60px;
    width: 180px;
  }
}

@media all and (min-width: 1024px) {
  body {
    margin-top: 57px;
    transition: none;
  }
  #logo {
    height: 70px;
    width: 210px;
  }
}

@media all and (min-width: 1240px) {
  body {
    margin-top: 57px;
  }
  main {
    margin: 0 auto;
    z-index: 1;
    background-color: #fff;
  }
  #logo {
    height: 80px;
    width: 240px;
  }
}

.mod-cookiepolicy {
  background: #141414;
  border-left: 4px solid #626262;
  bottom: 0;
  color: #e0e0e0;
  display: none;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 3000000;
}

.mod-cookiepolicy .inner {
  clear: both;
  border-top: 1px solid #2c2c2c;
  padding: 18px 55px 20px 15px;
}

.mod-cookiepolicy .inner:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.mod-cookiepolicy span {
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.mod-cookiepolicy .close {
  background: #fff;
  color: #141414;
  height: 24px;
  position: absolute;
  right: 15px;
  text-decoration: none;
  top: calc(50% - 12px);
  width: 24px;
}

.mod-cookiepolicy .close:before {
  content: "";
}

.mod-cookiepolicy span a {
  color: #fff;
  font-weight: 700;
}

.mod-header:not([data-expanded]) #hamburger:after,
.mod-header:not([data-expanded]) #hamburger:before,
.mod-header:not([data-expanded]) #hamburger > span {
  border-radius: 3px;
  background: #fff;
  content: "";
  height: 3px;
  left: 7px;
  position: absolute;
  width: 20px;
}

.mod-header > .primary:after {
  content: ".";
  clear: both;
  visibility: hidden;
}

#logo {
  display: block;
  margin-left: 38px;
  position: absolute;
}

#hamburger {
  display: block;
  height: 50px;
  left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  width: 38px;
}

.mod-header:not([data-expanded]) #hamburger:before {
  top: 17px;
  transform: none;
}

.mod-header:not([data-expanded]) #hamburger:after {
  top: 29px;
}

.mod-header:not([data-expanded]) #hamburger > span {
  display: block;
  top: 23px;
}

.mod-header .has-children > .toggle {
  display: none;
}

.mod-header > .primary {
  clear: both;
  background: #626262;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}

.mod-header > .primary:after {
  display: block;
  height: 0;
}

.mod-header > .primary nav {
  display: none;
}

.mod-header .footer {
  display: none;
}

@media all and (min-width: 728px) {
  #logo,
  .mod-header > .primary {
    height: 60px;
  }
  #logo {
    width: 180px;
    margin-left: 55px;
  }
  .mod-header:not([data-expanded]) #hamburger {
    height: 60px;
    opacity: 1;
    width: 55px;
  }
  .mod-header:not([data-expanded]) #hamburger:before {
    left: 15px;
    top: 21px;
    width: 25px;
  }
  .mod-header:not([data-expanded]) #hamburger:after {
    left: 15px;
    top: 35px;
    width: 25px;
  }
  .mod-header:not([data-expanded]) #hamburger > span {
    left: 15px;
    top: 28px;
    width: 25px;
  }
}

@media all and (min-width: 1024px) {
  #logo,
  .mod-header > .primary {
    height: 70px;
  }
  #logo,
  .mod-header > .primary [data-level="1"] > li {
    float: left;
  }
  #logo {
    width: 210px;
    margin-left: 0;
    position: static;
  }
  #hamburger {
    display: none;
  }
  .mod-header > .primary nav {
    display: block;
    float: left;
  }
  .mod-header > .primary [data-level="1"] {
    clear: both;
    margin-left: 10px;
  }
  .mod-header > .primary [data-level="1"]:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .mod-header > .primary [data-level="1"] > li > a {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    box-sizing: border-box;
    font-weight: 600;
    height: 70px;
    padding: 29px 8px 0;
  }
  .mod-header > .primary [data-level="1"] > li > a:hover {
    color: #e0e0e0;
  }
  .mod-header > .primary [data-level="1"] a {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #fff;
    display: block;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
  }
  .mod-header > .primary [data-level="1"] .toggle {
    display: none;
  }
  .mod-header > .primary [data-level="1"] .has-children {
    position: relative;
  }
  .mod-header > .primary [data-level="1"] .has-children:after {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
    font-size: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 34px;
    width: 0;
  }
  .mod-header > .primary [data-level="1"] .has-children:hover > a {
    color: #e0e0e0;
  }
  .mod-header > .primary [data-level="1"] .has-children:hover:after {
    border-color: #e0e0e0 transparent transparent;
  }
  .mod-header > .primary [data-level="1"] .has-children > ul {
    border-radius: 2px;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    display: none;
    padding: 24px;
    position: absolute;
    width: 240px;
  }
  .mod-header > .primary [data-level="1"] .has-children > a {
    padding-right: 25px;
  }
}

@media all and (min-width: 1240px) {
  #logo,
  .mod-header > .primary {
    height: 80px;
  }
  #logo {
    width: 240px;
  }
  .mod-header > .primary [data-level="1"] > li > a {
    font-size: 16px;
    height: 80px;
    padding-top: 34px;
  }
  .mod-header > .primary [data-level="1"] .has-children:after {
    top: 40px;
  }
}

.article-page main {
  background-color: #fff;
  padding-top: 20px;
}

.article-wrapper {
  margin-top: 20px;
}

.article-wrapper::after {
  clear: both;
  content: " ";
  display: table;
}

.article-main {
  position: relative;
}

.article-main > h1 {
  font-size: 36px;
  color: #141414;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 0 12px;
  position: relative;
}

.article-body p a {
  font-weight: 700;
  text-decoration: underline;
}

.article-body p a:hover {
  opacity: 0.75;
}

.article-body h2 {
  color: #141414;
  margin: 40px 0 20px;
  padding: 0 12px;
}

.article-body h2 {
  font-size: 31px;
  font-weight: 600;
}

.article-body a {
  text-decoration: none;
}

.article-body a:hover {
  opacity: 1;
  text-decoration: underline;
}

.article-body p,
.breadcrumbs {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.article-body p {
  color: #141414;
  line-height: 1.7;
  margin-bottom: 40px;
  padding: 0 12px;
}

@media all and (min-width: 728px) {
  .article-page main {
    padding: 20px 0 16px;
  }
  .article-page article {
    margin-left: 15px;
    margin-right: 15px;
  }
  .article-wrapper {
    margin-top: 15px;
  }
  .article-main > h1 {
    font-size: 72px;
    padding: 0;
  }
  .article-body h2,
  .article-body p {
    padding: 0;
  }
  .article-body p {
    line-height: 1.6;
  }
}

@media all and (min-width: 1024px) {
  .article-wrapper {
    position: relative;
  }
  /*.article-wrapper:before {
        background-color: #f1f1f1;
        content: ' ';
        height: 100%;
        position: absolute;
        right: 332px;
        top: 0;
        width: 3px
    }*/
  /*.article-wrapper .content-column {
        float: left;
        width: calc(100% - 367px)
    }*/
  .article-main > h1 {
    font-size: 50px;
    padding: 0;
  }
}

@media all and (min-width: 1240px) {
  .article-page main {
    box-sizing: border-box;
    max-width: 1240px;
    padding: 24px 0;
  }
  .article-page article {
    margin-left: 32px;
    margin-right: 32px;
  }
  .article-wrapper {
    margin-top: 23px;
  }
  .article-main > h1 {
    font-size: 53px;
  }
  .article-main > h1:before {
    background-color: #626262;
    content: "";
    height: calc(100% - 25px);
    left: -32px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 8px;
  }
}

.article-body img {
  max-width: 100%;
}

.article-type {
  font-size: 18px;
  margin-bottom: 20px;
  white-space: nowrap;
}

.article-type .channel-name {
  display: inline-block;
  padding: 4px 18px 5px;
  text-transform: uppercase;
  background-color: #626262;
  color: #fff;
  text-decoration: none;
}

.article-type .channel-name:hover {
  opacity: 0.9;
  text-decoration: none;
}

@media all and (min-width: 728px) {
  .article-type {
    font-size: 20px;
    margin-left: -14px;
  }
  .article-type .channel-name {
    padding: 7px 18px 8px;
  }
}

@media all and (min-width: 1024px) {
  .article-type {
    display: none;
  }
}

.breadcrumbs {
  font-size: 11px;
  font-weight: 700;
  display: none;
  margin: 0 12px 10px;
}

.breadcrumbs a {
  color: #494949;
  display: inline-block;
  margin-left: 10px;
  margin-right: 9px;
  position: relative;
  text-decoration: none;
}

.article-information .author a,
.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li:first-child > a {
  background: #626262;
  height: 25px;
  margin: 0;
  overflow: hidden;
  text-indent: 100%;
  width: 25px;
}

.breadcrumbs li:not(:first-child):before {
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border: 4px solid #626262;
  border-right-width: 0;
  content: "";
  display: inline-block;
}

@media all and (min-width: 1024px) {
  .breadcrumbs {
    display: block;
  }
}

.byline {
  align-items: center;
  display: block;
  padding: 0 12px;
  width: 100%;
}

@media all and (min-width: 728px) {
  .byline {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    display: flex;
    padding: 6px 0;
  }
}

@media all and (min-width: 1240px) {
  .breadcrumbs {
    margin: 0 32px 10px;
  }
  .byline {
    padding: 10px 0;
  }
}

.article-information {
  color: #494949;
  display: block;
  text-transform: uppercase;
}

.article-information .author,
.article-information .author-label {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  text-transform: capitalize;
}

.article-information .author-information-container {
  overflow: hidden;
}

.article-information .author,
.article-information .author-label {
  margin-right: 4px;
}

.article-information .author-label {
  font-weight: 400;
}

.article-information .author {
  font-weight: 600;
  display: inline-block;
  line-height: 1.3;
}

.article-information .time-info li {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.article-information .author:after {
  content: ",";
}

.article-information .author:last-child:after {
  display: none;
}

.article-information a {
  color: #494949;
}

.article-information .time-info li {
  font-size: 10px;
  border-left: 1px solid #e0e0e0;
  display: inline-block;
  margin-left: 4px;
  padding-left: 8px;
}

.article-information .time-info li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 8px;
}

@media all and (min-width: 728px) {
  .article-information {
    border-left: 1px solid #e0e0e0;
    flex-grow: 1;
    padding: 0 16px;
    position: relative;
  }
  .article-information .author-information-container {
    margin-top: 6px;
  }
  .article-information .time-info {
    bottom: 3px;
    position: relative;
  }
}

@media all and (min-width: 1240px) {
  .article-information {
    position: relative;
  }
  .article-information .time-info {
    bottom: 3px;
    position: relative;
  }
  .article-information .time-info li {
    font-size: 11px;
  }
  .article-information .author-information-container {
    margin-top: 6px;
  }
}

@media all and (min-width: 728px) {
  .byline ul {
    margin-top: 3px;
  }
  .byline .article-information {
    margin-top: -2px;
  }
}

.in-article-image {
  margin-bottom: 23px;
}

.in-article-image figcaption {
  background-color: #f1f1f1;
  line-height: 1.4;
  padding: 11px 12px;
}

.in-article-image figcaption .caption {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-weight: 700;
  color: #2c2c2c;
}

.in-article-image figcaption span:first-child {
  margin-left: 0;
}

@media all and (min-width: 728px) {
  .in-article-image figcaption {
    padding-left: 10px;
  }
}

@media all and (min-width: 1024px) {
  .in-article-image figcaption {
    padding-left: 12px;
  }
}

@media all and (min-width: 1240px) {
  .in-article-image figcaption {
    padding-left: 17px;
  }
}

.btn {
  text-decoration: none;
}

.totaliser .info progress::progress-bar {
  background: #fff;
  color: #fff;
}

.totaliser .info progress::progress-value {
  opacity: 0.7;
}

.referendum progress::progress-bar {
  background: #fff;
}

.section-theme-highlight {
  background-color: #e90e0e !important;
  color: #fff;
}

.section-theme-background-indicator:after,
.section-theme-background-indicator:before {
  background: #e90e0e !important;
}

.publication-theme {
  color: #e90e0e !important;
}

.publication-theme-highlight {
  background-color: #e90e0e !important;
  color: #fff;
}

.publication-theme-border,
.publication-theme-border:before {
  border-color: #e90e0e !important;
}

.publication-theme-icon:before {
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
}

#logo {
  background: url(/img/logo_white.png) left top no-repeat;
  height: 50px;
  width: 133.13px;
  background-size: 100% 100%;
}

@media all and (min-width: 728px) {
  #logo {
    height: 60px;
    width: 159.75px;
  }
}

@media all and (min-width: 1024px) {
  #logo {
    height: 70px;
    width: 186.38px;
  }
}

@media all and (min-width: 1240px) {
  #logo {
    height: 80px;
    width: 213px;
  }
}

.publication-font {
  font-family: "Open Sans Condensed", sans-serif !important;
  font-weight: 700;
}

.article-body p a {
  color: #e90e0e;
}

.mod-header > .publication-theme-highlight {
  background: #141414 !important;
}

.btn {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 30px 10px;
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 8px;
}

.btn--orange {
  background: #e90e0e;
  color: #fff !important;
  text-decoration: none !important;
}

.btn--animate-grow {
  transition-duration: 0.3s;
  transition-property: transform;
}

.btn--animate-grow:hover {
  transform: scale(1.1);
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 10vh;
}

a,
body {
  padding: 0;
}

.icon,
body main {
  position: relative;
}

.icon:before {
  -webkit-font-smoothing: antialiased;
}

.icon:before,
body {
  line-height: 1;
  font-weight: 400;
}

.icon {
  text-decoration: none;
}

#hamburger,
.icon {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
}

#hamburger,
#logo,
.icon {
  overflow: hidden;
}

.breadcrumbs ol,
.byline ul li {
  list-style-type: none;
}

.icon:before {
  font-style: normal;
}

article,
b,
body,
div,
figcaption,
figure,
h1,
h2,
header,
html,
i,
img,
li,
nav,
ol,
p,
section,
span,
ul {
  background: 0 0;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

.icon,
.icon:after {
  border-radius: 50%;
}

article,
figcaption,
figure,
header,
main,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

a {
  background: 0 0;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

.article-information,
.breadcrumbs li {
  vertical-align: middle;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  background: #fff;
  box-sizing: border-box;
  color: #141414;
  margin-top: 110px;
  transition: margin-top 125ms linear;
  width: 100%;
}

body.article-page {
  background-color: #f1f1f1;
}

[data-mod] {
  min-height: 1px;
}

.icon {
  box-sizing: content-box;
  color: #fff;
  display: inline-block;
  text-indent: 100%;
}

.article-main,
.byline,
.mod-cookiepolicy,
.mod-header * {
  box-sizing: border-box;
}

.icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: icomoon;
  font-variant: normal;
  text-indent: 0;
  text-transform: none;
}

.article-body h2,
.mod-cookiepolicy span {
  font-family: "Open Sans", sans-serif;
}

#hamburger,
#logo {
  text-indent: 100%;
}

.icon:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media all and (min-width: 728px) {
  body {
    margin-top: 64px;
  }
  #logo {
    height: 60px;
    width: 180px;
  }
}

@media all and (min-width: 1024px) {
  body {
    margin-top: 57px;
    transition: none;
  }
  #logo {
    height: 70px;
    width: 210px;
  }
}

@media all and (min-width: 1240px) {
  body {
    margin-top: 57px;
  }
  main {
    margin: 0 auto;
    z-index: 1;
    background-color: #fff;
  }
  #logo {
    height: 80px;
    width: 240px;
  }
}

.mod-cookiepolicy {
  background: #141414;
  border-left: 4px solid #626262;
  bottom: 0;
  color: #e0e0e0;
  display: none;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 3000000;
}

.mod-cookiepolicy .inner {
  clear: both;
  border-top: 1px solid #2c2c2c;
  padding: 18px 55px 20px 15px;
}

.mod-cookiepolicy .inner:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.mod-cookiepolicy span {
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.mod-cookiepolicy .close {
  background: #fff;
  color: #141414;
  height: 24px;
  position: absolute;
  right: 15px;
  text-decoration: none;
  top: calc(50% - 12px);
  width: 24px;
}

.mod-cookiepolicy .close:before {
  content: "";
}

.mod-cookiepolicy span a {
  color: #fff;
  font-weight: 700;
}

.mod-header:not([data-expanded]) #hamburger:after,
.mod-header:not([data-expanded]) #hamburger:before,
.mod-header:not([data-expanded]) #hamburger > span {
  border-radius: 3px;
  background: #fff;
  content: "";
  height: 3px;
  left: 7px;
  position: absolute;
  width: 20px;
}

.mod-header > .primary:after {
  content: ".";
  clear: both;
  visibility: hidden;
}

#logo {
  display: block;
  margin-left: 38px;
  position: absolute;
}

#hamburger {
  display: block;
  height: 50px;
  left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  width: 38px;
}

.mod-header:not([data-expanded]) #hamburger:before {
  top: 17px;
  transform: none;
}

.mod-header:not([data-expanded]) #hamburger:after {
  top: 29px;
}

.mod-header:not([data-expanded]) #hamburger > span {
  display: block;
  top: 23px;
}

.mod-header .has-children > .toggle {
  display: none;
}

.mod-header > .primary {
  clear: both;
  background: #626262;
  height: 50px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
}

.mod-header > .primary:after {
  display: block;
  height: 0;
}

.mod-header > .primary nav {
  display: none;
}

.mod-header .footer {
  display: none;
}

@media all and (min-width: 728px) {
  #logo,
  .mod-header > .primary {
    height: 60px;
  }
  #logo {
    width: 180px;
    margin-left: 55px;
  }
  .mod-header:not([data-expanded]) #hamburger {
    height: 60px;
    opacity: 1;
    width: 55px;
  }
  .mod-header:not([data-expanded]) #hamburger:before {
    left: 15px;
    top: 21px;
    width: 25px;
  }
  .mod-header:not([data-expanded]) #hamburger:after {
    left: 15px;
    top: 35px;
    width: 25px;
  }
  .mod-header:not([data-expanded]) #hamburger > span {
    left: 15px;
    top: 28px;
    width: 25px;
  }
}

@media all and (min-width: 1024px) {
  #logo,
  .mod-header > .primary {
    height: 70px;
  }
  #logo,
  .mod-header > .primary [data-level="1"] > li {
    float: left;
  }
  #logo {
    width: 210px;
    margin-left: 0;
    position: static;
  }
  #hamburger {
    display: none;
  }
  .mod-header > .primary nav {
    display: block;
    float: left;
  }
  .mod-header > .primary [data-level="1"] {
    clear: both;
    margin-left: 10px;
  }
  .mod-header > .primary [data-level="1"]:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .mod-header > .primary [data-level="1"] > li > a {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    box-sizing: border-box;
    font-weight: 600;
    height: 70px;
    padding: 29px 8px 0;
  }
  .mod-header > .primary [data-level="1"] > li > a:hover {
    color: #e0e0e0;
  }
  .mod-header > .primary [data-level="1"] a {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #fff;
    display: block;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
  }
  .mod-header > .primary [data-level="1"] .toggle {
    display: none;
  }
  .mod-header > .primary [data-level="1"] .has-children {
    position: relative;
  }
  .mod-header > .primary [data-level="1"] .has-children:after {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
    font-size: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 34px;
    width: 0;
  }
  .mod-header > .primary [data-level="1"] .has-children:hover > a {
    color: #e0e0e0;
  }
  .mod-header > .primary [data-level="1"] .has-children:hover:after {
    border-color: #e0e0e0 transparent transparent;
  }
  .mod-header > .primary [data-level="1"] .has-children > ul {
    border-radius: 2px;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    display: none;
    padding: 24px;
    position: absolute;
    width: 240px;
  }
  .mod-header > .primary [data-level="1"] .has-children > a {
    padding-right: 25px;
  }
}

@media all and (min-width: 1240px) {
  #logo,
  .mod-header > .primary {
    height: 80px;
  }
  #logo {
    width: 240px;
  }

  .mod-header > .primary [data-level="1"] > li > a {
    font-size: 16px;
    height: 80px;
    padding-top: 34px;
  }
  .mod-header > .primary [data-level="1"] .has-children:after {
    top: 40px;
  }
}

.article-page main {
  background-color: #fff;
  padding-top: 20px;
}

.article-wrapper {
  margin-top: 20px;
}

.article-wrapper::after {
  clear: both;
  content: " ";
  display: table;
}

.article-main {
  position: relative;
}

.article-main > h1 {
  font-size: 36px;
  color: #141414;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 0 12px;
  position: relative;
}

.article-body p a {
  font-weight: 700;
  text-decoration: underline;
}

.article-body p a:hover {
  opacity: 0.75;
}

.article-body h2 {
  color: #141414;
  margin: 40px 0 20px;
  padding: 0 12px;
}

.article-body h2 {
  font-size: 31px;
  font-weight: 600;
}

.article-body a {
  text-decoration: none;
}

.article-body a:hover {
  opacity: 1;
  text-decoration: underline;
}

.article-body p,
.breadcrumbs {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.article-body p {
  color: #141414;
  line-height: 1.7;
  margin-bottom: 40px;
  padding: 0 12px;
}

@media all and (min-width: 728px) {
  .article-page main {
    padding: 20px 0 16px;
  }
  .article-page article {
    margin-left: 15px;
    margin-right: 15px;
  }
  .article-wrapper {
    margin-top: 15px;
  }
  .article-main > h1 {
    font-size: 72px;
    padding: 0;
  }
  .article-body h2,
  .article-body p {
    padding: 0;
  }
  .article-body p {
    line-height: 1.6;
  }
}

@media all and (min-width: 1024px) {
  .article-wrapper {
    position: relative;
  }
  /*.article-wrapper:before {
        background-color: #f1f1f1;
        content: ' ';
        height: 100%;
        position: absolute;
        right: 332px;
        top: 0;
        width: 3px
    }*/
  /*.article-wrapper .content-column {
        float: left;
        width: calc(100% - 367px)
    }*/
  .article-main > h1 {
    font-size: 50px;
    padding: 0;
  }
}

@media all and (min-width: 1240px) {
  .article-page main {
    box-sizing: border-box;
    max-width: 1240px;
    padding: 24px 0;
  }
  .article-page article {
    margin-left: 32px;
    margin-right: 32px;
  }
  .article-wrapper {
    margin-top: 23px;
  }
  .article-main > h1 {
    font-size: 53px;
  }
  .article-main > h1:before {
    background-color: #626262;
    content: "";
    height: calc(100% - 25px);
    left: -32px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 8px;
  }
}

.article-body img {
  max-width: 100%;
}

.article-type {
  font-size: 18px;
  margin-bottom: 20px;
  white-space: nowrap;
}

.article-type .channel-name {
  display: inline-block;
  padding: 4px 18px 5px;
  text-transform: uppercase;
  background-color: #626262;
  color: #fff;
  text-decoration: none;
}

.article-type .channel-name:hover {
  opacity: 0.9;
  text-decoration: none;
}

@media all and (min-width: 728px) {
  .article-type {
    font-size: 20px;
    margin-left: -14px;
  }
  .article-type .channel-name {
    padding: 7px 18px 8px;
  }
}

@media all and (min-width: 1024px) {
  .article-type {
    display: none;
  }
}

.breadcrumbs {
  font-size: 11px;
  font-weight: 700;
  display: none;
  margin: 0 12px 10px;
}

.breadcrumbs a {
  color: #494949;
  display: inline-block;
  margin-left: 10px;
  margin-right: 9px;
  position: relative;
  text-decoration: none;
}

.article-information .author a,
.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li:first-child > a {
  background: #626262;
  height: 25px;
  margin: 0;
  overflow: hidden;
  text-indent: 100%;
  width: 25px;
}

.breadcrumbs li:not(:first-child):before {
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border: 4px solid #626262;
  border-right-width: 0;
  content: "";
  display: inline-block;
}

@media all and (min-width: 1024px) {
  .breadcrumbs {
    display: block;
  }
}

.byline {
  align-items: center;
  display: block;
  padding: 0 12px;
  width: 100%;
}

@media all and (min-width: 728px) {
  .byline {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    display: flex;
    padding: 6px 0;
  }
}

@media all and (min-width: 1240px) {
  .breadcrumbs {
    margin: 0 32px 10px;
  }
  .byline {
    padding: 10px 0;
  }
}

.article-information {
  color: #494949;
  display: block;
  text-transform: uppercase;
}

.article-information .author,
.article-information .author-label {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  text-transform: capitalize;
}

.article-information .author-information-container {
  overflow: hidden;
}

.article-information .author,
.article-information .author-label {
  margin-right: 4px;
}

.article-information .author-label {
  font-weight: 400;
}

.article-information .author {
  font-weight: 600;
  display: inline-block;
  line-height: 1.3;
}

.article-information .time-info li {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.article-information .author:after {
  content: ",";
}

.article-information .author:last-child:after {
  display: none;
}

.article-information a {
  color: #494949;
}

.article-information .time-info li {
  font-size: 10px;
  border-left: 1px solid #e0e0e0;
  display: inline-block;
  margin-left: 4px;
  padding-left: 8px;
}

.article-information .time-info li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 8px;
}

@media all and (min-width: 728px) {
  .article-information {
    border-left: 1px solid #e0e0e0;
    flex-grow: 1;
    padding: 0 16px;
    position: relative;
  }
  .article-information .author-information-container {
    margin-top: 6px;
  }
  .article-information .time-info {
    bottom: 3px;
    position: relative;
  }
}

@media all and (min-width: 1240px) {
  .article-information {
    position: relative;
  }
  .article-information .time-info {
    bottom: 3px;
    position: relative;
  }
  .article-information .time-info li {
    font-size: 11px;
  }
  .article-information .author-information-container {
    margin-top: 6px;
  }
}

@media all and (min-width: 728px) {
  .byline ul {
    margin-top: 3px;
  }
  .byline .article-information {
    margin-top: -2px;
  }
}

.in-article-image {
  margin-bottom: 23px;
}

.in-article-image figcaption {
  background-color: #f1f1f1;
  line-height: 1.4;
  padding: 11px 12px;
}

.in-article-image figcaption .caption {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-weight: 700;
  color: #2c2c2c;
}

.in-article-image figcaption span:first-child {
  margin-left: 0;
}

@media all and (min-width: 728px) {
  .in-article-image figcaption {
    padding-left: 10px;
  }
}

@media all and (min-width: 1024px) {
  .in-article-image figcaption {
    padding-left: 12px;
  }
}

@media all and (min-width: 1240px) {
  .in-article-image figcaption {
    padding-left: 17px;
  }
}

.btn {
  text-decoration: none;
}

.totaliser .info progress::progress-bar {
  background: #fff;
  color: #fff;
}

.totaliser .info progress::progress-value {
  opacity: 0.7;
}

.referendum progress::progress-bar {
  background: #fff;
}

.section-theme-highlight {
  background-color: #e90e0e !important;
  color: #fff;
}

.section-theme-background-indicator:after,
.section-theme-background-indicator:before {
  background: #e90e0e !important;
}

.publication-theme {
  color: #e90e0e !important;
}

.publication-theme-highlight {
  background-color: #e90e0e !important;
  color: #fff;
}

.publication-theme-border,
.publication-theme-border:before {
  border-color: #e90e0e !important;
}

.publication-theme-icon:before {
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
}

#logo {
  background: (url(/img/logo_white.png)) left top no-repeat;
  height: 50px;
  width: 133.13px;
  background-size: 100% 100%;
}

@media all and (min-width: 728px) {
  #logo {
    height: 60px;
    width: 159.75px;
  }
}

@media all and (min-width: 1024px) {
  #logo {
    height: 70px;
    width: 186.38px;
  }
}

@media all and (min-width: 1240px) {
  #logo {
    height: 80px;
    width: 213px;
  }
}

.publication-font {
  font-family: "Open Sans Condensed", sans-serif !important;
  font-weight: 700;
}

.article-body p a {
  color: #e90e0e;
}

.mod-header > .publication-theme-highlight {
  background: #141414 !important;
}

.btn {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 30px 10px;
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 8px;
}

.btn--orange {
  background: #e90e0e;
  color: #fff !important;
  text-decoration: none !important;
}

.btn--animate-grow {
  transition-duration: 0.3s;
  transition-property: transform;
}

.btn--animate-grow:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.form-box {
  text-align: center;
  box-shadow: 0 10px 15px 0 rgb(0 0 0 / 15%);
  padding: 55px 30px 35px 30px;
  max-width: 550px;
  margin: 0 auto;
  border-top: 5px solid #d65000;
}

.button-box {
  margin-top: 20px;
}

.form-header {
  margin: 10px auto 20px;
  width: 80%;
  font-size: 23px;
  color: #c34b03;
  line-height: 1.2;
}

.form-statick {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}

.form-statick img {
  width: 30%;
  max-width: 300px;
}

:root {
  --mainColor: #0a169c;
  --text: #fff;
  --input-color: #000;
  --valid-input-color: #000;
}

/* === lander spinners & form overlays === */
.lander-form-wrapper {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  border: 0;
  border-radius: 6px;
}
.lander-form-header {
  font-size: 30px;
  margin: 0;
  padding: 30px 20px;
  letter-spacing: 1px;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.lander-form-wrapper {
  box-shadow: 0 4px 20.9px 3.1px rgb(13 13 13 / 43%);
}
.lander-form-header {
  font-weight: 700;
  background: #dd2a30;
  text-transform: uppercase;
  color: #fff;
}

#form {
  max-width: 500px;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: 20px;
}
.lander-form-wrapper {
  box-shadow: none !important;
}
.lander-form-header {
  display: none;
}

body {
  background: #fff;
}

* {
  box-sizing: border-box;
}
#main-container {
  max-width: 450px;
  margin: 30px auto;
  font-size: 1rem;
  font-family: "Lato";
  line-height: normal;
}
body {
  font-family: Lato, sans-serif;
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
.logo {
  max-width: 30%;
}
.green {
  color: #00c500;
}
.gray {
  color: gray;
}
.orange {
  color: orange;
}
.logos-section {
  padding: 50px 0;
  padding-top: 150px;
}
.logos-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ask-wrapper,
.bid-wrapper {
  font-size: 0.9em;
  font-weight: 700;
  display: flex;
}
.bid-ask-span {
  font-size: 1.7em;
  font-family: "Open Sans", sans-serif;
  z-index: 1;
}
.bid-ask-span {
  transform: scale(1);
  transform: rotate3d(0, 1, 0, 0deg);
  animation: flip 10s cubic-bezier(1, 0, 0, 1) 0s infinite;
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@media screen and (max-width: 767px) {
  .row-2-logos {
    flex-direction: column;
    align-items: center;
  }
  #main-container {
    margin: 0 auto;
  }
  .logos-wrapper {
    flex-direction: column;
  }
  .bid-ask-span {
    font-size: 2em;
  }
  .logo {
    display: inline-block;
    margin-bottom: 15px;
  }
  .logo {
    max-width: 100%;
  }
  .logos-section {
    padding-top: 50px;
  }
}
.logos-wrapper {
  display: block;
}
.flex-logos-wrapper {
  display: flex;
}
.logos-row2 {
  margin-top: 20px;
}
.logos-section {
  padding-top: 20px;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
@media (max-width: 768px) {
  .ask-wrapper,
  .bid-wrapper {
    margin: 10px 0;
  }
  #custom-regbox {
    margin: 0 15px;
  }
}


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