.breadcrumbs,
.copy-link:before {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.footer-bottom-nav-list-item {
  display: inline-block;
  vertical-align: top;
}

.footer-bottom-nav-list-item:before {
  content: " | ";
  display: inline-block;
  vertical-align: top;
}

.footer-bottom-nav-list-item:first-child:before {
  content: none;
}

body,
html {
  width: 100%;
  min-width: 320px;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #181818;
  font-family: zillaslab;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

::-moz-selection {
  background: #181818;
  color: #fff;
}

::selection {
  background: #181818;
  color: #fff;
}

img::-moz-selection {
  background: 0 0;
}

img::selection {
  background: 0 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  cursor: pointer;
}

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

figure,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

button {
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  text-transform: none;
  cursor: pointer;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: 0 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

svg {
  pointer-events: none;
}

* {
  outline: 0;
}

a {
  color: #3e0e89;
  text-decoration: underline;
}

a:focus,
a:hover {
  color: #8e46ff;
}

a.btn {
  display: inline-block;
  vertical-align: top;
}

h1 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.h2,
h2 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
}

.h3,
h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.h4,
h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.h5 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}

b {
  font-weight: 700;
}

sup {
  padding: 0 4px;
  background: #3e0e89;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

figcaption {
  font-family: sourcesanspro;
  font-size: 14px;
  font-style: italic;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3e0e89;
  font-family: sourcesanspro;
  font-size: 24px;
  font-weight: 900;
  font-style: italic;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.section-title:after,
.section-title:before {
  content: "";
  height: 6px;
  background: #8e46ff;
  -webkit-transform: translateY(12px);
  -ms-transform: translateY(12px);
  transform: translateY(12px);
}

.section-title:before {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc((100vw - 1200px) / 2);
}

.section-title:after {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.section-title span {
  padding: 0 10px;
}

.section-subtitle {
  padding-bottom: 10px;
  border-bottom: 1px solid #a9a9a9;
  line-height: 30px;
}

.section-subtitle + .article-headline {
  margin-top: -20px;
  border-top: 0;
}

@media all and (max-width: 1220px) {
  .section-title:before {
    width: 20px;
  }
  .section-title span {
    max-width: calc(100vw - 40px);
  }
}

@media all and (max-width: 1024px) {
  h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .h2,
  h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .h3,
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .h4,
  h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .h5 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media all and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }
  p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media all and (max-width: 480px) {
  h1 {
    font-size: 28px;
    line-height: 30px;
  }
}

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  5% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  39% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  45% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  5% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  39% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  45% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.container {
  max-width: 1220px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-height {
  height: 100%;
}

.container-relative {
  position: relative;
}

.gutter-container-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.gutter-col-0 > .flex {
  margin-right: auto;
  margin-left: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flex-width {
  width: 100%;
  max-width: 100%;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col-10,
.col-12,
.col-2,
.col-4,
.col-6,
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col-2 {
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-4 {
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-8 {
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-10 {
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

@media all and (max-width: 1220px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .flex {
    margin-right: -10px;
    margin-left: -10px;
  }
  .col-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-8 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media all and (max-width: 1024px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .flex {
    margin-right: -10px;
    margin-left: -10px;
  }
  .col-md-12,
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-md {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-8 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media all and (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-container-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .gutter-container-sm-0 > .flex {
    margin-right: auto;
    margin-left: auto;
  }
  .flex {
    margin-right: -10px;
    margin-left: -10px;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-8 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media all and (max-width: 480px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .flex {
    margin-right: -10px;
    margin-left: -10px;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-8 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media all and (max-width: 767px) {
  .hide-sm {
    display: none !important;
  }
}

.form-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.header {
  position: relative;
  height: 60px;
  -webkit-box-shadow: 0 8px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.8);
  background: #181818;
  z-index: 99;
}

.nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  white-space: nowrap;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.nav-list-item {
  margin: 0;
}

.nav-list-item:before {
  content: none;
}

.nav-list-item-link {
  display: block;
  padding: 20px 10px;
  color: #fff;
  font-family: zillaslab;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.nav-list-item-link:focus,
.nav-list-item-link:hover {
  background: 0 0;
  color: #8e46ff;
}

.nav-trigger {
  position: relative;
  padding-right: 20px;
  background: 0 0;
}

.nav-trigger:before {
  content: "";
  position: absolute;
  right: 0;
  height: 0;
  border: 5px solid transparent;
  -webkit-transform: translateY(75%) rotate(0);
  -ms-transform: translateY(75%) rotate(0);
  transform: translateY(75%) rotate(0);
  z-index: 1;
  border-top-color: #fff;
}

.nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}

.search-trigger {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 10px;
  padding: 0;
  background: url(/img/icon.svg) 0 -40px no-repeat;
  background-size: 20px auto;
  -webkit-transition: none;
  transition: none;
}

.search-trigger:focus,
.search-trigger:hover {
  background: url(/img/icon.svg) 0 -40px no-repeat;
  background-size: 20px auto;
}

.search {
  position: absolute;
  bottom: -68px;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition:
    opacity 0.2s,
    -webkit-transform 0.2s;
  transition:
    opacity 0.2s,
    -webkit-transform 0.2s;
  transition:
    opacity 0.2s,
    transform 0.2s;
  transition:
    opacity 0.2s,
    transform 0.2s,
    -webkit-transform 0.2s;
}

.nav-live {
  position: absolute;
  top: 0;
  right: 140px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.nav-live-trigger {
  position: relative;
  padding-right: 30px;
  background: 0 0;
  white-space: nowrap;
}

.nav-live-trigger:before {
  content: "";
  position: absolute;
  right: 10px;
  height: 0;
  border: 5px solid transparent;
  -webkit-transform: translateY(75%) rotate(0);
  -ms-transform: translateY(75%) rotate(0);
  transform: translateY(75%) rotate(0);
  z-index: 1;
  border-top-color: currentColor;
}

.nav-live-trigger:focus,
.nav-live-trigger:hover {
  color: #fff;
}

.nav-live-list {
  position: absolute;
  right: 0;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  background: #fff;
  white-space: nowrap;
  z-index: 1;
}

.nav-live-list-item {
  margin: 0;
}

.nav-live-list-item:before {
  content: none;
}

.nav-live-list-item-link {
  color: #181818;
}

.nav-live-list-item-link:focus,
.nav-live-list-item-link:hover {
  color: #181818;
}

.live-link {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  height: 100%;
  padding: 20px;
  background: linear-gradient(-45deg, #3e0e89 0, #8e46ff 100%);
  color: #fff;
  font-family: sourcesanspro;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.live-link:focus,
.live-link:hover {
  background: linear-gradient(-45deg, #3e0e89 0, #8e46ff 100%);
  color: #fff;
}

.live-link:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: url(/img/icon.svg) 0 -320px no-repeat;
  background-size: 20px auto;
  -webkit-animation: heartbeat 1.6s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: heartbeat 1.6s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-menu {
  position: fixed;
  top: 68px;
  left: 0;
  width: 100%;
  min-width: 320px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition:
    opacity 0.2s,
    -webkit-transform 0.2s;
  transition:
    opacity 0.2s,
    -webkit-transform 0.2s;
  transition:
    opacity 0.2s,
    transform 0.2s;
  transition:
    opacity 0.2s,
    transform 0.2s,
    -webkit-transform 0.2s;
  overflow: auto;
}

.nav-menu-list {
  margin: 50px auto;
}

.nav-menu-list-item {
  margin-top: 0;
}

.nav-menu-list-item:first-child {
  display: none;
}

.nav-menu-list-item:before {
  content: none;
}

.nav-menu-list-item-link {
  display: block;
  color: #fff;
  font-family: zillaslab;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  text-decoration: none;
}

.nav-submenu-link {
  display: block;
  color: #fff;
  font-family: sourcesanspro;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.nav-alt {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.nav-alt-link {
  padding: 15px 0;
  color: #fff;
  font-family: zillaslab;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.nav-alt-link.economic {
  padding-right: 10px;
  padding-left: 10px;
  background: #27a360;
}

.nav-alt-link.economic:focus,
.nav-alt-link.economic:hover {
  background: #fff;
  color: #27a360;
}

@media all and (max-width: 1750px) {
  .nav-live {
    position: relative;
    top: auto;
    right: auto;
  }
}

@media all and (max-width: 1440px) {
  .live-link {
    position: static;
  }
}

@media all and (max-width: 1220px) {
  .nav {
    padding: 0;
  }
  .nav-list-item-link {
    padding: 20px 5px;
  }
  .nav-trigger {
    padding-right: 20px;
  }
  .nav-live-trigger {
    padding-right: 20px;
  }
  .nav-live-trigger:before {
    right: 5px;
  }
  .live-link {
    margin-right: -20px;
    padding: 20px 10px;
    font-size: 16px;
  }
}

@media all and (max-width: 1024px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    height: 40px;
    -webkit-box-shadow: 0 5px 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 5px 0 rgba(255, 255, 255, 0.8);
  }
  .nav {
    position: static;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: -10px;
  }
  .nav-list {
    display: none;
  }
  .search-trigger {
    display: none;
  }
  .search {
    bottom: -65px;
    padding: 0 20px;
    background: #181818;
    -webkit-transition:
      opacity 0.2s,
      -webkit-transform 0s 0.2s;
    transition:
      opacity 0.2s,
      -webkit-transform 0s 0.2s;
    transition:
      opacity 0.2s,
      transform 0s 0.2s;
    transition:
      opacity 0.2s,
      transform 0s 0.2s,
      -webkit-transform 0s 0.2s;
  }
  .nav-live {
    position: static;
    margin-right: -10px;
  }
  .nav-live-trigger {
    padding: 10px 20px 10px 5px;
    font-size: 13px;
  }
  .nav-live-list-item-link {
    padding: 10px 5px;
    font-size: 13px;
  }
  .live-link {
    margin: 0 10px;
    padding: 10px;
    font-size: 14px;
  }
  .nav-menu {
    top: 105px;
    height: calc(100% - 105px);
    padding: 0 40px;
    background: #181818;
    -webkit-transition:
      opacity 0.2s,
      -webkit-transform 0s 0.2s;
    transition:
      opacity 0.2s,
      -webkit-transform 0s 0.2s;
    transition:
      opacity 0.2s,
      transform 0s 0.2s;
    transition:
      opacity 0.2s,
      transform 0s 0.2s,
      -webkit-transform 0s 0.2s;
  }
  .nav-menu-list {
    display: block;
    margin: 20px auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition:
      transform 0.2s,
      -webkit-transform 0.2s;
  }
  .nav-menu-list-item {
    cursor: pointer;
    overflow: hidden;
  }
  .nav-menu-list-item:first-child {
    display: block;
  }
  .nav-menu-list-item:first-child:before {
    content: none;
  }
  .nav-menu-list-item:first-child .nav-menu-list-item-link {
    display: block;
  }
  .nav-menu-list-item:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    background-color: transparent;
    background-image: url(/img/icon.svg);
    background-position: 0 -20px;
    background-size: 20px auto;
  }
  .nav-menu-list-item-link {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0;
    font-size: 16px;
  }
  .nav-submenu {
    display: none;
  }
  .nav-submenu-link {
    font-size: 16px;
  }
  .nav-alt {
    padding: 20px 0;
    border-top: 1px solid #585858;
    border-bottom: 0;
  }
  .nav-alt-link {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 10px 0;
    color: #a9a9a9;
    font-size: 16px;
    text-transform: none;
  }
  .nav-alt-link:nth-child(2n) {
    text-align: right;
  }
  .nav-alt-link.economic {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 -10px;
  }
  .nav-btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
  }
  .nav-trigger {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 0;
    -webkit-transition: none;
    transition: none;
  }
  .nav-trigger:after,
  .nav-trigger:before {
    content: "";
    position: absolute;
    right: auto;
    left: 10px;
    width: 20px;
    height: 2px;
    padding: 0;
    border: 0;
    background: #fff;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .nav-trigger:before {
    top: 13px;
    -webkit-transition:
      top 0.2s 0.2s linear,
      -webkit-transform 0.2s linear;
    transition:
      top 0.2s 0.2s linear,
      -webkit-transform 0.2s linear;
    transition:
      transform 0.2s linear,
      top 0.2s 0.2s linear;
    transition:
      transform 0.2s linear,
      top 0.2s 0.2s linear,
      -webkit-transform 0.2s linear;
  }
  .nav-trigger:after {
    top: auto;
    bottom: 13px;
    -webkit-transition:
      bottom 0.2s 0.2s linear,
      -webkit-transform 0.2s linear;
    transition:
      bottom 0.2s 0.2s linear,
      -webkit-transform 0.2s linear;
    transition:
      transform 0.2s linear,
      bottom 0.2s 0.2s linear;
    transition:
      transform 0.2s linear,
      bottom 0.2s 0.2s linear,
      -webkit-transform 0.2s linear;
  }
  .nav-trigger span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 19px auto;
    background: #fff;
    opacity: 1;
    -webkit-transition: opacity 0s 0.2s linear;
    transition: opacity 0s 0.2s linear;
  }
  .nav-trigger:focus,
  .nav-trigger:hover {
    background: 0 0;
    color: transparent;
  }
  .nav-trigger:focus span,
  .nav-trigger:focus:after,
  .nav-trigger:focus:before,
  .nav-trigger:hover span,
  .nav-trigger:hover:after,
  .nav-trigger:hover:before {
    background: #fff;
  }
}

.footer {
  position: relative;
  background: #181818;
  color: #fff;
  font-family: sourcesanspro;
  font-weight: 600;
  z-index: 2;
}

.footer .btn-alt {
  margin-bottom: 20px;
  border-color: #fff;
  color: #fff;
}

.footer-top {
  padding: 40px 0;
}

.footer-weather {
  font-size: 0;
}

.footer-weather svg {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0.5px;
}

.footer-weather figcaption {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  font-size: 18px;
  font-style: normal;
  line-height: 36px;
}

.footer-network {
  padding: 40px 0 20px;
  background: #585858;
}

.footer-network-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-network-nav-link {
  max-width: 100px;
  margin-bottom: 20px;
  padding: 0 10px;
  background: 0 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition:
    filter 0.2s,
    -webkit-filter 0.2s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.footer-network-nav-link:focus,
.footer-network-nav-link:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.footer-network-nav-link img {
  max-height: 32px;
  margin: auto;
}

.footer-bottom {
  padding: 40px 0;
  text-align: center;
}

.footer-bottom-link {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px !important;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-bottom-nav {
  margin-top: 20px;
}

.footer-bottom-nav-list {
  display: inline-block;
  vertical-align: top;
  padding: 20px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 0;
}

.footer-bottom-nav-list-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.footer-bottom-nav-list-item:before {
  width: auto;
  height: auto;
  margin: 0 20px;
  background: 0 0;
}

.footer-bottom-nav-list-item-link {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-bottom small {
  display: block;
}

@media all and (max-width: 1024px) {
  .footer-weather {
    margin-bottom: 20px;
    text-align: center;
  }
  .footer-network-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media all and (max-width: 767px) {
  .footer-weather svg {
    display: block;
    margin: auto;
  }
  .footer-weather figcaption {
    display: block;
    text-align: center;
  }
  .footer-bottom-nav-list {
    display: block;
    padding: 10px 0;
  }
  .footer-bottom-nav-list-item {
    display: block;
    margin-top: 10px;
    text-align: center;
  }
  .footer-bottom-nav-list-item:before {
    content: none;
  }
  .footer-bottom-nav-list-item:first-child {
    margin-top: 0;
  }
}

.article-container {
  padding: 0 20px;
}

.article {
  position: relative;
  margin-bottom: 20px;
}

.article-alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-alt .article-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 50%;
  margin: 0;
}

.article-alt .article-thumb + .article-content {
  padding-left: 20px;
  overflow: hidden;
  overflow-wrap: break-word;
}

.article-alt .article-content {
  -ms-flex-item-align: center;
  align-self: center;
}

.article-alt .article-content :last-child {
  margin-bottom: 0;
}

.article-alt .article-title {
  margin-bottom: 10px;
}

.article-headline {
  padding-top: 20px;
  border-top: 1px solid #a9a9a9;
}

.article-story {
  position: static;
  margin-bottom: 40px;
}

.article-story h1,
.article-story h2,
.article-story h3,
.article-story h4,
.article-story p {
  overflow-wrap: break-word;
}

.article-story img {
  margin-bottom: 20px;
}

.article-story .article-thumb {
  margin-bottom: 20px;
}

.article-story .article-thumb img {
  margin: 0;
}

.article-story .article .article-thumb {
  margin-bottom: 10px;
}

.article-story > .container {
  position: relative;
}

.article.brdr {
  margin-bottom: 40px;
}

.article.brdr:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
}

.article-thumb {
  position: relative;
  margin-bottom: 10px;
}

.article-thumb a {
  color: inherit;
  text-decoration: none;
}

.article-title {
  margin-bottom: 10px;
}

.article-title a {
  color: inherit;
  text-decoration: none;
}

.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.author-meta {
  color: #3e0e89;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.author-meta span {
  display: block;
  color: #000;
  font-family: sourcesanspro;
  font-weight: 600;
}

.author-blog .author-meta {
  color: #181818;
  font-family: sourcesanspro;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.author-blog .author-meta span {
  color: #181818;
  font-weight: 400;
}

@media all and (max-width: 767px) {
  .article-container {
    padding: 0 10px;
  }
}

@media all and (max-width: 480px) {
  .article-alt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .article-alt .article-thumb {
    max-width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .article-alt .article-thumb + .article-content {
    padding: 0;
  }
  .article-alt.article-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .article-alt.article-nowrap .article-thumb {
    margin: 0;
  }
  .article-alt.article-nowrap .article-thumb + .article-content {
    padding-left: 20px;
  }
}

ol,
ul {
  margin-bottom: 20px;
  color: #181818;
  font-family: sourcesanspro;
  font-size: 16px;
  line-height: 1.5;
}

ul li {
  position: relative;
  display: block;
  margin-top: 5px;
}

ul li:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 0.5em;
  height: 0.5em;
  margin: 0.5em 0;
  margin-right: 0.5em;
  background: #3e0e89;
}

ul li:first-child {
  margin-top: 0;
}

ul li p {
  display: inline;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

.tags-list {
  margin: 20px auto;
  padding: 20px 0;
  border-top: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
}

.tags-list-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-family: zillaslab;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.tags-list-item:before {
  content: none;
}

.tags-list-item:after {
  content: ",";
  display: inline-block;
  vertical-align: top;
}

.tags-list-item:first-child:after,
.tags-list-item:last-child:after {
  content: none;
}

.tags-list-item:first-child {
  font-weight: 600;
}

.btn,
button {
  padding: 15px 20px;
  /* background: #181818; */
  color: #fff;
  font-family: sourcesanspro;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition:
    background 0.2s,
    color 0.2s;
  transition:
    background 0.2s,
    color 0.2s;
  cursor: pointer;
}

/* .btn:focus,
.btn:hover,
button:focus,
button:hover {
    background: #000;
    color: #fff
} */

.btn-md {
  min-width: 140px;
  min-height: 40px;
  padding: 10px 20px;
  font-size: 14px;
}

.btn-alt {
  padding: 14px 19px;
  border: 1px solid #181818;
  background: 0 0;
  color: #181818;
}

.btn-alt:focus,
.btn-alt:hover {
  background: #f2f2f2;
  color: #181818;
}

.btn-alt.btn-md {
  padding: 9px 19px;
}

.read-more {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 0;
  border-top: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  color: #3e0e89;
  font-family: sourcesanspro;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
  cursor: pointer;
}

.read-more:focus,
.read-more:hover {
  border-color: #000;
  color: #3e0e89;
}

.read-more-alt {
  text-align: left;
}

.read-more:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin: 5px;
  background: url(/img/icon.svg) 0 0 no-repeat;
  background-size: 10px auto;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -10px 20px;
}

.social-link {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  margin: 0 10px;
  padding: 7px;
  border: 1px solid #000;
  border-radius: 50%;
  background: 0 0;
  -webkit-transition: none;
  transition: none;
  z-index: 1;
}

.social-link:focus,
.social-link:hover {
  background: 0 0;
}

.social-link:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/img/icon.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
}

.social-link-fb:after {
  background-position: 0 -64px;
}

.social-link-tt:after {
  background-position: 0 -80px;
}

.social-link-wad:after {
  background-position: 0 -112px;
}

.social-link-lk:after {
  background-position: 0 -496px;
}

.social-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.copy-link {
  position: relative;
  overflow: visible;
}

.copy-link:before {
  content: attr(data-message);
  position: absolute;
  top: -10px;
  left: 50%;
  display: none;
  width: 80px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  background: #fff;
  color: #181818;
  font-family: sourcesanspro;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

@media all and (max-width: 480px) {
  .social-end {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.breadcrumbs {
  font-size: 14px;
  line-height: 20px;
}

.breadcrumbs-item {
  display: inline;
  vertical-align: baseline;
  margin: 0;
  font-family: sourcesanspro;
  font-size: inherit;
  font-style: italic;
  line-height: inherit;
}

.breadcrumbs-item:before {
  content: ">";
  display: inline;
  vertical-align: baseline;
  width: auto;
  height: auto;
  margin: 0 10px;
  background: 0 0;
}

.breadcrumbs-item:first-child {
  text-transform: uppercase;
}

.breadcrumbs-item:first-child:before {
  content: none;
}

.breadcrumbs-item-link {
  display: inline;
  vertical-align: baseline;
  color: #181818;
  text-decoration: none;
}

.breadcrumbs-item-link:focus,
.breadcrumbs-item-link:hover {
  color: #181818;
  text-decoration: underline;
}

@media all and (max-width: 1024px) {
  .breadcrumbs {
    font-size: 12px;
  }
  .breadcrumbs-item:before {
    margin: 0 5px;
  }
}

.caption-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 8px;
  background: #3e0e89;
  color: #fff;
  font-family: sourcesanspro;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  text-transform: uppercase;
  pointer-events: none;
}

.caption-tag-alt {
  width: 30px;
  height: 30px;
  padding: 0;
  background: #fff;
  color: #181818;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

@media all and (max-width: 480px) {
  .caption-tag {
    padding: 0 8px;
    font-size: 12px;
  }
  .caption-tag-alt {
    font-size: 20px;
  }
}

html {
  overflow-x: hidden;
}

body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition:
    opacity 0.2s,
    z-index 0s 0.2s;
  transition:
    opacity 0.2s,
    z-index 0s 0.2s;
  z-index: -99;
}

main {
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
  z-index: 2;
}

.section,
section {
  margin-bottom: 20px;
}

.brdr:after {
  content: "";
  display: block;
  height: 1px;
  background: #a9a9a9;
}

.widget-title {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: left;
}

.widget-title:after,
.widget-title:before {
  width: 20px;
}

.widget-title span {
  max-width: calc(100% - 40px);
}

@media all and (max-width: 1024px) {
  main {
    margin-top: 0 !important;
    padding-top: 80px;
  }
}

@media all and (max-width: 767px) {
  .widget-title {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.fig-comments__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fig-comments__item {
  border-bottom: 1px solid #ccc;
  padding: 24px 0 !important;
}

.fig-comment {
  color: #333;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.fig-comment__username {
  font-weight: 600;
  margin: 0;
}

.fig-comment__date {
  color: #727272;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  margin: 0;
}

.fig-comment__text {
  margin: 0;
  padding-top: 8px !important;
}

.viafoura {
  color: #000;
  color: var(--dark-text-on-background-color, #000);
  font-family: Inter, sans-serif;
  font-family: var(--primary-font, Inter, sans-serif);
  font-size: 87.5%;
  font-weight: 400;
  line-height: 1.3;
}

.viafoura h3 {
  font-weight: 400;
}

.viafoura h3 {
  font-size: 1.43em;
  font-weight: 300;
}

.viafoura .vf-secondary-text {
  font-size: calc(var(--base-font-size, 0.625rem) * var(--small-font, 1.2));
}

@media only screen and (max-width: 640px) {
  .viafoura .vf-secondary-text {
    font-size: calc(
      var(--base-font-size, 0.625rem) * var(--small-mobile-font, 1.2)
    );
  }
}

.viafoura .vf-label-text {
  font-size: calc(var(--base-font-size, 0.625rem) * var(--x-small-font, 1));
}

@media only screen and (max-width: 640px) {
  .viafoura .vf-label-text {
    font-size: calc(
      var(--base-font-size, 0.625rem) * var(--x-small-mobile-font, 1)
    );
  }
}

.viafoura .vf-body-text--deprecated {
  font-size: calc(var(--base-font-size, 0.625rem) * var(--body-font, 1.4));
}

.viafoura .vf-label-text {
  text-transform: uppercase;
}

.viafoura .vf-button {
  padding: 0.9em 1.3em;
  word-break: keep-all;
}

.viafoura .vf-button {
  border: none;
  border-radius: 3px;
}

.viafoura .vf-button:focus .vf-icon,
.viafoura .vf-button:hover .vf-icon {
  fill-opacity: 1;
}

.viafoura .vf-expanding-hover-light:before {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: #007fff;
  border-color: var(--accent-color-light, #007fff);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
  transition: width 0.2s;
  width: 0;
}

.viafoura .vf-expanding-hover-light.vf-active:before,
.viafoura .vf-expanding-hover-light:focus-within:before,
.viafoura .vf-expanding-hover-light:focus:before,
.viafoura .vf-expanding-hover-light:hover:before {
  width: 100% !important;
}

.viafoura .vf-no-outline {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.viafoura .vf-no-outline::-moz-focus-inner {
  border: 0;
}

.viafoura button {
  display: inline-block;
}

.viafoura .vf-icon {
  display: inline-block;
  text-align: center;
}

.viafoura .vf-icon.vf-icon-medium {
  font-size: 9px;
  height: 18px;
  line-height: 18px;
  width: 18px;
}

.viafoura .vf-icon {
  font-weight: 500;
  text-transform: uppercase;
}

.viafoura a {
  cursor: pointer;
}

.viafoura a,
.viafoura div,
.viafoura p {
  word-wrap: break-word;
  word-break: break-word;
}

.viafoura img {
  border: 0;
}

.viafoura ul {
  margin: 0;
  padding: 0;
  width: auto;
}

.viafoura ul li {
  background-image: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.viafoura a {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
  text-decoration: none;
}

.viafoura a:active,
.viafoura a:focus,
.viafoura a:hover {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
  text-decoration: underline;
}

.viafoura a:visited,
.viafoura p a {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
}

.viafoura p a:active,
.viafoura p a:focus,
.viafoura p a:hover {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
  text-decoration: none;
}

.viafoura p a:visited {
  color: inherit;
  text-decoration: underline;
}

.viafoura .vf-accent-border-colour {
  border-color: #007fff;
  border-color: var(--accent-color-light, #007fff);
}

.viafoura .vf-offscreen-text {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  clip: rect(1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.viafoura .vf-horiz-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 640px) {
  @supports (-webkit-overflow-scrolling: touch) {
  }
}

.viafoura .vf-tabbed-nav {
  height: 50px;
}

@media only screen and (max-width: 640px) {
  .viafoura .vf-tabbed-nav {
    height: 35px;
  }
}

.viafoura .vf-tray-trigger {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 40px;
}

.viafoura .vf-tray-trigger:focus,
.viafoura .vf-tray-trigger:hover {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
}

.viafoura .vf-tray-trigger:active {
  color: #004e9c;
  color: var(--accent-color-dark, #004e9c);
}

@media only screen and (max-width: 640px) {
  @supports (-webkit-overflow-scrolling: touch) {
  }
}

@font-face {
  font-display: swap;
  font-family: viafoura;
  font-style: normal;
  font-weight: 400;
  src:
    url("viafoura.woff2") format("woff2"),
    url("viafoura.woff") format("woff"),
    url("viafoura.ttf") format("truetype");
}

.viafoura .vf-expanding-hover-light[data-v-35fff156]:before {
  border-width: 3px;
}

.viafoura .vf-flex-nav {
  display: flex;
}

.viafoura .vf-flex-nav .vf-nav-label {
  align-self: center;
  text-align: center;
  width: 100%;
}

.viafoura .vf-tabbed-nav {
  display: flex;
  width: 100%;
}

.viafoura .vf-tabbed-nav .vf-nav-button {
  height: 100%;
  padding-left: 1.1em;
  padding-right: 1.1em;
  position: relative;
  width: 100%;
}

.viafoura .vf-tabbed-nav .vf-nav-label {
  backface-visibility: hidden;
  color: rgba(0, 0, 0, 0.6);
  color: var(--light-text-on-background-color, rgba(0, 0, 0, 0.6));
  font-size: 1.14em;
  font-weight: 300;
  transition: color 0.2s;
}

@media only screen and (max-width: 640px) {
  .viafoura .vf-tabbed-nav .vf-nav-label {
    font-size: 1em;
  }
}

.viafoura .vf-tabbed-nav > * {
  height: 100%;
  justify-content: center;
}

.viafoura .vf-tabbed-nav > .vf-horiz-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.viafoura .vf-active .vf-nav-label,
.viafoura .vf-nav-button:focus .vf-nav-label,
.viafoura .vf-nav-button:hover .vf-nav-label {
  color: #000;
  color: var(--primary-color-100, #000);
  font-weight: 400;
}

.viafoura .vf-icon {
  display: inline-block;
  text-align: center;
}

.viafoura .vf-icon.vf-icon-medium {
  font-size: 9px;
  height: 18px;
  line-height: 18px;
  width: 18px;
}

.viafoura .vf-icon-svg {
  display: inline-block;
  text-align: center;
  fill: none;
  stroke: none;
}

.viafoura .vf-icon-svg--stroke {
  stroke: currentcolor;
}

.viafoura .vf-post-name-button[data-v-cd0a3c1a]:not(:hover):not(:focus) {
  color: #000;
  color: var(--dark-text-on-background-color, #000);
}

.viafoura .vf-content-layout[data-v-2396f95c] {
  display: flex;
  padding: 15px 10px;
  position: relative;
}

.viafoura .vf-content-layout__left[data-v-2396f95c] {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  min-width: 40px;
  position: relative;
  width: 40px;
}

@media (max-width: 480px) {
  .viafoura .vf-content-layout__left[data-v-2396f95c] {
    margin-right: 10px;
    min-width: 30px;
    width: 30px;
  }
}

.viafoura .vf-content-layout__right[data-v-2396f95c] {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.viafoura .vf-expanding-hover-light:before {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: #007fff;
  border-color: var(--accent-color-light, #007fff);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
  transition: width 0.2s;
  width: 0;
}

.viafoura .vf-expanding-hover-light.vf-active:before,
.viafoura .vf-expanding-hover-light:focus-within:before,
.viafoura .vf-expanding-hover-light:focus:before,
.viafoura .vf-expanding-hover-light:hover:before {
  width: 100% !important;
}

.viafoura .vf-dropdown-trigger {
  padding: 1em 0;
}

.viafoura .vf-dropdown {
  display: inline-block;
  position: relative;
}

.viafoura .vf-dropdown:before {
  height: 10px;
  opacity: 0;
  transition:
    opacity 0s,
    visibility 0s 0s;
  visibility: hidden;
  width: 10px;
  z-index: 2;
}

.viafoura .vf-dropdown:before {
  --background-color: var(--default-color, #fff);
  --light-text-on-background-color: var(
    --light-text-on-default-color,
    rgba(0, 0, 0, 0.6)
  );
  --dark-text-on-background-color: var(--dark-text-on-default-color, #000);
}

.viafoura .vf-dropdown__text-trigger {
  border-radius: 3px;
  padding: 5px;
  transition: background-color 0.2s ease;
}

.viafoura .vf-dropdown__text-trigger:not([disabled]):focus,
.viafoura .vf-dropdown__text-trigger:not([disabled]):hover {
  background-color: rgba(0, 116, 232, 0.1);
  background-color: var(--accent-color-10, rgba(0, 116, 232, 0.1));
}

.viafoura .vf-dropdown:before {
  background-color: #fff;
  background-color: var(--background-color, #fff);
}

.viafoura .vf-dropdown:before {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-left-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  content: " ";
  position: absolute;
  z-index: 3;
}

.viafoura .vf-badge[data-v-2c5d8df2] {
  border: 1px solid transparent;
  display: inline-block;
  line-height: 1;
  min-width: auto;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.viafoura .vf-badge--accent-color[data-v-2c5d8df2] {
  background-color: #0074e8;
  background-color: var(--accent-color, #0074e8);
  color: #fff;
  color: var(--text-on-accent-color, #fff);
}

.viafoura .vf-badge--disabled[data-v-2c5d8df2] {
  background-color: rgba(0, 0, 0, 0.1);
  background-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  color: rgba(0, 0, 0, 0.6);
  color: var(--light-text-on-background-color, rgba(0, 0, 0, 0.6));
}

.viafoura .vf-dropdown-button[data-v-606f25f2] {
  align-items: center;
  border-radius: 2px;
  border-style: solid;
  border-width: 2px;
  display: flex;
  min-height: 26px;
  min-height: calc(var(--base-font-size, 0.625rem) * 2.6);
  transition:
    border-color 0.15s,
    background-color 0.15s,
    fill 0.15s,
    stroke 0.15s;
  white-space: nowrap;
}

.viafoura .vf-dropdown-button--small[data-v-606f25f2] {
  padding: 2px;
  padding: calc(var(--base-font-size, 0.625rem) * 0.2);
}

.viafoura .vf-dropdown-button__text[data-v-606f25f2] {
  flex-grow: 1;
  margin: 0 5px;
  margin: 0 calc(var(--base-font-size, 0.625rem) * 0.5);
  position: relative;
  text-align: left;
}

.viafoura .vf-dropdown-button[data-v-606f25f2] .vf-dropdown-button__icon {
  height: 18px;
  height: calc(var(--base-font-size, 0.625rem) * 1.8);
  margin-right: 7px;
  margin-right: calc(var(--base-font-size, 0.625rem) * 0.7);
  width: 18px;
  width: calc(var(--base-font-size, 0.625rem) * 1.8);
}

.viafoura
  .vf-dropdown-button--icon-right[data-v-606f25f2]
  .vf-dropdown-button__icon {
  margin-left: 7px;
  margin-left: calc(var(--base-font-size, 0.625rem) * 0.7);
  margin-right: 0;
}

.viafoura
  .vf-dropdown-button--small[data-v-606f25f2]
  .vf-dropdown-button__icon {
  margin: 0;
}

.viafoura
  .vf-dropdown-button--icon-right[data-v-606f25f2]
  .vf-dropdown-button__text {
  order: -1;
  text-align: right;
}

.viafoura .vf-dropdown-button--accent[data-v-606f25f2] {
  background-color: #fff;
  background-color: var(--background-color, #fff);
  border-color: #fff;
  border-color: var(--background-color, #fff);
  color: #000;
  color: var(--dark-text-on-background-color, #000);
}

.viafoura .vf-dropdown-button--accent[data-v-606f25f2]:not([disabled]):focus,
.viafoura .vf-dropdown-button--accent[data-v-606f25f2]:not([disabled]):hover {
  background-color: rgba(0, 116, 232, 0.1);
  background-color: var(--accent-color-10, rgba(0, 116, 232, 0.1));
  border-color: transparent;
  color: #004e9c;
  color: var(--accent-color-dark, #004e9c);
}

.viafoura
  .vf-dropdown-button--accent[data-v-606f25f2]:not([disabled]):focus
  .vf-dropdown-button__icon,
.viafoura
  .vf-dropdown-button--accent[data-v-606f25f2]:not([disabled]):hover
  .vf-dropdown-button__icon {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
}

.viafoura .vf-dropdown-button--accent[data-v-606f25f2]:not([disabled]):focus {
  border-color: #0074e8;
  border-color: var(--accent-color, #0074e8);
}

.viafoura .vf-select-dropdown__trigger {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.viafoura .vf-dropdown-tabs[data-v-4c13d62a] {
  white-space: nowrap;
}

.viafoura .vf-dropdown-tabs[data-v-4c13d62a] .vf-tabbed-nav__tabs {
  overflow: hidden;
  padding-bottom: 2px;
  position: relative;
}

.viafoura .vf-tabbed-views[data-v-215377dc] {
  display: flex;
  flex-direction: column;
}

.viafoura .vf-square-badge {
  border-radius: 3px;
  border-radius: calc(var(--base-font-size, 0.625rem) * 0.3);
}

.viafoura .vf-square-badge--small {
  padding: 3px 5px;
  padding: calc(var(--base-font-size, 0.625rem) * 0.3)
    calc(var(--base-font-size, 0.625rem) * 0.5);
}

@media only screen and (max-width: 640px) {
  @supports (-webkit-overflow-scrolling: touch) {
  }
}

@media only screen and (max-width: 640px) {
  @supports (-webkit-overflow-scrolling: touch) {
  }
}

.viafoura .vf-content-focus-container[data-v-2917e5f4] {
  margin: -1px;
  position: relative;
}

/*!
 * Quill Editor v1.3.4
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */

@-moz-document url-prefix() {
}

@media only screen and (max-width: 640px) {
  @supports (-webkit-overflow-scrolling: touch) {
  }
}

.viafoura .vf-post-alert {
  height: 1px;
  overflow: hidden;
  width: 1px;
}

.viafoura .transition-wrapper[data-v-3f6168e0] {
  overflow: hidden;
}

.viafoura .realtime-bar[data-v-12ff1538] {
  display: flex;
  justify-content: center;
  left: 0;
  position: sticky;
  top: 0;
  top: var(--reserved-space-top, 0);
  width: 100%;
  z-index: 7;
}

.viafoura .top-typing-indicator[data-v-9a7a0df6] {
  max-height: 0;
  transition: margin 0.4s;
}

.viafoura .top-typing-indicator__internal[data-v-9a7a0df6] {
  display: flex;
  padding-bottom: 0;
  padding-top: 0;
}

.viafoura .vf3-conversations-list--empty {
  padding-top: 15px;
}

.viafoura .vf-post-form[data-v-6caf9c82] {
  margin-bottom: 15px;
  margin-right: 0;
  margin-top: 15px;
  position: relative;
}

.viafoura .vf-post-form__container[data-v-6caf9c82] {
  margin-top: 0;
}

.viafoura .vf-nav-tab-button__text[data-v-5517aee9] {
  color: #000;
  color: var(--dark-text-on-background-color, #000);
  font-weight: 400;
}

.viafoura .vf-nav-tab-button__badge[data-v-5517aee9] {
  margin-left: 5px;
}

.viafoura .vf-no-outline {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.viafoura .vf-no-outline::-moz-focus-inner {
  border: 0;
}

.viafoura .vf-comment-header[data-v-ddad5b80] {
  align-items: center;
  display: flex;
}

@media (max-width: 480px) {
  .viafoura .vf-comment-header[data-v-ddad5b80] {
    align-items: flex-end;
  }
}

.viafoura .comment-nav-right[data-v-0970e46c] {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.viafoura .comment-nav-right > * + [data-v-0970e46c] {
  margin-left: 5px;
}

.viafoura .comment-nav-right__icon[data-v-0970e46c] svg {
  color: #000;
  color: var(--dark-text-on-background-color, #000);
  height: 14px;
  width: 14px;
}

.viafoura .comment-nav-right__settings-button[data-v-0970e46c] {
  position: relative;
}

.viafoura .comment-nav-right__settings-button[data-v-0970e46c]:before {
  background-color: #fff;
  background-color: var(--background-color, #fff);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-left-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  content: "";
  display: block;
  height: 9px;
  left: auto;
  position: absolute;
  right: 50%;
  top: -9px;
  transform: translateX(50%) rotate(-135deg) scale(0);
  transition: transform 0.4s ease-in-out;
  width: 9px;
  z-index: 7;
}

.viafoura .vf-sort-actions[data-v-0970e46c] .vf-select-dropdown__trigger {
  align-items: center;
  color: #0074e8;
  color: var(--accent-color, #0074e8);
  display: flex;
  font-size: 0.857em;
  font-weight: 300;
  text-transform: uppercase;
}

.viafoura .bottom-rt-bar[data-v-c7ad8ee8] {
  bottom: 0;
  top: 0;
}

.viafoura .all-comments[data-v-c7ad8ee8] {
  position: relative;
}

.viafoura .all-comments__top-rt-bar-container[data-v-c7ad8ee8] {
  max-height: 0;
  position: sticky;
  top: 36px;
  top: calc(36px + var(--reserved-space-top, 0rem));
  transition: margin 0.4s;
  z-index: 5 !important;
}

@media only screen and (max-width: 640px) {
  .viafoura .all-comments__top-rt-bar-container[data-v-c7ad8ee8] {
    top: 35px;
    top: calc(35px + var(--reserved-space-top, 0rem));
  }
}

.viafoura .all-comments__typing-indicator[data-v-c7ad8ee8] {
  padding-top: 10px;
}

.viafoura .vf-conversations-list__pinned-comments--empty[data-v-c7ad8ee8] {
  padding-top: 0;
}

.viafoura .vf3-comments[data-v-a708f7a2] {
  --background-color: var(--default-color, #fff);
  --light-text-on-background-color: var(
    --light-text-on-default-color,
    rgba(0, 0, 0, 0.6)
  );
  --dark-text-on-background-color: var(--dark-text-on-default-color, #000);
  background-color: #fff;
  background-color: var(--background-color, #fff);
  color: #000;
  color: var(--dark-text-on-background-color, #000);
  position: relative;
}

.viafoura .vf3-comments__tabbed-nav__right[data-v-a708f7a2] {
  margin-left: auto;
}

.viafoura .vf3-comments__tabbed-nav[data-v-a708f7a2] .vf-tabbed-nav {
  background-color: #fff;
  background-color: var(--background-color, #fff);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  height: 36px;
  opacity: 1;
  position: sticky;
  top: 0;
  top: var(--reserved-space-top, 0);
  transition:
    opacity 0.2s ease,
    box-shadow 0.2s;
  z-index: 6;
}

.viafoura .vf3-comments[data-v-a708f7a2] .vf-tabbed-nav__tabs {
  bottom: -2px;
}

.viafoura .v3-comments__post-form[data-v-a708f7a2] {
  z-index: 2;
}

.viafoura .all-comments-container[data-v-a708f7a2] {
  position: relative;
}

body {
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* word-break: break-word; */
}

.vf-flex-nav {
  background: unset;
}

h3 {
  margin: 40px 0 0;
}

ul {
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}
