.micro-clearfix::after {
  content: '';
  display: table;
  clear: both;
}
.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.ul-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.center {
  margin: 0 auto;
}
.flexbox {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (<none>)
 * Config saved to config.json and <none>
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'Publico';
  src: url('/fonts/Publico-Black.eot');
  src: local('☺'), url('/fonts/Publico-Black.eot?#iefix') format('embedded-opentype'), url('/fonts/Publico-Black.woff') format('woff'), url('/fonts/Publico-Black.ttf') format('truetype'), url('/fonts/Publico-Black.svg') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Publico';
  src: url('/fonts/Publico-BlackItalic.eot');
  src: local('☺'), url('/fonts/Publico-BlackItalic.eot?#iefix') format('embedded-opentype'), url('/fonts/Publico-BlackItalic.woff') format('woff'), url('/fonts/Publico-BlackItalic.ttf') format('truetype'), url('/fonts/Publico-BlackItalic.svg') format('svg');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Publico';
  src: url('/fonts/Publico-Bold.eot');
  src: local('☺'), url('/fonts/Publico-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Publico-Bold.woff') format('woff'), url('/fonts/Publico-Bold.ttf') format('truetype'), url('/fonts/Publico-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Publico';
  src: url('/fonts/Publico-BoldItalic.eot');
  src: local('☺'), url('/fonts/Publico-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/fonts/Publico-BoldItalic.woff') format('woff'), url('/fonts/Publico-BoldItalic.ttf') format('truetype'), url('/fonts/Publico-BoldItalic.svg') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Publico';
  src: url('/fonts/Publico-Roman.eot');
  src: local('☺'), url('/fonts/Publico-Roman.eot?#iefix') format('embedded-opentype'), url('/fonts/Publico-Roman.woff') format('woff'), url('/fonts/Publico-Roman.ttf') format('truetype'), url('/fonts/Publico-Roman.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Publico';
  src: url('/fonts/Publico-Italic.eot');
  src: local('☺'), url('/fonts/Publico-Italic.eot?#iefix') format('embedded-opentype'), url('/fonts/Publico-Italic.woff') format('woff'), url('/fonts/Publico-Italic.ttf') format('truetype'), url('/fonts/Publico-Italic.svg') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Publico';
  src: url('/fonts/Publico-Light.eot');
  src: local('☺'), url('/fonts/Publico-Light.eot?#iefix') format('embedded-opentype'), url('/fonts/Publico-Light.woff') format('woff'), url('/fonts/Publico-Light.ttf') format('truetype'), url('/fonts/Publico-Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Publico';
  src: url('/fonts/Publico-LightItalic.eot');
  src: local('☺'), url('/fonts/Publico-LightItalic.eot?#iefix') format('embedded-opentype'), url('/fonts/Publico-LightItalic.woff') format('woff'), url('/fonts/Publico-LightItalic.ttf') format('truetype'), url('/fonts/Publico-LightItalic.svg') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Publico Text';
  src: url('/fonts/PublicoText-Bold.eot');
  src: local('☺'), url('/fonts/PublicoText-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/PublicoText-Bold.woff') format('woff'), url('/fonts/PublicoText-Bold.ttf') format('truetype'), url('/fonts/PublicoText-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Publico Text';
  src: url('/fonts/PublicoText-BoldItalic.eot');
  src: local('☺'), url('/fonts/PublicoText-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/fonts/PublicoText-BoldItalic.woff') format('woff'), url('/fonts/PublicoText-BoldItalic.ttf') format('truetype'), url('/fonts/PublicoText-BoldItalic.svg') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Publico Text';
  src: url('/fonts/PublicoText-Roman.eot');
  src: local('☺'), url('/fonts/PublicoText-Roman.eot?#iefix') format('embedded-opentype'), url('/fonts/PublicoText-Roman.woff') format('woff'), url('/fonts/PublicoText-Roman.ttf') format('truetype'), url('/fonts/PublicoText-Roman.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Publico Text';
  src: url('/fonts/PublicoText-Italic.eot');
  src: local('☺'), url('/fonts/PublicoText-Italic.eot?#iefix') format('embedded-opentype'), url('/fonts/PublicoText-Italic.woff') format('woff'), url('/fonts/PublicoText-Italic.ttf') format('truetype'), url('/fonts/PublicoText-Italic.svg') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Graphik';
  src: url('/fonts/Graphik-Semibold-Web.eot');
  src: local('☺'), url('/fonts/Graphik-Semibold-Web.eot?#iefix') format('embedded-opentype'), url('/fonts/Graphik-Semibold-Web.woff') format('woff'), url('/fonts/Graphik-Semibold-Web.ttf') format('truetype'), url('/fonts/Graphik-Semibold-Web.svg#Graphik Web') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url('/fonts/Graphik-Regular-Web.eot');
  src: local('☺'), url('/fonts/Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'), url('/fonts/Graphik-Regular-Web.woff') format('woff'), url('/fonts/Graphik-Regular-Web.ttf') format('truetype'), url('/fonts/Graphik-Regular-Web.svg#Graphik Web') format('svg');
  font-weight: 400;
  font-style: normal;
}
.title-black {
  font-family: Publico;
  font-weight: 900;
}
.title-bold {
  font-family: Publico;
  font-weight: 700;
}
.title-regular {
  font-family: Publico;
  font-weight: 400;
}
.title-light {
  font-family: Publico;
  font-weight: 300;
}
.text-bold {
  font-family: Publico Text;
  font-weight: 700;
}
.text-regular {
  font-family: Publico Text;
  font-weight: 400;
}
.number-bold {
  font-family: Graphik;
  font-weight: 600;
}
.number-regular {
  font-family: Graphik;
  font-weight: 400;
}
html {
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
body {
  font-family: Publico Text;
  font-weight: 400;
  color: #4A4A4A;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Publico;
  font-weight: 700;
  font-size: 2rem;
}
p {
  font-family: Publico Text;
  font-weight: 400;
}
strong {
  font-family: Publico Text;
  font-weight: 700;
}
a {
  color: #FF5733;
}
a:hover {
  color: #33FFFF;
}
.text-align-center {
  text-align: center;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.article-copy {
  font-size: 1.25rem;
  line-height: 1.625;
  letter-spacing: 0.002em;
  margin-top: 1.25rem;
}
.header-copy {
  font-family: Publico;
  font-weight: 300;
  text-align: center;
  font-size: 2.25rem;
  letter-spacing: 0.02em;
  color: white;
  line-height: 1.3em;
}
.section-copy p {
  font-size: 1.25rem;
  line-height: 1.625;
  letter-spacing: 0.002em;
  margin-top: 1.25rem;
}
.shape-copy p {
  margin-top: 0.625rem;
}
.article-headline {
  font-size: 2.5rem;
  line-height: 1.25;
  letter-spacing: 0.005em;
}
h1,
.header-headline {
  font-family: Publico;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.25;
  letter-spacing: 0.005em;
  text-align: center;
  font-size: 5rem;
  letter-spacing: 0.01em;
  line-height: 1;
  color: white;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 576px) {
  h1,
  .header-headline {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 768px) {
  h1,
  .header-headline {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 992px) {
  h1,
  .header-headline {
    font-size: 6rem;
  }
}
h2,
.section-headline {
  font-family: Publico;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.25;
  letter-spacing: 0.005em;
  text-align: center;
}
h3,
.shapes-headline {
  font-family: Publico;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
}
.chart-label {
  font-size: 1rem;
  color: #999;
}
.chart-label:hover {
  color: #4A4A4A;
}
.chart-label.active {
  color: #4A4A4A;
}
.chart-number {
  font-family: Graphik;
  font-weight: 600;
  font-size: 1rem;
}
.chart-number-axis {
  font-family: Graphik;
  font-weight: 400;
  font-size: 1rem;
}
.footer * h4,
.footer * p,
.footer * li {
  font-size: 1em;
}
.footer * h4,
.footer * span {
  font-family: Graphik;
}
.footer * p,
.footer * li {
  font-family: Publico Text;
  line-height: 1.57142857em;
}
.footer * li {
  font-weight: 400;
}
.align-left {
  text-align: left;
}
.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  position: relative;
  height: 100%;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  outline: 0;
}
body {
  overflow-x: hidden;
}
body.modal-open {
  overflow: hidden;
}
body:after {
  display: none;
  content: url("/img/1b.png") url("/img/2b.png") url("/img/3b.png") url("/img/4b.png");
}
.container-fluid {
  max-width: 1280px;
}
.content {
  width: 100%;
  position: relative;
}
.section {
  margin-top: 5rem;
}
.section-headline {
  width: 100%;
  max-width: calc(1280px * 0.4);
  margin: 0 auto;
  margin-top: 2.5rem;
}
.section-copy {
  width: 100%;
  max-width: calc(1280px * 0.6);
  margin: 0 auto;
  margin-top: 2.5rem;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .section-copy {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .section-copy {
    padding-left: 0;
    padding-right: 0;
  }
}
.shape-row {
  width: 100%;
  margin: 0;
}
.shape-category {
  font-family: Graphik;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  margin-bottom: 0.3em;
}
.sub-headline {
  font-size: 1.75em;
  font-weight: 500;
}
.section-shapes {
  margin-bottom: 10rem;
}
.shape-drawing-container {
  margin-top: 1.25rem;
  padding-top: 5em;
  height: 20em;
  margin: 3em 0;
  /*width: 40em;*/
  /*margin-left: 10em;*/
  /*float: left;*/
}
#shape-8 {
  background-color: blue;
  background: url("/img/shape-8.png") no-repeat center center;
  background-size: contain;
}
#shape-7 {
  background-color: blue;
  background: url("/img/shape-7.png") no-repeat center center;
  background-size: contain;
}
#shape-6 {
  background-color: blue;
  background: url("/img/shape-6.png") no-repeat center center;
  background-size: contain;
}
#shape-5 {
  background-color: blue;
  background: url("/img/shape-5.png") no-repeat center center;
  background-size: contain;
}
#shape-4 {
  background-color: blue;
  background: url("/img/shape-4.png") no-repeat center center;
  background-size: contain;
}
#shape-3 {
  background-color: blue;
  background: url("/img/shape-3.png") no-repeat center center;
  background-size: contain;
}
#shape-2 {
  background-color: blue;
  background: url("/img/shape-2.png") no-repeat center center;
  background-size: contain;
}
#shape-1 {
  background-color: blue;
  background: url("/img/shape-1.png") no-repeat center center;
  background-size: contain;
}
#shape-1 {
  background: url("/img/shape-1.png") no-repeat center center;
  background-size: contain;
}
#shape-1:hover {
  background: url("/img/1b.png") no-repeat center center;
  background-size: contain;
}
#shape-2:hover {
  background: url("/img/2b.png") no-repeat center center;
  background-size: contain;
}
#shape-3:hover {
  background: url("/img/3b.png") no-repeat center center;
  background-size: contain;
}
#shape-4:hover {
  background: url("/img/4b.png") no-repeat center center;
  background-size: contain;
}
.shape-text-container {
  height: auto;
  padding: 0 4rem 0 4rem;
  margin-top: 6rem;
  /*float: left;*/
  /*width: 30em;*/
}
@media screen and (max-width: 768px) {
  .shape-text-container {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0 2em;
    text-align: left;
    max-width: 335px;
  }
  .shape-drawing-container {
    max-width: 25em;
    height: 12em;
    margin: 1em;
  }
}
.header {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
  background-image: url('/img/video/hero-02.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.is-not-mobile .header {
  background-attachment: fixed;
}
.header-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #000;
  content: '';
  opacity: .6;
}
.header-video {
  display: none;
}
.is-not-mobile .header-video {
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.header-wrapper {
  position: fixed;
  width: 100%;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-logos {
  position: fixed;
  bottom: 3rem;
  text-align: center;
  width: 100%;
}
.header-logos .logo-schema {
  width: 70px;
  height: auto;
}
.header-logos .logo-google {
  position: relative;
  bottom: -3px;
  width: 137px;
  height: auto;
}
.header-logos .logo-axios {
  width: 58px;
  height: auto;
}
.header-logos .separator {
  display: inline-block;
  width: 0;
  height: 25px;
  vertical-align: middle;
  margin: 0 0.25rem;
}
@media only screen and (min-width: 375px) {
  .header-logos .separator {
    display: inline-block;
    width: 1px;
    height: 25px;
    background-color: #fff;
    vertical-align: middle;
    margin: 0 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .header-logos .logo-schema {
    width: 140px;
    height: auto;
  }
  .header-logos .logo-google {
    bottom: -7px;
    width: 273px;
    height: auto;
  }
  .header-logos .logo-axios {
    width: 116px;
    height: auto;
  }
  .header-logos .separator {
    height: 50px;
    margin: 0 2rem;
  }
}
@media screen and (min-width: 768px) {
  .header-headline {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .header-copy {
    font-size: 2rem;
  }
}
.content {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.footer {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 5rem 0 5rem 0;
}
.footer hr {
  border: 2px solid #E0E0E0;
  margin-bottom: 0;
}
.footer .row {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1230px;
  margin: 0 auto;
  clear: both;
}
.footer .row .column {
  width: 50%;
}
.footer .row .column h4 {
  margin: 3em 0 1em;
  letter-spacing: 0.1rem;
}
.footer .row .column ul {
  list-style: none;
}
@media screen and (max-width: 414px) {
  .footer .row .column {
    width: 100%;
  }
  .footer .about {
    padding-right: 0px;
  }
  .footer .footer-icon {
    float: left !important;
  }
}
.footer .about {
  padding-right: 25%;
}
.footer .methodology {
  margin-bottom: 3rem;
}
.footer .social {
  font-weight: 600;
}
.footer .left {
  float: left;
}
.footer .right {
  float: right;
}
.footer .bottom {
  font-size: 0.75rem;
  line-height: 1.5;
  font-family: Graphik;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
}
.footer .gray {
  color: #CCCCCC;
}
.footer .underline {
  border-bottom: 1px solid black;
}
.footer .underline:hover {
  border-bottom: 1px solid #CCCCCC;
}
.footer a:hover {
  color: #CCCCCC;
}
.footer .bottom-border {
  clear: both;
  margin-top: 25px;
  margin-bottom: 10px;
}
.line-tooltip {
  padding: 10px;
  white-space: nowrap;
}
.line-tooltip .connection-type {
  color: #FF5733;
}
.schema-tooltip-base {
  box-shadow: none;
  border: 1px solid black;
}
.schema-tooltip-down-arrow {
  border-top-color: black;
}
.schema-tooltip-down-arrow::before {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  transform: translate(-50%, -11px);
  content: '';
}
/* Part of general utilities for Schema Design */
.schema-tooltip-base {
  position: absolute;
  z-index: 200;
  transform: translate(-50%, -100%);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.schema-tooltip {
  background-color: white;
  pointer-events: none;
}
/* Applied to the .schema-tooltip element if the tooltip is wider than the window (taking buffer into account) */
.schema-tooltip-down-arrow {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  transform: translate(-50%, 0);
}
.schema-tooltip-up-arrow {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  transform: translate(-50%, 0);
}
.schema-tooltip-right-arrow {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
  transform: translate(0, -50%);
}
.schema-tooltip-left-arrow {
  position: absolute;
  right: 100%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
  transform: translate(0, -50%);
}
.schema-tooltip-right {
  transform: translate(0, -50%);
}
.schema-tooltip-left {
  transform: translate(-100%, -50%);
}
.schema-tooltip-bottom {
  transform: translate(-50%, 0);
}
.timecontrol {
  width: 100%;
  background-color: #FFF;
  padding: 20px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 0;
  min-height: 100px;
}
@media only screen and (min-width: 768px) {
  .timecontrol {
    margin-bottom: 20px;
  }
}
.timecontrol-chart {
  width: calc(100% - 70px);
  margin-left: 70px;
}
.timecontrol-play-toggle {
  margin-right: 10px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.timecontrol-play-toggle .play-button {
  position: absolute;
  top: 0;
  left: 0;
}
.circle-wrap {
  overflow: hidden;
  height: 60px;
  width: 60px;
  border-radius: 1000px;
  border: 1px solid #d0d0d0;
  background: #FFFFFF;
  cursor: pointer;
}
div.tooltip {
  position: absolute;
  text-align: center;
  color: ;
  padding: 8px 10px;
  background: white;
  border: 0px;
  border-radius: 2px;
  pointer-events: none;
  z-index: 1;
}
div.tooltip::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%) rotate(-45deg) skew(0deg);
  -moz-transform: translate(-50%) rotate(-45deg) skew(0deg);
  -ms-transform: translate(-50%) rotate(-45deg) skew(0deg);
  -o-transform: translate(-50%) rotate(-45deg) skew(0deg);
  -webkit-transform: translate(-50%) rotate(-45deg) skew(0deg);
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2);
}
div.tooltip.shadow {
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
}
.tooltip.regional-tooltip {
  height: auto;
  text-align: left;
  padding: 25px 30px;
  top: 0;
  left: 0;
  /* Overrides for flipped tooltip */
}
.tooltip.regional-tooltip .title {
  font-weight: 700;
}
.tooltip.regional-tooltip .subtitle {
  font-weight: 400;
}
.tooltip.regional-tooltip.right::before {
  left: 100%;
  transform: translate(-50%) rotate(-45deg) skew(0deg);
  -moz-transform: translate(-50%) rotate(-45deg) skew(0deg);
  -ms-transform: translate(-50%) rotate(-45deg) skew(0deg);
  -o-transform: translate(-50%) rotate(-45deg) skew(0deg);
  -webkit-transform: translate(-50%) rotate(-45deg) skew(0deg);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.tooltip-value {
  font-size: 1.1rem;
}
.chart-legend-list {
  margin: 2.8rem auto 0;
  padding: 0;
  width: 100%;
  max-width: 1280px;
  list-style-type: none;
}
.chart-legend-list-item {
  display: inline-block;
  margin-bottom: 5px;
  width: 50%;
  white-space: nowrap;
}
@media only screen and (min-width: 576px) {
  .chart-legend-list {
    text-align: center;
  }
  .chart-legend-list-item {
    width: auto;
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1px solid #DADADA;
    padding-top: 0;
    padding-bottom: 0;
  }
  .chart-legend-list-item:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
/* @media only screen and (min-width: @screen-sm) {
	.chart-legend-list-item {
		width: 33%;
	}
} */
.chart-legend-dot {
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  vertical-align: middle;
}
.chart-legend-text {
  display: inline-block;
  vertical-align: middle;
  font-family: Graphik;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 9px;
  letter-spacing: 0.025rem;
  margin-top: 0.1em;
}
@media only screen and (min-width: 768px) {
  .chart-legend-text {
    font-size: 0.6rem;
  }
}
.chart {
  width: 100%;
  max-width: calc(1280px * 1);
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
}
.chart-bubbles {
  margin-top: 0;
  margin-bottom: 5rem;
  position: relative;
}
.chart-map-bubbles {
  position: relative;
}
.chart-bubbles-svg {
  overflow: visible;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  max-width: 100%;
}
.chart-map {
  max-width: calc(1280px * 0.6);
}
.chart-map-svg {
  overflow: visible !important;
}
.chart-topic-svg {
  max-width: 100%;
}
svg {
  display: block;
  margin: 0 auto;
}
.tick {
  font-family: Graphik;
  font-size: 8px;
  letter-spacing: 0.01rem;
}
.chart-map {
  margin-bottom: 20px;
}
.chart-map .dma-group text {
  display: none;
  z-index: 10000;
}
.chart-map .dma-group:hover text {
  display: block;
}
.tooltip.regional-tooltip {
  text-align: left;
  width: 244px;
}
.tooltip.regional-tooltip hr {
  margin: 0;
}
.tooltip.regional-tooltip .title {
  font-size: 20px;
  word-wrap: break-word;
}
.tooltip.regional-tooltip::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 10px;
  left: -8px;
  transform: rotate(45deg) skew(0deg);
  -moz-transform: rotate(45deg) skew(0deg);
  -ms-transform: rotate(45deg) skew(0deg);
  -o-transform: rotate(45deg) skew(0deg);
  -webkit-transform: rotate(45deg) skew(0deg);
  box-shadow: -2px 3px 2px rgba(0, 0, 0, 0.2);
}
.regional-range-median-date {
  font-family: Graphik;
  letter-spacing: -0.01em;
}
.y {
  font-family: Graphik;
  font-weight: 400;
}
.x {
  font-family: Publico Text;
  font-weight: 400;
}
#chart-timeline {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #chart-timeline {
    margin-top: 2.5rem;
  }
}
#chart-timeline div.tooltip {
  position: fixed;
}
.axis text {
  fill: #c4c4c4;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .axis text {
    font-size: 12px;
  }
}
.chart-timeline-peak-labels text {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .chart-timeline-peak-labels text {
    font-size: 12px;
  }
}
.axis path,
.axis line {
  stroke: #CCC;
  mix-blend-mode: multiply;
  shape-rendering: crispEdges;
}
.chart-timeline-area,
.chart-timeline-control-area,
.chart-regional-control-area {
  opacity: 1;
  cursor: pointer;
  mix-blend-mode: multiply;
  transform-origin: initial;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.chart-timeline-dots,
.mini-timeline-dots {
  cursor: pointer;
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.timeline-range-median-date {
  font-family: Graphik;
  letter-spacing: -0.01em;
}
.selection-range-date {
  font-family: Graphik;
}
.chart-topics {
  margin-top: 6rem;
}
.chart-topics .chart-topic {
  margin: 0 auto;
  margin-top: 6rem;
  position: relative;
}
.chart-topics .chart-topic .topic-header {
  font-size: 2.5rem;
  font-family: Graphik;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-weight: 700;
  fill: #4A4A4A;
}
@media only screen and (min-width: 768px) {
  .chart-topics .chart-topic .topic-header {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 992px) {
  .chart-topics .chart-topic .topic-header {
    font-size: 1rem;
  }
}
.chart-topics .chart-topic-area {
  mix-blend-mode: multiply;
  opacity: 0.2;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.chart-topics .average-label {
  fill: #c4c4c4;
  font-family: Graphik;
}
.chart-articles-div {
  overflow: hidden;
}
.chart-articles-svg {
  width: calc(100% - 6rem);
  margin-left: 3rem;
  overflow-x: hidden;
  overflow-y: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
.bubbleCard {
  position: relative;
  box-shadow: 0px 2px 8px 1px rgba(224, 224, 224, 0.5), 0px -2px 6px 1px rgba(240, 240, 240, 0.1);
  margin: 8px;
  cursor: pointer;
}
.cardContent {
  font-family: Publico-Roman;
  margin: 12px 6px 12px 16px;
  position: absolute;
}
.cardContent .category {
  font-size: 8px;
  font-family: Graphik;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.cardContent .topic {
  font-size: 1.15em;
  line-height: 1.333em;
  height: 2.75em;
  margin-top: 0.2em;
}
.cardContent .title {
  font-size: 1em;
  color: #4A4A4A;
  line-height: 1.333em;
  margin-top: 0.2em;
}
.cardContent img {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prev {
  cursor: pointer;
  position: absolute;
  left: -1px;
  font-size: 60px;
  height: 270px;
  width: 3rem;
  background-color: white;
  box-shadow: 17px 0px 20px -12px rgba(224, 224, 224, 0.5);
  text-align: center;
  z-index: 1;
}
.next {
  cursor: pointer;
  position: absolute;
  right: -1px;
  font-size: 60px;
  height: 270px;
  width: 3rem;
  background-color: white;
  box-shadow: -17px 0px 20px -12px rgba(224, 224, 224, 0.5);
  text-align: center;
  z-index: 1;
}
.next img,
.prev img {
  height: 48px;
  top: 33%;
  position: relative;
}
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 9.375em;
  /* Location of the box */
  padding-bottom: 5em;
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
@media screen and (max-width: 414px) {
  .modal {
    padding-top: 7.25em;
  }
}
.modal #close {
  top: 100px;
  right: 33.35%;
  position: absolute;
  cursor: pointer;
  width: 24px;
}
#modal-content {
  font-family: Publico-Roman;
  background-color: #fefefe;
  margin: auto;
  box-shadow: 0px 2px 10px 1px rgba(100, 100, 100, 0.5), 0px -2px 10px 1px rgba(100, 100, 100, 0.5);
  width: 33.3%;
  padding: 20px;
  overflow: auto;
}
#modal-content .title {
  font-size: 2em;
  line-height: 1.25;
  color: #4A4A4A;
  letter-spacing: 0;
  margin-top: 0.4em;
}
#modal-content .key {
  font-size: 2em;
  color: #4A4A4A;
  letter-spacing: 0;
}
#modal-content .content {
  font-size: 1.2em;
  color: #4A4A4A;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 0.75em;
  margin-bottom: 1em;
}
#modal-content .category {
  font-size: 10px;
  font-family: Graphik;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
#modal-content img {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 30%;
  max-height: 22em;
}
#modal-content a {
  font-family: Graphik;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.03rem;
  background-color: #4b4b4b;
  color: white;
  margin-top: 0.9375rem;
  padding: 0.5em 1em 0.5em 1.5em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
}
#modal-content svg {
  position: absolute;
  top: 9.375em;
  margin-left: -20px;
}
#modal-content #left {
  float: right;
  text-align: right;
}
#modal-content #arrow {
  width: 2.5em;
  margin-left: 1em;
  margin-top: 0;
  margin-bottom: 0;
  height: 2.5em;
}
@media screen and (max-width: 1024px) {
  #modal-content {
    width: 60% !important;
  }
  #close {
    right: 20% !important;
  }
}
@media screen and (max-width: 414px) {
  .chart-articles-svg {
    width: 100%;
    margin-left: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .next {
    display: none !important;
  }
  .prev {
    display: none !important;
  }
  #close {
    right: 10% !important;
    margin-top: -30px;
  }
  #modal-content {
    width: 80% !important;
  }
  #modal-content a {
    font-size: 0.875em;
  }
  #modal-content .title {
    font-size: 1.33em;
  }
  #modal-content .content {
    font-size: 0.875em;
  }
  #modal-content .key {
    font-size: 1.5em;
    line-height: 1.33;
    padding-right: 20%;
  }
  #modal-content .score {
    padding-right: 0;
  }
  #modal-content svg {
    top: 7.25em;
  }
}
.bubble-text .text-span {
  fill: #c4c4c4;
  font-size: 12px;
}
