@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
/**
 * Vars
 */
/**
 * CSS RESET
 */
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%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  padding-left: 10px; }

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; }

* {
  font-family: 'Open Sans','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
  box-sizing: border-box; }

a, a:hover, a:active {
  text-decoration: none;
  color: #007ECA; }

/* END RESET */
.text-hidden {
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

body {
  width: 940px;
  position: relative;
  overflow-x: hidden; }

h1 {
  color: #74CD47;
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 0.5em; }

h2 {
  background-color: #74CD47;
  color: #fff;
  padding: 15px 40px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600; }

p {
  font-size: 14px;
  line-height: 19.3199996948242px; }

/**
 * Nav
 */
.nav {
  margin-bottom: 25px;
  margin-top: 13px;
  position: relative;
  z-index: 100;
  left: -10px;
  width: -webkit-calc(100% + 10px);
  width: -ms-calc(100% + 10px);
  width: calc(100% + 10px); }
  .nav .indicators {
    background: #fff;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-transition: padding-bottom 0.5s, padding-top 0.5s, border-bottom-width 0.3s;
    transition: padding-bottom 0.5s, padding-top 0.5s, border-bottom-width 0.3s;
    width: 940px;
    padding-left: 10px;
    border-bottom-color: #74CD47;
    border-bottom-style: solid;
    border-bottom-width: 0px; }
    .nav .indicators ul {
      margin-bottom: 7px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center; }
  .nav .indicator-icon {
    display: inline-block;
    vertical-align: top;
    text-align: center; }
    .nav .indicator-icon .icon-header {
      width: 130px;
      -webkit-transition: font-size .5s ease;
      transition: font-size .5s ease;
      -moz-transition: font-size .5s ease;
      font-size: inherit; }
      .nav .indicator-icon .icon-header.collapse {
        font-size: 0; }
    .nav .indicator-icon:last-child {
      margin-right: 0; }
    .nav .indicator-icon img, .nav .indicator-icon svg {
      display: block;
      margin-bottom: 10px;
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
      transition: margin-bottom 0.5s, width 0.5s, height 0.5s;
      -webkit-transition: margin-bottom 0.5s, width 0.5s, height 0.5s;
      width: 65px;
      height: 65px; }
    .nav .indicator-icon a {
      color: #00C1F8;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 13px; }
  .nav .is-sticky .indicators {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-width: 3px; }
    .nav .is-sticky .indicators img, .nav .is-sticky .indicators svg {
      margin-bottom: 5px;
      width: 40px;
      height: 40px; }

/**
 * Tables
 */
.dashboard > table {
  width: 930px; }
  .dashboard > table .section-top {
    border-bottom: 2px solid #000;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 14px;
    cursor: pointer;
    line-height: 18px; }
    .dashboard > table .section-top.active {
      background: rgba(0, 193, 248, 0.2) !important; }
    .dashboard > table .section-top td {
      padding: 15px 10px 13px; }
    .dashboard > table .section-top .percent {
      text-align: right;
      padding-right: 0; }
    .dashboard > table .section-top .number-describe {
      line-height: 1;
      font-size: 9px;
      display: block;
      word-break: break-all;
      min-width: 82px;
      white-space: normal; }
      .dashboard > table .section-top .number-describe.fr {
        position: absolute;
        right: 64px; }
    .dashboard > table .section-top .indicator {
      padding-left: 20px; }
      .dashboard > table .section-top .indicator.fr {
        height: 68px; }
  .dashboard > table .astrix {
    text-align: right;
    color: #3F3F3F;
    font-size: 0.8em;
    padding: 16px 0; }
  .dashboard > table .indicator {
    white-space: normal; }
  .dashboard > table span.status {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin: 0 auto; }
    .dashboard > table span.status.status-1 {
      background: #43C944; }
    .dashboard > table span.status.status-2 {
      background: #F8CB00; }
    .dashboard > table span.status.status-3 {
      background: #FF3500; }
  .dashboard > table th {
    font-size: 13px;
    text-transform: uppercase; }
  .dashboard > table thead th {
    text-align: left;
    position: relative;
    top: 27px;
    z-index: 10;
    padding: 8px; }
  .dashboard > table thead .rate-or-count {
    text-align: right; }
  .dashboard > table tbody th {
    white-space: nowrap;
    text-align: left;
    color: #00C1F8; }
    .dashboard > table tbody th img, .dashboard > table tbody th svg {
      z-index: 10;
      position: relative;
      vertical-align: bottom;
      background: #fff;
      border-radius: 100%;
      margin-top: 15px; }
    .dashboard > table tbody th div {
      display: inline-block;
      width: -ms-calc(100% - 26px);
      width: calc(100% - 26px);
      margin-left: -26px;
      background: #eceeed;
      padding: 8px 0 8px 36px;
      z-index: 0;
      position: relative;
      vertical-align: bottom; }
  .dashboard > table tbody tr:first-child th img, .dashboard > table tbody tr:first-child th svg {
    margin-top: 0; }

/**
 * Accordion
 */
.popup-wrapper {
  z-index: 100;
  box-sizing: boreder-box;
  display: none; }
  .popup-wrapper.active .content-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 14px; }
    .popup-wrapper.active .content-header .captions {
      margin-left: 10px; }
      .popup-wrapper.active .content-header .captions .title {
        line-height: 21px;
        color: #00C1F8;
        font-weight: bold; }
  .popup-wrapper.active .popup-content {
    position: relative;
    top: -66px;
    margin: auto;
    box-sizing: boreder-box;
    background: #eceeed;
    width: 880px;
    box-shadow: 0 0 18px #232323;
    -webkit-box-shadow: 0 0 18px #232323;
    -moz-box-shadow: 0 0 18px #232323;
    background: #eceeed; }
    .popup-wrapper.active .popup-content .tab-section {
      text-align: center; }
      .popup-wrapper.active .popup-content .tab-section img {
        width: 720px; }
    .popup-wrapper.active .popup-content .close-mark {
      position: absolute;
      right: 0;
      top: 0;
      padding: 20px;
      cursor: pointer;
      font-size: 1.3em; }
    .popup-wrapper.active .popup-content .arrows {
      position: absolute;
      right: 12px;
      top: 146px; }
      .popup-wrapper.active .popup-content .arrows .arrow {
        margin-bottom: 50px;
        display: block;
        width: 40px;
        cursor: pointer; }

/**
 * Tabs
 */
.text, .image {
  display: none; }
  .text.active, .image.active {
    display: block; }

.text {
  background: #eceeed;
  text-align: center;
  font-size: 14px; }
  .text a {
    text-decoration: underline; }
  .text h3 {
    text-transform: uppercase;
    margin-bottom: 0.5em;
    font-size: 13px; }
  .text.cols2 {
    padding: 19px 60px; }
    .text.cols2 .column {
      width: 45%;
      margin-right: 4%; }
  .text.cols3 {
    padding: 19px 83px; }
    .text.cols3 .column {
      width: 30%;
      margin-right: 3%; }
  .text ul {
    padding-left: 25px; }
    .text ul li {
      margin-bottom: 5px;
      padding-left: 5px;
      position: relative;
      line-height: 17px; }
      .text ul li:before {
        content: "•";
        font-size: 10px;
        position: absolute;
        left: -10px;
        top: 1px; }
  .text .column {
    overflow: auto;
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    .text .column.last {
      margin-right: 0; }

.tabs {
  margin-bottom: 10px; }
  .tabs .tab {
    display: inline-block;
    width: 31.8%;
    margin-right: 0.35%;
    background: #807F80;
    text-align: center;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 5px; }
    .tabs .tab span {
      color: #fff; }
    .tabs .tab.control-3 {
      margin-right: 0; }
    .tabs .tab.active {
      background-color: currentColor; }
    .tabs .tab.active:after {
      content: '';
      width: 0;
      height: 0;
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      border-top: 11px solid currentColor;
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -10px; }

p + h3 {
  margin-top: 1.5em; }

p + p {
  margin-top: 1em; }

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