body {
  font-weight: 400;
  background-image: url(/assets/img/wave.png);
}
[v-cloak] {
  display: none;
}
html {
  font-size: 1em;
}
p {
  margin-bottom: 1.3em;
}
h1,
h2,
h3,
h4 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
}
h1 {
  margin-top: 0;
  font-size: 3.998em;
}
h2 {
  font-size: 2.827em;
}
h3 {
  font-size: 1.999em;
}
h4 {
  font-size: 1.414em;
}
small,
.font_small {
  font-size: 0.707em;
}
@media screen {
  * {
    box-sizing: border-box;
  }
  body {
    margin: 0 auto;
  }
  #load-screen {
    background-color: #FFF;
    height: 100em;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .container {
    background-color: rgba(255, 255, 255, 0.7);
  }
  body.intro .navbar {
    display: none;
  }
  .spark-screen {
    margin-top: 2em;
  }
  .spark-screen .tab-content {
    margin-top: 0;
  }
  footer {
    color: #8d8d8d;
    margin: 3em auto;
    padding: 5px;
  }
  .pos-abs {
    position: absolute;
  }
  .full-width {
    width: 100%;
    margin-top: 70px;
  }
  .tab_list {
    -ms-flex-align: center;
    align-items: center;
    background-color: #ddd;
    border-bottom: solid 2px #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 50px;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    width: 100%;
  }
  /* ----- FILTER SECTION RULES ----- */
  .filter_item {
    position: relative;
    margin-bottom: 0;
  }
  #filter-open {
    position: fixed;
    right: 2em;
    bottom: 2em;
    z-index: 2;
  }
  #filter-close {
    display: inline;
  }
  #filter-main {
    vertical-align: top;
  }
  #filters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 15px;
    border-bottom: 1px solid silver;
  }
  .filter-group {
    padding-bottom: .2em;
    border-right: 1px dotted silver;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
  }
  .filter-group:last-of-type {
    border-right: none;
  }
  .filter_subheading {
    display: none;
  }
  label {
    font-weight: 400;
  }
  .filter-group p {
    margin: 0;
  }
  .filter_container {
    font-size: 12px;
  }
  .filter_heading {
    font-weight: 700;
    margin-bottom: .4em;
    margin-top: .6em;
    width: 100%;
  }
  #filter-main {
    position: fixed;
    z-index: 200;
    bottom: 0;
    background-color: white;
  }
  #filter-main.affix {
    z-index: 200;
    background-color: #fff;
    top: 100px;
  }
  #filter-main h2 {
    margin: 0;
    font-size: 1em;
    background-color: #333;
    padding: .4em .5em;
    text-transform: uppercase;
    border-top: 1px solid white;
    color: white;
    border-bottom: 1px dotted silver;
  }
  #filter-main h2:hover {
    background-color: #009681;
    color: #fff;
  }
  #filter-main h2 sup {
    font-size: 40%;
    top: -1.2em;
  }
  #filter-main a {
    color: #fff;
  }
  #filter-main a span {
    float: right;
  }
  #filter-collapse {
    background-color: #fff;
  }
  .filter_spacer {
    display: none;
  }
  .scrtabs-tab-container.stuck {
    position: fixed;
    top: 50px;
    z-index: 200;
    background-color: #fff;
  }
  .tab-content {
    padding-bottom: 200px;
    /*padding-top: 62px;*/
  }
  /* ----- TAB RULES ----- */
  .collaped-chart-main {
    display: block;
    width: 100%;
  }
  .tab_header {
    font-size: 36px;
    font-weight: 400;
    margin: 1em auto;
    color: #696969;
    width: 80%;
  }
  .tab_header hr {
    margin: 0 auto 0 0;
    border-bottom: solid 1px silver;
    margin-bottom: 12px;
  }
  .tab_subheader {
    font-size: 28px;
    font-weight: 400;
    margin: 1em auto;
    color: #696969;
    width: 80%;
  }
  .tab_list {
    -ms-flex-align: center;
    align-items: center;
    background-color: #ddd;
    border-bottom: solid 2px #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 50px;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    width: 100%;
  }
  .fusion_container {
    break-inside: avoid;
    width: 80%;
    margin: 1em auto;
    vertical-align: text-top;
  }
  h1,
  h2,
  h3 {
    clear: both;
  }
  .stacked_bar_container {
    height: 5em;
  }
  .stacked_bar_container,
  .horizontal_category_container {
    display: block;
    margin-bottom: 1em;
    width: 100%;
  }
  .fusion_top_caption,
  .fusion_centered_caption {
    display: block;
    /*     font-size: 13px; */
    width: 100%;
  }
  .scrtabs-tab-container {
    height: 53px;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: .75em;
  }
  .scrtabs-tabs-fixed-container {
    height: 53px;
  }
  /* ----- Login Screen ----- */
  html,
  body {
    height: 100%;
  }
  .container-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #supertitle {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background-color: #fff;
    height: 40px;
    padding-left: 20px;
  }
  #supertitle a {
    line-height: 40px;
  }
  #login-banner {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #e4e4e4;
  }
  .video-content {
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: left;
    position: relative;
  }
  .video-content img {
    /* Safari */
    transform: rotateY(-15deg);
    box-shadow: 10px 10px 5px -3px rgba(0, 0, 0, 0.7);
    display: inline-block;
    margin-right: 1em;
    border: 2px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 2em;
    transition: .3s;
  }
  .video-content img:hover {
    transform: rotate(0);
  }
  .video-content .perspective-wrap {
    display: block;
    perspective: 1000px;
  }
  .banner-image {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .banner-image {
    height: 120px;
    text-align: center;
    font-size: 26px;
    color: #000;
    position: relative;
    overflow: hidden;
    background-color: #000310;
    z-index: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  #animated-logo {
    width: 50%;
    max-width: 240px;
  }
  .banner-image img {
    margin: 0 auto;
  }
  .video-content {
    float: right;
  }
  .video-content a {
    color: white;
  }
  .filter-group:nth-of-type(2) > .filter_heading,
  .filter-group:nth-of-type(3) > .filter_heading,
  .filter-group:nth-of-type(5) > .filter_heading {
    display: inline-block;
    width: auto;
    border-bottom: 1px dotted #009681;
  }
  .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/assets/img/main_background.png) 0% 0% repeat;
    background-position: center;
    z-index: -1;
    -webkit-animation-name: MOVE-BG;
    -webkit-animation-duration: 40s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
  }
  .bg2 {
    position: absolute;
    left: 0;
    right: 0px;
    top: 0;
    bottom: 0;
    background: url(/assets/img/main_background.png) 0% 0% repeat;
    background-position: center;
    z-index: -2;
    -webkit-animation-name: MOVE-BG2;
    -webkit-animation-duration: 38s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
  }
  small.super {
    color: #ffc600;
    text-transform: uppercase;
    font-size: 1em;
  }
  #home-banner small.super {
    font-size: .8em;
    text-transform: capitalize;
  }
  .spark-screen .tab-content {
    padding-top: 0;
  }
  #login-form {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  #login-welcome {
    color: #fff;
    background-color: #303030;
    padding: 2em 4em;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  #login-form form {
    padding: 4em;
  }
  #login-form form input {
    height: 3em;
    padding: .75em;
    outline: none;
    border: none;
  }
  #login-form form input[type=checkbox] {
    height: 1em;
  }
  body.login footer {
    display: none;
  }
  #login-welcome h2 {
    max-width: 520px;
    margin: 0 0 .5em;
    font-family: 'freight-text-pro', 'Times New Roman', Times, serif;
    line-height: 1;
  }
  #login-welcome p {
    max-width: 50%;
    float: left;
    font-size: 16px;
    margin: 0 0 .5em;
  }
  #login-footer {
    width: 100%;
    margin-top: 4em;
  }
  #home-banner {
    position: relative;
    background-color: #303030;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 3em;
    margin-top: -52px;
  }
  #home-banner .article-image {
    vertical-align: middle;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  #user-controls {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: white;
    padding: 1em;
    background-color: #666;
  }
  #user-controls a {
    display: inline-block;
    float: right;
    color: white;
    margin-left: 1em;
  }
  #home-banner p {
    color: #fff;
    padding: 4em;
    font-size: 16px;
    line-height: 1.3;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    widows: 3;
    orphans: 3;
    margin: 0;
  }
  .horizontal_category_container {
    margin-left: 5px;
  }
  .navbar-nav > li > a,
  .navbar-brand,
  .hamburger {
    height: 50px;
  }
  .nav > li > a {
    padding: 10px 8px;
  }
  .navbar-brand {
    width: 150px;
    padding: 0;
  }
  .navbar-brand img {
    max-height: 80%;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #8d8d8d;
  }
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #009681;
  }
  /* ----- FRAMEWORK OVERRIDE RULES ----- */
  g[class*='datalabel'] {
    font-family: proxima-nova !important;
    font-weight: 700;
    font-size: 120%;
  }
  .scatterplot_container {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 400px;
    padding: 0;
  }
  .table_container {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
  }
  table.data_table {
    font-size: 12px;
    padding: 15px;
    color: #333;
    border-collapse: collapse;
    margin: 15px 0 15px 15px;
  }
  table.data_table tr:nth-child(odd) {
    background-color: #ccc;
    padding: 3px;
    margin: 0;
  }
  table.data_table tr:nth-child(even) {
    background-color: #fff;
    padding: 3px;
    margin: 0;
  }
  table.data_table td.left {
    margin: 0;
    padding: 4px 4px 4px 8px;
    width: 78%;
    text-align: left;
    border: 1px solid #666;
  }
  table.data_table td.right {
    margin: 0;
    padding: 4px 8px 4px 4px;
    width: 20%;
    text-align: right;
    border: 1px solid #666;
  }
  /* ----- FRAMEWORK OVERRIDE RULES ----- */
  .form-control:focus {
    box-shadow: none;
    border: 1px solid #009681;
  }
  .scrtabs-tabs-fixed-container {
    float: none;
    margin: auto !important;
    width: auto !important;
  }
  .scrtabs-tab-scroll-arrow {
    width: 2em !important;
  }
  [type='text'],
  [type='password'],
  [type='date'],
  [type='datetime'],
  [type='datetime-local'],
  [type='month'],
  [type='week'],
  [type='email'],
  [type='number'],
  [type='search'],
  [type='tel'],
  [type='time'],
  [type='url'],
  [type='color'],
  select,
  textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #000000;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .filter-group select {
    height: revert;
    font-size: revert;
    padding: revert;
    -webkit-appearance: revert;
       -moz-appearance: revert;
            appearance: revert;
  }
  select{
    -webkit-appearance: revert;
       -moz-appearance: revert;
            appearance: revert;
  }
  [type='text']:focus,
  [type='password']:focus,
  [type='date']:focus,
  [type='datetime']:focus,
  [type='datetime-local']:focus,
  [type='month']:focus,
  [type='week']:focus,
  [type='email']:focus,
  [type='number']:focus,
  [type='search']:focus,
  [type='tel']:focus,
  [type='time']:focus,
  [type='url']:focus,
  [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #434343;
    background-color: #ffffff;
    box-shadow: 0 0 5px #e4e4e4;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  }
  textarea {
    max-width: 100%;
  }
  textarea[rows] {
    height: auto;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #e4e4e4;
  }
  input::placeholder,
  textarea::placeholder {
    color: #e4e4e4;
  }
  input:disabled,
  input[readonly],
  textarea:disabled,
  textarea[readonly] {
    background-color: #f2f2f2;
    cursor: not-allowed;
  }
  [type='submit'],
  [type='button'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 4px;
  }
  input[type='search'] {
    box-sizing: border-box;
  }
  [type='file'],
  [type='checkbox'],
  [type='radio'] {
    margin: 0 0 1rem;
  }
  [type='checkbox'] + label,
  [type='radio'] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
  }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer;
  }
  label > [type='checkbox'],
  label > [type='radio'] {
    margin-right: 0.5rem;
  }
  [type='file'] {
    width: 100%;
  }
  label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #000000;
  }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0;
  }
  .is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #faedeb;
  }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37;
  }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37;
  }
  .is-invalid-label {
    color: #cc4b37;
  }
  .form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #cc4b37;
  }
  .form-error.is-visible {
    display: block;
  }
  .button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #1779ba;
    color: #ffffff;
  }
  .button.jade {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #1779ba;
    color: #ffffff;
    background: transparent;
    width: 100%;
    padding: 1em 1.5em;
    border: 1px solid #ffffff;
    border-radius: 3px;
    font-size: 18px;
    text-align: left;
    border: 1px solid #009681;
    color: #009681 !important;
  }
  #set-pw h2,
  #registration-form h2 {
    margin: 0 auto 1em;
    font-family: 'freight-text-pro', 'Times New Roman', Times, serif;
    font-size: 1.75em;
    line-height: 1.25em;
  }
  .button.jade:hover {
    background: #009681;
    color: #ffffff !important;
  }
  #registration-form {
    position: relative;
    padding: 2em;
    width: 100%;
  }
  #registration-complete {
    position: relative;
    padding: 2em;
    background: #e4e4e4;
  }
  #signup-form {
    position: relative;
    margin-top: 3em;
  }
  #signup-form h4 {
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 700;
    color: #777;
    border-bottom: 1px solid #ccc;
  }
  #signup-form strong {
    color: #656565;
    line-height: 4;
  }
  #signup-form div.submit-button {
    width: 100%;
  }
  label.valid input {
    border: 1px solid #468847;
  }
  input.parsley-error,
  select.parsley-error,
  textarea.parsley-error {
    border: 1px solid #d8440a;
  }
  .parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
  }
  .parsley-errors-list.filled {
    opacity: 1;
  }
  #signup-form div.wide {
    width: 100%;
    margin-bottom: 1em;
  }
  label.error {
    color: red;
  }
  .password .welcome {
    width: 100%;
  }
  .password .welcome .banner-image {
    height: 180px;
  }
  #set-pw {
    width: 60%;
    margin: 0 auto;
  }
  #set-pw-screen {
    padding-top: 3em;
  }
  #login-form .alert h4 {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
  }
  #login-form .alert ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .row.short {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  /* ----- PRINTING RULES ----- */
  .print-only {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #login-banner.welcome {
    width: 50%;
    background-color: #303030;
  }
}
@media screen and (min-width: 1024px) {
  #login-welcome {
    padding: 4em;
  }
}
@media screen and (max-width: 1024px) {
  .tab_header {
    font-size: 28px;
    font-weight: 400;
    width: 90%;
  }
  .tab_subheader {
    font-size: 22px;
    font-weight: 400;
    margin: 1em auto;
    width: 90%;
  }
  .fusion_container {
    width: 90%;
  }
}
@media screen and (min-width: 992px) {
  #home-banner .article-image {
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
  }
}
@media screen and (min-width: 1023px) {
  .banner-image {
    height: 300px;
    color: #000;
    position: relative;
    overflow: hidden;
    background-color: #000310;
    z-index: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}
@media screen and (min-width: 1023px) {
  #login-form {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
  #login-welcome {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 4em;
    color: #fff;
    background-color: #303030;
  }
}
@media screen and (min-width: 1200px) {
  .banner-image {
    width: 100%;
  }
  #login-form {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 992px) {
  .filter-group:first-of-type {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-top: 5px;
    border-bottom: 1px solid #ddd;
  }
  .filter_heading {
    display: block;
  }
  .filter_heading:first-of-type {
    display: inline;
    border-bottom: none;
  }
  .filter_spacer {
    display: none;
  }
  .filter-group {
    padding-bottom: .5em;
    border-right: 1px dotted silver;
    padding-left: .4em;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
  .filter-group label {
    font-weight: 400;
    display: inline;
    white-space: nowrap;
    font-size: 11px;
  }
}
@media screen and (max-width: 500px) {
  .filter-group {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  #filter-main {
    max-height: 40%;
    overflow: scroll;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    width: 98%;
    margin: 0 auto;
  }
  #filter-main.affix,
  .scrtabs-tab-container.stuck {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  #filter-main,
  .scrtabs-tab-container.stuck {
    width: 750px;
    margin-left: -15px;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  #filter-main,
  .scrtabs-tab-container.stuck {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  #filter-main,
  .scrtabs-tab-container.stuck {
    width: 1170px;
  }
}
@media screen and (min-width: 1024px) {
  #registration-form {
    width: 50%;
    position: relative;
    background: #e4e4e4;
    padding: 2em;
  }
}
@media screen and (min-width: 1024px) {
  #registration-complete {
    width: 50%;
    position: relative;
    background: #e4e4e4;
    padding: 2em;
  }
}
@media screen and (min-width: 700px) {
  #signup-form div {
    float: left;
    width: 50%;
    padding: 0 .5em;
  }
  #signup-form div.right {
    float: right;
  }
  #signup-form h4 {
    margin-left: .5em;
  }
  #signup-form p {
    /*     margin-left: .5em; */
    margin-bottom: 0;
  }
  .parsley-errors-list {
    color: red;
  }
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}
.loader.loader-white{
  background-color: #FFF;
}
.loader.loader-show, .loader.loader-white.loader-show{
  display: flex !important;
}
.loader .loader__spinner {
  width: 32px;
  height: 32px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

p.error span{
  color: red;
}