/*
Theme Name: predictwise-2016
Theme URI: http://dressler.io
Author: Dressler
Author URI: http://dressler.io
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: predictwise-2016
Tags:
*/
/* this introduces common mixins to streamline vendor prefix use */
/* fonts */
/* Work in progress, try to keep font values here to make consolidating easier */
@font-face {
  font-family: 'Source Sans Pro';
  src: url("font/SourceSansPro-Light.ttf");
  font-weight: 100;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url("font/SourceSansPro-Semibold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url("font/SourceSansPro-Regular.ttf");
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url("font/SourceSansPro-Regular.ttf");
  font-weight: bold;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url("font/SourceSansPro-Italic.ttf");
  font-style: italic;
}

/* line 32, style/sass/templates/_font.scss */
p {
  margin-top: 0;
}

/* line 36, style/sass/templates/_font.scss */
a {
  color: #F3434B;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 42, style/sass/templates/_font.scss */
a:hover {
  color: #555;
}

/* line 48, style/sass/templates/_font.scss */
.footer a, .big-subheader a, .sidebar a {
  color: #555;
}
/* line 51, style/sass/templates/_font.scss */
.footer a:hover, .big-subheader a:hover, .sidebar a:hover {
  color: #F3434B;
}

/*.big-subheader a:-webkit-any-link,
.big-subheader a {
  color: #555;

  &:hover {
    color: #F3434B;
  }
}*/
/* line 66, style/sass/templates/_font.scss */
.header-text a {
  color: white;
}

/* line 70, style/sass/templates/_font.scss */
.mobile-rotating {
  font-weight: 100;
  letter-spacing: 0.4px;
  color: white;
  font-size: 15px;
}

/* line 77, style/sass/templates/_font.scss */
.description {
  font-weight: 100;
  letter-spacing: 0.4px;
  color: white;
  text-align: left;
}

/* line 92, style/sass/templates/_font.scss */
.text,
.branding,
.description,
.navigation-link,
.footer,
.footer-links,
.header-text,
.header-subtext,
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

/* line 99, style/sass/templates/_font.scss */
.header-subtext,
.description {
  font-weight: 100;
  -webkit-font-smoothing: antialised;
}

/* line 104, style/sass/templates/_font.scss */
a.branding {
  color: white;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}
/* line 109, style/sass/templates/_font.scss */
a.branding:hover {
  color: white;
}

/* line 116, style/sass/templates/_font.scss */
.navigation-link,
a.navigation-link,
.sub-navigation a {
  color: #f2f2f2;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
/* line 123, style/sass/templates/_font.scss */
.navigation-link a:-webkit-any-link,
.navigation-link a,
a.navigation-link a:-webkit-any-link,
a.navigation-link a,
.sub-navigation a a:-webkit-any-link,
.sub-navigation a a {
  color: #f2f2f2;
}

/* line 129, style/sass/templates/_font.scss */
.navigation-link,
.navigation-link a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 132, style/sass/templates/_font.scss */
.navigation-link:hover,
.navigation-link a:hover {
  color: black;
}

/* line 137, style/sass/templates/_font.scss */
.big-subheader {
  font-size: 32px;
}

/* line 141, style/sass/templates/_font.scss */
.header-text {
  color: white;
  font-weight: 600;
  letter-spacing: 1.5px;
}

/* line 147, style/sass/templates/_font.scss */
.header-subtext {
  color: #cacaca;
  letter-spacing: 0.8px;
}

/* line 153, style/sass/templates/_font.scss */
.subheader,
.small-subheader {
  color: #4E4E4E;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 160, style/sass/templates/_font.scss */
.small-subheader {
  text-align: left;
  font-weight: 600;
  text-transform: initial;
}

/* line 166, style/sass/templates/_font.scss */
.list-item {
  font-size: 13.5px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 5px;
}

/* line 172, style/sass/templates/_font.scss */
.sub-hero .list-item {
  font-size: 10px;
  max-width: 138px;
}

/* line 177, style/sass/templates/_font.scss */
.full-data-btn {
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 14px;
}

/* line 183, style/sass/templates/_font.scss */
.big-header {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 42px;
}

/* line 189, style/sass/templates/_font.scss */
.feature,
.text-section .text {
  font-size: 17px;
  font-weight: 100;
  letter-spacing: 0.5px;
  line-height: 26px;
  word-spacing: 2px;
}

/* line 197, style/sass/templates/_font.scss */
.list-name {
  font-weight: 400;
}

/* line 201, style/sass/templates/_font.scss */
.list-name-label {
  color: red;
  font-size: 15px;
}

/* line 206, style/sass/templates/_font.scss */
.footer {
  color: gray;
}

/* line 210, style/sass/templates/_font.scss */
.footer a:hover {
  text-decoration: underline;
}

/* line 214, style/sass/templates/_font.scss */
.follow-us {
  color: red;
  font-size: 13px;
  font-weight: 600;
}

/* line 221, style/sass/templates/_font.scss */
.twitter-handle,
.related-link {
  color: #111;
  font-size: 13px;
  font-weight: 600;
}

/* line 227, style/sass/templates/_font.scss */
.related-link {
  color: #666;
  font-style: italic;
}

/* line 232, style/sass/templates/_font.scss */
.footer-blurb {
  color: #757575;
  text-align: left;
  letter-spacing: 0.4px;
  font-weight: 200;
}

/* line 240, style/sass/templates/_font.scss */
.footer-link,
-webkit-any-link {
  color: #F3434B;
}

/* line 249, style/sass/templates/_font.scss */
.blog h2.entry-title,
.blog-list h2.entry-title {
  font-size: 30px;
}

@media (max-width: 992px) {
  /* line 260, style/sass/templates/_font.scss */
  .list-item,
  .sub-hero .list-item {
    font-size: 11px;
  }
}
/* flexbox mixins -- contains reusable functions for rendering flexible blocks */
/***************************/
/*       DESCRIPTION       */
/***************************/
/*
  A `flexbox` is a container whose direct siblings are rendered
  so they fill the space regardless of their set widths / heights.

  A `flexbox-horizontal` creates a horizontal container, and a 
  `flexbox-vertical` builds a vertical one. 

  An individual descendent of one of these containers can be 
  given a custom / percentage width with `flexbox-cell(value)` 
  for more control over the layout of the container.

  A `flexbox-horizontal-text` function exists to create a container
  with different responsive rules. While all horizontal containers
  degrade to vertical ones as the window size decreases, a `text`
  version assumes that all elements are inline ones, and should
  never end up being displayed vertically. This can be seen in the
  `.list-item` definition, where we want the name AND value to 
  remain on the same lines.

  A `flexbox-header` is similar, however is also designed so that, 
  at normal screen widths, it does not completely extend from end 
  to end of its container. Only as the screen width decreases and
  the header runs out of room should it stick to both sides.
*/
/*********************/
/*       USAGE       */
/*********************/
/*
  Here is a usage example:;

    <div class="demo">
      <ul class="list">
        <li class="list-item">
          <p>Name</p>
          <p>Value</p>
        </li>
        <li class="list-item">
          <p>Name</p>
          <p>Value</p>
        </li>
      </ul>
      <div class="chart"></div>
    </div>

  If we wanted `.list` and `.chart` to fill the
  space of `.demo` at all times:

    .demo {
      @include flexbox-horizontal();
    }

  To make the contents 1/3 :: 2/3 (not unlike 
  the list :: chart widths on the homepage):

    .list {
      @include flexbox-cell(33%);
    }

  Now the `.list` and `.chart` do not compete
  for an equal amount of space, but display in
  a 2/3 formation. 

  If we wanted `.list` to display its own items
  flexibly as well:

    .list {
      @include flexbox-vertical();
    }

  Now each item will fit into the height of the box.

  We can streamline the amount of CSS that
  goes into centering the values of the list
  if we do the following:

    .list-item {
      @include flexbox-horizontal-text();
    }

  Now values will appear centered no matter the
  height of their individual containers.
*/
/******************************/
/*  GENERIC HELPER FUNCTIONS  */
/******************************/
/*********************/
/*  GENERIC FLEXBOX  */
/*********************/
/************************/
/*  FLEXBOX-HORIZONTAL  */
/************************/
/**********************/
/*  FLEXBOX-VERTICAL  */
/**********************/
/*****************************/
/*  FLEXBOX-HORIZONTAL-TEXT  */
/*****************************/
/********************/
/*  FLEXBOX-HEADER  */
/********************/
/************************/
/*  FLEXBOX-NAVIGATION  */
/************************/
/******************/
/*  FLEXBOX-CELL  */
/******************/
/*****************************/
/*  FLEXBOX-NAVIGATION-CELL  */
/*****************************/
/* contains common blocks used nearly everywhere */
/* line 1, style/sass/templates/_blocks.scss */
.hero {
  margin-bottom: 20px;
  position: relative;
  background-color: #ebebeb;
}
/* line 6, style/sass/templates/_blocks.scss */
.hero p {
  font-size: 20px;
  max-width: 100%;
}

/* line 15, style/sass/templates/_blocks.scss */
.hero,
.sub-hero,
.list-container,
.sidebar-item {
  height: auto;
  border-radius: 10px;
  text-align: left;
}

/* line 21, style/sass/templates/_blocks.scss */
.predict-it-ad img {
  max-width: 100%;
}

/* line 25, style/sass/templates/_blocks.scss */
.padded-container {
  padding: 40px;
}
/* line 28, style/sass/templates/_blocks.scss */
.padded-container > *:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  /* line 25, style/sass/templates/_blocks.scss */
  .padded-container {
    padding: 20px;
  }
}

/* line 37, style/sass/templates/_blocks.scss */
main.site-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 146, style/sass/utility/_flexbox.scss */
main.site-main > * {
  margin: 0;
  padding-left: 0.1px;
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* line 161, style/sass/utility/_flexbox.scss */
main.site-main > *:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 1200px) {
  /* line 169, style/sass/utility/_flexbox.scss */
  main.site-main *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  main.site-main *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 174, style/sass/utility/_flexbox.scss */
  main.site-main *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).full-data-btn,
  main.site-main *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).full-data-btn {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 178, style/sass/utility/_flexbox.scss */
  main.site-main *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  main.site-main *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  /* line 189, style/sass/utility/_flexbox.scss */
  main.site-main *:first-child:nth-last-child(3) .header,
  main.site-main *:first-child:nth-last-child(3) ~ * .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  /* line 146, style/sass/utility/_flexbox.scss */
  main.site-main *:first-child:nth-last-child(3) .header > *,
  main.site-main *:first-child:nth-last-child(3) ~ * .header > * {
    margin: 0;
    padding-left: 0.1px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 193, style/sass/utility/_flexbox.scss */
  main.site-main *:first-child:nth-last-child(3) .header > *,
  main.site-main *:first-child:nth-last-child(3) ~ * .header > * {
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-align-self: auto;
    align-self: auto;
  }
  /* line 198, style/sass/utility/_flexbox.scss */
  main.site-main *:first-child:nth-last-child(3) .header > *:first-child,
  main.site-main *:first-child:nth-last-child(3) .header > *:last-child,
  main.site-main *:first-child:nth-last-child(3) ~ * .header > *:first-child,
  main.site-main *:first-child:nth-last-child(3) ~ * .header > *:last-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  /* line 207, style/sass/utility/_flexbox.scss */
  main.site-main *:first-child:nth-last-child(3),
  main.site-main *:first-child:nth-last-child(3) ~ * {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 212, style/sass/utility/_flexbox.scss */
  main.site-main *:first-child:nth-last-child(3):last-child,
  main.site-main *:first-child:nth-last-child(3) ~ *:last-child {
    margin-bottom: 0;
  }
  /* line 216, style/sass/utility/_flexbox.scss */
  main.site-main *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  main.site-main *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 25px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 221, style/sass/utility/_flexbox.scss */
  main.site-main *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  main.site-main *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 33%;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  /* line 221, style/sass/utility/_flexbox.scss */
  main.site-main *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  main.site-main *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  /* line 229, style/sass/utility/_flexbox.scss */
  main.site-main > * {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 233, style/sass/utility/_flexbox.scss */
  main.site-main > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  /* line 243, style/sass/utility/_flexbox.scss */
  main.site-main *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  main.site-main *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 248, style/sass/utility/_flexbox.scss */
  main.site-main *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  main.site-main *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child {
    margin-bottom: 0;
  }
}

/* line 41, style/sass/templates/_blocks.scss */
.sidebar-container:nth-child(n) {
  -webkit-box-flex: 0;
  -webkit-box-flex: 0 0 33%;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
}
@media (max-width: 768px) {
  /* line 41, style/sass/templates/_blocks.scss */
  .sidebar-container:nth-child(n) {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

/* line 45, style/sass/templates/_blocks.scss */
.flex-container {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 146, style/sass/utility/_flexbox.scss */
.flex-container > * {
  margin: 0;
  padding-left: 0.1px;
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* line 161, style/sass/utility/_flexbox.scss */
.flex-container > *:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 1200px) {
  /* line 169, style/sass/utility/_flexbox.scss */
  .flex-container *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .flex-container *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 174, style/sass/utility/_flexbox.scss */
  .flex-container *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).full-data-btn,
  .flex-container *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).full-data-btn {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 178, style/sass/utility/_flexbox.scss */
  .flex-container *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  .flex-container *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  /* line 189, style/sass/utility/_flexbox.scss */
  .flex-container *:first-child:nth-last-child(3) .header,
  .flex-container *:first-child:nth-last-child(3) ~ * .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  /* line 146, style/sass/utility/_flexbox.scss */
  .flex-container *:first-child:nth-last-child(3) .header > *,
  .flex-container *:first-child:nth-last-child(3) ~ * .header > * {
    margin: 0;
    padding-left: 0.1px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 193, style/sass/utility/_flexbox.scss */
  .flex-container *:first-child:nth-last-child(3) .header > *,
  .flex-container *:first-child:nth-last-child(3) ~ * .header > * {
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-align-self: auto;
    align-self: auto;
  }
  /* line 198, style/sass/utility/_flexbox.scss */
  .flex-container *:first-child:nth-last-child(3) .header > *:first-child,
  .flex-container *:first-child:nth-last-child(3) .header > *:last-child,
  .flex-container *:first-child:nth-last-child(3) ~ * .header > *:first-child,
  .flex-container *:first-child:nth-last-child(3) ~ * .header > *:last-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  /* line 207, style/sass/utility/_flexbox.scss */
  .flex-container *:first-child:nth-last-child(3),
  .flex-container *:first-child:nth-last-child(3) ~ * {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 212, style/sass/utility/_flexbox.scss */
  .flex-container *:first-child:nth-last-child(3):last-child,
  .flex-container *:first-child:nth-last-child(3) ~ *:last-child {
    margin-bottom: 0;
  }
  /* line 216, style/sass/utility/_flexbox.scss */
  .flex-container *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .flex-container *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 25px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 221, style/sass/utility/_flexbox.scss */
  .flex-container *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  .flex-container *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 33%;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  /* line 221, style/sass/utility/_flexbox.scss */
  .flex-container *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  .flex-container *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  /* line 229, style/sass/utility/_flexbox.scss */
  .flex-container > * {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 233, style/sass/utility/_flexbox.scss */
  .flex-container > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  /* line 243, style/sass/utility/_flexbox.scss */
  .flex-container *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .flex-container *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 248, style/sass/utility/_flexbox.scss */
  .flex-container *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  .flex-container *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child {
    margin-bottom: 0;
  }
}
/* line 49, style/sass/templates/_blocks.scss */
.flex-container.chart {
  margin-bottom: 17px;
}
/* line 53, style/sass/templates/_blocks.scss */
.flex-container.data {
  background-image: url("/wp-content/themes/predictwise-2016/spinner.gif");
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 58, style/sass/templates/_blocks.scss */
.flex-container.data-dark {
  background-image: url("/wp-content/themes/predictwise-2016/spinner-light.gif");
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 66, style/sass/templates/_blocks.scss */
.flex-container-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 146, style/sass/utility/_flexbox.scss */
.flex-container-vertical > * {
  margin: 0;
  padding-left: 0.1px;
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 70, style/sass/templates/_blocks.scss */
.flex-container-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 146, style/sass/utility/_flexbox.scss */
.flex-container-text > * {
  margin: 0;
  padding-left: 0.1px;
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* line 161, style/sass/utility/_flexbox.scss */
.flex-container-text > *:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 1200px) {
  /* line 169, style/sass/utility/_flexbox.scss */
  .flex-container-text *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .flex-container-text *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 174, style/sass/utility/_flexbox.scss */
  .flex-container-text *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).full-data-btn,
  .flex-container-text *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).full-data-btn {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 178, style/sass/utility/_flexbox.scss */
  .flex-container-text *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  .flex-container-text *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  /* line 189, style/sass/utility/_flexbox.scss */
  .flex-container-text *:first-child:nth-last-child(3) .header,
  .flex-container-text *:first-child:nth-last-child(3) ~ * .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  /* line 146, style/sass/utility/_flexbox.scss */
  .flex-container-text *:first-child:nth-last-child(3) .header > *,
  .flex-container-text *:first-child:nth-last-child(3) ~ * .header > * {
    margin: 0;
    padding-left: 0.1px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 193, style/sass/utility/_flexbox.scss */
  .flex-container-text *:first-child:nth-last-child(3) .header > *,
  .flex-container-text *:first-child:nth-last-child(3) ~ * .header > * {
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-align-self: auto;
    align-self: auto;
  }
  /* line 198, style/sass/utility/_flexbox.scss */
  .flex-container-text *:first-child:nth-last-child(3) .header > *:first-child,
  .flex-container-text *:first-child:nth-last-child(3) .header > *:last-child,
  .flex-container-text *:first-child:nth-last-child(3) ~ * .header > *:first-child,
  .flex-container-text *:first-child:nth-last-child(3) ~ * .header > *:last-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  /* line 207, style/sass/utility/_flexbox.scss */
  .flex-container-text *:first-child:nth-last-child(3),
  .flex-container-text *:first-child:nth-last-child(3) ~ * {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 212, style/sass/utility/_flexbox.scss */
  .flex-container-text *:first-child:nth-last-child(3):last-child,
  .flex-container-text *:first-child:nth-last-child(3) ~ *:last-child {
    margin-bottom: 0;
  }
  /* line 216, style/sass/utility/_flexbox.scss */
  .flex-container-text *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .flex-container-text *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 25px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 221, style/sass/utility/_flexbox.scss */
  .flex-container-text *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  .flex-container-text *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 33%;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  /* line 221, style/sass/utility/_flexbox.scss */
  .flex-container-text *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  .flex-container-text *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  /* line 229, style/sass/utility/_flexbox.scss */
  .flex-container-text > * {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 233, style/sass/utility/_flexbox.scss */
  .flex-container-text > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  /* line 243, style/sass/utility/_flexbox.scss */
  .flex-container-text *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .flex-container-text *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 248, style/sass/utility/_flexbox.scss */
  .flex-container-text *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  .flex-container-text *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child {
    margin-bottom: 0;
  }
}
/* line 270, style/sass/utility/_flexbox.scss */
.flex-container-text > * {
  white-space: nowrap;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
/* line 275, style/sass/utility/_flexbox.scss */
.flex-container-text > *:first-child {
  padding-left: 10px;
  text-align: left;
}
/* line 280, style/sass/utility/_flexbox.scss */
.flex-container-text > *:last-child {
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 768px) {
  /* line 286, style/sass/utility/_flexbox.scss */
  .flex-container-text > *:not(:last-child) {
    margin-bottom: 0;
  }
  /* line 290, style/sass/utility/_flexbox.scss */
  .flex-container-text > * {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

/* line 74, style/sass/templates/_blocks.scss */
.list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
@media (max-width: 768px) {
  /* line 74, style/sass/templates/_blocks.scss */
  .list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 992px) {
  /* line 74, style/sass/templates/_blocks.scss */
  .list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 33%;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  /* line 74, style/sass/templates/_blocks.scss */
  .list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

/* line 89, style/sass/templates/_blocks.scss */
.header {
  height: 40px;
  background-color: #4A4A4A;
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: inherit;
  -moz-flex-wrap: inherit;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  display: inline-flex;
  width: auto;
}
/* line 146, style/sass/utility/_flexbox.scss */
.header > * {
  margin: 0;
  padding-left: 0.1px;
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* line 161, style/sass/utility/_flexbox.scss */
.header > *:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 1200px) {
  /* line 169, style/sass/utility/_flexbox.scss */
  .header *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .header *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 174, style/sass/utility/_flexbox.scss */
  .header *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).full-data-btn,
  .header *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).full-data-btn {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 178, style/sass/utility/_flexbox.scss */
  .header *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  .header *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  /* line 189, style/sass/utility/_flexbox.scss */
  .header *:first-child:nth-last-child(3) .header,
  .header *:first-child:nth-last-child(3) ~ * .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  /* line 146, style/sass/utility/_flexbox.scss */
  .header *:first-child:nth-last-child(3) .header > *,
  .header *:first-child:nth-last-child(3) ~ * .header > * {
    margin: 0;
    padding-left: 0.1px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 193, style/sass/utility/_flexbox.scss */
  .header *:first-child:nth-last-child(3) .header > *,
  .header *:first-child:nth-last-child(3) ~ * .header > * {
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-align-self: auto;
    align-self: auto;
  }
  /* line 198, style/sass/utility/_flexbox.scss */
  .header *:first-child:nth-last-child(3) .header > *:first-child,
  .header *:first-child:nth-last-child(3) .header > *:last-child,
  .header *:first-child:nth-last-child(3) ~ * .header > *:first-child,
  .header *:first-child:nth-last-child(3) ~ * .header > *:last-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  /* line 207, style/sass/utility/_flexbox.scss */
  .header *:first-child:nth-last-child(3),
  .header *:first-child:nth-last-child(3) ~ * {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 212, style/sass/utility/_flexbox.scss */
  .header *:first-child:nth-last-child(3):last-child,
  .header *:first-child:nth-last-child(3) ~ *:last-child {
    margin-bottom: 0;
  }
  /* line 216, style/sass/utility/_flexbox.scss */
  .header *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .header *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 25px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 221, style/sass/utility/_flexbox.scss */
  .header *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  .header *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 33%;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  /* line 221, style/sass/utility/_flexbox.scss */
  .header *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  .header *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  /* line 229, style/sass/utility/_flexbox.scss */
  .header > * {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 233, style/sass/utility/_flexbox.scss */
  .header > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  /* line 243, style/sass/utility/_flexbox.scss */
  .header *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .header *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 248, style/sass/utility/_flexbox.scss */
  .header *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  .header *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child {
    margin-bottom: 0;
  }
}
/* line 270, style/sass/utility/_flexbox.scss */
.header > * {
  white-space: nowrap;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
/* line 275, style/sass/utility/_flexbox.scss */
.header > *:first-child {
  padding-left: 10px;
  text-align: left;
}
/* line 280, style/sass/utility/_flexbox.scss */
.header > *:last-child {
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 768px) {
  /* line 286, style/sass/utility/_flexbox.scss */
  .header > *:not(:last-child) {
    margin-bottom: 0;
  }
  /* line 290, style/sass/utility/_flexbox.scss */
  .header > * {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
/* line 306, style/sass/utility/_flexbox.scss */
.header > * {
  display: table;
  padding: 0;
  width: auto;
  flex: inherit;
}
/* line 313, style/sass/utility/_flexbox.scss */
.header > *:first-child {
  padding-left: 20px;
}
/* line 317, style/sass/utility/_flexbox.scss */
.header > *:last-child {
  padding-right: 20px;
}
/* line 321, style/sass/utility/_flexbox.scss */
.header > *:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  /* line 89, style/sass/templates/_blocks.scss */
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  /* line 146, style/sass/utility/_flexbox.scss */
  .header > * {
    margin: 0;
    padding-left: 0.1px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 329, style/sass/utility/_flexbox.scss */
  .header > * {
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-align-self: auto;
    align-self: auto;
  }
  /* line 334, style/sass/utility/_flexbox.scss */
  .header > *:first-child,
  .header > *:last-child {
    padding: 0;
  }
}

/* line 97, style/sass/templates/_blocks.scss */
thead .header {
  border-radius: 0px !important;
  display: table-cell !important;
  cursor: pointer;
}

/* line 103, style/sass/templates/_blocks.scss */
.big-header {
  margin: 0px 0px 45px 0px;
  text-align: left;
}
@media (max-width: 768px) {
  /* line 103, style/sass/templates/_blocks.scss */
  .big-header {
    margin: 0 0 15px 0;
  }
}

/* line 112, style/sass/templates/_blocks.scss */
.big-subheader {
  margin: 0 0 25px 0;
  text-align: left;
}

/* line 117, style/sass/templates/_blocks.scss */
.subheader {
  margin-bottom: 40px;
  text-align: left;
}

/* line 122, style/sass/templates/_blocks.scss */
.blog-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 146, style/sass/utility/_flexbox.scss */
.blog-header > * {
  margin: 0;
  padding-left: 0.1px;
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* line 161, style/sass/utility/_flexbox.scss */
.blog-header > *:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 1200px) {
  /* line 169, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .blog-header *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 174, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).full-data-btn,
  .blog-header *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).full-data-btn {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 178, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  .blog-header *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  /* line 189, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3) .header,
  .blog-header *:first-child:nth-last-child(3) ~ * .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  /* line 146, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3) .header > *,
  .blog-header *:first-child:nth-last-child(3) ~ * .header > * {
    margin: 0;
    padding-left: 0.1px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 193, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3) .header > *,
  .blog-header *:first-child:nth-last-child(3) ~ * .header > * {
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-align-self: auto;
    align-self: auto;
  }
  /* line 198, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3) .header > *:first-child,
  .blog-header *:first-child:nth-last-child(3) .header > *:last-child,
  .blog-header *:first-child:nth-last-child(3) ~ * .header > *:first-child,
  .blog-header *:first-child:nth-last-child(3) ~ * .header > *:last-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  /* line 207, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3),
  .blog-header *:first-child:nth-last-child(3) ~ * {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 212, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3):last-child,
  .blog-header *:first-child:nth-last-child(3) ~ *:last-child {
    margin-bottom: 0;
  }
  /* line 216, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .blog-header *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 25px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 221, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  .blog-header *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 33%;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  /* line 221, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  .blog-header *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  /* line 229, style/sass/utility/_flexbox.scss */
  .blog-header > * {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 233, style/sass/utility/_flexbox.scss */
  .blog-header > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  /* line 243, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .blog-header *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 248, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  .blog-header *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child {
    margin-bottom: 0;
  }
}

/* line 128, style/sass/templates/_blocks.scss */
.sub-hero .header,
.category .header,
.sidebar .header {
  display: flex;
}

/* line 132, style/sass/templates/_blocks.scss */
.header-text {
  text-transform: uppercase;
}

/* line 136, style/sass/templates/_blocks.scss */
.header-subtext {
  color: #BFBFBF;
}

/* line 141, style/sass/templates/_blocks.scss */
.header-subtext,
.description {
  padding-top: 12px;
}

/* override flexbox glitch cuasing problems on front page sub-hero */
@media (max-width: 992px) {
  /* line 148, style/sass/templates/_blocks.scss */
  *:first-child:nth-last-child(3),
  *:first-child:nth-last-child(3) ~ * .list-item {
    flex: 0 1 auto;
    margin-bottom: 0px;
  }
}
/* line 154, style/sass/templates/_blocks.scss */
.list-item {
  height: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 146, style/sass/utility/_flexbox.scss */
.list-item > * {
  margin: 0;
  padding-left: 0.1px;
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* line 161, style/sass/utility/_flexbox.scss */
.list-item > *:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 1200px) {
  /* line 169, style/sass/utility/_flexbox.scss */
  .list-item *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .list-item *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 174, style/sass/utility/_flexbox.scss */
  .list-item *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).full-data-btn,
  .list-item *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).full-data-btn {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 178, style/sass/utility/_flexbox.scss */
  .list-item *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  .list-item *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  /* line 189, style/sass/utility/_flexbox.scss */
  .list-item *:first-child:nth-last-child(3) .header,
  .list-item *:first-child:nth-last-child(3) ~ * .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  /* line 146, style/sass/utility/_flexbox.scss */
  .list-item *:first-child:nth-last-child(3) .header > *,
  .list-item *:first-child:nth-last-child(3) ~ * .header > * {
    margin: 0;
    padding-left: 0.1px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 193, style/sass/utility/_flexbox.scss */
  .list-item *:first-child:nth-last-child(3) .header > *,
  .list-item *:first-child:nth-last-child(3) ~ * .header > * {
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-align-self: auto;
    align-self: auto;
  }
  /* line 198, style/sass/utility/_flexbox.scss */
  .list-item *:first-child:nth-last-child(3) .header > *:first-child,
  .list-item *:first-child:nth-last-child(3) .header > *:last-child,
  .list-item *:first-child:nth-last-child(3) ~ * .header > *:first-child,
  .list-item *:first-child:nth-last-child(3) ~ * .header > *:last-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  /* line 207, style/sass/utility/_flexbox.scss */
  .list-item *:first-child:nth-last-child(3),
  .list-item *:first-child:nth-last-child(3) ~ * {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 212, style/sass/utility/_flexbox.scss */
  .list-item *:first-child:nth-last-child(3):last-child,
  .list-item *:first-child:nth-last-child(3) ~ *:last-child {
    margin-bottom: 0;
  }
  /* line 216, style/sass/utility/_flexbox.scss */
  .list-item *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .list-item *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 25px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 221, style/sass/utility/_flexbox.scss */
  .list-item *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  .list-item *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 33%;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  /* line 221, style/sass/utility/_flexbox.scss */
  .list-item *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  .list-item *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  /* line 229, style/sass/utility/_flexbox.scss */
  .list-item > * {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 233, style/sass/utility/_flexbox.scss */
  .list-item > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  /* line 243, style/sass/utility/_flexbox.scss */
  .list-item *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .list-item *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 248, style/sass/utility/_flexbox.scss */
  .list-item *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  .list-item *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child {
    margin-bottom: 0;
  }
}
/* line 270, style/sass/utility/_flexbox.scss */
.list-item > * {
  white-space: nowrap;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
/* line 275, style/sass/utility/_flexbox.scss */
.list-item > *:first-child {
  padding-left: 10px;
  text-align: left;
}
/* line 280, style/sass/utility/_flexbox.scss */
.list-item > *:last-child {
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 768px) {
  /* line 286, style/sass/utility/_flexbox.scss */
  .list-item > *:not(:last-child) {
    margin-bottom: 0;
  }
  /* line 290, style/sass/utility/_flexbox.scss */
  .list-item > * {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 768px) {
  /* line 154, style/sass/templates/_blocks.scss */
  .list-item {
    margin: 0;
    height: 40px;
  }
  /* line 163, style/sass/templates/_blocks.scss */
  .list-item:empty {
    display: none;
  }
}

/* line 169, style/sass/templates/_blocks.scss */
.list-item:nth-child(even) {
  background-color: #e7e7e7;
}

/* line 173, style/sass/templates/_blocks.scss */
.list-item:nth-child(odd) {
  background-color: #f7f7f7;
}

/*.list-item:not(:empty):hover {
  background-color: #F3434B;
  color: white;
}*/
/* line 182, style/sass/templates/_blocks.scss */
.list-item.active {
  background-color: #F3434B;
  color: white;
}

/* line 187, style/sass/templates/_blocks.scss */
.list-item.selected {
  background-color: #3C9FC5;
  color: white;
}
/* line 191, style/sass/templates/_blocks.scss */
.list-item.selected:hover {
  background-color: #3C9FC5;
}
/* line 195, style/sass/templates/_blocks.scss */
.list-item.selected[tooltip="1"], .list-item.selected[tooltip="1"]:hover {
  background-color: #ff9f1c;
}
/* line 199, style/sass/templates/_blocks.scss */
.list-item.selected[tooltip="2"], .list-item.selected[tooltip="2"]:hover {
  background-color: #011627;
}
/* line 203, style/sass/templates/_blocks.scss */
.list-item.selected[tooltip="3"], .list-item.selected[tooltip="3"]:hover {
  background-color: #2EC4B6;
}

/* line 208, style/sass/templates/_blocks.scss */
.list-item:empty {
  cursor: auto;
  opacity: 0.2;
  pointer-events: none;
}

/* line 214, style/sass/templates/_blocks.scss */
.list-value {
  font-weight: 600;
}

/* line 218, style/sass/templates/_blocks.scss */
.chart-wrapper {
  position: relative;
  display: inline-block;
  height: auto;
}

/* line 224, style/sass/templates/_blocks.scss */
.chart {
  width: 100% !important;
  height: auto !important;
}

/* line 229, style/sass/templates/_blocks.scss */
.blog-header {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 146, style/sass/utility/_flexbox.scss */
.blog-header > * {
  margin: 0;
  padding-left: 0.1px;
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* line 161, style/sass/utility/_flexbox.scss */
.blog-header > *:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 1200px) {
  /* line 169, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .blog-header *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 174, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).full-data-btn,
  .blog-header *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).full-data-btn {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 178, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  .blog-header *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  /* line 189, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3) .header,
  .blog-header *:first-child:nth-last-child(3) ~ * .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  /* line 146, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3) .header > *,
  .blog-header *:first-child:nth-last-child(3) ~ * .header > * {
    margin: 0;
    padding-left: 0.1px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 193, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3) .header > *,
  .blog-header *:first-child:nth-last-child(3) ~ * .header > * {
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-align-self: auto;
    align-self: auto;
  }
  /* line 198, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3) .header > *:first-child,
  .blog-header *:first-child:nth-last-child(3) .header > *:last-child,
  .blog-header *:first-child:nth-last-child(3) ~ * .header > *:first-child,
  .blog-header *:first-child:nth-last-child(3) ~ * .header > *:last-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  /* line 207, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3),
  .blog-header *:first-child:nth-last-child(3) ~ * {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 212, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3):last-child,
  .blog-header *:first-child:nth-last-child(3) ~ *:last-child {
    margin-bottom: 0;
  }
  /* line 216, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .blog-header *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 25px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 221, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  .blog-header *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 33%;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  /* line 221, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  .blog-header *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  /* line 229, style/sass/utility/_flexbox.scss */
  .blog-header > * {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 233, style/sass/utility/_flexbox.scss */
  .blog-header > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  /* line 243, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .blog-header *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 248, style/sass/utility/_flexbox.scss */
  .blog-header *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  .blog-header *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child {
    margin-bottom: 0;
  }
}

/* line 234, style/sass/templates/_blocks.scss */
.share-links:nth-child(n) {
  padding: 0;
  text-align: left;
}

/* line 242, style/sass/templates/_blocks.scss */
.share-link,
.share-fb,
.share-tw,
.share-rss {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: 100% 100%;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 14px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
/* line 254, style/sass/templates/_blocks.scss */
.share-link:hover,
.share-fb:hover,
.share-tw:hover,
.share-rss:hover {
  background-color: #555;
}

/* line 259, style/sass/templates/_blocks.scss */
.share-fb {
  background-image: url("/img/share-fb.png");
}

/* line 263, style/sass/templates/_blocks.scss */
.share-tw {
  background-image: url("/img/share-tw.png");
}

/* line 267, style/sass/templates/_blocks.scss */
a.full-data-btn {
  -webkit-box-flex: initial;
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: inherit;
  padding: 8px 12px 8px 12px;
  width: auto;
  height: 15px;
  color: #F3434B;
  border: 1px solid #F3434B;
  border-radius: 8px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 283, style/sass/templates/_blocks.scss */
a.full-data-btn:hover {
  background-color: #f3434b;
  color: white;
}
@media (max-width: 992px) {
  /* line 267, style/sass/templates/_blocks.scss */
  a.full-data-btn {
    flex: initial;
  }
}

/* line 293, style/sass/templates/_blocks.scss */
.container > .mid-container:nth-child(n) {
  margin: 45px 0px 100px 0px;
}

/* line 297, style/sass/templates/_blocks.scss */
.dashed-line {
  display: block;
  margin-bottom: 30px;
  width: 60px;
  height: 2px;
  background-color: gray;
}

/* line 305, style/sass/templates/_blocks.scss */
.footer-links {
  padding: 50px;
}

/* line 309, style/sass/templates/_blocks.scss */
table.table {
  width: 100%;
  max-width: 758px;
  border-collapse: collapse;
  border: 1px solid #000;
}
/* line 315, style/sass/templates/_blocks.scss */
table.table.data {
  height: 500px;
  background-image: url("/wp-content/themes/predictwise-2016/spinner.gif");
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 323, style/sass/templates/_blocks.scss */
table.table tr:first-child {
  background-color: #4A4A4A;
}

/* line 327, style/sass/templates/_blocks.scss */
table.table tr:first-child th {
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 0px;
}

/* line 334, style/sass/templates/_blocks.scss */
table.table tr:first-child th:not(:first-child) {
  border-radius: 0px;
}

/* line 338, style/sass/templates/_blocks.scss */
table.table tbody tr:first-child th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 0px;
}

/* line 345, style/sass/templates/_blocks.scss */
table.table tr td {
  border-right: 1px solid black;
}
/* line 348, style/sass/templates/_blocks.scss */
table.table tr.odd {
  background-color: #e7e7e7;
}
/* line 352, style/sass/templates/_blocks.scss */
table.table tr.even {
  background-color: #f7f7f7;
}

/* line 357, style/sass/templates/_blocks.scss */
table.table {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: scroll;
  border: none;
}

/* line 366, style/sass/templates/_blocks.scss */
table.table thead,
table.table tbody {
  border: 1px solid black;
}

/* line 370, style/sass/templates/_blocks.scss */
.table-wrapper {
  position: relative;
}
/* line 373, style/sass/templates/_blocks.scss */
.table-wrapper::after {
  content: '';
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 95px;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,f2f2f2+100&0+0,0.65+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(242, 242, 242, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(242, 242, 242, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(242, 242, 242, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6f2f2f2',GradientType=1 );
  /* IE6-9 */
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 391, style/sass/templates/_blocks.scss */
.table-wrapper.gradient::after {
  opacity: 1;
}

/* line 397, style/sass/templates/_blocks.scss */
table.table td,
table.table th {
  padding: 5px 10px;
}
/* line 400, style/sass/templates/_blocks.scss */
table.table td.shade,
table.table th.shade {
  white-space: nowrap;
}

/* line 405, style/sass/templates/_blocks.scss */
h6.timestamp {
  text-align: left;
  margin-top: 3px;
}

/* line 410, style/sass/templates/_blocks.scss */
.blog, .legal, .faq {
  margin-bottom: 40px;
}

/* line 414, style/sass/templates/_blocks.scss */
.numbered-list {
  padding-left: 60px;
  text-align: left;
  list-style: none;
  counter-reset: section;
}

/* line 421, style/sass/templates/_blocks.scss */
.feature {
  margin-bottom: 20px;
}

/* line 425, style/sass/templates/_blocks.scss */
.feature::before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  margin-left: -60px;
  padding: 10px;
  width: 10px;
  height: 10px;
  border: 1px solid red;
  border-radius: 30px;
  color: red;
  font-size: 20px;
  line-height: 10px;
}

/* line 441, style/sass/templates/_blocks.scss */
.list-item-label:nth-child(n),
.list-item-label:nth-child(n):hover {
  background-color: transparent;
  cursor: auto;
  pointer-events: none;
}

/* line 447, style/sass/templates/_blocks.scss */
.list-name-label:nth-child(n) {
  text-align: center;
}

/* line 451, style/sass/templates/_blocks.scss */
.text-section, .entry-title, p {
  max-width: 768px;
  text-align: left;
}

/* line 456, style/sass/templates/_blocks.scss */
.tooltip {
  position: absolute;
  top: -20px;
  left: 20px;
  display: block;
  top: 0;
  padding: 2px 5px;
  background-color: #F3434B;
  border-radius: 5px;
  color: white;
  white-space: nowrap;
  pointer-events: none;
  font-size: 12px;
  line-height: 14px;
}
/* line 471, style/sass/templates/_blocks.scss */
.tooltip:empty {
  display: none;
}

/* line 480, style/sass/templates/_blocks.scss */
#s-tooltip-1::after,
#s-tooltip-2::after,
#s-tooltip-3::after {
  display: none;
}

/* line 485, style/sass/templates/_blocks.scss */
#s-tooltip-1 {
  background-color: #ff9f1c;
}

/* line 489, style/sass/templates/_blocks.scss */
#s-tooltip-2 {
  background-color: #011627;
}

/* line 493, style/sass/templates/_blocks.scss */
#s-tooltip-3 {
  background-color: #2EC4B6;
}

/* line 497, style/sass/templates/_blocks.scss */
table.table {
  text-align: center;
}

/* line 501, style/sass/templates/_blocks.scss */
.musings {
  padding: 40px;
  background-color: #ebebeb;
  border-radius: 10px;
}
/* line 506, style/sass/templates/_blocks.scss */
.musings.mobile {
  display: none;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  /* line 506, style/sass/templates/_blocks.scss */
  .musings.mobile {
    display: flex;
  }
}
/* line 515, style/sass/templates/_blocks.scss */
.musings.desktop {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  /* line 515, style/sass/templates/_blocks.scss */
  .musings.desktop {
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 501, style/sass/templates/_blocks.scss */
  .musings {
    padding: 30px 0;
  }
}

/* line 530, style/sass/templates/_blocks.scss */
.musings-img {
  width: 300px;
  height: 300px;
}
@media (max-width: 768px) {
  /* line 530, style/sass/templates/_blocks.scss */
  .musings-img {
    text-align: center;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 480px) {
  /* line 530, style/sass/templates/_blocks.scss */
  .musings-img {
    width: 240px;
    height: 240px;
  }
}

/* line 546, style/sass/templates/_blocks.scss */
.musings-img img {
  height: 100%;
  width: auto;
  border-radius: 10px;
}

/* line 552, style/sass/templates/_blocks.scss */
.musings-container {
  flex: 2;
  position: relative;
}
@media (max-width: 480px) {
  /* line 552, style/sass/templates/_blocks.scss */
  .musings-container {
    padding: 0 30px;
  }
}

/* line 561, style/sass/templates/_blocks.scss */
.musings-container .musings-nav {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 992px) {
  /* line 561, style/sass/templates/_blocks.scss */
  .musings-container .musings-nav {
    top: -20px;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  /* line 561, style/sass/templates/_blocks.scss */
  .musings-container .musings-nav {
    position: relative;
    top: 0;
  }
}

/* line 577, style/sass/templates/_blocks.scss */
.musings-container .musings-nav .direction {
  background-image: url("/img/faq_show.png");
  background-size: 100%;
  display: inline-block;
  height: 35px;
  width: 35px;
  cursor: pointer;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
/* line 589, style/sass/templates/_blocks.scss */
.musings-container .musings-nav .direction.hide {
  opacity: 0;
  cursor: normal;
  pointer-events: none;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
@media (max-width: 992px) {
  /* line 577, style/sass/templates/_blocks.scss */
  .musings-container .musings-nav .direction {
    height: 25px;
    width: 25px;
  }
}

/* line 604, style/sass/templates/_blocks.scss */
.musings-container .musings-nav .prev {
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

/* line 611, style/sass/templates/_blocks.scss */
.musings-container .musings-nav .next {
  margin: 0 0 0 15px;
  -moz-transform: rotateZ(270deg);
  -ms-transform: rotateZ(270deg);
  -webkit-transform: rotateZ(270deg);
  transform: rotateZ(270deg);
}

/* line 619, style/sass/templates/_blocks.scss */
.musings-container .big-header {
  margin: 0 0 5px 0;
}
@media (max-width: 768px) {
  /* line 619, style/sass/templates/_blocks.scss */
  .musings-container .big-header {
    text-align: center;
  }
}

/* line 627, style/sass/templates/_blocks.scss */
.musings-wrapper {
  overflow: hidden;
  height: 100%;
}

/* line 632, style/sass/templates/_blocks.scss */
.musings-wrapper .musing {
  display: none;
  width: 100%;
  height: 100%;
  text-align: left;
}
/* line 638, style/sass/templates/_blocks.scss */
.musings-wrapper .musing.active {
  display: block;
}

/* line 644, style/sass/templates/_blocks.scss */
.musings-wrapper .musing .musing-time {
  margin: 0 0 15px 0;
  text-transform: uppercase;
  font-size: 15px;
}

/* line 650, style/sass/templates/_blocks.scss */
.musings-wrapper .musing .musing-copy {
  font-size: 17px;
}
@media (max-width: 768px) {
  /* line 650, style/sass/templates/_blocks.scss */
  .musings-wrapper .musing .musing-copy {
    font-size: 14px;
  }
}

/* line 658, style/sass/templates/_blocks.scss */
.abstract {
  display: none;
}

/* line 659, style/sass/templates/_blocks.scss */
.abstract_link {
  cursor: pointer;
  color: #0066cc;
  text-decoration: underline;
}

@media (max-width: 768px) {
  /* line 665, style/sass/templates/_blocks.scss */
  .share-links {
    display: none;
  }
}

/* navigation blocks */
/* line 1, style/sass/templates/_navigation.scss */
.navigation {
  position: relative;
  z-index: 2;
  padding: 0px 0px 0px 0px;
  width: 100%;
  background-color: #3d3d3d;
}
@media (max-width: 768px) {
  /* line 1, style/sass/templates/_navigation.scss */
  .navigation {
    padding: 15px 0px 15px 0px;
  }
}
/* line 12, style/sass/templates/_navigation.scss */
.navigation .share-links {
  padding-right: 15px;
  height: 81px;
  text-align: right;
}
/* line 17, style/sass/templates/_navigation.scss */
.navigation .share-links > * {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  /* line 12, style/sass/templates/_navigation.scss */
  .navigation .share-links {
    height: 28px;
    position: relative;
    text-align: right !important;
  }
}
@media (max-width: 480px) {
  /* line 12, style/sass/templates/_navigation.scss */
  .navigation .share-links {
    text-align: left !important;
  }
}
/* line 31, style/sass/templates/_navigation.scss */
.navigation .share-links .subscribe {
  margin-bottom: 10px !important;
  padding: 12px 0;
  border-radius: 8px;
  background-color: white;
  max-width: 90px;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
/* line 40, style/sass/templates/_navigation.scss */
.navigation .share-links .subscribe:hover {
  background-color: #e6e6e6;
}
/* line 44, style/sass/templates/_navigation.scss */
.navigation .share-links .subscribe a {
  color: #000;
}
@media (max-width: 768px) {
  /* line 31, style/sass/templates/_navigation.scss */
  .navigation .share-links .subscribe {
    display: inline-block;
    padding: 4px 6px 5px;
    position: absolute;
    top: 0;
    right: 115px;
  }
}
@media (max-width: 480px) {
  /* line 31, style/sass/templates/_navigation.scss */
  .navigation .share-links .subscribe {
    top: 0;
    right: 0;
    left: 105px;
    padding: 4px 0 5px;
  }
}
/* line 66, style/sass/templates/_navigation.scss */
.navigation .share-link {
  background-color: white;
}
/* line 69, style/sass/templates/_navigation.scss */
.navigation .share-link:hover {
  background-color: #e6e6e6;
}
/* line 74, style/sass/templates/_navigation.scss */
.navigation .share-fb {
  background-image: url("/img/share-fb.png");
}
/* line 78, style/sass/templates/_navigation.scss */
.navigation .share-tw {
  background-image: url("/img/share-tw.png");
}
/* line 82, style/sass/templates/_navigation.scss */
.navigation .share-rss {
  background-image: url("/img/share-rss.png");
}
/* line 86, style/sass/templates/_navigation.scss */
.navigation .mobile-rotating {
  margin: 30px 0px 10px 0px;
  display: none;
  padding: 0px 10px 0px 10px;
}
@media (max-width: 768px) {
  /* line 86, style/sass/templates/_navigation.scss */
  .navigation .mobile-rotating {
    display: block;
  }
}

/* line 97, style/sass/templates/_navigation.scss */
.navigation-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 146, style/sass/utility/_flexbox.scss */
.navigation-flex > * {
  margin: 0;
  padding-left: 0.1px;
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* line 348, style/sass/utility/_flexbox.scss */
.navigation-flex > *:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 768px) {
  /* line 353, style/sass/utility/_flexbox.scss */
  .navigation-flex > * {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 357, style/sass/utility/_flexbox.scss */
  .navigation-flex > *:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  /* line 100, style/sass/templates/_navigation.scss */
  .navigation-flex > *:nth-child(n) {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

/* line 107, style/sass/templates/_navigation.scss */
.branding-container {
  -webkit-transform: scaleY(0.9);
  -moz-transform: scaleY(0.9);
  -ms-transform: scaleY(0.9);
  -o-transform: scaleY(0.9);
  transform: scaleY(0.9);
  -webkit-box-flex: 0;
  -webkit-box-flex: 0 0 200px;
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 146, style/sass/utility/_flexbox.scss */
.branding-container > * {
  margin: 0;
  padding-left: 0.1px;
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* line 161, style/sass/utility/_flexbox.scss */
.branding-container > *:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 1200px) {
  /* line 169, style/sass/utility/_flexbox.scss */
  .branding-container *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .branding-container *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 174, style/sass/utility/_flexbox.scss */
  .branding-container *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).full-data-btn,
  .branding-container *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).full-data-btn {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 178, style/sass/utility/_flexbox.scss */
  .branding-container *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  .branding-container *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  /* line 189, style/sass/utility/_flexbox.scss */
  .branding-container *:first-child:nth-last-child(3) .header,
  .branding-container *:first-child:nth-last-child(3) ~ * .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  /* line 146, style/sass/utility/_flexbox.scss */
  .branding-container *:first-child:nth-last-child(3) .header > *,
  .branding-container *:first-child:nth-last-child(3) ~ * .header > * {
    margin: 0;
    padding-left: 0.1px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 193, style/sass/utility/_flexbox.scss */
  .branding-container *:first-child:nth-last-child(3) .header > *,
  .branding-container *:first-child:nth-last-child(3) ~ * .header > * {
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-align-self: auto;
    align-self: auto;
  }
  /* line 198, style/sass/utility/_flexbox.scss */
  .branding-container *:first-child:nth-last-child(3) .header > *:first-child,
  .branding-container *:first-child:nth-last-child(3) .header > *:last-child,
  .branding-container *:first-child:nth-last-child(3) ~ * .header > *:first-child,
  .branding-container *:first-child:nth-last-child(3) ~ * .header > *:last-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  /* line 207, style/sass/utility/_flexbox.scss */
  .branding-container *:first-child:nth-last-child(3),
  .branding-container *:first-child:nth-last-child(3) ~ * {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 212, style/sass/utility/_flexbox.scss */
  .branding-container *:first-child:nth-last-child(3):last-child,
  .branding-container *:first-child:nth-last-child(3) ~ *:last-child {
    margin-bottom: 0;
  }
  /* line 216, style/sass/utility/_flexbox.scss */
  .branding-container *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .branding-container *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 25px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 221, style/sass/utility/_flexbox.scss */
  .branding-container *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  .branding-container *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 33%;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  /* line 221, style/sass/utility/_flexbox.scss */
  .branding-container *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  .branding-container *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  /* line 229, style/sass/utility/_flexbox.scss */
  .branding-container > * {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 233, style/sass/utility/_flexbox.scss */
  .branding-container > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  /* line 243, style/sass/utility/_flexbox.scss */
  .branding-container *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .branding-container *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 248, style/sass/utility/_flexbox.scss */
  .branding-container *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  .branding-container *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child {
    margin-bottom: 0;
  }
}
/* line 270, style/sass/utility/_flexbox.scss */
.branding-container > * {
  white-space: nowrap;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
/* line 275, style/sass/utility/_flexbox.scss */
.branding-container > *:first-child {
  padding-left: 10px;
  text-align: left;
}
/* line 280, style/sass/utility/_flexbox.scss */
.branding-container > *:last-child {
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 768px) {
  /* line 286, style/sass/utility/_flexbox.scss */
  .branding-container > *:not(:last-child) {
    margin-bottom: 0;
  }
  /* line 290, style/sass/utility/_flexbox.scss */
  .branding-container > * {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 480px) {
  /* line 107, style/sass/templates/_navigation.scss */
  .branding-container {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
}

/* line 118, style/sass/templates/_navigation.scss */
.branding-container .branding {
  text-align: left;
}

/* line 122, style/sass/templates/_navigation.scss */
.branding-light {
  display: inline-block;
  font-weight: 100;
  -webkit-transform: scaleX(1.1);
  -moz-transform: scaleX(1.1);
  -ms-transform: scaleX(1.1);
  -o-transform: scaleX(1.1);
  transform: scaleX(1.1);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

@media (max-width: 992px) {
  /* line 132, style/sass/templates/_navigation.scss */
  .description:nth-child(n) {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  /* line 129, style/sass/templates/_navigation.scss */
  .description {
    display: none;
  }
}
/* line 139, style/sass/templates/_navigation.scss */
.description small {
  display: block;
  margin-top: 5px;
}

/* line 145, style/sass/templates/_navigation.scss */
.nav-icons {
  padding-right: 15px;
  -webkit-box-flex: 0;
  -webkit-box-flex: 0 0 180px;
  -webkit-flex: 0 0 180px;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 146, style/sass/utility/_flexbox.scss */
.nav-icons > * {
  margin: 0;
  padding-left: 0.1px;
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* line 161, style/sass/utility/_flexbox.scss */
.nav-icons > *:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 1200px) {
  /* line 169, style/sass/utility/_flexbox.scss */
  .nav-icons *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .nav-icons *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 174, style/sass/utility/_flexbox.scss */
  .nav-icons *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).full-data-btn,
  .nav-icons *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).full-data-btn {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 178, style/sass/utility/_flexbox.scss */
  .nav-icons *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  .nav-icons *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  /* line 189, style/sass/utility/_flexbox.scss */
  .nav-icons *:first-child:nth-last-child(3) .header,
  .nav-icons *:first-child:nth-last-child(3) ~ * .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  /* line 146, style/sass/utility/_flexbox.scss */
  .nav-icons *:first-child:nth-last-child(3) .header > *,
  .nav-icons *:first-child:nth-last-child(3) ~ * .header > * {
    margin: 0;
    padding-left: 0.1px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 193, style/sass/utility/_flexbox.scss */
  .nav-icons *:first-child:nth-last-child(3) .header > *,
  .nav-icons *:first-child:nth-last-child(3) ~ * .header > * {
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-align-self: auto;
    align-self: auto;
  }
  /* line 198, style/sass/utility/_flexbox.scss */
  .nav-icons *:first-child:nth-last-child(3) .header > *:first-child,
  .nav-icons *:first-child:nth-last-child(3) .header > *:last-child,
  .nav-icons *:first-child:nth-last-child(3) ~ * .header > *:first-child,
  .nav-icons *:first-child:nth-last-child(3) ~ * .header > *:last-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  /* line 207, style/sass/utility/_flexbox.scss */
  .nav-icons *:first-child:nth-last-child(3),
  .nav-icons *:first-child:nth-last-child(3) ~ * {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 212, style/sass/utility/_flexbox.scss */
  .nav-icons *:first-child:nth-last-child(3):last-child,
  .nav-icons *:first-child:nth-last-child(3) ~ *:last-child {
    margin-bottom: 0;
  }
  /* line 216, style/sass/utility/_flexbox.scss */
  .nav-icons *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .nav-icons *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 25px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 221, style/sass/utility/_flexbox.scss */
  .nav-icons *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  .nav-icons *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 33%;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  /* line 221, style/sass/utility/_flexbox.scss */
  .nav-icons *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  .nav-icons *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  /* line 229, style/sass/utility/_flexbox.scss */
  .nav-icons > * {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 233, style/sass/utility/_flexbox.scss */
  .nav-icons > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  /* line 243, style/sass/utility/_flexbox.scss */
  .nav-icons *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .nav-icons *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 248, style/sass/utility/_flexbox.scss */
  .nav-icons *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  .nav-icons *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child {
    margin-bottom: 0;
  }
}
/* line 270, style/sass/utility/_flexbox.scss */
.nav-icons > * {
  white-space: nowrap;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
/* line 275, style/sass/utility/_flexbox.scss */
.nav-icons > *:first-child {
  padding-left: 10px;
  text-align: left;
}
/* line 280, style/sass/utility/_flexbox.scss */
.nav-icons > *:last-child {
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 768px) {
  /* line 286, style/sass/utility/_flexbox.scss */
  .nav-icons > *:not(:last-child) {
    margin-bottom: 0;
  }
  /* line 290, style/sass/utility/_flexbox.scss */
  .nav-icons > * {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 480px) {
  /* line 145, style/sass/templates/_navigation.scss */
  .nav-icons {
    -webkit-flex: 1 1 100% !important;
    -ms-flex: 1 1 100% !important;
    flex: 1 1 100% !important;
  }
}

/* line 158, style/sass/templates/_navigation.scss */
.hamburger {
  display: none;
  position: relative;
  width: 28px;
  height: 24px;
  background-image: url("/img/hamburger.png");
  background-size: 100% 100%;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-box-flex: 0 0 28px;
  -webkit-flex: 0 0 28px;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
}
@media (max-width: 992px) {
  /* line 158, style/sass/templates/_navigation.scss */
  .hamburger {
    display: block;
  }
}
/* line 172, style/sass/templates/_navigation.scss */
.hamburger::before, .hamburger::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  pointer-events: none;
  -webkit-transition: opacity, 0.3s;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
/* line 183, style/sass/templates/_navigation.scss */
.hamburger::before {
  background-image: url("/img/hamburger.png");
}
/* line 187, style/sass/templates/_navigation.scss */
.hamburger::after {
  background-image: url("/img/hamburger_invert.png");
  opacity: 0;
}
/* line 194, style/sass/templates/_navigation.scss */
.hamburger:hover::before {
  opacity: 0;
}
/* line 198, style/sass/templates/_navigation.scss */
.hamburger:hover::after {
  opacity: 1;
}

/* line 204, style/sass/templates/_navigation.scss */
.sub-navigation {
  position: relative;
  z-index: 2;
  height: 51px;
  background-color: #999999;
  overflow: hidden;
  overflow-y: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  /* line 204, style/sass/templates/_navigation.scss */
  .sub-navigation {
    height: 110px;
  }
}
@media (max-width: 992px) {
  /* line 204, style/sass/templates/_navigation.scss */
  .sub-navigation {
    height: 0;
  }
  /* line 220, style/sass/templates/_navigation.scss */
  .sub-navigation:not(.active) + .content > .search-bar {
    margin-top: -60px;
  }
}
/* line 225, style/sass/templates/_navigation.scss */
.sub-navigation.active {
  height: 51px;
}
@media (max-width: 1200px) {
  /* line 225, style/sass/templates/_navigation.scss */
  .sub-navigation.active {
    height: 110px;
  }
}
@media (max-width: 768px) {
  /* line 225, style/sass/templates/_navigation.scss */
  .sub-navigation.active {
    height: 420px;
  }
}
/* line 237, style/sass/templates/_navigation.scss */
.sub-navigation::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #B5B5B5;
}

/* line 248, style/sass/templates/_navigation.scss */
.sub-navigation-list {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 146, style/sass/utility/_flexbox.scss */
.sub-navigation-list > * {
  margin: 0;
  padding-left: 0.1px;
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* line 348, style/sass/utility/_flexbox.scss */
.sub-navigation-list > *:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 768px) {
  /* line 353, style/sass/utility/_flexbox.scss */
  .sub-navigation-list > * {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 357, style/sass/utility/_flexbox.scss */
  .sub-navigation-list > *:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  /* line 248, style/sass/templates/_navigation.scss */
  .sub-navigation-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* line 257, style/sass/templates/_navigation.scss */
.navigation-link {
  position: relative;
  list-style: none;
  flex-basis: auto;
  cursor: pointer;
}
@media (max-width: 1200px) {
  /* line 257, style/sass/templates/_navigation.scss */
  .navigation-link {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  /* line 257, style/sass/templates/_navigation.scss */
  .navigation-link {
    display: block;
    width: 100%;
  }
}

/* line 273, style/sass/templates/_navigation.scss */
.search-icon {
  position: relative;
  margin: 3px;
  width: 16px;
  height: 17px;
  background-image: url("/img/search-glass.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 283, style/sass/templates/_navigation.scss */
.search-icon::after, .search-icon::before {
  content: '';
  position: absolute;
  left: 0;
  width: 16px;
  height: 17px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  /* line 283, style/sass/templates/_navigation.scss */
  .search-icon::after, .search-icon::before {
    left: 50%;
    margin-left: -8px;
  }
}
/* line 300, style/sass/templates/_navigation.scss */
.search-icon::before {
  background-image: url("/img/search-glass.png");
}
/* line 304, style/sass/templates/_navigation.scss */
.search-icon::after {
  background-image: url("/img/search-glass-invert.png");
  opacity: 0;
}
/* line 310, style/sass/templates/_navigation.scss */
.search-icon:hover::after {
  opacity: 1;
}
/* line 314, style/sass/templates/_navigation.scss */
.search-icon:hover::before {
  opacity: 0;
}
@media (max-width: 768px) {
  /* line 273, style/sass/templates/_navigation.scss */
  .search-icon {
    width: 100%;
  }
}

/* line 324, style/sass/templates/_navigation.scss */
.search-bar {
  position: absolute;
  z-index: 1;
  margin: 0;
  margin-top: -60px;
  top: 0;
  right: 0;
  width: 300px;
  height: 60px;
  background-color: #454545;
  -webkit-transition: margin-top 0.3s;
  -moz-transition: margin-top 0.3s;
  -o-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
}
/* line 336, style/sass/templates/_navigation.scss */
.search-bar.active {
  margin-top: 0;
}
/* line 340, style/sass/templates/_navigation.scss */
.search-bar .search-field {
  margin-top: 14px;
  margin-right: 10px;
  width: 220px;
  height: 30px;
  background-color: #CCC;
  border: none;
  border-radius: 15px;
  font-size: 13px;
}
/* line 351, style/sass/templates/_navigation.scss */
.search-bar .search-submit {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid white;
  color: white;
  background-color: #454545;
  font-family: 'Source Sans Pro';
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
/* line 362, style/sass/templates/_navigation.scss */
.search-bar .search-submit:hover {
  background-color: #666;
}

/* line 368, style/sass/templates/_navigation.scss */
textarea:focus, input:focus {
  outline: 0;
}

/* modifiers / unique blocks depending on the layout item named: */
/* Pre-existing classes modified by `.hero` here only */
/* Put new classes introduced by `.hero` here */
/* line 4, style/sass/templates/_hero.scss */
.red-header {
  position: absolute;
  right: 0;
  background-color: #F3434B;
}
@media (max-width: 480px) {
  /* line 4, style/sass/templates/_hero.scss */
  .red-header {
    position: relative;
    height: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    top: 0;
  }
  /* line 16, style/sass/templates/_hero.scss */
  .red-header ~ .header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

/* Pre-existing classes modified by `.sub-hero` here only */
/* line 2, style/sass/templates/_sub-hero.scss */
.sub-hero {
  background-color: #595959;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  /* line 7, style/sass/templates/_sub-hero.scss */
  .sub-hero:not(.ad) {
    max-height: 261px;
  }
}
/* line 12, style/sass/templates/_sub-hero.scss */
.sub-hero .padded-container {
  padding: 20px;
}
/* line 16, style/sass/templates/_sub-hero.scss */
.sub-hero .list {
  height: 128px;
  color: #f4f4f4;
  -webkit-box-flex: 0;
  -webkit-box-flex: 0 0 40%;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
@media (max-width: 768px) {
  /* line 16, style/sass/templates/_sub-hero.scss */
  .sub-hero .list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
/* line 22, style/sass/templates/_sub-hero.scss */
.sub-hero .list-item:nth-child(n+5) {
  display: none;
}
/* line 26, style/sass/templates/_sub-hero.scss */
.sub-hero .list-item:nth-child(even) {
  background-color: #838383;
}
/* line 30, style/sass/templates/_sub-hero.scss */
.sub-hero .list-item:nth-child(odd) {
  background-color: #a8a8a8;
}
/* line 34, style/sass/templates/_sub-hero.scss */
.sub-hero .list-item.active {
  background-color: #F3434B;
}
/* line 38, style/sass/templates/_sub-hero.scss */
.sub-hero .list-item.selected {
  background-color: #3C9FC5;
  color: white;
}
/* line 42, style/sass/templates/_sub-hero.scss */
.sub-hero .list-item.selected:hover {
  background-color: #3C9FC5;
}
/* line 46, style/sass/templates/_sub-hero.scss */
.sub-hero .list-item.selected[tooltip="1"], .sub-hero .list-item.selected[tooltip="1"]:hover {
  background-color: #ff9f1c;
}
/* line 50, style/sass/templates/_sub-hero.scss */
.sub-hero .list-item.selected[tooltip="2"], .sub-hero .list-item.selected[tooltip="2"]:hover {
  background-color: #011627;
}
/* line 54, style/sass/templates/_sub-hero.scss */
.sub-hero .list-item.selected[tooltip="3"], .sub-hero .list-item.selected[tooltip="3"]:hover {
  background-color: #2EC4B6;
}
/* line 59, style/sass/templates/_sub-hero.scss */
.sub-hero .share-fb, .sub-hero .share-tw {
  background-color: white;
}
/* line 62, style/sass/templates/_sub-hero.scss */
.sub-hero .share-fb:hover, .sub-hero .share-tw:hover {
  background-color: lightgray;
}
/* line 67, style/sass/templates/_sub-hero.scss */
.sub-hero .share-fb {
  background-image: url("/img/share-fb-gray.png");
}
/* line 71, style/sass/templates/_sub-hero.scss */
.sub-hero .share-tw {
  background-image: url("/img/share-tw-gray.png");
}
/* line 75, style/sass/templates/_sub-hero.scss */
.sub-hero .full-data-btn {
  border-color: white;
  color: white;
}
/* line 79, style/sass/templates/_sub-hero.scss */
.sub-hero .full-data-btn:hover {
  background-color: white;
  color: #595959;
}

/* Put new classes introduced by `.sub-hero` here */
/* Pre-existing classes modified by `.category` here only */
/* line 4, style/sass/templates/_category.scss */
.category .header {
  padding: 10px;
  height: 20px;
}
@media (max-width: 992px) {
  /* line 4, style/sass/templates/_category.scss */
  .category .header {
    height: 40px;
  }
}
/* line 12, style/sass/templates/_category.scss */
.category .header > *:nth-child(n) {
  padding-left: 15px;
}
/* line 17, style/sass/templates/_category.scss */
.category .big-header {
  text-align: center;
}
/* line 21, style/sass/templates/_category.scss */
.category .list {
  height: 128px;
}
/* line 25, style/sass/templates/_category.scss */
.category .list-item {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1200px) {
  /* line 25, style/sass/templates/_category.scss */
  .category .list-item {
    padding: 0;
  }
}
@media (max-width: 992px) {
  /* line 25, style/sass/templates/_category.scss */
  .category .list-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 39, style/sass/templates/_category.scss */
.category .list-item:nth-child(n+5) {
  display: none;
}
/* line 44, style/sass/templates/_category.scss */
.category .list-item,
.category .list-item:hover {
  color: black;
  cursor: auto;
}
/* line 50, style/sass/templates/_category.scss */
.category .list-item:nth-child(even),
.category .list-item:nth-child(even):hover {
  background-color: #f7f7f7;
}
/* line 55, style/sass/templates/_category.scss */
.category .list-item:nth-child(odd),
.category .list-item:nth-child(odd):hover {
  background-color: #e7e7e7;
}
/* line 59, style/sass/templates/_category.scss */
.category .flex-container {
  padding: 10px 20px 10px 20px;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  flex: inherit !important;
}
@media (max-width: 1200px) {
  /* line 59, style/sass/templates/_category.scss */
  .category .flex-container {
    padding: 10px 10px 10px 20px;
  }
}
@media (max-width: 992px) {
  /* line 59, style/sass/templates/_category.scss */
  .category .flex-container {
    padding: 20px;
  }
}

/* Put new classes introduced by `.category` here */
/* line 76, style/sass/templates/_category.scss */
.category-item {
  padding-left: 40px;
  padding-right: 40px;
}
/* line 80, style/sass/templates/_category.scss */
.category-item:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  /* line 76, style/sass/templates/_category.scss */
  .category-item {
    padding: 0;
  }
  /* line 87, style/sass/templates/_category.scss */
  .category-item * {
    margin-bottom: 0 !important;
  }
}

/* line 93, style/sass/templates/_category.scss */
.list-container {
  background-color: #e7e7e7;
}
/* line 95, style/sass/templates/_category.scss */
.list-container.data {
  background-image: url("/wp-content/themes/predictwise-2016/spinner-small.gif");
  background-position: center center;
  background-repeat: no-repeat;
}

/* Pre-existing classes modified by `.sidebar` here only */
/* line 4, style/sass/templates/_sidebar.scss */
.sidebar .header {
  background-color: #F3434B;
  /*@media (max-width: 1200px) {
    height: auto;
  }*/
}
/* line 11, style/sass/templates/_sidebar.scss */
.sidebar .header-subtext {
  color: white;
}
/* line 15, style/sass/templates/_sidebar.scss */
.sidebar .padded-container {
  padding: 20px;
}
/* line 19, style/sass/templates/_sidebar.scss */
.sidebar .flex-container {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 25, style/sass/templates/_sidebar.scss */
.sidebar-item {
  background-color: #e7e7e7;
}
/* line 28, style/sass/templates/_sidebar.scss */
.sidebar-item:not(:last-child) {
  margin-bottom: 40px;
}

/* line 33, style/sass/templates/_sidebar.scss */
.text {
  text-align: left;
}

/* Put new classes introduced by `.category` here */
/* line 1, style/sass/templates/_blog.scss */
.blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 146, style/sass/utility/_flexbox.scss */
.blog > * {
  margin: 0;
  padding-left: 0.1px;
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* line 161, style/sass/utility/_flexbox.scss */
.blog > *:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 1200px) {
  /* line 169, style/sass/utility/_flexbox.scss */
  .blog *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .blog *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 174, style/sass/utility/_flexbox.scss */
  .blog *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).full-data-btn,
  .blog *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).full-data-btn {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 178, style/sass/utility/_flexbox.scss */
  .blog *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  .blog *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  /* line 189, style/sass/utility/_flexbox.scss */
  .blog *:first-child:nth-last-child(3) .header,
  .blog *:first-child:nth-last-child(3) ~ * .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  /* line 146, style/sass/utility/_flexbox.scss */
  .blog *:first-child:nth-last-child(3) .header > *,
  .blog *:first-child:nth-last-child(3) ~ * .header > * {
    margin: 0;
    padding-left: 0.1px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 193, style/sass/utility/_flexbox.scss */
  .blog *:first-child:nth-last-child(3) .header > *,
  .blog *:first-child:nth-last-child(3) ~ * .header > * {
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-align-self: auto;
    align-self: auto;
  }
  /* line 198, style/sass/utility/_flexbox.scss */
  .blog *:first-child:nth-last-child(3) .header > *:first-child,
  .blog *:first-child:nth-last-child(3) .header > *:last-child,
  .blog *:first-child:nth-last-child(3) ~ * .header > *:first-child,
  .blog *:first-child:nth-last-child(3) ~ * .header > *:last-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  /* line 207, style/sass/utility/_flexbox.scss */
  .blog *:first-child:nth-last-child(3),
  .blog *:first-child:nth-last-child(3) ~ * {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 212, style/sass/utility/_flexbox.scss */
  .blog *:first-child:nth-last-child(3):last-child,
  .blog *:first-child:nth-last-child(3) ~ *:last-child {
    margin-bottom: 0;
  }
  /* line 216, style/sass/utility/_flexbox.scss */
  .blog *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .blog *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 25px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 221, style/sass/utility/_flexbox.scss */
  .blog *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  .blog *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 33%;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  /* line 221, style/sass/utility/_flexbox.scss */
  .blog *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  .blog *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  /* line 229, style/sass/utility/_flexbox.scss */
  .blog > * {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 233, style/sass/utility/_flexbox.scss */
  .blog > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  /* line 243, style/sass/utility/_flexbox.scss */
  .blog *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .blog *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 248, style/sass/utility/_flexbox.scss */
  .blog *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  .blog *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child {
    margin-bottom: 0;
  }
}
/* line 4, style/sass/templates/_blog.scss */
.blog .sidebar {
  -webkit-box-flex: 0;
  -webkit-box-flex: 0 0 33%;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
}
@media (max-width: 768px) {
  /* line 4, style/sass/templates/_blog.scss */
  .blog .sidebar {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 1200px) {
  /* line 7, style/sass/templates/_blog.scss */
  .blog .sidebar .header {
    height: 40px;
  }
}
@media (max-width: 992px) {
  /* line 15, style/sass/templates/_blog.scss */
  .blog > *, .blog .sidebar {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 19, style/sass/templates/_blog.scss */
  .blog > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
/* line 25, style/sass/templates/_blog.scss */
.blog .blog-header {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
/* line 29, style/sass/templates/_blog.scss */
.blog .share-links {
  -webkit-box-flex: 0;
  -webkit-box-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}
@media (max-width: 768px) {
  /* line 29, style/sass/templates/_blog.scss */
  .blog .share-links {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

/* line 37, style/sass/templates/_blog.scss */
.blog-list .blog-header {
  max-width: 768px;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
/* line 41, style/sass/templates/_blog.scss */
.blog-list .blog-header .share-links {
  -webkit-box-flex: 0;
  -webkit-box-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}
@media (max-width: 768px) {
  /* line 41, style/sass/templates/_blog.scss */
  .blog-list .blog-header .share-links {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

/* line 47, style/sass/templates/_blog.scss */
.blog-post {
  text-align: left;
  width: 100%;
}
/* line 52, style/sass/templates/_blog.scss */
.blog-post .big-subheader {
  padding-left: 0;
}
/* line 56, style/sass/templates/_blog.scss */
.blog-post .blog-header .share-links {
  text-align: right;
}
@media (max-width: 768px) {
  /* line 56, style/sass/templates/_blog.scss */
  .blog-post .blog-header .share-links {
    text-align: center;
  }
}
/* line 65, style/sass/templates/_blog.scss */
.blog-post h2.entry-title {
  margin: 0px;
}
/* line 69, style/sass/templates/_blog.scss */
.blog-post .text {
  margin-bottom: 20px;
}

/* line 76, style/sass/templates/_blog.scss */
.blog ~ .navigation,
.blog-post .navigation {
  background-color: transparent;
}
/* line 79, style/sass/templates/_blog.scss */
.blog ~ .navigation .nav-links,
.blog-post .navigation .nav-links {
  max-width: 768px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 146, style/sass/utility/_flexbox.scss */
.blog ~ .navigation .nav-links > *,
.blog-post .navigation .nav-links > * {
  margin: 0;
  padding-left: 0.1px;
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* line 161, style/sass/utility/_flexbox.scss */
.blog ~ .navigation .nav-links > *:not(:last-child),
.blog-post .navigation .nav-links > *:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 1200px) {
  /* line 169, style/sass/utility/_flexbox.scss */
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn),
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 174, style/sass/utility/_flexbox.scss */
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).full-data-btn,
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).full-data-btn,
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).full-data-btn,
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).full-data-btn {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 178, style/sass/utility/_flexbox.scss */
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child,
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  /* line 189, style/sass/utility/_flexbox.scss */
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) .header,
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) ~ * .header,
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) .header,
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) ~ * .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  /* line 146, style/sass/utility/_flexbox.scss */
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) .header > *,
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) ~ * .header > *,
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) .header > *,
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) ~ * .header > * {
    margin: 0;
    padding-left: 0.1px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 193, style/sass/utility/_flexbox.scss */
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) .header > *,
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) ~ * .header > *,
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) .header > *,
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) ~ * .header > * {
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-align-self: auto;
    align-self: auto;
  }
  /* line 198, style/sass/utility/_flexbox.scss */
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) .header > *:first-child,
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) .header > *:last-child,
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) ~ * .header > *:first-child,
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) ~ * .header > *:last-child,
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) .header > *:first-child,
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) .header > *:last-child,
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) ~ * .header > *:first-child,
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) ~ * .header > *:last-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  /* line 207, style/sass/utility/_flexbox.scss */
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3),
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) ~ *,
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3),
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) ~ * {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 212, style/sass/utility/_flexbox.scss */
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3):last-child,
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) ~ *:last-child,
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3):last-child,
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) ~ *:last-child {
    margin-bottom: 0;
  }
  /* line 216, style/sass/utility/_flexbox.scss */
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn),
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 25px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 221, style/sass/utility/_flexbox.scss */
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list,
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 33%;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  /* line 221, style/sass/utility/_flexbox.scss */
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list,
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  /* line 229, style/sass/utility/_flexbox.scss */
  .blog ~ .navigation .nav-links > *,
  .blog-post .navigation .nav-links > * {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 233, style/sass/utility/_flexbox.scss */
  .blog ~ .navigation .nav-links > *:not(:last-child),
  .blog-post .navigation .nav-links > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  /* line 243, style/sass/utility/_flexbox.scss */
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn),
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 248, style/sass/utility/_flexbox.scss */
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  .blog ~ .navigation .nav-links *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child,
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  .blog-post .navigation .nav-links *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child {
    margin-bottom: 0;
  }
}
/* line 270, style/sass/utility/_flexbox.scss */
.blog ~ .navigation .nav-links > *,
.blog-post .navigation .nav-links > * {
  white-space: nowrap;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
/* line 275, style/sass/utility/_flexbox.scss */
.blog ~ .navigation .nav-links > *:first-child,
.blog-post .navigation .nav-links > *:first-child {
  padding-left: 10px;
  text-align: left;
}
/* line 280, style/sass/utility/_flexbox.scss */
.blog ~ .navigation .nav-links > *:last-child,
.blog-post .navigation .nav-links > *:last-child {
  padding-right: 10px;
  text-align: right;
}
@media (max-width: 768px) {
  /* line 286, style/sass/utility/_flexbox.scss */
  .blog ~ .navigation .nav-links > *:not(:last-child),
  .blog-post .navigation .nav-links > *:not(:last-child) {
    margin-bottom: 0;
  }
  /* line 290, style/sass/utility/_flexbox.scss */
  .blog ~ .navigation .nav-links > *,
  .blog-post .navigation .nav-links > * {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
/* line 83, style/sass/templates/_blog.scss */
.blog ~ .navigation .nav-links > div,
.blog-post .navigation .nav-links > div {
  white-space: normal;
  max-width: 50%;
}
/* line 87, style/sass/templates/_blog.scss */
.blog ~ .navigation .nav-links > div a,
.blog-post .navigation .nav-links > div a {
  color: #555;
  font-size: 16px;
}
/* line 91, style/sass/templates/_blog.scss */
.blog ~ .navigation .nav-links > div a:hover,
.blog-post .navigation .nav-links > div a:hover {
  color: #F3434B;
}

/* line 1, style/sass/templates/_press.scss */
.press {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 146, style/sass/utility/_flexbox.scss */
.press > * {
  margin: 0;
  padding-left: 0.1px;
  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* line 161, style/sass/utility/_flexbox.scss */
.press > *:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 1200px) {
  /* line 169, style/sass/utility/_flexbox.scss */
  .press *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .press *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 174, style/sass/utility/_flexbox.scss */
  .press *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).full-data-btn,
  .press *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).full-data-btn {
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 178, style/sass/utility/_flexbox.scss */
  .press *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  .press *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  /* line 189, style/sass/utility/_flexbox.scss */
  .press *:first-child:nth-last-child(3) .header,
  .press *:first-child:nth-last-child(3) ~ * .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  /* line 146, style/sass/utility/_flexbox.scss */
  .press *:first-child:nth-last-child(3) .header > *,
  .press *:first-child:nth-last-child(3) ~ * .header > * {
    margin: 0;
    padding-left: 0.1px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 193, style/sass/utility/_flexbox.scss */
  .press *:first-child:nth-last-child(3) .header > *,
  .press *:first-child:nth-last-child(3) ~ * .header > * {
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-align-self: auto;
    align-self: auto;
  }
  /* line 198, style/sass/utility/_flexbox.scss */
  .press *:first-child:nth-last-child(3) .header > *:first-child,
  .press *:first-child:nth-last-child(3) .header > *:last-child,
  .press *:first-child:nth-last-child(3) ~ * .header > *:first-child,
  .press *:first-child:nth-last-child(3) ~ * .header > *:last-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  /* line 207, style/sass/utility/_flexbox.scss */
  .press *:first-child:nth-last-child(3),
  .press *:first-child:nth-last-child(3) ~ * {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 212, style/sass/utility/_flexbox.scss */
  .press *:first-child:nth-last-child(3):last-child,
  .press *:first-child:nth-last-child(3) ~ *:last-child {
    margin-bottom: 0;
  }
  /* line 216, style/sass/utility/_flexbox.scss */
  .press *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .press *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 25px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /* line 221, style/sass/utility/_flexbox.scss */
  .press *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  .press *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 33%;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  /* line 221, style/sass/utility/_flexbox.scss */
  .press *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn).list,
  .press *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn).list {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  /* line 229, style/sass/utility/_flexbox.scss */
  .press > * {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 233, style/sass/utility/_flexbox.scss */
  .press > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  /* line 243, style/sass/utility/_flexbox.scss */
  .press *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn),
  .press *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn) {
    margin-right: 0;
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  /* line 248, style/sass/utility/_flexbox.scss */
  .press *:first-child:nth-last-child(3) .flex-container > *:not(.full-data-btn):last-child,
  .press *:first-child:nth-last-child(3) ~ * .flex-container > *:not(.full-data-btn):last-child {
    margin-bottom: 0;
  }
}
/* line 4, style/sass/templates/_press.scss */
.press .sidebar {
  -webkit-box-flex: 0;
  -webkit-box-flex: 0 0 33%;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
}
@media (max-width: 768px) {
  /* line 4, style/sass/templates/_press.scss */
  .press .sidebar {
    -webkit-box-flex: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 1200px) {
  /* line 7, style/sass/templates/_press.scss */
  .press .sidebar .header {
    height: 40px;
  }
}

/* Pre-existing classes modified by `.category` here only */
/* line 2, style/sass/templates/_faq.scss */
.faq-container {
  margin-bottom: 40px;
}
/* line 9, style/sass/templates/_faq.scss */
.faq-container .faq-item.active .answer {
  height: auto;
  max-height: 800px;
}
/* line 14, style/sass/templates/_faq.scss */
.faq-container .faq-item.active:nth-child(n) .header:hover {
  background-color: #F3434B;
}
/* line 18, style/sass/templates/_faq.scss */
.faq-container .faq-item.active .header::before {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
/* line 23, style/sass/templates/_faq.scss */
.faq-container .faq-item.active .header::after {
  opacity: 0;
  -webkit-transform: rotateZ(-180deg);
  -moz-transform: rotateZ(-180deg);
  -ms-transform: rotateZ(-180deg);
  -o-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
}
/* line 31, style/sass/templates/_faq.scss */
.faq-container .faq-item:not(.active):nth-child(odd) .header {
  background-color: #ebebeb;
}
/* line 35, style/sass/templates/_faq.scss */
.faq-container .faq-item:not(.active):nth-child(even) .header {
  background-color: #f9f9f9;
}
/* line 39, style/sass/templates/_faq.scss */
.faq-container .faq-item:not(.active):nth-child(n) .header:hover {
  background-color: #F3434B;
}
/* line 42, style/sass/templates/_faq.scss */
.faq-container .faq-item:not(.active):nth-child(n) .header:hover .header-text {
  color: white;
}
/* line 47, style/sass/templates/_faq.scss */
.faq-container .faq-item:not(.active) .header {
  border-radius: 0;
}
/* line 51, style/sass/templates/_faq.scss */
.faq-container .faq-item:not(.active) .header-text {
  color: black;
}
/* line 57, style/sass/templates/_faq.scss */
.faq-container .faq-item:nth-child(odd) .answer {
  background-color: #ebebeb;
}
/* line 61, style/sass/templates/_faq.scss */
.faq-container .faq-item:nth-child(even) .answer {
  background-color: #ebebeb;
}
/* line 67, style/sass/templates/_faq.scss */
.faq-container .header {
  position: relative;
  width: 100%;
  height: 50px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s, border 1s;
  -moz-transition: background-color 0.3s, color 0.3s, border 1s;
  -o-transition: background-color 0.3s, color 0.3s, border 1s;
  transition: background-color 0.3s, color 0.3s, border 1s;
}
/* line 75, style/sass/templates/_faq.scss */
.faq-container .header:hover::before {
  opacity: 1;
}
/* line 79, style/sass/templates/_faq.scss */
.faq-container .header:hover::after {
  opacity: 0;
}
@media (max-width: 768px) {
  /* line 67, style/sass/templates/_faq.scss */
  .faq-container .header {
    width: auto;
  }
}
/* line 89, style/sass/templates/_faq.scss */
.faq-container .header::before, .faq-container .header::after {
  content: '';
  position: absolute;
  top: 0;
  right: 5px;
  width: 60px;
  height: 100%;
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 768px) {
  /* line 89, style/sass/templates/_faq.scss */
  .faq-container .header::before, .faq-container .header::after {
    display: none;
  }
}
/* line 106, style/sass/templates/_faq.scss */
.faq-container .header::before {
  background-image: url("/img/faq_hide.png");
  opacity: 0;
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
/* line 112, style/sass/templates/_faq.scss */
.faq-container .header::after {
  background-image: url("/img/faq_show.png");
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
/* line 118, style/sass/templates/_faq.scss */
.faq-container .header-text {
  padding-right: 50px;
  text-transform: none;
  text-align: left;
  white-space: initial;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 126, style/sass/templates/_faq.scss */
.faq-container .padded-container {
  padding: 20px;
}
/* line 130, style/sass/templates/_faq.scss */
.faq-container .answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s linear;
  -moz-transition: max-height 0.3s linear;
  -o-transition: max-height 0.3s linear;
  transition: max-height 0.3s linear;
}

/* Pre-existing classes modified by `.category` here only */
/* line 2, style/sass/templates/_footer.scss */
.footer {
  margin-top: 20px;
}
/* line 5, style/sass/templates/_footer.scss */
.footer .dashed-line {
  display: inline-block;
}

/* line 3, style/sass/templates/_search.scss */
.search * {
  text-align: left;
}
/* line 9, style/sass/templates/_search.scss */
.search .blog-post a {
  color: #F3434B;
}
/* line 12, style/sass/templates/_search.scss */
.search .blog-post a:hover {
  text-decoration: underline;
}
/* line 17, style/sass/templates/_search.scss */
.search .blog-post h2 {
  font-weight: 600;
  color: #ccc;
  letter-spacing: 0.8px;
}
/* line 22, style/sass/templates/_search.scss */
.search .blog-post h2 a {
  color: #555;
}
/* line 25, style/sass/templates/_search.scss */
.search .blog-post h2 a:hover {
  color: #F3434B;
}
/* line 35, style/sass/templates/_search.scss */
.search .posted-on {
  display: block;
  margin-bottom: 10px;
}

/*th:nth-child(1):nth-last-child(1) {
  
}

th:nth-child(1):nth-last-child(2),
th:nth-child(2):nth-last-child(1) {
  
}

th:nth-child(1):nth-last-child(3),
th:nth-child(2):nth-last-child(2),
th:nth-child(3):nth-last-child(1) {
  
}

th:nth-child(1):nth-last-child(4),
th:nth-child(2):nth-last-child(3),
th:nth-child(3):nth-last-child(2),
th:nth-child(4):nth-last-child(1) {

}

th:nth-child(1):nth-last-child(5),
th:nth-child(2):nth-last-child(4),
th:nth-child(3):nth-last-child(3),
th:nth-child(4):nth-last-child(2),
th:nth-child(5):nth-last-child(1) {

}

th:nth-child(1):nth-last-child(6),
th:nth-child(2):nth-last-child(5),
th:nth-child(3):nth-last-child(4),
th:nth-child(4):nth-last-child(3),
th:nth-child(5):nth-last-child(2),
th:nth-child(6):nth-last-child(1) {
  font-size: 14px;
}

th:nth-child(1):nth-last-child(7),
th:nth-child(2):nth-last-child(6),
th:nth-child(3):nth-last-child(5),
th:nth-child(4):nth-last-child(4),
th:nth-child(5):nth-last-child(3),
th:nth-child(6):nth-last-child(2),
th:nth-child(7):nth-last-child(1) {
  font-size: 14px;
}

th:nth-child(1):nth-last-child(8),
th:nth-child(2):nth-last-child(7),
th:nth-child(3):nth-last-child(6),
th:nth-child(4):nth-last-child(5),
th:nth-child(5):nth-last-child(4),
th:nth-child(6):nth-last-child(3),
th:nth-child(7):nth-last-child(2),
th:nth-child(8):nth-last-child(1) {
  font-size: 14px;
}

th:nth-child(1):nth-last-child(9),
th:nth-child(2):nth-last-child(8),
th:nth-child(3):nth-last-child(7),
th:nth-child(4):nth-last-child(6),
th:nth-child(5):nth-last-child(5),
th:nth-child(6):nth-last-child(4),
th:nth-child(7):nth-last-child(3),
th:nth-child(8):nth-last-child(2),
th:nth-child(9):nth-last-child(1) {
  font-size: 12px;
}

th:nth-child(1):nth-last-child(10),
th:nth-child(2):nth-last-child(9),
th:nth-child(3):nth-last-child(8),
th:nth-child(4):nth-last-child(7),
th:nth-child(5):nth-last-child(6),
th:nth-child(6):nth-last-child(5),
th:nth-child(7):nth-last-child(4),
th:nth-child(8):nth-last-child(3),
th:nth-child(9):nth-last-child(2),
th:nth-child(10):nth-last-child(1) {
  font-size: 12px;
}

th:nth-child(1):nth-last-child(11),
th:nth-child(2):nth-last-child(10),
th:nth-child(3):nth-last-child(9),
th:nth-child(4):nth-last-child(8),
th:nth-child(5):nth-last-child(7),
th:nth-child(6):nth-last-child(6),
th:nth-child(7):nth-last-child(5),
th:nth-child(8):nth-last-child(4),
th:nth-child(9):nth-last-child(3),
th:nth-child(10):nth-last-child(2),
th:nth-child(11):nth-last-child(1)  {
  font-size: 12px;
}

th:nth-child(1):nth-last-child(12),
th:nth-child(2):nth-last-child(11),
th:nth-child(3):nth-last-child(10),
th:nth-child(4):nth-last-child(9),
th:nth-child(5):nth-last-child(8),
th:nth-child(6):nth-last-child(7),
th:nth-child(7):nth-last-child(6),
th:nth-child(8):nth-last-child(5),
th:nth-child(9):nth-last-child(4),
th:nth-child(10):nth-last-child(3),
th:nth-child(11):nth-last-child(2),
th:nth-child(12):nth-last-child(1)  {
  font-size: 12px;
}

th:nth-child(1):nth-last-child(13),
th:nth-child(2):nth-last-child(12),
th:nth-child(3):nth-last-child(11),
th:nth-child(4):nth-last-child(10),
th:nth-child(5):nth-last-child(9),
th:nth-child(6):nth-last-child(8),
th:nth-child(7):nth-last-child(7),
th:nth-child(8):nth-last-child(6),
th:nth-child(9):nth-last-child(5),
th:nth-child(10):nth-last-child(4),
th:nth-child(11):nth-last-child(3),
th:nth-child(12):nth-last-child(2),
th:nth-child(13):nth-last-child(1)  {
  font-size: 12px;
}

th:nth-child(1):nth-last-child(14),
th:nth-child(2):nth-last-child(13),
th:nth-child(3):nth-last-child(12),
th:nth-child(4):nth-last-child(11),
th:nth-child(5):nth-last-child(10),
th:nth-child(6):nth-last-child(9),
th:nth-child(7):nth-last-child(8),
th:nth-child(8):nth-last-child(7),
th:nth-child(9):nth-last-child(6),
th:nth-child(10):nth-last-child(5),
th:nth-child(11):nth-last-child(4),
th:nth-child(12):nth-last-child(3),
th:nth-child(13):nth-last-child(2),
th:nth-child(14):nth-last-child(1)  {
  font-size: 10px;
}

th:nth-child(1):nth-last-child(15),
th:nth-child(2):nth-last-child(14),
th:nth-child(3):nth-last-child(13),
th:nth-child(4):nth-last-child(12),
th:nth-child(5):nth-last-child(11),
th:nth-child(6):nth-last-child(10),
th:nth-child(7):nth-last-child(9),
th:nth-child(8):nth-last-child(8),
th:nth-child(9):nth-last-child(7),
th:nth-child(10):nth-last-child(6),
th:nth-child(11):nth-last-child(5),
th:nth-child(12):nth-last-child(4),
th:nth-child(13):nth-last-child(3),
th:nth-child(14):nth-last-child(2),
th:nth-child(15):nth-last-child(1)  {
  font-size: 10px;
}

th:nth-child(1):nth-last-child(16),
th:nth-child(2):nth-last-child(15),
th:nth-child(3):nth-last-child(14),
th:nth-child(4):nth-last-child(13),
th:nth-child(5):nth-last-child(12),
th:nth-child(6):nth-last-child(11),
th:nth-child(7):nth-last-child(10),
th:nth-child(8):nth-last-child(9),
th:nth-child(9):nth-last-child(8),
th:nth-child(10):nth-last-child(7),
th:nth-child(11):nth-last-child(6),
th:nth-child(12):nth-last-child(5),
th:nth-child(13):nth-last-child(4),
th:nth-child(14):nth-last-child(3),
th:nth-child(15):nth-last-child(2),
th:nth-child(16):nth-last-child(1)  {
  font-size: 10px;
}

th:nth-child(1):nth-last-child(17),
th:nth-child(2):nth-last-child(16),
th:nth-child(3):nth-last-child(15),
th:nth-child(4):nth-last-child(14),
th:nth-child(5):nth-last-child(13),
th:nth-child(6):nth-last-child(12),
th:nth-child(7):nth-last-child(11),
th:nth-child(8):nth-last-child(10),
th:nth-child(9):nth-last-child(9),
th:nth-child(10):nth-last-child(8),
th:nth-child(11):nth-last-child(7),
th:nth-child(12):nth-last-child(6),
th:nth-child(13):nth-last-child(5),
th:nth-child(14):nth-last-child(4),
th:nth-child(15):nth-last-child(3),
th:nth-child(16):nth-last-child(2),
th:nth-child(17):nth-last-child(1)  {
  font-size: 10px;
}

td:nth-child(1):nth-last-child(1) {
  
}

td:nth-child(1):nth-last-child(2),
td:nth-child(2):nth-last-child(1) {
  
}

td:nth-child(1):nth-last-child(3),
td:nth-child(2):nth-last-child(2),
td:nth-child(3):nth-last-child(1) {
  
}

td:nth-child(1):nth-last-child(4),
td:nth-child(2):nth-last-child(3),
td:nth-child(3):nth-last-child(2),
td:nth-child(4):nth-last-child(1) {

}

td:nth-child(1):nth-last-child(5),
td:nth-child(2):nth-last-child(4),
td:nth-child(3):nth-last-child(3),
td:nth-child(4):nth-last-child(2),
td:nth-child(5):nth-last-child(1) {

}

td:nth-child(1):nth-last-child(6),
td:nth-child(2):nth-last-child(5),
td:nth-child(3):nth-last-child(4),
td:nth-child(4):nth-last-child(3),
td:nth-child(5):nth-last-child(2),
td:nth-child(6):nth-last-child(1) {
  font-size: 14px;
}

td:nth-child(1):nth-last-child(7),
td:nth-child(2):nth-last-child(6),
td:nth-child(3):nth-last-child(5),
td:nth-child(4):nth-last-child(4),
td:nth-child(5):nth-last-child(3),
td:nth-child(6):nth-last-child(2),
td:nth-child(7):nth-last-child(1) {
  font-size: 14px;
}

td:nth-child(1):nth-last-child(8),
td:nth-child(2):nth-last-child(7),
td:nth-child(3):nth-last-child(6),
td:nth-child(4):nth-last-child(5),
td:nth-child(5):nth-last-child(4),
td:nth-child(6):nth-last-child(3),
td:nth-child(7):nth-last-child(2),
td:nth-child(8):nth-last-child(1) {
  font-size: 14px;
}

td:nth-child(1):nth-last-child(9),
td:nth-child(2):nth-last-child(8),
td:nth-child(3):nth-last-child(7),
td:nth-child(4):nth-last-child(6),
td:nth-child(5):nth-last-child(5),
td:nth-child(6):nth-last-child(4),
td:nth-child(7):nth-last-child(3),
td:nth-child(8):nth-last-child(2),
td:nth-child(9):nth-last-child(1) {
  font-size: 12px;
}

td:nth-child(1):nth-last-child(10),
td:nth-child(2):nth-last-child(9),
td:nth-child(3):nth-last-child(8),
td:nth-child(4):nth-last-child(7),
td:nth-child(5):nth-last-child(6),
td:nth-child(6):nth-last-child(5),
td:nth-child(7):nth-last-child(4),
td:nth-child(8):nth-last-child(3),
td:nth-child(9):nth-last-child(2),
td:nth-child(10):nth-last-child(1) {
  font-size: 12px;
}

td:nth-child(1):nth-last-child(11),
td:nth-child(2):nth-last-child(10),
td:nth-child(3):nth-last-child(9),
td:nth-child(4):nth-last-child(8),
td:nth-child(5):nth-last-child(7),
td:nth-child(6):nth-last-child(6),
td:nth-child(7):nth-last-child(5),
td:nth-child(8):nth-last-child(4),
td:nth-child(9):nth-last-child(3),
td:nth-child(10):nth-last-child(2),
td:nth-child(11):nth-last-child(1)  {
  font-size: 10.5px;
  font-weight: 800;
}

td:nth-child(1):nth-last-child(12),
td:nth-child(2):nth-last-child(11),
td:nth-child(3):nth-last-child(10),
td:nth-child(4):nth-last-child(9),
td:nth-child(5):nth-last-child(8),
td:nth-child(6):nth-last-child(7),
td:nth-child(7):nth-last-child(6),
td:nth-child(8):nth-last-child(5),
td:nth-child(9):nth-last-child(4),
td:nth-child(10):nth-last-child(3),
td:nth-child(11):nth-last-child(2),
td:nth-child(12):nth-last-child(1)  {
  font-size: 10.5px;
  font-weight: 800;
}

td:nth-child(1):nth-last-child(13),
td:nth-child(2):nth-last-child(12),
td:nth-child(3):nth-last-child(11),
td:nth-child(4):nth-last-child(10),
td:nth-child(5):nth-last-child(9),
td:nth-child(6):nth-last-child(8),
td:nth-child(7):nth-last-child(7),
td:nth-child(8):nth-last-child(6),
td:nth-child(9):nth-last-child(5),
td:nth-child(10):nth-last-child(4),
td:nth-child(11):nth-last-child(3),
td:nth-child(12):nth-last-child(2),
td:nth-child(13):nth-last-child(1)  {
  font-size: 10.5px;
  font-weight: 800;
}

td:nth-child(1):nth-last-child(14),
td:nth-child(2):nth-last-child(13),
td:nth-child(3):nth-last-child(12),
td:nth-child(4):nth-last-child(11),
td:nth-child(5):nth-last-child(10),
td:nth-child(6):nth-last-child(9),
td:nth-child(7):nth-last-child(8),
td:nth-child(8):nth-last-child(7),
td:nth-child(9):nth-last-child(6),
td:nth-child(10):nth-last-child(5),
td:nth-child(11):nth-last-child(4),
td:nth-child(12):nth-last-child(3),
td:nth-child(13):nth-last-child(2),
td:nth-child(14):nth-last-child(1)  {
  font-size: 9.5px;
  font-weight: 800;
}

td:nth-child(1):nth-last-child(15),
td:nth-child(2):nth-last-child(14),
td:nth-child(3):nth-last-child(13),
td:nth-child(4):nth-last-child(12),
td:nth-child(5):nth-last-child(11),
td:nth-child(6):nth-last-child(10),
td:nth-child(7):nth-last-child(9),
td:nth-child(8):nth-last-child(8),
td:nth-child(9):nth-last-child(7),
td:nth-child(10):nth-last-child(6),
td:nth-child(11):nth-last-child(5),
td:nth-child(12):nth-last-child(4),
td:nth-child(13):nth-last-child(3),
td:nth-child(14):nth-last-child(2),
td:nth-child(15):nth-last-child(1)  {
  font-size: 9.5px;
  font-weight: 800;
}

td:nth-child(1):nth-last-child(16),
td:nth-child(2):nth-last-child(15),
td:nth-child(3):nth-last-child(14),
td:nth-child(4):nth-last-child(13),
td:nth-child(5):nth-last-child(12),
td:nth-child(6):nth-last-child(11),
td:nth-child(7):nth-last-child(10),
td:nth-child(8):nth-last-child(9),
td:nth-child(9):nth-last-child(8),
td:nth-child(10):nth-last-child(7),
td:nth-child(11):nth-last-child(6),
td:nth-child(12):nth-last-child(5),
td:nth-child(13):nth-last-child(4),
td:nth-child(14):nth-last-child(3),
td:nth-child(15):nth-last-child(2),
td:nth-child(16):nth-last-child(1)  {
  font-size: 9.5px;
  font-weight: 800;
}

td:nth-child(1):nth-last-child(17),
td:nth-child(2):nth-last-child(16),
td:nth-child(3):nth-last-child(15),
td:nth-child(4):nth-last-child(14),
td:nth-child(5):nth-last-child(13),
td:nth-child(6):nth-last-child(12),
td:nth-child(7):nth-last-child(11),
td:nth-child(8):nth-last-child(10),
td:nth-child(9):nth-last-child(9),
td:nth-child(10):nth-last-child(8),
td:nth-child(11):nth-last-child(7),
td:nth-child(12):nth-last-child(6),
td:nth-child(13):nth-last-child(5),
td:nth-child(14):nth-last-child(4),
td:nth-child(15):nth-last-child(3),
td:nth-child(16):nth-last-child(2),
td:nth-child(17):nth-last-child(1)  {
  font-size: 9.5px;
  font-weight: 800;
}
*/
/* global responsive container */
/* responsive container management */
/* line 8, style/sass/templates/_container.scss */
.site, .container {
  text-align: center;
}

/* line 12, style/sass/templates/_container.scss */
.content {
  position: relative;
  padding: 50px 0 0 0;
}

/* line 17, style/sass/templates/_container.scss */
.container {
  display: inline-block;
  width: 1200px;
}
/* line 21, style/sass/templates/_container.scss */
.container > *:not(:first-child) {
  margin-top: 20px;
}

/* line 26, style/sass/templates/_container.scss */
.content {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  /* line 32, style/sass/templates/_container.scss */
  .container {
    width: 992px;
  }
}
@media (max-width: 992px) {
  /* line 38, style/sass/templates/_container.scss */
  .container {
    width: 750px;
  }
}
@media (max-width: 768px) {
  /* line 44, style/sass/templates/_container.scss */
  .content {
    padding: 15px;
  }

  /* line 48, style/sass/templates/_container.scss */
  .container {
    width: 100%;
  }
}
/*************/
/*  General  */
/*************/
/* line 48, style/sass/style.scss */
body {
  margin: 0;
  background-color: #f2f2f2;
}
