html .v-core {
  box-sizing: border-box;
}
.v-core *,
.v-core *::before,
.v-core *::after {
  box-sizing: inherit;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
.v-core {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}
.v-core {
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /*# sourceMappingURL=videotron-core.css.map */
}
.v-core article,
.v-core aside,
.v-core details,
.v-core figcaption,
.v-core figure,
.v-core footer,
.v-core header,
.v-core hgroup,
.v-core main,
.v-core menu,
.v-core nav,
.v-core section,
.v-core summary {
  display: block;
}
.v-core audio,
.v-core canvas,
.v-core progress,
.v-core video {
  display: inline-block;
  vertical-align: baseline;
}
.v-core audio:not([controls]) {
  display: none;
  height: 0;
}
.v-core [hidden],
.v-core template {
  display: none;
}
.v-core a {
  background-color: transparent;
}
.v-core a:active,
.v-core a:hover {
  outline: 0;
}
.v-core abbr[title] {
  border-bottom: 1px dotted;
}
.v-core b,
.v-core strong {
  font-weight: bold;
}
.v-core dfn {
  font-style: italic;
}
.v-core h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.v-core mark {
  background: #ff0;
  color: #000;
}
.v-core small {
  font-size: 80%;
}
.v-core sub,
.v-core sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.v-core sup {
  top: -0.5em;
}
.v-core sub {
  bottom: -0.25em;
}
.v-core img {
  border: 0;
}
.v-core svg:not(:root) {
  overflow: hidden;
}
.v-core figure {
  margin: 1em 40px;
}
.v-core hr {
  box-sizing: content-box;
  height: 0;
}
.v-core pre {
  overflow: auto;
}
.v-core code,
.v-core kbd,
.v-core pre,
.v-core samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.v-core button,
.v-core input,
.v-core optgroup,
.v-core select,
.v-core textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.v-core button {
  overflow: visible;
}
.v-core button,
.v-core select {
  text-transform: none;
}
.v-core button,
.v-core html input[type="button"],
.v-core input[type="reset"],
.v-core input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.v-core button[disabled],
.v-core html input[disabled] {
  cursor: default;
}
.v-core button::-moz-focus-inner,
.v-core input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.v-core input {
  line-height: normal;
}
.v-core input[type="checkbox"],
.v-core input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.v-core input[type="number"]::-webkit-inner-spin-button,
.v-core input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.v-core input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.v-core input[type="search"]::-webkit-search-cancel-button,
.v-core input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.v-core fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.v-core legend {
  border: 0;
  padding: 0;
}
.v-core textarea {
  overflow: auto;
}
.v-core optgroup {
  font-weight: bold;
}
.v-core table {
  border-collapse: collapse;
  border-spacing: 0;
}
.v-core td,
.v-core th {
  padding: 0;
}
@media print {
  .v-core *,
  .v-core *:before,
  .v-core *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .v-core a,
  .v-core a:visited {
    text-decoration: underline;
  }
  .v-core a[href]:after {
    content: " (" attr(href) ")";
  }
  .v-core abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .v-core a[href^="#"]:after,
  .v-core a[href^="javascript:"]:after {
    content: "";
  }
  .v-core pre,
  .v-core blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .v-core thead {
    display: table-header-group;
  }
  .v-core tr,
  .v-core img {
    page-break-inside: avoid;
  }
  .v-core img {
    max-width: 100% !important;
  }
  .v-core p,
  .v-core h2,
  .v-core h3 {
    orphans: 3;
    widows: 3;
  }
  .v-core h2,
  .v-core h3 {
    page-break-after: avoid;
  }
  .v-core select {
    background: #fff !important;
  }
  .v-core .navbar {
    display: none;
  }
  .v-core .btn > .caret,
  .v-core .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .v-core .label {
    border: 1px solid #000;
  }
  .v-core .table {
    border-collapse: collapse !important;
  }
  .v-core .table td,
  .v-core .table th {
    background-color: #fff !important;
  }
  .v-core .table-bordered th,
  .v-core .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.v-core .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .v-core .container {
    width: 736px;
  }
}
@media (min-width: 992px) {
  .v-core .container {
    width: 956px;
  }
}
@media (min-width: 1200px) {
  .v-core .container {
    width: 1156px;
  }
}
.v-core .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.v-core .row {
  margin-left: -8px;
  margin-right: -8px;
}
.v-core .col-xs-1,
.v-core .col-sm-1,
.v-core .col-md-1,
.v-core .col-lg-1,
.v-core .col-xs-2,
.v-core .col-sm-2,
.v-core .col-md-2,
.v-core .col-lg-2,
.v-core .col-xs-3,
.v-core .col-sm-3,
.v-core .col-md-3,
.v-core .col-lg-3,
.v-core .col-xs-4,
.v-core .col-sm-4,
.v-core .col-md-4,
.v-core .col-lg-4,
.v-core .col-xs-5,
.v-core .col-sm-5,
.v-core .col-md-5,
.v-core .col-lg-5,
.v-core .col-xs-6,
.v-core .col-sm-6,
.v-core .col-md-6,
.v-core .col-lg-6,
.v-core .col-xs-7,
.v-core .col-sm-7,
.v-core .col-md-7,
.v-core .col-lg-7,
.v-core .col-xs-8,
.v-core .col-sm-8,
.v-core .col-md-8,
.v-core .col-lg-8,
.v-core .col-xs-9,
.v-core .col-sm-9,
.v-core .col-md-9,
.v-core .col-lg-9,
.v-core .col-xs-10,
.v-core .col-sm-10,
.v-core .col-md-10,
.v-core .col-lg-10,
.v-core .col-xs-11,
.v-core .col-sm-11,
.v-core .col-md-11,
.v-core .col-lg-11,
.v-core .col-xs-12,
.v-core .col-sm-12,
.v-core .col-md-12,
.v-core .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.v-core .col-xs-1,
.v-core .col-xs-2,
.v-core .col-xs-3,
.v-core .col-xs-4,
.v-core .col-xs-5,
.v-core .col-xs-6,
.v-core .col-xs-7,
.v-core .col-xs-8,
.v-core .col-xs-9,
.v-core .col-xs-10,
.v-core .col-xs-11,
.v-core .col-xs-12 {
  float: left;
}
.v-core .col-xs-12 {
  width: 100%;
}
.v-core .col-xs-11 {
  width: 91.66666667%;
}
.v-core .col-xs-10 {
  width: 83.33333333%;
}
.v-core .col-xs-9 {
  width: 75%;
}
.v-core .col-xs-8 {
  width: 66.66666667%;
}
.v-core .col-xs-7 {
  width: 58.33333333%;
}
.v-core .col-xs-6 {
  width: 50%;
}
.v-core .col-xs-5 {
  width: 41.66666667%;
}
.v-core .col-xs-4 {
  width: 33.33333333%;
}
.v-core .col-xs-3 {
  width: 25%;
}
.v-core .col-xs-2 {
  width: 16.66666667%;
}
.v-core .col-xs-1 {
  width: 8.33333333%;
}
.v-core .col-xs-pull-12 {
  right: 100%;
}
.v-core .col-xs-pull-11 {
  right: 91.66666667%;
}
.v-core .col-xs-pull-10 {
  right: 83.33333333%;
}
.v-core .col-xs-pull-9 {
  right: 75%;
}
.v-core .col-xs-pull-8 {
  right: 66.66666667%;
}
.v-core .col-xs-pull-7 {
  right: 58.33333333%;
}
.v-core .col-xs-pull-6 {
  right: 50%;
}
.v-core .col-xs-pull-5 {
  right: 41.66666667%;
}
.v-core .col-xs-pull-4 {
  right: 33.33333333%;
}
.v-core .col-xs-pull-3 {
  right: 25%;
}
.v-core .col-xs-pull-2 {
  right: 16.66666667%;
}
.v-core .col-xs-pull-1 {
  right: 8.33333333%;
}
.v-core .col-xs-pull-0 {
  right: auto;
}
.v-core .col-xs-push-12 {
  left: 100%;
}
.v-core .col-xs-push-11 {
  left: 91.66666667%;
}
.v-core .col-xs-push-10 {
  left: 83.33333333%;
}
.v-core .col-xs-push-9 {
  left: 75%;
}
.v-core .col-xs-push-8 {
  left: 66.66666667%;
}
.v-core .col-xs-push-7 {
  left: 58.33333333%;
}
.v-core .col-xs-push-6 {
  left: 50%;
}
.v-core .col-xs-push-5 {
  left: 41.66666667%;
}
.v-core .col-xs-push-4 {
  left: 33.33333333%;
}
.v-core .col-xs-push-3 {
  left: 25%;
}
.v-core .col-xs-push-2 {
  left: 16.66666667%;
}
.v-core .col-xs-push-1 {
  left: 8.33333333%;
}
.v-core .col-xs-push-0 {
  left: auto;
}
.v-core .col-xs-offset-12 {
  margin-left: 100%;
}
.v-core .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.v-core .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.v-core .col-xs-offset-9 {
  margin-left: 75%;
}
.v-core .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.v-core .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.v-core .col-xs-offset-6 {
  margin-left: 50%;
}
.v-core .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.v-core .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.v-core .col-xs-offset-3 {
  margin-left: 25%;
}
.v-core .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.v-core .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.v-core .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .v-core .col-sm-1,
  .v-core .col-sm-2,
  .v-core .col-sm-3,
  .v-core .col-sm-4,
  .v-core .col-sm-5,
  .v-core .col-sm-6,
  .v-core .col-sm-7,
  .v-core .col-sm-8,
  .v-core .col-sm-9,
  .v-core .col-sm-10,
  .v-core .col-sm-11,
  .v-core .col-sm-12 {
    float: left;
  }
  .v-core .col-sm-12 {
    width: 100%;
  }
  .v-core .col-sm-11 {
    width: 91.66666667%;
  }
  .v-core .col-sm-10 {
    width: 83.33333333%;
  }
  .v-core .col-sm-9 {
    width: 75%;
  }
  .v-core .col-sm-8 {
    width: 66.66666667%;
  }
  .v-core .col-sm-7 {
    width: 58.33333333%;
  }
  .v-core .col-sm-6 {
    width: 50%;
  }
  .v-core .col-sm-5 {
    width: 41.66666667%;
  }
  .v-core .col-sm-4 {
    width: 33.33333333%;
  }
  .v-core .col-sm-3 {
    width: 25%;
  }
  .v-core .col-sm-2 {
    width: 16.66666667%;
  }
  .v-core .col-sm-1 {
    width: 8.33333333%;
  }
  .v-core .col-sm-pull-12 {
    right: 100%;
  }
  .v-core .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .v-core .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .v-core .col-sm-pull-9 {
    right: 75%;
  }
  .v-core .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .v-core .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .v-core .col-sm-pull-6 {
    right: 50%;
  }
  .v-core .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .v-core .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .v-core .col-sm-pull-3 {
    right: 25%;
  }
  .v-core .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .v-core .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .v-core .col-sm-pull-0 {
    right: auto;
  }
  .v-core .col-sm-push-12 {
    left: 100%;
  }
  .v-core .col-sm-push-11 {
    left: 91.66666667%;
  }
  .v-core .col-sm-push-10 {
    left: 83.33333333%;
  }
  .v-core .col-sm-push-9 {
    left: 75%;
  }
  .v-core .col-sm-push-8 {
    left: 66.66666667%;
  }
  .v-core .col-sm-push-7 {
    left: 58.33333333%;
  }
  .v-core .col-sm-push-6 {
    left: 50%;
  }
  .v-core .col-sm-push-5 {
    left: 41.66666667%;
  }
  .v-core .col-sm-push-4 {
    left: 33.33333333%;
  }
  .v-core .col-sm-push-3 {
    left: 25%;
  }
  .v-core .col-sm-push-2 {
    left: 16.66666667%;
  }
  .v-core .col-sm-push-1 {
    left: 8.33333333%;
  }
  .v-core .col-sm-push-0 {
    left: auto;
  }
  .v-core .col-sm-offset-12 {
    margin-left: 100%;
  }
  .v-core .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .v-core .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .v-core .col-sm-offset-9 {
    margin-left: 75%;
  }
  .v-core .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .v-core .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .v-core .col-sm-offset-6 {
    margin-left: 50%;
  }
  .v-core .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .v-core .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .v-core .col-sm-offset-3 {
    margin-left: 25%;
  }
  .v-core .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .v-core .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .v-core .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .v-core .col-md-1,
  .v-core .col-md-2,
  .v-core .col-md-3,
  .v-core .col-md-4,
  .v-core .col-md-5,
  .v-core .col-md-6,
  .v-core .col-md-7,
  .v-core .col-md-8,
  .v-core .col-md-9,
  .v-core .col-md-10,
  .v-core .col-md-11,
  .v-core .col-md-12 {
    float: left;
  }
  .v-core .col-md-12 {
    width: 100%;
  }
  .v-core .col-md-11 {
    width: 91.66666667%;
  }
  .v-core .col-md-10 {
    width: 83.33333333%;
  }
  .v-core .col-md-9 {
    width: 75%;
  }
  .v-core .col-md-8 {
    width: 66.66666667%;
  }
  .v-core .col-md-7 {
    width: 58.33333333%;
  }
  .v-core .col-md-6 {
    width: 50%;
  }
  .v-core .col-md-5 {
    width: 41.66666667%;
  }
  .v-core .col-md-4 {
    width: 33.33333333%;
  }
  .v-core .col-md-3 {
    width: 25%;
  }
  .v-core .col-md-2 {
    width: 16.66666667%;
  }
  .v-core .col-md-1 {
    width: 8.33333333%;
  }
  .v-core .col-md-pull-12 {
    right: 100%;
  }
  .v-core .col-md-pull-11 {
    right: 91.66666667%;
  }
  .v-core .col-md-pull-10 {
    right: 83.33333333%;
  }
  .v-core .col-md-pull-9 {
    right: 75%;
  }
  .v-core .col-md-pull-8 {
    right: 66.66666667%;
  }
  .v-core .col-md-pull-7 {
    right: 58.33333333%;
  }
  .v-core .col-md-pull-6 {
    right: 50%;
  }
  .v-core .col-md-pull-5 {
    right: 41.66666667%;
  }
  .v-core .col-md-pull-4 {
    right: 33.33333333%;
  }
  .v-core .col-md-pull-3 {
    right: 25%;
  }
  .v-core .col-md-pull-2 {
    right: 16.66666667%;
  }
  .v-core .col-md-pull-1 {
    right: 8.33333333%;
  }
  .v-core .col-md-pull-0 {
    right: auto;
  }
  .v-core .col-md-push-12 {
    left: 100%;
  }
  .v-core .col-md-push-11 {
    left: 91.66666667%;
  }
  .v-core .col-md-push-10 {
    left: 83.33333333%;
  }
  .v-core .col-md-push-9 {
    left: 75%;
  }
  .v-core .col-md-push-8 {
    left: 66.66666667%;
  }
  .v-core .col-md-push-7 {
    left: 58.33333333%;
  }
  .v-core .col-md-push-6 {
    left: 50%;
  }
  .v-core .col-md-push-5 {
    left: 41.66666667%;
  }
  .v-core .col-md-push-4 {
    left: 33.33333333%;
  }
  .v-core .col-md-push-3 {
    left: 25%;
  }
  .v-core .col-md-push-2 {
    left: 16.66666667%;
  }
  .v-core .col-md-push-1 {
    left: 8.33333333%;
  }
  .v-core .col-md-push-0 {
    left: auto;
  }
  .v-core .col-md-offset-12 {
    margin-left: 100%;
  }
  .v-core .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .v-core .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .v-core .col-md-offset-9 {
    margin-left: 75%;
  }
  .v-core .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .v-core .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .v-core .col-md-offset-6 {
    margin-left: 50%;
  }
  .v-core .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .v-core .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .v-core .col-md-offset-3 {
    margin-left: 25%;
  }
  .v-core .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .v-core .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .v-core .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .v-core .col-lg-1,
  .v-core .col-lg-2,
  .v-core .col-lg-3,
  .v-core .col-lg-4,
  .v-core .col-lg-5,
  .v-core .col-lg-6,
  .v-core .col-lg-7,
  .v-core .col-lg-8,
  .v-core .col-lg-9,
  .v-core .col-lg-10,
  .v-core .col-lg-11,
  .v-core .col-lg-12 {
    float: left;
  }
  .v-core .col-lg-12 {
    width: 100%;
  }
  .v-core .col-lg-11 {
    width: 91.66666667%;
  }
  .v-core .col-lg-10 {
    width: 83.33333333%;
  }
  .v-core .col-lg-9 {
    width: 75%;
  }
  .v-core .col-lg-8 {
    width: 66.66666667%;
  }
  .v-core .col-lg-7 {
    width: 58.33333333%;
  }
  .v-core .col-lg-6 {
    width: 50%;
  }
  .v-core .col-lg-5 {
    width: 41.66666667%;
  }
  .v-core .col-lg-4 {
    width: 33.33333333%;
  }
  .v-core .col-lg-3 {
    width: 25%;
  }
  .v-core .col-lg-2 {
    width: 16.66666667%;
  }
  .v-core .col-lg-1 {
    width: 8.33333333%;
  }
  .v-core .col-lg-pull-12 {
    right: 100%;
  }
  .v-core .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .v-core .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .v-core .col-lg-pull-9 {
    right: 75%;
  }
  .v-core .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .v-core .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .v-core .col-lg-pull-6 {
    right: 50%;
  }
  .v-core .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .v-core .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .v-core .col-lg-pull-3 {
    right: 25%;
  }
  .v-core .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .v-core .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .v-core .col-lg-pull-0 {
    right: auto;
  }
  .v-core .col-lg-push-12 {
    left: 100%;
  }
  .v-core .col-lg-push-11 {
    left: 91.66666667%;
  }
  .v-core .col-lg-push-10 {
    left: 83.33333333%;
  }
  .v-core .col-lg-push-9 {
    left: 75%;
  }
  .v-core .col-lg-push-8 {
    left: 66.66666667%;
  }
  .v-core .col-lg-push-7 {
    left: 58.33333333%;
  }
  .v-core .col-lg-push-6 {
    left: 50%;
  }
  .v-core .col-lg-push-5 {
    left: 41.66666667%;
  }
  .v-core .col-lg-push-4 {
    left: 33.33333333%;
  }
  .v-core .col-lg-push-3 {
    left: 25%;
  }
  .v-core .col-lg-push-2 {
    left: 16.66666667%;
  }
  .v-core .col-lg-push-1 {
    left: 8.33333333%;
  }
  .v-core .col-lg-push-0 {
    left: auto;
  }
  .v-core .col-lg-offset-12 {
    margin-left: 100%;
  }
  .v-core .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .v-core .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .v-core .col-lg-offset-9 {
    margin-left: 75%;
  }
  .v-core .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .v-core .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .v-core .col-lg-offset-6 {
    margin-left: 50%;
  }
  .v-core .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .v-core .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .v-core .col-lg-offset-3 {
    margin-left: 25%;
  }
  .v-core .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .v-core .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .v-core .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.v-core html {
  font-size: 12px;
}
.v-core body {
  font-family: 'Open Sans';
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}
.v-core .body {
  font-size: 12px;
  font-family: 'Open Sans';
  -webkit-font-smoothing: antialiased;
}
.v-core h1,
.v-core h2,
.v-core h3,
.v-core h4,
.v-core .h1,
.v-core .h2,
.v-core .h3,
.v-core .h4 {
  font-family: 'BlenderProBook';
  margin: 0 0 10px;
  font-weight: 400;
  line-height: 1;
}
.v-core h1,
.v-core .h1 {
  font-size: 44px;
}
.v-core small h1,
.v-core small .h1 {
  font-size: 22px;
}
.v-core h2,
.v-core .h2 {
  font-size: 30px;
}
.v-core small h2,
.v-core small .h2 {
  font-size: 18px;
}
.v-core h3,
.v-core .h3 {
  font-size: 24px;
}
.v-core small h3,
.v-core small .h3 {
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 1.333;
}
.v-core h4,
.v-core .h4 {
  font-size: 14px;
  line-height: 1.286;
}
.v-core small h4,
.v-core small .h4 {
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 1.333;
}
.v-core p {
  line-height: 1.333;
}
.v-core a {
  color: #000000;
  text-decoration: underline;
}
.v-core a:hover {
  color: #000000;
  text-decoration: none;
}
.v-core a:not(.btn):visited {
  color: currentColor;
}
.v-core a:active {
  color: #666666;
  text-decoration: none;
}
.v-core ul {
  list-style-type: none;
  padding-left: 0;
}
.v-core ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.v-core ol li {
  counter-increment: item;
}
.v-core ol li:before {
  content: counter(item);
  font-weight: bold;
  padding-right: 17px;
}
.v-core li {
  line-height: 1;
  padding: 17px 0;
  border-bottom: 1px solid #dbdbdb;
}
.v-core table {
  font-size: 14px;
}
.v-core table caption {
  border-bottom: 3px solid #000000;
  font-family: 'BlenderProBold';
  font-size: 16px;
  margin-bottom: 30px;
  text-align: left;
  text-transform: uppercase;
  line-height: 1;
  padding: 0 0 5px;
}
.v-core table tr:first-child th,
.v-core table tr:first-child td {
  padding-top: 20px;
}
.v-core table tr:last-child td {
  border-bottom: none;
  padding-bottom: 20px;
}
.v-core table th,
.v-core table td {
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 10px 10px 10px 30px;
  min-width: 275px;
}
.v-core table th:first-child,
.v-core table td:first-child {
  white-space: nowrap;
}
.v-core table th:last-child,
.v-core table td:last-child {
  border-right: none;
  width: 100%;
}
.v-core table th {
  text-align: left;
}
@media (max-width: 768px) {
  .v-core table {
    width: 100%;
    table-layout: fixed;
  }
  .v-core table th,
  .v-core table td {
    min-width: auto;
  }
  .v-core table th:last-child,
  .v-core table td:last-child {
    width: auto;
  }
}
@-webkit-keyframes checkbox {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes checkbox {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.v-core input,
.v-core optgroup,
.v-core select,
.v-core textarea {
  font-family: 'Open Sans';
  border-radius: 0;
}
.v-core fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.v-core .form-control {
  margin-bottom: 10px;
}
.v-core .form-control .label,
.v-core .form-control .checkbox,
.v-core .form-control .radio {
  vertical-align: middle;
}
.v-core label,
.v-core .label {
  font-size: 12px;
  color: black;
}
.v-core [type="email"],
.v-core [type="password"],
.v-core [type="search"],
.v-core [type="tel"],
.v-core [type="text"],
.v-core [type="url"],
.v-core .input {
  display: block;
  width: 100%;
  border: none;
  margin-bottom: 10px;
  padding: 0.5em 0;
}
.v-core .input--large {
  font-size: 14px;
  border-bottom: 3px solid black;
}
.v-core .input--medium {
  font-size: 12px;
  border-bottom: 3px solid black;
}
.v-core .input--small {
  font-size: 12px;
  background: #eee;
  padding: 0.5em 0.8em;
}
.v-core textarea,
.v-core .textarea {
  font-size: 12px;
  background: #eee;
  width: 100%;
  padding: 0.5em 0.8em;
  margin-bottom: 10px;
  border: none;
  resize: vertical;
}
.v-core [type="checkbox"],
.v-core .checkbox {
  position: absolute;
  opacity: 0;
}
.v-core [type="checkbox"] + label,
.v-core .checkbox + .label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.v-core [type="checkbox"] + label:before,
.v-core .checkbox + .label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: white;
  border: 1px solid #b8b8b8;
  transition: border-color 0.2s;
}
.v-core [type="checkbox"]:active + label:before,
.v-core [type="checkbox"]:focus + label:before,
.v-core .checkbox:active + .label:before,
.v-core .checkbox:focus + .label:before {
  outline-color: #4d90fe;
  outline-style: auto;
  outline-width: 2px;
}
.v-core [type="checkbox"]:checked + label:before,
.v-core .checkbox:checked + label:before,
.v-core [type="checkbox"]:checked + .label:before,
.v-core .checkbox:checked + .label:before {
  border: 2px solid black;
}
.v-core [type="checkbox"]:checked + label:after,
.v-core .checkbox:checked + label:after,
.v-core [type="checkbox"]:checked + .label:after,
.v-core .checkbox:checked + .label:after {
  content: '';
  position: absolute;
  left: 2px;
  top: 4px;
  background-image: url('../img/checkmark.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 7px;
  -webkit-animation-name: checkbox;
  animation-name: checkbox;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 12px;
  height: 12px;
}
.v-core [type="checkbox"][disabled] + label,
.v-core .checkbox--disabled + .label {
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}
.v-core [type="checkbox"][disabled]:hover + label:before,
.v-core input[type="checkbox"].checkbox--disabled:hover + .label:before,
.v-core [type="checkbox"][disabled]:focus + label:before,
.v-core input[type="checkbox"].checkbox--disabled:focus + .label:before {
  box-shadow: none;
}
.v-core [type="radio"],
.v-core .radio {
  position: absolute;
  opacity: 0;
}
.v-core [type="radio"] + label,
.v-core .radio + .label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.v-core [type="radio"] + label:before,
.v-core .radio + .label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: white;
  border: 1px solid #b8b8b8;
  transition: border-color 0.2s;
}
.v-core [type="radio"]:active + label:before,
.v-core [type="radio"]:focus + label:before,
.v-core .radio:active + .label:before,
.v-core .radio:focus + .label:before {
  box-shadow: 0 0 0 2px rgba(77, 144, 254, 0.5);
  transition: box-shadow 0.15s, border-color 0.15s;
}
.v-core [type="radio"]:checked + label:before,
.v-core .radio:checked + label:before,
.v-core [type="radio"]:checked + .label:before,
.v-core .radio:checked + .label:before {
  border: 2px solid black;
}
.v-core [type="radio"]:checked + label:after,
.v-core .radio:checked + label:after,
.v-core [type="radio"]:checked + .label:after,
.v-core .radio:checked + .label:after {
  content: '';
  -webkit-animation-name: checkbox;
  animation-name: checkbox;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: 6px;
  top: 8px;
  background: black;
  width: 4px;
  height: 4px;
}
.v-core [type="radio"][disabled] + label,
.v-core .radio--disabled + .label {
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}
.v-core [type="radio"][disabled] + label:before,
.v-core .radio--disabled + .label:before {
  box-shadow: none;
}
.v-core [type="radio"][disabled]:focus + label:before,
.v-core [type="radio"][disabled]:hover + label:before,
.v-core .radio--disabled:focus + .label:before,
.v-core .radio--disabled:hover + .label:before {
  box-shadow: none;
}
.v-core select,
.v-core .dropdown {
  border: none;
  border-bottom: 3px solid black;
  width: 100%;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  position: relative;
  margin-bottom: 10px;
  padding: 0.5em 0;
  background-image: url('../img/dropdown-arrow.svg');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 9px 5px;
}
.v-core select::-ms-expand,
.v-core .dropdown::-ms-expand {
  display: none;
}
.v-core select[disabled],
.v-core .dropdown--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.v-core button,
.v-core input[type="button"],
.v-core input[type="submit"],
.v-core .btn {
  background-color: #ffd400;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  color: #000000;
  display: inline-block;
  font-family: 'BlenderProBold';
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 13px 20px 12px;
  line-height: 1;
  text-align: center;
  transition: box-shadow 0.15s ease, -webkit-transform 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, -webkit-transform 0.15s ease;
  /***** states *****/
}
.v-core button:focus,
.v-core input[type="button"]:focus,
.v-core input[type="submit"]:focus,
.v-core .btn:focus {
  color: currentColor;
  text-decoration: none;
}
.v-core button:hover,
.v-core input[type="button"]:hover,
.v-core input[type="submit"]:hover,
.v-core .btn:hover {
  color: currentColor;
  outline: 0;
  text-decoration: none;
  box-shadow: 1px 1px 0 #dbb300, 2px 2px 0 #dbb300;
  -webkit-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
}
.v-core button:active,
.v-core input[type="button"]:active,
.v-core input[type="submit"]:active,
.v-core .btn:active {
  color: currentColor;
  text-decoration: none;
  box-shadow: 1px 1px #dbb300;
  -webkit-transform: translate(-1px, -1px);
  transform: translate(-1px, -1px);
}
.v-core .btn--dark {
  background-color: #222;
  color: #ffffff;
}
.v-core .btn--dark:focus {
  color: #ffffff;
}
.v-core .btn--dark:hover {
  color: #ffffff;
  box-shadow: 1px 1px 0 #dcdcdc, 2px 2px 0 #dcdcdc;
}
.v-core .btn--dark:active {
  color: #ffffff;
  box-shadow: 1px 1px #dcdcdc;
}
.v-core .btn--light {
  background-color: #ffffff;
}
.v-core .btn--light:hover {
  box-shadow: 1px 1px 0 #dcdcdc, 2px 2px 0 #dcdcdc;
}
.v-core .btn--light:active {
  box-shadow: 1px 1px #dcdcdc;
}
.v-core .btn--large {
  font-size: 16px;
  padding: 21px 40px 19px;
}
.v-core .btn--large:hover {
  -webkit-transform: translate(-3px, -3px);
  transform: translate(-3px, -3px);
  box-shadow: 1px 1px #dbb300, 2px 2px #dbb300, 3px 3px #dbb300;
}
.v-core .btn--large:active {
  -webkit-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
  box-shadow: 1px 1px #dbb300, 2px 2px #dbb300;
}
.v-core .btn--large.btn--dark:hover {
  box-shadow: 1px 1px 0 #dcdcdc, 2px 2px 0 #dcdcdc, 3px 3px 0 #dcdcdc;
}
.v-core .btn--large.btn--dark:active {
  box-shadow: 1px 1px #dcdcdc, 2px 2px #dcdcdc;
}
.v-core .btn--large.btn--light:hover {
  box-shadow: 1px 1px 0 #dcdcdc, 2px 2px 0 #dcdcdc, 3px 3px 0 #dcdcdc;
}
.v-core .btn--large.btn--light:active {
  box-shadow: 1px 1px #dcdcdc, 2px 2px #dcdcdc;
}
.v-core .btn--small {
  background-color: transparent;
  border-radius: 0;
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  padding: 0 0 8px;
  position: relative;
  text-transform: none;
}
.v-core .btn--small:after {
  content: '';
  background: #000000;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  transition: -webkit-transform 0.15s ease-in;
  transition: transform 0.15s ease-in;
  transition: transform 0.15s ease-in, -webkit-transform 0.15s ease-in;
  width: 100%;
  height: 3px;
}
.v-core .btn--small:hover,
.v-core .btn--small:active {
  box-shadow: none;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.v-core .btn--small:hover:after,
.v-core .btn--small:active:after {
  -webkit-transform: scaleY(0.33);
  transform: scaleY(0.33);
  transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease, -webkit-transform .15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.v-core .btn--small:active {
  color: #666666;
}
.v-core .btn--small:active:after {
  background: #666666;
}
.v-core .btn--small.btn--light {
  color: #ffffff;
}
.v-core .btn--small.btn--light:after {
  background: #ffffff;
}
.v-core .btn--small.btn--light:hover {
  color: #ffffff;
}
.v-core .btn--small.btn--light:active {
  color: #b6b6b6;
}
.v-core .btn--small.btn--light:active:after {
  background: #b6b6b6;
}
.v-core .btn--xsmall {
  background-color: transparent;
  border-radius: 0;
  font-family: 'Open Sans';
  font-size: 12px;
  padding: 0;
  text-transform: none;
  color: #000000;
  text-decoration: underline;
}
.v-core .btn--xsmall:hover,
.v-core .btn--xsmall:active {
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
}
.v-core .btn--xsmall:hover {
  color: #000000;
}
.v-core .btn--xsmall:active {
  color: #666666;
}
.v-core .btn--xsmall.btn--light {
  color: #ffffff;
}
.v-core .btn--xsmall.btn--light:hover {
  color: #ffffff;
}
.v-core .btn--xsmall.btn--light:active {
  color: #b6b6b6;
}
.v-core .btn:disabled,
.v-core .btn--disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-transform: none;
  transform: none;
  box-shadow: none;
  pointer-events: none;
}