*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* Fix IE and iOS text resizing on orientation change */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  font-size: 1rem; }

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: inherit;
  cursor: pointer;
  border: none;
  background: transparent;
  font-weight: inherit; }
  button.link {
    border: 0;
    background: transparent;
    text-align: left; }

input, select, textarea {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  border: 1px solid black; }

a.btn:link {
  text-decoration: none;
  text-align: center;
  display: inline-block; }
  a.btn:link:hover {
    text-decoration: none; }

[hidden] {
  display: none !important; }

/* turn off buttons in input[type=number] */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* removes "x" button from IE10/11 input fields */
input::-ms-clear {
  display: none; }

.row, .form-row, .inline-buttons, .form-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch; }

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }
  .container.no-gutter {
    padding-left: 0;
    padding-right: 0; }
  .container:not(.full) {
    max-width: 1200px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row > * {
    padding-left: 15px;
    padding-right: 15px; }
  .row.no-gutter {
    margin-left: 0;
    margin-right: 0; }
    .row.no-gutter > * {
      padding-left: 0;
      padding-right: 0; }

.form-row {
  margin-left: -5px;
  margin-right: -5px;
  -ms-flex-align: baseline;
      align-items: baseline; }
  .form-row > * {
    padding-left: 5px;
    padding-right: 5px; }
  .form-row.no-gutter {
    margin-left: 0;
    margin-right: 0; }
    .form-row.no-gutter > * {
      padding-left: 0;
      padding-right: 0; }

.inline-buttons {
  margin: -5px; }
  .inline-buttons > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin: 5px; }

.form-item {
  margin: 1rem 0;
  -ms-flex-align: baseline;
      align-items: baseline; }
  .form-item > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%; }

.gutter {
  padding-left: 15px;
  padding-right: 15px; }

.form-gutter {
  padding-left: 5px;
  padding-right: 5px; }

.col {
  -ms-flex: 1 0 0px;
      flex: 1 0 0px; }

.col-1 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 8.33333%;
  max-width: 8.33333%; }

.offset-1 {
  margin-left: 8.33333%; }

.col-2 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 16.66667%;
  max-width: 16.66667%; }

.offset-2 {
  margin-left: 16.66667%; }

.col-3 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 25%;
  max-width: 25%; }

.offset-3 {
  margin-left: 25%; }

.col-4 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 33.33333%;
  max-width: 33.33333%; }

.offset-4 {
  margin-left: 33.33333%; }

.col-5 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 41.66667%;
  max-width: 41.66667%; }

.offset-5 {
  margin-left: 41.66667%; }

.col-6 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 50%;
  max-width: 50%; }

.offset-6 {
  margin-left: 50%; }

.col-7 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 58.33333%;
  max-width: 58.33333%; }

.offset-7 {
  margin-left: 58.33333%; }

.col-8 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 66.66667%;
  max-width: 66.66667%; }

.offset-8 {
  margin-left: 66.66667%; }

.col-9 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 75%;
  max-width: 75%; }

.offset-9 {
  margin-left: 75%; }

.col-10 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 83.33333%;
  max-width: 83.33333%; }

.offset-10 {
  margin-left: 83.33333%; }

.col-11 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 91.66667%;
  max-width: 91.66667%; }

.offset-11 {
  margin-left: 91.66667%; }

.col-12 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
  max-width: 100%; }

.offset-12 {
  margin-left: 100%; }

.w-0 {
  width: 0%; }

.w-auto {
  width: auto; }

.w-1-1, .w-2-2, .w-3-3, .w-4-4, .w-5-5, .w-6-6, .w-8-8, .w-9-9, .w-10-10, .w-12-12 {
  width: 100%; }

.w-1-2, .w-2-4, .w-3-6, .w-4-8, .w-5-10, .w-6-12 {
  width: 50%; }

.w-1-3, .w-2-6, .w-3-9, .w-4-12 {
  width: 33.33333%; }

.w-2-3, .w-4-6, .w-6-9, .w-8-12 {
  width: 66.66667%; }

.w-1-4, .w-2-8, .w-3-12 {
  width: 25%; }

.w-3-4, .w-6-8, .w-9-12 {
  width: 75%; }

.w-1-5, .w-2-10 {
  width: 20%; }

.w-2-5, .w-4-10 {
  width: 40%; }

.w-3-5, .w-6-10 {
  width: 60%; }

.w-4-5, .w-8-10 {
  width: 80%; }

.w-1-6, .w-2-12 {
  width: 16.66667%; }

.w-5-6, .w-10-12 {
  width: 83.33333%; }

.w-1-8 {
  width: 12.5%; }

.w-3-8 {
  width: 37.5%; }

.w-5-8 {
  width: 62.5%; }

.w-7-8 {
  width: 87.5%; }

.w-1-9 {
  width: 11.11111%; }

.w-2-9 {
  width: 22.22222%; }

.w-4-9 {
  width: 44.44444%; }

.w-5-9 {
  width: 55.55556%; }

.w-7-9 {
  width: 77.77778%; }

.w-8-9 {
  width: 88.88889%; }

.w-1-10 {
  width: 10%; }

.w-3-10 {
  width: 30%; }

.w-7-10 {
  width: 70%; }

.w-9-10 {
  width: 90%; }

.w-1-12 {
  width: 8.33333%; }

.w-5-12 {
  width: 41.66667%; }

.w-7-12 {
  width: 58.33333%; }

.w-11-12 {
  width: 91.66667%; }

.d-none {
  display: none; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-block {
  display: block; }

.d-table {
  display: table; }

.d-table-cell {
  display: table-cell; }

.d-table-row {
  display: table-row; }

.d-flex {
  display: -ms-flexbox;
  display: flex; }

.d-flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.d-inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex; }

.d-inline-flex-column {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.j-flex-start {
  -ms-flex-pack: start;
      justify-content: flex-start; }

.j-flex-end {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.j-center {
  -ms-flex-pack: center;
      justify-content: center; }

.j-space-between {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.j-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.j-space-evenly {
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly; }

.a-flex-start {
  -ms-flex-align: start;
      align-items: flex-start; }

.as-flex-start {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.a-flex-end {
  -ms-flex-align: end;
      align-items: flex-end; }

.as-flex-end {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.a-center {
  -ms-flex-align: center;
      align-items: center; }

.as-center {
  -ms-flex-item-align: center;
      align-self: center; }

.a-baseline {
  -ms-flex-align: baseline;
      align-items: baseline; }

.as-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline; }

.a-stretch {
  -ms-flex-align: stretch;
      align-items: stretch; }

.as-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex: 1 0 0px;
        flex: 1 0 0px; }
  .col-sm-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333%;
    max-width: 8.33333%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .col-sm-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66667%;
    max-width: 16.66667%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .col-sm-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
    max-width: 25%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333%;
    max-width: 33.33333%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .col-sm-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66667%;
    max-width: 41.66667%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .col-sm-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
    max-width: 50%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333%;
    max-width: 58.33333%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .col-sm-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66667%;
    max-width: 66.66667%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .col-sm-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
    max-width: 75%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333%;
    max-width: 83.33333%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .col-sm-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66667%;
    max-width: 91.66667%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .col-sm-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
    max-width: 100%; }
  .offset-sm-12 {
    margin-left: 100%; }
  .w-sm-0 {
    width: 0%; }
  .w-sm-auto {
    width: auto; }
  .w-sm-1-1, .w-sm-2-2, .w-sm-3-3, .w-sm-4-4, .w-sm-5-5, .w-sm-6-6, .w-sm-8-8, .w-sm-9-9, .w-sm-10-10, .w-sm-12-12 {
    width: 100%; }
  .w-sm-1-2, .w-sm-2-4, .w-sm-3-6, .w-sm-4-8, .w-sm-5-10, .w-sm-6-12 {
    width: 50%; }
  .w-sm-1-3, .w-sm-2-6, .w-sm-3-9, .w-sm-4-12 {
    width: 33.33333%; }
  .w-sm-2-3, .w-sm-4-6, .w-sm-6-9, .w-sm-8-12 {
    width: 66.66667%; }
  .w-sm-1-4, .w-sm-2-8, .w-sm-3-12 {
    width: 25%; }
  .w-sm-3-4, .w-sm-6-8, .w-sm-9-12 {
    width: 75%; }
  .w-sm-1-5, .w-sm-2-10 {
    width: 20%; }
  .w-sm-2-5, .w-sm-4-10 {
    width: 40%; }
  .w-sm-3-5, .w-sm-6-10 {
    width: 60%; }
  .w-sm-4-5, .w-sm-8-10 {
    width: 80%; }
  .w-sm-1-6, .w-sm-2-12 {
    width: 16.66667%; }
  .w-sm-5-6, .w-sm-10-12 {
    width: 83.33333%; }
  .w-sm-1-8 {
    width: 12.5%; }
  .w-sm-3-8 {
    width: 37.5%; }
  .w-sm-5-8 {
    width: 62.5%; }
  .w-sm-7-8 {
    width: 87.5%; }
  .w-sm-1-9 {
    width: 11.11111%; }
  .w-sm-2-9 {
    width: 22.22222%; }
  .w-sm-4-9 {
    width: 44.44444%; }
  .w-sm-5-9 {
    width: 55.55556%; }
  .w-sm-7-9 {
    width: 77.77778%; }
  .w-sm-8-9 {
    width: 88.88889%; }
  .w-sm-1-10 {
    width: 10%; }
  .w-sm-3-10 {
    width: 30%; }
  .w-sm-7-10 {
    width: 70%; }
  .w-sm-9-10 {
    width: 90%; }
  .w-sm-1-12 {
    width: 8.33333%; }
  .w-sm-5-12 {
    width: 41.66667%; }
  .w-sm-7-12 {
    width: 58.33333%; }
  .w-sm-11-12 {
    width: 91.66667%; }
  .d-sm-none {
    display: none; }
  .d-sm-inline {
    display: inline; }
  .d-sm-inline-block {
    display: inline-block; }
  .d-sm-block {
    display: block; }
  .d-sm-table {
    display: table; }
  .d-sm-table-cell {
    display: table-cell; }
  .d-sm-table-row {
    display: table-row; }
  .d-sm-flex {
    display: -ms-flexbox;
    display: flex; }
  .d-sm-flex-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .d-sm-inline-flex-column {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .j-sm-flex-start {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .j-sm-flex-end {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .j-sm-center {
    -ms-flex-pack: center;
        justify-content: center; }
  .j-sm-space-between {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .j-sm-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .j-sm-space-evenly {
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly; }
  .a-sm-flex-start {
    -ms-flex-align: start;
        align-items: flex-start; }
  .as-sm-flex-start {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .a-sm-flex-end {
    -ms-flex-align: end;
        align-items: flex-end; }
  .as-sm-flex-end {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .a-sm-center {
    -ms-flex-align: center;
        align-items: center; }
  .as-sm-center {
    -ms-flex-item-align: center;
        align-self: center; }
  .a-sm-baseline {
    -ms-flex-align: baseline;
        align-items: baseline; }
  .as-sm-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .a-sm-stretch {
    -ms-flex-align: stretch;
        align-items: stretch; }
  .as-sm-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch; }
  .align-sm-left {
    text-align: left; }
  .align-sm-center {
    text-align: center; }
  .align-sm-right {
    text-align: right; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex: 1 0 0px;
        flex: 1 0 0px; }
  .col-md-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333%;
    max-width: 8.33333%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .col-md-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66667%;
    max-width: 16.66667%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .col-md-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
    max-width: 25%; }
  .offset-md-3 {
    margin-left: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333%;
    max-width: 33.33333%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .col-md-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66667%;
    max-width: 41.66667%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .col-md-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
    max-width: 50%; }
  .offset-md-6 {
    margin-left: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333%;
    max-width: 58.33333%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .col-md-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66667%;
    max-width: 66.66667%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .col-md-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
    max-width: 75%; }
  .offset-md-9 {
    margin-left: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333%;
    max-width: 83.33333%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .col-md-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66667%;
    max-width: 91.66667%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .col-md-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
    max-width: 100%; }
  .offset-md-12 {
    margin-left: 100%; }
  .w-md-0 {
    width: 0%; }
  .w-md-auto {
    width: auto; }
  .w-md-1-1, .w-md-2-2, .w-md-3-3, .w-md-4-4, .w-md-5-5, .w-md-6-6, .w-md-8-8, .w-md-9-9, .w-md-10-10, .w-md-12-12 {
    width: 100%; }
  .w-md-1-2, .w-md-2-4, .w-md-3-6, .w-md-4-8, .w-md-5-10, .w-md-6-12 {
    width: 50%; }
  .w-md-1-3, .w-md-2-6, .w-md-3-9, .w-md-4-12 {
    width: 33.33333%; }
  .w-md-2-3, .w-md-4-6, .w-md-6-9, .w-md-8-12 {
    width: 66.66667%; }
  .w-md-1-4, .w-md-2-8, .w-md-3-12 {
    width: 25%; }
  .w-md-3-4, .w-md-6-8, .w-md-9-12 {
    width: 75%; }
  .w-md-1-5, .w-md-2-10 {
    width: 20%; }
  .w-md-2-5, .w-md-4-10 {
    width: 40%; }
  .w-md-3-5, .w-md-6-10 {
    width: 60%; }
  .w-md-4-5, .w-md-8-10 {
    width: 80%; }
  .w-md-1-6, .w-md-2-12 {
    width: 16.66667%; }
  .w-md-5-6, .w-md-10-12 {
    width: 83.33333%; }
  .w-md-1-8 {
    width: 12.5%; }
  .w-md-3-8 {
    width: 37.5%; }
  .w-md-5-8 {
    width: 62.5%; }
  .w-md-7-8 {
    width: 87.5%; }
  .w-md-1-9 {
    width: 11.11111%; }
  .w-md-2-9 {
    width: 22.22222%; }
  .w-md-4-9 {
    width: 44.44444%; }
  .w-md-5-9 {
    width: 55.55556%; }
  .w-md-7-9 {
    width: 77.77778%; }
  .w-md-8-9 {
    width: 88.88889%; }
  .w-md-1-10 {
    width: 10%; }
  .w-md-3-10 {
    width: 30%; }
  .w-md-7-10 {
    width: 70%; }
  .w-md-9-10 {
    width: 90%; }
  .w-md-1-12 {
    width: 8.33333%; }
  .w-md-5-12 {
    width: 41.66667%; }
  .w-md-7-12 {
    width: 58.33333%; }
  .w-md-11-12 {
    width: 91.66667%; }
  .d-md-none {
    display: none; }
  .d-md-inline {
    display: inline; }
  .d-md-inline-block {
    display: inline-block; }
  .d-md-block {
    display: block; }
  .d-md-table {
    display: table; }
  .d-md-table-cell {
    display: table-cell; }
  .d-md-table-row {
    display: table-row; }
  .d-md-flex {
    display: -ms-flexbox;
    display: flex; }
  .d-md-flex-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .d-md-inline-flex-column {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .j-md-flex-start {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .j-md-flex-end {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .j-md-center {
    -ms-flex-pack: center;
        justify-content: center; }
  .j-md-space-between {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .j-md-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .j-md-space-evenly {
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly; }
  .a-md-flex-start {
    -ms-flex-align: start;
        align-items: flex-start; }
  .as-md-flex-start {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .a-md-flex-end {
    -ms-flex-align: end;
        align-items: flex-end; }
  .as-md-flex-end {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .a-md-center {
    -ms-flex-align: center;
        align-items: center; }
  .as-md-center {
    -ms-flex-item-align: center;
        align-self: center; }
  .a-md-baseline {
    -ms-flex-align: baseline;
        align-items: baseline; }
  .as-md-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .a-md-stretch {
    -ms-flex-align: stretch;
        align-items: stretch; }
  .as-md-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch; }
  .align-md-left {
    text-align: left; }
  .align-md-center {
    text-align: center; }
  .align-md-right {
    text-align: right; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex: 1 0 0px;
        flex: 1 0 0px; }
  .col-lg-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333%;
    max-width: 8.33333%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .col-lg-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66667%;
    max-width: 16.66667%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .col-lg-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
    max-width: 25%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333%;
    max-width: 33.33333%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .col-lg-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66667%;
    max-width: 41.66667%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .col-lg-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
    max-width: 50%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333%;
    max-width: 58.33333%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .col-lg-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66667%;
    max-width: 66.66667%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .col-lg-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
    max-width: 75%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333%;
    max-width: 83.33333%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .col-lg-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66667%;
    max-width: 91.66667%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .col-lg-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
    max-width: 100%; }
  .offset-lg-12 {
    margin-left: 100%; }
  .w-lg-0 {
    width: 0%; }
  .w-lg-auto {
    width: auto; }
  .w-lg-1-1, .w-lg-2-2, .w-lg-3-3, .w-lg-4-4, .w-lg-5-5, .w-lg-6-6, .w-lg-8-8, .w-lg-9-9, .w-lg-10-10, .w-lg-12-12 {
    width: 100%; }
  .w-lg-1-2, .w-lg-2-4, .w-lg-3-6, .w-lg-4-8, .w-lg-5-10, .w-lg-6-12 {
    width: 50%; }
  .w-lg-1-3, .w-lg-2-6, .w-lg-3-9, .w-lg-4-12 {
    width: 33.33333%; }
  .w-lg-2-3, .w-lg-4-6, .w-lg-6-9, .w-lg-8-12 {
    width: 66.66667%; }
  .w-lg-1-4, .w-lg-2-8, .w-lg-3-12 {
    width: 25%; }
  .w-lg-3-4, .w-lg-6-8, .w-lg-9-12 {
    width: 75%; }
  .w-lg-1-5, .w-lg-2-10 {
    width: 20%; }
  .w-lg-2-5, .w-lg-4-10 {
    width: 40%; }
  .w-lg-3-5, .w-lg-6-10 {
    width: 60%; }
  .w-lg-4-5, .w-lg-8-10 {
    width: 80%; }
  .w-lg-1-6, .w-lg-2-12 {
    width: 16.66667%; }
  .w-lg-5-6, .w-lg-10-12 {
    width: 83.33333%; }
  .w-lg-1-8 {
    width: 12.5%; }
  .w-lg-3-8 {
    width: 37.5%; }
  .w-lg-5-8 {
    width: 62.5%; }
  .w-lg-7-8 {
    width: 87.5%; }
  .w-lg-1-9 {
    width: 11.11111%; }
  .w-lg-2-9 {
    width: 22.22222%; }
  .w-lg-4-9 {
    width: 44.44444%; }
  .w-lg-5-9 {
    width: 55.55556%; }
  .w-lg-7-9 {
    width: 77.77778%; }
  .w-lg-8-9 {
    width: 88.88889%; }
  .w-lg-1-10 {
    width: 10%; }
  .w-lg-3-10 {
    width: 30%; }
  .w-lg-7-10 {
    width: 70%; }
  .w-lg-9-10 {
    width: 90%; }
  .w-lg-1-12 {
    width: 8.33333%; }
  .w-lg-5-12 {
    width: 41.66667%; }
  .w-lg-7-12 {
    width: 58.33333%; }
  .w-lg-11-12 {
    width: 91.66667%; }
  .d-lg-none {
    display: none; }
  .d-lg-inline {
    display: inline; }
  .d-lg-inline-block {
    display: inline-block; }
  .d-lg-block {
    display: block; }
  .d-lg-table {
    display: table; }
  .d-lg-table-cell {
    display: table-cell; }
  .d-lg-table-row {
    display: table-row; }
  .d-lg-flex {
    display: -ms-flexbox;
    display: flex; }
  .d-lg-flex-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .d-lg-inline-flex-column {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .j-lg-flex-start {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .j-lg-flex-end {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .j-lg-center {
    -ms-flex-pack: center;
        justify-content: center; }
  .j-lg-space-between {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .j-lg-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .j-lg-space-evenly {
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly; }
  .a-lg-flex-start {
    -ms-flex-align: start;
        align-items: flex-start; }
  .as-lg-flex-start {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .a-lg-flex-end {
    -ms-flex-align: end;
        align-items: flex-end; }
  .as-lg-flex-end {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .a-lg-center {
    -ms-flex-align: center;
        align-items: center; }
  .as-lg-center {
    -ms-flex-item-align: center;
        align-self: center; }
  .a-lg-baseline {
    -ms-flex-align: baseline;
        align-items: baseline; }
  .as-lg-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .a-lg-stretch {
    -ms-flex-align: stretch;
        align-items: stretch; }
  .as-lg-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch; }
  .align-lg-left {
    text-align: left; }
  .align-lg-center {
    text-align: center; }
  .align-lg-right {
    text-align: right; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex: 1 0 0px;
        flex: 1 0 0px; }
  .col-xl-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333%;
    max-width: 8.33333%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .col-xl-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66667%;
    max-width: 16.66667%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .col-xl-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
    max-width: 25%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333%;
    max-width: 33.33333%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .col-xl-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66667%;
    max-width: 41.66667%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .col-xl-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
    max-width: 50%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333%;
    max-width: 58.33333%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .col-xl-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66667%;
    max-width: 66.66667%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .col-xl-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
    max-width: 75%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333%;
    max-width: 83.33333%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .col-xl-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66667%;
    max-width: 91.66667%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .col-xl-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
    max-width: 100%; }
  .offset-xl-12 {
    margin-left: 100%; }
  .w-xl-0 {
    width: 0%; }
  .w-xl-auto {
    width: auto; }
  .w-xl-1-1, .w-xl-2-2, .w-xl-3-3, .w-xl-4-4, .w-xl-5-5, .w-xl-6-6, .w-xl-8-8, .w-xl-9-9, .w-xl-10-10, .w-xl-12-12 {
    width: 100%; }
  .w-xl-1-2, .w-xl-2-4, .w-xl-3-6, .w-xl-4-8, .w-xl-5-10, .w-xl-6-12 {
    width: 50%; }
  .w-xl-1-3, .w-xl-2-6, .w-xl-3-9, .w-xl-4-12 {
    width: 33.33333%; }
  .w-xl-2-3, .w-xl-4-6, .w-xl-6-9, .w-xl-8-12 {
    width: 66.66667%; }
  .w-xl-1-4, .w-xl-2-8, .w-xl-3-12 {
    width: 25%; }
  .w-xl-3-4, .w-xl-6-8, .w-xl-9-12 {
    width: 75%; }
  .w-xl-1-5, .w-xl-2-10 {
    width: 20%; }
  .w-xl-2-5, .w-xl-4-10 {
    width: 40%; }
  .w-xl-3-5, .w-xl-6-10 {
    width: 60%; }
  .w-xl-4-5, .w-xl-8-10 {
    width: 80%; }
  .w-xl-1-6, .w-xl-2-12 {
    width: 16.66667%; }
  .w-xl-5-6, .w-xl-10-12 {
    width: 83.33333%; }
  .w-xl-1-8 {
    width: 12.5%; }
  .w-xl-3-8 {
    width: 37.5%; }
  .w-xl-5-8 {
    width: 62.5%; }
  .w-xl-7-8 {
    width: 87.5%; }
  .w-xl-1-9 {
    width: 11.11111%; }
  .w-xl-2-9 {
    width: 22.22222%; }
  .w-xl-4-9 {
    width: 44.44444%; }
  .w-xl-5-9 {
    width: 55.55556%; }
  .w-xl-7-9 {
    width: 77.77778%; }
  .w-xl-8-9 {
    width: 88.88889%; }
  .w-xl-1-10 {
    width: 10%; }
  .w-xl-3-10 {
    width: 30%; }
  .w-xl-7-10 {
    width: 70%; }
  .w-xl-9-10 {
    width: 90%; }
  .w-xl-1-12 {
    width: 8.33333%; }
  .w-xl-5-12 {
    width: 41.66667%; }
  .w-xl-7-12 {
    width: 58.33333%; }
  .w-xl-11-12 {
    width: 91.66667%; }
  .d-xl-none {
    display: none; }
  .d-xl-inline {
    display: inline; }
  .d-xl-inline-block {
    display: inline-block; }
  .d-xl-block {
    display: block; }
  .d-xl-table {
    display: table; }
  .d-xl-table-cell {
    display: table-cell; }
  .d-xl-table-row {
    display: table-row; }
  .d-xl-flex {
    display: -ms-flexbox;
    display: flex; }
  .d-xl-flex-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .d-xl-inline-flex-column {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .j-xl-flex-start {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .j-xl-flex-end {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .j-xl-center {
    -ms-flex-pack: center;
        justify-content: center; }
  .j-xl-space-between {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .j-xl-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .j-xl-space-evenly {
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly; }
  .a-xl-flex-start {
    -ms-flex-align: start;
        align-items: flex-start; }
  .as-xl-flex-start {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .a-xl-flex-end {
    -ms-flex-align: end;
        align-items: flex-end; }
  .as-xl-flex-end {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .a-xl-center {
    -ms-flex-align: center;
        align-items: center; }
  .as-xl-center {
    -ms-flex-item-align: center;
        align-self: center; }
  .a-xl-baseline {
    -ms-flex-align: baseline;
        align-items: baseline; }
  .as-xl-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline; }
  .a-xl-stretch {
    -ms-flex-align: stretch;
        align-items: stretch; }
  .as-xl-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch; }
  .align-xl-left {
    text-align: left; }
  .align-xl-center {
    text-align: center; }
  .align-xl-right {
    text-align: right; } }

@font-face {
  font-family: "Scotia";
  src: url("../fonts/Scotia_W_Rg.woff2") format("woff2"), url("../fonts/Scotia_W_Rg.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Scotia";
  src: url("../fonts/Scotia_W_Lt.woff2") format("woff2"), url("../fonts/Scotia_W_Lt.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "Scotia";
  src: url("../fonts/Scotia_W_Bd.woff2") format("woff2"), url("../fonts/Scotia_W_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Scotia-Light";
  src: url("../fonts/Scotia_W_Lt.woff2") format("woff2"), url("../fonts/Scotia_W_Lt.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Scotia-Bold";
  src: url("../fonts/Scotia_W_Bd.woff2") format("woff2"), url("../fonts/Scotia_W_Bd.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Scotia-Headline";
  src: url("../fonts/Scotia_W_Headline.woff2") format("woff2"), url("../fonts/Scotia_W_Headline.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Scotia Light";
  src: url("../fonts/Scotia_W_Lt.woff2") format("woff2"), url("../fonts/Scotia_W_Lt.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Scotia Bold";
  src: url("../fonts/Scotia_W_Bd.woff2") format("woff2"), url("../fonts/Scotia_W_Bd.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Scotia Headline";
  src: url("../fonts/Scotia_W_Bd.woff2") format("woff2"), url("../fonts/Scotia_W_Bd.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

* {
  font-family: "Scotia"; }

h1 {
  font-size: 50px;
  color: white;
  font-weight: bold;
  margin: 0; }
  @media (max-width: 575px) {
    h1 {
      font-size: 40px; } }

h2 {
  font-size: 35px;
  color: #ec111a;
  margin: 0; }
  @media (max-width: 575px) {
    h2 {
      font-size: 27px; } }

p {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px; }

ul li {
  font-size: 24px;
  font-weight: bold;
  color: white; }

label {
  font-size: 14px; }

body {
  margin: 0; }

.page-container {
  width: 100%;
  background-color: #ffffff;
  min-height: 100vh;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    .page-container {
      background-color: white; } }

.header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  z-index: 1; }
  @media (max-width: 767px) {
    .header {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .header {
      min-height: 537px; } }
  .header .left {
    background-color: #138468;
    color: white;
    width: 50%;
    display: block; }
    @media (max-width: 767px) {
      .header .left {
        width: 100%;
        -ms-flex-order: 2;
            order: 2; } }
    .header .left .copy {
      margin-left: 25%;
      padding-top: 70px;
      padding-right: 20px;
      max-width: 518px; }
      @media (max-width: 991px) {
        .header .left .copy {
          padding-top: 20px;
          padding-left: 20px;
          padding-top: 20px;
          margin-left: 0; } }
      @media (max-width: 767px) {
        .header .left .copy {
          padding-bottom: 40px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .header .left .copy {
          padding-top: 20px;
          margin-left: 15%; } }
      .header .left .copy ul {
        margin-left: 30px; }
      .header .left .copy p {
        font-size: 20px; }
      .header .left .copy .savings {
        margin-top: 30px;
        font-size: 16px; }
  .header .right {
    width: 50%; }
    @media (max-width: 767px) {
      .header .right {
        width: 100%;
        -ms-flex-order: 1;
            order: 1; } }
    .header .right .header-img {
      background-image: url(../images/header-img.jpg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left;
      width: 100%;
      min-height: 537px;
      background-color: #90dacb; }
      @media (max-width: 767px) {
        .header .right .header-img {
          min-height: 46vw;
          background-position: top center; } }

.inputs-container {
  width: 100%;
  max-width: 960px;
  display: block;
  background-color: white;
  padding-left: 60px;
  z-index: 2;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin: auto; }
  @media (max-width: 991px) {
    .inputs-container {
      padding-left: 20px;
      top: 0px; } }
  @media (max-width: 767px) {
    .inputs-container {
      top: 0px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-left: 0; } }
  .inputs-container .left {
    width: 60%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .inputs-container .left {
        width: 70%; } }
    @media (max-width: 991px) {
      .inputs-container .left {
        padding-right: 20px; } }
    @media (max-width: 767px) {
      .inputs-container .left {
        width: 100%;
        -ms-flex-order: 2;
            order: 2;
        padding-left: 20px; } }
  .inputs-container .right {
    width: 40%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .inputs-container .right {
        width: 30%; } }
    @media (max-width: 767px) {
      .inputs-container .right {
        width: 100%; } }
    .inputs-container .right .coins {
      background-image: url(../images/coins.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      min-height: 100%; }
      @media (max-width: 767px) {
        .inputs-container .right .coins {
          min-height: 46vw;
          background-position: 100% 62%;
          background-image: url(../images/coins-mobile.jpg); } }
  .inputs-container .inputs .question {
    width: 100%;
    max-width: 480px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative; }
    @media (max-width: 575px) {
      .inputs-container .inputs .question {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 575px) {
      .inputs-container .inputs .question label {
        margin-bottom: 5px;
        width: 100%; } }
  .inputs-container .inputs .select-input {
    position: relative; }
    .inputs-container .inputs .select-input .select-arrow {
      width: 212px;
      height: 43px;
      overflow: hidden;
      overflow: -moz-hidden-unscrollable;
      background: url(../images/select-arrow.png) no-repeat right transparent;
      background-size: 14px auto;
      background-position: 94% 56%;
      display: inline-block; }
      @media (max-width: 575px) {
        .inputs-container .inputs .select-input .select-arrow {
          width: 100%; } }
      .inputs-container .inputs .select-input .select-arrow select {
        background: transparent;
        -webkit-appearance: none;
        height: 40px;
        top: 3px;
        width: 212px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        @media (max-width: 575px) {
          .inputs-container .inputs .select-input .select-arrow select {
            top: 24px;
            width: 100%; } }
  .inputs-container .inputs .input-legal p {
    font-size: 10px; }

select::-ms-expand {
  display: none; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer; }

.btn {
  display: inline-block;
  border: 1px solid #ec111a;
  border-radius: 999px;
  background: #fff;
  color: #ec111a;
  padding: 1rem 3rem;
  font-weight: normal;
  transition: background-color 0.5s ease, color 0.5s ease;
  min-width: 135px;
  max-width: 150;
  margin-right: 15px;
  margin-bottom: 15px;
  font-family: "Scotia-Bold", Arial, Helvetica, sans-serif;
  margin-top: 20px; }
  @media (max-width: 575px) {
    .btn {
      padding: 1rem 1em; } }
  .btn:hover {
    background-color: #ec111a;
    color: white; }

.print {
  display: inline-block; }

.btn-spacer {
  width: 1rem;
  display: inline-block; }
  @media (max-width: 575px) {
    .btn-spacer {
      display: none; } }

input, select {
  border-radius: 5px;
  border: 1px solid #828282;
  padding: 10px 15px;
  font-size: 14px;
  width: 212px; }
  @media (max-width: 575px) {
    input, select {
      width: 100%; } }
  input[type="number"], select[type="number"] {
    padding-left: 23px; }

.dollar-input {
  position: relative; }
  @media (max-width: 575px) {
    .dollar-input {
      width: 100%; } }
  .dollar-input:before {
    position: absolute;
    width: 15px;
    height: 15px;
    content: "$";
    pointer-events: none;
    left: 7px;
    top: 10px; }

.dollar-input:lang(fr):before {
  right: 7px;
  left: auto; }

.print-button {
  display: none;
  width: 180px;
  margin: 17px auto;
  float: right; }

.red-button {
  font-size: 14px;
  padding: 0.4em 1em;
  background-color: #d81e05;
  color: #fff;
  border-radius: 0.3em;
  border: 1px solid #bd0000;
  font-weight: bold;
  box-shadow: 0 1px 1px #900, inset 0px 1px 0px #ffa5a5;
  position: relative;
  margin: 1em auto;
  display: block;
  text-align: center;
  width: 120px; }
  .red-button:lang(fr) {
    width: 150px; }
  .red-button:hover, .red-button:focus {
    color: #fff;
    text-decoration: none;
    top: 2px;
    box-shadow: none; }

.end-screen {
  display: none;
  background-color: #ec111a;
  min-height: 100vh;
  position: relative;
  max-width: 920px;
  margin: auto; }
  .end-screen .wrapper {
    width: 100%;
    max-width: 940px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 70px 15px 20px 15px;
    background-color: #ec111a; }
    @media (max-width: 575px) {
      .end-screen .wrapper {
        padding: 50px 15px 20px 15px; } }
    .end-screen .wrapper .logo {
      width: 600px;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .end-screen .wrapper .logo {
          width: 100%; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .end-screen .wrapper .logo {
          margin-bottom: 20px; } }
    .end-screen .wrapper h1, .end-screen .wrapper h2 {
      font-size: 48px;
      color: white; }
      @media (max-width: 767px) {
        .end-screen .wrapper h1, .end-screen .wrapper h2 {
          font-size: 36px;
          line-height: 41px; } }
    .end-screen .wrapper h1 {
      margin-bottom: 40px; }
      @media (max-width: 575px) {
        .end-screen .wrapper h1 {
          margin-bottom: 30px; } }
    .end-screen .wrapper p {
      font-size: 36px;
      color: white;
      padding-bottom: 60px; }
      @media (max-width: 767px) {
        .end-screen .wrapper p {
          font-size: 21px;
          padding-bottom: 15px; } }
      @media (max-width: 575px) {
        .end-screen .wrapper p {
          padding-bottom: 15px; } }
    .end-screen .wrapper a {
      color: white;
      font-weight: bold;
      font-size: 21px; }
      .end-screen .wrapper a:hover, .end-screen .wrapper a:focus {
        text-decoration: none; }
      @media (max-width: 767px) {
        .end-screen .wrapper a {
          font-size: 16px; } }
    .end-screen .wrapper .cta {
      position: absolute;
      bottom: 0;
      left: 50%;
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
      width: 100%; }
    .end-screen .wrapper .btn {
      background-color: transparent;
      color: white;
      border: 1px solid white;
      margin-right: 0;
      margin-bottom: 70px; }
      .end-screen .wrapper .btn:hover {
        background-color: white;
        color: #ec111a; }
    @media (max-width: 767px) {
      .end-screen .wrapper .print {
        display: none; } }
    .end-screen .wrapper .flex-section {
      display: -ms-flexbox;
      display: flex;
      margin-top: 50px; }
      @media (max-width: 575px) {
        .end-screen .wrapper .flex-section {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-top: 30px; } }
      .end-screen .wrapper .flex-section .item {
        width: 50%;
        position: relative; }
        @media (max-width: 575px) {
          .end-screen .wrapper .flex-section .item {
            width: 100%;
            margin-bottom: 45px; } }
        .end-screen .wrapper .flex-section .item img {
          height: 60px; }

.error-text {
  font-size: 12px;
  border: 1px solid transparent;
  color: #ec111a;
  position: absolute;
  bottom: -16px;
  left: 0px; }

.hidden {
  display: none !important; }

.header-mock, .footer-mock {
  margin: auto;
  width: 100%; }
  .header-mock img, .footer-mock img {
    max-width: 960px;
    width: 100%; }
  @media (max-width: 767px) {
    .header-mock img, .footer-mock img {
      /* max-width: 360px; */ } }

#howMuch {
  padding-left: 20px; }

.rm-iframe {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .rm-iframe::before {
    padding-top: 100%;
    display: block;
    content: ""; }
  .rm-iframe iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.canvas-player {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 518px;
  max-width: 920px;
  /* height: 518px; */
  top: 0px;
  left: 0px;
  display: none;
  z-index: 9999;
  overflow: hidden;
  padding-bottom: 56%;
  margin: auto;
  /* cursor: none; */
  /* background-color: #f1f1f1; */ }
  @media only screen and (min-width: 945px) and (min-height: 769px) {
    .canvas-player {
      padding-bottom: 0px;
      height: 518px; } }
  @media only screen and (min-width: 945px) {
    .canvas-player {
      height: 518px; } }
  .canvas-player.fullscreen-on {
    max-height: 100%;
    max-width: 100%;
    height: auto; }
  .canvas-player.show-cursor {
    cursor: default; }
  .canvas-player .font-preload {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0; }
  .canvas-player button {
    background: none;
    border: none; }
  .canvas-player .replay, .canvas-player .play-btn {
    font-family: 'Arial';
    font-size: 4vw;
    color: #FFF;
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .canvas-player .replay .inner, .canvas-player .play-btn .inner {
      position: relative;
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      z-index: 1;
      height: 100%;
      width: 100%; }
      @media only screen and (min-width: 992px) {
        .canvas-player .replay .inner, .canvas-player .play-btn .inner {
          position: absolute;
          display: block;
          top: 45%;
          height: auto;
          width: 293px;
          left: 50%;
          margin-left: -148px; } }
      .canvas-player .replay .inner .large-button, .canvas-player .play-btn .inner .large-button {
        height: 80px;
        width: 80px;
        background-size: contain;
        cursor: pointer; }
      .canvas-player .replay .inner .loadingMeter, .canvas-player .play-btn .inner .loadingMeter {
        border: 1px white solid;
        border-radius: 1px;
        width: 150px;
        height: 40px;
        position: relative;
        margin: 0px auto; }
        .canvas-player .replay .inner .loadingMeter .loadingMeterBar, .canvas-player .play-btn .inner .loadingMeter .loadingMeterBar {
          border-radius: 1px;
          width: 1%;
          height: 36px;
          margin: 1px 0px 0px 1px;
          background: white; }
    .canvas-player .replay.hide, .canvas-player .play-btn.hide {
      display: none; }
  .canvas-player .replay .inner .large-button {
    vertical-align: top; }
  .canvas-player .preload {
    color: #666666;
    font-size: 36px;
    position: absolute;
    width: 232px;
    top: calc(50vh - 260px);
    /* left: calc(50vw - 590px); */
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .canvas-player .preload .inner {
      position: relative;
      display: block;
      text-align: center;
      z-index: 1; }
    .canvas-player .preload #loadingTxt {
      text-align: center;
      width: 50%;
      display: block;
      margin: 10px auto;
      border-bottom: 1px solid #cccccc; }
    .canvas-player .preload .paper-container {
      background-image: url(../images/preloader-bg.png);
      background-repeat: no-repeat;
      width: 234px;
      height: 90px;
      overflow: hidden; }
    .canvas-player .preload .loadingMeter {
      border-radius: 1px;
      width: 196px;
      position: relative;
      margin: 20px auto; }
      .canvas-player .preload .loadingMeter .loadingMeterBar {
        background-image: url(../images/preloader-bar.png);
        background-repeat: no-repeat;
        width: 1%;
        height: 51px;
        margin: 0;
        position: relative; }
    .canvas-player .preload.hide {
      display: none; }
  .canvas-player .replay .large-button {
    background-image: url("../images/player/replay-large.png"); }
    .canvas-player .replay .large-button:hover {
      background-image: url("../images/player/replay-large-hover.png"); }
    .canvas-player .replay .large-button:active {
      background-image: url("../images/player/replay-large-down.png"); }
  .canvas-player .play-btn .large-button {
    background-image: url("../images/player/play-large.png"); }
    .canvas-player .play-btn .large-button:hover {
      background-image: url("../images/player/play-large-hover.png"); }
    .canvas-player .play-btn .large-button:active {
      background-image: url("../images/player/play-large-down.png"); }
  .canvas-player .close-screen {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 34px;
    display: none;
    color: #bfc0c2;
    z-index: 3; }
    .canvas-player .close-screen.show-controls {
      display: block; }
  .canvas-player canvas {
    position: absolute;
    top: 0;
    left: 0 !important;
    background-color: black;
    display: none; }
  .canvas-player .controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0%;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
    transform: translate3d(0, 52px, 0); }
    .canvas-player .controls.show-controls {
      transform: translate3d(0, 0, 0); }
    .canvas-player .controls button {
      color: white;
      padding: 10px 13px; }
      .canvas-player .controls button img {
        height: 28px;
        width: 28px;
        background-size: contain;
        background-repeat: no-repeat;
        padding-left: 28px;
        display: block;
        box-sizing: border-box; }
    .canvas-player .controls .btn-play-pause .player-play {
      display: none;
      background-image: url("../images/player/play.png"); }
      .canvas-player .controls .btn-play-pause .player-play:hover {
        background-image: url("../images/player/play-hover.png"); }
      .canvas-player .controls .btn-play-pause .player-play:active {
        background-image: url("../images/player/play-down.png"); }
    .canvas-player .controls .btn-play-pause .player-pause {
      background-image: url("../images/player/pause.png"); }
      .canvas-player .controls .btn-play-pause .player-pause:hover {
        background-image: url("../images/player/pause-hover.png"); }
      .canvas-player .controls .btn-play-pause .player-pause:active {
        background-image: url("../images/player/pause-down.png"); }
    .canvas-player .controls .btn-play-pause.paused .player-play {
      display: block; }
    .canvas-player .controls .btn-play-pause.paused .player-pause {
      display: none; }
    .canvas-player .controls .btn-cc img {
      background-image: url("../images/player/closed-caption.png"); }
      .canvas-player .controls .btn-cc img:hover {
        background-image: url("../images/player/closed-caption-hover.png"); }
      .canvas-player .controls .btn-cc img:active {
        background-image: url("../images/player/closed-caption-down.png"); }
    .canvas-player .controls .btn-fullscreen .player-compress {
      display: none;
      background-image: url("../images/player/minimize.png"); }
      .canvas-player .controls .btn-fullscreen .player-compress:hover {
        background-image: url("../images/player/minimize-hover.png"); }
      .canvas-player .controls .btn-fullscreen .player-compress:active {
        background-image: url("../images/player/minimize-down.png"); }
    .canvas-player .controls .btn-fullscreen .player-expand {
      background-image: url("../images/player/full-screen.png"); }
      .canvas-player .controls .btn-fullscreen .player-expand:hover {
        background-image: url("../images/player/full-screen-hover.png"); }
      .canvas-player .controls .btn-fullscreen .player-expand:active {
        background-image: url("../images/player/full-screen-down.png"); }
    .canvas-player .controls .btn-fullscreen.fullscreen .player-compress {
      display: block; }
    .canvas-player .controls .btn-fullscreen.fullscreen .player-expand {
      display: none; }
    .canvas-player .controls .time-indicator {
      line-height: 50px;
      font-size: 17px;
      color: #fff;
      display: inline-block;
      vertical-align: top;
      padding: 0 20px;
      font-family: Arial, Helvetica, sans-serif; }
    .canvas-player .controls .controls-left {
      float: left; }
    .canvas-player .controls .controls-right {
      float: right; }
  .canvas-player .image-preloader {
    display: none; }
  .canvas-player .scrollBuffer {
    position: absolute;
    height: 50px;
    width: 100vw;
    top: 100vh;
    background-color: #f1f1f1; }
  .canvas-player:-webkit-full-screen {
    width: 100% !important; }
  .canvas-player:-ms-fullscreen {
    width: 100% !important; }
  .canvas-player:fullscreen {
    width: 100% !important; }

.video-wrapper {
  position: relative; }

.rm-slider {
  display: block;
  padding: 10px 10px; }

.rm-slider.rm-slider-vertical {
  display: inline-block; }

.rm-slider-track {
  display: block;
  position: relative;
  height: 10px;
  border: 1px solid #CCCCCC;
  background: #ddd;
  margin: 10px 10px;
  width: 100%; }

.rm-slider.rm-slider-vertical .rm-slider-track {
  height: 100%;
  width: 2px; }

.rm-slider-track-before {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px; }

.rm-slider.rm-slider-vertical .rm-slider-track-before {
  height: auto;
  width: 2px; }

.rm-slider-track-after {
  position: absolute;
  top: 0;
  right: 0;
  height: 2px; }

.rm-slider.rm-slider-vertical .rm-slider-track-after {
  height: auto;
  width: 2px;
  top: auto;
  bottom: 0; }

.rm-slider-handle {
  position: absolute;
  width: 1px;
  height: 1px; }

.rm-slider-handle:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #444444;
  border: 2px solid black;
  position: relative;
  border-radius: 10px;
  left: -10px;
  top: -7px;
  display: block; }

.rm-slider.rm-slider-vertical .rm-slider-handle {
  -ms-transform: translate(-7px, -8px);
      transform: translate(-7px, -8px); }

.print-page-wrapper .print-page {
  position: relative;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.5);
  background: #fff;
  margin: 10px auto;
  overflow: hidden;
  padding: 45px;
  width: 612pt;
  height: 792pt;
  box-sizing: border-box;
  margin-top: 125px; }
  @media print {
    .print-page-wrapper .print-page {
      box-shadow: none;
      margin: 0px;
      margin-top: 0px; } }

.print-page-wrapper .header-bar {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  padding-right: 20px;
  padding-left: 20px; }
  .print-page-wrapper .header-bar .btn {
    float: right; }
  .print-page-wrapper .header-bar img {
    margin-top: 20.5px; }
  @media print {
    .print-page-wrapper .header-bar {
      display: none; } }

.print-page-wrapper h1 {
  font-size: 21px;
  color: #ec111a; }

.print-page-wrapper h2, .print-page-wrapper .date {
  font-size: 16px;
  color: #ec111a;
  font-weight: bold; }

.print-page-wrapper h3 {
  font-size: 14px;
  color: #ec111a;
  font-weight: bold; }

.print-page .print-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 40px; }
  .print-page .print-header img {
    width: 190px; }

.print-page .section {
  margin-bottom: 35px; }

.print-page .two-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .print-page .two-columns .left {
    width: 44%;
    margin-right: 30px; }
    .print-page .two-columns .left h2, .print-page .two-columns .left .spacing {
      margin-bottom: 25px; }
  .print-page .two-columns .right {
    width: 56%; }
    .print-page .two-columns .right .coins {
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -ms-flex-align: end;
          align-items: flex-end; }
      .print-page .two-columns .right .coins .coin-section {
        width: 33%; }
        .print-page .two-columns .right .coins .coin-section p {
          margin: 0; }
        .print-page .two-columns .right .coins .coin-section h3:first-child {
          margin-bottom: 10px; }

.print-page .disclaimer p {
  font-size: 10px; }

.print-page .generic-goal {
  display: none; }
/*# sourceMappingURL=main.css.map */
