*, *: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;
          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;
}

.form-item, .inline-buttons, .form-row > *, .form-row, .row {
  display: flex;
  flex-wrap: wrap;
  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;
  align-items: baseline;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.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;
}
.form-row + .form-row {
  margin-top: -0.5rem;
}

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

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

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

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

.col {
  flex: 1 0 0px;
}

.col-hide {
  display: none;
}

.col-show {
  display: flex;
}

.order-0 {
  order: 0;
}

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

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

.order-1 {
  order: 1;
}

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

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

.order-2 {
  order: 2;
}

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

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

.order-3 {
  order: 3;
}

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

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

.order-4 {
  order: 4;
}

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

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

.order-5 {
  order: 5;
}

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

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

.order-6 {
  order: 6;
}

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

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

.order-7 {
  order: 7;
}

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

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

.order-8 {
  order: 8;
}

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

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

.order-9 {
  order: 9;
}

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

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

.order-10 {
  order: 10;
}

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

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

.order-11 {
  order: 11;
}

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

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

.order-12 {
  order: 12;
}

.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.3333333333%;
}

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

.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.6666666667%;
}

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

.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.1111111111%;
}

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

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

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

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

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

.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.3333333333%;
}

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

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

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

.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: flex;
}

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

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

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

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

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

.j-center {
  justify-content: center;
}

.j-space-between {
  justify-content: space-between;
}

.j-space-around {
  justify-content: space-around;
}

.j-space-evenly {
  justify-content: space-evenly;
}

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

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

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

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

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

.as-center {
  align-self: center;
}

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

.as-baseline {
  align-self: baseline;
}

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

.as-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 {
    flex: 1 0 0px;
  }
  .col-sm-hide {
    display: none;
  }
  .col-sm-show {
    display: flex;
  }
  .order-sm-0 {
    order: 0;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .order-sm-1 {
    order: 1;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .order-sm-2 {
    order: 2;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
    max-width: 25%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .order-sm-3 {
    order: 3;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .order-sm-4 {
    order: 4;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .order-sm-5 {
    order: 5;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .order-sm-6 {
    order: 6;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .order-sm-7 {
    order: 7;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .order-sm-8 {
    order: 8;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
    max-width: 75%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .order-sm-9 {
    order: 9;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .order-sm-10 {
    order: 10;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .order-sm-11 {
    order: 11;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
  .order-sm-12 {
    order: 12;
  }
  .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.3333333333%;
  }
  .w-sm-2-3, .w-sm-4-6, .w-sm-6-9, .w-sm-8-12 {
    width: 66.6666666667%;
  }
  .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.6666666667%;
  }
  .w-sm-5-6, .w-sm-10-12 {
    width: 83.3333333333%;
  }
  .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.1111111111%;
  }
  .w-sm-2-9 {
    width: 22.2222222222%;
  }
  .w-sm-4-9 {
    width: 44.4444444444%;
  }
  .w-sm-5-9 {
    width: 55.5555555556%;
  }
  .w-sm-7-9 {
    width: 77.7777777778%;
  }
  .w-sm-8-9 {
    width: 88.8888888889%;
  }
  .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.3333333333%;
  }
  .w-sm-5-12 {
    width: 41.6666666667%;
  }
  .w-sm-7-12 {
    width: 58.3333333333%;
  }
  .w-sm-11-12 {
    width: 91.6666666667%;
  }
  .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: flex;
  }
  .d-sm-flex-column {
    display: flex;
    flex-direction: column;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
  .d-sm-inline-flex-column {
    display: inline-flex;
    flex-direction: column;
  }
  .j-sm-flex-start {
    justify-content: flex-start;
  }
  .j-sm-flex-end {
    justify-content: flex-end;
  }
  .j-sm-center {
    justify-content: center;
  }
  .j-sm-space-between {
    justify-content: space-between;
  }
  .j-sm-space-around {
    justify-content: space-around;
  }
  .j-sm-space-evenly {
    justify-content: space-evenly;
  }
  .a-sm-flex-start {
    align-items: flex-start;
  }
  .as-sm-flex-start {
    align-self: flex-start;
  }
  .a-sm-flex-end {
    align-items: flex-end;
  }
  .as-sm-flex-end {
    align-self: flex-end;
  }
  .a-sm-center {
    align-items: center;
  }
  .as-sm-center {
    align-self: center;
  }
  .a-sm-baseline {
    align-items: baseline;
  }
  .as-sm-baseline {
    align-self: baseline;
  }
  .a-sm-stretch {
    align-items: stretch;
  }
  .as-sm-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 {
    flex: 1 0 0px;
  }
  .col-md-hide {
    display: none;
  }
  .col-md-show {
    display: flex;
  }
  .order-md-0 {
    order: 0;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .order-md-1 {
    order: 1;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .order-md-2 {
    order: 2;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
    max-width: 25%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .order-md-3 {
    order: 3;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .order-md-4 {
    order: 4;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .order-md-5 {
    order: 5;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .order-md-6 {
    order: 6;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .order-md-7 {
    order: 7;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .order-md-8 {
    order: 8;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
    max-width: 75%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .order-md-9 {
    order: 9;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .order-md-10 {
    order: 10;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .order-md-11 {
    order: 11;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
  .order-md-12 {
    order: 12;
  }
  .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.3333333333%;
  }
  .w-md-2-3, .w-md-4-6, .w-md-6-9, .w-md-8-12 {
    width: 66.6666666667%;
  }
  .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.6666666667%;
  }
  .w-md-5-6, .w-md-10-12 {
    width: 83.3333333333%;
  }
  .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.1111111111%;
  }
  .w-md-2-9 {
    width: 22.2222222222%;
  }
  .w-md-4-9 {
    width: 44.4444444444%;
  }
  .w-md-5-9 {
    width: 55.5555555556%;
  }
  .w-md-7-9 {
    width: 77.7777777778%;
  }
  .w-md-8-9 {
    width: 88.8888888889%;
  }
  .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.3333333333%;
  }
  .w-md-5-12 {
    width: 41.6666666667%;
  }
  .w-md-7-12 {
    width: 58.3333333333%;
  }
  .w-md-11-12 {
    width: 91.6666666667%;
  }
  .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: flex;
  }
  .d-md-flex-column {
    display: flex;
    flex-direction: column;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
  .d-md-inline-flex-column {
    display: inline-flex;
    flex-direction: column;
  }
  .j-md-flex-start {
    justify-content: flex-start;
  }
  .j-md-flex-end {
    justify-content: flex-end;
  }
  .j-md-center {
    justify-content: center;
  }
  .j-md-space-between {
    justify-content: space-between;
  }
  .j-md-space-around {
    justify-content: space-around;
  }
  .j-md-space-evenly {
    justify-content: space-evenly;
  }
  .a-md-flex-start {
    align-items: flex-start;
  }
  .as-md-flex-start {
    align-self: flex-start;
  }
  .a-md-flex-end {
    align-items: flex-end;
  }
  .as-md-flex-end {
    align-self: flex-end;
  }
  .a-md-center {
    align-items: center;
  }
  .as-md-center {
    align-self: center;
  }
  .a-md-baseline {
    align-items: baseline;
  }
  .as-md-baseline {
    align-self: baseline;
  }
  .a-md-stretch {
    align-items: stretch;
  }
  .as-md-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 {
    flex: 1 0 0px;
  }
  .col-lg-hide {
    display: none;
  }
  .col-lg-show {
    display: flex;
  }
  .order-lg-0 {
    order: 0;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .order-lg-1 {
    order: 1;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .order-lg-2 {
    order: 2;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
    max-width: 25%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .order-lg-3 {
    order: 3;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .order-lg-4 {
    order: 4;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .order-lg-5 {
    order: 5;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .order-lg-6 {
    order: 6;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .order-lg-7 {
    order: 7;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .order-lg-8 {
    order: 8;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
    max-width: 75%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .order-lg-9 {
    order: 9;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .order-lg-10 {
    order: 10;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .order-lg-11 {
    order: 11;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
  .order-lg-12 {
    order: 12;
  }
  .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.3333333333%;
  }
  .w-lg-2-3, .w-lg-4-6, .w-lg-6-9, .w-lg-8-12 {
    width: 66.6666666667%;
  }
  .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.6666666667%;
  }
  .w-lg-5-6, .w-lg-10-12 {
    width: 83.3333333333%;
  }
  .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.1111111111%;
  }
  .w-lg-2-9 {
    width: 22.2222222222%;
  }
  .w-lg-4-9 {
    width: 44.4444444444%;
  }
  .w-lg-5-9 {
    width: 55.5555555556%;
  }
  .w-lg-7-9 {
    width: 77.7777777778%;
  }
  .w-lg-8-9 {
    width: 88.8888888889%;
  }
  .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.3333333333%;
  }
  .w-lg-5-12 {
    width: 41.6666666667%;
  }
  .w-lg-7-12 {
    width: 58.3333333333%;
  }
  .w-lg-11-12 {
    width: 91.6666666667%;
  }
  .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: flex;
  }
  .d-lg-flex-column {
    display: flex;
    flex-direction: column;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
  .d-lg-inline-flex-column {
    display: inline-flex;
    flex-direction: column;
  }
  .j-lg-flex-start {
    justify-content: flex-start;
  }
  .j-lg-flex-end {
    justify-content: flex-end;
  }
  .j-lg-center {
    justify-content: center;
  }
  .j-lg-space-between {
    justify-content: space-between;
  }
  .j-lg-space-around {
    justify-content: space-around;
  }
  .j-lg-space-evenly {
    justify-content: space-evenly;
  }
  .a-lg-flex-start {
    align-items: flex-start;
  }
  .as-lg-flex-start {
    align-self: flex-start;
  }
  .a-lg-flex-end {
    align-items: flex-end;
  }
  .as-lg-flex-end {
    align-self: flex-end;
  }
  .a-lg-center {
    align-items: center;
  }
  .as-lg-center {
    align-self: center;
  }
  .a-lg-baseline {
    align-items: baseline;
  }
  .as-lg-baseline {
    align-self: baseline;
  }
  .a-lg-stretch {
    align-items: stretch;
  }
  .as-lg-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 {
    flex: 1 0 0px;
  }
  .col-xl-hide {
    display: none;
  }
  .col-xl-show {
    display: flex;
  }
  .order-xl-0 {
    order: 0;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .order-xl-1 {
    order: 1;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .order-xl-2 {
    order: 2;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
    max-width: 25%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .order-xl-3 {
    order: 3;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .order-xl-4 {
    order: 4;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .order-xl-5 {
    order: 5;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .order-xl-6 {
    order: 6;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .order-xl-7 {
    order: 7;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .order-xl-8 {
    order: 8;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
    max-width: 75%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .order-xl-9 {
    order: 9;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .order-xl-10 {
    order: 10;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .order-xl-11 {
    order: 11;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
  .order-xl-12 {
    order: 12;
  }
  .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.3333333333%;
  }
  .w-xl-2-3, .w-xl-4-6, .w-xl-6-9, .w-xl-8-12 {
    width: 66.6666666667%;
  }
  .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.6666666667%;
  }
  .w-xl-5-6, .w-xl-10-12 {
    width: 83.3333333333%;
  }
  .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.1111111111%;
  }
  .w-xl-2-9 {
    width: 22.2222222222%;
  }
  .w-xl-4-9 {
    width: 44.4444444444%;
  }
  .w-xl-5-9 {
    width: 55.5555555556%;
  }
  .w-xl-7-9 {
    width: 77.7777777778%;
  }
  .w-xl-8-9 {
    width: 88.8888888889%;
  }
  .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.3333333333%;
  }
  .w-xl-5-12 {
    width: 41.6666666667%;
  }
  .w-xl-7-12 {
    width: 58.3333333333%;
  }
  .w-xl-11-12 {
    width: 91.6666666667%;
  }
  .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: flex;
  }
  .d-xl-flex-column {
    display: flex;
    flex-direction: column;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
  .d-xl-inline-flex-column {
    display: inline-flex;
    flex-direction: column;
  }
  .j-xl-flex-start {
    justify-content: flex-start;
  }
  .j-xl-flex-end {
    justify-content: flex-end;
  }
  .j-xl-center {
    justify-content: center;
  }
  .j-xl-space-between {
    justify-content: space-between;
  }
  .j-xl-space-around {
    justify-content: space-around;
  }
  .j-xl-space-evenly {
    justify-content: space-evenly;
  }
  .a-xl-flex-start {
    align-items: flex-start;
  }
  .as-xl-flex-start {
    align-self: flex-start;
  }
  .a-xl-flex-end {
    align-items: flex-end;
  }
  .as-xl-flex-end {
    align-self: flex-end;
  }
  .a-xl-center {
    align-items: center;
  }
  .as-xl-center {
    align-self: center;
  }
  .a-xl-baseline {
    align-items: baseline;
  }
  .as-xl-baseline {
    align-self: baseline;
  }
  .a-xl-stretch {
    align-items: stretch;
  }
  .as-xl-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;
}
body {
  color: #333333;
  font-family: "Scotia-Light", sans-serif;
}

.banner-top {
  width: 100%;
}
@media (min-width: 768px) {
  .banner-top {
    display: flex;
  }
}
.banner-top .left,
.banner-top .right {
  width: 100%;
}
@media (min-width: 768px) {
  .banner-top .left,
  .banner-top .right {
    width: 50%;
  }
}
.banner-top .left {
  background-color: #333333;
  color: white;
  padding: 25px 30px;
}
@media (min-width: 1200px) {
  .banner-top .left {
    padding-left: 50px;
    padding: 10px 20px 0px 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .banner-top .left {
    padding: 10px 20px 40px 30px;
  }
}
@media only screen and (min-width: 1750px) {
  .banner-top .left {
    padding: 40px 120px 80px 100px;
  }
}
@media only screen and (min-width: 2000px) {
  .banner-top .left {
    padding: 80px 180px 120px 100px;
  }
}
.banner-top .left img {
  width: 130px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .banner-top .left img {
    width: 220px;
    margin-bottom: 20px;
  }
}
.banner-top .left h1 {
  margin-bottom: 10px;
}
.banner-top .right {
  background-image: url(../images/banner-main.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.top-logo-out {
  margin-left: 0;
  display: none;
}
.top-logo-out img {
  width: 129.3px;
}
@media (min-width: 1200px) {
  .top-logo-out {
    width: 40%;
    float: left;
    margin-top: 80px;
    margin-left: 10px;
    display: inline-block;
  }
}

.top-text {
  width: 100%;
  display: inline-block;
  margin: 0px auto;
}
@media (min-width: 1200px) {
  .top-text {
    width: 85%;
    float: right;
    margin: 50px 30px;
    display: inline-block;
  }
}
@media only screen and (min-width: 1400px) {
  .top-text {
    width: 71%;
  }
}
@media only screen and (min-width: 1750px) {
  .top-text {
    width: 75%;
  }
}

.top-logo-in {
  margin-left: 0;
  margin-bottom: 10px;
  display: inline-block;
}
.top-logo-in img {
  width: 220px;
}
@media (min-width: 1200px) {
  .top-logo-in {
    width: 40%;
  }
}

.wrapper {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.wrapper .ShowMore {
  text-align: center;
  margin: 40px auto;
}

.toggle-number {
  width: 100%;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.toggle-notes {
  width: 100%;
  height: 20px;
  margin: 5px auto;
}
@media (min-width: 768px) {
  .toggle-notes {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .toggle-notes {
    width: 100%;
  }
}
@media only screen and (max-width: 330px) {
  .toggle-notes {
    width: 100%;
  }
}

.results-btn:active,
.learn-btn:active,
.btn:active,
.btn-reverse:active,
.generatePDF:active {
  outline: none;
}

.toggle-left {
  width: 40%;
  float: left;
  text-align: left;
  font-size: 14px;
}
@media only screen and (max-width: 330px) {
  .toggle-left {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .toggle-left {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .toggle-left {
    width: 40%;
  }
}

.toggle-middle {
  width: 20%;
}
@media (min-width: 768px) {
  .toggle-middle {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .toggle-middle {
    width: 40%;
  }
}
@media only screen and (max-width: 330px) {
  .toggle-middle {
    width: 30%;
  }
}

.form-notes {
  width: 80%;
  text-align: center;
  margin: 20px auto;
  margin-bottom: 40px;
}

.toggle-right {
  width: 40%;
  float: right;
  text-align: center;
  font-size: 14px;
}
@media only screen and (max-width: 330px) {
  .toggle-right {
    width: 35%;
  }
}
@media (min-width: 992px) {
  .toggle-right {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .toggle-right {
    width: 30%;
  }
}

.note {
  width: 35%;
  font-size: 12px;
  padding-top: 20px;
}

.Find-more-tool {
  width: 100%;
  text-align: center;
  margin: 80px auto;
}
.Find-more-tool p {
  font-size: 20px;
}

.bussiness-rest-hide,
.retirement-rest-hide,
.selling-rest-hide {
  display: none;
}

.main-section {
  margin-top: 50px;
  margin-bottom: 50px;
}
.main-section h2,
.main-section p {
  text-align: center;
  margin-bottom: 10px;
}
.main-section p {
  max-width: 670px;
  margin: 0 auto;
}
.main-section .grid-options .grid-row {
  width: 100%;
}
@media (min-width: 768px) {
  .main-section .grid-options .grid-row {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    flex-direction: row;
  }
}
.main-section .grid-options .grid-row .grid-item {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 15px 0 #c2bfbf;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .main-section .grid-options .grid-row .grid-item {
    width: 32%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-section .grid-options .grid-row .grid-item {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .main-section .grid-options .grid-row .grid-item {
    margin-top: 30px;
  }
}
.main-section .grid-options .grid-row .grid-item .box-img {
  background-size: cover;
  height: 200px;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.main-section .grid-options .grid-row .grid-item .slider {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.main-section .grid-options .grid-row .grid-item .slider .minus {
  background-image: url(../images/minus.svg);
  width: 20px;
  height: 5px;
  background-size: contain;
  margin-right: 10px;
  cursor: pointer;
}
.main-section .grid-options .grid-row .grid-item .slider .minus:hover {
  background-image: url(../images/minus-hover.svg);
}
.main-section .grid-options .grid-row .grid-item .slider .plus {
  background-image: url(../images/plus.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-left: 10px;
  cursor: pointer;
}
.main-section .grid-options .grid-row .grid-item .slider .plus:hover {
  background-image: url(../images/plus-hover.svg);
}
.main-section .grid-options .grid-row .grid-item .slider .bar {
  background-image: url(../images/slider-bar.svg);
  width: 184px;
  height: 22px;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-section .grid-options .grid-row .grid-item .slider .bar {
    width: 160px;
  }
}
.main-section .grid-options .grid-row .grid-item .slider .bar .bar-inner {
  position: absolute;
  width: 154px;
  height: 20px;
  top: 1px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-section .grid-options .grid-row .grid-item .slider .bar .bar-inner {
    width: 127px;
    height: 16px;
  }
}
.main-section .grid-options .grid-row .grid-item .slider .bar .bar-scale-0 {
  width: 0px;
}
.main-section .grid-options .grid-row .grid-item .slider .bar .bar-scale-1 {
  width: 19px;
}
.main-section .grid-options .grid-row .grid-item .slider .bar .bar-scale-2 {
  width: 38px;
}
.main-section .grid-options .grid-row .grid-item .slider .bar .bar-scale-3 {
  width: 58px;
}
.main-section .grid-options .grid-row .grid-item .slider .bar .bar-scale-4 {
  width: 78px;
}
.main-section .grid-options .grid-row .grid-item .slider .bar .bar-scale-5 {
  width: 96px;
}
.main-section .grid-options .grid-row .grid-item .slider .bar .bar-scale-6 {
  width: 116px;
}
.main-section .grid-options .grid-row .grid-item .slider .bar .bar-scale-7 {
  width: 134px;
}
.main-section .grid-options .grid-row .grid-item .slider .bar .bar-scale-8 {
  width: 154px;
}
.main-section .grid-options .grid-row .grid-item .slider .bar .bar-scale-9 {
  width: 174px;
}
.main-section .grid-options .grid-row .grid-item .slider .bar .bar-scale-10 {
  width: 192px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.main-section .grid-options .grid-row .family .box-img {
  background-image: url(../images/grid-family.jpg);
}
.main-section .grid-options .grid-row .family .bar-inner {
  background-color: #ea1d25;
}
.main-section .grid-options .grid-row .health .box-img {
  background-image: url(../images/grid-health.jpg);
}
.main-section .grid-options .grid-row .health .bar-inner {
  background-color: #8d4458;
}
.main-section .grid-options .grid-row .career .box-img {
  background-image: url(../images/grid-career.jpg);
}
.main-section .grid-options .grid-row .career .bar-inner {
  background-color: #533c5e;
}
.main-section .grid-options .grid-row .community .box-img {
  background-image: url(../images/grid-community.jpg);
}
.main-section .grid-options .grid-row .community .bar-inner {
  background-color: #946f42;
}
.main-section .grid-options .grid-row .lifestyle .box-img {
  background-image: url(../images/grid-lifestyle.jpg);
}
.main-section .grid-options .grid-row .lifestyle .bar-inner {
  background-color: #33493e;
}
.main-section .grid-options .grid-row .other .box-img {
  background-image: url(../images/grid-other.jpg);
}
.main-section .grid-options .grid-row .other .bar-inner {
  background-color: #a6000e;
}
.main-section .results-grid .grid-row .grid-item {
  display: none;
  padding-bottom: 70px;
}
.main-section .results-grid .grid-row .grid-item h3,
.main-section .results-grid .grid-row .grid-item p {
  text-align: left;
  padding-right: 15px;
  padding-left: 15px;
}
.main-section .results-grid .grid-row .grid-item h3 {
  margin-bottom: 15px;
}
.main-section .results-grid .grid-row .grid-item.show {
  display: block;
}
.main-section .results-grid .grid-row .business-one .box-img {
  background-image: url(../images/results-business-1.jpg);
}
.main-section .results-grid .grid-row .business-two .box-img {
  background-image: url(../images/results-business-2.jpg);
}
.main-section .results-grid .grid-row .business-three .box-img {
  background-image: url(../images/results-business-3.jpg);
}
.main-section .results-grid .grid-row .business-four .box-img {
  background-image: url(../images/results-business-4.jpg);
}
.main-section .results-grid .grid-row .business-five .box-img {
  background-image: url(../images/results-business-5.jpg);
}
.main-section .results-grid .grid-row .business-six .box-img {
  background-image: url(../images/results-business-6.jpg);
}
.main-section .results-grid .grid-row .business-seven .box-img {
  background-image: url(../images/results-business-2.jpg);
}
.main-section .results-grid .grid-row .business-eight .box-img {
  background-image: url(../images/results-business-4.jpg);
}
.main-section .results-grid .grid-row .business-nine .box-img {
  background-image: url(../images/results-business-4.jpg);
}
.main-section .results-grid .grid-row .business-ten .box-img {
  background-image: url(../images/results-business-4.jpg);
}
.main-section .results-grid .grid-row .business-eleven .box-img {
  background-image: url(../images/results-business-4.jpg);
}
.main-section .results-grid .grid-row .retirement-one .box-img {
  background-image: url(../images/results-retirement-1.jpg);
}
.main-section .results-grid .grid-row .retirement-two .box-img {
  background-image: url(../images/results-retirement-2.jpg);
}
.main-section .results-grid .grid-row .retirement-three .box-img {
  background-image: url(../images/results-retirement-3.jpg);
}
.main-section .results-grid .grid-row .retirement-four .box-img {
  background-image: url(../images/results-business-4.jpg);
}
.main-section .results-grid .grid-row .retirement-five .box-img {
  background-image: url(../images/results-business-5.jpg);
}
.main-section .results-grid .grid-row .retirement-six .box-img {
  background-image: url(../images/results-business-6.jpg);
}
.main-section .results-grid .grid-row .retirement-seven .box-img {
  background-image: url(../images/results-business-1.jpg);
}
.main-section .results-grid .grid-row .retirement-eight .box-img {
  background-image: url(../images/results-business-3.jpg);
}
.main-section .results-grid .grid-row .retirement-nine .box-img {
  background-image: url(../images/results-business-3.jpg);
}
.main-section .results-grid .grid-row .retirement-ten .box-img {
  background-image: url(../images/results-business-3.jpg);
}
.main-section .results-grid .grid-row .retirement-eleven .box-img {
  background-image: url(../images/results-business-3.jpg);
}
.main-section .results-grid .grid-row .selling-one .box-img {
  background-image: url(../images/results-selling-1.jpg);
}
.main-section .results-grid .grid-row .selling-two .box-img {
  background-image: url(../images/results-selling-2.jpg);
}
.main-section .results-grid .grid-row .selling-three .box-img {
  background-image: url(../images/results-selling-3.jpg);
}
.main-section .results-grid .grid-row .selling-four .box-img {
  background-image: url(../images/results-business-4.jpg);
}
.main-section .results-grid .grid-row .selling-five .box-img {
  background-image: url(../images/results-business-5.jpg);
}
.main-section .results-grid .grid-row .selling-six .box-img {
  background-image: url(../images/results-business-6.jpg);
}
.main-section .results-grid .grid-row .selling-seven .box-img {
  background-image: url(../images/results-business-1.jpg);
}
.main-section .results-grid .grid-row .selling-eight .box-img {
  background-image: url(../images/results-business-3.jpg);
}
.main-section .results-grid .grid-row .selling-nine .box-img {
  background-image: url(../images/results-business-3.jpg);
}
.main-section .results-grid .grid-row .selling-ten .box-img {
  background-image: url(../images/results-business-3.jpg);
}
.main-section .results-grid .grid-row .selling-eleven .box-img {
  background-image: url(../images/results-business-3.jpg);
}

.input-section {
  max-width: 735px;
  margin: 0 auto;
  margin-top: 60px;
  /* .check-item {
      @include breakpoint(sm) {
          display:flex;
      } 
      .check {
          width:100%;
          @include breakpoint(sm) {
              width:50%;
          }    
      }
  } */
}
@media (max-width: 575px) {
  .input-section {
    margin-top: 30px;
  }
}
.input-section .row {
  width: 100%;
}
.input-section .row .input-item {
  width: 50%;
}
@media (max-width: 575px) {
  .input-section .row .input-item {
    width: 100%;
  }
}
.input-section .row .input-item .full-width {
  width: 100%;
}
@media (max-width: 575px) {
  .input-section .row .input-item:first-child {
    margin-bottom: 30px;
  }
}
.input-section .check {
  width: 100%;
}
@media (min-width: 576px) {
  .input-section .check {
    width: 50%;
  }
}

.section {
  margin-top: 30px;
}

.section-margin {
  margin-top: 120px;
}
@media (max-width: 575px) {
  .section-margin {
    margin-top: 60px;
  }
}

#viewResults {
  cursor: pointer;
}
#viewResults:active {
  outline: none;
}

.results-btn2 {
  display: block;
  margin: 30px auto;
  text-align: center;
}
.results-btn2:active {
  outline: none;
}
.results-btn2 .btn-border {
  font-weight: bold;
}
.results-btn2 button:hover .btn-border {
  border: none;
}

.results-btn {
  width: 157px;
  display: block;
  margin: 0px auto;
  margin-top: 60px;
}
.results-btn:active {
  outline: none;
}
.results-btn img {
  width: 20px;
  position: relative;
  top: 3px;
}
.results-btn .btn-border {
  font-weight: bold;
  border-bottom: 1px dotted #333333;
}
.results-btn button:hover .btn-border {
  border: none;
}

.learn-btn {
  position: absolute;
  left: 0;
  margin-top: 0;
  bottom: 20px;
}
.learn-btn:active {
  outline: none;
}
.learn-btn a {
  color: #333333;
  text-decoration: none;
  position: absolute;
  left: 15px;
  bottom: 10px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px dotted grey;
}
.learn-btn a:hover {
  border-bottom: 1px solid white;
}

.start-over {
  margin-top: 30px;
  height: 24px;
  text-align: center;
  font-size: 22px;
}
.start-over button {
  margin: 5px auto;
  border-bottom: 2px solid grey;
}
.start-over button:hover {
  border-bottom: 1px solid white;
}
.start-over .start-txt {
  font-weight: bold;
}
.start-over img {
  width: 22px;
}

.red-bar {
  width: 100%;
  background-color: #333333;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.red-bar p {
  text-align: center;
}
.red-bar .flex-container {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 575px) {
  .red-bar .flex-container {
    flex-flow: column;
  }
}
@media (min-width: 576px) {
  .red-bar .flex-container {
    flex-flow: column;
  }
}
@media (min-width: 992px) {
  .red-bar .flex-container {
    flex-flow: row;
  }
}
@media (min-width: 1200px) {
  .red-bar .flex-container {
    flex-flow: row;
  }
}
.red-bar .flex-container .left {
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .red-bar .flex-container .left {
    padding: 0px 15px 0px 15px;
  }
}
@media (max-width: 575px) {
  .red-bar .flex-container .left {
    padding: 0px 15px 0px 15px;
  }
}
@media (min-width: 992px) {
  .red-bar .flex-container .left {
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  .red-bar .flex-container .left {
    padding: 0px;
  }
}
.red-bar .flex-container .left .callout-beside-pdf {
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .red-bar .flex-container .right {
    padding: 40px 15px 20px 15px;
  }
}
@media (max-width: 575px) {
  .red-bar .flex-container .right {
    padding: 40px 15px 20px 15px;
  }
}
@media (min-width: 992px) {
  .red-bar .flex-container .right {
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  .red-bar .flex-container .right {
    padding: 0px;
  }
}

.generate {
  text-align: center;
}
.generate button {
  margin-top: 15px;
}

.bottom-banner {
  background-color: #f5f6fc;
  text-align: center;
  padding: 30px 15px;
}
.bottom-banner h2 {
  margin-bottom: 15px;
}
.bottom-banner .two-btns {
  margin-top: 30px;
}
.bottom-banner .two-btns:active {
  outline: none;
}
@media (min-width: 576px) {
  .bottom-banner .two-btns a:first-child {
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .bottom-banner .two-btns a:first-child {
    margin-bottom: 20px;
  }
}

.info-icon {
  margin-left: 5px;
  position: relative;
  top: 3px;
  background-image: url(../images/info-icon-hover.svg);
  background-image: url(../images/info-icon.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  display: inline-block;
  transition: 0.3s ease-in-out;
  background-repeat: no-repeat;
}
.info-icon:hover {
  background-image: url(../images/info-icon-hover.svg);
}

.hide {
  display: none;
}

.show {
  display: block;
}

@keyframes fade-up {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.has-fade-up {
  transform: translateY(50px);
  opacity: 0;
}

.fade-up {
  animation: fade-up 0.2s ease-in-out;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}

.has-fade-in {
  opacity: 0;
}

.fade-in {
  animation: fade-in 0.2s ease-in-out;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}

.delay {
  animation-delay: 0.4s;
}

.delay2 {
  animation-delay: 0.8s;
}

.women-logo {
  margin-bottom: 2rem;
  width: 50%;
}
@media (min-width: 768px) {
  .women-logo {
    width: 22%;
  }
}

.bottom-btn-container {
  display: inline-block;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .bottom-btn-container {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .bottom-btn-container {
    width: 48%;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .bottom-btn-container {
    width: 48%;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .bottom-btn-container {
    width: 18%;
    display: inline-block;
  }
}

.vertial-spacer {
  height: 5rem;
}

.submit-btn {
  margin-top: 15px;
  color: #333333;
  border: solid 1px #333333;
  background-color: white;
  font-family: "Scotia-Bold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.9rem;
  letter-spacing: normal;
  text-align: center;
  border-radius: 999px;
  padding: 0.75rem 2.5rem;
  transition: 0.15s ease-in;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  cursor: pointer;
}
.submit-btn:active {
  outline: none;
}
.submit-btn:hover {
  background-color: #333333;
  color: white;
}
.submit-btn:focus {
  border: solid 1px #333333;
}
.submit-btn.disabled {
  margin-top: 15px;
  color: white;
  border: none;
  background-color: #dcdcdc;
  font-family: "Scotia-Bold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.9rem;
  letter-spacing: normal;
  text-align: center;
  border-radius: 999px;
  padding: 0.75rem 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  cursor: pointer;
}
.submit-btn.disabled:hover {
  color: white;
  background-color: #dcdcdc;
  border: none;
}

.contact-row {
  width: 100%;
  float: left;
  text-align: left;
  margin-left: 7%;
  display: inline-block;
}
@media (min-width: 768px) {
  .contact-row {
    margin-left: 8%;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .contact-row {
    width: 40%;
    margin-left: 8%;
  }
}
@media (min-width: 1200px) {
  .contact-row {
    width: 40%;
    margin-left: 10%;
  }
}

.contact-input {
  border: none;
  border-bottom: 1px solid #666666;
  display: block;
  padding: 5px;
  width: 90%;
  margin-right: auto;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .contact-input {
    width: 250px;
  }
}
@media (min-width: 992px) {
  .contact-input {
    width: 350px;
  }
}

.contact-vertial-spacer {
  height: 1.5rem;
}

.contact-text-area {
  width: 100%;
  height: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  .contact-text-area {
    width: 50%;
  }
}

.left-justify {
  text-align: left !important;
}

.smaller-disclaimer {
  font-size: 12px;
}

.text {
  margin-left: 30px;
}

h1 {
  font-size: 46px;
  font-family: "Scotia-Light", sans-serif;
  font-weight: bold;
  max-width: 420px;
}
@media (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  font-size: 36px;
  font-family: "Scotia-Light", sans-serif;
  font-weight: bold;
}
@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 20px;
}

label {
  font-size: 18px;
  font-weight: bold;
}

p {
  font-size: 16px;
}
p.error-message {
  color: #EC111A;
}

.btn {
  color: white;
  font-family: "Scotia-Light", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.9rem;
  letter-spacing: normal;
  text-align: center;
  border-radius: 999px;
  border: solid 1px white;
  padding: 0.75rem 2.5rem;
  transition: 0.15s ease-in;
}
.btn:hover {
  background-color: white;
  color: #333333;
}

.btn-reverse {
  color: #333333;
  border: solid 1px #333333;
}
.btn-reverse:hover {
  background-color: #333333;
  color: white;
}

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

select {
  background-color: white;
  color: #424244;
  background: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-size: 16px 9px;
  border: none;
  border-bottom: 1px solid #666666;
  background-position: 97% 50%;
  padding-left: 0;
  -webkit-appearance: none;
  width: 100%;
  padding: 7px;
  margin-top: 1rem;
}

input {
  border: none;
  border-bottom: 1px solid #666666;
  display: block;
  padding: 5px;
  width: 100%;
}
input:focus {
  border-bottom: 1px solid #EC111A;
  outline: none;
  border-bottom-style: inset;
}

/*checkbox*/
.rm-checkbox {
  display: flex;
  flex-wrap: wrap;
}

.rm-checkbox .overlay {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-color: white;
  border: 1px solid #747474;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  border-radius: 4px;
}

.rm-checkbox label {
  cursor: pointer;
  margin-top: 12px;
  display: block;
  font-size: 16px;
  font-weight: 100;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .rm-checkbox label {
    display: flex;
    align-items: center;
  }
}
.rm-checkbox label .overlay {
  flex-shrink: 0;
  vertical-align: top;
  position: absolute;
  top: 0;
}
.rm-checkbox label:lang(fr) {
  margin-right: 5px;
}

.rm-checkbox input:focus + label .overlay {
  border: 1px solid #EC111A;
}

.side-by-side {
  display: flex;
}
.side-by-side .radio-item {
  width: 50%;
  max-width: 80px;
  margin-right: 20px;
}
.side-by-side .check-item {
  width: 50%;
  max-width: 230px;
}

@media (min-width: 576px) {
  .rm-checkbox .check-item {
    width: 50%;
  }
}

.rm-checkbox input {
  position: absolute;
  width: 0px;
  height: 0px;
  opacity: 0;
}

.rm-checkbox input + label .overlay:before {
  width: 22px;
  height: 22px;
  transition: transform 0.5s;
  position: absolute;
  top: 0;
  content: "";
  transform: scale(0);
  background-image: url(../images/checkmark-black.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
  border-radius: 4px;
  vertical-align: top;
}

.rm-checkbox input:checked + label .overlay:before {
  transform: scale(1);
  background-image: url(../images/checkmark-black.svg);
}

.rm-checkbox input:focus + label .overlay {
  border: 1px solid #EC111A;
}

.rm-checkbox input:disabled + label .overlay {
  background-color: #CCCCCC;
}

.rm-checkbox input:disabled + label .text {
  opacity: 0.7;
}

fieldset {
  border: none;
}

.dollar-input {
  display: inline-block;
  position: relative;
  width: 100%;
}

.dollar-input::before {
  content: "$";
  position: absolute;
  color: #424244;
  top: 5px;
}

form .form-input-container {
  display: flex;
  flex-wrap: wrap;
}
form textarea {
  width: 800px;
  height: 300px;
}

[rm-error] {
  display: none;
  color: red;
}

[rm-error].show {
  display: block;
}

[rm-error].show > .sr-prefix {
  content: "Error: ";
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

[rm-error] {
  margin-top: 5px;
}
[rm-error] img {
  width: 15px;
}
[rm-error] p {
  width: 200px;
  color: #a51e22;
  display: inline-block;
  text-align: left;
}

input[type=submit]:disabled {
  background: #dddddd;
  color: white;
  border: #dddddd;
}

.popup_outer {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  overflow-y: auto;
  overflow-x: hidden;
}

.popup_container {
  display: table;
  width: 100%;
  height: 100%;
}

.popup_inner {
  display: table-cell;
  vertical-align: middle;
}

.popup_elements {
  width: 80%;
  max-width: 400px;
  background-color: white;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
}

.popup_content {
  padding: 50px 32px 50px 32px;
  text-align: center;
}
.popup_content h2 {
  margin-bottom: 20px;
}

.close_btn {
  margin-top: 11px;
  margin-right: 13px;
  width: 32px;
  height: 32px;
  border: none;
  background: url("../images/close-btn.svg");
  background-size: 100%;
  float: right;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.close_btn:hover {
  background-image: url("../images/close-hover.png");
}

.info-icon {
  margin-left: 5px;
  position: relative;
  top: 3px;
  background-image: url(../images/info-icon.svg);
  background-image: url(../images/info-icon.svg);
  widows: 20px;
  height: 20px;
  background-size: contain;
  display: inline-block;
  transition: 0.3s ease-in-out;
  background-repeat: no-repeat;
}
.info-icon:hover {
  background-image: url(../images/info-icon-hover.svg);
}

.sr-only {
  position: absolute;
  opacity: 0;
  left: -99999px;
  top: -99999px;
}

.hidden {
  display: none !important;
}

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

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

.rm-slider-track {
  display: block;
  position: relative;
  height: 2px;
}

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

.rm-slider-track-before {
  position: absolute;
  width: 154px;
  height: 20px;
  top: -9px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .rm-slider-track-before {
    width: 127px;
    height: 16px;
  }
}
.rm-slider-track-before .rm-slider {
  display: block;
  padding: 10px 0 10px 0;
}
.rm-slider-track-before .rm-slider.rm-slider-vertical {
  display: inline-block;
}
.rm-slider-track-before .rm-slider-track {
  display: block;
  position: relative;
  height: 2px;
}
.rm-slider-track-before .rm-slider.rm-slider-vertical .rm-slider-track {
  height: 100%;
  width: 2px;
}
.rm-slider-track-before .rm-slider-track-before {
  position: absolute;
  width: 154px;
  height: 20px;
  top: -9px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .rm-slider-track-before .rm-slider-track-before {
    width: 127px;
    height: 16px;
  }
}
.rm-slider-track-before .slider-bar {
  cursor: pointer;
}
.rm-slider-track-before .slider-max {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.rm-slider-track-before .family .rm-slider-track-before {
  background-color: #ea1d25;
}
.rm-slider-track-before .health .rm-slider-track-before {
  background-color: #8d4458;
}
.rm-slider-track-before .career .rm-slider-track-before {
  background-color: #533c5e;
}
.rm-slider-track-before .community .rm-slider-track-before {
  background-color: #946f42;
}
.rm-slider-track-before .lifestyle .rm-slider-track-before {
  background-color: #33493e;
}
.rm-slider-track-before .other .rm-slider-track-before {
  background-color: #a6000e;
}
.rm-slider-track-before .rm-slider.rm-slider-vertical .rm-slider-track-before {
  height: auto;
  width: 2px;
}
.rm-slider-track-before .rm-slider-track-after {
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
}
.rm-slider-track-before .rm-slider.rm-slider-vertical .rm-slider-track-after {
  height: auto;
  width: 2px;
  top: auto;
  bottom: 0;
}
.rm-slider-track-before .rm-slider-handle {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
  transform: translate(-8px, -7px);
}
.rm-slider-track-before .rm-slider.rm-slider-vertical .rm-slider-handle {
  transform: translate(-7px, -8px);
}

.slider-bar {
  cursor: pointer;
}

.slider-max {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.family .rm-slider-track-before {
  background-color: #ea1d25;
}

.health .rm-slider-track-before {
  background-color: #8d4458;
}

.career .rm-slider-track-before {
  background-color: #533c5e;
}

.community .rm-slider-track-before {
  background-color: #946f42;
}

.lifestyle .rm-slider-track-before {
  background-color: #33493e;
}

.other .rm-slider-track-before {
  background-color: #a6000e;
}

.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;
  top: 0;
  left: 0;
  border-radius: 8px;
  transform: translate(-8px, -7px);
}

.rm-slider.rm-slider-vertical .rm-slider-handle {
  transform: translate(-7px, -8px);
}
/*# sourceMappingURL=main.css.map */