@charset "UTF-8";
@font-face {
  font-family: "Futura-Medium";
  src: url("../fonts/Futura-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Futura-Medium.woff") format("woff"), url("../fonts/Futura-Medium.ttf") format("truetype"), url("../fonts/Futura-Medium.svg#Futura-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* html, */
body {
  width: 100%;
  padding: 0px;
  margin: 0px;
  height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  background-repeat: repeat-x;
  overscroll-behavior: contain;
}
#app{
  height: 100%;
}
#predictions{
  height: 100%;
}
.link-copied-notification {
  position: absolute !important;
  width: 250px;
  right: 10px;
  bottom: 0px;
}
.o {
  opacity: 0;
}

.none {
  display: none;
}

.rel {
  position: relative;
}

.red {
  color: red;
}

.oneline a {
  display: inline-block;
}

.abs {
  position: absolute;
}

.cur {
  cursor: pointer;
}

.ib {
  display: inline-block;
}

.links {
  /* display: inline-block;
  padding: 0px;
  margin: inherit px !important; */
  font-size: 14px;
  font-weight: lighter;
  color: hsl(0, 0%, 29%) !important;
  
}
.bordered{
  border: 1px solid hsl(0, 0%, 21%) !important;
}

.underline {
  text-decoration: underline !important;
}

.modalText h3 {
  font-size: 25px;
  font-weight: bold;
  margin: 40px 0px 15px;
}
.modalText p {
  margin: 15px;
}
.modalText .tUl {
  list-style: disc;
  padding: 0px 30px;
}
.modalText .tOl {
  padding: 0px 30px;
}
.modalText .tn {
  color: red;
}
.modalText .smaller {
  font-size: 11px;
}

.tdAvatar {
  width: 60px;
  text-align: center;
}
.tdAvatar input {
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block !important;
  margin-left: 14px;
}
.tdAvatar .woman {
  display: none;
}

div.lang {
  display: inline-block;
  width: 50px;
  height: 30px;
  position: relative;
  margin-top: 4px !important;
  margin-left: -10px;
}
div.lang.is-hidden-desktop {
  margin-left: 0px;
}
div.lang img {
  cursor: pointer;
  left: 0px;
}
div.lang #ctnLang {
  width: 40px;
  height: 20px;
  left: 3px;
  top: 12px;
  cursor: pointer;
}
div.lang #ctnLang img {
    width: 100%;
}

div.lang.home-lang #ctnLang {
    top: 5px;
}

div.lang.pages-lang #ctnLang {
    top: 20px;
}

#view0 {
  width: 100%;
  height: 100%;
}
#view0 #topmenu {
  height: 80px;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 50px;
}
#view0 #topmenu .left {
  width: 55%;
  font-size: 50px;
  font-weight: bold;
  float: left;
  padding-left: 50px;
}
#view0 #topmenu .right {
  width: 45%;
  text-align: right;
  float: right;
  padding-right: 50px;
}

#view0 #topmenu .right {
  width: 100%;
  text-align: right;
  float: none;
  padding: 0px;
}

#view0 #centersearch {
  display: table;
  vertical-align: middle;
  width: 80%;
  max-width: 480px;
  margin: 0px auto;
  text-align: center;
  height: 100%;
}
#view0 #centersearch .inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  margin: 0px auto;
  position: relative;
  text-align: center;
}
#view0 #centersearch .inner .dsearch {
  width: 100%;
  height: 30px;
}
#view0 #centersearch .inner .dsearch .dinput {
  width: auto;
  margin-right: 50px;
}
#view0 #centersearch .inner .dsearch .dhelp {
  float: right;
  text-align: right;
  width: 50px !important;
}
#view0 #centersearch .inner h1 {
  font-size: 60px;
  text-align: center;
  margin-bottom: 4px;
  font-family: "Futura-Medium", sans-serif;
}
/* @keyframes appear {
  0% {color: white;}
  50% {color: red;}
  75% {color: white;}
  100% {color: red;}
} */
#view0 #centersearch .inner h1 span {
  color: red;
  display: inline-block;
  /* color: white;
  animation-name: appear;
  animation-delay: 5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease; */
}
#view0 #centersearch .inner p.everything {
  margin-top: -10px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}
#view0 #centersearch .inner #categories {
  text-align: center;
  margin-top: 20px;
  padding: 10px;
}
#view0 #centersearch .inner ul.categories {
  margin: 0px;
  padding: 0px;
  /* font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; */
  font-size: 10px;
  text-align: justify;
}
#view0 #centersearch .inner ul.categories li {
  display: inline-block;
  margin: 0px 5px;
  font-size: 11px;
  padding: 0px;
  font-weight: 700;
  line-height: 10px;
}
#view0 #centersearch .inner ul.categories li a {
  text-decoration: none;
}
#view0 #centersearch .inner ul.categories li a:hover {
  text-decoration: underline;
}
#view0 #centersearch .inner ul.categories li a.showmore {
  background-color: #444;
  padding: 2px 4px;
  margin: 5px 5px;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 10px;
  -moz-border-radius: 4px;
}
#view0 #centersearch .inner ul.categories li a.showmore:hover {
  text-decoration: none;
}
#view0 #centersearch .inner ul.categories li.std::before {
  content: "• ";
  font-size: 18px;
  position: relative;
  top: 1px;
}
#view0 #v0footer {
  position: absolute;
  width: 100%;
  bottom: 20px;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
}
#view0 #v0footer span {
  font-size: 40px;
}

.tipNewspapper {
  color: #aaa;
  font-style: italic;
  font-size: 10px;
  padding-top: 3px;
}

.tipCountry {
  font-weight: bold;
  background-color: #aaa;
  color: #fff;
  padding: 6px 10px;
  margin-bottom: 6px;
}

.tipText {
  font-weight: 400;
  line-height: 13px;
}

.nolink {
  color: #000;
  text-decoration: none;
}

.radius100 {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}

.dot {
  border: 1px solid rgba(0, 0, 0, 0.6);
}

.cursor {
  cursor: pointer;
  opacity: 0.1;
}

#left {
  opacity: 0.1;
}

#app {
  width: 100%;
  background-color: #fff;
  margin: 0px auto;
}

#listView {
  padding: 0px 50px 50px 60px;
}
#listView .year {
  font-size: 30px;
}
#listView p.cat2 {
  margin-bottom: 34px;
  margin-top: 34px;
  margin-left: 30px;
}
#listView table {
  margin-left: 30px;
}
#listView td.td {
  padding-bottom: 20px;
}
#listView td.scope {
  min-width: 120px;
  padding-top: 0px;
}
#listView td.pred {
  min-width: 120px;
  padding-top: 0px;
  cursor: pointer;
}
#listView td.expand {
  width: 29px;
  vertical-align: top;
}
#listView td.expand div.level1 {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  float: left;
  top: 2px;
}
#listView td.expand div.button12 {
  display: block;
  float: left;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border: 1px solid #ccc;
  margin-right: 9px;
  cursor: pointer;
}
#listView td.expand div.button12 i {
  position: relative;
  left: 5px;
  top: 3px;
  font-size: 13px;
}
#listView td.expand div.button13 {
  display: block;
  float: left;
  position: relative;
  width: 15px;
  height: 20px;
  margin-right: 4px;
  cursor: pointer;
}
#listView td.expand div.button13 i {
  position: relative;
  left: 3px;
  top: 4px;
  font-size: 13px;
  color: #40be24;
}
#listView td.expand div.button14 {
  display: block;
  float: left;
  position: relative;
  width: px;
  height: 20px;
  margin-right: 8px;
  cursor: pointer;
}
#listView td.expand div.button14 i {
  position: relative;
  left: 1px;
  top: 5px;
  font-size: 13px;
  color: red;
}
#listView td.expand div.istrue {
  width: 40px;
  position: relative;
  height: 20px;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
}
#listView td.expand div.istrue .true {
  width: 80%;
  height: 100%;
  float: left;
  background: #40be24;
  background: linear-gradient(90deg, #40be24 26%, #00ff22 100%);
}
#listView td.expand div.istrue .false {
  width: 20%;
  height: 100%;
  background: #ff3737;
  float: left;
}
#listView p.country {
  padding-right: 20px;
  color: #bbb;
}
#listView p.text a {
  color: #000;
}
#listView p.text p.newspapper {
  font-size: 12px;
  font-style: italic;
  color: #3a4;
}
#listView .cat {
  font-size: 20px;
  padding-left: 20px;
}
#listView ul {
  font-size: 16px;
}

#scloading {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: white;
}
#scloading div {
  width: 400px;
  height: 300px;
  left: 50%;
  top: 50%;
  position: absolute;
}
#scloading div img {
  position: absolute;
  left: -200px;
  top: -150px;
}

.swbuttons {
  text-align: center;
  vertical-align: top;
  display: table;
  margin: 0px auto;
}
.swbuttons .socialicons {
  display: table-cell;
  padding: 0px 5px;
  height: 36px;
  text-align: center;
  vertical-align: top;
}
.swbuttons .socialicons .social {
  background-color: #eee;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  display: inline-block;
  height: 36px;
  text-align: center;
  cursor: pointer;
}
.swbuttons .socialicons .social img {
  margin: 10px;
}
.swbuttons #switch {
  vertical-align: top;
  height: 36px;
  padding: 0px 5px;
  display: table-cell;
}
.swbuttons #switch a {
  color: #777;
  text-decoration: none;
  background-color: #eee;
  padding: 6px 30px;
  font-size: 15px;
  width: 200px;
  max-width: 250px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  display: inline-block;
  height: 35px;
  width: auto;
}
.swbuttons #switch a:hover {
  color: #000;
}
.swbuttons .selectYear {
  vertical-align: top;
  margin: 0px 10px;
  height: 36px;
  padding: 0px 5px;
  display: table-cell;
}
.swbuttons .selectYear select {
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0px auto;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  display: inline-block;
  height: 35px;
  width: auto;
  font-size: 15px;
  width: 70px;
  max-width: 250px;
  background-color: #eee;
  text-align: center;
  outline: none;
  border: 0px none;
  font-weight: bold;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
}
.swbuttons .selectYear select::before {
  content: "";
  font-family: FontAwesome;
  color: #fff;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 15px;
  pointer-events: none;
}

.yearsNB {
  width: 400px;
  height: auto;
  display: inline-block;
  position: relative;
  text-align: justify;
}
.yearsNB a {
  display: inline !important;
  margin: 0px 4px;
}

#menu2 {
  position: fixed;
  width: 100%;
  height: auto;
  min-height: 72px;
  margin-bottom: 0px;
  margin-top: 59px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

#menu {
  position: fixed;
  width: 100%;
  height: 60px;
  padding-top: 10px;
  margin-bottom: 0px;
  background-color: #fff;
}
#menu .logo {
  width: 126px;
  height: 50px;
  font-size: 20px;
  margin-top: 14px;
  margin-left: 10px;
  cursor: pointer;
}

#predictions {
  width: 100%;
  height: 400px;
  padding-top: 20px;
  overflow: hidden;
}
#predictions #ctn {
  height: 400px;
  overflow: hidden;
  position: relative;
}
#predictions #ctn .yearblock {
  top: 0px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  text-align: center;
}
#predictions #ctn .yearname {
  top: 330px;
  height: 60px;
  text-align: center;
  font-size: 23px;
  color: #eee;
  font-weight: 700;
}

#filters {
  text-align: center;
  margin-top: 20px;
  padding: 10px;
}
#filters .columns {
  max-width: 600px;
  margin: auto !important;
}

#zoom {
  width: 100%;
  text-align: center;
  font-size: 15px;
}
#zoom a {
  display: inline-block;
  margin: 0px 1px;
  color: #000;
}

#categories {
  text-align: center;
  margin-top: 20px;
  padding: 10px;
}

ul.categories {
  margin: 0px;
  padding: 0px;
  /* font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; */
  font-size: 10px;
}

ul.categories li {
  display: inline-block;
  margin: 0px 5px;
  font-size: 11px;
  padding: 0px;
  font-weight: 700;
}
ul.categories li a {
  text-decoration: none;
}
ul.categories li a:hover {
  text-decoration: underline;
}
ul.categories li a.showmore {
  background-color: #444;
  padding: 2px 4px;
  margin: 5px 5px;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 10px;
  -moz-border-radius: 4px;
}
ul.categories li a.showmore:hover {
  text-decoration: none;
}

ul.categories li.std::before {
  content: "• ";
  font-size: 18px;
  position: relative;
  top: 1px;
}

#tip {
  left: -200px;
  top: 0px;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 4px 4px;
  max-width: 150px;
  background-color: #000;
  color: #fff;
}
#tip .text0 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

.select select {
  min-width: 220px !important;
}

.s2 {
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  #listView {
    padding: 0px 10px 50px 10px;
  }
  #listView p.cat2 {
    margin-left: 10px;
  }
  #listView table {
    margin-left: 10px;
  }

  #view0 {
    width: 100%;
    height: 100%;
  }
  #view0 #topmenu {
    height: 80px;
    position: fixed;
    width: 100%;
    height: 50px;
  }
  #view0 #topmenu .left {
    width: 55%;
    font-size: 50px;
    font-weight: bold;
    float: left;
    padding-left: 50px;
  }
  #view0 #topmenu .right {
    width: 45%;
    text-align: right;
    float: right;
    padding-right: 50px;
  }

  #view0 #topmenu .right div.lang {
    display: inline-block;
    width: 40px;
    height: 30px;
    position: relative;
  }
  #view0 #topmenu .right div.lang img {
    cursor: pointer;
    left: 0px;
  }
  #view0 #topmenu .right div.lang #ctnLang {
    width: 30px;
    height: 20px;
    background-color: red;
    left: 10px;
    top: 10px;
    cursor: pointer;
  }

  #view0 #topmenu .right {
    width: 100%;
    text-align: center;
    position: relative;
    float: none;
    padding: 0px;
    font-size: 12px;
  }
  #view0 #topmenu .right a {
    /* display: inline-block;
    margin-top: 9px;
    margin-left: 4x;
    margin-right: 4px; */
    /* color: #000; */
    font-size: 13px !important;
  }
  #view0 #centersearch {
    display: table;
    vertical-align: middle;
    width: 80%;
    max-width: 480px;
    margin: 0px auto;
    text-align: center;
    height: 100%;
  }
  #view0 #centersearch .inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    margin: 0px auto;
    position: relative;
    text-align: center;
  }
  #view0 #centersearch .inner h1 {
    font-size: 47px;
  }
  #view0 #centersearch .inner p.everything {
    margin-top: -10px;
    font-size: 10px;
    text-align: center;
    margin-bottom: 20px;
  }
  #view0 #centersearch .inner ul.categories {
    font-size: 10px;
    text-align: justify;
  }
  #view0 #centersearch .inner ul.categories li {
    margin: 0px 4px;
    font-size: 10px;
    line-height: 10px;
  }
  body, #app, #view0,
  #view0 #centersearch,
  #view0 #centersearch .inner {
    height: auto !important;
  }
  #view0 #v0footer {
    bottom: 15px;
    font-size: 13px;
    line-height: 23px;
    position: unset;
    margin: 20px 0;
  }
  #view0 #v0footer span {
    font-size: 34px;
  }

  #menu {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  #menu .left {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    float: none !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    height: auto;
  }
  #menu .left .logo {
    float: left;
    font-size: 20px;
    width: 100%;
    text-align: center;
    height: 50px;
    text-align: center;
  }
  #menu .left .searchbox {
    float: none !important;
    width: 100%;
    height: 50px;
    margin-top: 6px;
    margin-bottom: 20px;
    min-width: 100px;
    position: relative;
  }
  #menu .right {
    width: 100%;
    position: relative;
    text-align: center;
    float: none !important;
    height: auto;
  }
  #menu .right a {
    display: inline-block;
    margin-top: 29px;
    margin-left: 6px;
    margin-right: 6px;
    text-decoration: none;
    color: #444;
    font-weight: 500;
    font-size: 12px;
  }
  #menu .right div.lang {
    display: inline-block;
    width: 40px;
    height: 30px;
    position: relative;
  }
  #menu .right div.lang img {
    cursor: pointer;
    left: 0px;
  }
  #menu .right div.lang #ctnLang {
    width: 30px;
    height: 20px;
    background-color: red;
    left: 10px;
    top: 15px;
    cursor: pointer;
  }
  #menu .right a:hover {
    color: #000;
  }
}

.language-thumbnail{
  /*filter: grayscale(90%);*/
}

/*# sourceMappingURL=predictions.css.map */

.rounded-0{
  border-radius: 0px !important;
}

.mw-300{
  max-width:300px;
}
.mw-600{
  max-width:600px;
}
.mw-500{
  max-width:500px;
}
.has-background-primary-light{
  background-color: hsl(171, 100%, 96%)!important;
}
.has-background-link-light{
  background-color: hsl(219, 70%, 96%)!important;
}
.has-background-info{
  background-color: hsl(204, 86%, 53%)!important;
}
.has-background-link{
  background-color: hsl(217, 71%, 53%)!important;
}
.has-background-white{
  background-color: hsl(0, 0%, 100%)!important;
}
.children-padding > *{
  padding: .75rem !important;
}
.field button.has-text-link {
  padding: 8px 12px;
  font-size: 14px;
}
.timeline-info {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin: 5px 0 10px;
}
@media screen and (max-width: 980px){
  .share-btn-icons .at-share-timeline span {
      display: none;
  }
  .at-share-btn-elements span.at-label {
      display: none;
  }
}
.help-info a {
  padding: 10px 30px;
  border: 2px solid #cb0202;
  margin: 5px;
  display: inline-block;
  color: #000;
}
.help-info a:hover {
  color: #cb0202;
}
.navbar-rt-item{
  margin-left: auto;
  display: flex;
}
.navbar-brand .navbar-burger{
  margin-left: 0;
}
.navbar-profile-item{
  
  padding: 15px 0;
}
.navbar-profile-item img {
  border-radius: 50%;
}
.links.navbar-item img {
  border-radius: 15px;
}



g.grid-block g text {
    transform: translate(-2px, 25px) rotate(-90deg);
    letter-spacing: 0.5px;
}
.new-graph-vue svg {
  
}

g.brush-stackcolumn g rect {
    cursor: pointer;
}

.cookie{
    width: 400px;
    background-color: #000000de;
    position: fixed;
    bottom: 10px;
    border-radius: 10px;
    left: 10px;
    padding: 15px;
    max-width: 95%;
}

.cookie .txt{
  float: left;
    width: 70%;
}
.txt p{
  color: #ffffff;
  font-size: 13px;
}

.cookie .accept {
    background-color: #ff0000;
    color: #fff !important;
    border-radius: 32px;
    padding: 3px 23px;
    /* align-self: center; */
    font-size: 13px;
    margin-top: 2.5%;
    margin-left: auto;
    float: right;
}
.cookie .accept:hover {
  background-color: #c90303;
}
svg {
  overflow:  visible;
}

.graph-section {
  padding-top: 130px;
}
g.grid-range g line {
    stroke: #ebebeb !important;
}

@media screen and (max-width: 550px) {
.cookie {
  bottom: 5px;
}
.cookie .txt {
  width: 100%;
}
.txt p {
  margin-bottom: 10px;
}
.cookie .accept {
  float: none;
}
.graph-section {
  padding-top: 60px;
  overflow-x: scroll;
}
}


#addthissmartlayerscssready {
 color:#bada55!important
}
.addthis-smartlayers,
div#at4-follow,
div#at4-share,
div#at4-thankyou,
div#at4-whatsnext {
 padding:0;
 margin:0
}
#at4-follow-label,
#at4-share-label,
#at4-whatsnext-label,
.at4-recommended-label.hidden {
 padding:0;
 border:none;
 background:none;
 position:absolute;
 top:0;
 left:0;
 height:0;
 width:0;
 overflow:hidden;
 text-indent:-9999em
}
.addthis-smartlayers .at4-arrow:hover {
 cursor:pointer
}
.addthis-smartlayers .at4-arrow:after,
.addthis-smartlayers .at4-arrow:before {
 content:none
}
a.at4-logo {
 background:url(data:image/gif;base64,R0lGODlhBwAHAJEAAP9uQf///wAAAAAAACH5BAkKAAIALAAAAAAHAAcAAAILFH6Ge8EBH2MKiQIAOw==) no-repeat left center
}
.at4-minimal a.at4-logo {
 background:url(data:image/gif;base64,R0lGODlhBwAHAJEAAP9uQf///wAAAAAAACH5BAkKAAIALAAAAAAHAAcAAAILFH6Ge8EBH2MKiQIAOw==) no-repeat left center!important
}
button.at4-closebutton {
 position:absolute;
 top:0;
 right:0;
 padding:0;
 margin-right:10px;
 cursor:pointer;
 background:transparent;
 border:0;
 -webkit-appearance:none;
 font-size:19px;
 line-height:1;
 color:#000;
 text-shadow:0 1px 0 #fff;
 opacity:.2
}
button.at4-closebutton:hover {
 color:#000;
 text-decoration:none;
 cursor:pointer;
 opacity:.5
}
div.at4-arrow {
 background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAoCAYAAABpYH0BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAV1JREFUeNrsmesOgyAMhQfxwfrofTM3E10ME2i5Oeppwr9a5OMUCrh1XV+wcvNAAIAA+BiAzrmtUWln27dbjEcC3AdODfo0BdEPhmcO4nIDvDNELi2jggk4/k8dT7skfeKzWIEd4VUpMQKvNB7X+OZSmAZkATWC1xvipbpnLmOosbJZC08CkAeA4E6qFUEMwLAGnlSBPCE8lW8CYnZTcimH2HoT7kSFOx5HBmCnDhTIu1p5s98G+QZrxGPhZVMY1vgyAQaAAAiAAAgDQACcBOD+BvJtBWfRy7NpJK5tBe4FNzXokywV734wPHMQlxvgnSGyNoUP/2ACjv/7iSeYKO3YWKzAjvCqlBiBVxqPa3ynexNJwOsN8TJbzL6JNIYYXWpMv4lIIAZgWANPqkCeEJ7KNwExu8lpLlSpAVQarO77TyKdBsyRPuwV0h0gmoGnTWFYzVkYBoAA+I/2FmAAt6+b5XM9mFkAAAAASUVORK5CYII=);
 background-repeat:no-repeat;
 width:20px;
 height:20px;
 margin:0;
 padding:0;
 overflow:hidden;
 text-indent:-9999em;
 text-align:left;
 cursor:pointer
}
#at4-recommendedpanel-outer-container .at4-arrow.at-right,
div.at4-arrow.at-right {
 background-position:-20px 0
}
#at4-recommendedpanel-outer-container .at4-arrow.at-left,
div.at4-arrow.at-left {
 background-position:0 0
}
div.at4-arrow.at-down {
 background-position:-60px 0
}
div.at4-arrow.at-up {
 background-position:-40px 0
}
.ats-dark div.at4-arrow.at-right {
 background-position:-20px -20px
}
.ats-dark div.at4-arrow.at-left {
 background-position:0 -20px
}
.ats-dark div.at4-arrow.at-down {
 background-position:-60px -20px
}
.ats-dark div.at4-arrow.at-up {
 background-position:-40px -20
}
.at4-opacity-hidden {
 opacity:0!important
}
.at4-opacity-visible {
 opacity:1!important
}
.at4-visually-hidden {
 position:absolute;
 clip:rect(1px,1px,1px,1px);
 padding:0;
 border:0;
 overflow:hidden
}
.at4-hidden-off-screen,
.at4-hidden-off-screen * {
 position:absolute!important;
 top:-9999px!important;
 left:-9999px!important
}
.at4-show {
 display:block!important;
 opacity:1!important
}
.at4-show-content {
 opacity:1!important;
 visibility:visible
}
.at4-hide {
 display:none!important;
 opacity:0!important
}
.at4-hide-content {
 opacity:0!important;
 visibility:hidden
}
.at4-visible {
 display:block!important;
 opacity:0!important
}
.at-wordpress-hide {
 display:none!important;
 opacity:0!important
}
.addthis-animated {
 animation-fill-mode:both;
 animation-timing-function:ease-out;
 animation-duration:.3s
}
.slideInDown.addthis-animated,
.slideInLeft.addthis-animated,
.slideInRight.addthis-animated,
.slideInUp.addthis-animated,
.slideOutDown.addthis-animated,
.slideOutLeft.addthis-animated,
.slideOutRight.addthis-animated,
.slideOutUp.addthis-animated {
 animation-duration:.4s
}
@keyframes fadeIn {
 0% {
  opacity:0
 }
 to {
  opacity:1
 }
}
.fadeIn {
 animation-name:fadeIn
}
@keyframes fadeInUp {
 0% {
  opacity:0;
  transform:translateY(20px)
 }
 to {
  opacity:1;
  transform:translateY(0)
 }
}
.fadeInUp {
 animation-name:fadeInUp
}
@keyframes fadeInDown {
 0% {
  opacity:0;
  transform:translateY(-20px)
 }
 to {
  opacity:1;
  transform:translateY(0)
 }
}
.fadeInDown {
 animation-name:fadeInDown
}
@keyframes fadeInLeft {
 0% {
  opacity:0;
  transform:translateX(-20px)
 }
 to {
  opacity:1;
  transform:translateX(0)
 }
}
.fadeInLeft {
 animation-name:fadeInLeft
}
@keyframes fadeInRight {
 0% {
  opacity:0;
  transform:translateX(20px)
 }
 to {
  opacity:1;
  transform:translateX(0)
 }
}
.fadeInRight {
 animation-name:fadeInRight
}
@keyframes fadeOut {
 0% {
  opacity:1
 }
 to {
  opacity:0
 }
}
.fadeOut {
 animation-name:fadeOut
}
@keyframes fadeOutUp {
 0% {
  opacity:1;
  transform:translateY(0)
 }
 to {
  opacity:0;
  transform:translateY(-20px)
 }
}
.fadeOutUp {
 animation-name:fadeOutUp
}
@keyframes fadeOutDown {
 0% {
  opacity:1;
  transform:translateY(0)
 }
 to {
  opacity:0;
  transform:translateY(20px)
 }
}
.fadeOutDown {
 animation-name:fadeOutDown
}
@keyframes fadeOutLeft {
 0% {
  opacity:1;
  transform:translateX(0)
 }
 to {
  opacity:0;
  transform:translateX(-20px)
 }
}
.fadeOutLeft {
 animation-name:fadeOutLeft
}
@keyframes fadeOutRight {
 0% {
  opacity:1;
  transform:translateX(0)
 }
 to {
  opacity:0;
  transform:translateX(20px)
 }
}
.fadeOutRight {
 animation-name:fadeOutRight
}
@keyframes slideInUp {
 0% {
  transform:translateY(1500px)
 }
 0%,
 to {
  opacity:1
 }
 to {
  transform:translateY(0)
 }
}
.slideInUp {
 animation-name:slideInUp
}
.slideInUp.addthis-animated {
 animation-duration:.4s
}
@keyframes slideInDown {
 0% {
  transform:translateY(-850px)
 }
 0%,
 to {
  opacity:1
 }
 to {
  transform:translateY(0)
 }
}
.slideInDown {
 animation-name:slideInDown
}
@keyframes slideOutUp {
 0% {
  transform:translateY(0)
 }
 0%,
 to {
  opacity:1
 }
 to {
  transform:translateY(-250px)
 }
}
.slideOutUp {
 animation-name:slideOutUp
}
@keyframes slideOutUpFast {
 0% {
  transform:translateY(0)
 }
 0%,
 to {
  opacity:1
 }
 to {
  transform:translateY(-1250px)
 }
}
#at4m-menu.slideOutUp {
 animation-name:slideOutUpFast
}
@keyframes slideOutDown {
 0% {
  transform:translateY(0)
 }
 0%,
 to {
  opacity:1
 }
 to {
  transform:translateY(350px)
 }
}
.slideOutDown {
 animation-name:slideOutDown
}
@keyframes slideOutDownFast {
 0% {
  transform:translateY(0)
 }
 0%,
 to {
  opacity:1
 }
 to {
  transform:translateY(1250px)
 }
}
#at4m-menu.slideOutDown {
 animation-name:slideOutDownFast
}
@keyframes slideInLeft {
 0% {
  opacity:0;
  transform:translateX(-850px)
 }
 to {
  transform:translateX(0)
 }
}
.slideInLeft {
 animation-name:slideInLeft
}
@keyframes slideInRight {
 0% {
  opacity:0;
  transform:translateX(1250px)
 }
 to {
  transform:translateX(0)
 }
}
.slideInRight {
 animation-name:slideInRight
}
@keyframes slideOutLeft {
 0% {
  transform:translateX(0)
 }
 to {
  opacity:0;
  transform:translateX(-350px)
 }
}
.slideOutLeft {
 animation-name:slideOutLeft
}
@keyframes slideOutRight {
 0% {
  transform:translateX(0)
 }
 to {
  opacity:0;
  transform:translateX(350px)
 }
}
.slideOutRight {
 animation-name:slideOutRight
}
.at4win {
 margin:0 auto;
 background:#fff;
 border:1px solid #ebeced;
 width:25pc;
 box-shadow:0 0 10px rgba(0,0,0,.3);
 border-radius:8px;
 font-family:helvetica neue,helvetica,arial,sans-serif;
 text-align:left;
 z-index:9999
}
.at4win .at4win-header {
 position:relative;
 border-bottom:1px solid #f2f2f2;
 background:#fff;
 height:49px;
 -webkit-border-top-left-radius:8px;
 -webkit-border-top-right-radius:8px;
 -moz-border-radius-topleft:8px;
 -moz-border-radius-topright:8px;
 border-top-left-radius:8px;
 border-top-right-radius:8px;
 cursor:default
}
.at4win .at4win-header .at-h3,
.at4win .at4win-header h3 {
 height:49px;
 line-height:49px;
 margin:0 50px 0 0;
 padding:1px 0 0;
 margin-left:20px;
 font-family:helvetica neue,helvetica,arial,sans-serif;
 font-size:1pc;
 font-weight:700;
 text-shadow:0 1px #fff;
 color:#333
}
.at4win .at4win-header .at-h3 img,
.at4win .at4win-header h3 img {
 display:inline-block;
 margin-right:4px
}
.at4win .at4win-header .at4-close {
 display:block;
 position:absolute;
 top:0;
 right:0;
 background:url("data:image/gif;base64,R0lGODlhFAAUAIABAAAAAP///yH5BAEAAAEALAAAAAAUABQAAAIzBIKpG+YMm5Enpodw1HlCfnkKOIqU1VXk55goVb2hi7Y0q95lfG70uurNaqLgTviyyUoFADs=") no-repeat center center;
 background-repeat:no-repeat;
 background-position:center center;
 border-left:1px solid #d2d2d1;
 width:49px;
 height:49px;
 line-height:49px;
 overflow:hidden;
 text-indent:-9999px;
 text-shadow:none;
 cursor:pointer;
 opacity:.5;
 border:0;
 transition:opacity .15s ease-in
}
.at4win .at4win-header .at4-close::-moz-focus-inner {
 border:0;
 padding:0
}
.at4win .at4win-header .at4-close:hover {
 opacity:1;
 background-color:#ebeced;
 border-top-right-radius:7px
}
.at4win .at4win-content {
 position:relative;
 background:#fff;
 min-height:220px
}
#at4win-footer {
 position:relative;
 background:#fff;
 border-top:1px solid #d2d2d1;
 -webkit-border-bottom-right-radius:8px;
 -webkit-border-bottom-left-radius:8px;
 -moz-border-radius-bottomright:8px;
 -moz-border-radius-bottomleft:8px;
 border-bottom-right-radius:8px;
 border-bottom-left-radius:8px;
 height:11px;
 line-height:11px;
 padding:5px 20px;
 font-size:11px;
 color:#666;
 -ms-box-sizing:content-box;
 -o-box-sizing:content-box;
 box-sizing:content-box
}
#at4win-footer a {
 margin-right:10px;
 text-decoration:none;
 color:#666
}
#at4win-footer a:hover {
 text-decoration:none;
 color:#000
}
#at4win-footer a.at4-logo {
 top:5px;
 padding-left:10px
}
#at4win-footer a.at4-privacy {
 position:absolute;
 top:5px;
 right:10px;
 padding-right:14px
}
.at4win.ats-dark {
 border-color:#555;
 box-shadow:none
}
.at4win.ats-dark .at4win-header {
 background:#1b1b1b;
 -webkit-border-top-left-radius:6px;
 -webkit-border-top-right-radius:6px;
 -moz-border-radius-topleft:6px;
 -moz-border-radius-topright:6px;
 border-top-left-radius:6px;
 border-top-right-radius:6px
}
.at4win.ats-dark .at4win-header .at4-close {
 background:url("data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTEvMTMvMTKswDp5AAAAd0lEQVQ4jb2VQRLAIAgDE///Z3qqY1FAhalHMCsCIkVEAIAkkVgvp2lDBgYAnAyHkWotLccNrEd4A7X2TqIdqLfnWBAdaF5rJdyJfjtPH5GT37CaGhoVq3nOm/XflUuLUto2pY1d+vRKh0Pp+MrAVtDe2JkvYNQ+jVSEEFmOkggAAAAASUVORK5CYII=") no-repeat center center;
 background-image:url(https://s7.addthis.com/static/fb08f6d50887bd0caacc86a62bcdcf68.svg),none;
 border-color:#333
}
.at4win.ats-dark .at4win-header .at4-close:hover {
 background-color:#000
}
.at4win.ats-dark .at4win-header .at-h3,
.at4win.ats-dark .at4win-header h3 {
 color:#fff;
 text-shadow:0 1px #000
}
.at4win.ats-gray .at4win-header {
 background:#fff;
 border-color:#d2d2d1;
 -webkit-border-top-left-radius:6px;
 -webkit-border-top-right-radius:6px;
 -moz-border-radius-topleft:6px;
 -moz-border-radius-topright:6px;
 border-top-left-radius:6px;
 border-top-right-radius:6px
}
.at4win.ats-gray .at4win-header a.at4-close {
 border-color:#d2d2d1
}
.at4win.ats-gray .at4win-header a.at4-close:hover {
 background-color:#ebeced
}
.at4win.ats-gray #at4win-footer {
 border-color:#ebeced
}
.at4win .clear {
 clear:both
}
.at4win ::selection {
 background:#fe6d4c;
 color:#fff
}
.at4win ::-moz-selection {
 background:#fe6d4c;
 color:#fff
}
.at4-icon-fw {
 display:inline-block;
 background-repeat:no-repeat;
 background-position:0 0;
 margin:0 5px 0 0;
 overflow:hidden;
 text-indent:-9999em;
 cursor:pointer;
 padding:0;
 border-radius:50%;
 -moz-border-radius:50%;
 -webkit-border-radius:50%
}
.at44-follow-container a.aticon {
 height:2pc;
 margin:0 5px 5px 0
}
.at44-follow-container .at4-icon-fw {
 margin:0
}

.at-resp-share-element {
 position:relative;
 padding:0;
 margin:0;
 font-size:0;
 line-height:0
}
.at-resp-share-element:after,
.at-resp-share-element:before {
 content:" ";
 display:table
}
.at-resp-share-element.at-mobile .at4-share-count-container,
.at-resp-share-element.at-mobile .at-label {
 display:none
}
.at-resp-share-element .at-share-btn {
 display:inline-block;
 *display:inline;
 *zoom:1;
 margin:0 2px 5px;
 padding:0;
 overflow:hidden;
 line-height:0;
 text-decoration:none;
 text-transform:none;
 color:#fff;
 cursor:pointer;
 transition:all .2s ease-in-out;
 border:0;
 font-family:helvetica neue,helvetica,arial,sans-serif;
 background-color:transparent
}
.at-resp-share-element .at-share-btn::-moz-focus-inner {
 border:0;
 padding:0
}
.at-resp-share-element .at-share-btn:focus,
.at-resp-share-element .at-share-btn:hover {
 transform:translateY(-4px);
 color:#fff;
 text-decoration:none
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
 float:left
}
.at-resp-share-element .at-share-btn.at-share-btn.at-svc-compact:hover {
 transform:none
}
.at-resp-share-element .at-share-btn .at-label {
 font-family:helvetica neue,helvetica,arial,sans-serif;
 font-size:9pt;
 padding:0 15px 0 0;
 margin:0 0 0 5px;
 height:2pc;
 line-height:2pc;
 background:none
}
.at-resp-share-element .at-icon,
.at-resp-share-element .at-label {
 cursor:pointer
}
.at-resp-share-element .at4-share-count-container {
 text-decoration:none;
 float:right;
 padding-right:15px;
 font-size:9pt
}
.at-mobile .at-resp-share-element .at-label {
 display:none
}
.at-resp-share-element.at-mobile .at-share-btn {
 margin-right:5px
}
.at-mobile .at-resp-share-element .at-share-btn {
 padding:5px;
 margin-right:5px
}

.at-share-tbx-element {
 position:relative;
 margin:0;
 color:#fff;
 font-size:0
}
.at-share-tbx-element,
.at-share-tbx-element .at-share-btn {
 font-family:helvetica neue,helvetica,arial,sans-serif;
 padding:0;
 line-height:0
}
.at-share-tbx-element .at-share-btn {
 cursor:pointer;
 margin:0 5px 5px 0;
 display:inline-block;
 overflow:hidden;
 border:0;
 text-decoration:none;
 text-transform:none;
 background-color:transparent;
 color:inherit;
 transition:all .2s ease-in-out
}
.at-share-tbx-element .at-share-btn:focus,
.at-share-tbx-element .at-share-btn:hover {
 transform:translateY(-4px);
 outline-offset:-1px;
 color:inherit
}
.at-share-tbx-element .at-share-btn::-moz-focus-inner {
 border:0;
 padding:0
}
.at-share-tbx-element .at-share-btn.at-share-btn.at-svc-compact:hover {
 transform:none
}
.at-share-tbx-element .at-icon-wrapper {
 vertical-align:middle
}
.at-share-tbx-element .at4-share-count,
.at-share-tbx-element .at-label {
 margin:0 7.5px 0 2.5px;
 text-decoration:none;
 vertical-align:middle;
 display:inline-block;
 background:none;
 height:0;
 font-size:inherit;
 line-height:inherit;
 color:inherit
}
.at-share-tbx-element.at-mobile .at4-share-count,
.at-share-tbx-element.at-mobile .at-label {
 display:none
}
.at-share-tbx-element .at_native_button {
 vertical-align:middle
}
.at-share-tbx-element .addthis_counter.addthis_bubble_style {
 margin:0 2px;
 vertical-align:middle;
 display:inline-block
}
.at-share-tbx-element .fb_iframe_widget {
 display:block
}
.at-share-tbx-element.at-share-tbx-native .at300b {
 vertical-align:middle
}
.at-style-responsive .at-share-btn {
 padding:5px
}
.at-style-jumbo {
 display:table
}
.at-style-jumbo .at4-spacer {
 height:1px;
 display:block;
 visibility:hidden;
 opacity:0
}
.at-style-jumbo .at4-count-container {
 display:table-cell;
 text-align:center;
 min-width:200px;
 vertical-align:middle;
 border-right:1px solid #ccc;
 padding-right:20px
}
.at-style-jumbo .at4-count {
 font-size:60px;
 line-height:60px;
 font-weight:700
}
.at-style-jumbo .at4-count-title {
 position:relative;
 font-size:18px;
 line-height:18px;
 bottom:2px
}
.at-style-jumbo .at-share-btn-elements {
 display:table-cell;
 vertical-align:middle;
 padding-left:20px
}
.at_flat_counter {
 cursor:pointer;
 font-family:helvetica,arial,sans-serif;
 font-weight:700;
 text-transform:uppercase;
 display:inline-block;
 position:relative;
 vertical-align:top;
 height:auto;
 margin:0 5px;
 padding:0 6px;
 left:-1px;
 background:#ebebeb;
 color:#32363b;
 transition:all .2s ease
}
.at_flat_counter:after {
 top:30%;
 left:-4px;
 content:"";
 position:absolute;
 border-width:5px 8px 5px 0;
 border-style:solid;
 border-color:transparent #ebebeb transparent transparent;
 display:block;
 width:0;
 height:0;
 transform:translateY(360deg)
}
.at_flat_counter:hover {
 background:#e1e2e2
}

@media screen and (min-width: 980px){
  g.brush-stackcolumn g rect {
    width: 11px !important;
  }
}

@media screen and (max-width: 980px){
g.widget-tooltip g text {
    transform: translate(0px, -8px);
}
}