@import url('https://use.fontawesome.com/releases/v5.13.0/css/all.css');
@import url('https://use.fontawesome.com/releases/v5.13.0/css/v4-shims.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900|Merriweather:300,300i,400,900');
.font-family-1 {
  font-family: 'Open Sans';
}
.font-family-2 {
  font-family: 'Roboto';
}
.font-family-3 {
  font-family: 'Merriweather';
}
/* fancy blue */
/* blue */
/* light blue */
/* red (action)) */
/* yellow (sponsored) gray */
/* dark gray */
/* light gray */
/* darkest gray */
/* "meanwhile" green */
/* "places" blue */
/* icon red */
/* celeste*/
/*
@color-11: #e8e8e8	//light gray
@color-13: #949494	//light gray
@color-15: #949494	//light gray
@color-19		// darkest gray
*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: 0 none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
input,
select {
  vertical-align: middle;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
/*
USE MEDIA QUERIES AND LESS:

// media query based:
@media @md {
	@import url('responsive/md.less');
	div.class {
		color: red;
	}
}

OR: 
// element based:
div.class {
	width: auto;
	@media @md {
		width: 300px;
	}
	// Or combine viewports
	@media @sm, @md { 
		width: 400px;
	}	
}
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 14, 2016, 2:03:20 PM
    Author     : Patrick
*/
.hidden {
  display: none!important;
}
.align-center {
  text-align: center;
}
.center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mull-left {
  float: left;
}
.mull-right {
  float: right;
}
.width-100 {
  width: 100%;
}
.clickable {
  cursor: pointer;
}
.switchable {
  cursor: default;
}
.aligner {
  /*
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	*/
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.aligner-item-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.aligner-item-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.flex-stretch {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
}
.helper-hide {
  display: none!important;
}
@media (max-width: 767px ) {
  .helper-hidden--xs {
    display: none!important;
  }
}
@media (max-width: 767px ) {
  .hidden-xs {
    display: none!important;
  }
}
@media (max-width: 991px ) {
  .helper-hidden--sm-down {
    display: none!important;
  }
}
@media (max-width: 991px ) {
  .hidden-sm-down {
    display: none!important;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .helper-hidden--sm {
    display: none!important;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .hidden-sm {
    display: none!important;
  }
}
@media (min-width: 768px ) {
  .helper-hidden--sm-up {
    display: none!important;
  }
}
@media (min-width: 768px ) {
  .hidden-sm-up {
    display: none!important;
  }
}
@media (max-width: 1199px ) {
  .helper-hidden--md-down {
    display: none!important;
  }
}
@media (max-width: 1199px ) {
  .hidden-md-down {
    display: none!important;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .helper-hidden--md {
    display: none!important;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .hidden-md {
    display: none!important;
  }
}
@media (min-width: 992px ) {
  .helper-hidden--md-up {
    display: none!important;
  }
}
@media (min-width: 992px ) {
  .hidden-md-up {
    display: none!important;
  }
}
@media (max-width: 1599px ) {
  .helper-hidden--lg-down {
    display: none!important;
  }
}
@media (max-width: 1599px ) {
  .hidden-lg-down {
    display: none!important;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .helper-hidden--lg {
    display: none!important;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .hidden-lg {
    display: none!important;
  }
}
@media (min-width: 1200px ) {
  .helper-hidden--lg-up {
    display: none!important;
  }
}
@media (min-width: 1200px ) {
  .hidden-lg-up {
    display: none!important;
  }
}
@media (min-width: 1600px ) {
  .helper-hidden--xl {
    display: none!important;
  }
}
@media (min-width: 1600px ) {
  .hidden-xl {
    display: none!important;
  }
}
.flex,
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: table-cell;
  width: 100%;
}
.align-middle {
  vertical-align: middle;
}
.fixed {
  position: fixed;
}
.helper-flex {
  display: flex!important;
}
@media (max-width: 767px ) {
  .helper-flex--xs {
    display: flex!important;
  }
}
@media (max-width: 991px ) {
  .helper-flex--sm-down {
    display: flex!important;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .helper-flex--sm {
    display: flex!important;
  }
}
@media (min-width: 768px ) {
  .helper-flex--sm-up {
    display: flex!important;
  }
}
@media (max-width: 1199px ) {
  .helper-flex--md-down {
    display: flex!important;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .helper-flex--md {
    display: flex!important;
  }
}
@media (min-width: 992px ) {
  .helper-flex--md-up {
    display: flex!important;
  }
}
@media (max-width: 1599px ) {
  .helper-flex--lg-down {
    display: flex!important;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .helper-flex--lg {
    display: flex!important;
  }
}
@media (min-width: 1200px ) {
  .helper-flex--lg-up {
    display: flex!important;
  }
}
@media (min-width: 1600px ) {
  .helper-flex--xl {
    display: flex!important;
  }
}
.helper-sticky {
  position: sticky;
  top: 0;
}
@media (max-width: 767px ) {
  .helper-sticky--xs {
    position: sticky;
    top: 0;
  }
}
@media (max-width: 991px ) {
  .helper-sticky--sm-down {
    position: sticky;
    top: 0;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .helper-sticky--sm {
    position: sticky;
    top: 0;
  }
}
@media (min-width: 768px ) {
  .helper-sticky--sm-up {
    position: sticky;
    top: 0;
  }
}
@media (max-width: 1199px ) {
  .helper-sticky--md-down {
    position: sticky;
    top: 0;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .helper-sticky--md {
    position: sticky;
    top: 0;
  }
}
@media (min-width: 992px ) {
  .helper-sticky--md-up {
    position: sticky;
    top: 0;
  }
}
@media (max-width: 1599px ) {
  .helper-sticky--lg-down {
    position: sticky;
    top: 0;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .helper-sticky--lg {
    position: sticky;
    top: 0;
  }
}
@media (min-width: 1200px ) {
  .helper-sticky--lg-up {
    position: sticky;
    top: 0;
  }
}
@media (min-width: 1600px ) {
  .helper-sticky--xl {
    position: sticky;
    top: 0;
  }
}
.alignleft {
  float: left;
  margin-right: 24px;
}
.alignright {
  float: right;
  margin-left: 24px;
}
.fluid-width-video-wrapper {
  line-height: 0;
  height: 0;
  position: relative;
  width: 100%;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed,
.fluid-width-video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 6px;
}
.p-2 {
  padding: 12px;
}
.p-3 {
  padding: 24px;
}
.p-4 {
  padding: 36px;
}
.p-5 {
  padding: 48px;
}
@media (max-width: 767px ) {
  .p-0-xs {
    padding: 0;
  }
}
@media (max-width: 767px ) {
  .p-1-xs {
    padding: 6px;
  }
}
@media (max-width: 767px ) {
  .p-2-xs {
    padding: 12px;
  }
}
@media (max-width: 767px ) {
  .p-3-xs {
    padding: 24px;
  }
}
@media (max-width: 767px ) {
  .p-4-xs {
    padding: 36px;
  }
}
@media (max-width: 767px ) {
  .p-5-xs {
    padding: 48px;
  }
}
@media (max-width: 991px ) {
  .p-0-sm-down {
    padding: 0;
  }
}
@media (max-width: 991px ) {
  .p-1-sm-down {
    padding: 6px;
  }
}
@media (max-width: 991px ) {
  .p-2-sm-down {
    padding: 12px;
  }
}
@media (max-width: 991px ) {
  .p-3-sm-down {
    padding: 24px;
  }
}
@media (max-width: 991px ) {
  .p-4-sm-down {
    padding: 36px;
  }
}
@media (max-width: 991px ) {
  .p-5-sm-down {
    padding: 48px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .p-0-sm {
    padding: 0;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .p-1-sm {
    padding: 6px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .p-2-sm {
    padding: 12px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .p-3-sm {
    padding: 24px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .p-4-sm {
    padding: 36px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .p-5-sm {
    padding: 48px;
  }
}
@media (min-width: 768px ) {
  .p-0-sm-up {
    padding: 0;
  }
}
@media (min-width: 768px ) {
  .p-1-sm-up {
    padding: 6px;
  }
}
@media (min-width: 768px ) {
  .p-2-sm-up {
    padding: 12px;
  }
}
@media (min-width: 768px ) {
  .p-3-sm-up {
    padding: 24px;
  }
}
@media (min-width: 768px ) {
  .p-4-sm-up {
    padding: 36px;
  }
}
@media (min-width: 768px ) {
  .p-5-sm-up {
    padding: 48px;
  }
}
@media (max-width: 1199px ) {
  .p-0-md-down {
    padding: 0;
  }
}
@media (max-width: 1199px ) {
  .p-1-md-down {
    padding: 6px;
  }
}
@media (max-width: 1199px ) {
  .p-2-md-down {
    padding: 12px;
  }
}
@media (max-width: 1199px ) {
  .p-3-md-down {
    padding: 24px;
  }
}
@media (max-width: 1199px ) {
  .p-4-md-down {
    padding: 36px;
  }
}
@media (max-width: 1199px ) {
  .p-5-md-down {
    padding: 48px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .p-0-md {
    padding: 0;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .p-1-md {
    padding: 6px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .p-2-md {
    padding: 12px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .p-3-md {
    padding: 24px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .p-4-md {
    padding: 36px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .p-5-md {
    padding: 48px;
  }
}
@media (min-width: 992px ) {
  .p-0-md-up {
    padding: 0;
  }
}
@media (min-width: 992px ) {
  .p-1-md-up {
    padding: 6px;
  }
}
@media (min-width: 992px ) {
  .p-2-md-up {
    padding: 12px;
  }
}
@media (min-width: 992px ) {
  .p-3-md-up {
    padding: 24px;
  }
}
@media (min-width: 992px ) {
  .p-4-md-up {
    padding: 36px;
  }
}
@media (min-width: 992px ) {
  .p-5-md-up {
    padding: 48px;
  }
}
@media (max-width: 1599px ) {
  .p-0-lg-down {
    padding: 0;
  }
}
@media (max-width: 1599px ) {
  .p-1-lg-down {
    padding: 6px;
  }
}
@media (max-width: 1599px ) {
  .p-2-lg-down {
    padding: 12px;
  }
}
@media (max-width: 1599px ) {
  .p-3-lg-down {
    padding: 24px;
  }
}
@media (max-width: 1599px ) {
  .p-4-lg-down {
    padding: 36px;
  }
}
@media (max-width: 1599px ) {
  .p-5-lg-down {
    padding: 48px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .p-0-lg {
    padding: 0;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .p-1-lg {
    padding: 6px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .p-2-lg {
    padding: 12px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .p-3-lg {
    padding: 24px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .p-4-lg {
    padding: 36px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .p-5-lg {
    padding: 48px;
  }
}
@media (min-width: 1200px ) {
  .p-0-lg-up {
    padding: 0;
  }
}
@media (min-width: 1200px ) {
  .p-1-lg-up {
    padding: 6px;
  }
}
@media (min-width: 1200px ) {
  .p-2-lg-up {
    padding: 12px;
  }
}
@media (min-width: 1200px ) {
  .p-3-lg-up {
    padding: 24px;
  }
}
@media (min-width: 1200px ) {
  .p-4-lg-up {
    padding: 36px;
  }
}
@media (min-width: 1200px ) {
  .p-5-lg-up {
    padding: 48px;
  }
}
@media (min-width: 1600px ) {
  .p-0-xl {
    padding: 0;
  }
}
@media (min-width: 1600px ) {
  .p-1-xl {
    padding: 6px;
  }
}
@media (min-width: 1600px ) {
  .p-2-xl {
    padding: 12px;
  }
}
@media (min-width: 1600px ) {
  .p-3-xl {
    padding: 24px;
  }
}
@media (min-width: 1600px ) {
  .p-4-xl {
    padding: 36px;
  }
}
@media (min-width: 1600px ) {
  .p-5-xl {
    padding: 48px;
  }
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-1 {
  padding-left: 6px;
  padding-right: 6px;
}
.px-2 {
  padding-left: 12px;
  padding-right: 12px;
}
.px-3 {
  padding-left: 24px;
  padding-right: 24px;
}
.px-4 {
  padding-left: 36px;
  padding-right: 36px;
}
.px-5 {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 767px ) {
  .px-0-xs {
    margin: 0;
  }
}
@media (max-width: 767px ) {
  .px-1-xs {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 767px ) {
  .px-2-xs {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 767px ) {
  .px-3-xs {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px ) {
  .px-4-xs {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 767px ) {
  .px-5-xs {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 991px ) {
  .px-0-sm-down {
    margin: 0;
  }
}
@media (max-width: 991px ) {
  .px-1-sm-down {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 991px ) {
  .px-2-sm-down {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 991px ) {
  .px-3-sm-down {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 991px ) {
  .px-4-sm-down {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 991px ) {
  .px-5-sm-down {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .px-0-sm {
    margin: 0;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .px-1-sm {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .px-2-sm {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .px-3-sm {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .px-4-sm {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .px-5-sm {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 768px ) {
  .px-0-sm-up {
    margin: 0;
  }
}
@media (min-width: 768px ) {
  .px-1-sm-up {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 768px ) {
  .px-2-sm-up {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px ) {
  .px-3-sm-up {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px ) {
  .px-4-sm-up {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (min-width: 768px ) {
  .px-5-sm-up {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 1199px ) {
  .px-0-md-down {
    margin: 0;
  }
}
@media (max-width: 1199px ) {
  .px-1-md-down {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 1199px ) {
  .px-2-md-down {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 1199px ) {
  .px-3-md-down {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 1199px ) {
  .px-4-md-down {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 1199px ) {
  .px-5-md-down {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .px-0-md {
    margin: 0;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .px-1-md {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .px-2-md {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .px-3-md {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .px-4-md {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .px-5-md {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 992px ) {
  .px-0-md-up {
    margin: 0;
  }
}
@media (min-width: 992px ) {
  .px-1-md-up {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 992px ) {
  .px-2-md-up {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 992px ) {
  .px-3-md-up {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 992px ) {
  .px-4-md-up {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (min-width: 992px ) {
  .px-5-md-up {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 1599px ) {
  .px-0-lg-down {
    margin: 0;
  }
}
@media (max-width: 1599px ) {
  .px-1-lg-down {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 1599px ) {
  .px-2-lg-down {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 1599px ) {
  .px-3-lg-down {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 1599px ) {
  .px-4-lg-down {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 1599px ) {
  .px-5-lg-down {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .px-0-lg {
    margin: 0;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .px-1-lg {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .px-2-lg {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .px-3-lg {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .px-4-lg {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .px-5-lg {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1200px ) {
  .px-0-lg-up {
    margin: 0;
  }
}
@media (min-width: 1200px ) {
  .px-1-lg-up {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 1200px ) {
  .px-2-lg-up {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1200px ) {
  .px-3-lg-up {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1200px ) {
  .px-4-lg-up {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (min-width: 1200px ) {
  .px-5-lg-up {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1600px ) {
  .px-0-xl {
    margin: 0;
  }
}
@media (min-width: 1600px ) {
  .px-1-xl {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 1600px ) {
  .px-2-xl {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1600px ) {
  .px-3-xl {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1600px ) {
  .px-4-xl {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (min-width: 1600px ) {
  .px-5-xl {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-2 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-3 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-4 {
  padding-top: 36px;
  padding-bottom: 36px;
}
.py-5 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 767px ) {
  .py-0-xs {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px ) {
  .py-1-xs {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (max-width: 767px ) {
  .py-2-xs {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 767px ) {
  .py-3-xs {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 767px ) {
  .py-4-xs {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px ) {
  .py-5-xs {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 991px ) {
  .py-0-sm-down {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 991px ) {
  .py-1-sm-down {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (max-width: 991px ) {
  .py-2-sm-down {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 991px ) {
  .py-3-sm-down {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 991px ) {
  .py-4-sm-down {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (max-width: 991px ) {
  .py-5-sm-down {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .py-0-sm {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .py-1-sm {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .py-2-sm {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .py-3-sm {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .py-4-sm {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .py-5-sm {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 768px ) {
  .py-0-sm-up {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px ) {
  .py-1-sm-up {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (min-width: 768px ) {
  .py-2-sm-up {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 768px ) {
  .py-3-sm-up {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 768px ) {
  .py-4-sm-up {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (min-width: 768px ) {
  .py-5-sm-up {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 1199px ) {
  .py-0-md-down {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1199px ) {
  .py-1-md-down {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (max-width: 1199px ) {
  .py-2-md-down {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 1199px ) {
  .py-3-md-down {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 1199px ) {
  .py-4-md-down {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (max-width: 1199px ) {
  .py-5-md-down {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .py-0-md {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .py-1-md {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .py-2-md {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .py-3-md {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .py-4-md {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .py-5-md {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 992px ) {
  .py-0-md-up {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px ) {
  .py-1-md-up {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (min-width: 992px ) {
  .py-2-md-up {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 992px ) {
  .py-3-md-up {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px ) {
  .py-4-md-up {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (min-width: 992px ) {
  .py-5-md-up {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 1599px ) {
  .py-0-lg-down {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1599px ) {
  .py-1-lg-down {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (max-width: 1599px ) {
  .py-2-lg-down {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 1599px ) {
  .py-3-lg-down {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 1599px ) {
  .py-4-lg-down {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (max-width: 1599px ) {
  .py-5-lg-down {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .py-0-lg {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .py-1-lg {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .py-2-lg {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .py-3-lg {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .py-4-lg {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .py-5-lg {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1200px ) {
  .py-0-lg-up {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px ) {
  .py-1-lg-up {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (min-width: 1200px ) {
  .py-2-lg-up {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1200px ) {
  .py-3-lg-up {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1200px ) {
  .py-4-lg-up {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (min-width: 1200px ) {
  .py-5-lg-up {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1600px ) {
  .py-0-xl {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1600px ) {
  .py-1-xl {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (min-width: 1600px ) {
  .py-2-xl {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1600px ) {
  .py-3-xl {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1600px ) {
  .py-4-xl {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (min-width: 1600px ) {
  .py-5-xl {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 6px;
}
.pt-2 {
  padding-top: 12px;
}
.pt-3 {
  padding-top: 24px;
}
.pt-4 {
  padding-top: 36px;
}
.pt-5 {
  padding-top: 48px;
}
@media (max-width: 767px ) {
  .pt-0-xs {
    padding-top: 0;
  }
}
@media (max-width: 767px ) {
  .pt-1-xs {
    padding-top: 6px;
  }
}
@media (max-width: 767px ) {
  .pt-2-xs {
    padding-top: 12px;
  }
}
@media (max-width: 767px ) {
  .pt-3-xs {
    padding-top: 24px;
  }
}
@media (max-width: 767px ) {
  .pt-4-xs {
    padding-top: 36px;
  }
}
@media (max-width: 767px ) {
  .pt-5-xs {
    padding-top: 48px;
  }
}
@media (max-width: 991px ) {
  .pt-0-sm-down {
    padding-top: 0;
  }
}
@media (max-width: 991px ) {
  .pt-1-sm-down {
    padding-top: 6px;
  }
}
@media (max-width: 991px ) {
  .pt-2-sm-down {
    padding-top: 12px;
  }
}
@media (max-width: 991px ) {
  .pt-3-sm-down {
    padding-top: 24px;
  }
}
@media (max-width: 991px ) {
  .pt-4-sm-down {
    padding-top: 36px;
  }
}
@media (max-width: 991px ) {
  .pt-5-sm-down {
    padding-top: 48px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .pt-0-sm {
    padding-top: 0;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .pt-1-sm {
    padding-top: 6px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .pt-2-sm {
    padding-top: 12px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .pt-3-sm {
    padding-top: 24px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .pt-4-sm {
    padding-top: 36px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .pt-5-sm {
    padding-top: 48px;
  }
}
@media (min-width: 768px ) {
  .pt-0-sm-up {
    padding-top: 0;
  }
}
@media (min-width: 768px ) {
  .pt-1-sm-up {
    padding-top: 6px;
  }
}
@media (min-width: 768px ) {
  .pt-2-sm-up {
    padding-top: 12px;
  }
}
@media (min-width: 768px ) {
  .pt-3-sm-up {
    padding-top: 24px;
  }
}
@media (min-width: 768px ) {
  .pt-4-sm-up {
    padding-top: 36px;
  }
}
@media (min-width: 768px ) {
  .pt-5-sm-up {
    padding-top: 48px;
  }
}
@media (max-width: 1199px ) {
  .pt-0-md-down {
    padding-top: 0;
  }
}
@media (max-width: 1199px ) {
  .pt-1-md-down {
    padding-top: 6px;
  }
}
@media (max-width: 1199px ) {
  .pt-2-md-down {
    padding-top: 12px;
  }
}
@media (max-width: 1199px ) {
  .pt-3-md-down {
    padding-top: 24px;
  }
}
@media (max-width: 1199px ) {
  .pt-4-md-down {
    padding-top: 36px;
  }
}
@media (max-width: 1199px ) {
  .pt-5-md-down {
    padding-top: 48px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .pt-0-md {
    padding-top: 0;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .pt-1-md {
    padding-top: 6px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .pt-2-md {
    padding-top: 12px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .pt-3-md {
    padding-top: 24px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .pt-4-md {
    padding-top: 36px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .pt-5-md {
    padding-top: 48px;
  }
}
@media (min-width: 992px ) {
  .pt-0-md-up {
    padding-top: 0;
  }
}
@media (min-width: 992px ) {
  .pt-1-md-up {
    padding-top: 6px;
  }
}
@media (min-width: 992px ) {
  .pt-2-md-up {
    padding-top: 12px;
  }
}
@media (min-width: 992px ) {
  .pt-3-md-up {
    padding-top: 24px;
  }
}
@media (min-width: 992px ) {
  .pt-4-md-up {
    padding-top: 36px;
  }
}
@media (min-width: 992px ) {
  .pt-5-md-up {
    padding-top: 48px;
  }
}
@media (max-width: 1599px ) {
  .pt-0-lg-down {
    padding-top: 0;
  }
}
@media (max-width: 1599px ) {
  .pt-1-lg-down {
    padding-top: 6px;
  }
}
@media (max-width: 1599px ) {
  .pt-2-lg-down {
    padding-top: 12px;
  }
}
@media (max-width: 1599px ) {
  .pt-3-lg-down {
    padding-top: 24px;
  }
}
@media (max-width: 1599px ) {
  .pt-4-lg-down {
    padding-top: 36px;
  }
}
@media (max-width: 1599px ) {
  .pt-5-lg-down {
    padding-top: 48px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .pt-0-lg {
    padding-top: 0;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .pt-1-lg {
    padding-top: 6px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .pt-2-lg {
    padding-top: 12px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .pt-3-lg {
    padding-top: 24px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .pt-4-lg {
    padding-top: 36px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .pt-5-lg {
    padding-top: 48px;
  }
}
@media (min-width: 1200px ) {
  .pt-0-lg-up {
    padding-top: 0;
  }
}
@media (min-width: 1200px ) {
  .pt-1-lg-up {
    padding-top: 6px;
  }
}
@media (min-width: 1200px ) {
  .pt-2-lg-up {
    padding-top: 12px;
  }
}
@media (min-width: 1200px ) {
  .pt-3-lg-up {
    padding-top: 24px;
  }
}
@media (min-width: 1200px ) {
  .pt-4-lg-up {
    padding-top: 36px;
  }
}
@media (min-width: 1200px ) {
  .pt-5-lg-up {
    padding-top: 48px;
  }
}
@media (min-width: 1600px ) {
  .pt-0-xl {
    padding-top: 0;
  }
}
@media (min-width: 1600px ) {
  .pt-1-xl {
    padding-top: 6px;
  }
}
@media (min-width: 1600px ) {
  .pt-2-xl {
    padding-top: 12px;
  }
}
@media (min-width: 1600px ) {
  .pt-3-xl {
    padding-top: 24px;
  }
}
@media (min-width: 1600px ) {
  .pt-4-xl {
    padding-top: 36px;
  }
}
@media (min-width: 1600px ) {
  .pt-5-xl {
    padding-top: 48px;
  }
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 6px;
}
.pb-2 {
  padding-bottom: 12px;
}
.pb-3 {
  padding-bottom: 24px;
}
.pb-4 {
  padding-bottom: 36px;
}
.pb-5 {
  padding-bottom: 48px;
}
@media (max-width: 767px ) {
  .pb-0-xs {
    padding-bottom: 0;
  }
}
@media (max-width: 767px ) {
  .pb-1-xs {
    padding-bottom: 6px;
  }
}
@media (max-width: 767px ) {
  .pb-2-xs {
    padding-bottom: 12px;
  }
}
@media (max-width: 767px ) {
  .pb-3-xs {
    padding-bottom: 24px;
  }
}
@media (max-width: 767px ) {
  .pb-4-xs {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px ) {
  .pb-5-xs {
    padding-bottom: 48px;
  }
}
@media (max-width: 991px ) {
  .pb-0-sm-down {
    padding-bottom: 0;
  }
}
@media (max-width: 991px ) {
  .pb-1-sm-down {
    padding-bottom: 6px;
  }
}
@media (max-width: 991px ) {
  .pb-2-sm-down {
    padding-bottom: 12px;
  }
}
@media (max-width: 991px ) {
  .pb-3-sm-down {
    padding-bottom: 24px;
  }
}
@media (max-width: 991px ) {
  .pb-4-sm-down {
    padding-bottom: 36px;
  }
}
@media (max-width: 991px ) {
  .pb-5-sm-down {
    padding-bottom: 48px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .pb-0-sm {
    padding-bottom: 0;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .pb-1-sm {
    padding-bottom: 6px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .pb-2-sm {
    padding-bottom: 12px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .pb-3-sm {
    padding-bottom: 24px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .pb-4-sm {
    padding-bottom: 36px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .pb-5-sm {
    padding-bottom: 48px;
  }
}
@media (min-width: 768px ) {
  .pb-0-sm-up {
    padding-bottom: 0;
  }
}
@media (min-width: 768px ) {
  .pb-1-sm-up {
    padding-bottom: 6px;
  }
}
@media (min-width: 768px ) {
  .pb-2-sm-up {
    padding-bottom: 12px;
  }
}
@media (min-width: 768px ) {
  .pb-3-sm-up {
    padding-bottom: 24px;
  }
}
@media (min-width: 768px ) {
  .pb-4-sm-up {
    padding-bottom: 36px;
  }
}
@media (min-width: 768px ) {
  .pb-5-sm-up {
    padding-bottom: 48px;
  }
}
@media (max-width: 1199px ) {
  .pb-0-md-down {
    padding-bottom: 0;
  }
}
@media (max-width: 1199px ) {
  .pb-1-md-down {
    padding-bottom: 6px;
  }
}
@media (max-width: 1199px ) {
  .pb-2-md-down {
    padding-bottom: 12px;
  }
}
@media (max-width: 1199px ) {
  .pb-3-md-down {
    padding-bottom: 24px;
  }
}
@media (max-width: 1199px ) {
  .pb-4-md-down {
    padding-bottom: 36px;
  }
}
@media (max-width: 1199px ) {
  .pb-5-md-down {
    padding-bottom: 48px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .pb-0-md {
    padding-bottom: 0;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .pb-1-md {
    padding-bottom: 6px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .pb-2-md {
    padding-bottom: 12px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .pb-3-md {
    padding-bottom: 24px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .pb-4-md {
    padding-bottom: 36px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .pb-5-md {
    padding-bottom: 48px;
  }
}
@media (min-width: 992px ) {
  .pb-0-md-up {
    padding-bottom: 0;
  }
}
@media (min-width: 992px ) {
  .pb-1-md-up {
    padding-bottom: 6px;
  }
}
@media (min-width: 992px ) {
  .pb-2-md-up {
    padding-bottom: 12px;
  }
}
@media (min-width: 992px ) {
  .pb-3-md-up {
    padding-bottom: 24px;
  }
}
@media (min-width: 992px ) {
  .pb-4-md-up {
    padding-bottom: 36px;
  }
}
@media (min-width: 992px ) {
  .pb-5-md-up {
    padding-bottom: 48px;
  }
}
@media (max-width: 1599px ) {
  .pb-0-lg-down {
    padding-bottom: 0;
  }
}
@media (max-width: 1599px ) {
  .pb-1-lg-down {
    padding-bottom: 6px;
  }
}
@media (max-width: 1599px ) {
  .pb-2-lg-down {
    padding-bottom: 12px;
  }
}
@media (max-width: 1599px ) {
  .pb-3-lg-down {
    padding-bottom: 24px;
  }
}
@media (max-width: 1599px ) {
  .pb-4-lg-down {
    padding-bottom: 36px;
  }
}
@media (max-width: 1599px ) {
  .pb-5-lg-down {
    padding-bottom: 48px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .pb-0-lg {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .pb-1-lg {
    padding-bottom: 6px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .pb-2-lg {
    padding-bottom: 12px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .pb-3-lg {
    padding-bottom: 24px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .pb-4-lg {
    padding-bottom: 36px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .pb-5-lg {
    padding-bottom: 48px;
  }
}
@media (min-width: 1200px ) {
  .pb-0-lg-up {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px ) {
  .pb-1-lg-up {
    padding-bottom: 6px;
  }
}
@media (min-width: 1200px ) {
  .pb-2-lg-up {
    padding-bottom: 12px;
  }
}
@media (min-width: 1200px ) {
  .pb-3-lg-up {
    padding-bottom: 24px;
  }
}
@media (min-width: 1200px ) {
  .pb-4-lg-up {
    padding-bottom: 36px;
  }
}
@media (min-width: 1200px ) {
  .pb-5-lg-up {
    padding-bottom: 48px;
  }
}
@media (min-width: 1600px ) {
  .pb-0-xl {
    padding-bottom: 0;
  }
}
@media (min-width: 1600px ) {
  .pb-1-xl {
    padding-bottom: 6px;
  }
}
@media (min-width: 1600px ) {
  .pb-2-xl {
    padding-bottom: 12px;
  }
}
@media (min-width: 1600px ) {
  .pb-3-xl {
    padding-bottom: 24px;
  }
}
@media (min-width: 1600px ) {
  .pb-4-xl {
    padding-bottom: 36px;
  }
}
@media (min-width: 1600px ) {
  .pb-5-xl {
    padding-bottom: 48px;
  }
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 6px;
}
.m-2 {
  margin: 12px;
}
.m-3 {
  margin: 24px;
}
.m-4 {
  margin: 36px;
}
.m-5 {
  margin: 48px;
}
@media (max-width: 767px ) {
  .m-0-xs {
    margin: 0;
  }
}
@media (max-width: 767px ) {
  .m-1-xs {
    margin: 6px;
  }
}
@media (max-width: 767px ) {
  .m-2-xs {
    margin: 12px;
  }
}
@media (max-width: 767px ) {
  .m-3-xs {
    margin: 24px;
  }
}
@media (max-width: 767px ) {
  .m-4-xs {
    margin: 36px;
  }
}
@media (max-width: 767px ) {
  .m-5-xs {
    margin: 48px;
  }
}
@media (max-width: 991px ) {
  .m-0-sm-down {
    margin: 0;
  }
}
@media (max-width: 991px ) {
  .m-1-sm-down {
    margin: 6px;
  }
}
@media (max-width: 991px ) {
  .m-2-sm-down {
    margin: 12px;
  }
}
@media (max-width: 991px ) {
  .m-3-sm-down {
    margin: 24px;
  }
}
@media (max-width: 991px ) {
  .m-4-sm-down {
    margin: 36px;
  }
}
@media (max-width: 991px ) {
  .m-5-sm-down {
    margin: 48px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .m-0-sm {
    margin: 0;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .m-1-sm {
    margin: 6px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .m-2-sm {
    margin: 12px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .m-3-sm {
    margin: 24px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .m-4-sm {
    margin: 36px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .m-5-sm {
    margin: 48px;
  }
}
@media (min-width: 768px ) {
  .m-0-sm-up {
    margin: 0;
  }
}
@media (min-width: 768px ) {
  .m-1-sm-up {
    margin: 6px;
  }
}
@media (min-width: 768px ) {
  .m-2-sm-up {
    margin: 12px;
  }
}
@media (min-width: 768px ) {
  .m-3-sm-up {
    margin: 24px;
  }
}
@media (min-width: 768px ) {
  .m-4-sm-up {
    margin: 36px;
  }
}
@media (min-width: 768px ) {
  .m-5-sm-up {
    margin: 48px;
  }
}
@media (max-width: 1199px ) {
  .m-0-md-down {
    margin: 0;
  }
}
@media (max-width: 1199px ) {
  .m-1-md-down {
    margin: 6px;
  }
}
@media (max-width: 1199px ) {
  .m-2-md-down {
    margin: 12px;
  }
}
@media (max-width: 1199px ) {
  .m-3-md-down {
    margin: 24px;
  }
}
@media (max-width: 1199px ) {
  .m-4-md-down {
    margin: 36px;
  }
}
@media (max-width: 1199px ) {
  .m-5-md-down {
    margin: 48px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .m-0-md {
    margin: 0;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .m-1-md {
    margin: 6px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .m-2-md {
    margin: 12px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .m-3-md {
    margin: 24px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .m-4-md {
    margin: 36px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .m-5-md {
    margin: 48px;
  }
}
@media (min-width: 992px ) {
  .m-0-md-up {
    margin: 0;
  }
}
@media (min-width: 992px ) {
  .m-1-md-up {
    margin: 6px;
  }
}
@media (min-width: 992px ) {
  .m-2-md-up {
    margin: 12px;
  }
}
@media (min-width: 992px ) {
  .m-3-md-up {
    margin: 24px;
  }
}
@media (min-width: 992px ) {
  .m-4-md-up {
    margin: 36px;
  }
}
@media (min-width: 992px ) {
  .m-5-md-up {
    margin: 48px;
  }
}
@media (max-width: 1599px ) {
  .m-0-lg-down {
    margin: 0;
  }
}
@media (max-width: 1599px ) {
  .m-1-lg-down {
    margin: 6px;
  }
}
@media (max-width: 1599px ) {
  .m-2-lg-down {
    margin: 12px;
  }
}
@media (max-width: 1599px ) {
  .m-3-lg-down {
    margin: 24px;
  }
}
@media (max-width: 1599px ) {
  .m-4-lg-down {
    margin: 36px;
  }
}
@media (max-width: 1599px ) {
  .m-5-lg-down {
    margin: 48px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .m-0-lg {
    margin: 0;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .m-1-lg {
    margin: 6px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .m-2-lg {
    margin: 12px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .m-3-lg {
    margin: 24px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .m-4-lg {
    margin: 36px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .m-5-lg {
    margin: 48px;
  }
}
@media (min-width: 1200px ) {
  .m-0-lg-up {
    margin: 0;
  }
}
@media (min-width: 1200px ) {
  .m-1-lg-up {
    margin: 6px;
  }
}
@media (min-width: 1200px ) {
  .m-2-lg-up {
    margin: 12px;
  }
}
@media (min-width: 1200px ) {
  .m-3-lg-up {
    margin: 24px;
  }
}
@media (min-width: 1200px ) {
  .m-4-lg-up {
    margin: 36px;
  }
}
@media (min-width: 1200px ) {
  .m-5-lg-up {
    margin: 48px;
  }
}
@media (min-width: 1600px ) {
  .m-0-xl {
    margin: 0;
  }
}
@media (min-width: 1600px ) {
  .m-1-xl {
    margin: 6px;
  }
}
@media (min-width: 1600px ) {
  .m-2-xl {
    margin: 12px;
  }
}
@media (min-width: 1600px ) {
  .m-3-xl {
    margin: 24px;
  }
}
@media (min-width: 1600px ) {
  .m-4-xl {
    margin: 36px;
  }
}
@media (min-width: 1600px ) {
  .m-5-xl {
    margin: 48px;
  }
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 6px;
}
.mt-2 {
  margin-top: 12px;
}
.mt-3 {
  margin-top: 24px;
}
.mt-4 {
  margin-top: 36px;
}
.mt-5 {
  margin-top: 48px;
}
@media (max-width: 767px ) {
  .mt-0-xs {
    margin-top: 0;
  }
}
@media (max-width: 767px ) {
  .mt-1-xs {
    margin-top: 6px;
  }
}
@media (max-width: 767px ) {
  .mt-2-xs {
    margin-top: 12px;
  }
}
@media (max-width: 767px ) {
  .mt-3-xs {
    margin-top: 24px;
  }
}
@media (max-width: 767px ) {
  .mt-4-xs {
    margin-top: 36px;
  }
}
@media (max-width: 767px ) {
  .mt-5-xs {
    margin-top: 48px;
  }
}
@media (max-width: 991px ) {
  .mt-0-sm-down {
    margin-top: 0;
  }
}
@media (max-width: 991px ) {
  .mt-1-sm-down {
    margin-top: 6px;
  }
}
@media (max-width: 991px ) {
  .mt-2-sm-down {
    margin-top: 12px;
  }
}
@media (max-width: 991px ) {
  .mt-3-sm-down {
    margin-top: 24px;
  }
}
@media (max-width: 991px ) {
  .mt-4-sm-down {
    margin-top: 36px;
  }
}
@media (max-width: 991px ) {
  .mt-5-sm-down {
    margin-top: 48px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .mt-0-sm {
    margin-top: 0;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .mt-1-sm {
    margin-top: 6px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .mt-2-sm {
    margin-top: 12px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .mt-3-sm {
    margin-top: 24px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .mt-4-sm {
    margin-top: 36px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .mt-5-sm {
    margin-top: 48px;
  }
}
@media (min-width: 768px ) {
  .mt-0-sm-up {
    margin-top: 0;
  }
}
@media (min-width: 768px ) {
  .mt-1-sm-up {
    margin-top: 6px;
  }
}
@media (min-width: 768px ) {
  .mt-2-sm-up {
    margin-top: 12px;
  }
}
@media (min-width: 768px ) {
  .mt-3-sm-up {
    margin-top: 24px;
  }
}
@media (min-width: 768px ) {
  .mt-4-sm-up {
    margin-top: 36px;
  }
}
@media (min-width: 768px ) {
  .mt-5-sm-up {
    margin-top: 48px;
  }
}
@media (max-width: 1199px ) {
  .mt-0-md-down {
    margin-top: 0;
  }
}
@media (max-width: 1199px ) {
  .mt-1-md-down {
    margin-top: 6px;
  }
}
@media (max-width: 1199px ) {
  .mt-2-md-down {
    margin-top: 12px;
  }
}
@media (max-width: 1199px ) {
  .mt-3-md-down {
    margin-top: 24px;
  }
}
@media (max-width: 1199px ) {
  .mt-4-md-down {
    margin-top: 36px;
  }
}
@media (max-width: 1199px ) {
  .mt-5-md-down {
    margin-top: 48px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .mt-0-md {
    margin-top: 0;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .mt-1-md {
    margin-top: 6px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .mt-2-md {
    margin-top: 12px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .mt-3-md {
    margin-top: 24px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .mt-4-md {
    margin-top: 36px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .mt-5-md {
    margin-top: 48px;
  }
}
@media (min-width: 992px ) {
  .mt-0-md-up {
    margin-top: 0;
  }
}
@media (min-width: 992px ) {
  .mt-1-md-up {
    margin-top: 6px;
  }
}
@media (min-width: 992px ) {
  .mt-2-md-up {
    margin-top: 12px;
  }
}
@media (min-width: 992px ) {
  .mt-3-md-up {
    margin-top: 24px;
  }
}
@media (min-width: 992px ) {
  .mt-4-md-up {
    margin-top: 36px;
  }
}
@media (min-width: 992px ) {
  .mt-5-md-up {
    margin-top: 48px;
  }
}
@media (max-width: 1599px ) {
  .mt-0-lg-down {
    margin-top: 0;
  }
}
@media (max-width: 1599px ) {
  .mt-1-lg-down {
    margin-top: 6px;
  }
}
@media (max-width: 1599px ) {
  .mt-2-lg-down {
    margin-top: 12px;
  }
}
@media (max-width: 1599px ) {
  .mt-3-lg-down {
    margin-top: 24px;
  }
}
@media (max-width: 1599px ) {
  .mt-4-lg-down {
    margin-top: 36px;
  }
}
@media (max-width: 1599px ) {
  .mt-5-lg-down {
    margin-top: 48px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .mt-0-lg {
    margin-top: 0;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .mt-1-lg {
    margin-top: 6px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .mt-2-lg {
    margin-top: 12px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .mt-3-lg {
    margin-top: 24px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .mt-4-lg {
    margin-top: 36px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .mt-5-lg {
    margin-top: 48px;
  }
}
@media (min-width: 1200px ) {
  .mt-0-lg-up {
    margin-top: 0;
  }
}
@media (min-width: 1200px ) {
  .mt-1-lg-up {
    margin-top: 6px;
  }
}
@media (min-width: 1200px ) {
  .mt-2-lg-up {
    margin-top: 12px;
  }
}
@media (min-width: 1200px ) {
  .mt-3-lg-up {
    margin-top: 24px;
  }
}
@media (min-width: 1200px ) {
  .mt-4-lg-up {
    margin-top: 36px;
  }
}
@media (min-width: 1200px ) {
  .mt-5-lg-up {
    margin-top: 48px;
  }
}
@media (min-width: 1600px ) {
  .mt-0-xl {
    margin-top: 0;
  }
}
@media (min-width: 1600px ) {
  .mt-1-xl {
    margin-top: 6px;
  }
}
@media (min-width: 1600px ) {
  .mt-2-xl {
    margin-top: 12px;
  }
}
@media (min-width: 1600px ) {
  .mt-3-xl {
    margin-top: 24px;
  }
}
@media (min-width: 1600px ) {
  .mt-4-xl {
    margin-top: 36px;
  }
}
@media (min-width: 1600px ) {
  .mt-5-xl {
    margin-top: 48px;
  }
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 6px;
}
.mb-2 {
  margin-bottom: 12px;
}
.mb-3 {
  margin-bottom: 24px;
}
.mb-4 {
  margin-bottom: 36px;
}
.mb-5 {
  margin-bottom: 48px;
}
@media (max-width: 767px ) {
  .mb-0-xs {
    margin-bottom: 0;
  }
}
@media (max-width: 767px ) {
  .mb-1-xs {
    margin-bottom: 6px;
  }
}
@media (max-width: 767px ) {
  .mb-2-xs {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px ) {
  .mb-3-xs {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px ) {
  .mb-4-xs {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px ) {
  .mb-5-xs {
    margin-bottom: 48px;
  }
}
@media (max-width: 991px ) {
  .mb-0-sm-down {
    margin-bottom: 0;
  }
}
@media (max-width: 991px ) {
  .mb-1-sm-down {
    margin-bottom: 6px;
  }
}
@media (max-width: 991px ) {
  .mb-2-sm-down {
    margin-bottom: 12px;
  }
}
@media (max-width: 991px ) {
  .mb-3-sm-down {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px ) {
  .mb-4-sm-down {
    margin-bottom: 36px;
  }
}
@media (max-width: 991px ) {
  .mb-5-sm-down {
    margin-bottom: 48px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .mb-0-sm {
    margin-bottom: 0;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .mb-1-sm {
    margin-bottom: 6px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .mb-2-sm {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .mb-3-sm {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .mb-4-sm {
    margin-bottom: 36px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .mb-5-sm {
    margin-bottom: 48px;
  }
}
@media (min-width: 768px ) {
  .mb-0-sm-up {
    margin-bottom: 0;
  }
}
@media (min-width: 768px ) {
  .mb-1-sm-up {
    margin-bottom: 6px;
  }
}
@media (min-width: 768px ) {
  .mb-2-sm-up {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px ) {
  .mb-3-sm-up {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px ) {
  .mb-4-sm-up {
    margin-bottom: 36px;
  }
}
@media (min-width: 768px ) {
  .mb-5-sm-up {
    margin-bottom: 48px;
  }
}
@media (max-width: 1199px ) {
  .mb-0-md-down {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px ) {
  .mb-1-md-down {
    margin-bottom: 6px;
  }
}
@media (max-width: 1199px ) {
  .mb-2-md-down {
    margin-bottom: 12px;
  }
}
@media (max-width: 1199px ) {
  .mb-3-md-down {
    margin-bottom: 24px;
  }
}
@media (max-width: 1199px ) {
  .mb-4-md-down {
    margin-bottom: 36px;
  }
}
@media (max-width: 1199px ) {
  .mb-5-md-down {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .mb-0-md {
    margin-bottom: 0;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .mb-1-md {
    margin-bottom: 6px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .mb-2-md {
    margin-bottom: 12px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .mb-3-md {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .mb-4-md {
    margin-bottom: 36px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .mb-5-md {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px ) {
  .mb-0-md-up {
    margin-bottom: 0;
  }
}
@media (min-width: 992px ) {
  .mb-1-md-up {
    margin-bottom: 6px;
  }
}
@media (min-width: 992px ) {
  .mb-2-md-up {
    margin-bottom: 12px;
  }
}
@media (min-width: 992px ) {
  .mb-3-md-up {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px ) {
  .mb-4-md-up {
    margin-bottom: 36px;
  }
}
@media (min-width: 992px ) {
  .mb-5-md-up {
    margin-bottom: 48px;
  }
}
@media (max-width: 1599px ) {
  .mb-0-lg-down {
    margin-bottom: 0;
  }
}
@media (max-width: 1599px ) {
  .mb-1-lg-down {
    margin-bottom: 6px;
  }
}
@media (max-width: 1599px ) {
  .mb-2-lg-down {
    margin-bottom: 12px;
  }
}
@media (max-width: 1599px ) {
  .mb-3-lg-down {
    margin-bottom: 24px;
  }
}
@media (max-width: 1599px ) {
  .mb-4-lg-down {
    margin-bottom: 36px;
  }
}
@media (max-width: 1599px ) {
  .mb-5-lg-down {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .mb-0-lg {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .mb-1-lg {
    margin-bottom: 6px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .mb-2-lg {
    margin-bottom: 12px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .mb-3-lg {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .mb-4-lg {
    margin-bottom: 36px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .mb-5-lg {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px ) {
  .mb-0-lg-up {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px ) {
  .mb-1-lg-up {
    margin-bottom: 6px;
  }
}
@media (min-width: 1200px ) {
  .mb-2-lg-up {
    margin-bottom: 12px;
  }
}
@media (min-width: 1200px ) {
  .mb-3-lg-up {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px ) {
  .mb-4-lg-up {
    margin-bottom: 36px;
  }
}
@media (min-width: 1200px ) {
  .mb-5-lg-up {
    margin-bottom: 48px;
  }
}
@media (min-width: 1600px ) {
  .mb-0-xl {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px ) {
  .mb-1-xl {
    margin-bottom: 6px;
  }
}
@media (min-width: 1600px ) {
  .mb-2-xl {
    margin-bottom: 12px;
  }
}
@media (min-width: 1600px ) {
  .mb-3-xl {
    margin-bottom: 24px;
  }
}
@media (min-width: 1600px ) {
  .mb-4-xl {
    margin-bottom: 36px;
  }
}
@media (min-width: 1600px ) {
  .mb-5-xl {
    margin-bottom: 48px;
  }
}
/* Variables */
.container {
  max-width: 1300px;
  /* Default, will be overridden (responsive) */
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
  text-align: left;
}
.container:before,
.container:after {
  content: "";
  display: table;
  line-height: 0;
}
.container:after {
  clear: both;
}
.row-fluid:before,
.row-fluid:after {
  content: "";
  display: table;
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid {
  margin-left: -12px;
  margin-right: -12px;
}
.row-fluid > [class*="col-"] {
  display: block;
  float: left;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  min-height: 1px;
}
/* grid fluid */
.row-fluid > .col-12 {
  width: calc(12/12*100%);
}
.row-fluid > .col-11 {
  width: calc(11/12*100%);
}
.row-fluid > .col-10 {
  width: calc(10/12*100%);
}
.row-fluid > .col-9 {
  width: calc(9/12*100%);
}
.row-fluid > .col-8 {
  width: calc(8/12*100%);
}
.row-fluid > .col-7 {
  width: calc(7/12*100%);
}
.row-fluid > .col-6 {
  width: calc(6/12*100%);
}
.row-fluid > .col-5 {
  width: calc(5/12*100%);
}
.row-fluid > .col-4 {
  width: calc(4/12*100%);
}
.row-fluid > .col-3 {
  width: calc(3/12*100%);
}
.row-fluid > .col-2 {
  width: calc(2/12*100%);
}
.row-fluid > .col-1 {
  width: calc(1/12*100%);
}
/*
Test variable gutter:
Door de class "gutter-wide" meet te geven aan de row wordt een andere padding op de colommen gegeven. Ook de negatieve marge op de row wordt hierop aangepast
*/
.row-fluid.gutter-0 {
  margin-left: 0;
  margin-right: 0;
}
.row-fluid.gutter-0 > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row-fluid.gutter-1 {
  margin-left: -4.8px;
  margin-right: -4.8px;
}
.row-fluid.gutter-1 > [class*="col"] {
  padding-left: 4.8px;
  padding-right: 4.8px;
}
.row-fluid.gutter-2 {
  margin-left: -6px;
  margin-right: -6px;
}
.row-fluid.gutter-2 > [class*="col"] {
  padding-left: 6px;
  padding-right: 6px;
}
.row-fluid.gutter-3 {
  margin-left: -12px;
  margin-right: -12px;
}
.row-fluid.gutter-3 > [class*="col"] {
  padding-left: 12px;
  padding-right: 12px;
}
.row-fluid.gutter-4 {
  margin-left: -36px;
  margin-right: -36px;
}
.row-fluid.gutter-4 > [class*="col"] {
  padding-left: 36px;
  padding-right: 36px;
}
.row-fluid.gutter-5 {
  margin-left: -24px;
  margin-right: -24px;
}
.row-fluid.gutter-5 > [class*="col"] {
  padding-left: 24px;
  padding-right: 24px;
}
/**/
@media (max-width: 767px ) {
  .row-fluid > [class*="col-"] {
    display: block;
    width: 100%;
  }
  /* grid fluid */
  .row-fluid > .col-12-xs {
    width: calc(12/12*100%);
  }
  .row-fluid > .col-11-xs {
    width: calc(11/12*100%);
  }
  .row-fluid > .col-10-xs {
    width: calc(10/12*100%);
  }
  .row-fluid > .col-9-xs {
    width: calc(9/12*100%);
  }
  .row-fluid > .col-8-xs {
    width: calc(8/12*100%);
  }
  .row-fluid > .col-7-xs {
    width: calc(7/12*100%);
  }
  .row-fluid > .col-6-xs {
    width: calc(6/12*100%);
  }
  .row-fluid > .col-5-xs {
    width: calc(5/12*100%);
  }
  .row-fluid > .col-4-xs {
    width: calc(4/12*100%);
  }
  .row-fluid > .col-3-xs {
    width: calc(3/12*100%);
  }
  .row-fluid > .col-2-xs {
    width: calc(2/12*100%);
  }
  .row-fluid > .col-1-xs {
    width: calc(1/12*100%);
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  /* grid fluid */
  .row-fluid > .col-12-sm {
    width: calc(12/12*100%);
  }
  .row-fluid > .col-11-sm {
    width: calc(11/12*100%);
  }
  .row-fluid > .col-10-sm {
    width: calc(10/12*100%);
  }
  .row-fluid > .col-9-sm {
    width: calc(9/12*100%);
  }
  .row-fluid > .col-8-sm {
    width: calc(8/12*100%);
  }
  .row-fluid > .col-7-sm {
    width: calc(7/12*100%);
  }
  .row-fluid > .col-6-sm {
    width: calc(6/12*100%);
  }
  .row-fluid > .col-5-sm {
    width: calc(5/12*100%);
  }
  .row-fluid > .col-4-sm {
    width: calc(4/12*100%);
  }
  .row-fluid > .col-3-sm {
    width: calc(3/12*100%);
  }
  .row-fluid > .col-2-sm {
    width: calc(2/12*100%);
  }
  .row-fluid > .col-1-sm {
    width: calc(1/12*100%);
  }
}
@media (max-width: 991px ) {
  /* grid fluid */
  .row-fluid > .col-12-sm-down {
    width: calc(12/12*100%);
  }
  .row-fluid > .col-11-sm-down {
    width: calc(11/12*100%);
  }
  .row-fluid > .col-10-sm-down {
    width: calc(10/12*100%);
  }
  .row-fluid > .col-9-sm-down {
    width: calc(9/12*100%);
  }
  .row-fluid > .col-8-sm-down {
    width: calc(8/12*100%);
  }
  .row-fluid > .col-7-sm-down {
    width: calc(7/12*100%);
  }
  .row-fluid > .col-6-sm-down {
    width: calc(6/12*100%);
  }
  .row-fluid > .col-5-sm-down {
    width: calc(5/12*100%);
  }
  .row-fluid > .col-4-sm-down {
    width: calc(4/12*100%);
  }
  .row-fluid > .col-3-sm-down {
    width: calc(3/12*100%);
  }
  .row-fluid > .col-2-sm-down {
    width: calc(2/12*100%);
  }
  .row-fluid > .col-1-sm-down {
    width: calc(1/12*100%);
  }
}
@media (min-width: 768px ) {
  /* grid fluid */
  .row-fluid > .col-12-sm-up {
    width: calc(12/12*100%);
  }
  .row-fluid > .col-11-sm-up {
    width: calc(11/12*100%);
  }
  .row-fluid > .col-10-sm-up {
    width: calc(10/12*100%);
  }
  .row-fluid > .col-9-sm-up {
    width: calc(9/12*100%);
  }
  .row-fluid > .col-8-sm-up {
    width: calc(8/12*100%);
  }
  .row-fluid > .col-7-sm-up {
    width: calc(7/12*100%);
  }
  .row-fluid > .col-6-sm-up {
    width: calc(6/12*100%);
  }
  .row-fluid > .col-5-sm-up {
    width: calc(5/12*100%);
  }
  .row-fluid > .col-4-sm-up {
    width: calc(4/12*100%);
  }
  .row-fluid > .col-3-sm-up {
    width: calc(3/12*100%);
  }
  .row-fluid > .col-2-sm-up {
    width: calc(2/12*100%);
  }
  .row-fluid > .col-1-sm-up {
    width: calc(1/12*100%);
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  /* grid fluid */
  .row-fluid > .col-12-md {
    width: calc(12/12*100%);
  }
  .row-fluid > .col-11-md {
    width: calc(11/12*100%);
  }
  .row-fluid > .col-10-md {
    width: calc(10/12*100%);
  }
  .row-fluid > .col-9-md {
    width: calc(9/12*100%);
  }
  .row-fluid > .col-8-md {
    width: calc(8/12*100%);
  }
  .row-fluid > .col-7-md {
    width: calc(7/12*100%);
  }
  .row-fluid > .col-6-md {
    width: calc(6/12*100%);
  }
  .row-fluid > .col-5-md {
    width: calc(5/12*100%);
  }
  .row-fluid > .col-4-md {
    width: calc(4/12*100%);
  }
  .row-fluid > .col-3-md {
    width: calc(3/12*100%);
  }
  .row-fluid > .col-2-md {
    width: calc(2/12*100%);
  }
  .row-fluid > .col-1-md {
    width: calc(1/12*100%);
  }
}
@media (max-width: 1199px ) {
  /* grid fluid */
  .row-fluid > .col-12-md-down {
    width: calc(12/12*100%);
  }
  .row-fluid > .col-11-md-down {
    width: calc(11/12*100%);
  }
  .row-fluid > .col-10-md-down {
    width: calc(10/12*100%);
  }
  .row-fluid > .col-9-md-down {
    width: calc(9/12*100%);
  }
  .row-fluid > .col-8-md-down {
    width: calc(8/12*100%);
  }
  .row-fluid > .col-7-md-down {
    width: calc(7/12*100%);
  }
  .row-fluid > .col-6-md-down {
    width: calc(6/12*100%);
  }
  .row-fluid > .col-5-md-down {
    width: calc(5/12*100%);
  }
  .row-fluid > .col-4-md-down {
    width: calc(4/12*100%);
  }
  .row-fluid > .col-3-md-down {
    width: calc(3/12*100%);
  }
  .row-fluid > .col-2-md-down {
    width: calc(2/12*100%);
  }
  .row-fluid > .col-1-md-down {
    width: calc(1/12*100%);
  }
}
@media (min-width: 992px ) {
  /* grid fluid */
  .row-fluid > .col-12-md-up {
    width: calc(12/12*100%);
  }
  .row-fluid > .col-11-md-up {
    width: calc(11/12*100%);
  }
  .row-fluid > .col-10-md-up {
    width: calc(10/12*100%);
  }
  .row-fluid > .col-9-md-up {
    width: calc(9/12*100%);
  }
  .row-fluid > .col-8-md-up {
    width: calc(8/12*100%);
  }
  .row-fluid > .col-7-md-up {
    width: calc(7/12*100%);
  }
  .row-fluid > .col-6-md-up {
    width: calc(6/12*100%);
  }
  .row-fluid > .col-5-md-up {
    width: calc(5/12*100%);
  }
  .row-fluid > .col-4-md-up {
    width: calc(4/12*100%);
  }
  .row-fluid > .col-3-md-up {
    width: calc(3/12*100%);
  }
  .row-fluid > .col-2-md-up {
    width: calc(2/12*100%);
  }
  .row-fluid > .col-1-md-up {
    width: calc(1/12*100%);
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  /* grid fluid */
  .row-fluid > .col-12-lg {
    width: calc(12/12*100%);
  }
  .row-fluid > .col-11-lg {
    width: calc(11/12*100%);
  }
  .row-fluid > .col-10-lg {
    width: calc(10/12*100%);
  }
  .row-fluid > .col-9-lg {
    width: calc(9/12*100%);
  }
  .row-fluid > .col-8-lg {
    width: calc(8/12*100%);
  }
  .row-fluid > .col-7-lg {
    width: calc(7/12*100%);
  }
  .row-fluid > .col-6-lg {
    width: calc(6/12*100%);
  }
  .row-fluid > .col-5-lg {
    width: calc(5/12*100%);
  }
  .row-fluid > .col-4-lg {
    width: calc(4/12*100%);
  }
  .row-fluid > .col-3-lg {
    width: calc(3/12*100%);
  }
  .row-fluid > .col-2-lg {
    width: calc(2/12*100%);
  }
  .row-fluid > .col-1-lg {
    width: calc(1/12*100%);
  }
}
.row-flex {
  margin-left: -12px;
  margin-right: -12px;
}
.row-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  _flex-basis: 100%;
  _width: calc(100% +  24px);
  clear: both;
  order: 1000;
  /* init value, otherwise single item order: 1 appears last.*/
}
.row-flex > [class*="col"] {
  height: auto;
  display: flex;
  flex: 0 1 auto;
  margin-right: -0.1px;
  flex-direction: column;
  padding-left: 12px;
  padding-right: 12px;
  order: 1000;
  /* init value, otherwise single item order: 1 appears last.*/
  overflow: hidden;
}
/*
.row-flex > [class*="col"] * {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto; // force children of col-flex to stretch, especially for .box-white, but shouldn't conflict.
	min-height: 1px;
}
*/
.row-flex > .col-auto {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.row-flex > .col-0 {
  width: 0;
}
/* grid flex */
.row-flex > .col-12 {
  width: calc(12/12*100%);
  max-width: calc(12/12*100%);
}
.row-flex > .col-11 {
  width: calc(11/12*100%);
  max-width: calc(11/12*100%);
}
.row-flex > .col-10 {
  width: calc(10/12*100%);
  max-width: calc(10/12*100%);
}
.row-flex > .col-9 {
  width: calc(9/12*100%);
  max-width: calc(9/12*100%);
}
.row-flex > .col-8 {
  width: calc(8/12*100%);
  max-width: calc(8/12*100%);
}
.row-flex > .col-7 {
  width: calc(7/12*100%);
  max-width: calc(7/12*100%);
}
.row-flex > .col-6 {
  width: calc(6/12*100%);
  max-width: calc(6/12*100%);
}
.row-flex > .col-5 {
  width: calc(5/12*100%);
  max-width: calc(5/12*100%);
}
.row-flex > .col-4 {
  width: calc(4/12*100%);
  max-width: calc(4/12*100%);
}
.row-flex > .col-3 {
  width: calc(3/12*100%);
  max-width: calc(3/12*100%);
}
.row-flex > .col-2 {
  width: calc(2/12*100%);
  max-width: calc(2/12*100%);
}
.row-flex > .col-1 {
  width: calc(1/12*100%);
  max-width: calc(1/12*100%);
}
.row-flex > .col {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
}
.row-flex.gutter-0 {
  margin-left: 0;
  margin-right: 0;
}
.row-flex.gutter-0 > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row-flex.gutter-1 {
  margin-left: -4.8px;
  margin-right: -4.8px;
}
.row-flex.gutter-1 > [class*="col"] {
  padding-left: 4.8px;
  padding-right: 4.8px;
}
.row-flex.gutter-2 {
  margin-left: -12px;
  margin-right: -12px;
}
.row-flex.gutter-2 > [class*="col"] {
  padding-left: 12px;
  padding-right: 12px;
}
.row-flex.gutter-3 {
  margin-left: -18px;
  margin-right: -18px;
}
.row-flex.gutter-3 > [class*="col"] {
  padding-left: 18px;
  padding-right: 18px;
}
.row-flex.gutter-4 {
  margin-left: -36px;
  margin-right: -36px;
}
.row-flex.gutter-4 > [class*="col"] {
  padding-left: 36px;
  padding-right: 36px;
}
.row-flex.gutter-5 {
  margin-left: -48px;
  margin-right: -48px;
}
.row-flex.gutter-5 > [class*="col"] {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 767px ) {
  .row-flex > [class*="col"] {
    width: 100%;
    max-width: 100%;
    flex-basis: auto;
  }
  .row-flex > .col-auto-xs {
    width: auto;
    max-width: initial;
    -webkit-flex: 0 0 auto!important;
    -ms-flex: 0 0 auto!important;
    flex: 0 0 auto!important;
  }
}
@media (max-width: 767px ) {
  /* grid flex */
  .row-flex > .col-12-xs {
    width: calc(12/12*100%);
    max-width: calc(12/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-11-xs {
    width: calc(11/12*100%);
    max-width: calc(11/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-10-xs {
    width: calc(10/12*100%);
    max-width: calc(10/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-9-xs {
    width: calc(9/12*100%);
    max-width: calc(9/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-8-xs {
    width: calc(8/12*100%);
    max-width: calc(8/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-7-xs {
    width: calc(7/12*100%);
    max-width: calc(7/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-6-xs {
    width: calc(6/12*100%);
    max-width: calc(6/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-5-xs {
    width: calc(5/12*100%);
    max-width: calc(5/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-4-xs {
    width: calc(4/12*100%);
    max-width: calc(4/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-3-xs {
    width: calc(3/12*100%);
    max-width: calc(3/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-2-xs {
    width: calc(2/12*100%);
    max-width: calc(2/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-1-xs {
    width: calc(1/12*100%);
    max-width: calc(1/12*100%);
    flex-basis: auto;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  /* grid flex */
  .row-flex > .col-12-sm {
    width: calc(12/12*100%);
    max-width: calc(12/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-11-sm {
    width: calc(11/12*100%);
    max-width: calc(11/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-10-sm {
    width: calc(10/12*100%);
    max-width: calc(10/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-9-sm {
    width: calc(9/12*100%);
    max-width: calc(9/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-8-sm {
    width: calc(8/12*100%);
    max-width: calc(8/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-7-sm {
    width: calc(7/12*100%);
    max-width: calc(7/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-6-sm {
    width: calc(6/12*100%);
    max-width: calc(6/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-5-sm {
    width: calc(5/12*100%);
    max-width: calc(5/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-4-sm {
    width: calc(4/12*100%);
    max-width: calc(4/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-3-sm {
    width: calc(3/12*100%);
    max-width: calc(3/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-2-sm {
    width: calc(2/12*100%);
    max-width: calc(2/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-1-sm {
    width: calc(1/12*100%);
    max-width: calc(1/12*100%);
    flex-basis: auto;
  }
}
@media (max-width: 991px ) {
  /* grid flex */
  .row-flex > .col-12-sm-down {
    width: calc(12/12*100%);
    max-width: calc(12/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-11-sm-down {
    width: calc(11/12*100%);
    max-width: calc(11/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-10-sm-down {
    width: calc(10/12*100%);
    max-width: calc(10/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-9-sm-down {
    width: calc(9/12*100%);
    max-width: calc(9/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-8-sm-down {
    width: calc(8/12*100%);
    max-width: calc(8/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-7-sm-down {
    width: calc(7/12*100%);
    max-width: calc(7/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-6-sm-down {
    width: calc(6/12*100%);
    max-width: calc(6/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-5-sm-down {
    width: calc(5/12*100%);
    max-width: calc(5/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-4-sm-down {
    width: calc(4/12*100%);
    max-width: calc(4/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-3-sm-down {
    width: calc(3/12*100%);
    max-width: calc(3/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-2-sm-down {
    width: calc(2/12*100%);
    max-width: calc(2/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-1-sm-down {
    width: calc(1/12*100%);
    max-width: calc(1/12*100%);
    flex-basis: auto;
  }
}
@media (min-width: 768px ) {
  /* grid flex */
  .row-flex > .col-12-sm-up {
    width: calc(12/12*100%);
    max-width: calc(12/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-11-sm-up {
    width: calc(11/12*100%);
    max-width: calc(11/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-10-sm-up {
    width: calc(10/12*100%);
    max-width: calc(10/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-9-sm-up {
    width: calc(9/12*100%);
    max-width: calc(9/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-8-sm-up {
    width: calc(8/12*100%);
    max-width: calc(8/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-7-sm-up {
    width: calc(7/12*100%);
    max-width: calc(7/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-6-sm-up {
    width: calc(6/12*100%);
    max-width: calc(6/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-5-sm-up {
    width: calc(5/12*100%);
    max-width: calc(5/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-4-sm-up {
    width: calc(4/12*100%);
    max-width: calc(4/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-3-sm-up {
    width: calc(3/12*100%);
    max-width: calc(3/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-2-sm-up {
    width: calc(2/12*100%);
    max-width: calc(2/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-1-sm-up {
    width: calc(1/12*100%);
    max-width: calc(1/12*100%);
    flex-basis: auto;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  /* grid flex */
  .row-flex > .col-12-md {
    width: calc(12/12*100%);
    max-width: calc(12/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-11-md {
    width: calc(11/12*100%);
    max-width: calc(11/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-10-md {
    width: calc(10/12*100%);
    max-width: calc(10/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-9-md {
    width: calc(9/12*100%);
    max-width: calc(9/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-8-md {
    width: calc(8/12*100%);
    max-width: calc(8/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-7-md {
    width: calc(7/12*100%);
    max-width: calc(7/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-6-md {
    width: calc(6/12*100%);
    max-width: calc(6/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-5-md {
    width: calc(5/12*100%);
    max-width: calc(5/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-4-md {
    width: calc(4/12*100%);
    max-width: calc(4/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-3-md {
    width: calc(3/12*100%);
    max-width: calc(3/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-2-md {
    width: calc(2/12*100%);
    max-width: calc(2/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-1-md {
    width: calc(1/12*100%);
    max-width: calc(1/12*100%);
    flex-basis: auto;
  }
}
@media (max-width: 1199px ) {
  /* grid flex */
  .row-flex > .col-12-md-down {
    width: calc(12/12*100%);
    max-width: calc(12/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-11-md-down {
    width: calc(11/12*100%);
    max-width: calc(11/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-10-md-down {
    width: calc(10/12*100%);
    max-width: calc(10/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-9-md-down {
    width: calc(9/12*100%);
    max-width: calc(9/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-8-md-down {
    width: calc(8/12*100%);
    max-width: calc(8/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-7-md-down {
    width: calc(7/12*100%);
    max-width: calc(7/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-6-md-down {
    width: calc(6/12*100%);
    max-width: calc(6/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-5-md-down {
    width: calc(5/12*100%);
    max-width: calc(5/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-4-md-down {
    width: calc(4/12*100%);
    max-width: calc(4/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-3-md-down {
    width: calc(3/12*100%);
    max-width: calc(3/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-2-md-down {
    width: calc(2/12*100%);
    max-width: calc(2/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-1-md-down {
    width: calc(1/12*100%);
    max-width: calc(1/12*100%);
    flex-basis: auto;
  }
}
@media (min-width: 992px ) {
  /* grid flex */
  .row-flex > .col-12-md-up {
    width: calc(12/12*100%);
    max-width: calc(12/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-11-md-up {
    width: calc(11/12*100%);
    max-width: calc(11/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-10-md-up {
    width: calc(10/12*100%);
    max-width: calc(10/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-9-md-up {
    width: calc(9/12*100%);
    max-width: calc(9/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-8-md-up {
    width: calc(8/12*100%);
    max-width: calc(8/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-7-md-up {
    width: calc(7/12*100%);
    max-width: calc(7/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-6-md-up {
    width: calc(6/12*100%);
    max-width: calc(6/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-5-md-up {
    width: calc(5/12*100%);
    max-width: calc(5/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-4-md-up {
    width: calc(4/12*100%);
    max-width: calc(4/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-3-md-up {
    width: calc(3/12*100%);
    max-width: calc(3/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-2-md-up {
    width: calc(2/12*100%);
    max-width: calc(2/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-1-md-up {
    width: calc(1/12*100%);
    max-width: calc(1/12*100%);
    flex-basis: auto;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  /* grid flex */
  .row-flex > .col-12-lg {
    width: calc(12/12*100%);
    max-width: calc(12/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-11-lg {
    width: calc(11/12*100%);
    max-width: calc(11/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-10-lg {
    width: calc(10/12*100%);
    max-width: calc(10/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-9-lg {
    width: calc(9/12*100%);
    max-width: calc(9/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-8-lg {
    width: calc(8/12*100%);
    max-width: calc(8/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-7-lg {
    width: calc(7/12*100%);
    max-width: calc(7/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-6-lg {
    width: calc(6/12*100%);
    max-width: calc(6/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-5-lg {
    width: calc(5/12*100%);
    max-width: calc(5/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-4-lg {
    width: calc(4/12*100%);
    max-width: calc(4/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-3-lg {
    width: calc(3/12*100%);
    max-width: calc(3/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-2-lg {
    width: calc(2/12*100%);
    max-width: calc(2/12*100%);
    flex-basis: auto;
  }
  .row-flex > .col-1-lg {
    width: calc(1/12*100%);
    max-width: calc(1/12*100%);
    flex-basis: auto;
  }
}
.grid-container {
  display: grid;
  grid-template-columns: 1fr auto;
}
.grid-container > [class*="col"]:first-child {
  padding-right: 12px;
}
.grid-container > [class*="col"]:last-child {
  padding-left: 12px;
}
@media (max-width: 767px ), (min-width: 768px ) and (max-width: 991px ) {
  .grid-container {
    grid-template-columns: 1fr;
  }
  .grid-container > [class*="col"] {
    padding: 0!important;
  }
}
/*
* LIBRARY
*/
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}
.border-radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inline-flex-wrapper {
  display: -webkit-inline-flex;
  /* Safari */
  display: inline-flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex-wrapper {
  display: box;
  display: flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-align-wrapper {
  display: box;
  display: flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: stretch;
}
.hyphenate {
  word-break: break-word;
  /* Chrome, sort of */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.columns {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 24px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 24px;
  /* Firefox */
  column-gap: 24px;
}
/*

.selector {
	.border-radius(); // default variables for .border-radius
	or: 
	.border-radius(10px) // overwrite default variable for .border-radius
}

*/
/*
* DEFAULT
*/
html {
  line-height: 160%;
  font-size: 100%;
  font-size: 16px;
  font-family: 'Merriweather';
  font-weight: 300;
  color: #000;
}
@media (max-width: 1199px ) {
  html {
    font-size: 14x;
  }
}
body {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4 {
  line-height: inherit;
}
strong,
b,
.strong {
  font-weight: 600;
}
em,
i {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
a {
  color: #000;
  cursor: pointer;
}
a,
i,
.anchor,
.circle,
button,
.transition {
  transition: color 0.2s ease 0s, background-color 0.2s ease 0s, opacity 0.2s ease 0s, background-position 0.2s ease 0s, box-shadow 0.2s ease 0s, border 0.2s ease 0s;
}
a:hover,
i:hover,
.anchor:hover,
.circle:hover,
button:hover,
.transition:hover {
  transition: color 0s ease 0s, background-color 0s ease 0s, opacity 0s ease 0s, background-position 0s ease 0s, box-shadow 0s ease 0s, border 0s ease 0s;
}
p a:hover {
  text-decoration: underline;
}
sup {
  vertical-align: super;
  font-size: 0.8em;
}
sub {
  vertical-align: sub;
  font-size: 0.8em;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  line-height: 0;
}
hr,
.hr {
  border-bottom: 3px solid #212121;
}
hr.color-1,
.hr.color-1 {
  border-color: #000;
}
hr.color-2,
.hr.color-2 {
  border-color: #35547b;
}
hr.color-3,
.hr.color-3 {
  border-color: #3263c0;
}
hr.color-4,
.hr.color-4 {
  border-color: #ed1845;
}
hr.color-5,
.hr.color-5 {
  border-color: #fec717;
}
hr.color-6,
.hr.color-6 {
  border-color: #959595;
}
hr.color-7,
.hr.color-7 {
  border-color: #e8e8e8;
}
hr.color-8,
.hr.color-8 {
  border-color: #212121;
}
hr.color-9,
.hr.color-9 {
  border-color: #3fa478;
}
hr.color-10,
.hr.color-10 {
  border-color: #00aeef;
}
hr.color-11,
.hr.color-11 {
  border-color: #ed1845;
}
/*@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i|Open+Sans:300,400,500,600');*/
.listed-articles__item {
  margin-bottom: 6px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8e8e8;
}
.listed-articles__item:last-child {
  border-bottom: 0;
}
.seperator {
  border-top: 6px solid #e8e8e8;
}
.clusterspacer--vertical {
  display: block;
  height: 36px;
}
.container {
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1199px ) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 767px ) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.container--wide {
  max-width: 1500px;
}
.container--full {
  max-width: 100%;
}
.container--medium {
  max-width: 1000px;
}
.full-width {
  margin-left: -12px;
  margin-right: -12px;
}
@media (max-width: 767px ) {
  .full-width-xs {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .full-width-sm {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (max-width: 991px ) {
  .full-width-sm-down {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .full-width-md {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (max-width: 1199px ) {
  .full-width-md-down {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .full-width-lg {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (max-width: 1599px ) {
  .full-width-lg-down {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.manager-edit {
  position: fixed;
  left: 0;
  top: 0;
  font-size: 13px;
  text-align: center;
  padding: 5px;
  display: inline-block;
  background: rgba(200, 200, 200, 0.5);
}
.manager-edit__icon {
  padding-left: 5px;
  padding-right: 5px;
}
.manager-edit__text {
  display: none;
}
.manager-edit:hover .manager-edit__text {
  display: inline-block;
}
@media (max-width: 767px ) {
  .manager-edit {
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 767px ) {
  header {
    padding-bottom: 0px;
  }
}
header h4 {
  text-transform: uppercase;
}
header h4 .weak,
header h4 * {
  color: #cbcbcb;
}
.header--style-1 {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1em;
  margin-bottom: 12px;
}
@media (max-width: 1199px ) {
  .header--style-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px ) {
  .header--style-1 {
    font-size: 2rem;
  }
}
.header--style-2 {
  font-family: 'Merriweather';
  font-weight: 400;
  font-size: 1.68rem;
  line-height: 1.2em;
}
@media (max-width: 1199px ) {
  .header--style-2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px ) {
  .header--style-2 {
    font-size: 1.3rem;
  }
}
.header--style-3 {
  font-family: 'Roboto';
  color: #212121;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1em;
}
.header--style-3 a:hover {
  text-decoration: none;
}
.header--style-4 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2em;
}
.header--style-5 {
  font-family: 'Roboto';
  font-size: 1rem;
  font-weight: 500;
  line-height: 135%;
}
.color-1 {
  color: #000;
}
.color-2 {
  color: #35547b;
}
.color-3 {
  color: #3263c0;
}
.color-4 {
  color: #ed1845;
}
.color-5 {
  color: #fec717;
}
.color-6 {
  color: #959595;
}
.color-7 {
  color: #e8e8e8;
}
.color-8 {
  color: #212121;
}
.color-9 {
  color: #3fa478;
}
.color-10 {
  color: #00aeef;
}
.timeago:first-letter {
  text-transform: uppercase;
}
.wp-video {
  height: 0!important;
  padding-bottom: calc(9/16*100%);
  position: relative;
  width: 100%!important;
  margin-bottom: 1em;
}
.wp-video video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.content h2 {
  margin-bottom: 0.55em;
}
.content header h2:after {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  margin-top: 0.2em;
  background: #000;
}
.content h3 {
  font-size: 1.5rem;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
  font-family: 'Roboto';
  font-weight: 700;
}
@media (max-width: 767px ) {
  .content h3 {
    font-size: 1.2rem;
  }
}
.content blockquote {
  padding-left: 24px;
  border-left: 1px solid #000;
}
.content aside.aside {
  margin-bottom: 24px;
}
.content aside.aside a {
  color: inherit;
}
.content aside.aside a:hover {
  text-decoration: underline;
}
.content aside.aside .widget {
  background: #3263c0;
  margin-bottom: 24px;
  padding: 24px;
}
.gallery-item {
  float: left;
  padding: 1%;
}
.gallery-item img {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-7 .gallery-item {
  width: 14%;
}
form.wpcf7-form :not([class*="mce-"]) > input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
form.wpcf7-form :not([class*="mce-"]) > select,
form.wpcf7-form :not([class*="mce-"]) > textarea {
  margin-bottom: 0;
}
form.wpcf7-form :not([class*="mce-"]) > input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]).wpcf7-not-valid,
form.wpcf7-form :not([class*="mce-"]) > select.wpcf7-not-valid,
form.wpcf7-form :not([class*="mce-"]) > textarea.wpcf7-not-valid {
  border-color: #fec717;
}
.wpcf7-form-control-wrap {
  margin-bottom: 24px;
  display: block;
}
span.wpcf7-not-valid-tip {
  color: #fec717;
}
div.wpcf7-response-output {
  color: #000;
  border: none;
  padding: 0;
  margin: 1em 0;
}
p.intro {
  font-size: 1.2rem;
}
.live-block:last-of-type {
  margin-bottom: 0;
}
.live-intro {
  _font-weight: 300;
  padding-bottom: 24px;
  font-size: 1.2em;
  padding-bottom: 0!important;
  /* all WYSIWYG elements do have a bottom paddding already */
}
.live-intro:before,
.live-intro:after {
  content: ' ';
  display: table;
  clear: both;
}
.live-intro h2 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-bottom: 0.3em;
}
.live-intro h3 {
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.3em;
  margin-bottom: 0.3em;
}
.live-intro .article__highlighted {
  font-family: 'Merriweather';
  font-weight: 700;
  font-size: 1.2rem;
  padding-top: 18px;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 12px;
}
.live-intro blockquote {
  font-family: 'Merriweather';
  font-weight: 700;
  font-size: 1.2rem;
  padding-top: 18px;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 12px;
}
.live-intro blockquote:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAsCAYAAAFOLet/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA31JREFUeNpi+P//PwMUODCgAjCfBcr5jyTBiMxnQtN1gAEdIFnxH10K2QSskuhWMKIpAvMBAggvYkQzjhGb3VgBEwMRAKercUoABBBygLyHSvzHogEEEtDk6xlBmhkZGRlwaGDE4zSSAhKdX4jsbAYkJyngCRgQvo8vGeELTbg8QAChI5CNBgSixQEW0Cx4AoSRQFwy4kqa6GA9MQmP6GgCOhtu8wICNgsSkz7xpbB6ZHm0KGaYT0o8g1MmCXGJIg/SzISU6InN3464cksCAee+R8+NsIDAlbIEoPL70cs2gABCzxgwsB9L6P8nIukiJ2Fs+s/jsrgfhwZkPJ/E5IKBwbGMVAgRkz0IRSZR+pFzBbXAA6JVYonj8wSCyoGAkQbEBDWuxFWPQ9N7EnyPy2K8qRqnJiJBAg79Avgsfo9Fw30SLHUg5Gh0iw3wuZKC4N2PNV1BLcamIYFCC9/jTdBoPr5PYXZ6T0zpBrITIADx5VrDMAwD4YxBIQxCIRTCIARCGQxKIAxCIAxCxqAQWq3apKyKnbOv0vLf+vLw+S4X4L3aYRJb4+epXrXGhYbejY2VUul2tVH8mdDvr46tA74DfQL18QieQfDAONN7c0dwAQsnJWoi9WudX4KSltDlrk8nvDFSn//VXPcWeCDBksl05aS5yyr9DIxXLoKDU0pISs1eMDsyXbN6MoDVWS+BF/K0I5RAwK4O5GlTD9zU3QlDSI3UC+nBEb2tGsx2cbJ88r7gQkKv1p+ldGJP4HtYBk3Lj2+ELUYwGu3gTYBmzKYIQhiGwp1VUAmVgIRKqQQcIAEJSKgEJFQCEsDB7gUuDCl5TQKbmb3tkH75eWlalS9Cx6dKr697F3hnZ+kiwueMpStYLnDHmHQUfFCE/Db8CgLsgeufZI0XrfjMwPs7YK/gSCIKbu9rrTNMd8BZ0VlrllfNMxzAn0p037RoJXwU8KbsZzP+P/97REnHP+jh4ckePoSrKDgbhCqt0csRmcNB6FTDJIo9oxcPiXIn5V5sCXxoBUZ7ajIQ2bk14C3AC1pGyhYk2oECj4Cj7GwMEdBesjz0Dymyln5EajXkACOOOgNQZIFZarezO2Bk/s1GWU2alUUBI6CrUVYR0MK9c5+BR/fufEVFCQ72GTgznUSj8g1M4NL6ikKVdLoo6Wz8RsUZgWL157x4vG2qZziAf2FB/Zhg+9zgAAAAAElFTkSuQmCC');
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 16px;
  transform: rotate(180deg);
}
.live-intro blockquote:after {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 0;
  margin-right: 0.1em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAsCAYAAAFOLet/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA31JREFUeNpi+P//PwMUODCgAjCfBcr5jyTBiMxnQtN1gAEdIFnxH10K2QSskuhWMKIpAvMBAggvYkQzjhGb3VgBEwMRAKercUoABBBygLyHSvzHogEEEtDk6xlBmhkZGRlwaGDE4zSSAhKdX4jsbAYkJyngCRgQvo8vGeELTbg8QAChI5CNBgSixQEW0Cx4AoSRQFwy4kqa6GA9MQmP6GgCOhtu8wICNgsSkz7xpbB6ZHm0KGaYT0o8g1MmCXGJIg/SzISU6InN3464cksCAee+R8+NsIDAlbIEoPL70cs2gABCzxgwsB9L6P8nIukiJ2Fs+s/jsrgfhwZkPJ/E5IKBwbGMVAgRkz0IRSZR+pFzBbXAA6JVYonj8wSCyoGAkQbEBDWuxFWPQ9N7EnyPy2K8qRqnJiJBAg79Avgsfo9Fw30SLHUg5Gh0iw3wuZKC4N2PNV1BLcamIYFCC9/jTdBoPr5PYXZ6T0zpBrITIADx5VrDMAwD4YxBIQxCIRTCIARCGQxKIAxCIAxCxqAQWq3apKyKnbOv0vLf+vLw+S4X4L3aYRJb4+epXrXGhYbejY2VUul2tVH8mdDvr46tA74DfQL18QieQfDAONN7c0dwAQsnJWoi9WudX4KSltDlrk8nvDFSn//VXPcWeCDBksl05aS5yyr9DIxXLoKDU0pISs1eMDsyXbN6MoDVWS+BF/K0I5RAwK4O5GlTD9zU3QlDSI3UC+nBEb2tGsx2cbJ88r7gQkKv1p+ldGJP4HtYBk3Lj2+ELUYwGu3gTYBmzKYIQhiGwp1VUAmVgIRKqQQcIAEJSKgEJFQCEsDB7gUuDCl5TQKbmb3tkH75eWlalS9Cx6dKr697F3hnZ+kiwueMpStYLnDHmHQUfFCE/Db8CgLsgeufZI0XrfjMwPs7YK/gSCIKbu9rrTNMd8BZ0VlrllfNMxzAn0p037RoJXwU8KbsZzP+P/97REnHP+jh4ckePoSrKDgbhCqt0csRmcNB6FTDJIo9oxcPiXIn5V5sCXxoBUZ7ajIQ2bk14C3AC1pGyhYk2oECj4Cj7GwMEdBesjz0Dymyln5EajXkACOOOgNQZIFZarezO2Bk/s1GWU2alUUBI6CrUVYR0MK9c5+BR/fufEVFCQ72GTgznUSj8g1M4NL6ikKVdLoo6Wz8RsUZgWL157x4vG2qZziAf2FB/Zhg+9zgAAAAAElFTkSuQmCC');
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 16px;
}
.live-intro p,
.live-intro ul,
.live-intro ol {
  margin-bottom: 24px;
  line-height: 1.9em;
  /* added jk */
}
.live-intro ul,
.live-intro ol {
  margin-left: 1em;
}
.live-intro ul li,
.live-intro ol li {
  padding-left: 0.2em;
  margin-bottom: 0.3em;
}
.live-intro ul {
  list-style: disc;
}
.live-intro ol {
  list-style: decimal;
}
.live-intro a {
  color: #3263c0;
}
.live-intro cite {
  font-style: italic;
}
.live-post {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  /* specific modifier for new loaded items within the liveblog */
  /* default styling post */
  /* remove padding from last post */
  /* post annimation */
}
@media (max-width: 991px ) {
  .live-post {
    flex-direction: column;
    border-left: 1px solid #e8e8e8;
  }
  .live-post:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #3263c0;
    background: #fff;
    transform: translateX(-50%);
  }
}
@media (max-width: 991px ) {
  .live-post--new:before {
    animation-name: newpostmobile;
    animation-duration: 2s;
    animation-iteration-count: 20;
  }
}
@media (min-width: 992px ) {
  .live-post--new .live-post__body:before {
    animation-name: newpost;
    animation-duration: 2s;
    animation-iteration-count: 20;
  }
}
.live-post__date {
  width: 200px;
  flex-shrink: 0;
  padding-right: 24px;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: 400;
  color: #3263c0;
  font-size: 0.8rem;
}
@media (max-width: 991px ) {
  .live-post__date {
    padding-left: 24px;
    line-height: 0.8rem;
    margin-bottom: 12px;
    width: auto;
  }
}
.live-post__body {
  position: relative;
  padding-left: 24px;
  flex-grow: 2;
  padding-bottom: 36px;
}
@media (min-width: 992px ) {
  .live-post__body {
    border-left: 1px solid #e8e8e8;
    padding-left: 36px;
  }
  .live-post__body:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #3263c0;
    background: #fff;
    transform: translate(-50%, 100%);
  }
}
.live-post:last-of-type .live-post__body {
  padding-bottom: 0;
}
@keyframes newpost {
  0% {
    border-color: #ed1845;
    transform: translate(-50%, 100%) scale(1);
  }
  50% {
    border-color: #ed1845;
    transform: translate(-50%, 100%) scale(2);
  }
  100% {
    border-color: #ed1845;
    transform: translate(-50%, 100%) scale(1);
  }
}
@keyframes newpostmobile {
  0% {
    border-color: #ed1845;
    transform: translateX(-50%) scale(1);
  }
  50% {
    border-color: #ed1845;
    transform: translateX(-50%) scale(1.5);
  }
  100% {
    border-color: #ed1845;
    transform: translateX(-50%) scale(1);
  }
}
.live-posts {
  padding-top: 48px;
  padding-bottom: 48px;
}
.preheader_advert {
  text-align: center;
  line-height: 0;
}
.preheader_advert > * {
  margin: 0 auto;
}
.article {
  margin-bottom: 48px;
}
.article.no-margin {
  margin: 0;
}
.article__timestamp {
  display: flex;
  justify-content: space-between;
}
.article-container.lazy-loaded .article__masthead.active {
  position: relative;
  min-height: 200px;
  overflow: hidden;
}
@media (max-width: 767px ) {
  .article-container.lazy-loaded .article__masthead.active {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (max-width: 767px ) {
  .article-container.lazy-loaded .article__masthead.active > * {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.article-container.lazy-loaded .article__read-more {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.article-container.lazy-loaded .article__read-more > div {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0, white 30%, transparent);
  width: 100%;
  padding-bottom: 20px;
  padding-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-container.lazy-loaded .read-more-hide {
  display: none;
}
.article__header {
  margin-bottom: 24px;
}
.article__header h1 {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1em;
  margin-bottom: 12px;
}
@media (max-width: 1199px ) {
  .article__header h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px ) {
  .article__header h1 {
    font-size: 2rem;
  }
}
@media (max-width: 1199px ) {
  .article__header {
    margin-bottom: 12px;
  }
}
.article__header h1 {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1em;
  margin-bottom: 12px;
}
@media (max-width: 1199px ) {
  .article__header h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px ) {
  .article__header h1 {
    font-size: 2rem;
  }
}
.article__header h2 {
  font-family: 'Merriweather';
  font-weight: 400;
  font-size: 1.68rem;
  line-height: 1.2em;
}
@media (max-width: 1199px ) {
  .article__header h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px ) {
  .article__header h2 {
    font-size: 1.3rem;
  }
}
.label.article__label {
  text-transform: uppercase;
  font-family: 'Roboto';
  line-height: 1em;
  font-weight: 400;
  font-size: 0.8rem;
  display: inline-block;
  padding: 4px 0px 4px 0px;
  color: #3263c0;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 12px !important;
}
@media (min-width: 768px ) {
  .label.article__label {
    margin-bottom: 4px;
  }
}
@media (max-width: 767px ) {
  .label.article__label {
    font-size: 0.8rem;
    font-weight: 400;
    padding: 0;
  }
}
.article--sponsored .article__label {
  color: #fff !important;
  padding: 4px!important;
  display: inline-block;
  color: #fff;
  background-color: #fec717;
}
@media (min-width: 768px ) {
  .article--opinion .article--opinion__byline .article__author__image {
    width: 70px;
    height: 70px;
  }
  .article--opinion .article--opinion__byline .article__author {
    font-size: 1rem;
  }
}
.article__intro {
  font-family: 'Merriweather';
  padding-top: 24px;
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.6em;
  border-top: 1px solid #e8e8e8;
}
@media (max-width: 1199px ) {
  .article__intro {
    padding-top: 12px;
    margin-bottom: 12px;
  }
}
@media (max-width: 991px ) {
  .article__intro {
    font-size: 1.1rem;
  }
}
.byline__disclaimer {
  display: flex;
  padding-top: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
  border-top: 1px solid #e8e8e8;
}
.byline__disclaimer img {
  height: 36px;
  margin-right: 15px;
}
.byline__disclaimer p {
  font-weight: 400;
  font-family: 'Roboto';
}
.byline__share {
  display: flex;
  align-items: center;
}
.byline__share__text {
  font-family: 'Roboto';
}
@media (max-width: 767px ) {
  .byline__share__text {
    display: none !important;
  }
}
.byline__share__notice {
  display: none;
  font-family: 'Roboto';
  font-size: 0.9rem;
  margin-left: 6px;
}
.byline__share__notice i {
  font-style: normal;
}
.byline__share a {
  height: 35px;
  margin-left: 6px;
}
.article__byline {
  font-size: 0.9rem;
  border-top: 1px solid #e8e8e8;
  _padding: 12px 0;
  font-family: 'Roboto';
}
.article__byline:before,
.article__byline:after {
  content: ' ';
  display: table;
  clear: both;
}
.article__byline__details {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 12px 0;
}
@media (max-width: 767px ) {
  .article__byline__details {
    padding: 6px 0;
  }
}
.article__author__image-wrapper:last-of-type {
  margin-right: 6px;
}
.byline__details__column {
  line-height: 1.4em;
  flex: 1;
}
.article__byline__social {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 12px 0;
}
@media (max-width: 767px ) {
  .article__byline__social {
    padding: 6px 0;
  }
}
.article__author__image {
  display: inline-block;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  float: left;
  max-width: initial;
}
.article__author__image:last-of-type {
  margin-right: 6px;
}
.article__author {
  line-height: 1.2em;
  font-weight: 500;
}
.article__author__name {
  color: #3263c0;
}
.article__datetime {
  font-weight: 500;
  line-height: 1em;
}
@media (min-width: 1200px ) {
  .article__content-container {
    margin-left: 224px;
  }
}
.article__content {
  _font-weight: 300;
  padding-bottom: 24px;
}
.article__content:before,
.article__content:after {
  content: ' ';
  display: table;
  clear: both;
}
.article__content h2 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-bottom: 0.3em;
}
.article__content h3 {
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.3em;
  margin-bottom: 0.3em;
}
.article__content .article__highlighted {
  font-family: 'Merriweather';
  font-weight: 700;
  font-size: 1.2rem;
  padding-top: 18px;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 12px;
}
.article__content blockquote {
  font-family: 'Merriweather';
  font-weight: 700;
  font-size: 1.2rem;
  padding-top: 18px;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 12px;
}
.article__content blockquote:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAsCAYAAAFOLet/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA31JREFUeNpi+P//PwMUODCgAjCfBcr5jyTBiMxnQtN1gAEdIFnxH10K2QSskuhWMKIpAvMBAggvYkQzjhGb3VgBEwMRAKercUoABBBygLyHSvzHogEEEtDk6xlBmhkZGRlwaGDE4zSSAhKdX4jsbAYkJyngCRgQvo8vGeELTbg8QAChI5CNBgSixQEW0Cx4AoSRQFwy4kqa6GA9MQmP6GgCOhtu8wICNgsSkz7xpbB6ZHm0KGaYT0o8g1MmCXGJIg/SzISU6InN3464cksCAee+R8+NsIDAlbIEoPL70cs2gABCzxgwsB9L6P8nIukiJ2Fs+s/jsrgfhwZkPJ/E5IKBwbGMVAgRkz0IRSZR+pFzBbXAA6JVYonj8wSCyoGAkQbEBDWuxFWPQ9N7EnyPy2K8qRqnJiJBAg79Avgsfo9Fw30SLHUg5Gh0iw3wuZKC4N2PNV1BLcamIYFCC9/jTdBoPr5PYXZ6T0zpBrITIADx5VrDMAwD4YxBIQxCIRTCIARCGQxKIAxCIAxCxqAQWq3apKyKnbOv0vLf+vLw+S4X4L3aYRJb4+epXrXGhYbejY2VUul2tVH8mdDvr46tA74DfQL18QieQfDAONN7c0dwAQsnJWoi9WudX4KSltDlrk8nvDFSn//VXPcWeCDBksl05aS5yyr9DIxXLoKDU0pISs1eMDsyXbN6MoDVWS+BF/K0I5RAwK4O5GlTD9zU3QlDSI3UC+nBEb2tGsx2cbJ88r7gQkKv1p+ldGJP4HtYBk3Lj2+ELUYwGu3gTYBmzKYIQhiGwp1VUAmVgIRKqQQcIAEJSKgEJFQCEsDB7gUuDCl5TQKbmb3tkH75eWlalS9Cx6dKr697F3hnZ+kiwueMpStYLnDHmHQUfFCE/Db8CgLsgeufZI0XrfjMwPs7YK/gSCIKbu9rrTNMd8BZ0VlrllfNMxzAn0p037RoJXwU8KbsZzP+P/97REnHP+jh4ckePoSrKDgbhCqt0csRmcNB6FTDJIo9oxcPiXIn5V5sCXxoBUZ7ajIQ2bk14C3AC1pGyhYk2oECj4Cj7GwMEdBesjz0Dymyln5EajXkACOOOgNQZIFZarezO2Bk/s1GWU2alUUBI6CrUVYR0MK9c5+BR/fufEVFCQ72GTgznUSj8g1M4NL6ikKVdLoo6Wz8RsUZgWL157x4vG2qZziAf2FB/Zhg+9zgAAAAAElFTkSuQmCC');
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 16px;
  transform: rotate(180deg);
}
.article__content blockquote:after {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 0;
  margin-right: 0.1em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAsCAYAAAFOLet/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA31JREFUeNpi+P//PwMUODCgAjCfBcr5jyTBiMxnQtN1gAEdIFnxH10K2QSskuhWMKIpAvMBAggvYkQzjhGb3VgBEwMRAKercUoABBBygLyHSvzHogEEEtDk6xlBmhkZGRlwaGDE4zSSAhKdX4jsbAYkJyngCRgQvo8vGeELTbg8QAChI5CNBgSixQEW0Cx4AoSRQFwy4kqa6GA9MQmP6GgCOhtu8wICNgsSkz7xpbB6ZHm0KGaYT0o8g1MmCXGJIg/SzISU6InN3464cksCAee+R8+NsIDAlbIEoPL70cs2gABCzxgwsB9L6P8nIukiJ2Fs+s/jsrgfhwZkPJ/E5IKBwbGMVAgRkz0IRSZR+pFzBbXAA6JVYonj8wSCyoGAkQbEBDWuxFWPQ9N7EnyPy2K8qRqnJiJBAg79Avgsfo9Fw30SLHUg5Gh0iw3wuZKC4N2PNV1BLcamIYFCC9/jTdBoPr5PYXZ6T0zpBrITIADx5VrDMAwD4YxBIQxCIRTCIARCGQxKIAxCIAxCxqAQWq3apKyKnbOv0vLf+vLw+S4X4L3aYRJb4+epXrXGhYbejY2VUul2tVH8mdDvr46tA74DfQL18QieQfDAONN7c0dwAQsnJWoi9WudX4KSltDlrk8nvDFSn//VXPcWeCDBksl05aS5yyr9DIxXLoKDU0pISs1eMDsyXbN6MoDVWS+BF/K0I5RAwK4O5GlTD9zU3QlDSI3UC+nBEb2tGsx2cbJ88r7gQkKv1p+ldGJP4HtYBk3Lj2+ELUYwGu3gTYBmzKYIQhiGwp1VUAmVgIRKqQQcIAEJSKgEJFQCEsDB7gUuDCl5TQKbmb3tkH75eWlalS9Cx6dKr697F3hnZ+kiwueMpStYLnDHmHQUfFCE/Db8CgLsgeufZI0XrfjMwPs7YK/gSCIKbu9rrTNMd8BZ0VlrllfNMxzAn0p037RoJXwU8KbsZzP+P/97REnHP+jh4ckePoSrKDgbhCqt0csRmcNB6FTDJIo9oxcPiXIn5V5sCXxoBUZ7ajIQ2bk14C3AC1pGyhYk2oECj4Cj7GwMEdBesjz0Dymyln5EajXkACOOOgNQZIFZarezO2Bk/s1GWU2alUUBI6CrUVYR0MK9c5+BR/fufEVFCQ72GTgznUSj8g1M4NL6ikKVdLoo6Wz8RsUZgWL157x4vG2qZziAf2FB/Zhg+9zgAAAAAElFTkSuQmCC');
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 16px;
}
.article__content p,
.article__content ul,
.article__content ol {
  margin-bottom: 24px;
  line-height: 1.9em;
  /* added jk */
}
.article__content ul,
.article__content ol {
  margin-left: 1em;
}
.article__content ul li,
.article__content ol li {
  padding-left: 0.2em;
  margin-bottom: 0.3em;
}
.article__content ul {
  list-style: disc;
}
.article__content ol {
  list-style: decimal;
}
.article__content a {
  color: #3263c0;
}
.article__content cite {
  font-style: italic;
}
.article__block {
  margin-bottom: 24px;
  font-family: 'Roboto';
}
.article__block__disclaimer {
  font-style: normal;
  display: inline-block;
}
.article__block__disclaimer__trigger {
  background: #fff;
  border: 1px solid rgba(141, 97, 83, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 4px;
  cursor: pointer;
}
.article__block__disclaimer__body {
  visibility: hidden;
  position: absolute;
  z-index: 9999;
}
.article__block__disclaimer__body strong {
  display: block;
  font-style: normal;
  background: #fff;
  border: 1px solid rgba(141, 97, 83, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 20px;
  box-shadow: 0px 5px 15px rgba(45, 26, 21, 0.1);
  min-width: 350px;
  max-width: 350px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  font-family: 'Roboto';
}
.article__block__disclaimer__body strong a {
  color: #3263c0;
}
@media (max-width: 767px ) {
  .article__block__disclaimer__body {
    left: 12px !important;
  }
}
.article__block__disclaimer__close {
  position: absolute;
  right: 5px;
  top: 20px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.article__block__disclaimer__close:hover {
  opacity: 1;
}
.article__block__disclaimer__close:before,
.article__block__disclaimer__close:after {
  position: absolute;
  left: 0;
  content: " ";
  height: 18px;
  width: 1px;
  background-color: rgba(141, 97, 83, 0.3);
}
.article__block__disclaimer__close:before {
  transform: rotate(45deg);
}
.article__block__disclaimer__close:after {
  transform: rotate(-45deg);
}
.article__bottom {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 12px;
  margin-top: -1px;
}
.article__block--column blockquote,
.article__block--column .article__highlighted {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 12px;
  margin-bottom: 0;
}
.article__block--column blockquote:after,
.article__block--column .article__highlighted:after {
  bottom: -5px;
}
.article__block--column cite {
  padding-left: 24px;
}
@media (min-width: 768px ) {
  .article__block--left {
    width: 40%;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px ) {
  .article__block--right {
    width: 40%;
    float: right;
    margin-left: 12px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1200px ) {
  .article__block--outside {
    float: left;
    margin-left: -224px;
    max-width: 200px;
    width: 100%;
    clear: both;
  }
}
@media (min-width: 1200px ) {
  .article__block--full {
    margin-left: -224px;
  }
  .article__block--full:before,
  .article__block--full:after {
    content: ' ';
    display: table;
    clear: both;
  }
}
.article__block--bordered {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding-top: 12px;
  padding-bottom: 12px;
}
.article__block--quote {
  text-align: right;
}
.article__block--quote.article__block--left,
.article__block--quote.article__block--column {
  text-align: left;
}
.article__link a {
  display: block;
  color: #000;
  background-color: #f5f7fc;
  padding: 12px;
}
.article__link a:hover {
  background-color: #e0e8f7;
}
.article__link .article__link__title {
  font-weight: 600;
  font-size: 1.1rem;
}
.article__image figcaption {
  display: block;
  line-height: 1.2em;
  color: #959595;
  font-size: 0.82rem;
  font-weight: 300;
  padding: 8px 0px;
}
.article__image figcaption:before,
.article__image figcaption:after {
  content: ' ';
  display: table;
  clear: both;
}
.article__image .article__image__caption {
  float: left;
  line-height: 1.2em;
  margin-bottom: 0.4em;
  text-align: right;
}
.article__image .article__image__credits {
  float: right;
  color: #000;
  font-weight: 600;
}
.article__embed {
  width: 100%;
  text-align: center;
}
.article__embed iframe {
  max-width: 100%;
}
.article__embed > * {
  margin-left: auto !important;
  margin-right: auto !important;
}
.article__related-article {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background-clip: padding-box;
  margin-top: 24px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.article__related-article a {
  display: block;
}
.article__related-article .related-article__content {
  display: flex;
  border-radius: 8px;
  background-clip: padding-box;
}
.article__related-article .related-article__content figure {
  margin-right: 20px;
  max-width: 200px;
}
@media (max-width: 767px ), (min-width: 768px ) and (max-width: 991px ), (min-width: 992px ) and (max-width: 1199px ) {
  .article__related-article .related-article__content figure {
    display: none;
  }
}
.article__related-article .related-article__content figure img {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article__related-article .related-article__content > div {
  padding: 12px;
}
.article__related-article .related-article__inner {
  padding: 0;
}
.article__related-article .related-article__label {
  color: #3263c0;
  padding: 6px 0;
  position: absolute;
  top: -1px;
  transform: translateY(-100%);
}
.article__related-article .related-article__title {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  color: #000;
}
.article__related-article .related-article__subtitle {
  font-family: 'Open Sans';
  font-weight: 400;
  color: #000;
  font-size: 1.1rem;
}
.article__related-article .related-article__cta {
  color: #3263c0;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: 'Roboto';
  font-weight: 700;
}
.article__newsletter {
  border-top: 1px solid #3263c0;
  border-bottom: 1px solid #b0c4ea;
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px 0 10px 0;
}
.article__newsletter .newsletter__label {
  color: #3263c0;
  padding: 6px 0;
  position: absolute;
  top: -1px;
  transform: translateY(-100%);
}
.article__block--html {
  font-family: 'Merriweather';
}
.article__block--html img {
  margin-top: 0.4em;
  margin-bottom: 12px;
  max-width: 40%;
}
.article__block--html img[style*="float: left"] {
  margin-right: 12px;
}
.article__block--html img[style*="float: right"] {
  margin-left: 12px;
}
.article__block--header h2 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-bottom: 0.3em;
}
.article__disclaimer--opinion {
  display: flex;
  align-items: center;
  font-style: normal;
}
.article__disclaimer p:last-of-type {
  color: #3263c0;
  font-style: italic;
  font-size: 0.9rem;
  margin-bottom: 12px;
  padding-left: 24px;
}
.article__aside {
  border: 1px solid #e8e8e8;
  padding: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 991px ) {
  .article__aside {
    padding: 12px;
  }
}
.article__images .slider {
  margin-bottom: 40px;
}
.article__images .slider__nav .slider__previous,
.article__images .slider__nav .slider__next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.article__images .slider__nav .slider__previous {
  left: 7px;
}
.article__images .slider__nav .slider__next {
  right: 7px;
}
.article__images__caption {
  float: left;
  margin-bottom: 0.4em;
}
@media (max-width: 767px ) {
  .article__images__caption {
    margin-right: 0.5em;
  }
}
.article__images__credits {
  float: right;
  color: #000;
  font-weight: 600;
}
@media (max-width: 767px ) {
  .article__images__credits {
    float: left;
  }
}
.article__images__item {
  float: left;
}
.article__tags {
  display: block;
  font-weight: 500;
  margin-bottom: 12px;
}
.article__tags .article__tags__tag {
  color: #3263c0;
}
.article__tags .article__tags__tag:hover {
  text-decoration: underline;
}
.videoheader {
  position: relative;
}
@media (max-width: 1199px ) {
  .videoheader {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.videoheader__poster {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
  color: #fff;
  overflow: hidden;
}
.videoheader__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videoheader__poster_content {
  color: #fff;
  line-height: 1.2em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2%;
  padding-right: 10%;
  padding-left: 12.5%;
}
.videoheader__poster_content:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -150px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
@media (max-width: 991px ) {
  .videoheader__poster_content:before {
    top: -50px;
  }
}
.videoheader__poster_content .videoheader__poster__trigger {
  font-size: 5rem;
  float: left;
  width: 12.5%;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  position: absolute;
  z-index: 2;
  background: url(../img/icon_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 85px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px ) {
  .videoheader__poster_content .videoheader__poster__trigger {
    height: 60px;
  }
}
@media (max-width: 767px ) {
  .videoheader__poster_content .videoheader__poster__trigger {
    height: 40px;
  }
}
.videoheader__poster_content .videoheader__poster__heading {
  z-index: 2;
  position: relative;
}
.videoheader__poster_content h1 {
  font-size: 3.5rem;
  line-height: 1em;
  font-family: 'Roboto';
  font-weight: 700;
  margin-bottom: 0.2em;
}
@media (max-width: 991px ) {
  .videoheader__poster_content h1 {
    font-size: 1.5rem;
  }
}
.videoheader__poster_content h2 {
  font-family: 'Merriweather';
  font-weight: 400;
  font-size: 1.68rem;
  line-height: 1.2em;
}
@media (max-width: 991px ) {
  .videoheader__poster_content h2 {
    font-size: 1rem;
  }
}
.videoplayer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.videoplayer iframe {
  width: 100%;
  height: 100%;
}
.videoplayer__aspect {
  padding-bottom: calc(9 / 16 * 100%);
}
.galleryheader {
  overflow: hidden;
  min-height: 400px;
  position: relative;
  margin-bottom: 48px;
  height: 60vh;
}
.galleryheader:before,
.galleryheader:after {
  content: ' ';
  display: table;
  clear: both;
}
.galleryheader .galleryheader__image {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
}
.galleryheader .galleryheader__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.galleryheader__caption-container {
  margin-top: -48px;
  margin-bottom: 36px;
  padding-top: 0;
  width: 100%;
  font-size: 0.9rem;
  font-family: 'Roboto';
}
.galleryheader__caption-container:before,
.galleryheader__caption-container:after {
  content: ' ';
  display: table;
  clear: both;
}
.galleryheader__caption-container .galleryheader__caption {
  display: inline-block;
  margin-left: 12px;
  float: left;
}
.galleryheader__caption-container .galleryheader__credits {
  font-weight: 600;
  display: inline-block;
  margin-right: 12px;
  float: right;
}
.gallery__item__aside__content__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.gallery__item__aside__content__credits {
  color: #959595;
}
.gallery__item__aside {
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 767px ) {
  .gallery__item__aside {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px ) {
  .article__block--full.article__gallery .article__gallery__item {
    padding-left: 224px;
    position: relative;
    margin-bottom: 36px;
    line-height: 0;
  }
  .gallery__item__aside {
    position: absolute;
    top: 0;
    height: 100%;
    margin-left: -224px;
    border-top: 1px solid #e8e8e8;
    width: 200px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .gallery__item__aside__content {
    font-size: 0.9rem;
    line-height: 1.2em;
  }
  .gallery__item__aside__content .gallery__item__aside__content__credits {
    position: absolute;
    bottom: 12px;
  }
}
.container#load-next-article {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px auto;
}
.article-excerpt-default {
  margin-bottom: 24px;
}
.article-excerpt-default--news .article-excerpt-default__mod {
  font-weight: 400;
  display: flex;
  flex-direction: row;
}
.article-excerpt-default--news .article-excerpt-default__mod span:first-of-type {
  padding-right: 12px;
  font-size: 0.9rem;
}
.article-excerpt-default__first {
  font-size: 1.6rem !important;
  font-weight: 700!important;
}
.article-excerpt-default__link:hover .excerpt__headline {
  color: #35547b;
}
.article-excerpt-default__content {
  padding-top: 12px;
  padding-right: 12px;
  line-height: 0;
}
.article-excerpt-default__ft-disclaimer {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.article-excerpt-default__ft-disclaimer p {
  color: #3263c0;
  font-weight: 400;
  font-size: 0.8rem;
  font-family: 'Roboto';
  line-height: 1.2em;
  text-transform: uppercase;
}
.article-excerpt-default__headline {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2em;
}
.article-excerpt-default__teaser {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.6em;
}
.article-excerpt-default__author-image-wrapper {
  display: inline-block;
  float: left;
  margin-right: 6px;
}
.article-excerpt-default__author-image {
  width: 40px;
  height: 40px;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
}
.article-excerpt-default__author {
  text-transform: uppercase;
  color: #3263c0;
  font-weight: 400;
  font-size: 0.8rem;
  font-family: 'Roboto';
  line-height: 1.2em;
  display: inline-block;
  word-wrap: break-word;
  word-break: keep-all;
  margin-bottom: 6px;
}
@media (max-width: 767px ) {
  .article-excerpt-default__author {
    margin-bottom: 2px;
  }
}
.article-excerpt-default__label {
  color: #3263c0;
  margin-right: 4px;
}
@media (max-width: 767px ) {
  .article-excerpt-default {
    padding-bottom: 12px;
    margin-bottom: 0;
  }
  .article-excerpt-default:not(.article-excerpt-default--primary) a {
    border-top: 1px solid #e8e8e8;
    padding-top: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .article-excerpt-default:not(.article-excerpt-default--primary) a .article-excerpt-default__image-wrapper {
    width: 30%;
  }
  .article-excerpt-default:not(.article-excerpt-default--primary) a .article-excerpt-default__content {
    width: 70%;
    padding: 0;
    margin-left: 8px;
    font-size: 0.9rem;
    line-height: 0;
  }
  .article-excerpt-default:not(.article-excerpt-default--primary) a .article-excerpt-default__label {
    margin-bottom: 2px;
  }
  .article-excerpt-default:not(.article-excerpt-default--primary) a .article-excerpt-default__headline {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2em;
  }
  .article-excerpt-default:not(.article-excerpt-default--primary) a .article-excerpt-default__teaser {
    display: none;
  }
  .article-excerpt-default.article-excerpt-default--opinion:not(.article-excerpt-default--primary) a .article-excerpt-default__image-wrapper {
    display: none;
  }
  .article-excerpt-default.article-excerpt-default--opinion:not(.article-excerpt-default--primary) a .article-excerpt-default__content {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 1199px ) {
  .article-excerpt-default .article-excerpt-default__teaser {
    font-size: 0.85rem;
    line-height: 1.6em;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .article-excerpt-default .article-excerpt-default__headline {
    font-size: 1.1rem;
    line-height: 1.2em;
  }
  .article-excerpt-default .article-excerpt-default__content {
    padding-top: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 767px ) {
  .article-excerpt-default--primary .article-excerpt-default__image-wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.article-excerpt-default__image-wrapper {
  line-height: 0;
  position: relative;
}
.article-excerpt-default__image-wrapper figure {
  line-height: 0;
  height: 0;
  display: block;
  overflow: hidden;
  padding-bottom: calc(9/16*100%);
  background: #e8e8e8;
  position: relative;
}
.article-excerpt-default__image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.article-excerpt-default__type-icon {
  position: absolute;
  color: #fff;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  line-height: 30px;
  background-color: #ed1845;
  font-size: 15px;
}
@media (max-width: 767px ) {
  .article-excerpt-default__type-icon {
    /*
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 10px;*/
    transform: scale(0.7);
    transform-origin: 100% 100%;
  }
}
.article-excerpt-default--primary .article-excerpt-default__headline {
  font-size: 1.5rem;
  line-height: 1em;
}
@media (max-width: 767px ) {
  .article-excerpt-default--primary .article-excerpt-default__label {
    margin-bottom: 6px;
  }
}
.cluster--section-covid19 {
  margin-bottom: 24px;
  display: none;
}
@media (min-width: 768px ) and (max-width: 991px ), (max-width: 767px ) {
  .cluster--section-covid19 {
    display: block;
  }
}
@media (max-width: 767px ) {
  .cluster--section-climate,
  .if-mobile-climate {
    display: none;
  }
}
.cluster--section-meanwhile {
  background-color: #3263c0;
}
.cluster--section-meanwhile .cluster__label,
.cluster--section-meanwhile * {
  color: #fff !important;
}
.cluster--section-meanwhile .label--opinion {
  color: #3263c0 !important;
  background-color: #fff;
}
@media (max-width: 767px ) {
  .article-excerpt-lead__image-wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.article-excerpt-lead__image-wrapper figure {
  line-height: 0;
  height: 0;
  display: block;
  overflow: hidden;
  padding-bottom: calc(9/16*100%);
  background: #e8e8e8;
  position: relative;
}
.article-excerpt-lead__image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.article-excerpt-lead__headline {
  font-family: 'Roboto';
  font-size: 3.5rem;
  line-height: 1em;
  margin-bottom: 12px;
  font-weight: 900;
}
@media (max-width: 1199px ) {
  .article-excerpt-lead__headline {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px ) {
  .article-excerpt-lead__headline {
    font-size: 2rem;
  }
}
.article-excerpt-default__headline .live-label-wrap,
.article-excerpt-lead__headline .live-label-wrap {
  color: #ed1845;
}
.article-excerpt-default__headline .live-label-wrap .pulsating-icon,
.article-excerpt-lead__headline .live-label-wrap .pulsating-icon {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  background-color: #ed1845;
  width: 0.75em;
  height: 0.75em;
  vertical-align: initial;
  animation: flashing 1.5s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}
@keyframes flashing {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.article-excerpt-lead__author-image {
  width: 1.3em;
  height: 1.3em;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.article-excerpt-lead__label {
  color: #3263c0;
  margin-bottom: 6px;
}
.article-excerpt-lead__type-icon {
  position: absolute;
  color: #fff;
  width: 40px;
  height: 40px;
  bottom: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  line-height: 40px;
  background-color: #ed1845;
  font-size: 20px;
}
@media (max-width: 767px ) {
  .article-excerpt-lead__content {
    padding: 12px 0 24px 0;
  }
}
.article-excerpt-lead__author {
  display: inline-block;
  color: #3263c0;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1em;
  text-transform: uppercase;
  font-family: 'Roboto';
  padding: 0.5em 0.4em;
}
.article-excerpt-lead__teaser {
  display: none;
}
@media (min-width: 768px ) {
  .article-excerpt-lead {
    margin-bottom: 24px;
    position: relative;
  }
  .article-excerpt-lead .article-excerpt-lead__content {
    position: absolute;
    bottom: 0;
    z-index: 10;
    bottom: 24px;
    right: 33%;
    left: 0;
  }
  .article-excerpt-lead .article-excerpt-lead__label {
    margin-bottom: 12px;
    color: #fff !important;
    padding: 4px!important;
    display: inline-block;
    color: #3263c0 !important;
    background-color: #fff;
    padding: 0.5em 0.8em !important;
    font-weight: 400;
    float: left;
  }
  .article-excerpt-lead .article-excerpt-lead__label.article-excerpt-lead__label--opinion {
    background-color: #3263c0;
    color: #fff !important;
  }
  .article-excerpt-lead .article-excerpt-lead__author {
    display: inline-block;
    float: left;
    background-color: #fff;
    color: #3263c0;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'Roboto';
    padding: 0.5em 0.8em;
  }
  .article-excerpt-lead .article-excerpt-lead__author-image-wrapper {
    position: relative;
    bottom: -0.3em;
    z-index: 100;
  }
  .article-excerpt-lead .article-excerpt-lead__headline {
    display: inline;
    font-size: 1.95rem;
    line-height: 1.3em;
  }
  .article-excerpt-lead .article-excerpt-lead__headline:before,
  .article-excerpt-lead .article-excerpt-lead__headline:after {
    content: ' ';
    display: table;
    clear: both;
  }
  .article-excerpt-lead .article-excerpt-lead__headline .wrap {
    padding: 0.1625em 0;
    background: #fff;
    position: relative;
  }
  .article-excerpt-lead .article-excerpt-lead__headline .wrap1 {
    left: 0.4em;
  }
  .article-excerpt-lead .article-excerpt-lead__headline .wrap2 {
    left: -0.4em;
  }
  .article-excerpt-lead .article-excerpt-lead__teaser {
    display: none;
    clear: both;
    display: inline-block;
    background: #fff;
    border-bottom: 3px solid #3263c0;
    padding-top: 0.6em;
    padding-right: 0.6em;
    padding-bottom: 0.6em;
    line-height: 1.75em;
    font-size: 1rem;
    /*
			span {
				padding: @headline-lineheight/10 0;

				position: relative; 
			}
			.wrap1 {
				 left: 0.4em; 
			}
			.wrap2 {
				left:-0.4em; 
				border-bottom: 3px solid red;
			}*/
  }
}
@media (min-width: 768px ) and (min-width: 768px ) and (max-width: 991px ) {
  .article-excerpt-lead .article-excerpt-lead__content {
    right: 10%;
    bottom: 12px;
  }
}
@media (min-width: 768px ) and (min-width: 768px ) and (max-width: 991px ) {
  .article-excerpt-lead .article-excerpt-lead__headline {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px ) and (max-width: 767px ) {
  .article-excerpt-lead .article-excerpt-lead__headline {
    font-size: 1.2rem;
    line-height: 1.2em;
    font-weight: 700;
  }
}
@media (min-width: 768px ) and (min-width: 992px ) and (max-width: 1199px ) {
  .article-excerpt-lead .article-excerpt-lead__headline {
    font-size: 1.5rem;
  }
  .article-excerpt-lead .article-excerpt-lead__teaser {
    display: none;
    font-size: 1rem;
    line-height: 1.4em;
  }
}
@media (min-width: 768px ) and (max-width: 767px ) {
  .article-excerpt-lead .article-excerpt-lead__teaser {
    display: none;
  }
}
.article-excerpt-tiny__header {
  margin-bottom: 24px;
}
.article-excerpt-tiny__label {
  font-family: 'Roboto';
  color: #212121;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1em;
}
.article-excerpt-tiny__label a:hover {
  text-decoration: none;
}
.article-excerpt-tiny a {
  display: block;
}
.article-excerpt-tiny__time {
  color: #3263c0;
  font-family: 'Roboto';
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 767px ) {
  .article-excerpt-tiny__time {
    font-size: 0.7rem;
  }
}
.article-excerpt-tiny__headline {
  font-family: 'Roboto';
  font-size: 1rem;
  font-weight: 500;
  line-height: 135%;
}
@media (max-width: 767px ) {
  .article-excerpt-tiny__headline {
    font-size: 0.9rem;
  }
}
/*
.article-excerpt-ranked {
	position: relative;
	display: table;
	margin-bottom: (@gutter/4);
	.clearfix();
}
*/
.article-excerpt-ranked__rank {
  font-family: 'Roboto';
  width: 24px;
  position: absolute;
  font-weight: 500;
}
@media (max-width: 767px ) {
  .article-excerpt-ranked__rank {
    font-size: 18px;
  }
}
/*

.article-excerpt-ranked__rank-number {
	display: inline-block;
	.font-family-2;
	background: @color-7;
	color: #fff;
	width: 45px;
	height: 45px;
	line-height: 42px;
	
	font-size: 20px;
	text-align: center;
	
}
*/
.article-excerpt-ranked__item {
  padding-left: 24px;
}
.article-excerpt-ranked__author {
  text-transform: uppercase;
  color: #3263c0;
  font-weight: 400;
  font-size: 0.8rem;
  font-family: 'Roboto';
  line-height: 1.2em;
  display: inline-block;
  word-wrap: break-word;
  word-break: keep-all;
}
.article-excerpt-ranked__label {
  color: #3263c0;
}
.article-excerpt-ranked__headline {
  font-family: 'Roboto';
  font-size: 1rem;
  font-weight: 500;
  line-height: 135%;
}
@media (max-width: 767px ) {
  .article-excerpt-ranked__headline {
    font-size: 0.9rem;
  }
}
.author-excerpt-default {
  background-color: #f7f7f7;
  padding: 24px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.author-excerpt-default:before,
.author-excerpt-default:after {
  content: ' ';
  display: table;
  clear: both;
}
@media (max-width: 767px ) {
  .author-excerpt-default {
    padding: 12px;
  }
}
.author-excerpt-default a {
  display: block;
}
.author-excerpt-default__image-wrapper {
  display: table-cell;
}
.author-excerpt-default img {
  margin-bottom: 6px;
  width: 120px;
  height: 120px;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  float: left;
  margin-right: 12px;
  max-width: initial;
  object-fit: cover;
}
@media (max-width: 767px ) {
  .author-excerpt-default img {
    width: 60px;
    height: 60px;
  }
}
.author-excerpt-default__content {
  display: table-cell;
}
.author-excerpt-default__name {
  font-family: 'Roboto';
  line-height: 1.4em;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5em;
}
.author-excerpt-default__description {
  font-size: 0.8rem;
  line-height: 1.7em;
  display: block;
}
.author-excerpt-default__twitter,
.author-excerpt-default__email {
  display: inline-block;
  clear: both;
  font-family: 'Merriweather';
  margin-top: 0.5em;
  font-size: 0.8rem;
  color: #666666;
}
.author-excerpt-default__twitter:hover,
.author-excerpt-default__email:hover {
  color: #000;
  color: #1DA1F2;
}
.author-excerpt-default__twitter i.fa,
.author-excerpt-default__email i.fa {
  color: #1DA1F2;
  font-size: 1.6em;
  transform: translateY(18%);
}
.author-excerpt-default__email:hover {
  color: #000;
}
.author-excerpt-default__email i.fa {
  color: #000;
  font-size: 1.5em;
}
.author-excerpt-small {
  background-color: #f7f7f7;
  padding: 24px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
@media (max-width: 767px ) {
  .author-excerpt-small {
    padding: 12px;
  }
}
.author-excerpt-small:before,
.author-excerpt-small:after {
  content: ' ';
  display: table;
  clear: both;
}
.author-excerpt-small a {
  display: block;
}
.author-excerpt-small img {
  width: 120px;
  height: 120px;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  float: left;
  max-width: initial;
  object-fit: cover;
}
.author-excerpt-small__content {
  display: table-cell;
}
.author-excerpt-small__name {
  font-weight: 700;
  display: block;
  margin-bottom: 0.5em;
}
.author-excerpt-small__description {
  font-size: 0.8rem;
  line-height: 1.7em;
  display: block;
}
.author-excerpt-small__twitter {
  display: inline-block;
  clear: both;
  font-family: 'Merriweather';
  margin-top: 0.5em;
  font-size: 0.8rem;
  color: #666666;
}
.author-excerpt-small__twitter:hover {
  color: #000;
  color: #1DA1F2;
}
.author-excerpt-small__twitter i.fa {
  color: #1DA1F2;
  font-size: 1.6em;
  transform: translateY(18%);
}
.banner {
  text-align: center;
}
.banner .banner-inner {
  margin: 0 auto;
}
.sidebar .banner {
  margin-bottom: 24px;
  overflow-x: hidden;
}
.sidebar .banner:first-child {
  _margin-top: calc(1.1rem  +  24px);
}
.button {
  font-family: 'Roboto';
  font-weight: 700;
  color: #fff;
  font-size: 0.9rem;
  padding: 0.9em 1em;
  line-height: 1em;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #000;
  display: inline-block;
}
.button--style-2 {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.button--color-1 {
  background-color: #000;
}
.button--color-2 {
  background-color: #35547b;
}
.button--color-3 {
  background-color: #3263c0;
}
.button--color-4 {
  background-color: #ed1845;
}
.button--color-5 {
  background-color: #fec717;
}
.button--color-6 {
  background-color: #959595;
}
.button--color-7 {
  background-color: #e8e8e8;
}
.button--color-8 {
  background-color: #212121;
}
.button--color-9 {
  background-color: #3fa478;
}
.button--color-10 {
  background-color: #00aeef;
}
.button--style-2.button--color-1 {
  background-color: transparent;
  border-color: #000;
}
.button--style-2.button--color-2 {
  background-color: transparent;
  border-color: #35547b;
}
.button--style-2.button--color-3 {
  background-color: transparent;
  border-color: #3263c0;
}
.button--style-2.button--color-4 {
  background-color: transparent;
  border-color: #ed1845;
}
.button--style-2.button--color-5 {
  background-color: transparent;
  border-color: #fec717;
}
.button--style-2.button--color-6 {
  background-color: transparent;
  border-color: #959595;
}
.button--style-2.button--color-7 {
  background-color: transparent;
  border-color: #e8e8e8;
}
.button--style-2.button--color-8 {
  background-color: transparent;
  border-color: #212121;
}
.button--style-2.button--color-9 {
  background-color: transparent;
  border-color: #3fa478;
}
@media (max-width: 767px ) {
  .button--telegram {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
}
.button--app {
  color: #000;
}
.button--full-width {
  width: 100%;
  text-align: center;
}
.byline {
  font-size: 0.9rem;
  border-top: 1px solid #e8e8e8;
  font-family: 'Roboto';
  margin-bottom: 24px;
}
@media (max-width: 1199px ) {
  .byline {
    margin-bottom: 12px;
  }
}
.byline--style-2 {
  border-bottom: 1px solid #e8e8e8;
}
.byline:before,
.byline:after {
  content: ' ';
  display: table;
  clear: both;
}
.byline__details {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  padding: 12px 0;
}
@media (max-width: 767px ) {
  .byline__details {
    padding: 6px 0;
  }
}
.byline__details__column {
  line-height: 1.4em;
}
.byline__social {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  padding: 12px 0;
}
@media (max-width: 767px ) {
  .byline__social {
    padding: 6px 0;
  }
}
.byline__author {
  line-height: 1.2em;
  font-weight: 500;
}
.byline__author__image-wrapper:last-of-type {
  margin-right: 6px;
}
.byline__author__image {
  display: inline-block;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  float: left;
  max-width: initial;
}
.byline__author__image:last-of-type {
  margin-right: 6px;
}
.byline__author__name {
  color: #3263c0;
}
.byline__datetime {
  font-weight: 500;
  line-height: 1em;
}
.byline__logo__img {
  display: inline-block;
  max-width: 160px;
  max-height: 80px;
  float: left;
  margin-right: 6px;
}
@media (max-width: 1599px ) {
  .byline__logo__img {
    max-width: 140px;
    max-height: 70px;
  }
}
@media (max-width: 1199px ) {
  .byline__logo__img {
    max-width: 120px;
    max-height: 60px;
  }
}
@media (max-width: 991px ) {
  .byline__logo__img {
    max-width: 100px;
    max-height: 50px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .has-sidebar .cluster .row-flex > [class*="col"] {
    width: 100%;
    max-width: 100%;
  }
}
.widget-cluster {
  display: none;
}
@media (max-width: 767px ) {
  .widget-cluster {
    display: block;
    margin: 48px 0;
  }
}
.cluster:first-child {
  border-top: 0;
}
.cluster .cluster__vtimes {
  padding-top: 24px;
}
.cluster .cluster__vtimes .search-box {
  background-color: transparent!important;
  padding: 0!important;
  margin: 0 0 24px 0;
}
.cluster .cluster__vtimes-label {
  display: flex;
  align-items: center;
}
.cluster .cluster__vtimes-label span {
  padding-left: 12px;
}
.cluster .cluster__vtimes-label img {
  width: 5rem;
}
.cluster .cluster__header {
  padding: 0 0 24px 0px;
}
.cluster .cluster__label {
  font-family: 'Roboto';
  color: #212121;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1em;
  font-size: 1.1rem;
}
.cluster .cluster__label a:hover {
  text-decoration: none;
}
.cluster .cluster__more {
  border-top: 1px solid #212121;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-family: 'Roboto';
  font-weight: 700;
}
.cluster .cluster__more a {
  height: 40px;
  line-height: 40px;
  display: block;
}
.cluster .cluster__more a:hover:after {
  content: " ›";
  font-size: 1rem;
  line-height: 0;
}
.cluster--section-articles .time-pubilcation {
  font-family: 'Roboto';
  font-weight: 500;
  padding: 0;
  margin: 12px;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 767px ) {
  .cluster--section-articles .time-pubilcation {
    border: 0 none;
    margin: 12px;
  }
}
.cluster--section-recent-mobile {
  display: none;
}
.cluster--section-recent-mobile .header--style-3 {
  margin-bottom: 24px;
}
@media (max-width: 767px ) {
  .cluster--section-recent-mobile {
    display: block;
    margin-bottom: 48px;
  }
}
.cluster--section-carousel.sidebar {
  margin-top: -18px;
  height: 0;
}
@media (max-width: 767px ) {
  .cluster--section-carousel.sidebar {
    height: auto;
  }
  .cluster--section-carousel.sidebar .carousel__toggle {
    display: none;
  }
}
.cluster--section-carousel.sidebar .carousel {
  display: none;
}
@media (max-width: 767px ) {
  .cluster--section-carousel.sidebar .carousel {
    display: block;
    height: auto;
  }
  .cluster--section-carousel.sidebar .carousel .article-excerpt-default:not(.article-excerpt-default--primary) a {
    flex-direction: column;
    padding: 0;
    border: 0;
  }
  .cluster--section-carousel.sidebar .carousel .article-excerpt-default:not(.article-excerpt-default--primary) a .article-excerpt-default__image-wrapper {
    width: 100%;
  }
  .cluster--section-carousel.sidebar .carousel .article-excerpt-default:not(.article-excerpt-default--primary) a .article-excerpt-default__content {
    width: 100%;
    margin: 0;
    line-height: initial;
    padding-top: 8px;
  }
  .cluster--section-carousel.sidebar .carousel .article-excerpt-default:not(.article-excerpt-default--primary) a .article-excerpt-default__teaser {
    display: block;
  }
}
.cluster--section-sponsored.sidebar {
  display: none;
  height: auto;
}
@media (max-width: 767px ) {
  .cluster--section-sponsored.sidebar {
    display: block;
  }
}
.cluster--section-sponsored.sidebar a {
  display: block!important;
  border-top: 0;
  padding-top: 0;
}
.cluster--section-sponsored.sidebar a .article-excerpt-default__image-wrapper {
  width: 100%;
  margin-bottom: 8px;
}
.cluster--section-sponsored.sidebar a .article-excerpt-default__content {
  width: auto;
  margin: 0 12px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 26, 2019, 10:59:25 AM
    Author     : Patrick
*/
.contribute-bar {
  background-color: #f8e400;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 999;
  transition: transform 0.2s ease;
  transform: translateY(100%);
}
.contribute-bar__newsletter input {
  border: 0 none !important;
  color: #000;
  margin: 0;
}
.contribute-bar__newsletter-container {
  display: flex;
  background-color: white;
}
@media (min-width: 768px ) {
  .contribute-bar__newsletter-container {
    max-width: 600px;
  }
}
.contribute-bar__newsletter-checkboxes {
  display: flex;
  flex-direction: row;
}
.contribute-bar__newsletter-checkboxes > label:first-of-type {
  margin-right: 24px;
}
.contribute-bar--show {
  transform: translateY(0);
}
@media (min-width: 1200px ) {
  .contribute-bar__content-container {
    margin-left: 224px;
  }
}
.contribute-bar__header {
  margin-bottom: 12px;
}
.contribute-bar__header h3 {
  line-height: 1.5rem;
}
.contribute-bar__content {
  font-size: 0.85rem;
  line-height: 1.4em;
  position: relative;
}
@media (min-width: 1200px ) {
  .contribute-bar__content {
    padding-left: 12px;
    border-left: 3px solid #000;
  }
}
.contribute-bar__content p {
  margin-bottom: 12px;
}
.contribute-bar__content .button {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  font-weight: 500;
}
.contribute-bar__content .button--later {
  position: absolute;
  right: 0;
  top: -15px;
  padding: 15px;
  background-color: transparent;
  width: 15px;
}
.contribute-bar__content .button--later::before,
.contribute-bar__content .button--later::after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #000;
}
.contribute-bar__content .button--later::after {
  transform: rotate(-45deg);
}
.contribute-bar__content .button--later::before {
  transform: rotate(45deg);
}
.contribute {
  background-color: #fff;
  color: #000;
}
@media (max-width: 767px ) {
  .contribute__nav .nav-top {
    z-index: 10;
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 12px;
  }
  .contribute__nav .contribute {
    margin-top: 80px;
  }
}
.contribute__info ul {
  list-style: disc;
  padding-left: 48px;
  margin-bottom: 48px;
}
.contribute__info li {
  margin-bottom: 12px;
}
.contribute__questions {
  margin-top: 48px;
  margin-bottom: 48px;
  padding-top: 48px;
  border-top: 1px solid #dedede;
}
.contribute__wrapper-name {
  display: flex;
  width: 100%;
}
@media (max-width: 767px ) {
  .contribute__wrapper-name {
    flex-flow: column;
  }
}
.contribute__wrapper-name > .wrapped-name {
  margin-top: 20px !important;
  flex: 1;
}
.contribute__wrapper-name > .wrapped-name:first-of-type {
  margin-right: 12px;
}
@media (max-width: 767px ) {
  .contribute__wrapper-name > .wrapped-name:first-of-type {
    margin-right: 0;
  }
}
.contribute__question {
  cursor: pointer;
  border-bottom: 1px solid #dedede;
  padding-top: 24px;
}
.contribute__question h2 {
  display: grid;
  grid-template-columns: 1fr 16px;
  align-items: center;
}
.contribute__question:first-of-type {
  border-top: 1px solid #dedede;
}
.contribute__question:last-of-type {
  border: 0 none;
}
.contribute__question p {
  display: none;
}
.contribute__question--active svg {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.contribute__question--active p {
  display: block;
}
.contribute h1,
.contribute h2 {
  font-family: 'Roboto';
  font-weight: 900;
  margin-bottom: 24px;
  font-size: 3rem;
  background-color: #ffffff;
  box-shadow: #ffffff 1rem 0px 0px 0px, #ffffff -1rem 0px 0px 0px;
  line-height: 1.2em;
}
@media (max-width: 991px ) {
  .contribute h1,
  .contribute h2 {
    font-size: 2rem;
  }
}
.contribute h2 {
  font-size: 2rem;
}
@media (max-width: 991px ) {
  .contribute h2 {
    font-size: 1.5rem;
  }
}
.contribute h3 {
  font-family: 'Roboto';
  font-weight: 500;
  margin-bottom: 24px;
  font-size: 1.25rem;
  background-color: #ffffff;
  box-shadow: #ffffff 1rem 0px 0px 0px, #ffffff -1rem 0px 0px 0px;
  line-height: 1.2em;
}
.contribute a {
  color: #3263c0;
}
.contribute p {
  margin-bottom: 24px;
  line-height: 1.9em;
}
.contribute input {
  margin-top: 12px;
}
.contribute form {
  margin-top: 0;
  color: #fff;
}
.contribute .error {
  color: red;
  margin-top: 12px;
}
.contribute .error:first-letter {
  text-transform: capitalize;
}
.contribute-tabs {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px ) {
  .contribute-tabs {
    flex-flow: column;
  }
}
.contribute-tabs__paypal {
  background-color: #ffd140 !important;
}
.contribute-tabs__paypal a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contribute-tabs__paypal a span {
  color: #003087;
}
.contribute-tabs__tab {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  padding-bottom: 2px;
  width: 33%;
  text-align: center;
  margin-right: 0;
  text-transform: uppercase;
  background-color: #dedede;
  color: #000;
  font-family: 'Roboto';
  font-weight: 500;
  padding: 6px;
}
.contribute-tabs__tab:last-child {
  margin-right: 0;
}
.contribute-tabs__tab.active {
  background: #3263c0;
  color: #fff;
}
@media (max-width: 767px ) {
  .contribute-tabs__tab {
    width: 100%;
  }
}
.rw-contribute {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  clear: both;
  order: 1000;
}
@media (max-width: 767px ) {
  .rw-contribute {
    margin-left: -4px;
    margin-right: -4px;
  }
}
.clmn-contribute {
  display: inline-flex;
  flex: 1 1 0;
  padding-left: 12px;
  padding-right: 12px;
  overflow: hidden;
}
@media (max-width: 767px ) {
  .clmn-contribute {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.contribute-wrapper {
  background: #f7f7f7;
  padding: 24px;
  padding-top: 1px;
  padding-bottom: 12px;
  color: #000;
  font-family: 'Roboto';
}
.contribute-wrapper .input-wrapper input {
  background-color: #fff !important;
}
.contribute-tab__header {
  display: inline-block;
}
.contribute__amount__option {
  width: 100%;
  font-weight: 700;
  padding: 8px 6px;
  background-color: #dedede;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
}
.contribute__amount__option:hover {
  background: #d3d3d3;
}
.contribute__amount__option.active {
  background-color: #3263c0;
  color: #fff;
}
.contribute__submit {
  display: inline-block;
  padding: 6px 24px;
  font-weight: 700;
  background: #fbe500;
  text-transform: uppercase;
  cursor: pointer;
}
.contribute-teaser {
  font-size: 0.8rem;
  display: flex;
  align-items: flex-end;
  flex-flow: column;
}
@media (max-width: 991px ) {
  .contribute-teaser {
    margin-bottom: 12px;
  }
}
.contribute-teaser__cta {
  font-family: roboto;
  font-weight: 600;
  font-size: 1.1rem;
}
.contribute-teaser__button {
  font-family: 'Roboto';
  background: #fbe500;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1em;
}
body.home .contribute-teaser-mobile,
body.article-item--full-header .contribute-teaser-mobile,
body.content-item--full-header .contribute-teaser-mobile {
  margin-top: 0;
  margin-bottom: 0;
}
body.article-item--full-header .contribute-teaser-mobile {
  margin-bottom: 24px;
}
.contribute-teaser-mobile {
  margin-bottom: 24px;
  background: #fbe500;
  padding: 12px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px ) {
  .contribute-teaser-mobile {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.contribute-teaser-mobile__cta {
  font-size: 0.9em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 2;
  padding-right: 12px;
}
.contribute-teaser-mobile__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 124px;
}
.contribute-teaser-mobile__container__button {
  font-family: 'Roboto';
  background: #000;
  color: white;
  display: inline-block;
  padding: 4px 8px 4px 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.7em;
  text-align: center;
}
.contribute-modal {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  height: 100vh;
  width: 100vw;
  z-index: 99992;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.contribute-modal__wrapper {
  position: relative;
  background: white;
  text-align: center;
  background-color: #fdf9c4;
  width: 65vw;
  max-width: 600px;
  padding: 50px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (max-width: 767px ) {
  .contribute-modal__wrapper {
    max-width: 80vw;
    width: 80vw;
    padding: 50px 25px;
  }
}
.contribute-modal__open {
  color: red;
}
.contribute-modal__close {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
@media (max-width: 767px ) {
  .contribute-modal__close {
    right: 8px;
    top: 12px;
  }
}
.contribute-modal__close::before,
.contribute-modal__close::after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #333;
}
@media (max-width: 767px ) {
  .contribute-modal__close::before,
  .contribute-modal__close::after {
    height: 23px;
  }
}
.contribute-modal__close::before {
  transform: rotate(45deg);
}
.contribute-modal__close::after {
  transform: rotate(-45deg);
}
.contribute-modal h2 {
  font-size: 43px;
  font-weight: 900;
  font-family: 'Merriweather';
  line-height: 1.2;
}
@media (max-width: 767px ) {
  .contribute-modal h2 {
    font-size: 20px;
  }
}
.contribute-modal a {
  background-color: #fbe500;
  color: black;
  display: inline-block;
  margin-top: 30px;
}
.donate-header {
  margin-top: -48px;
  background: white;
  height: 85vh;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.donate-header__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  padding: 0 24px;
  align-items: center;
  min-height: 600px;
}
.donate-header__grid__form {
  margin-right: 24px;
}
.donate-header__grid__form .contribute__amount__option.active {
  background-color: #3263c0;
  color: #fff;
}
.donate-header__grid__form .contribute-wrapper {
  background-color: #f7f7f7;
}
.donate-header__grid__form .contribute-tabs {
  display: flex;
  justify-content: space-evenly;
}
.donate-header__grid__form .contribute-tabs__tab {
  background-color: #e0e0e0;
  color: #000;
  width: 100%;
  padding: 12px;
}
.donate-header__grid__form .contribute-tabs__tab.active {
  color: #fff;
  background-color: #3263c0;
}
@media (max-width: 767px ), (min-width: 768px ) and (max-width: 991px ) {
  .donate-header__grid {
    padding: 0;
    grid-template-columns: 1fr;
  }
  .donate-header__grid__form {
    grid-row: 2;
    margin: 0;
  }
  .donate-header__grid__wrap {
    padding: 0 12px;
    margin-bottom: 48px;
  }
}
.donate-header__wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 992px ) {
  .donate-header__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.donate-header__media {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.donate-header__media__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.donate-header__title {
  margin-left: 1em;
}
@media (min-width: 992px ) {
  .donate-header__title--maximized {
    max-width: 75%;
  }
}
.donate-header__title__text {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1em;
  margin-bottom: 12px;
  font-size: 3rem;
  background-color: #fff;
  -webkit-box-shadow: 1rem 0 0 0 #fff, -1rem 0 0 0 #fff;
  box-shadow: 1rem 0 0 0 #fff, -1rem 0 0 0 #fff;
  line-height: 1.2em;
  display: inline;
  -webkit-box-decoration-break: clone;
}
@media (max-width: 1199px ) {
  .donate-header__title__text {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px ) {
  .donate-header__title__text {
    font-size: 2rem;
  }
}
.donate-header__title__subtext {
  font-family: 'Merriweather';
  font-weight: 400;
  font-size: 1.68rem;
  line-height: 1.2em;
  background-color: #fff;
  -webkit-box-shadow: 1rem 0 0 0 #fff, -1rem 0 0 0 #fff;
  box-shadow: 1rem 0 0 0 #fff, -1rem 0 0 0 #fff;
  line-height: 1.6em;
  padding: 0.2em 0;
  display: inline;
  -webkit-box-decoration-break: clone;
}
@media (max-width: 1199px ) {
  .donate-header__title__subtext {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px ) {
  .donate-header__title__subtext {
    font-size: 1.3rem;
  }
}
.donate-header__title__paragraph {
  font-family: 'Merriweather';
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6em;
  padding: 0.2em 0;
  background-color: #fff;
  -webkit-box-shadow: 1rem 0 0 0 #fff, -1rem 0 0 0 #fff;
  box-shadow: 1rem 0 0 0 #fff, -1rem 0 0 0 #fff;
  display: inline;
  -webkit-box-decoration-break: clone;
}
@media (max-width: 1199px ) {
  .donate-header__title__paragraph {
    display: block;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px ) {
  .donate-header__title__paragraph {
    font-size: 1.2rem;
  }
}
.donate-header__buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 24px;
}
.donate-header__button {
  margin-right: 12px;
  display: inline-block;
  background: #000;
  font-family: 'Roboto';
  font-weight: 700;
  color: #000;
  font-size: 1em;
  padding: 1em 1em;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px ) {
  .donate-header__button {
    padding: 1.1em;
    line-height: 1.1em;
    font-size: 1.1em;
  }
}
@media (max-width: 991px ) {
  .donate-header {
    min-height: auto;
    height: auto;
    justify-content: flex-start;
  }
  .donate-header__wrap {
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
  }
  .donate-header__media {
    position: relative;
    height: 50vw;
  }
  .donate-header__title {
    margin-left: 0;
  }
  .donate-header__content {
    padding: 24px 0;
  }
}
@media (max-width: 767px ) {
  .donate-text__form {
    margin: 0 -12px;
  }
}
.donate-text__form .contribute__amount__option.active {
  background-color: #3263c0;
  color: #fff;
}
.donate-text__form .contribute-wrapper {
  background-color: #f7f7f7;
}
.donate-text__form .contribute-tabs {
  display: flex;
  justify-content: space-evenly;
}
.donate-text__form .contribute-tabs__tab {
  background-color: #e0e0e0;
  color: #000;
  width: 100%;
  padding: 12px;
}
.donate-text__form .contribute-tabs__tab.active {
  color: #fff;
  background-color: #3263c0;
}
.covid19-ticker {
  background-color: #e8e8e8;
  padding: 24px;
  min-height: 250px;
  color: #000;
  font-family: "Roboto";
  justify-content: center;
  align-items: center;
}
.covid19-ticker .date {
  font-size: 1.2em;
  margin-bottom: 12px;
  line-height: 1.5;
  font-weight: 700;
}
.covid19-ticker .error {
  display: none;
}
.covid19-ticker .block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px;
}
.covid19-ticker .block .label {
  font-size: 0.8em;
  margin-bottom: 0;
  color: #212121;
}
.covid19-ticker .block .digit {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 1.6em;
  color: #3263c0;
}
.covid19-ticker .block.source {
  color: #212121;
  display: inline-block;
  font-size: 0.7em;
  margin: 0;
}
.details-list {
  _font-size: 0.9rem;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e8e8e8;
}
.details-list:before,
.details-list:after {
  content: ' ';
  display: table;
  clear: both;
}
.details-list__item {
  display: block;
  margin-bottom: 6px;
}
.details-list__item:before,
.details-list__item:after {
  content: ' ';
  display: table;
  clear: both;
}
.details-list__indent {
  width: 24px;
  display: inline-block;
  float: left;
  text-align: center;
}
.details-list__indent i.fa {
  width: 1em;
  margin-left: -1em;
  text-align: center;
}
.details-list__description {
  display: block;
  float: left;
}
.details-list__description a {
  text-decoration: underline;
}
.lead-collection {
  margin-top: -24px;
}
@media (max-width: 1199px ) {
  .lead-collection {
    margin-top: 0;
  }
}
@media (max-width: 767px ) {
  .lead-collection {
    margin-top: 0;
  }
}
.lead-carousel-slide {
  display: none;
}
.developing-story-container {
  margin-bottom: 24px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
@media (max-width: 767px ) {
  .developing-story-container {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: -12px;
    margin-left: -12px;
  }
}
.developing-story__header {
  position: relative;
}
.developing-story__header__content {
  position: absolute;
  bottom: 0;
  z-index: 10;
  bottom: 24px;
  right: 33%;
  left: 0;
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .developing-story__header__content {
    right: 10%;
    bottom: 12px;
  }
}
.developing-story__header__label.label {
  position: absolute;
  top: 12px;
  font-size: 1rem;
}
.developing-story__header__image-wrapper figure {
  height: 500px;
  max-height: 50vh;
  position: relative;
}
@media (min-width: 992px ) and (max-width: 1199px ), (min-width: 768px ) and (max-width: 991px ), (max-width: 767px ) {
  .developing-story__header__image-wrapper figure {
    height: 400px;
    max-height: 40vh;
  }
}
.developing-story__header__image-wrapper figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.developing-story__header__headline {
  display: inline;
  font-size: 1.95rem;
  color: #fff;
  font-family: 'Roboto';
  line-height: 1em;
  margin-bottom: 12px;
  line-height: 1.2em;
  font-size: 3.5rem;
  font-weight: 900;
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 0;
}
@media (max-width: 1199px ) {
  .developing-story__header__headline {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px ) {
  .developing-story__header__headline {
    font-size: 2rem;
  }
}
.developing-story__header__headline .live-label-wrap {
  color: #ed1845;
}
.developing-story__header__headline .live-label-wrap .pulsating-icon {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  background-color: #ed1845;
  width: 0.75em;
  height: 0.75em;
  vertical-align: initial;
  animation: flashing 1.5s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}
@keyframes flashing {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.developing-story__header__teaser {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  padding: 12px;
}
@media (max-width: 767px ) {
  .developing-story__header__teaser {
    display: none;
  }
}
.developing-story__header__type-icon {
  position: absolute;
  color: #fff;
  width: 40px;
  height: 40px;
  bottom: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  line-height: 40px;
  background-color: #ed1845;
  font-size: 20px;
}
.developing-story--video {
  position: relative;
  background: #000;
}
.developing-story--video:before,
.developing-story--video:after {
  content: ' ';
  display: table;
  clear: both;
}
@media (min-width: 1200px ) {
  .developing-story--video .developing-story__header {
    width: 66%;
    float: left;
  }
  .developing-story--video .developing-story-articles {
    width: 34%;
    float: left;
    height: 100%;
  }
  .developing-story--video .developing-story-articles .col {
    width: 100% !important;
    display: block;
    flex: 0 0 100%;
  }
  .developing-story--video .developing-story-article {
    padding-top: 0;
  }
  .developing-story--video .developing-story-article--first .developing-story-article__inner {
    border: none;
  }
  .developing-story--video .developing-story-article a {
    display: block;
    border-top: 1px solid #3263c0;
    padding-top: 12px;
    margin-left: 12px;
    margin-right: 12px;
  }
  .developing-story--video .developing-story-article__inner {
    border-left: 0;
    padding-left: 0;
  }
}
.developing-story-article {
  background: #000;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  height: 100%;
}
.developing-story-article a {
  color: inherit;
}
.developing-story-article__time {
  font-family: 'Roboto';
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
}
.developing-story-article__headline {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2em;
}
.developing-story-article__inner {
  height: 100%;
  border-left: 1px solid #3263c0;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 767px ) {
  .developing-story-article__inner {
    border: 0;
  }
}
.developing-story-article--first .developing-story-article__inner {
  border: none;
}
.dossier__header {
  margin-bottom: 24px;
}
.dossier__header h1 {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1em;
  margin-bottom: 12px;
}
@media (max-width: 1199px ) {
  .dossier__header h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px ) {
  .dossier__header h1 {
    font-size: 2rem;
  }
}
@media (max-width: 1199px ) {
  .dossier__header {
    margin-bottom: 12px;
  }
}
.dossier__header h1 {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1em;
  margin-bottom: 12px;
}
@media (max-width: 1199px ) {
  .dossier__header h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px ) {
  .dossier__header h1 {
    font-size: 2rem;
  }
}
.dossier__header h2 {
  font-family: 'Merriweather';
  font-weight: 400;
  font-size: 1.68rem;
  line-height: 1.2em;
}
@media (max-width: 1199px ) {
  .dossier__header h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px ) {
  .dossier__header h2 {
    font-size: 1.3rem;
  }
}
.dossier__intro {
  font-family: 'Merriweather';
  padding-top: 24px;
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.6em;
  border-top: 1px solid #e8e8e8;
  border-top: 0;
  padding-top: 0;
}
@media (max-width: 1199px ) {
  .dossier__intro {
    padding-top: 12px;
    margin-bottom: 12px;
  }
}
@media (max-width: 991px ) {
  .dossier__intro {
    font-size: 1.1rem;
  }
}
.dossier__content {
  _font-weight: 300;
  padding-bottom: 24px;
}
.dossier__content:before,
.dossier__content:after {
  content: ' ';
  display: table;
  clear: both;
}
.dossier__content h2 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-bottom: 0.3em;
}
.dossier__content h3 {
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.3em;
  margin-bottom: 0.3em;
}
.dossier__content .article__highlighted {
  font-family: 'Merriweather';
  font-weight: 700;
  font-size: 1.2rem;
  padding-top: 18px;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 12px;
}
.dossier__content blockquote {
  font-family: 'Merriweather';
  font-weight: 700;
  font-size: 1.2rem;
  padding-top: 18px;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 12px;
}
.dossier__content blockquote:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAsCAYAAAFOLet/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA31JREFUeNpi+P//PwMUODCgAjCfBcr5jyTBiMxnQtN1gAEdIFnxH10K2QSskuhWMKIpAvMBAggvYkQzjhGb3VgBEwMRAKercUoABBBygLyHSvzHogEEEtDk6xlBmhkZGRlwaGDE4zSSAhKdX4jsbAYkJyngCRgQvo8vGeELTbg8QAChI5CNBgSixQEW0Cx4AoSRQFwy4kqa6GA9MQmP6GgCOhtu8wICNgsSkz7xpbB6ZHm0KGaYT0o8g1MmCXGJIg/SzISU6InN3464cksCAee+R8+NsIDAlbIEoPL70cs2gABCzxgwsB9L6P8nIukiJ2Fs+s/jsrgfhwZkPJ/E5IKBwbGMVAgRkz0IRSZR+pFzBbXAA6JVYonj8wSCyoGAkQbEBDWuxFWPQ9N7EnyPy2K8qRqnJiJBAg79Avgsfo9Fw30SLHUg5Gh0iw3wuZKC4N2PNV1BLcamIYFCC9/jTdBoPr5PYXZ6T0zpBrITIADx5VrDMAwD4YxBIQxCIRTCIARCGQxKIAxCIAxCxqAQWq3apKyKnbOv0vLf+vLw+S4X4L3aYRJb4+epXrXGhYbejY2VUul2tVH8mdDvr46tA74DfQL18QieQfDAONN7c0dwAQsnJWoi9WudX4KSltDlrk8nvDFSn//VXPcWeCDBksl05aS5yyr9DIxXLoKDU0pISs1eMDsyXbN6MoDVWS+BF/K0I5RAwK4O5GlTD9zU3QlDSI3UC+nBEb2tGsx2cbJ88r7gQkKv1p+ldGJP4HtYBk3Lj2+ELUYwGu3gTYBmzKYIQhiGwp1VUAmVgIRKqQQcIAEJSKgEJFQCEsDB7gUuDCl5TQKbmb3tkH75eWlalS9Cx6dKr697F3hnZ+kiwueMpStYLnDHmHQUfFCE/Db8CgLsgeufZI0XrfjMwPs7YK/gSCIKbu9rrTNMd8BZ0VlrllfNMxzAn0p037RoJXwU8KbsZzP+P/97REnHP+jh4ckePoSrKDgbhCqt0csRmcNB6FTDJIo9oxcPiXIn5V5sCXxoBUZ7ajIQ2bk14C3AC1pGyhYk2oECj4Cj7GwMEdBesjz0Dymyln5EajXkACOOOgNQZIFZarezO2Bk/s1GWU2alUUBI6CrUVYR0MK9c5+BR/fufEVFCQ72GTgznUSj8g1M4NL6ikKVdLoo6Wz8RsUZgWL157x4vG2qZziAf2FB/Zhg+9zgAAAAAElFTkSuQmCC');
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 16px;
  transform: rotate(180deg);
}
.dossier__content blockquote:after {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 0;
  margin-right: 0.1em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAsCAYAAAFOLet/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA31JREFUeNpi+P//PwMUODCgAjCfBcr5jyTBiMxnQtN1gAEdIFnxH10K2QSskuhWMKIpAvMBAggvYkQzjhGb3VgBEwMRAKercUoABBBygLyHSvzHogEEEtDk6xlBmhkZGRlwaGDE4zSSAhKdX4jsbAYkJyngCRgQvo8vGeELTbg8QAChI5CNBgSixQEW0Cx4AoSRQFwy4kqa6GA9MQmP6GgCOhtu8wICNgsSkz7xpbB6ZHm0KGaYT0o8g1MmCXGJIg/SzISU6InN3464cksCAee+R8+NsIDAlbIEoPL70cs2gABCzxgwsB9L6P8nIukiJ2Fs+s/jsrgfhwZkPJ/E5IKBwbGMVAgRkz0IRSZR+pFzBbXAA6JVYonj8wSCyoGAkQbEBDWuxFWPQ9N7EnyPy2K8qRqnJiJBAg79Avgsfo9Fw30SLHUg5Gh0iw3wuZKC4N2PNV1BLcamIYFCC9/jTdBoPr5PYXZ6T0zpBrITIADx5VrDMAwD4YxBIQxCIRTCIARCGQxKIAxCIAxCxqAQWq3apKyKnbOv0vLf+vLw+S4X4L3aYRJb4+epXrXGhYbejY2VUul2tVH8mdDvr46tA74DfQL18QieQfDAONN7c0dwAQsnJWoi9WudX4KSltDlrk8nvDFSn//VXPcWeCDBksl05aS5yyr9DIxXLoKDU0pISs1eMDsyXbN6MoDVWS+BF/K0I5RAwK4O5GlTD9zU3QlDSI3UC+nBEb2tGsx2cbJ88r7gQkKv1p+ldGJP4HtYBk3Lj2+ELUYwGu3gTYBmzKYIQhiGwp1VUAmVgIRKqQQcIAEJSKgEJFQCEsDB7gUuDCl5TQKbmb3tkH75eWlalS9Cx6dKr697F3hnZ+kiwueMpStYLnDHmHQUfFCE/Db8CgLsgeufZI0XrfjMwPs7YK/gSCIKbu9rrTNMd8BZ0VlrllfNMxzAn0p037RoJXwU8KbsZzP+P/97REnHP+jh4ckePoSrKDgbhCqt0csRmcNB6FTDJIo9oxcPiXIn5V5sCXxoBUZ7ajIQ2bk14C3AC1pGyhYk2oECj4Cj7GwMEdBesjz0Dymyln5EajXkACOOOgNQZIFZarezO2Bk/s1GWU2alUUBI6CrUVYR0MK9c5+BR/fufEVFCQ72GTgznUSj8g1M4NL6ikKVdLoo6Wz8RsUZgWL157x4vG2qZziAf2FB/Zhg+9zgAAAAAElFTkSuQmCC');
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 16px;
}
.dossier__content p,
.dossier__content ul,
.dossier__content ol {
  margin-bottom: 24px;
  line-height: 1.9em;
  /* added jk */
}
.dossier__content ul,
.dossier__content ol {
  margin-left: 1em;
}
.dossier__content ul li,
.dossier__content ol li {
  padding-left: 0.2em;
  margin-bottom: 0.3em;
}
.dossier__content ul {
  list-style: disc;
}
.dossier__content ol {
  list-style: decimal;
}
.dossier__content a {
  color: #3263c0;
}
.dossier__content cite {
  font-style: italic;
}
.dossier__bottom {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 12px;
  margin-top: -1px;
}
.dossier {
  margin-bottom: 48px;
}
.event-excerpt-default__image img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.event-excerpt-tiny__header {
  margin-bottom: 24px;
}
.event-excerpt-tiny__item {
  position: relative;
  display: table;
  margin-bottom: 6px;
}
.event-excerpt-tiny__item:before,
.event-excerpt-tiny__item:after {
  content: ' ';
  display: table;
  clear: both;
}
.event-excerpt-tiny__visual {
  display: table-cell;
  vertical-align: top;
  line-height: 0;
  color: #fff;
  padding-top: 3px;
}
.event-excerpt-tiny__visual img {
  margin: 0;
  line-height: 0;
}
.event-excerpt-tiny__time {
  font-family: 'Roboto';
  color: #3263c0;
  display: block;
  text-transform: uppercase;
}
.event-excerpt-tiny__headline {
  display: table-cell;
  vertical-align: top;
  font-family: 'Merriweather';
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 135%;
}
.event-excerpt-tiny__label {
  color: #959595;
  padding: 0;
}
.event__header {
  margin-bottom: 24px;
}
.event__featured-image {
  margin-bottom: 24px;
}
.event__label {
  color: #ed1845;
  font-weight: 500;
}
@media (min-width: 768px ) {
  .event__details {
    width: 200px;
  }
}
@media (min-width: 1200px ) {
  .event__details {
    width: 280px;
  }
}
.event__time {
  display: inline-block;
  background: #000;
  color: #fff;
  clear: both;
  padding: 12px;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 24px;
}
.event__location__name {
  font-weight: 500;
  text-decoration: underline;
}
.event__content {
  _font-weight: 300;
  padding-bottom: 24px;
}
.event__content:before,
.event__content:after {
  content: ' ';
  display: table;
  clear: both;
}
.event__content h2 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-bottom: 0.3em;
}
.event__content h3 {
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.3em;
  margin-bottom: 0.3em;
}
.event__content .article__highlighted {
  font-family: 'Merriweather';
  font-weight: 700;
  font-size: 1.2rem;
  padding-top: 18px;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 12px;
}
.event__content blockquote {
  font-family: 'Merriweather';
  font-weight: 700;
  font-size: 1.2rem;
  padding-top: 18px;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 12px;
}
.event__content blockquote:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAsCAYAAAFOLet/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA31JREFUeNpi+P//PwMUODCgAjCfBcr5jyTBiMxnQtN1gAEdIFnxH10K2QSskuhWMKIpAvMBAggvYkQzjhGb3VgBEwMRAKercUoABBBygLyHSvzHogEEEtDk6xlBmhkZGRlwaGDE4zSSAhKdX4jsbAYkJyngCRgQvo8vGeELTbg8QAChI5CNBgSixQEW0Cx4AoSRQFwy4kqa6GA9MQmP6GgCOhtu8wICNgsSkz7xpbB6ZHm0KGaYT0o8g1MmCXGJIg/SzISU6InN3464cksCAee+R8+NsIDAlbIEoPL70cs2gABCzxgwsB9L6P8nIukiJ2Fs+s/jsrgfhwZkPJ/E5IKBwbGMVAgRkz0IRSZR+pFzBbXAA6JVYonj8wSCyoGAkQbEBDWuxFWPQ9N7EnyPy2K8qRqnJiJBAg79Avgsfo9Fw30SLHUg5Gh0iw3wuZKC4N2PNV1BLcamIYFCC9/jTdBoPr5PYXZ6T0zpBrITIADx5VrDMAwD4YxBIQxCIRTCIARCGQxKIAxCIAxCxqAQWq3apKyKnbOv0vLf+vLw+S4X4L3aYRJb4+epXrXGhYbejY2VUul2tVH8mdDvr46tA74DfQL18QieQfDAONN7c0dwAQsnJWoi9WudX4KSltDlrk8nvDFSn//VXPcWeCDBksl05aS5yyr9DIxXLoKDU0pISs1eMDsyXbN6MoDVWS+BF/K0I5RAwK4O5GlTD9zU3QlDSI3UC+nBEb2tGsx2cbJ88r7gQkKv1p+ldGJP4HtYBk3Lj2+ELUYwGu3gTYBmzKYIQhiGwp1VUAmVgIRKqQQcIAEJSKgEJFQCEsDB7gUuDCl5TQKbmb3tkH75eWlalS9Cx6dKr697F3hnZ+kiwueMpStYLnDHmHQUfFCE/Db8CgLsgeufZI0XrfjMwPs7YK/gSCIKbu9rrTNMd8BZ0VlrllfNMxzAn0p037RoJXwU8KbsZzP+P/97REnHP+jh4ckePoSrKDgbhCqt0csRmcNB6FTDJIo9oxcPiXIn5V5sCXxoBUZ7ajIQ2bk14C3AC1pGyhYk2oECj4Cj7GwMEdBesjz0Dymyln5EajXkACOOOgNQZIFZarezO2Bk/s1GWU2alUUBI6CrUVYR0MK9c5+BR/fufEVFCQ72GTgznUSj8g1M4NL6ikKVdLoo6Wz8RsUZgWL157x4vG2qZziAf2FB/Zhg+9zgAAAAAElFTkSuQmCC');
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 16px;
  transform: rotate(180deg);
}
.event__content blockquote:after {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 0;
  margin-right: 0.1em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAsCAYAAAFOLet/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA31JREFUeNpi+P//PwMUODCgAjCfBcr5jyTBiMxnQtN1gAEdIFnxH10K2QSskuhWMKIpAvMBAggvYkQzjhGb3VgBEwMRAKercUoABBBygLyHSvzHogEEEtDk6xlBmhkZGRlwaGDE4zSSAhKdX4jsbAYkJyngCRgQvo8vGeELTbg8QAChI5CNBgSixQEW0Cx4AoSRQFwy4kqa6GA9MQmP6GgCOhtu8wICNgsSkz7xpbB6ZHm0KGaYT0o8g1MmCXGJIg/SzISU6InN3464cksCAee+R8+NsIDAlbIEoPL70cs2gABCzxgwsB9L6P8nIukiJ2Fs+s/jsrgfhwZkPJ/E5IKBwbGMVAgRkz0IRSZR+pFzBbXAA6JVYonj8wSCyoGAkQbEBDWuxFWPQ9N7EnyPy2K8qRqnJiJBAg79Avgsfo9Fw30SLHUg5Gh0iw3wuZKC4N2PNV1BLcamIYFCC9/jTdBoPr5PYXZ6T0zpBrITIADx5VrDMAwD4YxBIQxCIRTCIARCGQxKIAxCIAxCxqAQWq3apKyKnbOv0vLf+vLw+S4X4L3aYRJb4+epXrXGhYbejY2VUul2tVH8mdDvr46tA74DfQL18QieQfDAONN7c0dwAQsnJWoi9WudX4KSltDlrk8nvDFSn//VXPcWeCDBksl05aS5yyr9DIxXLoKDU0pISs1eMDsyXbN6MoDVWS+BF/K0I5RAwK4O5GlTD9zU3QlDSI3UC+nBEb2tGsx2cbJ88r7gQkKv1p+ldGJP4HtYBk3Lj2+ELUYwGu3gTYBmzKYIQhiGwp1VUAmVgIRKqQQcIAEJSKgEJFQCEsDB7gUuDCl5TQKbmb3tkH75eWlalS9Cx6dKr697F3hnZ+kiwueMpStYLnDHmHQUfFCE/Db8CgLsgeufZI0XrfjMwPs7YK/gSCIKbu9rrTNMd8BZ0VlrllfNMxzAn0p037RoJXwU8KbsZzP+P/97REnHP+jh4ckePoSrKDgbhCqt0csRmcNB6FTDJIo9oxcPiXIn5V5sCXxoBUZ7ajIQ2bk14C3AC1pGyhYk2oECj4Cj7GwMEdBesjz0Dymyln5EajXkACOOOgNQZIFZarezO2Bk/s1GWU2alUUBI6CrUVYR0MK9c5+BR/fufEVFCQ72GTgznUSj8g1M4NL6ikKVdLoo6Wz8RsUZgWL157x4vG2qZziAf2FB/Zhg+9zgAAAAAElFTkSuQmCC');
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 16px;
}
.event__content p,
.event__content ul,
.event__content ol {
  margin-bottom: 24px;
  line-height: 1.9em;
  /* added jk */
}
.event__content ul,
.event__content ol {
  margin-left: 1em;
}
.event__content ul li,
.event__content ol li {
  padding-left: 0.2em;
  margin-bottom: 0.3em;
}
.event__content ul {
  list-style: disc;
}
.event__content ol {
  list-style: decimal;
}
.event__content a {
  color: #3263c0;
}
.event__content cite {
  font-style: italic;
}
.imagewrap-square-120 img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.imagewrap-square-65 img {
  width: 65px;
  height: 65px;
  object-fit: cover;
}
.footer .footer__inner {
  border-top: 3px solid #000;
  padding: 24px 0 12px 0;
}
.footer .footer__logo {
  padding-right: 24px;
}
.footer .footer__logo img {
  max-width: 100%;
}
@media (min-width: 768px ) {
  .footer .footer__logo {
    width: 25%;
  }
}
.footer .footer__logo a {
  display: flex;
  flex-flow: column;
}
.footer .footer__logo__text {
  font-family: 'Roboto';
  font-size: 0.6rem;
  color: #105c9b;
  font-weight: 700;
  text-transform: uppercase;
  align-self: flex-end;
  line-height: 1;
  margin-top: -0.2rem;
}
@media (max-width: 767px ) {
  .footer .footer__logo__text {
    font-size: 0.7rem;
    margin-top: 0;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .footer .footer__logo__text {
    font-size: 0.4rem;
    margin-top: 0;
  }
}
.footer .footer__main {
  padding-bottom: 36px;
  margin-bottom: 12px;
  border-bottom: 1px solid #000;
}
.footer .footer__main:before,
.footer .footer__main:after {
  content: ' ';
  display: table;
  clear: both;
}
.footer .footer__form {
  margin-bottom: 12px;
}
@media (min-width: 768px ) {
  .footer .footer__form {
    width: 25%;
    float: left;
    padding-right: 24px;
  }
}
.footer .footer__form .newsletter {
  margin: 0;
}
.footer .footer__form input {
  margin-bottom: 6px;
  padding: 1em;
}
.footer .footer__form__error {
  font-family: 'Roboto';
  margin-bottom: 12px;
  color: #ed1845;
}
.footer .footer__form__error.correct {
  color: #3fa478;
}
.footer .footer__form__header {
  font-size: 0.9rem;
  line-height: 1.7em;
  margin-bottom: 6px;
}
.footer .footer__menu {
  font-family: 'Roboto';
}
@media (min-width: 768px ) {
  .footer .footer__menu {
    width: 75%;
    float: left;
  }
}
.footer .footer__menu .depth-0 > li {
  font-weight: 400;
  margin-bottom: 12px;
}
.footer .footer__menu .depth-0 > li:not(.has-child) {
  display: none;
}
.footer .footer__menu .depth-0 > li > a {
  font-weight: 700;
}
.footer .footer__bottom {
  font-size: 0.8rem;
}
.footer .icon-social {
  font-size: 2rem;
  margin-right: 0.5em;
}
.footer a {
  display: inline-block;
}
.footer a:hover {
  text-decoration: none;
}
.footer h2 {
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
.footer ul,
.footer ol {
  list-style: none;
  _margin-left: 0;
}
.footer.fancyfooter {
  _position: fixed;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
:not([class*="mce-"]) > input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
:not([class*="mce-"]) > select,
:not([class*="mce-"]) > textarea {
  width: 100%;
  background: none;
  border: 1px solid #e8e8e8;
  color: #959595;
  padding: 0.6em;
}
:not([class*="mce-"]) > textarea {
  height: 8em;
}
form {
  margin-top: 2em;
  font-family: 'Open Sans';
}
form button,
form input[type=submit] {
  font-family: 'Roboto';
  font-weight: 700;
  color: #fff;
  font-size: 0.9rem;
  padding: 0.9em 1em;
  line-height: 1em;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #000;
  display: inline-block;
  background-color: #3263c0;
}
.form__label {
  font-family: 'Roboto';
  color: #212121;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1em;
}
.form__label a:hover {
  text-decoration: none;
}
.form__label em {
  font-size: 0.9rem;
  font-weight: 400;
  font-style: normal;
}
.form__error {
  font-family: 'Roboto';
  color: #212121;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1em;
  color: red;
}
.form__error a:hover {
  text-decoration: none;
}
.input-wrapper {
  margin-top: 20px;
}
.header {
  background-color: #000;
  position: relative;
}
@media (min-width: 992px ) {
  .header {
    height: 100vh;
  }
}
.header__content {
  padding-top: 24px;
  padding-bottom: 48px;
}
.header__content h1 {
  font-weight: 700;
}
@media (min-width: 992px ) {
  .header__content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header__bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.header__bottom .navigate-down {
  text-align: center;
  -webkit-animation: jump 1.5s ease 0s infinite normal;
  animation: jump 1.5s ease 0s infinite normal;
}
.header__bottom .navigate-down img {
  height: 55px;
  margin-bottom: 24px;
}
.header__visual {
  position: relative;
  left: calc(50% -  44.66666667px);
}
@media (min-width: 992px ) {
  .header__visual {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.header__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .header__visual {
    left: calc(50% -  -72px);
  }
}
@media (max-width: 991px ) {
  .header__visual {
    position: relative;
    height: 50vh;
    left: 0;
  }
}
.issue-excerpt-default {
  padding: 24px 48px 12px 48px;
  background-color: #f7f7f7;
  text-align: center;
}
.issue-excerpt-default__cover {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 12px;
}
.issue-excerpt-default__title {
  font-size: 0.9rem;
}
.issue-excerpt-extended {
  background-color: #f7f7f7;
  text-align: left;
  border-bottom: 3px solid #000;
  margin-bottom: -3px;
  _height: 100%;
  _padding-bottom: 85px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: auto;
}
.issue-excerpt-extended__link {
  display: block;
}
.issue-excerpt-extended__padding {
  padding: 24px 24px 0 24px;
}
@media (max-width: 991px ) {
  .issue-excerpt-extended__padding {
    padding: 12px 12px 0 12px;
  }
}
.issue-excerpt-extended__cover {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  line-height: 0;
  margin-bottom: 24px;
  margin-top: 4px;
}
@media (max-width: 767px ) {
  .issue-excerpt-extended__cover {
    margin-bottom: 12px;
  }
}
.issue-excerpt-extended__number {
  font-family: 'Roboto';
  color: #212121;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1em;
  font-size: 1.2rem;
}
.issue-excerpt-extended__number a:hover {
  text-decoration: none;
}
@media (max-width: 1199px ) {
  .issue-excerpt-extended__number {
    font-size: 1rem;
  }
}
.issue-excerpt-extended__title {
  color: #3263c0;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 0.85rem;
}
@media (max-width: 1199px ) {
  .issue-excerpt-extended__title {
    font-size: 0.8rem;
  }
}
.issue-excerpt-extended__actions {
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: auto;
}
.issue-excerpt-extended__action {
  border-top: 1px solid #000;
  padding: 6px 24px;
  font-size: 0.75rem;
  font-family: 'Roboto';
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  width: 100%;
}
@media (max-width: 1199px ) {
  .issue-excerpt-extended__action {
    padding: 4px 12px;
  }
}
.issue-excerpt-extended__intro {
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1.7em;
  margin-bottom: 24px;
}
.item-header h1 {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1em;
  margin-bottom: 12px;
}
@media (max-width: 1199px ) {
  .item-header h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px ) {
  .item-header h1 {
    font-size: 2rem;
  }
}
.item-header,
.event__header,
.location__header {
  margin-bottom: 24px;
}
@media (max-width: 1199px ) {
  .item-header,
  .event__header,
  .location__header {
    margin-bottom: 12px;
  }
}
.item-header h1 {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1em;
  margin-bottom: 12px;
}
@media (max-width: 1199px ) {
  .item-header h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px ) {
  .item-header h1 {
    font-size: 2rem;
  }
}
.item-header h2 {
  font-family: 'Merriweather';
  font-weight: 400;
  font-size: 1.68rem;
  line-height: 1.2em;
}
@media (max-width: 1199px ) {
  .item-header h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px ) {
  .item-header h2 {
    font-size: 1.3rem;
  }
}
.item-intro {
  font-family: 'Merriweather';
  padding-top: 24px;
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.6em;
  border-top: 1px solid #e8e8e8;
}
@media (max-width: 1199px ) {
  .item-intro {
    padding-top: 12px;
    margin-bottom: 12px;
  }
}
@media (max-width: 991px ) {
  .item-intro {
    font-size: 1.1rem;
  }
}
.featured-image {
  margin-bottom: 24px;
}
@media (max-width: 767px ) {
  .featured-image {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.featured-image figcaption {
  display: block;
  line-height: 1.2em;
  color: #959595;
  font-size: 0.82rem;
  font-weight: 300;
  text-align: right;
  padding: 8px 0px;
  font-family: 'Roboto';
}
.featured-image figcaption:before,
.featured-image figcaption:after {
  content: ' ';
  display: table;
  clear: both;
}
@media (max-width: 767px ) {
  .featured-image figcaption {
    padding: 8px;
    text-align: left;
  }
}
.featured-image__caption {
  float: left;
  margin-bottom: 0.4em;
  font-weight: 600;
}
@media (max-width: 767px ) {
  .featured-image__caption {
    margin-right: 0.5em;
  }
}
.featured-image__credits {
  float: right;
  color: #000;
}
@media (max-width: 767px ) {
  .featured-image__credits {
    float: left;
  }
}
.item-content {
  _font-weight: 300;
  padding-bottom: 24px;
}
.item-content:before,
.item-content:after {
  content: ' ';
  display: table;
  clear: both;
}
.item-content h2 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-bottom: 0.3em;
}
.item-content h3 {
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.3em;
  margin-bottom: 0.3em;
}
.item-content .article__highlighted {
  font-family: 'Merriweather';
  font-weight: 700;
  font-size: 1.2rem;
  padding-top: 18px;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 12px;
}
.item-content blockquote {
  font-family: 'Merriweather';
  font-weight: 700;
  font-size: 1.2rem;
  padding-top: 18px;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 12px;
}
.item-content blockquote:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAsCAYAAAFOLet/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA31JREFUeNpi+P//PwMUODCgAjCfBcr5jyTBiMxnQtN1gAEdIFnxH10K2QSskuhWMKIpAvMBAggvYkQzjhGb3VgBEwMRAKercUoABBBygLyHSvzHogEEEtDk6xlBmhkZGRlwaGDE4zSSAhKdX4jsbAYkJyngCRgQvo8vGeELTbg8QAChI5CNBgSixQEW0Cx4AoSRQFwy4kqa6GA9MQmP6GgCOhtu8wICNgsSkz7xpbB6ZHm0KGaYT0o8g1MmCXGJIg/SzISU6InN3464cksCAee+R8+NsIDAlbIEoPL70cs2gABCzxgwsB9L6P8nIukiJ2Fs+s/jsrgfhwZkPJ/E5IKBwbGMVAgRkz0IRSZR+pFzBbXAA6JVYonj8wSCyoGAkQbEBDWuxFWPQ9N7EnyPy2K8qRqnJiJBAg79Avgsfo9Fw30SLHUg5Gh0iw3wuZKC4N2PNV1BLcamIYFCC9/jTdBoPr5PYXZ6T0zpBrITIADx5VrDMAwD4YxBIQxCIRTCIARCGQxKIAxCIAxCxqAQWq3apKyKnbOv0vLf+vLw+S4X4L3aYRJb4+epXrXGhYbejY2VUul2tVH8mdDvr46tA74DfQL18QieQfDAONN7c0dwAQsnJWoi9WudX4KSltDlrk8nvDFSn//VXPcWeCDBksl05aS5yyr9DIxXLoKDU0pISs1eMDsyXbN6MoDVWS+BF/K0I5RAwK4O5GlTD9zU3QlDSI3UC+nBEb2tGsx2cbJ88r7gQkKv1p+ldGJP4HtYBk3Lj2+ELUYwGu3gTYBmzKYIQhiGwp1VUAmVgIRKqQQcIAEJSKgEJFQCEsDB7gUuDCl5TQKbmb3tkH75eWlalS9Cx6dKr697F3hnZ+kiwueMpStYLnDHmHQUfFCE/Db8CgLsgeufZI0XrfjMwPs7YK/gSCIKbu9rrTNMd8BZ0VlrllfNMxzAn0p037RoJXwU8KbsZzP+P/97REnHP+jh4ckePoSrKDgbhCqt0csRmcNB6FTDJIo9oxcPiXIn5V5sCXxoBUZ7ajIQ2bk14C3AC1pGyhYk2oECj4Cj7GwMEdBesjz0Dymyln5EajXkACOOOgNQZIFZarezO2Bk/s1GWU2alUUBI6CrUVYR0MK9c5+BR/fufEVFCQ72GTgznUSj8g1M4NL6ikKVdLoo6Wz8RsUZgWL157x4vG2qZziAf2FB/Zhg+9zgAAAAAElFTkSuQmCC');
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 16px;
  transform: rotate(180deg);
}
.item-content blockquote:after {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 0;
  margin-right: 0.1em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAsCAYAAAFOLet/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA31JREFUeNpi+P//PwMUODCgAjCfBcr5jyTBiMxnQtN1gAEdIFnxH10K2QSskuhWMKIpAvMBAggvYkQzjhGb3VgBEwMRAKercUoABBBygLyHSvzHogEEEtDk6xlBmhkZGRlwaGDE4zSSAhKdX4jsbAYkJyngCRgQvo8vGeELTbg8QAChI5CNBgSixQEW0Cx4AoSRQFwy4kqa6GA9MQmP6GgCOhtu8wICNgsSkz7xpbB6ZHm0KGaYT0o8g1MmCXGJIg/SzISU6InN3464cksCAee+R8+NsIDAlbIEoPL70cs2gABCzxgwsB9L6P8nIukiJ2Fs+s/jsrgfhwZkPJ/E5IKBwbGMVAgRkz0IRSZR+pFzBbXAA6JVYonj8wSCyoGAkQbEBDWuxFWPQ9N7EnyPy2K8qRqnJiJBAg79Avgsfo9Fw30SLHUg5Gh0iw3wuZKC4N2PNV1BLcamIYFCC9/jTdBoPr5PYXZ6T0zpBrITIADx5VrDMAwD4YxBIQxCIRTCIARCGQxKIAxCIAxCxqAQWq3apKyKnbOv0vLf+vLw+S4X4L3aYRJb4+epXrXGhYbejY2VUul2tVH8mdDvr46tA74DfQL18QieQfDAONN7c0dwAQsnJWoi9WudX4KSltDlrk8nvDFSn//VXPcWeCDBksl05aS5yyr9DIxXLoKDU0pISs1eMDsyXbN6MoDVWS+BF/K0I5RAwK4O5GlTD9zU3QlDSI3UC+nBEb2tGsx2cbJ88r7gQkKv1p+ldGJP4HtYBk3Lj2+ELUYwGu3gTYBmzKYIQhiGwp1VUAmVgIRKqQQcIAEJSKgEJFQCEsDB7gUuDCl5TQKbmb3tkH75eWlalS9Cx6dKr697F3hnZ+kiwueMpStYLnDHmHQUfFCE/Db8CgLsgeufZI0XrfjMwPs7YK/gSCIKbu9rrTNMd8BZ0VlrllfNMxzAn0p037RoJXwU8KbsZzP+P/97REnHP+jh4ckePoSrKDgbhCqt0csRmcNB6FTDJIo9oxcPiXIn5V5sCXxoBUZ7ajIQ2bk14C3AC1pGyhYk2oECj4Cj7GwMEdBesjz0Dymyln5EajXkACOOOgNQZIFZarezO2Bk/s1GWU2alUUBI6CrUVYR0MK9c5+BR/fufEVFCQ72GTgznUSj8g1M4NL6ikKVdLoo6Wz8RsUZgWL157x4vG2qZziAf2FB/Zhg+9zgAAAAAElFTkSuQmCC');
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 16px;
}
.item-content p,
.item-content ul,
.item-content ol {
  margin-bottom: 24px;
  line-height: 1.9em;
  /* added jk */
}
.item-content ul,
.item-content ol {
  margin-left: 1em;
}
.item-content ul li,
.item-content ol li {
  padding-left: 0.2em;
  margin-bottom: 0.3em;
}
.item-content ul {
  list-style: disc;
}
.item-content ol {
  list-style: decimal;
}
.item-content a {
  color: #3263c0;
}
.item-content cite {
  font-style: italic;
}
.item-author--small {
  text-transform: uppercase;
  color: #3263c0;
  font-weight: 400;
  font-size: 0.8rem;
  font-family: 'Roboto';
  line-height: 1.2em;
  display: inline-block;
  word-wrap: break-word;
  word-break: keep-all;
}
.item-bottom {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 12px;
  margin-top: -1px;
}
.item-aside {
  border: 1px solid #e8e8e8;
  padding: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 991px ) {
  .item-aside {
    padding: 12px;
  }
}
.item-info {
  color: #3263c0;
  font-style: italic;
  font-size: 0.9rem;
  margin-bottom: 12px;
}
.content-header--style2 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-bottom: 0.3em;
}
.timed-articles__item,
.ranked-articles__item {
  margin-bottom: 6px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8e8e8;
}
.timed-articles__item:last-child,
.ranked-articles__item:last-child {
  border-bottom: 0;
}
.label {
  text-transform: uppercase;
  font-family: 'Roboto';
  line-height: 1em;
  font-weight: 400;
  font-size: 0.8rem;
  display: inline-block;
  padding: 4px 0px 4px 0px;
}
@media (min-width: 768px ) {
  .label {
    margin-bottom: 4px;
  }
}
@media (max-width: 767px ) {
  .label {
    font-size: 0.8rem;
    font-weight: 400;
    padding: 0;
  }
}
.label--type-2 {
  color: #fff !important;
  padding: 4px!important;
  display: inline-block;
}
.label--type-3 {
  color: #000 !important;
  padding: 4px!important;
  display: inline-block;
}
.label--color-1 {
  color: #000;
}
.label--color-2 {
  color: #35547b;
}
.label--color-3 {
  color: #3263c0;
}
.label--color-4 {
  color: #ed1845;
}
.label--color-5 {
  color: #fec717;
}
.label--color-6 {
  color: #959595;
}
.label--color-7 {
  color: #e8e8e8;
}
.label--color-8 {
  color: #212121;
}
.label--color-9 {
  color: #3fa478;
}
.label--color-10 {
  color: #00aeef;
}
.label--type-2.label--color-1 {
  color: #fff;
  background-color: #000;
}
.label--type-2.label--color-2 {
  color: #fff;
  background-color: #35547b;
}
.label--type-2.label--color-3 {
  color: #fff;
  background-color: #3263c0;
}
.label--type-2.label--color-4 {
  color: #fff;
  background-color: #ed1845;
}
.label--type-2.label--color-5 {
  color: #fff;
  background-color: #fec717;
}
.label--type-2.label--color-6 {
  color: #fff;
  background-color: #959595;
}
.label--type-2.label--color-7 {
  color: #fff;
  background-color: #e8e8e8;
}
.label--type-2.label--color-8 {
  color: #fff;
  background-color: #212121;
}
.label--type-2.label--color-9 {
  color: #fff;
  background-color: #3fa478;
}
.label--type-2.label--color-10 {
  color: #fff;
  background-color: #00aeef;
}
.label--opinion {
  color: #fff !important;
  padding: 4px!important;
  display: inline-block;
  background-color: #3263c0;
}
.label--sponsored {
  color: #fff !important;
  padding: 4px!important;
  display: inline-block;
  background-color: #fec717 !important;
}
.home .label--sponsored {
  display: none;
}
.list-filter {
  font-family: 'Roboto';
  background-color: #f7f7f7;
  padding: 12px;
}
.list-filter h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
}
.list-filter .list__section {
  margin-bottom: 24px;
}
@media (min-width: 768px ) {
  .list-filter {
    width: 280px;
  }
}
.list-filter :not([class*="mce-"]) > input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.list-filter :not([class*="mce-"]) > select,
.list-filter :not([class*="mce-"]) > textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #212121;
  padding: 0.2em 0.4em;
}
.list-filter :not([class*="mce-"]) > textarea {
  height: 8em;
}
.list-filter .datepicker {
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 6px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
}
.list-filter .datepicker__table {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.list-filter .datepicker__table thead {
  color: #959595;
  font-weight: 700;
}
.list-filter .datepicker__table th,
.list-filter .datepicker__table td {
  height: 100%;
  line-height: 2.5em;
}
.list-filter .datepicker__table th span,
.list-filter .datepicker__table td span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.list-filter .datepicker__table th span.clickable:hover,
.list-filter .datepicker__table td span.clickable:hover {
  background-color: #e8e8e8;
}
.list-filter .datepicker__table th span.active,
.list-filter .datepicker__table td span.active {
  background-color: #e8e8e8;
}
.location-excerpt-default__headline {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2em;
}
.location-excerpt-default__image img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.location-excerpt-tiny__header {
  margin-bottom: 24px;
}
.location-excerpt-tiny__item {
  position: relative;
  display: table;
  margin-bottom: 6px;
}
.location-excerpt-tiny__item:before,
.location-excerpt-tiny__item:after {
  content: ' ';
  display: table;
  clear: both;
}
.location-excerpt-tiny__visual {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
  color: #fff;
  width: 65px;
  height: 65px;
}
.location-excerpt-tiny__visual img {
  margin: 0;
  line-height: 0;
}
.location-excerpt-tiny__time {
  font-family: 'Roboto';
  color: #3263c0;
  display: block;
  text-transform: uppercase;
}
.location-excerpt-tiny__headline {
  display: table-cell;
  vertical-align: middle;
  font-family: 'Merriweather';
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 135%;
  padding-left: 12px;
}
.location-excerpt-tiny__flag {
  font-family: 'Roboto';
  color: #959595;
  text-transform: uppercase;
}
.location__header {
  margin-bottom: 24px;
}
.location__featured-image {
  margin-bottom: 24px;
}
.location__label {
  color: #00aeef;
}
@media (min-width: 768px ) {
  .location__details {
    width: 200px;
  }
}
@media (min-width: 1200px ) {
  .location__details {
    width: 280px;
  }
}
.location__time {
  display: inline-block;
  background: #000;
  color: #fff;
  clear: both;
  padding: 12px;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 24px;
}
.location__content {
  _font-weight: 300;
  padding-bottom: 24px;
}
.location__content:before,
.location__content:after {
  content: ' ';
  display: table;
  clear: both;
}
.location__content h2 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-bottom: 0.3em;
}
.location__content h3 {
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.3em;
  margin-bottom: 0.3em;
}
.location__content .article__highlighted {
  font-family: 'Merriweather';
  font-weight: 700;
  font-size: 1.2rem;
  padding-top: 18px;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 12px;
}
.location__content blockquote {
  font-family: 'Merriweather';
  font-weight: 700;
  font-size: 1.2rem;
  padding-top: 18px;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 12px;
}
.location__content blockquote:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAsCAYAAAFOLet/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA31JREFUeNpi+P//PwMUODCgAjCfBcr5jyTBiMxnQtN1gAEdIFnxH10K2QSskuhWMKIpAvMBAggvYkQzjhGb3VgBEwMRAKercUoABBBygLyHSvzHogEEEtDk6xlBmhkZGRlwaGDE4zSSAhKdX4jsbAYkJyngCRgQvo8vGeELTbg8QAChI5CNBgSixQEW0Cx4AoSRQFwy4kqa6GA9MQmP6GgCOhtu8wICNgsSkz7xpbB6ZHm0KGaYT0o8g1MmCXGJIg/SzISU6InN3464cksCAee+R8+NsIDAlbIEoPL70cs2gABCzxgwsB9L6P8nIukiJ2Fs+s/jsrgfhwZkPJ/E5IKBwbGMVAgRkz0IRSZR+pFzBbXAA6JVYonj8wSCyoGAkQbEBDWuxFWPQ9N7EnyPy2K8qRqnJiJBAg79Avgsfo9Fw30SLHUg5Gh0iw3wuZKC4N2PNV1BLcamIYFCC9/jTdBoPr5PYXZ6T0zpBrITIADx5VrDMAwD4YxBIQxCIRTCIARCGQxKIAxCIAxCxqAQWq3apKyKnbOv0vLf+vLw+S4X4L3aYRJb4+epXrXGhYbejY2VUul2tVH8mdDvr46tA74DfQL18QieQfDAONN7c0dwAQsnJWoi9WudX4KSltDlrk8nvDFSn//VXPcWeCDBksl05aS5yyr9DIxXLoKDU0pISs1eMDsyXbN6MoDVWS+BF/K0I5RAwK4O5GlTD9zU3QlDSI3UC+nBEb2tGsx2cbJ88r7gQkKv1p+ldGJP4HtYBk3Lj2+ELUYwGu3gTYBmzKYIQhiGwp1VUAmVgIRKqQQcIAEJSKgEJFQCEsDB7gUuDCl5TQKbmb3tkH75eWlalS9Cx6dKr697F3hnZ+kiwueMpStYLnDHmHQUfFCE/Db8CgLsgeufZI0XrfjMwPs7YK/gSCIKbu9rrTNMd8BZ0VlrllfNMxzAn0p037RoJXwU8KbsZzP+P/97REnHP+jh4ckePoSrKDgbhCqt0csRmcNB6FTDJIo9oxcPiXIn5V5sCXxoBUZ7ajIQ2bk14C3AC1pGyhYk2oECj4Cj7GwMEdBesjz0Dymyln5EajXkACOOOgNQZIFZarezO2Bk/s1GWU2alUUBI6CrUVYR0MK9c5+BR/fufEVFCQ72GTgznUSj8g1M4NL6ikKVdLoo6Wz8RsUZgWL157x4vG2qZziAf2FB/Zhg+9zgAAAAAElFTkSuQmCC');
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 16px;
  transform: rotate(180deg);
}
.location__content blockquote:after {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 0;
  margin-right: 0.1em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAsCAYAAAFOLet/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA31JREFUeNpi+P//PwMUODCgAjCfBcr5jyTBiMxnQtN1gAEdIFnxH10K2QSskuhWMKIpAvMBAggvYkQzjhGb3VgBEwMRAKercUoABBBygLyHSvzHogEEEtDk6xlBmhkZGRlwaGDE4zSSAhKdX4jsbAYkJyngCRgQvo8vGeELTbg8QAChI5CNBgSixQEW0Cx4AoSRQFwy4kqa6GA9MQmP6GgCOhtu8wICNgsSkz7xpbB6ZHm0KGaYT0o8g1MmCXGJIg/SzISU6InN3464cksCAee+R8+NsIDAlbIEoPL70cs2gABCzxgwsB9L6P8nIukiJ2Fs+s/jsrgfhwZkPJ/E5IKBwbGMVAgRkz0IRSZR+pFzBbXAA6JVYonj8wSCyoGAkQbEBDWuxFWPQ9N7EnyPy2K8qRqnJiJBAg79Avgsfo9Fw30SLHUg5Gh0iw3wuZKC4N2PNV1BLcamIYFCC9/jTdBoPr5PYXZ6T0zpBrITIADx5VrDMAwD4YxBIQxCIRTCIARCGQxKIAxCIAxCxqAQWq3apKyKnbOv0vLf+vLw+S4X4L3aYRJb4+epXrXGhYbejY2VUul2tVH8mdDvr46tA74DfQL18QieQfDAONN7c0dwAQsnJWoi9WudX4KSltDlrk8nvDFSn//VXPcWeCDBksl05aS5yyr9DIxXLoKDU0pISs1eMDsyXbN6MoDVWS+BF/K0I5RAwK4O5GlTD9zU3QlDSI3UC+nBEb2tGsx2cbJ88r7gQkKv1p+ldGJP4HtYBk3Lj2+ELUYwGu3gTYBmzKYIQhiGwp1VUAmVgIRKqQQcIAEJSKgEJFQCEsDB7gUuDCl5TQKbmb3tkH75eWlalS9Cx6dKr697F3hnZ+kiwueMpStYLnDHmHQUfFCE/Db8CgLsgeufZI0XrfjMwPs7YK/gSCIKbu9rrTNMd8BZ0VlrllfNMxzAn0p037RoJXwU8KbsZzP+P/97REnHP+jh4ckePoSrKDgbhCqt0csRmcNB6FTDJIo9oxcPiXIn5V5sCXxoBUZ7ajIQ2bk14C3AC1pGyhYk2oECj4Cj7GwMEdBesjz0Dymyln5EajXkACOOOgNQZIFZarezO2Bk/s1GWU2alUUBI6CrUVYR0MK9c5+BR/fufEVFCQ72GTgznUSj8g1M4NL6ikKVdLoo6Wz8RsUZgWL157x4vG2qZziAf2FB/Zhg+9zgAAAAAElFTkSuQmCC');
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 16px;
}
.location__content p,
.location__content ul,
.location__content ol {
  margin-bottom: 24px;
  line-height: 1.9em;
  /* added jk */
}
.location__content ul,
.location__content ol {
  margin-left: 1em;
}
.location__content ul li,
.location__content ol li {
  padding-left: 0.2em;
  margin-bottom: 0.3em;
}
.location__content ul {
  list-style: disc;
}
.location__content ol {
  list-style: decimal;
}
.location__content a {
  color: #3263c0;
}
.location__content cite {
  font-style: italic;
}
body.nav-expanded {
  _overflow: hidden;
}
@media (max-width: 991px ) {
  body.nav-expanded .nav-expanded {
    overflow-y: scroll;
  }
}
.ft-disclaimer-mobile {
  display: none;
  align-items: center;
  padding: 12px;
  margin: 0 -12px;
}
.ft-disclaimer-mobile span {
  font-family: 'Roboto';
  font-size: 0.9rem;
  padding-left: 12px;
}
.nav-top {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 3px solid #212121;
  position: relative;
  display: flex;
  margin-bottom: 48px;
}
@media (max-width: 767px ) {
  .nav-top {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.nav-top__list {
  flex: 1;
  display: inline-flex;
}
@media (max-width: 767px ), (min-width: 768px ) and (max-width: 991px ) {
  .nav-top__list {
    display: none;
  }
}
@media (max-width: 767px ) {
  .nav-top {
    padding: 12px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0;
  }
}
@media (min-width: 768px ) {
  .nav-top {
    border-top: 1px solid #212121;
  }
}
.nav-top li,
.nav-top .menu-trigger,
.nav-top__lang-toggle {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
  font-family: 'Roboto';
  cursor: pointer;
}
.nav-top__extra {
  display: flex;
  margin-left: auto;
}
.nav-top__lang-toggle {
  margin-right: 24px;
  display: flex;
  align-items: center;
}
.nav-top__lang-toggle > svg {
  margin-right: 0.5em;
  height: 100%;
}
@media (max-width: 767px ) {
  .nav-top__lang-toggle {
    position: absolute;
    right: 10%;
    top: 12px;
    font-size: 0.8rem;
    margin: 0;
  }
  .nav-top__lang-toggle > svg {
    display: none;
  }
}
.nav-top__ft-disclaimer {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.nav-top__ft-disclaimer span {
  font-family: 'Roboto';
  font-size: 0.9rem;
  padding-left: 12px;
}
@media (max-width: 767px ) {
  .nav-top__ft-disclaimer {
    display: none;
  }
}
.nav-top li {
  margin-right: 24px;
}
.nav-top .menu-trigger {
  margin-right: 12px;
  padding-right: 12px;
}
@media (max-width: 767px ) {
  .nav-top .menu-trigger {
    margin-right: 0;
  }
}
.nav-top .nav-top__logo--xs {
  flex: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.nav-top .nav-top__logo--xs .site-header__logo {
  width: auto;
}
.nav-top .nav-top__logo--xs .site-header__logo img {
  height: 22px;
  max-width: initial;
}
.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  border: 0 none;
  align-items: center;
  margin: 0;
  padding: 0;
}
.sticky-nav .timeline {
  position: absolute;
  height: 3px;
  left: 0;
  top: 0;
  background: #3263c0;
  z-index: 9991;
}
@media (min-width: 768px ) and (max-width: 991px ), (max-width: 767px ) {
}
.nav-top__search input {
  display: inline-block;
  position: absolute;
  right: 36px;
  width: 250px !important;
  top: 0;
  height: 100%;
  border: none !important;
  background-color: #fff !important;
  z-index: 100;
}
.nav-top__search-trigger {
  display: inline-block;
  padding-right: 12px;
  cursor: pointer;
}
@media (max-width: 767px ) {
  .nav-top__search-trigger {
    padding-right: 0;
  }
}
.nav-expanded {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: 'Roboto';
  font-size: 1.15rem;
  line-height: 1.4em;
  z-index: 1000;
}
.nav-expanded .nav-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 1000;
}
.nav-expanded .nav-expanded__close {
  font-weight: 100;
  font-size: 50px;
  cursor: pointer;
}
.nav-expanded .nav-expanded__header {
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
  margin-bottom: 36px;
  margin-top: 48px;
}
.nav-expanded .nav-container {
  position: relative;
  z-index: 1001;
}
.nav-expanded .nav-container .nav-container__inner {
  width: 100%;
}
.nav-expanded .nav-container * {
  color: #fff;
}
.nav-expanded nav li {
  margin-bottom: 0.4em;
}
.nav-expanded ul.depth-0 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
  order: 1000;
}
.nav-expanded ul.depth-0 > li {
  width: 25%;
  margin-bottom: 24px;
  padding-right: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: -0.1px;
  -webkit-box-direction: column;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px ) {
  .nav-expanded ul.depth-0 > li {
    width: 100%;
  }
}
.nav-expanded .depth-0 > li > a {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.nav-expanded .depth-0 > li > a:after {
  content: "";
  height: 1em;
  display: inline-block;
}
@media (max-width: 1199px ) {
  body.home .nav-top {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px ) {
  body.home .nav-top {
    margin-bottom: 0;
  }
}
.page__header {
  margin-bottom: 24px;
}
.page__header h1 {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1em;
  margin-bottom: 12px;
}
@media (max-width: 1199px ) {
  .page__header h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px ) {
  .page__header h1 {
    font-size: 2rem;
  }
}
@media (max-width: 1199px ) {
  .page__header {
    margin-bottom: 12px;
  }
}
.page__header h1 {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1em;
  margin-bottom: 12px;
}
@media (max-width: 1199px ) {
  .page__header h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px ) {
  .page__header h1 {
    font-size: 2rem;
  }
}
.page__header h2 {
  font-family: 'Merriweather';
  font-weight: 400;
  font-size: 1.68rem;
  line-height: 1.2em;
}
@media (max-width: 1199px ) {
  .page__header h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px ) {
  .page__header h2 {
    font-size: 1.3rem;
  }
}
.page__intro {
  font-family: 'Merriweather';
  padding-top: 24px;
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.6em;
  border-top: 1px solid #e8e8e8;
  border-top: 0;
  padding-top: 0;
}
@media (max-width: 1199px ) {
  .page__intro {
    padding-top: 12px;
    margin-bottom: 12px;
  }
}
@media (max-width: 991px ) {
  .page__intro {
    font-size: 1.1rem;
  }
}
.page__content {
  _font-weight: 300;
  padding-bottom: 24px;
}
.page__content:before,
.page__content:after {
  content: ' ';
  display: table;
  clear: both;
}
.page__content h2 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-bottom: 0.3em;
}
.page__content h3 {
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.3em;
  margin-bottom: 0.3em;
}
.page__content .article__highlighted {
  font-family: 'Merriweather';
  font-weight: 700;
  font-size: 1.2rem;
  padding-top: 18px;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 12px;
}
.page__content blockquote {
  font-family: 'Merriweather';
  font-weight: 700;
  font-size: 1.2rem;
  padding-top: 18px;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 12px;
}
.page__content blockquote:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAsCAYAAAFOLet/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA31JREFUeNpi+P//PwMUODCgAjCfBcr5jyTBiMxnQtN1gAEdIFnxH10K2QSskuhWMKIpAvMBAggvYkQzjhGb3VgBEwMRAKercUoABBBygLyHSvzHogEEEtDk6xlBmhkZGRlwaGDE4zSSAhKdX4jsbAYkJyngCRgQvo8vGeELTbg8QAChI5CNBgSixQEW0Cx4AoSRQFwy4kqa6GA9MQmP6GgCOhtu8wICNgsSkz7xpbB6ZHm0KGaYT0o8g1MmCXGJIg/SzISU6InN3464cksCAee+R8+NsIDAlbIEoPL70cs2gABCzxgwsB9L6P8nIukiJ2Fs+s/jsrgfhwZkPJ/E5IKBwbGMVAgRkz0IRSZR+pFzBbXAA6JVYonj8wSCyoGAkQbEBDWuxFWPQ9N7EnyPy2K8qRqnJiJBAg79Avgsfo9Fw30SLHUg5Gh0iw3wuZKC4N2PNV1BLcamIYFCC9/jTdBoPr5PYXZ6T0zpBrITIADx5VrDMAwD4YxBIQxCIRTCIARCGQxKIAxCIAxCxqAQWq3apKyKnbOv0vLf+vLw+S4X4L3aYRJb4+epXrXGhYbejY2VUul2tVH8mdDvr46tA74DfQL18QieQfDAONN7c0dwAQsnJWoi9WudX4KSltDlrk8nvDFSn//VXPcWeCDBksl05aS5yyr9DIxXLoKDU0pISs1eMDsyXbN6MoDVWS+BF/K0I5RAwK4O5GlTD9zU3QlDSI3UC+nBEb2tGsx2cbJ88r7gQkKv1p+ldGJP4HtYBk3Lj2+ELUYwGu3gTYBmzKYIQhiGwp1VUAmVgIRKqQQcIAEJSKgEJFQCEsDB7gUuDCl5TQKbmb3tkH75eWlalS9Cx6dKr697F3hnZ+kiwueMpStYLnDHmHQUfFCE/Db8CgLsgeufZI0XrfjMwPs7YK/gSCIKbu9rrTNMd8BZ0VlrllfNMxzAn0p037RoJXwU8KbsZzP+P/97REnHP+jh4ckePoSrKDgbhCqt0csRmcNB6FTDJIo9oxcPiXIn5V5sCXxoBUZ7ajIQ2bk14C3AC1pGyhYk2oECj4Cj7GwMEdBesjz0Dymyln5EajXkACOOOgNQZIFZarezO2Bk/s1GWU2alUUBI6CrUVYR0MK9c5+BR/fufEVFCQ72GTgznUSj8g1M4NL6ikKVdLoo6Wz8RsUZgWL157x4vG2qZziAf2FB/Zhg+9zgAAAAAElFTkSuQmCC');
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 16px;
  transform: rotate(180deg);
}
.page__content blockquote:after {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 0;
  margin-right: 0.1em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAsCAYAAAFOLet/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA31JREFUeNpi+P//PwMUODCgAjCfBcr5jyTBiMxnQtN1gAEdIFnxH10K2QSskuhWMKIpAvMBAggvYkQzjhGb3VgBEwMRAKercUoABBBygLyHSvzHogEEEtDk6xlBmhkZGRlwaGDE4zSSAhKdX4jsbAYkJyngCRgQvo8vGeELTbg8QAChI5CNBgSixQEW0Cx4AoSRQFwy4kqa6GA9MQmP6GgCOhtu8wICNgsSkz7xpbB6ZHm0KGaYT0o8g1MmCXGJIg/SzISU6InN3464cksCAee+R8+NsIDAlbIEoPL70cs2gABCzxgwsB9L6P8nIukiJ2Fs+s/jsrgfhwZkPJ/E5IKBwbGMVAgRkz0IRSZR+pFzBbXAA6JVYonj8wSCyoGAkQbEBDWuxFWPQ9N7EnyPy2K8qRqnJiJBAg79Avgsfo9Fw30SLHUg5Gh0iw3wuZKC4N2PNV1BLcamIYFCC9/jTdBoPr5PYXZ6T0zpBrITIADx5VrDMAwD4YxBIQxCIRTCIARCGQxKIAxCIAxCxqAQWq3apKyKnbOv0vLf+vLw+S4X4L3aYRJb4+epXrXGhYbejY2VUul2tVH8mdDvr46tA74DfQL18QieQfDAONN7c0dwAQsnJWoi9WudX4KSltDlrk8nvDFSn//VXPcWeCDBksl05aS5yyr9DIxXLoKDU0pISs1eMDsyXbN6MoDVWS+BF/K0I5RAwK4O5GlTD9zU3QlDSI3UC+nBEb2tGsx2cbJ88r7gQkKv1p+ldGJP4HtYBk3Lj2+ELUYwGu3gTYBmzKYIQhiGwp1VUAmVgIRKqQQcIAEJSKgEJFQCEsDB7gUuDCl5TQKbmb3tkH75eWlalS9Cx6dKr697F3hnZ+kiwueMpStYLnDHmHQUfFCE/Db8CgLsgeufZI0XrfjMwPs7YK/gSCIKbu9rrTNMd8BZ0VlrllfNMxzAn0p037RoJXwU8KbsZzP+P/97REnHP+jh4ckePoSrKDgbhCqt0csRmcNB6FTDJIo9oxcPiXIn5V5sCXxoBUZ7ajIQ2bk14C3AC1pGyhYk2oECj4Cj7GwMEdBesjz0Dymyln5EajXkACOOOgNQZIFZarezO2Bk/s1GWU2alUUBI6CrUVYR0MK9c5+BR/fufEVFCQ72GTgznUSj8g1M4NL6ikKVdLoo6Wz8RsUZgWL157x4vG2qZziAf2FB/Zhg+9zgAAAAAElFTkSuQmCC');
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 16px;
}
.page__content p,
.page__content ul,
.page__content ol {
  margin-bottom: 24px;
  line-height: 1.9em;
  /* added jk */
}
.page__content ul,
.page__content ol {
  margin-left: 1em;
}
.page__content ul li,
.page__content ol li {
  padding-left: 0.2em;
  margin-bottom: 0.3em;
}
.page__content ul {
  list-style: disc;
}
.page__content ol {
  list-style: decimal;
}
.page__content a {
  color: #3263c0;
}
.page__content cite {
  font-style: italic;
}
.page__bottom {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 12px;
  margin-top: -1px;
}
.page {
  margin-bottom: 48px;
}
.podcast-excerpt-default {
  padding-bottom: 24px;
}
.podcast-excerpt-default__image-wrapper {
  background: #f7f7f7;
  padding: 24px;
  margin-bottom: 12px;
  text-align: center;
}
.podcast-excerpt-default__image-wrapper figure {
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: '' 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: '' 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: '' 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.podcast-excerpt-default__image-wrapper figure img {
  height: 125px;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.22);
}
.podcast-excerpt-default__link {
  display: block;
}
.podcast-excerpt-default__headline {
  font-family: 'Roboto';
  font-size: 1rem;
  font-weight: 500;
  line-height: 135%;
}
.podcast-excerpt-default__label {
  text-transform: uppercase;
  font-family: 'Roboto';
  line-height: 1em;
  font-weight: 400;
  font-size: 0.8rem;
  display: inline-block;
  padding: 4px 0px 4px 0px;
  color: #3263c0;
}
@media (min-width: 768px ) {
  .podcast-excerpt-default__label {
    margin-bottom: 4px;
  }
}
@media (max-width: 767px ) {
  .podcast-excerpt-default__label {
    font-size: 0.8rem;
    font-weight: 400;
    padding: 0;
  }
}
.podcast-excerpt-default__teaser {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.6em;
}
.podcast-cluster {
  /*
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	*/
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.podcast-cluster hr {
  width: 100%;
}
.podcast-list {
  height: 100%;
}
.podcast-list hr {
  width: 100%;
}
.podcast-list__item {
  padding-bottom: 24px;
  padding-top: 12px;
  border-top: 1px solid #efefef;
}
.podcast-list__item:first-child {
  padding-top: none;
  border-top: 0;
}
.podcast-author {
  width: 100%;
}
.podcast-author__image-wrapper {
  padding: 24px;
  text-align: center;
  background-color: #f7f7f7;
  margin-bottom: 12px;
}
.podcast-author__image-wrapper figure {
  margin: 0 auto;
}
.podcast-author__image-wrapper img {
  height: 125px;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.22);
}
.podcast-list__more {
  border-top: 1px solid #212121;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-family: 'Roboto';
  font-weight: 700;
  width: 100%;
  _margin-top: auto;
}
.podcast-list__more a {
  height: 40px;
  line-height: 40px;
  display: block;
}
.podcast-list__more a:hover:after {
  content: ' ›';
  font-size: 1rem;
  line-height: 0;
}
.post-excerpt h2 {
  margin-bottom: 0px;
}
.post-excerpt figure.post-featured {
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
}
.post-excerpt figure.post-featured img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.announcement {
  color: #212121;
  padding: 24px;
  margin: -24px 0 24px;
  border: 1px solid #212121;
  position: relative;
  display: block;
}
.announcement .close {
  position: absolute;
  right: 2.2em;
  top: 0.5em;
  width: 10px;
  height: 10px;
  opacity: 0.3;
}
.announcement .close:hover {
  opacity: 1;
  cursor: pointer;
}
.announcement .close:before,
.announcement .close:after {
  position: absolute;
  left: 1.5em;
  content: ' ';
  height: 1.2em;
  width: 0.1em;
  background-color: #212121;
}
.announcement .close:before {
  transform: rotate(45deg);
}
.announcement .close:after {
  transform: rotate(-45deg);
}
.announcement p:not(:last-child) {
  padding-bottom: 12px;
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .announcement {
    margin-top: 0;
  }
}
@media (min-width: 768px ) and (max-width: 991px ), (max-width: 767px ) {
  .announcement {
    margin-top: 24px;
  }
}
.section__seperator {
  margin-top: 48px;
}
.cluster--section-opinion .label--opinion {
  display: none;
}
.sidebar {
  display: block;
  height: 100%;
}
@media (min-width: 768px ) {
  .sidebar {
    width: 336px;
  }
}
.sidebar .sidebar__section {
  margin-bottom: 36px;
}
.sidebar .sidebar__section__header {
  margin-bottom: 12px;
}
.sidebar .sidebar__section__header i.fa {
  font-size: 1.375rem;
  margin-right: 0.1em;
}
.sidebar__sticky {
  position: sticky;
  top: 0px;
}
.site-header {
  border-top: 3px solid #3263c0;
  display: flex;
  justify-content: space-between;
}
.site-header__logo {
  display: flex;
  width: 410px;
  max-width: 100%;
  flex-flow: column;
}
.site-header__text {
  font-family: 'Roboto';
  font-size: 0.8rem;
  color: #105c9b;
  font-weight: 700;
  text-transform: uppercase;
  align-self: flex-end;
  line-height: 1;
  margin-top: -0.2rem;
}
@media (max-width: 767px ) {
  .site-header__text {
    font-size: 0.4rem;
    margin: 0;
  }
}
.article__images:before,
.article__images:after {
  content: ' ';
  display: table;
  clear: both;
}
@media (max-width: 767px ) and (max-width: 767px ) {
  .article__images {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.header__slider .slider-nav {
  font-size: 80px;
}
@media (max-width: 767px ) {
  .header__slider .slider-nav {
    font-size: 8vw;
  }
}
.slider {
  background: #f7f7f7;
  height: auto;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.slider .slider__slide {
  position: absolute;
}
.slider figcaption {
  display: block;
  line-height: 1.2em;
  color: #959595;
  font-size: 0.82rem;
  font-weight: 300;
  padding: 8px 0px;
  font-family: 'Roboto';
}
@media (max-width: 767px ) {
  .slider figcaption {
    padding: 8px;
    text-align: left;
  }
}
.slider.slider--fixed-size {
  padding-bottom: 66%;
  overflow: visible;
}
.slider.slider--fixed-size .slider__slide {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  /*
			.aligner();
			.align-items--center();*/
  background-position: center center;
  background-size: cover;
}
.slider.slider--fixed-size .slider__slide-inner {
  /*
			.aligner();
			.aligner-item-center();*/
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
}
.slider.slider--fixed-size .slider__slide-inner img {
  /*
				.aligner-item-center();	*/
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.slider__nav {
  height: 100%;
  font-size: 10px;
}
.slider__nav .slider__previous,
.slider__nav .slider__next {
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  line-height: 70px;
  text-align: center;
  width: 30px;
  height: 70px;
  background: rgba(200, 200, 200, 0.5);
}
.slider__nav .slider__previous i.fa,
.slider__nav .slider__next i.fa {
  transition: transform 0.2s ease;
}
.slider__nav .slider__previous {
  display: block;
  left: 0;
  z-index: 100;
}
.slider__nav .slider__previous:hover i.fa {
  transform: translateX(-2px);
}
.slider__nav .slider__next {
  display: block;
  right: 0;
  z-index: 100;
}
.slider__nav .slider__next:hover i.fa {
  transform: translateX(2px);
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 4, 2018, 9:55:07 AM
    Author     : Patrick
*/
.social {
  display: flex;
}
.social--buttons {
  justify-content: space-between;
}
@media (max-width: 767px ) {
  .social--buttons {
    flex-flow: column;
    justify-content: center;
  }
}
.social__icon {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  font-size: 17.5px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  background-color: #e8e8e8;
}
.social__icon:not(:last-of-type) {
  margin-right: 6px;
}
.social__icon i.fa {
  color: #fff;
  line-height: 35px;
}
.social__icon--facebook {
  background-color: #4a62a0;
  font-size: 18.9px;
}
.social__icon--facebook i.fa {
  transform: translateX(-7%) translateY(2%);
}
.social__icon--twitter {
  background-color: #1DA1F2;
  font-size: 20.3px;
}
.social__icon--twitter i.fa {
  transform: translateX(2%);
}
.social__icon--telegram {
  background-color: #4ba9e2;
}
.social__icon--telegram i.fa {
  transform: translateX(-12%) translatey(-1%);
}
.social__icon--whatsapp {
  font-size: 20.65px;
  background-color: #40a600;
}
.social__icon--whatsapp i.fa {
  transform: translateX(1%) translateY(-1%);
}
.social__icon--email {
  font-size: 18.9px;
  background-color: #999999;
}
.social__icon--email i.fa {
  transform: translateX(1%) translateY(-1%);
}
.social__icon--instagram {
  font-size: 20.65px;
  background: -webkit-linear-gradient(45deg, #FEDA77, #DD2A7B, #515BD3);
  background: linear-gradient(45deg, #FEDA77, #DD2A7B, #515BD3);
}
.social__icon--instagram i.fa {
  transform: translateX(0%) translateY(0%);
}
.social__icon--rss {
  background-color: #ed6100;
  font-size: 19.25px;
}
.social__icon--rss i.fa {
  transform: translateX(5%) translateY(0%);
}
.social__icon--newsletter {
  background-color: #3c64c3;
}
.social-follow {
  display: flex;
  justify-content: space-between;
}
.social-follow__icons .social__icon {
  display: inline-block;
  margin: 0;
}
.social-follow__header {
  font-family: 'Roboto';
  text-transform: uppercase;
  font-weight: 500;
  line-height: 35px;
}
.tabs__tab {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  _margin-bottom: 6px;
  margin-right: 24px;
  padding-bottom: 2px;
}
.tabs__tab:last-child {
  margin-right: 0;
}
.tabs__tab--active {
  border-bottom: 3px solid #000;
}
.tabs__header {
  display: inline-block;
}
.carousel {
  position: relative;
}
.carousel__arrow {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  z-index: 9991;
  top: 30%;
  cursor: pointer;
  height: 25px;
  width: 25px;
}
.carousel__prev {
  left: 8px;
}
.carousel__next {
  right: 8px;
}
.generic-modal__container {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.generic-modal__wrapper {
  background: white;
  padding: 1.2rem;
  padding-top: 2.4rem;
  position: relative;
}
.generic-modal__toggle {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  cursor: pointer;
}
.newsletter {
  margin: 24px 0;
}
.newsletter > input[type="email"] {
  max-width: 500px;
}
.newsletter button {
  display: block;
}
.newsletter__landing {
  border-bottom: 1px solid #000;
}
@media (max-width: 767px ) {
  .newsletter__landing {
    border: 0 none;
  }
}
.newsletter__mailmeback {
  border-top: 1px solid #000;
  margin-bottom: 24px;
  padding-top: 24px;
}
.newsletter__mailmeback a {
  color: #3263c0;
}
.newsletter__mailmeback h2,
.newsletter__mailmeback p {
  font-family: 'Roboto';
}
.newsletter__mailmeback h2 {
  margin-bottom: 12px;
  font-weight: 600;
}
.newsletter__landing .footer__form {
  display: none;
}
.newsletter__error {
  color: #ed1845;
  margin-top: 24px;
}
.newsletter__error.correct {
  color: #3fa478;
}
.newsletter__loading {
  margin-top: 24px;
  color: #3fa478;
}
.newsletter__item .article-excerpt-default__first {
  font-size: 1.2rem !important;
  width: calc(8/12*100%);
  max-width: calc(8/12*100%);
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .newsletter__item .article-excerpt-default__first {
    font-size: 1.1rem !important;
    width: auto;
    max-width: none;
  }
}
@media (max-width: 767px ) {
  .newsletter__item .article-excerpt-default__first {
    font-size: 1rem!important;
    width: auto;
    max-width: none;
  }
}
.newsletter__item a {
  display: flex;
  flex-flow: column;
}
.newsletter__item__image-wrapper {
  line-height: 0;
  position: relative;
  width: calc(8/12*100%);
}
@media (max-width: 767px ) {
  .newsletter__item__image-wrapper {
    width: auto;
  }
}
.newsletter__item__image-wrapper figure {
  line-height: 0;
  margin-bottom: 8px;
}
.newsletter__item__image-wrapper figcaption {
  display: flex;
  line-height: 1.2em;
  color: #959595;
  font-size: 0.82rem;
  font-weight: 300;
  justify-content: space-between;
  padding: 8px 0 0 0;
  font-family: 'Roboto';
}
.newsletter__item__image-wrapper figcaption span:first-of-type {
  font-weight: 600;
}
.newsletter__item__image-wrapper figcaption span:last-of-type {
  color: #000;
}
.newsletter__label {
  display: flex;
  cursor: pointer;
  font-family: 'Roboto';
  font-weight: 400;
}
.newsletter__label > span {
  align-self: center;
  padding-top: 12px;
}
.newsletter__label > span input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
}
.newsletter__label > span label {
  position: relative;
}
.newsletter__label > span label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #959595;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.newsletter__label > span input[type="checkbox"]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.newsletter__label > span input[type="checkbox"]:checked + label:before {
  background-color: #3263c0;
  border-color: #3263c0;
}
@media (max-width: 767px ) {
  .newsletter__label > span {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px ) {
  .newsletter__label {
    padding: 0;
  }
}
.newsletter__message {
  color: #3263c0;
}
@media (max-width: 767px ) {
  .newsletter__message {
    font-size: 1.3rem;
  }
}
.lectures__partners {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  row-gap: 24px;
  align-items: center;
  justify-items: center;
  padding: 24px;
  margin-top: 48px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (min-width: 768px ) and (max-width: 991px ), (max-width: 767px ) {
  .lectures__partners {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 12px;
    row-gap: 12px;
  }
}
.lectures__partners li:not(:last-of-type) {
  margin-right: 24px;
}
@media (min-width: 768px ) and (max-width: 991px ), (max-width: 767px ) {
}
.lectures__partners li img {
  max-height: 60px;
}
@media (min-width: 768px ) and (max-width: 991px ), (max-width: 767px ) {
  .lectures__partners li {
    margin: 0 !important;
  }
}
.lectures__shim {
  grid-column: 0.6;
}
@media (min-width: 768px ) and (max-width: 991px ), (max-width: 767px ) {
  .lectures__shim {
    grid-column: 1;
  }
}
.visual {
  position: relative;
  padding: 0;
  line-height: 0;
}
.visual img {
  width: 100%;
  max-height: 66vh;
  object-fit: cover;
  object-position: center;
}
.visual.visual--small img {
  max-height: 40vh;
}
.visual .visual__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000;
  text-align: center;
  color: #fff;
}
.visual .visual__content h2 {
  font-size: 5rem;
  font-weight: 800;
}
.visual .visual__content p {
  font-weight: 500;
}
.plus {
  padding: 12px;
  background: #000;
  text-align: center;
  font-family: 'Merriweather';
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.plus__sub {
  color: #ed1845;
}
.plus a {
  color: #fff;
  display: block;
}
@media (max-width: 767px ) and (max-width: 767px ) {
  .plus--banner-header {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.campaign__plus--advertorial {
  margin-right: 6px;
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.campaign__logo {
  margin-bottom: 24px;
  padding: 0 48px;
  text-align: center;
}
.campaign__logo__img {
  max-height: 140px;
  margin-left: auto;
  margin-right: auto;
}
.campaign__intro {
  margin: 24px 0;
}
.campaign__button {
  display: block;
  text-align: center;
  margin-bottom: 24px;
}
.campaign__disclaimer {
  font-family: 'Roboto';
  font-size: 16px;
  padding: 12px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.campaign__header--style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.campaign__header .campaign__disclaimer {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.slbOverlay,
.slbWrapOuter,
.slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-animation: slbOverlay 0.5s;
  -moz-animation: slbOverlay 0.5s;
  animation: slbOverlay 0.5s;
}
.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}
.slbWrap {
  position: absolute;
  text-align: center;
}
.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;
}
.slbContentEl .slbContentOuter {
  padding: 5em 1em;
}
.slbContent {
  position: relative;
}
.slbContentEl .slbContent {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  background-color: #fff;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}
.slbImageWrap {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  position: relative;
}
.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF;
}
.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}
.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.slbCloseBtn,
.slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}
.slbCloseBtn::-moz-focus-inner,
.slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.slbCloseBtn:hover,
.slbArrow:hover {
  opacity: 0.5;
}
.slbCloseBtn:active,
.slbArrow:active {
  opacity: 0.8;
}
.slbCloseBtn {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -0.33333em;
  top: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.slbLoading .slbCloseBtn {
  display: none;
}
.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}
.slbLoading .slbArrows {
  display: none;
}
.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden;
}
.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8em 0 0 -0.8em;
  border: 0.8em solid transparent;
}
.slbArrow.next {
  right: 0;
}
.slbArrow.next:before {
  border-left-color: #fff;
}
.slbArrow.prev {
  left: 0;
}
.slbArrow.prev:before {
  border-right-color: #fff;
}
.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}
.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000;
}
@-webkit-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-webkit-keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slbEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.search-box {
  margin: 0 0 24px 0;
}
@media (min-width: 992px ) {
  .search-box {
    background-color: #3263c0;
    padding: 12px 24px;
    margin: 24px 0 0 0;
  }
}
.search-box__search {
  position: relative;
}
.search-box__search__input {
  padding-right: 40px;
}
.search-box__search__submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-right: 12px;
  font-size: 22px;
  background: transparent;
}
.search-box__refine {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.search-box__refine__filters {
  display: flex;
  flex-direction: row;
}
.search-box__authors {
  font-family: 'Open Sans';
  font-size: 16px;
}
.search-box__authors__author {
  background: #3263c0;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all ease 0.2s;
}
.search-box__authors__close {
  font-weight: 500;
}
.search-select {
  z-index: 0;
  position: relative;
  font-family: 'Roboto';
}
.search-select--active {
  z-index: 1;
}
.search-select--active .search-select__label {
  display: block;
  z-index: 3;
  color: black;
}
.search-select--active .search-select__label:after {
  transform: rotate(225deg);
  top: 18px;
}
.search-select--active .search-select__label--main:after {
  border-color: black;
}
@media (max-width: 991px ) {
  .search-select--active .search-select__label:after {
    top: 13px;
  }
}
.search-select--active .search-select__container {
  z-index: 2;
}
.search-select--right {
  text-align: right;
}
.search-select--right .search-select__container {
  right: 0;
}
.search-select__label {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 8px 40px 8px 0.6em;
  font-weight: 400;
  text-transform: uppercase;
  color: black;
}
.search-select__label:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 16px;
  bottom: auto;
  left: auto;
  width: 12px;
  height: 12px;
  border: 0px;
  border-style: solid;
  border-bottom-width: 2px;
  border-right-width: 2px;
  border-color: #000;
  transform: rotate(45deg);
  transform-origin: center center;
}
.search-select__label--main {
  color: white;
}
.search-select__label--main:after {
  border-color: white;
}
@media (max-width: 767px ), (min-width: 768px ) and (max-width: 991px ) {
  .search-select__label--main {
    color: black;
  }
  .search-select__label--main:after {
    border-color: black;
  }
}
@media (max-width: 991px ) {
  .search-select__label {
    padding: 4px 30px 4px 0.3em;
    font-size: 12px;
  }
  .search-select__label:after {
    top: 9px;
    right: 14px;
    bottom: auto;
    left: auto;
    width: 8px;
    height: 8px;
  }
}
.search-select__container {
  position: absolute;
  top: 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 48px 0.6em 16px 0.6em;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px ) {
  .search-select__container {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px ) {
  .search-select__container {
    padding: 32px 0.4em 8px 0.4em;
  }
}
.search-select__option {
  margin: 4px 0;
}
.search-select__options {
  min-width: 180px;
}
@media (max-width: 991px ) {
  .search-select__options {
    font-size: 14px;
  }
}
.search-select__dates {
  display: none;
  margin-top: 4px;
  min-width: 220px;
}
@media (min-width: 768px ) {
  .search-select__dates {
    border-left: 1px solid #e8e8e8;
    padding: 0 0.6em 0 1.2em;
  }
}
.search-select__dates__label {
  font-weight: 500;
}
.search-exerpt {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #e8e8e8;
  padding-top: 24px;
  padding-bottom: 24px;
  gap: 24px;
}
@media (max-width: 767px ) {
  .search-exerpt {
    gap: 12px;
  }
}
.search-exerpt__data {
  flex-grow: 2;
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 767px ) {
  .search-exerpt__data {
    flex-direction: column;
    gap: 6px;
  }
}
.search-exerpt__date {
  min-width: 120px;
  font-size: 0.9rem;
  font-family: 'Roboto';
  font-weight: 500;
  color: #959595;
}
@media (max-width: 767px ) {
  .search-exerpt__date {
    order: 2;
  }
}
@media (min-width: 768px ) {
  .search-exerpt__content {
    max-width: 75%;
  }
}
.search-exerpt__label {
  color: #3263c0;
  margin-bottom: 2px!important;
}
.search-exerpt__headline {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2em;
  margin-bottom: 4px;
}
@media (max-width: 991px ) {
  .search-exerpt__headline {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2em;
  }
}
.search-exerpt__visual {
  flex-shrink: 0;
  width: 25%;
  max-width: 240px;
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .search-exerpt__visual {
    max-width: 180px;
    width: 180px;
  }
}
@media (max-width: 767px ) {
  .search-exerpt__visual {
    max-width: 120px;
    width: 120px;
  }
}
.search-exerpt__media {
  line-height: 0;
  height: 0;
  display: block;
  overflow: hidden;
  padding-bottom: calc(9/16*100%);
  background: #e8e8e8;
  position: relative;
}
.search-exerpt__media__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.search-exerpt__summary {
  font-size: 14px;
  line-height: 21px;
}
.search-header {
  height: 50vh;
  min-height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  margin-top: -24px;
  margin-bottom: 36px;
}
.search-header__media {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 5%;
}
@media (max-width: 991px ) {
  .search-header__media {
    bottom: 15%;
  }
}
.search-header__media__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.search-header__content {
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.search-header__textwrap {
  margin-left: 24px;
}
@media (min-width: 992px ) {
  .search-header__textwrap--maximized {
    max-width: 75%;
  }
}
.search-header__textwrap__title {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1em;
  margin-bottom: 12px;
  font-size: 3rem;
  background-color: #fff;
  box-shadow: 24px 0 0 0 #fff, -24px 0 0 0 #fff;
  line-height: 1.2em;
  display: inline;
}
@media (max-width: 1199px ) {
  .search-header__textwrap__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px ) {
  .search-header__textwrap__title {
    font-size: 2rem;
  }
}
.search-header__textwrap__subtitle {
  font-family: 'Merriweather';
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6em;
  padding: 0.2em 0;
  background-color: #fff;
  box-shadow: 24px 0 0 0 #fff, -24px 0 0 0 #fff;
  display: inline;
}
@media (max-width: 1199px ) {
  .search-header__textwrap__subtitle {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px ) {
  .search-header__textwrap__subtitle {
    font-size: 1.2rem;
  }
}
.loading {
  margin: 48px 0;
  display: flex;
  justify-content: center;
  /*
	&__progress {
		width:120px;
		height:8px;
		//background: linear-gradient(#000 0 0) ~'0/0%' no-repeat #ddd;
		background-color: #ddd;
		background-size: 20%;
		background-image:  linear-gradient(#000 0 0);
		background-repeat: no-repeat;
		background-position-x: 0;
		background-position-y: 50%;
		animation:progress 2s infinite linear;
	}	
	
	
	@keyframes progress {
		100% {background-size:100%}
	} */
}
.loading__progress {
  width: 30px;
  aspect-ratio: 1;
  --c: no-repeat linear-gradient(#000 0 0);
  background: var(--c) 0% 50%, var(--c) 50% 50%, var(--c) 100% 50%;
  background-size: 20% 100%;
  animation: progress 1s infinite linear;
}
@keyframes progress {
  0% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
  33% {
    background-size: 20% 10%, 20% 100%, 20% 100%;
  }
  50% {
    background-size: 20% 100%, 20% 10%, 20% 100%;
  }
  66% {
    background-size: 20% 100%, 20% 100%, 20% 10%;
  }
  100% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
}
.search-meta {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 24px;
}
.search-meta__authors {
  flex-grow: 2;
  font-family: 'Roboto';
  font-weight: 500;
}
.search-meta__authors__mount {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
.search-meta__authors__more:hover {
  color: #35547b;
}
.search-meta__authors__author {
  font-weight: 400;
  margin: 0 5px 0 0;
  text-decoration: underline;
}
.search-meta__authors__author:hover {
  color: #35547b;
}
.search-meta__clear {
  font-family: 'Roboto';
  font-weight: 300;
  text-decoration: underline;
  text-align: right;
  flex-shrink: 0;
}
.search-meta__clear__icon {
  margin-left: 4px;
}
:not([class*="mce-"], .flatpickr-calendar *) > input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
:not([class*="mce-"], .flatpickr-calendar *) > select,
:not([class*="mce-"]) > textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #959595;
  padding: 0.6em;
}
:not([class*="mce-"]) > textarea {
  height: 8em;
}
form {
  margin-top: 2em;
  font-family: 'Open Sans';
}
form button,
form input[type="submit"] {
  font-family: 'Roboto';
  font-weight: 700;
  color: #fff;
  font-size: 0.9rem;
  padding: 0.9em 1em;
  line-height: 1em;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #000;
  display: inline-block;
  background-color: #3263c0;
}
.form__label {
  font-family: 'Roboto';
  color: #212121;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1em;
}
.form__label a:hover {
  text-decoration: none;
}
.form__label em {
  font-size: 0.9rem;
  font-weight: 400;
  font-style: normal;
}
.form__error {
  font-family: 'Roboto';
  color: #212121;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1em;
  color: red;
}
.form__error a:hover {
  text-decoration: none;
}
.input-wrapper {
  margin-top: 20px;
}
.input-flatpickr {
  background-image: url("data:image/svg+xml,<svg width='48' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'><path d='M9 44q-1.2 0-2.1-.9Q6 42.2 6 41V10q0-1.2.9-2.1Q7.8 7 9 7h3.25V4h3.25v3h17V4h3.25v3H39q1.2 0 2.1.9.9.9.9 2.1v31q0 1.2-.9 2.1-.9.9-2.1.9Zm0-3h30V19.5H9V41Zm0-24.5h30V10H9Zm0 0V10v6.5Z' /></svg>") !important;
  background-position: top 50% right 8px !important;
  background-repeat: no-repeat !important;
  background-size: 24px !important;
}
.numInputWrapper .numInput {
  border: 0 none!important;
  padding: 0!important;
  color: #000 !important;
}
/*# sourceMappingURL=main.css.map */