/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
html,
body {
  height: 790px;
  width: 100%;
  overflow: hidden;
  color: #FFFFFF;
}
.heading-line {
  position: absolute;
  top: 17px;
  left: 18px;
  font-size: 30px;
  font-family: "TI Actu Beta_Demi";
  letter-spacing: .03em;
}
#viz-container {
  width: 100%;
  height: 745px;
}
svg {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #f7545f), color-stop(90%, #3e82f7));
  background: -webkit-linear-gradient(left, #f7545f 10%, #3e82f7 90%);
  background: linear-gradient(to right, #f7545f 10%, #3e82f7 90%);
}
svg path.domain {
  fill: none;
}
svg .x-axis {
  pointer-events: none;
}
svg .x-axis line {
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 0.5px;
}
svg .x-axis text {
  font-size: 12px;
  font-family: "TI Actu Beta_Light", Helvetica, sans-serif;
  letter-spacing: 0.5px;
  fill: #FFFFFF;
}
svg #background {
  fill: transparent;
}
svg #background.reset {
  cursor: url(../assets/icons/cursor-x.png) 10 10, pointer;
}
svg #meeting-background {
  pointer-events: none;
}
#mobile-name-list {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
}
#mobile-name-list select {
  border: 1px solid #FFFFFF;
  background: #F96D76;
  width: 200px;
  text-align: center;
  height: 40px;
  border-radius: 0;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background: none;
  color: #FFFFFF;
  font-family: "TI Actu Beta_Demi";
  font-size: 16px;
  outline: none;
}
.header {
  position: absolute;
  z-index: 1000;
  top: 80px;
  font-family: "TI Actu Beta_Demi";
}
.header h1 {
  font-size: 18px;
  margin: 0 20px;
  letter-spacing: .03em;
}
.header h1 strong {
  margin-bottom: 3px;
  letter-spacing: .03em;
}
.header h1 .number {
  font-family: "TI Actu Beta_Light";
}
.header.center {
  left: 240px;
  right: 240px;
  margin: 0 20px 0 0;
  text-align: left;
}
.header.center h1 {
  margin: 0;
}
.header.center .small {
  font-size: 16px;
  font-family: "TI Actu Beta_Light";
  letter-spacing: 1px;
  line-height: 21px;
}
.header.white_house {
  left: 0;
  width: 200px;
}
.header.white_house h1 {
  text-align: right;
}
.header.google {
  right: 0;
  width: 200px;
}
.header.google h1 {
  text-align: left;
}
.header .search {
  border-bottom: 1px solid #FFFFFF;
  margin: 5px 20px;
}
.header .search i {
  font-size: 15px;
  padding-bottom: 5px;
  padding-right: 5px;
}
.header .search i.reset_search {
  font-family: "TI Actu Beta_Light";
  font-size: 20px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 5px;
  cursor: pointer;
}
.header .search input {
  font-family: "TI Actu Beta_Demi";
  font-size: 15px;
  width: -webkit-calc(73%);
  width: calc(73%);
  outline: none;
  background: transparent;
  border: none;
  color: inherit;
}
.header .sorting {
  cursor: pointer;
}
.header .sorting .selected {
  text-align: left;
  border: 1px solid #FFFFFF;
  margin: 0 20px;
  line-height: 1.3;
  background-color: transparent;
  padding: 2px 5px;
  font-weight: bold;
}
.header .sorting .selected i {
  float: right;
  margin-top: 2px;
}
.header .sorting .list {
  position: absolute;
  left: 0;
  right: 0;
  margin: 5px 20px 0px;
  border: 1px solid #FFFFFF;
}
.header .sorting .list.hidden {
  display: none;
}
.header .sorting .list li {
  padding: 2px 5px;
  font-weight: bold;
  line-height: 1.3;
}
.header .sorting .list li:last-child {
  border-bottom: none;
}
.header .sorting .list li:hover {
  cursor: pointer;
}
.header .sorting .list.white_house {
  background: #f7545f;
}
.header .sorting .list.white_house li:hover {
  background: #FFFFFF;
  opacity: 0.8;
  color: #f7545f;
}
.header .sorting .list.google {
  background: #3e82f7;
}
.header .sorting .list.google li:hover {
  background: #FFFFFF;
  opacity: 0.8;
  color: #3e82f7;
}
/* MEETING CONTAINER */
.meeting-container g.list {
  font-family: "TI Actu Beta Mono_Light";
  text-transform: uppercase;
}
.meeting-container g.list.hidden {
  display: none;
}
.meeting-container g.list g.name.unselected line.line {
  opacity: 1;
}
.meeting-container g.list g.name.unselected text {
  opacity: 0;
}
.meeting-container g.list g.name.selected-name text {
  fill: #333333;
}
.meeting-container g.list g.name.highlight-name.highlight-line line.line {
  opacity: 0 !important;
}
.meeting-container g.list g.name.highlight-name.highlight-line text {
  opacity: 1 !important;
}
.meeting-container g.list g.name.highlight-name line.line {
  opacity: 0 !important;
}
.meeting-container g.list g.name.highlight-name text {
  opacity: 1 !important;
}
.meeting-container g.list g.name.highlight-line line.line {
  opacity: 1 !important;
}
.meeting-container g.list g.name.opaque-lines line.line {
  opacity: 0.3;
}
.meeting-container g.list g.name.opaque-lines text {
  opacity: 0;
}
.meeting-container g.list g.name line {
  stroke: #FFFFFF;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.meeting-container g.list g.name line.line {
  pointer-events: none;
}
.meeting-container g.list g.name line.back-support-line {
  opacity: 0;
  stroke-width: 3px;
  cursor: pointer;
}
.meeting-container g.list g.name text {
  pointer-events: none;
  cursor: default;
  fill: #FFFFFF;
  font-size: 10px;
  text-anchor: end;
  alignment-baseline: middle;
}
.meeting-container g.scatterplot {
  font-family: "TI Actu Beta Mono_Light";
}
.meeting-container g.scatterplot .lines polyline.line {
  stroke-linejoin: round;
  fill: none;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 20;
  stroke-linecap: round;
  pointer-events: none;
}
.meeting-container g.scatterplot .meeting {
  opacity: 0.8;
}
.meeting-container g.scatterplot .meeting .background {
  stroke: #FFFFFF;
  stroke-width: 1px;
  fill: transparent;
  cursor: pointer;
}
.meeting-container g.scatterplot .meeting .point {
  fill: #FFFFFF;
  pointer-events: none;
}
.meeting-container g.scatterplot .meeting .donut {
  opacity: 0;
  pointer-events: none;
}
.meeting-container g.scatterplot .meeting.opaque-meeting {
  opacity: 0.05;
}
.meeting-container g.scatterplot .meeting.highlighted {
  opacity: 1;
}
.meeting-container g.scatterplot .meeting.not-highlighted {
  opacity: 0.05;
  pointer-events: none;
}
.meeting-container g.scatterplot .meeting.highlighted-meeting {
  opacity: 1;
}
.meeting-container g.scatterplot .meeting.highlighted-meeting .point {
  fill: #333333;
}
.meeting-container g.scatterplot .meeting.highlighted-meeting .donut {
  opacity: 1;
}
.meeting-container g.scatterplot .meeting.highlighted-meeting .background {
  opacity: 0;
}
.meeting-container g.scatterplot .meeting.selected-meeting {
  opacity: 1;
}
.meeting-container g.scatterplot .meeting.selected-meeting .point {
  fill: #333333;
}
.meeting-container g.scatterplot .meeting.selected-meeting .donut {
  opacity: 1;
}
.meeting-container g.scatterplot .meeting.selected-meeting .background {
  opacity: 0;
}
.meeting-container g.scatterplot .meeting.not-selectable {
  pointer-events: none;
}
.meeting-container g.scatterplot .meeting.not-selectable .point {
  pointer-events: none;
}
.meeting-container g.scatterplot .meeting.not-selectable .donut {
  pointer-events: none;
}
.meeting-container g.scatterplot .meeting.not-selectable .background {
  pointer-events: none;
}
.meeting-container g.scatterplot .meeting.selected {
  opacity: 1;
}
.meeting-container g.scatterplot .meeting.selected .point {
  fill: #333333;
}
.meeting-container g.scatterplot .meeting.selected .donut {
  opacity: 1;
}
.meeting-container g.scatterplot .meeting.selected .background {
  opacity: 0;
}
.lines-container {
  pointer-events: none;
}
.lines-container line {
  pointer-events: none;
  stroke: #FFFFFF;
  stroke-width: 1;
  stroke-opacity: 0.3;
}
.legend {
  position: absolute;
  left: 0;
  right: 0;
  margin: 5px auto 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 15px;
  font-family: "TI Actu Beta_Demi", Helvetica, sans-serif;
}
.legend .legend-items {
  max-width: 720px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 4px 0;
  margin: 0 auto;
}
.legend .legend-accurat {
  max-width: 720px;
  text-align: right;
  color: #aaaaaa;
  padding: 4px 0;
  margin: 0 auto;
}
.legend .legend-accurat a:hover {
  text-decoration: underline;
}
.legend .legend-accurat a,
.legend .legend-accurat a:hover,
.legend .legend-accurat a:visited {
  color: #aaaaaa;
}
.legend .block {
  white-space: nowrap;
  padding: 3px;
}
.legend .google {
  display: inline-block;
  border-bottom: 2px solid #37FCFD;
  margin-right: 12px;
  margin-top: 6px;
  float: left;
  width: 30px;
}
.legend .white_house {
  display: inline-block;
  border-bottom: 2px solid #FFB9B9;
  margin-right: 12px;
  margin-top: 6px;
  float: left;
  width: 30px;
}
.legend .circle {
  margin-left: 30px;
  margin-right: 5px;
  display: inline-block;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  width: 10px;
  height: 10px;
}
.legend a {
  text-align: right;
}
@media (max-width: 768px) {
  .heading-line {
    left: 20px;
    font-size: 22px;
  }
  #mobile-name-list {
    top: 60px;
    left: 20px;
  }
  .legend {
    margin: 0 auto 0;
  }
  .legend .legend-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .legend .legend-accurat {
    text-align: center;
  }
  #viz-container .header {
    display: none;
  }
  #viz-container .header.center {
    display: block;
    position: absolute;
    left: 20px;
    top: 120px;
    right: 20px;
  }
  #viz-container .header.center h1 {
    font-size: 15px;
    line-height: 12px;
  }
  #viz-container .header.center .small {
    line-height: 10px;
    font-size: 10px;
  }
  #viz-container .lines-container {
    display: none;
  }
}

/*# sourceMappingURL=maps/main.css.map */
