@charset "UTF-8";
.combo-select input {
  color: inherit;
}

.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.col-xs-1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.col-xs-12 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 25%;
}

.col-xs-offset-4 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 50%;
}

.col-xs-offset-7 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 75%;
}

.col-xs-offset-10 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 100%;
}

.col-xs {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

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

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 568px) {
  .container {
    width: 568px;
  }

  .col-sm {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .col-sm-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 100%;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

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

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    width: 768px;
  }

  .col-md {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .col-md-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 25%;
  }

  .col-md-offset-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 50%;
  }

  .col-md-offset-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 75%;
  }

  .col-md-offset-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 100%;
  }

  .col-md {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

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

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    width: 1024px;
  }

  .col-lg {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .col-lg-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 100%;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

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

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }

  .col-xlg {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .col-xlg-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .col-xlg-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .col-xlg-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-xlg-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .col-xlg-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .col-xlg-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-xlg-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .col-xlg-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .col-xlg-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-xlg-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .col-xlg-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .col-xlg-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-xlg-offset-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 8.33333%;
  }

  .col-xlg-offset-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 16.66667%;
  }

  .col-xlg-offset-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 25%;
  }

  .col-xlg-offset-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 33.33333%;
  }

  .col-xlg-offset-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 41.66667%;
  }

  .col-xlg-offset-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 50%;
  }

  .col-xlg-offset-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 58.33333%;
  }

  .col-xlg-offset-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 66.66667%;
  }

  .col-xlg-offset-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 75%;
  }

  .col-xlg-offset-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 83.33333%;
  }

  .col-xlg-offset-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 91.66667%;
  }

  .col-xlg-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 100%;
  }

  .col-xlg {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-xlg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-xlg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-xlg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-xlg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-xlg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .bottom-xlg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

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

  .between-xlg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .first-xlg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-xlg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

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

:last-child {
  margin-bottom: 0;
}

:first-child {
  margin-top: 0;
}

a {
  background-color: transparent;
  -webkit-tap-highlight-color: fade(#000, 0%);
}

input, button {
  -webkit-tap-highlight-color: fade(#000, 0%);
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #000;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

:not(pre) > code, :not(pre) > kbd, :not(pre) > samp {
  white-space: nowrap;
  padding: 0;
}

em {
  font-style: italic;
}

ins {
  text-decoration: none;
}

q {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

blockquote, figure, p, ul, ol, dl, blockquote, pre, address, fieldset, figure {
  margin: 0;
}

* + p, * + ul, * + ol, * + dl, * + blockquote, * + pre, * + address, * + fieldset, * + figure {
  margin-top: 20px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 20px;
}

ul, ol {
  padding-left: 30px;
}

ul > li > ul, ul > li > ol {
  margin: 0;
}

ol > li > ul, ol > li > ol {
  margin: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #000;
}

* + hr {
  margin-top: 20px;
}

address {
  font-style: normal;
}

pre {
  overflow: auto;
}
pre > code {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block;
}

progress {
  vertical-align: baseline;
}

audio:not([controls]), [hidden], template {
  display: none;
}

iframe {
  border: 0;
}

.main {
  padding: 0;
  position: relative;
  z-index: 99;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.section {
  position: relative;
  z-index: 2;
  vertical-align: top;
  overflow-x: hidden;
}
.section.large-padding {
  padding: 100px 0;
}
.section.medium-padding {
  padding: 60px 0;
}
.section.small-padding {
  padding: 40px 0;
}

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

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

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

@media only screen and (max-width: 568px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .first-xs {
    -webkit-box-ordinal-group: 2;
    order: 1;
    -ms-flex-order: 1;
  }

  .last-xs {
    -webkit-box-ordinal-group: 1;
    order: 0;
    -ms-flex-order: 0;
  }
}
body {
  background: #FFFFFF;
  overflow-x: hidden;
  color: #282828;
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  line-height: 31px;
  font-family: "Open Sans", sans-serif;
}
body.menu-open {
  height: 100vh;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  body {
    font-size: 17px;
  }
}
a {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  color: #2740D6;
}

video::-webkit-media-controls {
  display: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Work Sans", sans-serif;
}

h1 {
  font-size: 62px;
  line-height: 67px;
}

h2 {
  font-size: 38px;
  line-height: 48px;
}

h3 {
  font-size: 30px;
  line-height: 41px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

.combo-select input[type=text], .combo-select input[type=email], .combo-select input[type=password] {
  color: #282828;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  h1, h2, h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 568px) {
  h1, h2, h3 {
    font-size: 20px;
    line-height: 27px;
  }
}
p.subtitle {
  font-size: 15px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}

blockquote {
  font-size: 25px;
  font-style: italic;
  line-height: 45px;
  margin: 0;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  color: inherit;
}

@media only screen and (max-width: 1023px) {
  blockquote {
    font-size: 24px;
    line-height: 41px;
  }
}
@media only screen and (max-width: 568px) {
  blockquote {
    font-size: 20px;
    line-height: 33px;
  }
}
ul {
  list-style: none;
  margin: 0.5em 0;
  padding-left: 0;
}
ul li {
  text-indent: -25px;
  margin-left: 25px;
}
ul li:before {
  content: "•";
  margin-left: 10px;
  margin-right: 20px;
}

.animated {
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.button {
  border: none;
  background-color: #2740D6;
  color: #FFFFFF;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  font-size: 17px;
  padding: 22px 55px;
  border-radius: 0px;
  text-align: left;
  line-height: 36px;
  position: relative;
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  white-space: normal;
  align-items: center;
}
.button:after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow.svg);
  width: 43px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 43px 11px;
  margin-left: 40px;
}
.button:hover {
  color: #FFFFFF;
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.button.orange {
  background-color: #F06000;
}
.button.black {
  background-color: #282828;
}
.button.lightblue {
  background-color: #C7F1F8;
  color: #282828;
}
.button.lightblue:after {
  background-image: url(../images/arrow-black.svg);
}
.button.yellow {
  background-color: #FDDD4D;
  color: #282828;
}
.button.yellow:after {
  background-image: url(../images/arrow-black.svg);
}
.button.round {
  border-radius: 33px;
  font-size: 21px;
  padding: 0.85em 1em;
}
.button.round:after {
  display: none !important;
}
.button.plain {
  height: auto;
  padding: 0;
  background-color: transparent;
  color: #F06000;
  display: block;
  text-decoration: underline;
  text-align: left;
  margin-bottom: 1em;
  font-weight: bold;
}
.button.plain:after {
  background-image: url(../images/arrow-orange.svg);
  margin-left: 10px;
  width: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.button.plain:hover {
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.button.plain:hover:after {
  width: 43px;
}
.button.see-inside {
  background-color: #F06000;
  padding: 12px 32px;
  position: relative;
  margin: 0 auto 68px;
  display: inline-block;
}
.button.see-inside:after {
  background-image: url(../images/arrow-orange.svg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  margin-left: 0;
  left: 50%;
  margin-left: -20px;
  top: calc(100% + 25px);
}
.button.see-inside:hover {
  -webkit-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}

@media only screen and (max-width: 1023px) {
  .button {
    padding: 22px 25px;
  }
}
@media only screen and (max-width: 568px) {
  .button {
    padding: 22px 15px !important;
  }
  .button:after {
    margin-left: 15px;
    width: 25px;
  }
}
.button-row {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.button-row:last-child {
  margin-bottom: 0;
}
.button-row > * {
  margin-right: 20px;
}
.button-row.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button-row.center > * {
  margin: 0 10px;
}
.button-row.large-spacing {
  margin: 115px 0;
}

@media only screen and (max-width: 568px) {
  .button-row .button {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .button-row .button:last-child {
    margin-bottom: 0;
  }
}
.form-wrapper {
  margin: 20px auto;
  padding: 40px 0;
  text-align: left;
}
.form-wrapper h1 {
  margin: 0 0 20px 0;
}

optgroup {
  font: inherit;
  font-weight: bold;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:-ms-input-placeholder, input::-moz-placeholder, input::-webkit-input-placeholder {
  opacity: 1;
  color: #282828;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

::-ms-clear {
  display: none;
}

form > :last-child {
  margin-bottom: 0;
}

select, textarea {
  width: 100%;
}

input:not([type]), input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color] {
  width: 100%;
}

[class*=col-] > select, [class*=col-] > textarea {
  width: 100%;
  display: block;
}
[class*=col-] > input:not([type]), [class*=col-] > input[type=text], [class*=col-] > input[type=password], [class*=col-] > input[type=datetime], [class*=col-] > input[type=datetime-local], [class*=col-] > input[type=date], [class*=col-] > input[type=month], [class*=col-] > input[type=time], [class*=col-] > input[type=week], [class*=col-] > input[type=number], [class*=col-] > input[type=email], [class*=col-] > input[type=url], [class*=col-] > input[type=search], [class*=col-] > input[type=tel], [class*=col-] > input[type=color] {
  width: 100%;
  display: block;
}

input[type=checkbox], input[type=radio] {
  width: auto;
  display: inline-block;
}

legend {
  width: 100%;
  border: 0;
  padding: 0;
}
legend:after {
  content: "";
  display: block;
  width: 100%;
}

textarea {
  height: auto;
}

select[multiple], select[size] {
  height: auto;
}

label {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 15px;
  line-height: 38px;
  margin: 0;
}

.combo-select {
  cursor: pointer;
}

.form-error label.error, .form-success label.success {
  font-size: 12px;
}

.gform_fields {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gform_fields ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gform_fields li {
  position: relative;
  margin-bottom: 20px;
}
.gform_fields > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

input[type=text], input[type=email], input[type=password] {
  border: 1px solid #979797;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  padding: 0 20px;
  border-radius: 0px;
  color: #fff;
  background: #FFFFFF;
  -webkit-box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.15);
  font-family: "Work Sans", sans-serif;
}
input[type=text].error, input[type=email].error, input[type=password].error {
  border: 1px solid #ED3024;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 4px #F06000;
  box-shadow: 0 0 4px #F06000;
}
input[type=text].valid, input[type=email].valid, input[type=password].valid {
  background-color: #FFFFFF;
}

select {
  background: #FFFFFF;
  border: 1px solid #979797;
  height: 46px;
}

.combo-select {
  border-radius: 0;
  border: 1px #979797 solid;
}
.combo-select input {
  border: none;
}
.combo-select .combo-arrow {
  color: #282828;
}
.combo-select .combo-arrow:before {
  border-width: 8px 8px 0 8px;
  border-top: 8px #282828 solid;
}

textarea {
  background: #FFFFFF;
  border: 1px solid #979797;
  height: 140px;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  border-radius: 0px;
}

input[type=submit] {
  text-indent: -999999px;
  height: 50px;
  line-height: 40px;
  padding: 5px;
  cursor: pointer;
  width: 100%;
  background: #F06000;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  border-radius: 0px;
  border: 2px solid #F06000;
}
input[type=submit]:hover {
  background: #FFFFFF;
}

.ginput_container_fileupload .button {
  background: #F06000;
  color: #FFFFFF;
  border: 2px solid #F06000;
  line-height: 32px;
}
.ginput_container_fileupload #extensions_message {
  padding-left: 20px;
  font-size: 11px;
  font-style: italic;
}
.ginput_container_fileupload .inputfile {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.ginput_container_fileupload .inputfile + label {
  color: inherit;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  text-transform: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
}
.ginput_container_fileupload .inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.gfield_checkbox {
  display: inline-block;
  position: relative;
  width: 100%;
}
.gfield_checkbox li {
  position: relative;
  display: inline-block;
  width: auto;
}
.gfield_checkbox label {
  line-height: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.gfield_checkbox label:before {
  position: absolute;
  content: "";
  -webkit-transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  top: 0;
  left: 5px;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  color: #F06000;
  border-radius: 2px;
  background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  text-align: center;
}
.gfield_checkbox input:checked + label:before {
  content: "✔";
}
.gfield_checkbox label.disabled {
  opacity: 0.75;
}
.gfield_checkbox input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

.gfield_radio {
  display: inline-block;
  position: relative;
  width: 100%;
}
.gfield_radio li {
  position: relative;
  display: inline-block;
  width: auto;
}
.gfield_radio label {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 20px;
}
.gfield_radio label:before {
  top: 4px;
  right: 4px;
  top: 0;
  left: 4px;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 100%;
  position: absolute;
  content: "";
  border: 1px solid #ccc;
  -webkit-transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.gfield_radio input:checked + label:before {
  background: #F06000;
}
.gfield_radio.disabled {
  opacity: 0.75;
}
.gfield_radio input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

.gform_footer {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.validation_error {
  padding: 10px 0;
  color: #ED3024;
  font-size: 14px;
  text-align: center;
}

.validation_message {
  color: #ED3024;
  font-size: 14px;
  text-align: right;
}

.reveal-modal {
  background-color: #C7F1F8;
  padding: 30px;
  font-family: "Work Sans", sans-serif;
  z-index: 100;
}
.reveal-modal .close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  background-image: url(../images/close.svg);
  width: 17px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  text-indent: -999px;
  background-color: transparent;
  border: none;
  padding: 0;
}
.reveal-modal .calculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.reveal-modal .calculator .field {
  margin-right: 30px;
}
.reveal-modal .calculator .price {
  line-height: 46px;
}
.reveal-modal ul li {
  margin: 0;
  text-indent: 0;
}
.reveal-modal ul li:before {
  display: none;
}
.reveal-modal .product-image {
  background-color: white;
  padding: 50px 30px 30px;
  text-align: center;
}
.reveal-modal .product-image img {
  max-height: 250px;
  margin: 0 auto 30px;
  display: block;
}
.reveal-modal:focus, .reveal-modal:active {
  outline: 0;
}

.slideshow .carousel-cell {
  background-color: #f7f7f7;
}
.slideshow .text-cell {
  text-align: center;
}
.slideshow .image-cell {
  text-align: center;
  margin-top: 2rem;
}

.sticky.is-stuck {
  z-index: 9999;
}

@media print, screen and (min-width: 40em) {
  .slideshow .carousel .text-cell {
    text-align: left;
    padding: 30px 30px 30px 75px;
  }
  .slideshow .carousel .image-cell {
    text-align: right;
    margin-top: 0;
  }
}
@media only screen and (max-width: 568px) {
  dialog#js-modal {
    margin: 0;
  }
  dialog#js-modal #js-modal-close {
    top: 10px;
    right: 10px;
  }
  dialog#js-modal .product-image {
    padding: 30px 10px 10px;
    margin-bottom: 30px;
  }
  dialog#js-modal .calculator {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  dialog#js-modal .calculator .field, dialog#js-modal .calculator .price {
    width: 100%;
  }
  dialog#js-modal .calculator .field {
    margin-bottom: 10px;
  }
  dialog#js-modal .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  dialog#js-modal .button-row {
    margin-bottom: 30px !important;
  }
}
#js-modal-overlay {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99;
  text-indent: -999px;
  overflow: hidden;
}

header.header {
  position: relative;
  width: 100%;
  height: 150px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Work Sans", sans-serif;
}
header.header .wrapper {
  width: 100%;
  max-width: none;
  margin: 0 0 0 -1rem;
  padding: 0;
}
header.header .logo {
  display: block;
  width: 345px;
  min-width: 345px;
  height: 150px;
  margin: 0;
  overflow: hidden;
  position: relative;
}
header.header .logo:before {
  content: "";
  width: 463px;
  height: 463px;
  border-radius: 100%;
  background-color: #2740D6;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
  z-index: 1;
}
header.header .logo a {
  display: inline-block;
  width: 160px;
  height: 92px;
  margin-left: 62px;
  text-indent: -9999px;
  background-image: url(../images/logo.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header.header #util-row, header.header #main-row {
  width: calc(100% + 20px);
  padding-right: 0px;
}
header.header #util-row {
  height: 50px;
  color: #282828;
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 50px;
  padding-right: 30px;
}
header.header #util-row .col-welcome {
  margin-left: 40px;
  font-size: 16px;
}
header.header #util-row a {
  font-weight: bold;
  color: #282828;
}
header.header #main-row {
  height: 100px;
  background-color: #2740D6;
  color: #FFFFFF;
}
header.header .hamburger {
  display: none;
  position: relative;
  z-index: 999999;
  margin-right: 50px;
}
header.header.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff;
}

@media only screen and (max-width: 1023px) and (min-width: 1px) {
  header.header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  header.header:after {
    content: "";
    display: block;
    background-color: #2740D6;
    width: 100%;
    height: 110px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  header.header .row {
    margin: 0;
  }
  header.header .hamburger {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: 0;
    right: 0;
  }
  header.header .row > [class*=col-]:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1px) {
  header.header .hamburger.is-active .hamburger-inner {
    background-color: #282828;
  }
  header.header .hamburger.is-active .hamburger-inner:before, header.header .hamburger.is-active .hamburger-inner:after {
    background-color: #282828;
  }
}
@media only screen and (max-width: 568px) and (min-width: 1px) {
  header.header {
    height: 109px;
    padding: 25px 20px;
    background-color: #2740D6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  header.header .logo {
    width: 108px;
    height: 62px;
    min-width: 108px;
  }
  header.header .logo:before {
    display: none;
  }
  header.header .logo a {
    width: 108px;
    height: 62px;
    margin: 0;
  }
  header.header .hamburger {
    margin-right: 20px;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.topnav {
  margin-left: 20px;
  vertical-align: top;
  font-size: 17px;
}
.topnav li {
  text-indent: 0;
  margin: 0;
}
.topnav a {
  color: #FFFFFF;
}
.topnav ul li:before {
  display: none;
}
.topnav > ul {
  list-style: none;
  padding: 0;
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.topnav > ul > li {
  display: block;
  width: auto;
  margin: 0 67px;
  vertical-align: top;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-indent: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.topnav > ul > li:first-child {
  margin-left: 0;
}
.topnav > ul > li:last-child {
  margin-right: 0;
}
.topnav > ul > li > a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: normal;
}
.topnav > ul > li > a:after {
  content: "";
  width: 0;
  left: 0;
  height: 3px;
  background-color: #FFFFFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  bottom: -10px;
}
.topnav > ul > li > a:hover:after {
  width: 100%;
}
.topnav > ul > li > a.open:after {
  width: 100%;
}
.topnav > ul > li > a.open + ul {
  max-height: 100px;
  height: 100px;
  opacity: 1;
  pointer-events: all;
}
.topnav > ul > li > ul {
  justify-content: space-evenly;
  z-index: 999;
  width: 100vw;
  top: 100%;
  list-style: none;
  padding: 0;
  background-color: #C7F1F8;
  max-height: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.topnav > ul > li > ul > li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 20px;
}
.topnav > ul > li > ul > li:last-child {
  margin-right: 0;
}
.topnav > ul > li > ul > li > a {
  display: inline-block;
  width: 100%;
  color: #282828;
  text-transform: none;
  line-height: 1.2;
  position: relative;
  top: 5px;
  font-size: 16px;
}
.topnav > ul > li > ul > li > a:after {
  content: "";
  width: 0;
  left: 0;
  height: 3px;
  background-color: #282828;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  position: absolute;
  bottom: -10px;
}
.topnav > ul > li > ul > li > a:hover, .topnav > ul > li > ul > li > a.open {
  font-size: 17px;
}
.topnav > ul > li > ul > li > a:hover:after {
  width: 100%;
}
.topnav > ul > li > ul > li > a.open:after {
  width: 100%;
}
.topnav > ul > li > ul > li > a.open + ul {
  max-height: 99999px;
  opacity: 1;
  pointer-events: all;
}
.topnav > ul > li > ul > li form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin-top: 15px;
}
.topnav > ul > li > ul > li form .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
  padding: 0;
}
.topnav > ul > li > ul > li form label {
  width: 1px;
  height: 1px;
  position: absolute;
  text-indent: -999px;
  display: block;
  overflow: hidden;
}
.topnav > ul > li > ul > li form input[type=search] {
  width: auto;
  background-color: #FFFFFF;
  height: 40px;
  padding: 0 16px;
  line-height: 40px;
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  min-width: 250px;
}
.topnav > ul > li > ul > li form input[type=submit] {
  background-color: #FDDD4D;
  background-image: url(../images/arrow-black.svg);
  background-size: 43px 11px;
  background-position: center;
  background-repeat: no-repeat;
  width: 83px;
  height: 40px;
  text-indent: -99999px;
  overflow: hidden;
  border: none;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
}
.topnav > ul > li > ul > li > ul {
  background-color: #F06000;
  max-height: 0;
  width: 100%;
  padding: 40px 0 40px 65px;
  position: absolute;
  top: 100%;
  left: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
  font-size: 16px;
}
.topnav > ul > li > ul > li > ul > li {
  width: 376px;
  padding-right: 65px;
  margin-bottom: 35px;
  line-height: 1;
}
.topnav > ul > li > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
.topnav > ul > li > ul > li > ul > li a {
  color: #282828;
  text-transform: uppercase;
}
.topnav > ul > li > ul > li > ul > li a:after {
  content: " →";
}
.topnav > ul > li > ul > li > ul > li a:hover {
  color: #FFFFFF;
  font-weight: bold;
}
.topnav > ul > li > ul > li > ul > li a.open {
  color: #FFFFFF;
  font-weight: bold;
}
.topnav > ul > li > ul > li > ul > li a.open + ul {
  max-width: 9999px;
  opacity: 1;
  pointer-events: all;
}
.topnav > ul > li > ul > li > ul > li > ul {
  background-color: #F7F7F7;
  max-width: 0;
  width: calc(100vw - 376px);
  min-height: 360px;
  overflow: hidden;
  left: 376px;
  top: 0;
  position: absolute;
  text-transform: none;
  padding: 40px 45px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.topnav > ul > li > ul > li > ul > li > ul li {
  margin-bottom: 35px;
  line-height: 1;
}
.topnav > ul > li > ul > li > ul > li > ul li:last-child {
  margin-bottom: 0;
}
.topnav > ul > li > ul > li > ul > li > ul li a {
  color: #282828;
  text-transform: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
.topnav > ul > li > ul > li > ul > li > ul li a:hover, .topnav > ul > li > ul > li > ul > li > ul li a.open {
  color: #282828;
  text-decoration: underline;
}
.topnav > ul > li > ul > li > ul > li > ul li a:after {
  display: none;
}

.menu-open .topnav {
  height: 100vh;
}

@media only screen and (max-width: 1200px) and (min-width: 1px) {
  .topnav > ul > li {
    margin: 0 40px;
  }
  .topnav > ul > li > ul > li {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 1px) {
  #nav {
    margin: 0;
    padding-right: 30px;
  }
  #nav .col-welcome {
    position: absolute;
    top: 40px;
    left: 300px;
    height: 100px;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: white;
  }
  #nav #util-row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 40px;
  }
  #nav.open .topnav {
    opacity: 1;
    pointer-events: all;
  }

  .topnav {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    left: 0;
    margin-left: 0;
    position: fixed;
    z-index: 999;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100vw;
  }
  .topnav > ul {
    padding: 40px 0 0 0;
    margin-left: 40px;
    background-color: #2740D6;
  }
  .topnav > ul > li {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .topnav > ul > li > a {
    width: 100%;
    text-align: center;
    line-height: 64px;
    line-height: 40px;
    text-decoration: none;
  }
  .topnav > ul > li:last-child a {
    border-bottom: none;
  }
  .topnav > ul > li > ul {
    top: 140px;
    left: 0;
    width: 100%;
    position: absolute;
    -webkit-columns: 200px 2;
    columns: 200px 2;
    height: 240px !important;
    max-height: 240px !important;
    display: block;
    padding: 40px;
  }
  .topnav > ul > li > ul > li {
    border-bottom: none;
    height: auto;
    margin-bottom: 40px;
    text-align: left;
    margin: 0 0 40px;
    display: block;
    line-height: 1;
  }
  .topnav > ul > li > ul > li a {
    display: inline-block;
    width: auto;
  }
  .topnav > ul > li > ul > li > ul {
    width: 100%;
    height: auto !important;
    padding: 40px;
  }
  .topnav > ul > li > ul > li > ul > li {
    width: 100%;
  }
  .topnav > ul > li > ul > li > ul > li > ul {
    top: 100%;
    left: 0;
    width: 100%;
    height: auto !important;
    min-height: 0;
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #nav {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    left: 0;
    margin-left: 0;
    position: fixed;
    z-index: 999;
    max-height: 100vh;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100vw;
    padding-right: 0;
  }
  #nav.open {
    opacity: 1;
    pointer-events: all;
  }
  #nav #util-row {
    line-height: 1;
    background-color: #FFFFFF;
    height: auto;
    padding: 30px 25px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #nav #util-row .col-welcome {
    display: none;
  }
  #nav #util-row .util-menu {
    width: 100%;
  }
  #nav #util-row .util-menu > span.sep {
    display: none;
  }
  #nav #util-row .util-menu > a {
    display: block !important;
    margin-bottom: 1em;
  }
  #nav #main-row {
    height: auto;
    font-size: 17px;
    line-height: 20px;
  }
  #nav #main-row > div {
    padding: 0;
  }
  #nav #main-row .topnav {
    margin-left: 0;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    pointer-events: all;
  }
  #nav #main-row .topnav > ul {
    background-color: #2740D6;
  }
  #nav #main-row .topnav > ul > li > ul > li form {
    margin-top: 25px;
  }
  #nav #main-row .topnav > ul > li > ul > li form input[type=search] {
    width: calc(100% - 43px);
    padding: 0 8px;
  }
  #nav #main-row .topnav > ul > li > ul > li form input[type=submit] {
    width: 43px;
    background-size: 26px 9px;
  }
  #nav #main-row .topnav ul {
    padding: 25px;
    display: block;
    height: auto !important;
    font-size: 14px;
    position: absolute;
    width: 100%;
    min-height: 44px;
    max-height: none !important;
    columns: auto;
  }
  #nav #main-row .topnav ul li {
    margin: 0 0 1em 0;
    padding: 0;
    height: auto;
    display: block;
  }
  #nav #main-row .topnav ul li.open {
    display: block;
  }
  #nav #main-row .topnav ul li a {
    text-transform: none;
    display: inline-block;
    text-align: left;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: auto;
    overflow: hidden;
    position: relative;
    font-size: 14px;
  }
  #nav #main-row .topnav ul li a:hover {
    font-size: 14px;
  }
  #nav #main-row .topnav ul li a:after {
    height: 2px;
    bottom: -5px;
    position: absolute;
  }
  #nav #main-row .topnav ul li ul {
    top: 100%;
    left: 0;
    right: 0;
  }
}
.footer {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #282828;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 16px;
  overflow: hidden;
}
.footer .row {
  margin: 0;
}
.footer a {
  color: #FFFFFF;
}
.footer .copyright {
  text-align: right;
  font-size: 14px;
  margin-top: 25px;
  line-height: 25px;
}
.footer .logo {
  top: -50px;
  position: relative;
  display: block;
  width: 214px;
  height: 124px;
  background-image: url(../images/logo.png);
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -300px;
  margin-right: 220px;
}
.footer .nav {
  font-size: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: left;
}
.footer .nav ul {
  -webkit-columns: 100px 2;
  columns: 100px 2;
  height: 200px;
  -webkit-column-fill: balance;
  column-fill: balance;
}
.footer .nav ul li {
  margin: 0 0 1em;
  text-indent: 0;
}
.footer .nav ul li:before {
  display: none;
}

.carousel {
  padding: 0;
}
.carousel .flickity-prev-next-button {
  opacity: 0;
  transition: all 0.2s;
}
.carousel .text-cell {
  flex: auto;
  padding: 30px;
}
.carousel .image-cell {
  flex: auto;
  padding: 30px;
  background-color: #FDDD4D;
}
.carousel:hover .flickity-prev-next-button {
  opacity: 1;
}

.carousel-cell {
  width: 100%;
}

.flickity-page-dots {
  left: 0;
  bottom: -50px;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 8px;
  background: transparent;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
  border: 2px solid #979797;
}
.flickity-page-dots .dot.is-selected {
  background: #979797;
}

@media only screen and (max-width: 1023px) {
  .footer .nav {
    padding: 80px 0 40px;
    width: 100%;
  }
  .footer .nav ul {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .footer .logo {
    width: 214px;
    height: 124px;
    margin: 0 auto;
  }
  .footer .nav {
    padding-top: 40px;
  }
  .footer .nav ul {
    text-align: center;
    height: auto;
  }
  .footer .copyright {
    text-align: center;
    margin-top: 0;
  }
  .footer .copyright .separator {
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
  }
}
#hero {
  width: 100%;
  position: relative;
  color: #282828;
}

@media only screen and (max-width: 1024px) {
  #multimedia {
    order: 2;
  }

  .footer .logo {
    top: 0;
  }

  #hero {
    min-height: 525px;
  }
}
@media only screen and (max-width: 568px) {
  #hero {
    min-height: 484px;
  }
  #hero .banner-overlay:before {
    height: 234px;
  }
  #hero p {
    font-size: 16px;
    line-height: 24px;
  }
}
section.section {
  padding: 100px 0;
}
section.section.gray {
  background-color: #F7F7F7;
}
section.section.orange {
  background-color: #F06000;
  color: #FFFFFF;
}
section.section.blue {
  background-color: #2740D6;
  color: #FFFFFF;
}
section.section .content {
  padding: 100px 80px;
}
section.section .content h2 {
  width: 75%;
}
section.section .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
}
section.section.blocks {
  padding: 0;
}
section.section.blocks .row {
  margin-top: 0;
  margin-bottom: 0;
}
section.section.blocks .row > div {
  overflow: hidden;
  min-height: 350px;
}
section.section.blocks .row > div p, section.section.blocks .row > div h2, section.section.blocks .row > div h3 {
  position: relative;
  z-index: 2;
}
section.section.blocks .row > div .triangle, section.section.blocks .row > div .el, section.section.blocks .row > div .circle, section.section.blocks .row > div .rectangle {
  z-index: 1;
}
section.section.blocks .row .circle {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: -286px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 286px;
  height: 286px;
  background-image: url(../images/circle-blue.svg);
  -webkit-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
section.section.blocks.loaded .circle {
  right: -143px;
}
section.section.blocks .lightblue .circle, section.section.blocks .lightblue .el {
  position: absolute;
  bottom: -200%;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
section.section.blocks .lightblue .circle {
  width: 261px;
  height: 261px;
  left: 0;
  background-image: url(../images/circle-white.svg);
}
section.section.blocks .lightblue .el {
  width: 601px;
  height: 465px;
  right: -150px;
  background-image: url(../images/el-yellow.svg);
  transform: rotate(300deg);
}
section.section.blocks .lightblue.content {
  padding: 100px 80px 150px;
}
section.section.blocks.loaded .lightblue .circle {
  bottom: 0;
}
section.section.blocks.loaded .lightblue .el {
  bottom: -30%;
}
section.section.blocks.subtitles p.subtitle {
  margin: 30px 0 20px;
}
section.section.blocks.subtitles p.subtitle:first-of-type {
  margin: 0;
}
section.section.flying-shapes .circle, section.section.flying-shapes .rectangle, section.section.flying-shapes .el {
  position: absolute;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
section.section.flying-shapes .circle {
  width: 75px;
  height: 75px;
  left: 10%;
  bottom: 70%;
  background-image: url(../images/circle-ltblue.svg);
}
section.section.flying-shapes .rectangle {
  width: 98px;
  height: 81px;
  left: 15%;
  bottom: 20%;
  background-image: url(../images/rectangle-yellow.svg);
}
section.section.flying-shapes .el {
  width: 110px;
  height: 85px;
  right: 12%;
  bottom: 75%;
  background-image: url(../images/el-green.svg);
  transform: rotate(-15deg);
}
section.section.flying-shapes.loaded {
  overflow-y: hidden;
}
section.section.flying-shapes.loaded .circle, section.section.flying-shapes.loaded .rectangle, section.section.flying-shapes.loaded .el {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  bottom: -100vh;
}
section.section .gray {
  background-color: #F7F7F7;
}
section.section .blue {
  background-color: #2740D6;
  color: #FFFFFF;
}
section.section .lightblue {
  background-color: #C7F1F8;
}
section.section .row > div {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
section.section.loaded .row > div {
  opacity: 1;
  -webkit-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
section.section.slideshow {
  padding-top: 50px;
}
section.section.four-shapes .wrapper {
  background-image: url(../images/four-shapes.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section.section.four-shapes .button-row {
  margin: 60px 0 20px;
}
section.section h1 span, section.section h2 span {
  display: block;
}

@media only screen and (max-width: 568px) {
  section.section .content {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
    padding: 70px 60px;
  }
  section.section .image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 568px) {
  section.section.blocks .button {
    width: 100%;
  }
  section.section.blocks .row {
    min-height: 0;
  }
  section.section.blocks .row > div {
    min-height: 350px;
  }
}
@media only screen and (max-width: 1024px) {
  section.section {
    padding: 75px 0;
  }
}
.home section#hero, .page-template-template-home section#hero {
  overflow-x: hidden;
}

.home section#hero #hero-content, .page-template-template-home section#hero #hero-content {
  padding: 80px 100px;
}

.home section#hero #hero-content .button-row, .page-template-template-home section#hero #hero-content .button-row {
  width: auto;
  max-width: 400px;
}

.home section#hero #hero-content .button-row .button, .page-template-template-home section#hero #hero-content .button-row .button {
  margin-right: 0;
  width: 100%;
}

.home section#hero #hero-content .button-row .button:first-child, .page-template-template-home section#hero #hero-content .button-row .button:first-child {
  margin-bottom: 30px;
}

.home section#hero #hero-image, .page-template-template-home section#hero #hero-image {
  background-color: #FDDD4D;
  text-align: center;
}

.page-template-template-home .homepage section#hero #hero-image {
  z-index: 3;
}
.page-template-template-home .homepage section#hero #hero-image img {
  margin: 0 auto;
}

.page-template-template-home .homepage section#hero #hero-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #F7F7F7;
}
.page-template-template-home .homepage section#hero #hero-content .triangle {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 287px;
  height: 283px;
  background-image: url(../images/ltblue-triangle.svg);
  -webkit-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.page-template-template-home .homepage section#hero #hero-content .circle {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -143px;
  transform: rotate(90deg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 286px;
  height: 286px;
  background-image: url(../images/circle-yellow.svg);
  -webkit-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.page-template-template-home .homepage section#hero #hero-content label {
  text-transform: uppercase;
  font-weight: 500;
}
.page-template-template-home .homepage section#hero #hero-content .content-content {
  margin-bottom: 3.5rem;
}
.page-template-template-home .homepage section#hero #hero-content p {
  margin: 0;
}

.input-row {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.input-row input[type=search] {
  border: none;
  box-shadow: none;
}
.input-row input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #2740D6;
  background-image: url(../images/arrow.svg);
  background-size: 29px 11px;
  background-position: center;
  background-repeat: no-repeat;
  width: 75px;
  height: 40px;
  text-indent: -999px;
  overflow: hidden;
  border: none;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.input-row input[type=submit]:hover {
  background-color: #1f33ab;
}

#hero-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 20rem;
}

.home section#hero #hero-image img, .page-template-template-home section#hero #hero-image img {
  max-height: 500px;
  margin: 20px auto;
}

@media only screen and (max-width: 1439px) {
  .home section#hero .button, .page-template-template-home section#hero .button {
    padding: 22px 25px;
  }

  .home section#hero .button:after, .page-template-template-home section#hero .button:after {
    margin-left: 20px;
  }
}
.home #products, .page-template-template-home #products {
  font-family: "Work Sans", sans-serif;
}

.home #products h3, .page-template-template-home #products h3 {
  margin-bottom: 1em;
}

.home #products .button-row:first-child, .page-template-template-home #products .button-row:first-child {
  margin-top: 0;
}

.home #products .fineprint, .page-template-template-home #products .fineprint {
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-family: "Work Sans", sans-serif;
}

.home #products .product-photo img, .page-template-template-home #products .product-photo img {
  max-height: 250px;
  max-width: 200px;
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
}

.home #products .product-photo:before, .page-template-template-home #products .product-photo:before {
  content: "";
  width: 135px;
  height: 135px;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -135px;
  z-index: 0;
}

.home #products .row, .page-template-template-home #products .row {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px #D8d8d8 solid;
}

.home #products .row:nth-child(3n+1) .product-photo:before, .page-template-template-home #products .row:nth-child(3n+1) .product-photo:before {
  background-color: #C7F1F8;
}

.home #products .row:nth-child(3n+2) .product-photo:before, .page-template-template-home #products .row:nth-child(3n+2) .product-photo:before {
  background-color: #2FAFA4;
}

.home #products .row:nth-child(3n+3) .product-photo:before, .page-template-template-home #products .row:nth-child(3n+3) .product-photo:before {
  background-color: #F06000;
}

.home #products .row > :first-child, .page-template-template-home #products .row > :first-child {
  text-align: center;
  margin-top: 0;
}

.home #products .row > :first-child h3, .page-template-template-home #products .row > :first-child h3 {
  width: 1px;
  height: 1px;
  text-indent: -999px;
  overflow: hidden;
}

.home #products .row > div, .page-template-template-home #products .row > div {
  margin-top: 40px;
}

.home #products .row > :last-child .button, .page-template-template-home #products .row > :last-child .button {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.home #products .row > :last-child .button:after, .page-template-template-home #products .row > :last-child .button:after {
  margin-left: 20px;
}

.home #products .row:last-child, .page-template-template-home #products .row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

@media only screen and (max-width: 1023px) {
  .home #products .row > :first-child h3, .page-template-template-home #products .row > :first-child h3 {
    width: auto;
    height: auto;
    text-indent: 0;
    overflow: visible;
    width: 80vw;
    left: calc(10vw - 40px);
    position: relative;
    margin-bottom: 50px;
  }

  .home #products .row h3[aria-hidden=true], .page-template-template-home #products .row h3[aria-hidden=true] {
    display: none;
  }

  .home #products .row > :not(:first-child):not(:last-child), .page-template-template-home #products .row > :not(:first-child):not(:last-child) {
    padding-top: 50px;
  }

  .home #products .row > :last-child, .page-template-template-home #products .row > :last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home #products .row > :last-child .button-row, .page-template-template-home #products .row > :last-child .button-row {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 568px) {
  .home #products .row > :not(:last-child):not(:first-child), .page-template-template-home #products .row > :not(:last-child):not(:first-child) {
    padding-top: 0;
  }

  .home #products .row > :first-child h3, .page-template-template-home #products .row > :first-child h3 {
    left: calc(10vw - 20px);
  }

  .home #products .row > :last-child, .page-template-template-home #products .row > :last-child {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home #products .row > :last-child .button-row, .page-template-template-home #products .row > :last-child .button-row {
    width: 100%;
    margin-bottom: 20px;
  }

  .home #products .row > :last-child .button-row .button, .page-template-template-home #products .row > :last-child .button-row .button {
    width: 100%;
  }

  .home #products .row > :last-child .button-row:last-child, .page-template-template-home #products .row > :last-child .button-row:last-child {
    margin-bottom: 0;
  }
}
.home #featured-testimonial, .page-template-template-home #featured-testimonial {
  padding: 60px 0 50px;
}

.home #featured-testimonial blockquote, .page-template-template-home #featured-testimonial blockquote {
  margin-top: 40px;
}

.home #featured-testimonial .video a, .page-template-template-home #featured-testimonial .video a {
  display: block;
  position: relative;
  padding-top: 75%;
  height: 0;
}

.home #featured-testimonial .video a:before, .page-template-template-home #featured-testimonial .video a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/play.png);
  background-size: 142px 142px;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
}

.home #featured-testimonial .video img, .page-template-template-home #featured-testimonial .video img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -o-object-position: center 25%;
  object-position: center 25%;
}

.home #featured-testimonial .video .attribution, .page-template-template-home #featured-testimonial .video .attribution {
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
  font-size: 15px;
  font-family: "Work Sans", sans-serif;
}

@media only screen and (max-width: 1023px) {
  .home #featured-testimonial blockquote, .page-template-template-home #featured-testimonial blockquote {
    font-size: 20px;
    line-height: 33px;
    margin-top: 0;
  }

  .home #featured-testimonial .video, .page-template-template-home #featured-testimonial .video {
    margin-top: 40px;
    padding: 0 120px;
  }
}
@media only screen and (max-width: 568px) {
  .home #featured-testimonial p.subtitle, .page-template-template-home #featured-testimonial p.subtitle, .home #featured-testimonial blockquote, .page-template-template-home #featured-testimonial blockquote {
    padding: 0 20px;
  }

  .home #featured-testimonial .video, .page-template-template-home #featured-testimonial .video {
    padding: 0 30px;
  }

  .home #featured-testimonial .video .attribution, .page-template-template-home #featured-testimonial .video .attribution {
    font-size: 13px;
  }

  .home #featured-testimonial .video img, .page-template-template-home #featured-testimonial .video img {
    height: 188px;
  }
}
.home #testimonials, .page-template-template-home #testimonials {
  padding-bottom: 0;
}

.home #testimonials .wrapper, .page-template-template-home #testimonials .wrapper {
  background-image: url(../images/shapes-bg.png);
  background-size: 100%;
  background-repeat: repeat-y;
  padding-bottom: 100px;
}

@media only screen and (max-width: 568px) {
  .home #testimonials .wrapper, .page-template-template-home #testimonials .wrapper {
    background-image: none;
    padding-bottom: 50px;
  }
}
.home #features #certification, .page-template-template-home #features #certification {
  position: relative;
  overflow: hidden;
}

.home #features #certification .circle, .home #features #certification .rectangle {
  position: absolute;
  top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.page-template-template-home #features #certification .circle, .page-template-template-home #features #certification .rectangle {
  position: absolute;
  top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.home #features #certification .circle, .page-template-template-home #features #certification .circle {
  width: 290px;
  height: 290px;
  background-image: url(../images/circle-blue.svg);
  left: -290px;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.home #features #certification .rectangle, .page-template-template-home #features #certification .rectangle {
  right: -245px;
  width: 537px;
  height: 437px;
  background-image: url(../images/rectangle-orange.svg);
  -webkit-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.home #features.loaded #certification .circle, .page-template-template-home #features.loaded #certification .circle {
  left: 38px;
  top: calc(100% - 105px);
}

.home #features.loaded #certification .rectangle, .page-template-template-home #features.loaded #certification .rectangle {
  top: calc(100% - 112px);
  right: 75px;
}

@media only screen and (max-width: 1023px) {
  .home #features .image, .page-template-template-home #features .image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .home #features #automatic-grading, .page-template-template-home #features #automatic-grading {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .home #features #automatic-grading .triangle, .page-template-template-home #features #automatic-grading .triangle {
    background-image: url(../images/triangle-yellow.svg);
    width: 340px;
    height: 276px;
    left: -340px;
    position: absolute;
    top: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  .home #features #certification, .page-template-template-home #features #certification {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .home #features #certification .circle, .home #features #certification .rectangle {
    display: none;
  }

  .page-template-template-home #features #certification .circle, .page-template-template-home #features #certification .rectangle {
    display: none;
  }

  .home #features #certification .circle-orange, .page-template-template-home #features #certification .circle-orange {
    background-image: url(../images/circle-orange.svg);
    width: 290px;
    height: 290px;
    position: absolute;
    top: 100%;
    right: -290px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  .home #features #instructional-design, .page-template-template-home #features #instructional-design {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .home #features #instructional-design .el, .page-template-template-home #features #instructional-design .el {
    background-image: url(../images/el-green.svg);
    width: 570px;
    height: 468px;
    position: absolute;
    top: 100%;
    left: -570px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  .home #features #instructional-design .rectangle, .page-template-template-home #features #instructional-design .rectangle {
    background-image: url(../images/rectangle-blue.svg);
    width: 425px;
    height: 350px;
    top: 100%;
    right: -425px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
    position: absolute;
  }

  .home #features.loaded #automatic-grading .triangle, .page-template-template-home #features.loaded #automatic-grading .triangle {
    left: -120px;
    top: calc(100% - 233px);
  }

  .home #features.loaded #certification .circle-orange, .page-template-template-home #features.loaded #certification .circle-orange {
    top: calc(100% - 272px);
    right: -180px;
  }

  .home #features.loaded #instructional-design .el, .page-template-template-home #features.loaded #instructional-design .el {
    top: calc(100% - 350px);
    left: -210px;
  }

  .home #features.loaded #instructional-design .rectangle, .page-template-template-home #features.loaded #instructional-design .rectangle {
    top: calc(100% - 275px);
    right: -190px;
  }
}
@media only screen and (max-width: 768px) {
  .home #features #automatic-grading .triangle, .page-template-template-home #features #automatic-grading .triangle {
    left: auto;
    right: -340px;
  }

  .home #features.loaded #instructional-design .el, .page-template-template-home #features.loaded #instructional-design .el {
    top: calc(100% - 277px);
    left: -250px;
  }

  .home #features.loaded #automatic-grading .triangle, .page-template-template-home #features.loaded #automatic-grading .triangle {
    right: -127px;
  }
}
.home .product-modal-content, .page-template-template-home .product-modal-content {
  display: none;
}

.home #solutions-donations #multimedia, .page-template-template-home #solutions-donations #multimedia {
  position: relative;
  overflow: hidden;
  padding-right: 150px;
}

.home #solutions-donations #multimedia .circle, .home #solutions-donations #multimedia .el {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  z-index: 1;
}

.page-template-template-home #solutions-donations #multimedia .circle, .page-template-template-home #solutions-donations #multimedia .el {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  z-index: 1;
}

.home #solutions-donations #multimedia .circle, .page-template-template-home #solutions-donations #multimedia .circle {
  background-image: url(../images/circle-yellow.svg);
  width: 290px;
  height: 290px;
  top: 100%;
  left: -290px;
}

.home #solutions-donations #multimedia .el, .page-template-template-home #solutions-donations #multimedia .el {
  background-image: url(../images/el-ltblue.svg);
  width: 343px;
  height: 488px;
  bottom: 100%;
  right: -343px;
}

.home #solutions-donations.loaded #multimedia .el, .page-template-template-home #solutions-donations.loaded #multimedia .el {
  bottom: calc(100% - 303px);
  right: -90px;
}

.home #solutions-donations.loaded #multimedia .circle, .page-template-template-home #solutions-donations.loaded #multimedia .circle {
  top: calc(100% - 73px);
  left: -105px;
}

@media only screen and (max-width: 1023px) {
  .home #solutions-donations #multimedia-image, .page-template-template-home #solutions-donations #multimedia-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .home #solutions-donations #multimedia, .page-template-template-home #solutions-donations #multimedia {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .home #solutions-donations #giving-image, .page-template-template-home #solutions-donations #giving-image {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .home #solutions-donations #giving, .page-template-template-home #solutions-donations #giving {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
@media only screen and (max-width: 768px) {
  .home #solutions-donations #multimedia, .page-template-template-home #solutions-donations #multimedia {
    padding-right: 60px;
  }

  .home #solutions-donations #multimedia .el, .page-template-template-home #solutions-donations #multimedia .el {
    display: none;
  }

  .home #solutions-donations #multimedia .circle, .page-template-template-home #solutions-donations #multimedia .circle {
    left: auto !important;
    right: -290px;
  }

  .home #solutions-donations.loaded #multimedia .circle, .page-template-template-home #solutions-donations.loaded #multimedia .circle {
    top: calc(100% - 63px);
    right: -115px !important;
  }
}
.home #platform, .page-template-template-home #platform {
  position: relative;
  overflow: hidden;
}

.home #platform .triangle, .home #platform .circle, .home #platform .el {
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.page-template-template-home #platform .triangle, .page-template-template-home #platform .circle, .page-template-template-home #platform .el {
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.home #platform .triangle, .page-template-template-home #platform .triangle {
  width: 120px;
  height: 115px;
  background-image: url(../images/triangle-ltblue.svg);
  top: 80px;
  margin-left: -550px;
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.home #platform .circle, .page-template-template-home #platform .circle {
  width: 75px;
  height: 75px;
  background-image: url(../images/circle-orange.svg);
  top: 242px;
  margin-left: 382px;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.home #platform .el, .page-template-template-home #platform .el {
  width: 123px;
  height: 100px;
  background-image: url(../images/el-yellow.svg);
  top: 50px;
  margin-left: 395px;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.home #platform.loaded .circle, .home #platform.loaded .triangle, .home #platform.loaded .el {
  top: 100%;
}

.page-template-template-home #platform.loaded .circle, .page-template-template-home #platform.loaded .triangle, .page-template-template-home #platform.loaded .el {
  top: 100%;
}

.home #partnerships, .page-template-template-home #partnerships {
  height: 875px;
  padding-bottom: 0;
  padding-top: 50px;
}

.home #partnerships .wrapper, .page-template-template-home #partnerships .wrapper {
  background-image: url(../images/educators-partnerships.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.home #partnerships .wrapper, .home #partnerships .row {
  height: 100%;
}

.page-template-template-home #partnerships .wrapper, .page-template-template-home #partnerships .row {
  height: 100%;
}

@media only screen and (max-width: 568px) {
  .home #partnerships, .page-template-template-home #partnerships {
    height: 616px;
    padding: 25px 0;
  }

  .home #partnerships .wrapper, .page-template-template-home #partnerships .wrapper {
    background-image: url(../images/educators-partnerships-mobile.png);
  }

  .home #partnerships h2, .page-template-template-home #partnerships h2 {
    font-size: 24px;
    line-height: 35px;
    margin: 0 30px;
  }
}
.home .testimonial, .page-template-template-home .testimonial {
  background-color: #FFFFFF;
  margin-bottom: 110px;
  padding: 0 90px 40px;
  text-align: center;
  margin-top: 102px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.home .testimonial img, .page-template-template-home .testimonial img {
  width: 125px;
  height: 125px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto -20px;
}

.home .testimonial blockquote, .page-template-template-home .testimonial blockquote {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 40px;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
}

.home .testimonial .attribution, .page-template-template-home .testimonial .attribution {
  max-width: 50%;
  font-size: 15px;
  line-height: 23px;
  margin: 0 auto;
  font-family: "Work Sans", sans-serif;
}

.home .testimonial + .button-row, .page-template-template-home .testimonial + .button-row {
  margin-top: 0;
}

.home .testimonial:nth-child(4n+1):hover, .page-template-template-home .testimonial:nth-child(4n+1):hover {
  background-color: #C7F1F8;
}

.home .testimonial:nth-child(4n+2):hover, .page-template-template-home .testimonial:nth-child(4n+2):hover {
  background-color: #FDDD4D;
}

.home .testimonial:nth-child(4n+3):hover, .page-template-template-home .testimonial:nth-child(4n+3):hover {
  background-color: #2740D6;
  color: white;
}

.home .testimonial:nth-child(4n+4):hover, .page-template-template-home .testimonial:nth-child(4n+4):hover {
  background-color: #F06000;
  color: white;
}

@media only screen and (max-width: 568px) {
  .home .testimonial, .page-template-template-home .testimonial {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.home #educators h2, .page-template-template-home #educators h2 {
  margin-bottom: 50px;
}

.home #educators .button-row, .page-template-template-home #educators .button-row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home #educators .button-row .button, .page-template-template-home #educators .button-row .button {
  max-width: 450px;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .home #educators h2, .page-template-template-home #educators h2 {
    font-size: 24px;
    line-height: 35px;
  }

  .home #educators .button-row .button, .page-template-template-home #educators .button-row .button {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
  }

  .home #educators .button-row .button:first-child, .page-template-template-home #educators .button-row .button:first-child {
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=main.css.map*/

/*# sourceMappingURL=styles-v2.css.map */
