@charset "UTF-8";
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
  appearance: none;
  background-color: #44bf70;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Avenir Next";
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, .button:hover, .button:focus {
    background-color: #36995a;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, .button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover, .button:disabled:hover {
      background-color: #44bf70; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.5em;
  padding: 0; }

label {
  display: block;
  font-weight: 400;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: "Avenir Next";
  font-size: 1em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
    border-color: #44bf70;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(60, 174, 100, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  input[type="color"]::placeholder, input[type="date"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="email"]::placeholder, input[type="month"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="text"]::placeholder, input[type="time"]::placeholder, input[type="url"]::placeholder, input[type="week"]::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333;
  font-family: "Avenir Next";
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Avenir Next";
  font-size: 1.333em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

h3 {
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
  color: #4A4A4A; }

h4 {
  line-height: 50px; }

p {
  margin: 0 0 0.75em; }

a {
  color: #44bf70;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #338f54; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

header.navigation {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  min-height: 60px;
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 0px; }
  header.navigation .navigation-wrapper {
    position: relative;
    z-index: 9999; }
    header.navigation .navigation-wrapper::after {
      clear: both;
      content: "";
      display: table; }
    header.navigation .navigation-wrapper h1 a {
      line-height: 60px;
      color: #555; }
      @media screen and (min-width: 900px) {
        header.navigation .navigation-wrapper h1 a {
          font-size: 30px; } }
  header.navigation .logo {
    float: left;
    max-height: 60px;
    padding-right: 2em; }
  header.navigation .navigation-menu-button {
    color: rgba(128, 128, 128, 0.7);
    display: block;
    float: right;
    line-height: 60px;
    margin: 0;
    padding-right: 1em;
    text-decoration: none;
    text-transform: uppercase; }
    @media screen and (min-width: 900px) {
      header.navigation .navigation-menu-button {
        display: none; } }
    header.navigation .navigation-menu-button:focus, header.navigation .navigation-menu-button:hover {
      color: #7f7f7f; }
  header.navigation nav {
    float: none;
    min-height: 60px;
    z-index: 9999999; }
    @media screen and (min-width: 900px) {
      header.navigation nav {
        float: right; } }
  header.navigation ul.navigation-menu {
    clear: both;
    display: none;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    width: 100%;
    z-index: 9999; }
    header.navigation ul.navigation-menu.show {
      display: block; }
    @media screen and (min-width: 900px) {
      header.navigation ul.navigation-menu {
        display: inline;
        margin: 0;
        padding: 0; } }
  header.navigation ul li.nav-link {
    background: #fff;
    display: block;
    line-height: 60px;
    overflow: hidden;
    padding-right: 0.8em;
    text-align: right;
    width: 100%;
    z-index: 9999; }
    @media screen and (min-width: 900px) {
      header.navigation ul li.nav-link {
        background: transparent;
        display: inline;
        line-height: 60px;
        text-decoration: none;
        width: auto; } }
    header.navigation ul li.nav-link a {
      color: rgba(128, 128, 128, 0.7);
      display: inline-block;
      text-decoration: none; }
      @media screen and (min-width: 900px) {
        header.navigation ul li.nav-link a {
          padding-right: 1em; } }
      header.navigation ul li.nav-link a:focus, header.navigation ul li.nav-link a:hover {
        color: #7f7f7f; }
  header.navigation .active-nav-item a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 3px; }
  header.navigation li.more.nav-link {
    padding-right: 0; }
    @media screen and (min-width: 900px) {
      header.navigation li.more.nav-link {
        padding-right: 1em; } }
    header.navigation li.more.nav-link > ul > li:first-child a {
      padding-top: 1em; }
    header.navigation li.more.nav-link a {
      margin-right: 1em; }
    header.navigation li.more.nav-link > a {
      padding-right: 0.6em; }
    header.navigation li.more.nav-link > a::after {
      position: absolute;
      top: auto;
      right: -0.4em;
      bottom: auto;
      left: auto;
      color: rgba(128, 128, 128, 0.7);
      content: "\25BE"; }
  header.navigation li.more {
    overflow: visible;
    padding-right: 0; }
    header.navigation li.more a {
      padding-right: 0.8em; }
    header.navigation li.more > a {
      padding-right: 1.6em;
      position: relative; }
      @media screen and (min-width: 900px) {
        header.navigation li.more > a {
          margin-right: 1em; } }
      header.navigation li.more > a::after {
        content: "›";
        font-size: 1.2em;
        position: absolute;
        right: 0.5em; }
    header.navigation li.more:focus > .submenu,
    header.navigation li.more:hover > .submenu {
      display: block; }
    @media screen and (min-width: 900px) {
      header.navigation li.more {
        padding-right: 0.8em;
        position: relative; } }
  header.navigation ul.submenu {
    display: none;
    padding-left: 0; }
    @media screen and (min-width: 900px) {
      header.navigation ul.submenu {
        left: -1em;
        position: absolute;
        top: 1.5em; } }
    @media screen and (min-width: 900px) {
      header.navigation ul.submenu .submenu.fly-out-right {
        left: 11.8em;
        top: 0; } }
    @media screen and (min-width: 900px) {
      header.navigation ul.submenu .submenu.fly-out-left {
        left: -11.8em;
        top: 0; } }
    @media screen and (min-width: 900px) {
      header.navigation ul.submenu .submenu {
        left: 11.8em;
        top: 0; } }
    header.navigation ul.submenu li {
      display: block;
      padding-right: 0; }
      @media screen and (min-width: 900px) {
        header.navigation ul.submenu li {
          line-height: 46.15385px; }
          header.navigation ul.submenu li:first-child > a {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px; }
          header.navigation ul.submenu li:last-child > a {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            padding-bottom: 0.7em; } }
      header.navigation ul.submenu li a {
        background-color: #f7f7f7;
        display: inline-block;
        text-align: right;
        width: 100%; }
        @media screen and (min-width: 900px) {
          header.navigation ul.submenu li a {
            background-color: #fff;
            padding-left: 1em;
            text-align: left;
            width: 12em; } }
  header.navigation .navigation-tools {
    background: #505050;
    clear: both;
    display: block;
    height: 60px; }
    @media screen and (min-width: 900px) {
      header.navigation .navigation-tools {
        background: transparent;
        clear: none;
        float: right; } }
  header.navigation .search-bar {
    float: left;
    padding: 0.85em 0.85em 0.7em 0.6em;
    width: 60%; }
    header.navigation .search-bar form {
      position: relative; }
      header.navigation .search-bar form input[type=search] {
        background: white;
        border: 1px solid #f2f2f2;
        border-radius: 6px;
        box-sizing: border-box;
        color: rgba(128, 128, 128, 0.7);
        font-size: 0.9em;
        font-style: italic;
        margin: 0;
        padding: 0.5em 0.8em;
        width: 100%; }
        @media screen and (min-width: 900px) {
          header.navigation .search-bar form input[type=search] {
            width: 100%; } }
      header.navigation .search-bar form button[type=submit] {
        background: white;
        border: 0;
        bottom: 0.3em;
        left: auto;
        outline: none;
        padding: 0 9px;
        position: absolute;
        right: 0.3em;
        top: 0.3em; }
        header.navigation .search-bar form button[type=submit] img {
          height: 12px;
          opacity: 0.7;
          padding: 1px; }
    @media screen and (min-width: 900px) {
      header.navigation .search-bar {
        display: inline-block;
        position: relative;
        width: 16em; }
        header.navigation .search-bar input {
          box-sizing: border-box;
          display: block; } }

.banner {
  height: 550px;
  margin-top: -100px; }
  .banner .container {
    padding: 20px;
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    background: none;
    height: 550px; }
    .banner .container::after {
      clear: both;
      content: "";
      display: table; }

* {
  box-sizing: border-box; }

.video-background {
  background: #000;
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99; }

.video-background iframe,
.video-foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

@media (min-aspect-ratio: 16 / 9) {
  .video-foreground {
    height: 300%;
    top: -100%; } }

@media (max-aspect-ratio: 16 / 9) {
  .video-foreground {
    width: 300%;
    left: -100%; } }

@media all and (max-width: 685px) {
  .video-background, .video-foreground, .expand {
    height: 0; }
  .banner {
    height: 400px;
    margin-top: -100px;
    overflow: hidden; } }

@media all and (max-width: 500px) {
  .vid-info .acronym {
    display: none; } }

.video-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .video-wrapper embed,
  .video-wrapper object,
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.axis, .tick {
  color: #fff;
  fill: #fff; }
  .axis text, .tick text {
    font-weight: bold;
    size: 16px;
    font-family: 'Avenir Next'; }
  .axis path, .tick path {
    stroke: #ccc; }

.line {
  fill: none;
  stroke-width: 2px; }

.page-title {
  margin-top: 100px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .page-title:last-child {
    margin-right: 0; }
  .page-title h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

text {
  stroke: none; }

.selected {
  font-weight: 600; }

#mainbarchart {
  height: auto;
  margin-top: 0; }
  @media screen and (min-width: 900px) {
    #mainbarchart {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%; }
      #mainbarchart:last-child {
        margin-right: 0; } }
  #mainbarchart .axis,
  #mainbarchart .tick {
    color: #fff;
    fill: #fff; }
    #mainbarchart .axis line,
    #mainbarchart .tick line {
      height: 20px; }
    #mainbarchart .axis text,
    #mainbarchart .tick text {
      font-weight: bold;
      size: 16px;
      font-family: 'Avenir Next';
      margin-top: 10px; }
    #mainbarchart .axis .domain,
    #mainbarchart .tick .domain {
      stroke: none; }
    #mainbarchart .axis path,
    #mainbarchart .tick path {
      stroke: #ccc;
      color: #fff; }

.sidecontainer {
  height: 410px; }
  @media screen and (min-width: 900px) {
    .sidecontainer {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%;
      margin-right: 0; }
      .sidecontainer:last-child {
        margin-right: 0; } }
  .sidecontainer #sidechart {
    height: 220px;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .sidecontainer #sidechart:last-child {
      margin-right: 0; }
    .sidecontainer #sidechart svg {
      height: 100%;
      width: 100%; }
  .sidecontainer #mallgrabs {
    height: 220px;
    padding: 20px;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0; }
    .sidecontainer #mallgrabs:last-child {
      margin-right: 0; }
    .sidecontainer #mallgrabs svg {
      margin-left: 20px; }
    .sidecontainer #mallgrabs p {
      font-size: 24px;
      line-height: 36px;
      text-align: center; }
    .sidecontainer #mallgrabs #dismount {
      font-size: 36px;
      line-height: 36px;
      font-weight: bold; }

#rundown {
  height: 200px;
  margin-top: 25px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  #rundown:last-child {
    margin-right: 0; }
  @media all and (max-width: 600px) {
    #rundown {
      height: 660px; } }
  #rundown .rundownTrick {
    font-size: 14px; }

.highlights {
  margin-bottom: 30px; }
  .highlights li {
    font-size: 15px;
    line-height: 36px;
    margin-left: 20px;
    list-style-type: square; }

.precourse p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 30px; }

.precourse li {
  font-size: 15px;
  line-height: 26px;
  margin-left: 20px;
  list-style-type: square; }

.precourse ul {
  margin-top: -30px;
  margin-bottom: 30px; }

.select-style {
  border: 1px solid #ccc;
  width: 200px;
  border-radius: 3px;
  overflow: hidden;
  height: 34px;
  padding: 5px 0; }

.select-style select {
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent; }
  @media screen and (min-width: 900px) {
    .select-style select {
      padding: 5px 8px; } }

.select-style select:focus {
  outline: none; }

.trickStance {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .trickStance:last-child {
    margin-right: 0; }
  .trickStance h3 {
    font-family: AvenirNext-DemiBold;
    font-size: 22px;
    color: #4A4A4A; }
  .trickStance .axis,
  .trickStance .tick {
    color: #fff;
    fill: #fff; }
    .trickStance .axis line,
    .trickStance .tick line {
      height: 20px; }
    .trickStance .axis text,
    .trickStance .tick text {
      font-weight: normal;
      size: 16px;
      font-family: 'Avenir Next';
      margin-top: 10px; }
    .trickStance .axis .domain,
    .trickStance .tick .domain {
      stroke: none; }
    .trickStance .axis path,
    .trickStance .tick path {
      stroke: #ccc;
      color: #fff; }

.skater {
  stroke: none; }

.runandgun-video {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .runandgun-video:last-child {
    margin-right: 0; }

.parallax-window {
  max-height: 550px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%; }

.parallax-static-content {
  color: #9A9A8A;
  padding: 5em 0;
  position: relative;
  z-index: 9;
  color: #fff; }

.parallax-background {
  background: url("/images/background-1.gif") no-repeat;
  background-position: top;
  background-size: cover;
  background-color: beige;
  height: 660px;
  left: 0;
  position: absolute;
  top: -183.33333px;
  width: 100%; }

svg path.line {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation-delay: 500ms;
  animation-name: draw;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear; }

@keyframes draw {
  from {
    stroke-dashoffset: 2000; }
  to {
    stroke-dashoffset: 0; } }

.stanceChartForm {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-left: 0%;
  margin-top: 10px; }
  .stanceChartForm:last-child {
    margin-right: 0; }
  .stanceChartForm label {
    display: inline-block;
    width: 150px;
    margin: 5px; }
  @media screen and (min-width: 768px) {
    .stanceChartForm {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      margin-left: 0%;
      margin-top: 45px;
      height: 300px; }
      .stanceChartForm:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 900px) {
    .stanceChartForm {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      margin-left: 0%;
      height: 300px; }
      .stanceChartForm:last-child {
        margin-right: 0; } }

#stanceChart {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-left: 0%;
  margin-top: 30px;
  height: 300px;
  margin: 40px auto; }
  #stanceChart:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    #stanceChart {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-left: 0%;
      margin-top: 30px;
      height: 300px; }
      #stanceChart:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 900px) {
    #stanceChart {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-left: -8.5298%;
      height: 300px; }
      #stanceChart:last-child {
        margin-right: 0; } }

#runChartContainer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  height: 520px;
  margin: 40px auto; }
  #runChartContainer:last-child {
    margin-right: 0; }
  #runChartContainer #runChart {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    height: 520px; }
    #runChartContainer #runChart:last-child {
      margin-right: 0; }
    @media screen and (min-width: 768px) {
      #runChartContainer #runChart {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%; }
        #runChartContainer #runChart:last-child {
          margin-right: 0; } }
    #runChartContainer #runChart .axis path, #runChartContainer #runChart .tick path {
      stroke: #fff;
      stroke-width: 5px; }
  #runChartContainer .skater-list {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 5px; }
    #runChartContainer .skater-list:last-child {
      margin-right: 0; }
    @media screen and (min-width: 768px) {
      #runChartContainer .skater-list {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%; }
        #runChartContainer .skater-list:last-child {
          margin-right: 0; } }
    #runChartContainer .skater-list .skater-consistency-list li {
      margin-top: 20px;
      margin-bottom: 44px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

#consistencyChartContainer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 40px auto; }
  #consistencyChartContainer:last-child {
    margin-right: 0; }
  #consistencyChartContainer #consistencyChart {
    height: 400px;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    #consistencyChartContainer #consistencyChart:last-child {
      margin-right: 0; }

.skater-list {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 5px; }
  .skater-list:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .skater-list {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%; }
      .skater-list:last-child {
        margin-right: 0; } }
  .skater-list .skater-consistency-list li {
    margin-top: 10px;
    margin-bottom: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

div.tooltip {
  position: absolute;
  text-align: center;
  width: 80px;
  height: auto;
  padding: 10px;
  font: 12px sans-serif;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: 0px;
  border-radius: 8px;
  pointer-events: none; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:after, blockquote:before {
  content: '';
  content: none; }

q:after, q:before {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  width: 100%;
  padding: 10px 0;
  margin: 50px 0; }

nav {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  nav::after {
    clear: both;
    content: "";
    display: table; }

.separator {
  width: 100%;
  background-color: #fff;
  height: 100%; }

.container {
  padding: 20px;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

.blog-posts {
  margin-top: 0; }
  @media screen and (min-width: 900px) {
    .blog-posts {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .blog-posts:last-child {
        margin-right: 0; } }
  .blog-posts .post-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .blog-posts .post-container:last-child {
      margin-right: 0; }
    .blog-posts .post-container .post-snippet {
      visibility: hidden;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .blog-posts .post-container .post-snippet:last-child {
        margin-right: 0; }
      @media screen and (min-width: 768px) {
        .blog-posts .post-container .post-snippet {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%; }
          .blog-posts .post-container .post-snippet:last-child {
            margin-right: 0; } }
      .blog-posts .post-container .post-snippet .post-snippet-title {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%; }
        .blog-posts .post-container .post-snippet .post-snippet-title:last-child {
          margin-right: 0; }
        .blog-posts .post-container .post-snippet .post-snippet-title span {
          float: left;
          line-height: 36px;
          font-size: 22px;
          color: #4A4A4A;
          margin-right: 15px; }
        .blog-posts .post-container .post-snippet .post-snippet-title h3 {
          font-size: 24px;
          line-height: 36px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
      .blog-posts .post-container .post-snippet .post-snippet-body img {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 30.11389%;
        margin-top: 5px; }
        .blog-posts .post-container .post-snippet .post-snippet-body img:last-child {
          margin-right: 0; }
      .blog-posts .post-container .post-snippet .post-snippet-body p {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 65.05695%;
        font-size: 16px;
        line-height: 22px;
        padding-right: 0px;
        color: #4A4A4A;
        margin-top: 5px;
        height: 150px; }
        .blog-posts .post-container .post-snippet .post-snippet-body p:last-child {
          margin-right: 0; }
        @media screen and (min-width: 768px) {
          .blog-posts .post-container .post-snippet .post-snippet-body p {
            height: 190px; } }
      .blog-posts .post-container .post-snippet .post-button {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%;
        margin-top: 10px; }
        .blog-posts .post-container .post-snippet .post-button:last-child {
          margin-right: 0; }
        .blog-posts .post-container .post-snippet .post-button .button {
          margin-right: 25px;
          float: right;
          margin-bottom: 40px; }
          @media all and (max-width: 720px) {
            .blog-posts .post-container .post-snippet .post-button .button {
              margin-top: 15px; } }
          .blog-posts .post-container .post-snippet .post-button .button a {
            color: #fff; }

#personal-data {
  height: 520px; }
  #personal-data h4 {
    float: left; }
  @media screen and (min-width: 900px) {
    #personal-data {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0; }
      #personal-data:last-child {
        margin-right: 0; } }

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -230px; }

.page-wrap:after {
  content: "";
  display: block; }

.footer,
.page-wrap:after {
  height: 230px; }

.footer {
  background: #fff; }
  .footer ul li {
    list-style-type: none;
    display: inline;
    margin: 10px;
    float: left; }
    .footer ul li img {
      height: 50px; }
