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

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.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;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.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: 0.5rem;
  padding-left: 0.5rem;
  -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: 0.5rem;
  padding-left: 0.5rem;
  -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: 0.5rem;
  padding-left: 0.5rem;
  -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: 0.5rem;
  padding-left: 0.5rem;
  -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: 0.5rem;
  padding-left: 0.5rem;
  -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: 0.5rem;
  padding-left: 0.5rem;
  -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: 0.5rem;
  padding-left: 0.5rem;
  -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: 0.5rem;
  padding-left: 0.5rem;
  -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: 0.5rem;
  padding-left: 0.5rem;
  -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: 0.5rem;
  padding-left: 0.5rem;
  -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: 0.5rem;
  padding-left: 0.5rem;
  -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: 0.5rem;
  padding-left: 0.5rem;
  -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: 0.5rem;
  padding-left: 0.5rem;
  -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: 0.5rem;
  padding-left: 0.5rem;
  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: 0.5rem;
  padding-left: 0.5rem;
  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: 0.5rem;
  padding-left: 0.5rem;
  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: 0.5rem;
  padding-left: 0.5rem;
  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: 0.5rem;
  padding-left: 0.5rem;
  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: 0.5rem;
  padding-left: 0.5rem;
  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: 0.5rem;
  padding-left: 0.5rem;
  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: 0.5rem;
  padding-left: 0.5rem;
  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: 0.5rem;
  padding-left: 0.5rem;
  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: 0.5rem;
  padding-left: 0.5rem;
  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: 0.5rem;
  padding-left: 0.5rem;
  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: 0.5rem;
  padding-left: 0.5rem;
  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: 48em) {
  .container {
    width: 46rem;
  }

  .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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 62em) {
  .container {
    width: 61rem;
  }

  .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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 75em) {
  .container {
    width: 71rem;
  }

  .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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    -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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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: 0.5rem;
    padding-left: 0.5rem;
    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;
  }
}


/*
@font-face {
  font-family: 'TradeGothic';
  src: url(https://cdn.ans.org/site/f/TradeGothic-Bold.woff) format("woff2"), url(https://cdn.ans.org/site/f/TradeGothic-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir LT Pro Book';
  src: url(https://cdn.ans.org/site/f/AvenirLTPro-Book.woff2) format("woff2"), url(https://cdn.ans.org/site/f/AvenirLTPro-Book.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir LT Pro Heavy';
  src: url(https://cdn.ans.org/site/f/AvenirLTPro-Heavy.woff2) format("woff2"), url(https://cdn.ans.org/site/f/AvenirLTPro-Heavy.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir LT Pro Oblique';
  src: url(https://cdn.ans.org/site/f/AvenirLTPro-Oblique.woff2) format("woff2"), url(https://cdn.ans.org/site/f/AvenirLTPro-Oblique.woff) format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir LT Pro Roman';
  src: url(https://cdn.ans.org/site/f/AvenirLTPro-Roman.woff2) format("woff2"), url(https://cdn.ans.org/site/f/AvenirLTPro-Roman.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Regular';
  src: url(https://cdn.ans.org/site/f/proxima_nova_regular-webfont.woff2) format("woff2"), url(https://cdn.ans.org/site/f/proxima_nova_regular-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
*/

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
}

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

a {
  background-color: transparent;
}

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

button {
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  background: none;
  border: none;
}

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

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

*+p,
*+ul,
*+ol,
*+dl,
*+blockquote,
*+pre,
*+address,
*+fieldset,
*+figure {
  /*   margin-top: 20px; */
  margin-top: 1.125rem;
}
p.hug {
  margin-top: 0;
}
p.snug {
  margin-top: 0.375rem;
}

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

ul>li>ul,
ul>li>ol,
ol>li>ul,
ol>li>ol {
  margin: 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;
}

input,
select,
textarea {
  box-sizing: border-box;
  min-height: 0;
  border-radius: 0;
  font-family: canada-type-gibson, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  padding: 0.75rem;
  background: #fff;
  border: 1px solid #ccc;
}

input[readonly],
textarea[readonly],
select[readonly] {
  background-color: #f5f5f5;
  color: #777;
}

input[disabled],
textarea[disabled],
select[disabled] {
  background-color: #ccc;
  border-color: #bbb;
  color: #999;
}

input::placeholder,
textarea::placeholder {
  font-weight: 300;
  color: #999;
}

input.invalid,
textarea.invalid,
select.invalid {
  color: #d00;
}

textarea {
  line-height: 1.2em;
}

select {
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  padding: 0.75rem 1.5rem 0.75rem 0.75rem;
  background: #fff url(https://cdn.ans.org/site/i/select.svg) right center no-repeat;
  background-size: contain;
  border: 1px solid #ccc;
  border-radius: 0;
}

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

input[type="checkbox"],
input[type="radio"] {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

label[for] {
  cursor: pointer;
}

input.round,
select.round {
  padding: 0.75rem 1.25rem;
  border-radius: 2rem;
}

.overlay {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 1em;
  vertical-align: top;
  cursor: pointer;
}

.overlay input {
  -webkit-appearance: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.overlay .check {
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.overlay.radio .check {
  border-radius: 8px;
}

.overlay:hover input~.check,
.overlay input:focus~.check {
  border-color: #999;
}

.overlay input:disabled~.check {
  opacity: 0.33;
  background: #ccc;
  pointer-events: none;
}

.overlay .check::after {
  content: "";
  display: none;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 8px;
  height: 8px;
  background: #555;
  border-radius: 2px;
}

.overlay.radio .check::after {
  border-radius: 4px;
}

.overlay input:checked~.check::after {
  display: block;
}

.overlay input:disabled~.check::after {
  background: #777;
}


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

iframe {
  border: 0;
}

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

section {
  position: relative;
  z-index: 9;
}

section.padding {
  padding: 30px 120px 30px 120px;
}

article {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: top;
}

.row {
  position: relative;
  z-index: 9;
  margin-left: -10px;
  margin-right: -10px;
}

.row>[class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.row.large-padding {
  position: relative;
  z-index: 9;
  margin-left: -50px;
  margin-right: -50px;
}

.row.large-padding>[class*="col-"] {
  padding-left: 50px;
  padding-right: 50px;
}

.row.middled {
  align-items: center;
}

.row.ruled {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 59, 110, 0.2);
}

.row.ruled:last-child {
  border-bottom: none;
}

.row>.pad {
  padding-left: 1rem;
  padding-right: 1rem;
}

.row>.padr {
  padding-left: 1rem;
}

.row>.padr {
  padding-right: 1rem;
}

@media only screen and (max-width: 1023px) and (min-width: 1px) {
  section.padding {
    padding: 15px 35px 15px 35px;
  }

  /*
  .row {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
  }

  .row > [class*="col-"] {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
  }
*/

  .row.large-padding {
    margin-left: -20px;
    margin-right: -20px;
  }

  .row.large-padding>[class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  section.padding {
    padding: 30px 20px;
  }

  .row>[class*="col-"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .row>[class*="col-xs-offset-"] {
    margin-left: 0;
  }
}

.inside-page {
  margin: 0 0 0 120px;
  width: calc(100% - 119px);
}

.gray-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D3DFE8));
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #D3DFE8 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #D3DFE8 100%);
  background-image: linear-gradient(180deg, #FFFFFF 0%, #D3DFE8 100%);
}

#page.general-page {
  padding: 0 140px 100px 140px;
}

#page .col-main {
  padding-left: 50px;
}

#page .wrapper>.row {
  margin-left: -40px;
  margin-right: -40px;
}

#page .wrapper>.row>.col-xs-6 {
  padding-left: 40px;
  padding-right: 40px;
}

.page-box {
  display: block;
  width: calc(100% + 10px);
  padding: 45px 150px 45px 100px;
  margin-left: -40px;
  /* 	font-family: "Avenir LT Pro Book"; font-size: 16px; */
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
}

.page-box.hug {
  padding-top: 0;
}

.page-box .page-box {
  width: auto;
  padding: 0;
  margin: 0;
}

.page-box .callout {
  /*   margin: 0 0 15px 0; */
  margin: 1.5rem 0 1rem 0;
}

.page-box .callout:first-of-type {
  margin-top: 0;
}

.page-box.full {
  margin-left: 120px;
}

.page-box.blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#00539D), to(#003A6D));
  background-image: -webkit-linear-gradient(left, #00539D 0%, #003A6D 100%);
  background-image: -o-linear-gradient(left, #00539D 0%, #003A6D 100%);
  background-image: linear-gradient(90deg, #00539D 0%, #003A6D 100%);
}

.page-box.blue .item {
  padding: 30px 0 20px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.page-box.blue .item:first-of-type {
  padding: 0 0 20px 0;
}

.page-box.blue .item:last-child {
  border-bottom: none;
}

.page-box.blue .item .copy p {
  margin: 0;
}

.page-box.blue .stats-row {
  margin-left: -20px;
  margin-right: -20px;
}

.page-box.blue .stats-row .col-xs-3 {
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.43);
}

.page-box.blue .stats-row .col-xs-3:last-child {
  border-right: none;
}

.page-box.blue .stats-row .stat {
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 40px;
  margin: 0 0 15px 0;
}

.page-box.blue .stats-row .highlight {
  margin-bottom: 0;
  line-height: normal;
  /*   line-height: 26px; */
}

.page-box.blue .stats-row .highlight+.stat {
  margin-top: 1rem;
}

.page-box.blue .swiper-container {
  padding-bottom: 50px;
}

.page-box .page-box .swiper-container {
  padding: 2rem;
}

.page-box.blue .swiper-container .photo {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 450px;
}

.page-box.blue .swiper-container .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-box.blue .swiper-container .copy {
  margin: 20px 0 0 0;
}

.page-box.blue .swiper-container .copy p {
  margin-bottom: 1rem;
  font-size: 1rem;
}


.page-box.blue .swiper-container .swiper-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 6;
  width: auto;
  height: auto;
  padding: 7px;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.page-box.blue .swiper-container .swiper-nav .swiper-prev,
.page-box.blue .swiper-container .swiper-nav .swiper-next {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  font-size: 15px;
  color: #fff;
  line-height: 27px;
  text-align: center;
}

.page-box.blue .swiper-container .swiper-nav .swiper-prev:hover,
.page-box.blue .swiper-container .swiper-nav .swiper-next:hover {
  background: #00539B;
}

.page-box.blue .swiper-container .swiper-nav .swiper-prev span,
.page-box.blue .swiper-container .swiper-nav .swiper-next span {
  /*   display: block; */
  text-indent: -9999px;
  display: none;
}

.page-box.blue .swiper-container .swiper-nav button {
  border: none;
}

/*
.page-box.blue .swiper-container .swiper-nav .swiper-prev img,
.page-box.blue .swiper-container .swiper-nav .swiper-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 0 0;
   	-o-transform-origin: 0 0;
  		transform-origin: 0 0;
}

.page-box.blue .swiper-container .swiper-nav .swiper-prev img {
  -webkit-transform: rotate(180deg) translate(-50%, -50%);
   	-o-transform: rotate(180deg) translate(-50%, -50%);
  		transform: rotate(180deg) translate(-50%, -50%);
}

.page-box.blue .swiper-container .swiper-nav .swiper-next img {
  -webkit-transform: rotate(0deg) translate(-50%, -50%);
   	-o-transform: rotate(0deg) translate(-50%, -50%);
  		transform: rotate(0deg) translate(-50%, -50%);
}
*/

.page-box.blue .swiper-container .swiper-nav .swiper-pagination {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0 10px;
  width: auto;
}

.page-box.blue .swiper-container .swiper-nav .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: transparent;
  border: 2px solid #FFFFFF;
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-indent: -9999px;
}

.page-box.blue .swiper-container .swiper-nav .swiper-pagination .swiper-pagination-bullet:hover {
  background: #00539B;
}

.page-box.blue .swiper-container .swiper-nav .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFFFFF;
}

.page-box.blue .swiper-container .swiper-nav .swiper-pagination .swiper-pagination-bullet:first-child {
  margin: 0 5px 0 0;
}

.page-box.blue .swiper-container .swiper-nav .swiper-pagination .swiper-pagination-bullet:last-child {
  margin: 0 0 0 5px;
}

.page-box.blue a,
.page-box.blue li,
.page-box.blue p {
  color: #fff;
}

.page-box.gray {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EBF1F5), to(#D3DFE8));
  background-image: -webkit-linear-gradient(top, #EBF1F5 0%, #D3DFE8 100%);
  background-image: -o-linear-gradient(top, #EBF1F5 0%, #D3DFE8 100%);
  background-image: linear-gradient(180deg, #EBF1F5 0%, #D3DFE8 100%);
}

.page-box.gray .item {
  padding: 30px 0 30px;
  border-bottom: 1px solid #D3DFE8;
}

.page-box.gray .item:first-of-type {
  padding: 0 0 30px 0;
}

.page-box.gray .item:last-child {
  border-bottom: none;
}

.page-box ul {
  list-style: square;
}

.page-box ol {
  list-style: decimal;
}

.page-box strong {
  font-weight: 500;
}

.hero-offset-top {
  position: relative;
  z-index: 99;
  top: -40px;
  margin-bottom: -40px;
}

.banner-offset-top {
  position: relative;
  z-index: 99;
  top: -40px;
  border-top: 10px solid #00539B;
  background: #FFFFFF;
  padding: 45px 60px;
  margin: 0 120px -40px 0;
  width: auto;
}

.banner-offset-top .callout {
  margin: 0 0 10px 0;
}

.banner-offset-top .copy+.btn-pill {
  margin-top: 60px;
  /*   margin-right: 20px; */
}

.banner-offset-top.bottom-border:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 60px;
  right: 60px;
  height: 5px;
  background: #00539B;
}

.filters-row label {
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 15px;
  color: #231F20;
  line-height: 28px;
  text-transform: uppercase;
}

.filters-row .combo-open,
.filters-row .combo-open .combo-input {
  border-radius: 15px 15px 0 0;
}

.filters-row .combo-input {
  background: #FFFFFF;
  border: 1px solid #C6CACD;
  border-radius: 15px 15px 15px 15px;
  padding: 5px 20px;
}

.video {
  display: block;
  position: relative;
  width: 100%;
  height: 360px;
  margin: 0 0 20px 0;
}

.video iframe {
  display: block;
  margin: 0 auto;
}

.gallery-item {
  display: block;
  width: 100%;
  font-size: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 59, 110, 0.2);
}

.gallery-item:last-child {
  border-bottom: none;
}

.gallery-item .thumb {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 220px;
  height: 140px;
  margin: 0 30px 0 0;
}
/* Besh */
#webinar .gallery-item .thumb {
  height: 124px;
}

.gallery-item.person .thumb {
  width: 135px;
  height: 180px;
}

.gallery-item.page .thumb {
  width: 81.81px;
  height: 120px;
  margin-right: 20px;
  box-shadow: 0 0 1px #0007;
}

.gallery-item .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-item .text {
  display: inline-block;
  width: calc(100% - 250px);
  vertical-align: top;
}

.gallery-item.page .text {
  width: calc(100% - 101.81px);
}

.gallery-item .text .title {
  /*   font-family: "Avenir LT Pro Book"; */
  /*   font-size: 20px; */
  font-size: 1.125rem;
  font-weight: 500;
  color: #231F20;
  letter-spacing: 0;
  /*   line-height: 36px; */
  line-height: 1.75rem;
}

.gallery-item .text .copy {
  margin: 5px 0 10px 0;
}

.linklist a {
  display: block;
  width: 100%;
  margin: 0 0 1rem 0;
}

.linklist a:last-child {
  margin: 0;
}

.linklist i {
  margin-right: 0.5rem;
}

.linklist p.disabled {
  margin: 0 0 1rem 0;
  font-size: 1rem;
  color: #777;
}

.table {
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 50px;
  border-bottom: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
}

.table tr th,
.table tr td {
  /*   font-family: "Avenir LT Pro Book"; */
  font-size: 16px;
  color: #231F20;
  letter-spacing: 0;
  line-height: 28px;
  border-top: 1px solid #D5D5D5;
  border-left: 1px solid #D5D5D5;
  padding: 20px;
}

.table tr th,
.table tr td.head {
  /*   font-family: "Avenir LT Pro Heavy"; */
  font-weight: 500;
  background: #E7EDF1;
  line-height: 24px;
  text-align: left;
}

.gradient-bar-top {
  position: relative;
}

.gradient-bar-top:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 230px;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(#00539D), to(#003A6D));
  background-image: -webkit-linear-gradient(left, #00539D 0%, #003A6D 100%);
  background-image: -o-linear-gradient(left, #00539D 0%, #003A6D 100%);
  background-image: linear-gradient(90deg, #00539D 0%, #003A6D 100%);
}

.bottom-leaderboard {
  padding: 70px 0 30px 0;
  border-top: 1px solid #D5D5D5;
}

.bottom-leaderboard .ad {
  display: block;
  margin: 0 auto;
}

.bottom-leaderboard .ad.mobile {
  display: none;
}

.skyscraper img {
  display: block;
  margin: 0 auto;
}

/*
#ans_ad_s1_1 { width: 970px; height: 90px; }
#ans_ad_s1_2 { width: 300px; height: 250px; }
*/

.ie-fallback-image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.ie .photo img,
.ie .thumb img,
.ie .swiper-slide img,
.ie .video img {
  display: none;
}

.ie .product .thumb img,
.ie .ie-fallback-image {
  display: block;
}

@media only screen and (max-width: 1080px) and (min-width: 1px) {
  .page-box.blue .stats-row .col-xs-3 {
    border: none;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 1px) {
  .bottom-leaderboard {
    padding: 30px 35px 0 35px;
  }

  .skyscraper {
    display: none;
  }

  #page .wrapper>.row {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  #page .col-main {
    padding-left: .5rem;
  }

  .inside-page {
    margin: 0 30px;
    width: calc(100% - 60px);
  }

  .inside-page .col-side,
  .inside-page .col-main {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .page-box {
    margin-left: -30px;
    width: calc(100% + 60px);
    padding: 30px 55px;
  }

  .page-box.full {
    margin-left: -30px;
    width: calc(100% + 60px);
    padding: 30px 55px;
  }

  .page-box.blue.featured-product .col-side {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .page-box.blue.featured-product .col-main {
    -ms-flex-preferred-size: 66.66666%;
    flex-basis: 66.66666%;
    max-width: 66.66666%;
  }

  .banner-offset-top {
    top: unset;
    margin: 0;
    padding: 35px;
  }

  .banner-offset-top .col-side {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .banner-offset-top .col-main {
    -ms-flex-preferred-size: 66.66666%;
    flex-basis: 66.66666%;
    max-width: 66.66666%;
  }

  .banner-offset-top h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .banner-offset-top.bottom-border:after {
    left: 20px;
    right: 20px;
  }

  #page.general-page {
    padding: 0 30px 100px 30px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  main {
    overflow-x: hidden;
  }

  .inside-page {
    margin: 0;
    width: 100%;
  }

  .general-page .col-xs-6 {
    padding-left: .5rem;
    padding-right: .5rem;
    margin-bottom: 20px;
  }

  #page.general-page {
    padding: 20px 0;
  }

  #page .col-side #page .col-main {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .page-box {
    margin-left: 0;
    width: 100%;
    padding: 20px;
  }

  .page-box.full {
    margin-left: 0;
    width: 100%;
    padding: 20px;
  }

  .page-box.blue .stats-row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .page-box.blue .stats-row .col-xs-3 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .page-box.blue .swiper-container .photo {
    height: 150px;
  }

  .page-box.blue .swiper-container .swiper-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-box.blue .swiper-container .swiper-nav .swiper-prev,
  .page-box.blue .swiper-container .swiper-nav .swiper-next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .page-box.blue .swiper-container .swiper-nav .swiper-pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .page-box.featured-product img {
    display: block;
    margin: 0 auto 20px auto;
  }

  .banner-offset-top {
    padding: 20px;
  }

  /*
  .banner-offset-top img {
	margin-bottom: 20px;
  }
*/

  .banner-offset-top .btn-pill {
    width: 100%;
    margin: 10px 0 !important;
  }

  .banner-offset-top .copy+.btn-pill {
    margin: 30px 0 10px 0 !important;
  }

  .filters-row .col-xs-4 {
    margin-bottom: 20px;
  }

  .gallery-item .thumb {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  /* Besh */
  .gallery-item .thumb, #webinar .gallery-item .thumb {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  #webinar .gallery-item .thumb { height: 140px; }

  .gallery-item .text {
    display: block;
    width: 100%;
  }

  .video iframe {
    width: 100%;
  }

  .table-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    max-width: 100%;
  }

  .table tr th,
  .table tr td {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .table tr th,
  .table tr td.head {
    line-height: 20px;
  }

  .bottom-leaderboard {
    padding: 20px 20px 0 20px;
  }

  .bottom-leaderboard .ad.desktop {
    display: none;
  }

  .bottom-leaderboard .ad.mobile {
    display: block;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

#js-modal-page {
  overflow-x: hidden;
}

.ie #js-modal-page {
  overflow: hidden;
}

.wrapper {
  display: block;
  width: 100%;
  max-width: 1980px;
  margin: 0 auto;
}

:focus {
  outline: 0;
}

a {
  color: #00539B;
  text-decoration: none;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

a:hover {
  color: #00294E;
  text-decoration: underline;
}

a:focus {
  outline: 2px dashed #00539B;
}

a:focus:active,
a:focus.active-link {
  outline: none;
}

button:focus {
  outline: 2px dashed #00539B;
}

button:focus:active,
button:focus.active-link {
  outline: none;
}

.inside-page .col-main a,
.general-page a {
  text-decoration: underline;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  background: #E7A512;
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  text-transform: uppercase;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #fff;
  display: block;
  font-size: 18px;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: uppercase;
  top: 5px;
  width: auto;
  z-index: 100000;
  outline: none;
}

.reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition: opacity 0.4s 0s, -webkit-transform 0.4s 0s;
  transition: opacity 0.4s 0s, -webkit-transform 0.4s 0s;
  -o-transition: opacity 0.4s 0s, -o-transform 0.4s 0s;
  transition: transform 0.4s 0s, opacity 0.4s 0s;
  transition: transform 0.4s 0s, opacity 0.4s 0s, -webkit-transform 0.4s 0s, -o-transform 0.4s 0s;
}

.reveal.on {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

h1,
h2,
h3,
h4 {
  display: block;
  letter-spacing: 0;
  margin: 0 0 30px 0;
  color: #231F20;
}

h1.center,
h2.center,
h3.center,
h4.center {
  text-align: center;
}

h1.white,
h2.white,
h3.white,
h4.white {
  color: #FFFFFF;
}

h1.uppercase,
h2.uppercase,
h3.uppercase,
h4.uppercase {
  text-transform: uppercase;
}

h1 {
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
}

h2 {
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 36px;
  line-height: 40px;
}

h3,
.featured-copy-block {
  /*   font-family: "Avenir LT Pro Book"; */
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
}

.featured-copy-block {
  line-height: 40px;
  margin: 0 0 20px 0;
}

h3.post-title a {
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  color: #231F20;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none !important;
}

h3.post-title a:hover {
  color: #00294E;
  text-decoration: none;
}

h4 {
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

h5 {
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

h6 {
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {

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

  h1 {
    font-size: 30px;
    line-height: 30px;
  }

  h2 {
    font-size: 24px;
    line-height: 30px;
  }

  h3 {
    font-size: 20px;
    line-height: 28px;
  }

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

  h5 {
    font-size: 18px;
    line-height: 22px;
  }

  h6 {
    font-size: 16px;
    line-height: 20px;
  }
}

/* text styles */

p {
  /*   font-family: "Avenir LT Pro Book"; */
  /*   font-size: 16px; */
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 24, 0.8);
  letter-spacing: 0;
  /*   line-height: 28px; */
  font-size: 1.125rem;
  line-height: 1.4;
}

p strong {
  /*   font-family: "Avenir LT Pro Heavy"; */
  font-weight: 500;
}

p.white {
  color: #FFFFFF;
}

p+a {
  margin-top: 45px;
}

hr {
  display: block;
  height: 10px;
  border: none;
  width: 100%;
  /*   margin: 60px auto 0 auto; */
  margin: 2rem auto 0 auto;
}

hr.blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#00539D), to(#003A6D));
  background-image: -webkit-linear-gradient(left, #00539D 0%, #003A6D 100%);
  background-image: -o-linear-gradient(left, #00539D 0%, #003A6D 100%);
  background-image: linear-gradient(90deg, #00539D 0%, #003A6D 100%);
}

hr.yellow {
  background: #E7A512;
}

hr.separator {
  width: calc(100% + 10px);
  /*   margin: 60px auto 0 -40px; */
  margin: 2rem auto 0 -40px;
}

hr.hug {
  margin-top: 0;
}

hr.even {
  margin: 2rem auto;
}

hr.light {
  height: 1px;
  background: #ccc;
}

blockquote {
  display: block;
  margin: 45px 0 55px 0;
  width: 100%;
  background: #FFFFFF;
  padding: 15px 80px 10px 30px;
  border-radius: 0 100px 100px 0;
  border-left: 10px solid #E7A512;
}

blockquote.address {
  margin: 1rem 0 0 0;
  padding: 0.5rem 0 0.5rem 2rem;
  border-color: #aaa;
}

blockquote .quote {
  /*   font-family: "Avenir LT Pro Book"; */
  font-size: 20px;
  color: #231F20;
  letter-spacing: 0;
  line-height: 36px;
}

blockquote .source {
  opacity: 0.8;
  /*   font-family: "Avenir LT Pro Book"; */
  font-size: 12px;
  color: #231F20;
  letter-spacing: 2px;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
}

.highlight {
  /*   font-family: "Avenir LT Pro Book"; */
  /*   font-size: 20px; */
  font-size: 1.25rem;
  color: #231F20;
  letter-spacing: 0;
  /*   line-height: 36px; */
  line-height: 1.4;
  margin: 0 0 30px 0;
}

.highlight.white {
  color: #FFFFFF;
}

.callout {
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 15px;
  color: #231F20;
  line-height: 28px;
  text-transform: uppercase;
}

.callout.white {
  color: #FFFFFF;
}

ol,
ul {
  list-style: none;
  margin-top: 1rem;
}

ol li,
ul li {
  position: relative;
  /*   font-family: "Avenir LT Pro Book"; */
  /* font-size: 16px; */
  font-size: 1.125rem;
  color: rgba(0, 0, 24, 0.8);
  letter-spacing: 0;
  /*   line-height: 28px; */
  /*   margin: 0 0 20px 0; */
  line-height: 1.4;
  margin: 0 0 0.75rem 0;
}

/*
ol li:before,
ul li:before {
  position: absolute;
  content: '';
  top: 9px;
  left: -25px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #00539B;
}
*/

ol li strong,
ul li strong {
  /*   font-family: "Avenir LT Pro Heavy"; */
  font-weight: 500;
}

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

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

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

@media only screen and (max-width: 1023px) and (min-width: 1px) {
  hr.separator {
    margin: 30px 0 0 -30px;
    width: calc(100% + 30px);
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .featured-copy-block {
    font-size: 20px;
    line-height: 30px;
  }

  blockquote {
    padding: 15px 20px 10px 10px;
    border-radius: 0 20px 20px 0;
  }

  blockquote .quote {
    line-height: 30px;
    margin-bottom: 15px;
  }

  blockquote .source {
    line-height: 20px;
  }

  hr {
    margin: 30px 0 0 0;
    width: 100%;
  }
}

.btn-pill {
  display: inline-block;
  position: relative;
  width: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  padding: 15px 60px 15px 30px;
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  border-radius: 25px;
  /* 	border: none; */
  text-decoration: none !important;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

/*
.safari .btn-pill {
	width: auto;
}
*/
.btn-pill.thin {
  padding: 10px 55px 10px 20px;
}

.btn-pill span {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 27px;
  height: 27px;
  border-radius: 27px;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  line-height: 1.6rem;
}

.btn-pill span img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*
.btn-pill span i {
	line-height: 27px;
}
*/

.btn-pill span img .arrow {
  width: 12px;
  height: 9px;
}

.btn-pill span img .download {
  width: 14px;
  height: 15px;
}

.btn-pill.blue {
  color: #FFFFFF;
  background: #00539B;
  border: 1px solid #00539B;
}

.btn-pill.blue span {
  background: #00294E;
  /*   border: 1px solid #00294E; */
}

.btn-pill.blue:hover {
  background: #004381;
  /*   border: 1px solid #004381; */
  text-decoration: none;
}

.btn-pill.blue:focus {
  background: #00294E;
}

.btn-pill.red {
  color: #FFFFFF;
  background: #900;
  border: 1px solid #900;
}

.btn-pill.red span {
  background: #4f0000;
}

.btn-pill.red:hover {
  background: #820000;
  text-decoration: none;
}

.btn-pill.red:focus {
  background: #4f0000;
}

.btn-pill.blue.disable,
.btn-pill.red.disable {
  opacity: .1;
}

.btn-pill.gray {
  color: #00539B;
  background: #E7EDF1;
  border: 1px solid #FFFFFF;
}

.btn-pill.gray span {
  background: #FFFFFF;
}

.btn-pill.gray:hover {
  background: #D8E2E9;
  text-decoration: none;
}

.btn-pill.gray:focus {
  background: #C5D3DD;
}

.btn-pill.gray.disable {
  opacity: .4;
  background: #eaeef0;
  color: #264f73;
}

.btn-pill.external span i {
  font-size: 0.85em;
}

.btn-pill+.btn-pill {
  margin-left: 1rem;
}

.btn-arrow {
  display: inline-block;
  position: relative;
  width: auto;
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  /*   font-size: 14px; */
  font-size: 1.125rem;
  color: #004381;
  line-height: 20px;
  text-decoration: none !important;
}

.btn-arrow::after {
  content: "\f178";
  display: inline-block;
  margin-left: 0.5em;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/*
.btn-arrow img {
  margin-left: 10px;
}
.btn-arrow i {
	margin-left: 10px;
}
.btn-arrow.blue i {
	color: #00539B;
}
*/

.btn-arrow:hover {
  text-decoration: underline !important;
  color: #004381;
}

.btn-arrow:focus {
  text-decoration: none !important;
  color: #00294E;
}

.btn-arrow.disable {
  opacity: .1;
}

.btn-download {
  display: inline-block;
  position: relative;
  width: auto;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 1.125rem;
  color: #004381;
  line-height: 20px;
  text-decoration: none !important;
}

.btn-download::after {
  content: "\f019";
  display: inline-block;
  margin-left: 0.5em;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.linklist.menu .btn-arrow {
  font-size: 1.1rem;
}

/*
.linklist .btn-arrow::after {
	content: "\f178";
	display: inline-block;
	margin-left: 0.5em;
	font-family: "Font Awesome 5 Pro"; font-weight: 900;
}
*/

.btn-icon {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background: #00539B;
  text-decoration: none !important;
  cursor: pointer;
  display: block;
  padding: 0;
  border: none;
  color: #fff;
  text-align: center;
}

.btn-icon i {
  font-size: 18px;
  line-height: 28px;
}

.btn-toggle {
  /*
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
*/
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background: #00539B;
  text-decoration: none !important;
  cursor: pointer;
  display: block;
  padding: 0;
  border: none;
  color: #fff;
  text-align: center;
}

.btn-toggle img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-toggle img.off {
  display: none;
}

.btn-toggle i {
  font-size: 18px;
  line-height: 28px;
}

.btn-toggle i.fa-plus {
  display: block;
}

.btn-toggle i.fa-minus {
  display: none;
}

.btn-toggle.open i.fa-plus {
  display: none;
}

.btn-toggle.open i.fa-minus {
  display: block;
}

.btn-toggle span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  text-align: left;
}

.btn-toggle:hover {
  background: #00294E;
}

.btn-toggle.open {
  outline: none;
}


.banner {
  position: relative;
  margin: 0 30px 0 30px;
  height: 450px;
  padding-top: 36px;
}

.banner:before {
  position: absolute;
  content: '';
  top: 0;
  left: -30px;
  width: calc(100% + 60px);
  height: 400px;
  background: #00539B;
  z-index: 2;
}

.banner .photo {
  position: relative;
  width: 100%;
  height: 450px;
  background: linear-gradient(90deg, #004380 0%, #00294D 100%);
  z-index: 5;
}

.banner.null {
  height: 300px;
}

.banner.null:before {
  height: 250px;
}

.banner.null .photo {
  height: 300px;
}

.banner .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -o-object-fit: cover;
  object-fit: cover;
}

.general-banner {
  position: relative;
  margin: 0 30px 100px 30px;
  padding: 0 0 50px 0;
  padding-top: 36px;
}

.general-banner:before {
  position: absolute;
  content: '';
  top: 0;
  left: -30px;
  width: calc(100% + 60px);
  height: calc(220px - 36px);
  background: #00539B;
  z-index: 2;
}

.general-banner:after {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1980px;
  background-image: -webkit-gradient(linear, left top, right top, from(#004380), to(#00294D));
  background-image: -webkit-linear-gradient(left, #004380 0%, #00294D 100%);
  background-image: -o-linear-gradient(left, #004380 0%, #00294D 100%);
  background-image: linear-gradient(90deg, #004380 0%, #00294D 100%);
  z-index: 2;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.general-banner h1 {
  position: relative;
  z-index: 9;
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 44px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 54px;
  margin: 160px 0 0 0;
}

.error-banner {
  position: relative;
  /*   margin: 0 30px 10px 30px; */
  margin: 0 30px;
  padding: 0 0 180px 0;
  text-align: center;
  padding-top: 36px;
}

.error-banner:before {
  position: absolute;
  content: '';
  top: 0;
  left: -30px;
  width: calc(100% + 60px);
  height: calc(220px - 36px);
  background: #00539B;
  z-index: 2;
}

.error-banner:after {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1980px;
  background-image: -webkit-gradient(linear, left top, right top, from(#004380), to(#00294D));
  background-image: -webkit-linear-gradient(left, #004380 0%, #00294D 100%);
  background-image: -o-linear-gradient(left, #004380 0%, #00294D 100%);
  background-image: linear-gradient(90deg, #004380 0%, #00294D 100%);
  z-index: 2;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.error-banner p {
  position: relative;
  z-index: 9;
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  margin-top: 220px;
}

.error-banner h1 {
  position: relative;
  z-index: 9;
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 100px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 140px;
  margin: 0;
}

.error-banner .wide {
  display: block;
  width: 100%;
  margin: 20px 0;
}

.error-banner .btn-pill {
  position: relative;
  z-index: 9;
  background: #00539D;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
}

.error-banner .btn-arrow {
  position: relative;
  z-index: 9;
  color: #FFFFFF;
}

.error-banner .btn-arrow:hover .fill {
  fill: #FFFFFF;
}

@media only screen and (max-width: 1023px) and (min-width: 1px) {
  .banner {
    height: 360px;
    margin: 0 20px;
    padding-top: 112px;
  }

  .banner:before {
    left: -20px;
    width: calc(100% + 40px);
  }

  .banner .photo {
    height: 380px;
  }

  .banner.null {
    height: 200px;
  }

  .banner.null:before {
    height: 150px;
  }

  .banner.null .photo {
    height: 80px;
  }

  .general-banner {
    margin: 0 20px 100px 20px;
    padding-top: 112px;
  }

  .general-banner:before {
    left: -20px;
    width: calc(100% + 40px);
  }

  .general-banner h1 {
    margin-top: 50px;
  }

  .error-banner {
    margin: 0 20px 10px 20px;
    padding-top: 112px;
    padding-bottom: 50px;
  }

  .error-banner p {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .banner {
    height: auto;
    margin: 0;
    padding-top: 78px;
  }

  .banner:before {
    left: -20px;
    width: calc(100% + 40px);
  }

  .banner .photo {
    height: 180px;
  }

  .general-banner {
    height: auto;
    margin: 0;
    padding-top: 78px;
  }

  .general-banner:before {
    left: -20px;
    width: calc(100% + 40px);
  }

  .general-banner h1 {
    margin-top: 0;
    padding: 50px 20px 0 20px;
  }

  .error-banner {
    margin: 0 0 10px 0;
    padding-top: 78px;
    padding-bottom: 50px;
  }

  .banner:before {
    display: none;
  }

  .error-banner h1 {
    font-size: 42px;
    line-height: 54px;
    padding: 0 20px;
  }
}

form.general-form .row {
  margin-bottom: 15px;
  z-index: unset;
}

form.general-form label {
  display: block;
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 15px;
  color: #231F20;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

form.general-form .error {
  border: 1px solid #C02C2F;
  background: #FFFFFF;
}

form.general-form .error-message {
  display: block;
  width: 100%;
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 15px;
  color: #B80D12;
  line-height: 28px;
  text-transform: uppercase;
  text-align: right;
}

.ie form.general-form .row {
  z-index: auto;
}

.cform input[type="text"],
.cform input[type="email"],
.cform input[type="phone"],
.cform input[type="tel"],
.cform input[type="date"] {
  display: block;
  width: 100%;
  min-height: 52px;
  background: #F3F3F3;
  border: 1px solid #C6CACD;
  border-radius: 6px;
  /*   font-family: "Proxima Nova Regular"; */
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  color: #231F20;
  letter-spacing: 0;
  padding: 15px 20px;
  -webkit-appearance: none;
}

.cform input[type="text"]::-webkit-input-placeholder,
.cform input[type="email"]::-webkit-input-placeholder,
.cform input[type="phone"]::-webkit-input-placeholder,
.cform input[type="tel"]::-webkit-input-placeholder,
.cform input[type="date"]::-webkit-input-placeholder {
  color: #231F20;
  opacity: 1;
}

.cform input[type="text"]::-moz-placeholder,
.cform input[type="email"]::-moz-placeholder,
.cform input[type="phone"]::-moz-placeholder,
.cform input[type="tel"]::-moz-placeholder,
.cform input[type="date"]::-moz-placeholder {
  color: #231F20;
  opacity: 1;
}

.cform input[type="text"]:-ms-input-placeholder,
.cform input[type="email"]:-ms-input-placeholder,
.cform input[type="phone"]:-ms-input-placeholder,
.cform input[type="tel"]:-ms-input-placeholder,
.cform input[type="date"]:-ms-input-placeholder {
  color: #231F20;
  opacity: 1;
}

.cform input[type="text"]:-moz-placeholder,
.cform input[type="email"]:-moz-placeholder,
.cform input[type="phone"]:-moz-placeholder,
.cform input[type="tel"]:-moz-placeholder,
.cform input[type="date"]:-moz-placeholder {
  color: #231F20;
  opacity: 1;
}

.field_checkbox {
  list-style: none;
  padding: 0;
  margin: 0;
}

.field_checkbox li:before {
  display: none;
}

.cform input[type="checkbox"] {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

.cform input[type="checkbox"]+label {
  /*   font-family: "Avenir LT Pro Book"; */
  font-size: 16px;
  line-height: 30px;
  color: #231F20;
  letter-spacing: 0;
  text-transform: none;
  padding-left: 40px;
}

.cform input[type="checkbox"]+label:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background: #F3F3F3;
  border: 1px solid #C6CACD;
  border-radius: 3px;
}

.cform input[type="checkbox"]:focus+label:before {
  outline: 1px dashed #00539B;
}

.cform input[type="checkbox"]:checked+label:before {
  background: url(https://cdn.ans.org/site/i/cl/icon-checkmark.svg) #FFFFFF 50% no-repeat;
}

.field_radio {
  list-style: none;
  padding: 0;
  margin: 0;
}

.field_radio li:before {
  display: none;
}

.cform input[type="radio"] {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

.cform input[type="radio"]+label {
  /*   font-family: "Avenir LT Pro Book"; */
  font-size: 16px;
  line-height: 30px;
  color: #231F20;
  letter-spacing: 0;
  text-transform: none;
  padding-left: 40px;
}

.cform input[type="radio"]+label:before {
  position: absolute;
  content: '';
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  background: #F3F3F3;
  border: 1px solid #C6CACD;
  border-radius: 100%;
}

.cform input[type="radio"]:focus+label:before {
  outline: 1px dashed #00539B;
}

.cform input[type="radio"]:checked+label:before {
  background: url(https://cdn.ans.org/site/i/cl/icon-radio.svg) 50% no-repeat;
}

.combo-select {
  position: relative;
}

.combo-select .combo-input {
  margin-bottom: 0;
}

.combo-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
  display: block;
  width: 100%;
  background: #F3F3F3;
  border: 1px solid #C6CACD;
  border-radius: 6px;
  /*   font-family: "Proxima Nova Regular"; */
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  padding: 15px 20px;
}

.combo-arrow {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  width: 40px;
}

.combo-arrow:before {
  content: " ";
  display: block;
  width: 10px;
  height: 6px;
  top: 50%;
  right: 15px;
  position: absolute;
  background: url(https://cdn.ans.org/site/i/cl/icon-select-arrow.svg) 50% no-repeat;
  -webkit-transform: rotate(180deg) translate(0, -50%);
  -o-transform: rotate(180deg) translate(0, -50%);
  transform: rotate(180deg) translate(0, -50%);
  -webkit-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.combo-open {
  background: #FFFFFF;
  border-radius: 6px 6px 0 0;
}

.combo-open .combo-input {
  background: #FFFFFF;
  border-radius: 6px 6px 0 0;
}

.combo-open .combo-arrow:before {
  -webkit-transform: rotate(0deg) translate(0, -50%);
  -o-transform: rotate(0deg) translate(0, -50%);
  transform: rotate(0deg) translate(0, -50%);
}

.combo-select select {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  opacity: 0;
}

@media only screen and (min-width: 960px) {
  .combo-select select {
    left: -1px;
    top: -1px;
    width: 0;
    height: 0;
    margin: 0;
  }
}

.option-selected,
.option-hover {
  color: #00539B !important;
}

.option-item {
  cursor: pointer;
  /*   font-family: "Avenir LT Pro Book"; */
  font-size: 16px;
  color: #231F20;
  letter-spacing: 0;
  border-bottom: 1px #D5D8DA solid;
}

.option-item:hover {
  color: #00539B;
}

.option-item:last-child {
  border-bottom: none;
}

.option-group {
  cursor: text;
  font-weight: 600;
  background: #e1e1e1;
  border: 1px #ccc solid;
  border-width: 1px 0;
}

.option-disabled {
  opacity: 0.5;
}

.combo-dropdown {
  position: absolute;
  z-index: 999;
  top: calc(100% - 1px);
  left: 0;
  min-width: 100%;
  max-height: 250px;
  margin: 0;
  padding: 10px 20px;
  display: none;
  overflow-y: auto;
  background: #FFFFFF;
  border: 1px solid #C6CACD;
  border-radius: 0 0 6px 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.combo-dropdown::-webkit-scrollbar {
  width: 10px;
}

.combo-dropdown::-webkit-scrollbar-track {
  -webkit-box-shadow: #E7EDF1;
}

.combo-dropdown::-webkit-scrollbar-thumb {
  background-color: #00539B;
}

.combo-dropdown li {
  list-style: none;
  padding: 8px 0;
  margin: 0;
}

.combo-dropdown li:before {
  display: none;
}

.combo-open .combo-dropdown {
  display: block;
}

.combo-marker {
  text-decoration: underline;
}

.cform textarea {
  display: block;
  width: 100%;
  background: #F3F3F3;
  border: 1px solid #C6CACD;
  border-radius: 6px;
  /*   font-family: "Proxima Nova Regular"; */
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  padding: 15px 20px;
}

.form_footer {
  display: inline-block;
  position: relative;
  width: 185px;
  height: 50px;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  padding: 15px 60px 15px 30px;
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1;
  border-radius: 25px;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  color: #FFFFFF;
  background: #00539B;
  transition: 0.4s;
}

.form_footer:hover {
  background: #004381;
}

.form_footer span {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 27px;
  height: 27px;
  border-radius: 27px;
  background: url(https://cdn.ans.org/site/i/cl/btn-arrow.svg) #00294E 50% no-repeat;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.form_footer input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 1;
  border: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-appearance: none;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .form_footer {
    width: 100%;
  }
}

.hidden {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 1000;
  background: rgba(0, 83, 155, 0.8);
}

.modal .modal__wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  padding: 50px;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 1000;
  border: none;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.modal .modal-close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  z-index: 999;
  background: url(https://cdn.ans.org/site/i/cl/icon-close.svg) 50% no-repeat;
  background-size: 100%;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.modal .modal-close span {
  display: block;
  text-indent: -9999px;
}

.modal #js-modal-content iframe {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .modal .modal__wrapper {
    padding: 30px 10px;
    left: 20px;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .modal .modal-close {
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
  }

  .modal #js-modal-content iframe {
    width: 100%;
    height: 280px;
  }
}

@media only screen and (max-width: 467px) and (min-width: 1px) {
  .modal #js-modal-content iframe {
    height: 180px;
  }
}

.staff_bug {
  margin-left: 0.5rem;
  color: #fff;
  cursor: pointer;
}

header {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1980px;
  z-index: 1000;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

header .utility {
  display: block;
  width: 100%;
  height: 36px;
  text-align: center;
  background: #00539B;
}

header .utility .utility-wrap {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3px 20px;
  position: relative;
  /*
  left: 80px;
  right: 80px;
  max-width: calc(100% - 160px);
*/
  left: 30px;
  right: 30px;
  max-width: calc(100% - 60px);
}

header .utility .utility-wrap nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

header .utility .utility-wrap nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

header .utility .utility-wrap nav ul li {
  display: inline-block;
  width: auto;
  margin: 0 15px;
}

header .utility .utility-wrap nav ul li:first-child {
  /*   margin: 0 15px 0 0; */
  margin-left: 0;
}

header .utility .utility-wrap nav ul li:last-child {
  /*   margin: 0 0 0 15px; */
  margin-right: 0;
}

@media only screen and (max-width: 1180px) and (min-width: 1024px) {
  header .utility .utility-wrap nav ul li {
    margin: 0 10px;
  }
}

header .utility .utility-wrap nav ul li a {
  position: relative;
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

header .utility .utility-wrap nav ul li a:hover {
  text-decoration: none;
}

header .utility .utility-wrap nav ul li a:hover:after {
  opacity: 1;
}

header .utility .utility-wrap nav ul li a:focus {
  outline: 2px dashed #FFFFFF;
}

header .utility .utility-wrap nav ul li a:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 7px solid #E7A512;
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

header .utility .utility-wrap nav ul li.active a:after {
  opacity: 1;
}

.burger {
  display: block;
  position: relative;
  z-index: 1002;
  width: 2rem;
  height: 2rem;
  padding: 0;
  font-size: 2rem;
  color: #00539B;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.burger .icon {
  display: block;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 2rem;
  -webkit-transition-duration: 0.22s;
  -o-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.burger .icon.open {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.burger.active .icon.open {
  opacity: 0;
}

.burger.active .icon.close {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

header .brand {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  background: #FFFFFF;
  position: relative;
  z-index: 5;
  left: 80px;
  right: 80px;
  max-width: calc(100% - 160px);
}

/* jc testing */
header .brand {
  left: 30px;
  right: 30px;
  max-width: calc(100% - 60px);
}

header .brand .logo {
  position: relative;
  z-index: 1002;
  /*   width: 195px; */
  height: 84px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

header .brand .logo img {
  width: auto;
  height: 100%;
}

header .brand .burger {
  display: none;
}

header .brand .burger:focus {
  outline: none;
}

header .brand:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background: #ffffff;
}

@media only screen and (max-width: 9999px) and (min-width: 2100px) {
  header .brand {
    left: 30px;
    right: 30px;
    max-width: calc(100% - 60px);
  }
}

/* @media only screen and (max-width: 1180px) and (min-width: 1px) { */
/* jc testing */
@media only screen and (max-width: 1023px) and (min-width: 1px) {
  header .utility {
    display: none;
  }

  header .brand {
    padding: 20px;
  }

  header .brand .burger {
    display: block;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 1px) {
  header .brand {
    padding: 27px 20px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }

  header .brand .logo {
    width: 156px;
    height: 57.31px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  header .brand {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    padding: 10px 20px;
  }

  header .brand .logo {
    width: 150px;
    height: 55.11px;
  }
}

nav.main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 1002;
}

nav.main .mobile-utility {
  display: none;
}

nav.main>ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

nav.main>ul>li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: static;
  vertical-align: middle;
  width: auto;
  line-height: 110px;
  margin: 0;
}

/* nav.main > ul > li svg, */
nav.main>ul>li:before {
  display: none;
}

nav.main>ul>li:last-child a {
  padding: 0 0 0 60px;
}

nav.main>ul>li:last-child a:before {
  display: none;
}

nav.main>ul>li>a {
  display: block;
  position: relative;
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 16px;
  color: #231F20;
  line-height: 110px;
  padding: 0 20px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

/* jc testing */
@media only screen and (max-width: 1180px) and (min-width: 1090px) {
  nav.main>ul>li>a {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1089px) and (min-width: 1024px) {
  nav.main>ul>li>a {
    padding: 0 10px;
  }
}

nav.main>ul>li>a>img {
  width: auto;
  height: 0.75rem;
  vertical-align: baseline;
}


nav.main>ul>li>a:hover {
  text-decoration: none;
}

nav.main>ul>li>a:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 40px;
  background: #E7EDF1;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

nav.main>ul>li>a:after {
  position: absolute;
  content: '';
  bottom: 25px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 7px solid #E7A512;
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

nav.main>ul>li .mobile-dd {
  display: none;
}

nav.main>ul>li:hover a:after,
nav.main>ul>li.active a:after {
  opacity: 1;
}

nav.main>ul>li.search-btn a {
  display: block;
  width: 20px;
  height: 114px;
  line-height: 114px;
  text-indent: -9999px;
  background: url(https://cdn.ans.org/site/i/cl/icon-search.svg) 50% no-repeat;
  background-size: 20px 20px;
}

nav.main>ul>li>ul.dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  top: 94px;
  left: 0;
  width: calc(100% + 20px);
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-top: 9px solid #E7A512;
  background: #FFFFFF;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  line-height: 1.5rem;
}

nav.main>ul>li>ul.dd .nav {
  -ms-flex-preferred-size: 33.333333%;
  flex-basis: 33.333333%;
  max-width: 33.333333%;
  /*   padding: 30px 30px 30px 60px; */
  margin: 0;
  padding: 30px 30px 30px 40px;
}

nav.main>ul>li>ul.dd .nav:before {
  display: none;
}

nav.main>ul>li>ul.dd .nav .dd-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav.main>ul>li>ul.dd .nav .dd-nav li {
  display: block;
  width: 100%;
  margin: 0;
  margin-top: 0.75em;
  line-height: 1.2;
}

nav.main>ul>li>ul.dd .nav .dd-nav li:first-child {
  margin-top: 0;
}

nav.main>ul>li>ul.dd .nav .dd-nav li:before {
  display: none;
}

nav.main>ul>li>ul.dd .nav .dd-nav li a {
  position: relative;
  /*   font-family: "Avenir LT Pro Book"; */
  font-size: 16px;
  color: #231F20;
  /*   line-height: 34px; */
}

nav.main>ul>li>ul.dd .nav .dd-nav li a:before {
  position: absolute;
  content: '';
  top: 3px;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #E7A512;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

nav.main>ul>li>ul.dd .nav .dd-nav li:hover a:before,
nav.main>ul>li>ul.dd .nav .dd-nav li.active a:before {
  opacity: 1;
}

nav.main>ul>li>ul.dd .dd-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 66.666666%;
  flex-basis: 66.666666%;
  max-width: 66.666666%;
  padding: 30px;
  background: #E7EDF1;
  margin: 0;
}

nav.main>ul>li>ul.dd .dd-content:before {
  display: none;
}

nav.main>ul>li>ul.dd .dd-content .photo {
  position: relative;
  margin-bottom: 25px;
  width: 275px;
  height: 160px;
}

nav.main>ul>li>ul.dd .dd-content .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

nav.main>ul>li>ul.dd .dd-content p {
  margin-top: 0;
  line-height: 1.2;
}

nav.main>ul>li>ul.dd form {
  width: 100%;
  margin: 0;
  text-align: center;
  line-height: 1;
  padding: 20px 40px;
}

nav.main>ul>li>ul.dd form label {
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 15px;
  color: #231F20;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

nav.main>ul>li>ul.dd form .field-wrap {
  position: relative;
}

nav.main>ul>li>ul.dd form input[type="text"] {
  display: block;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #C6CACD;
  border-radius: 6px;
  padding: 15px 50px 15px 20px;
  /*   font-family: "Proxima Nova Regular"; */
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
}

nav.main>ul>li>ul.dd form input[type="submit"] {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border: none;
  background: url(https://cdn.ans.org/site/i/cl/icon-search.svg) 50% no-repeat;
  background-size: 20px 20px;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  -webkit-appearance: none;
}

nav.main>ul>li>ul.dd form input[type="submit"]:focus {
  outline: 2px dashed #00539B;
}

nav.main>ul>li.open-dd>ul,
nav.main>ul>li:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 114px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 83, 155, 0.8);
  z-index: 999;
}

/* @media only screen and (max-width: 1180px) and (min-width: 1px) { */
/* jc testing */
@media only screen and (max-width: 1023px) and (min-width: 1px) {
  nav.main {
    display: block;
    position: absolute;
    top: 112px;
    left: 0;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    z-index: 1000;
    border-top: 10px solid #E7A512;
    -webkit-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  nav.main.open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  nav.main ul {
    width: 100%;
  }

  nav.main ul li {
    display: block;
    position: relative;
    width: 100%;
    line-height: 48px;
    text-align: center;
    border-bottom: 1px solid #E7EDF1;
  }

  nav.main ul li:last-child {
    border-bottom: none;
  }

  nav.main ul li:hover .ul.dd {
    visibility: visible;
    opacity: 1;
    top: unset;
  }

  nav.main ul li a {
    display: inline-block;
    font-size: 24px;
    text-align: center;
    line-height: 48px;
    vertical-align: middle;
  }

  nav.main ul li a:before,
  nav.main ul li a:after {
    display: none;
  }

  /*
  nav.main ul li a svg {
	display: none;
  }
*/

  nav.main ul li .mobile-dd {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: middle;
    padding: 0;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-size: 1.25rem;
    line-height: 1;
    outline: none;
  }

  nav.main ul li .mobile-dd.open {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /*
  nav.main ul li .mobile-dd svg {
	display: block;
	width: 20px;
	height: 20px;
  }
*/

  nav.main ul li.search-btn a {
    display: none;
  }

  nav.main ul li.search-btn .dd {
    display: block;
    background: #FFFFFF;
  }

  nav.main ul li ul.dd {
    display: none;
    background: #E7EDF1;
    visibility: visible;
    opacity: 1;
    top: unset;
    position: relative;
    width: 100%;
    border-top: none;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }

  nav.main ul li ul.dd .nav {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
  }

  nav.main ul li ul.dd li {
    line-height: 40px;
  }

  nav.main ul li ul.dd li a {
    /* 	font-family: "TradeGothic"; */
    font-family: trade-gothic-next-condensed, sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
  }

  nav.main ul li ul.dd li a:before {
    display: none;
  }

  nav.main ul li ul.dd .dd-content {
    display: none;
  }

  nav.main .mobile-utility {
    display: block;
    width: 100%;
    background: #00539B;
    padding: 20px 0;
  }

  nav.main .mobile-utility ul {
    margin: 10px auto;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
  }

  nav.main .mobile-utility ul li {
    display: inline-block;
    width: auto;
    margin: 0 15px;
    border-bottom: none;
  }

  nav.main .mobile-utility ul li:before {
    display: none;
  }

  nav.main .mobile-utility ul li a {
    /* 	font-family: "TradeGothic"; */
    font-family: trade-gothic-next-condensed, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    line-height: 28px;
    text-transform: uppercase;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  nav.main {
    top: 78px;
  }

  nav.main .mobile-utility ul li {
    margin: 0 5px;
  }
}

nav.main .dd .callout {
  margin-bottom: 1rem;
}

nav.main .dd_wrap .sideimage {
  float: right;
  width: 40%;
  margin: 0 0 0.5rem 1rem;
}

nav.main .dd_wrap .sideimage.large {
  width: 60%;
}

nav.main .dd_wrap.communities .name {
  margin-bottom: 0.5rem;
}

nav.main .dd_wrap.communities .text {
  margin-top: 0.5rem;
  font-size: 0.9375rem;
}

nav.main .dd_wrap.meetings .title {
  margin-bottom: 0.5rem;
}

nav.main .dd_wrap.meetings .text {
  margin-top: 0.5rem;
  font-size: 0.9375rem;
}

nav.main .dd_wrap.standards a {
  display: inline;
}

nav.main .dd_wrap.pubs .covers {
  margin-top: 1rem;
}

nav.main .dd_wrap.pubs .covers .month {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  text-align: center;
}

nav.main .dd_wrap.pubs .issues {
  margin: 1rem 0 0 0;
  padding: 0;
}

nav.main .dd_wrap.pubs .issue {
  margin: 0.5rem 0 0 0;
  padding: 0;
}

nav.main .dd_wrap.pubs .issue:first-child {
  margin-top: 0;
}

nav.main .dd_wrap.pubs .issue .month {
  font-size: 0.9375rem;
}

footer {
  position: relative;
  margin: 40px 30px 0 30px;
}

footer:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: -30px;
  width: calc(100% + 60px);
  height: 230px;
  background: #00539B;
  z-index: 1;
}

footer .row {
  position: relative;
  z-index: 5;
}

footer .row:first-child {
  margin: 0;
}

footer .row:first-child [class*="col-"] {
  padding: 0;
}

footer .dark-blue,
footer .medium-blue,
footer .light-blue {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100px;
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 28px;
}

footer .dark-blue:hover,
footer .medium-blue:hover,
footer .light-blue:hover {
  text-decoration: none;
}

footer .dark-blue:hover .hover,
footer .medium-blue:hover .hover,
footer .light-blue:hover .hover {
  opacity: 1;
}

footer .dark-blue:focus,
footer .medium-blue:focus,
footer .light-blue:focus {
  outline: none;
}

footer .dark-blue:focus .focus,
footer .medium-blue:focus .focus,
footer .light-blue:focus .focus {
  opacity: 1;
}

footer .dark-blue span,
footer .medium-blue span,
footer .light-blue span {
  position: relative;
  z-index: 5;
}

footer .dark-blue span.circle,
footer .medium-blue span.circle,
footer .light-blue span.circle {
  position: relative;
  margin-left: 15px;
  width: 27px;
  height: 27px;
  border-radius: 27px;
  text-align: center;
  line-height: 1.5rem;
}

footer .dark-blue span.circle img,
footer .medium-blue span.circle img,
footer .light-blue span.circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 9px;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

footer .dark-blue span.circle i,
footer .medium-blue span.circle i,
footer .light-blue span.circle i {
  font-size: 0.85em;
}

footer .dark-blue span.hover,
footer .medium-blue span.hover,
footer .light-blue span.hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

footer .dark-blue span.focus,
footer .medium-blue span.focus,
footer .light-blue span.focus {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  outline: 2px dashed #FFFFFF;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

footer .dark-blue {
  background: #00294E;
}

footer .dark-blue span.circle {
  background: rgba(255, 255, 255, 0.2);
}

footer .medium-blue {
  background: #004381;
}

footer .medium-blue span.circle {
  background: #00294E;
}

footer .light-blue {
  background: #015FB1;
}

footer .light-blue span.circle {
  background: rgba(0, 0, 23, 0.2);
}

footer .main-footer {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #231F20;
  padding: 60px 110px;
  position: relative;
  z-index: 5;
}

footer .main-footer .left .logo {
  width: 250px;
  height: 55px;
}

footer .main-footer .left .logo img {
  width: 250px;
  height: 55px;
}

footer .main-footer .left .logo:focus {
  outline: 2px dashed #FFFFFF;
}

footer .main-footer .left p {
  max-width: 410px;
  /*   font-family: "Avenir LT Pro Book"; */
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 21px;
}

footer .main-footer .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

footer .main-footer .right nav {
  margin: 0 0 40px 0;
}

footer .main-footer .right nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .main-footer .right nav ul li {
  display: inline-block;
  margin: 0 20px 0 0;
}

footer .main-footer .right nav ul li:before {
  display: none;
}

footer .main-footer .right nav ul li:last-child {
  margin: 0;
}

footer .main-footer .right nav ul li a {
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 15px;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 28px;
}

footer .main-footer .right nav ul li a:focus {
  outline: 2px dashed #FFFFFF;
}

footer .main-footer .right ul.social {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .main-footer .right ul.social li {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 26px;
  margin: 0 2rem 0 0;
}

footer .main-footer .right ul.social li a {
  display: block;
  position: relative;
  width: 26px;
  height: 26px;
}

footer .main-footer .right ul.social li:before {
  display: none;
}

footer .main-footer .right ul.social li:last-child {
  margin: 0;
}

footer .main-footer .right ul.social li .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

footer .main-footer .right ul.social li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
}

footer .main-footer .right ul.social li .fill {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

footer .main-footer .right ul.social li a:hover .fill {
  fill: #E7A512;
}

footer .main-footer .right ul.social li a:focus {
  outline: 2px dashed #FFFFFF;
}

footer .utility-footer {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 110px;
  position: relative;
  z-index: 5;
}

footer .utility-footer p {
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 1.08px;
  line-height: 28px;
  text-transform: uppercase;
}

footer .utility-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .utility-footer ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 0 0;
  position: relative;
}

footer .utility-footer ul li:before {
  display: none;
}

footer .utility-footer ul li:after {
  position: absolute;
  content: '';
  top: 50%;
  right: -15px;
  height: 16px;
  width: 1px;
  background: #FFFFFF;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

footer .utility-footer ul li:last-child {
  margin: 0;
}

footer .utility-footer ul li:last-child:after {
  display: none;
}

footer .utility-footer ul li a {
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 1.08px;
  line-height: 28px;
  text-transform: uppercase;
}

footer .utility-footer ul li a:focus {
  outline: 2px dashed #FFFFFF;
}

.page-template-template-404 .error-banner {
  margin-bottom: 0;
}

.page-template-template-404 footer {
  margin-top: 0;
}

@media only screen and (max-width: 1023px) and (min-width: 1px) {
  footer .col-xs-4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  footer .main-footer {
    padding: 35px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  footer .main-footer .left {
    text-align: center;
    margin-bottom: 60px;
  }

  footer .main-footer .left p {
    margin-top: 30px;
  }

  footer .main-footer .right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  footer .utility-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  footer {
    margin: 20px 0 0 0;
  }

  footer:after {
    left: 0;
    width: 100%;
  }

  footer .main-footer .right nav ul {
    text-align: center;
  }

  footer .main-footer .right nav ul li {
    width: 100%;
    margin: 0;
  }

  footer .main-footer .right ul.social {
    text-align: center;
  }

  footer .main-footer .right ul.social li {
    margin: 0 10px !important;
    width: 20px;
    height: 20px;
  }

  footer .main-footer .right ul.social li a {
    width: 20px;
    height: 20px;
  }

  footer .utility-footer {
    text-align: center;
    padding: 20px;
  }

  footer .utility-footer ul li {
    margin: 0 10px 0 0;
  }

  footer .utility-footer ul li a {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
  }

  footer .utility-footer ul li:after {
    right: -8px;
  }

  footer .utility-footer p {
    margin-bottom: 20px;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 18px;
  }
}

footer .wrapper {
  background: #231F20;
}

#ans-footer-trustees-wrap {
	margin: 1.5rem 0;
}
#ans-footer-trustees {
	display: block;
	margin: 0 auto;
}
#ans-footer-trustees .label {
	display: block; position: relative;
	max-width: 75%; margin: 0 auto;
}
#ans-footer-trustees .label:before {
	content: "";
	display: block; position: absolute; z-index: 10;
	left: 0; right: 0; top: calc(50% - 1px); height: 2px;
	background: #fff9;
}
#ans-footer-trustees .label .logo {
	display: block; position: relative; z-index: 20;
	width: fit-content; margin: 0 auto; padding: 0 1rem;
	background: #231F20;
}
#ans-footer-trustees .label .logo img {
	width: auto; height: 2rem;
}
#ans-footer-trustees .orgs {
	display: block;
	max-width: 90%; margin: 0 auto;
}
#ans-footer-trustees .orgs .row {
	display: flex; align-items: center; justify-content: center; gap: 2rem; flex-wrap: wrap;
	margin: 1rem 0 0 0;
}
#ans-footer-trustees .org {
	flex: 0 1 96px;
  box-shadow: none;
	padding: 0;
}
#ans-footer-trustees .org img {
	display: block;
	width: 100%; max-width: 96px; min-width: 60px; height: auto; max-height: 48px; margin: 0 auto;
}
#ans-footer-trustees .org.sz_sq { flex-basis: 70px; }
#ans-footer-trustees .org.sz_sq img { max-width: 70px; max-height: 70px; }
#ans-footer-trustees .org.sz_th1 { flex-basis: 120px; }
#ans-footer-trustees .org.sz_th1 img { max-width: 120px; max-height: 60px; }
#ans-footer-trustees .org.sz_th2 { flex-basis: 136px; }
#ans-footer-trustees .org.sz_th2 img { max-width: 136px; max-height: 68px; }
#ans-footer-trustees .org.sz_th3 { flex-basis: 152px; }
#ans-footer-trustees .org.sz_th3 img { max-width: 152px; max-height: 76px; }
#ans-footer-trustees .org.sz_th4 { flex-basis: 170px; }
#ans-footer-trustees .org.sz_th4 img { max-width: 170px; max-height: 85px; }
#ans-footer-trustees .org.sz_th5 { flex-basis: 180px; }
#ans-footer-trustees .org.sz_th5 img { max-width: 180px; max-height: 90px; }
@media only screen and (min-width: 1024px) {
	#ans-footer-trustees .orgs .row {
		flex-wrap: nowrap;
	}
}


.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.post .thumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 2;
  width: 100%;
}

.post .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post .cta-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  top: -20px;
  z-index: 5;
  background: #FFFFFF;
  text-align: center;
}

.post .cta-box .callout {
  margin: 0 0 10px 0;
}

.post .cta-box h3 {
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
}

.post .cta-box .copy {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.post .cta-box .btn-pill {
  position: relative;
  margin-top: 25px;
  margin-bottom: -75px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.post.large-post .thumb {
  height: 425px;
}

.post.large-post .cta-box {
  margin: 0 200px;
  padding: 20px 100px 50px 100px;
}

.post.large-post .cta-box h3 {
  font-size: 36px;
  line-height: 40px;
}

.post.medium-post .thumb {
  height: 300px;
}

.post.medium-post .cta-box {
  margin: 0 50px;
  padding: 20px 40px 50px 40px;
}

.post.medium-post .cta-box h3 {
  font-size: 30px;
  line-height: 36px;
}

.post.small-post .thumb {
  height: 245px;
}

.post.small-post .cta-box {
  margin: 0 15px;
  padding: 20px 25px 50px 25px;
}

.post.small-post .cta-box h3 {
  font-size: 24px;
  line-height: 30px;
}

.event-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.event-box .thumb {
  position: relative;
  width: 100%;
  height: 190px;
  margin: 0 0 10px 0;
}

.event-box .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover;
}

.event-box .date {
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 15px;
  color: #231F20;
  line-height: 28px;
  margin: 0 0 10px 0;
}

.event-box h3 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  /*   padding-right: 30px; */
}

@media only screen and (max-width: 1023px) and (min-width: 1px) {
  .post.large-post .cta-box {
    margin: 0 20px;
    padding: 20px 35px 50px 35px;
  }

  .post.medium-post .cta-box {
    margin: 0;
    padding: 20px 15px 50px 15px;
  }

  .post.small-post .cta-box {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .post.large-post .thumb {
    height: 250px;
  }

  .post.large-post .cta-box {
    margin: 0;
  }

  .post .thumb {
    height: 190px !important;
  }

  .post .cta-box {
    padding: 20px 15px 50px 15px !important;
  }
}

aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  top: -40px;
  width: 100%;
  height: 100%;
  border-top: 10px solid #E7A512;
}

aside .mobile-aside {
  display: none;
}

aside .cnt {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D3DFE8));
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #D3DFE8 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #D3DFE8 100%);
  background-image: linear-gradient(180deg, #FFFFFF 0%, #D3DFE8 100%);
  padding: 15px 40px;
  margin-bottom: 85px;
}

aside .featured-copy-block {
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
}

aside nav {
  display: block;
  margin: 10px 0 0 0;
}

aside nav>ul {
  list-style: none;
  padding: 0;
  margin: 0 0 50px 0;
}

aside nav>ul>li {
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
  /*   line-height: 22px; */
  font-size: 1.125rem;
  line-height: 1.375rem;
}

aside nav>ul>li .pdf {
  color: #0006;
}

aside nav>ul>li:before {
  display: none;
}

aside nav>ul>li:last-child {
  margin: 0;
}

aside nav>ul>li a {
  position: relative;
  /*   font-family: "Avenir LT Pro Book"; */
  /*   font-size: 18px; */
  font-size: 1.125rem;
  color: #231F20;
  /*   line-height: 24px; */
}

aside nav>ul>li a:hover {
  text-decoration: none;
}

aside nav>ul>li a:before {
  position: absolute;
  content: '';
  top: 5px;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #E7A512;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

aside nav>ul>li>a:hover:before,
aside nav>ul>li.active>a:before {
  opacity: 1;
}

aside nav>ul>li ul {
  padding-left: 30px;
  padding-top: 10px;
}

aside nav>ul>li ul li {
  margin: 0 0 10px 0;
  line-height: 20px;
}

aside nav>ul>li ul li a {
  line-height: 20px;
}

aside nav>ul>li ul li a:hover {
  text-decoration: none;
}

aside nav>ul>li ul li:before {
  display: none;
}

aside nav>ul>li ul li a:hover:before {
  opacity: 1;
}

aside nav>ul>li ul li.active a:before {
  position: absolute;
  content: '';
  top: 5px;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #E7A512;
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

aside nav .calendar-filters li.active a:before {
  opacity: 0;
}

aside nav .calendar-filters li.on a:before,
aside nav .calendar-filters li a:hover:before {
  opacity: 1;
}

aside nav .btn-pill {
  width: 100%;
  margin: 0 0 15px 0;
}

aside form label {
  display: block;
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 15px;
  color: #231F20;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

aside form .search-field {
  position: relative;
}

aside form .search-field input[type="search"] {
  display: block;
  width: 100%;
  padding: 10px 15px;
  background: #FFFFFF;
  border: 1px solid #C6CACD;
  border-radius: 22px;
  /*   font-family: "Proxima Nova Regular"; */
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #231F20;
  letter-spacing: 0;
  -webkit-appearance: none;
}

aside form .search-field input[type="search"]::-webkit-search-decoration,
aside form .search-field input[type="search"]::-webkit-search-cancel-button,
aside form .search-field input[type="search"]::-webkit-search-results-button,
aside form .search-field input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

aside form .search-field input[type="submit"] {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 22px;
  border: none;
  text-indent: -9999px;
  background: url(https://cdn.ans.org/site/i/cl/icon-search.svg) 50% no-repeat;
  background-size: 100%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 1080px) and (min-width: 1px) {
  aside .cnt {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 9999px) and (min-width: 1024px) {
  aside nav {
    display: block !important;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 1px) {
  aside {
    margin: 0 35px -40px 35px;
    width: calc(100% - 70px);
  }

  aside .mobile-wrap {
    position: relative;
  }

  aside .mobile-aside {
    display: block;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #C6CACD;
    border-radius: 15px 15px 15px 15px;
    /* 	font-family: "Proxima Nova Regular"; */
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    color: #231F20;
    letter-spacing: 0;
    padding: 5px 20px;
  }

  aside .mobile-aside:hover {
    text-decoration: none;
  }

  aside .mobile-aside .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -o-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  aside .mobile-aside.open {
    border-radius: 15px 15px 0 0;
    outline: none;
  }

  aside .mobile-aside.open .icon {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    -o-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg);
  }

  aside nav {
    display: none;
    position: absolute;
    top: 27px;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 999;
    padding: 20px;
    margin: 0;
    border: 1px solid #C6CACD;
    overflow-x: hidden;
    max-height: 300px;
    overflow-y: scroll;
  }

  aside nav::-webkit-scrollbar {
    width: 10px;
  }

  aside nav::-webkit-scrollbar-track {
    -webkit-box-shadow: #E7EDF1;
  }

  aside nav::-webkit-scrollbar-thumb {
    background-color: #00539B;
  }

  aside nav ul {
    margin: 0 0 20px 0;
  }

  aside nav>ul>li.active>a,
  aside nav>ul>li>ul>li.active>a {
    color: #00539B;
  }

  aside nav ul li a:before {
    display: none;
  }

  aside nav ul li a {
    font-size: 16px;
  }

  aside .cnt {
    margin-bottom: 20px;
    font-size: 0;
  }

  aside form {
    display: inline-block;
    width: calc(50% - 20px);
    margin-right: 20px;
    vertical-align: top;
  }

  aside .callout,
  aside .mobile-wrap {
    display: inline-block;
    width: 100%;
  }

  aside .featured-copy-block {
    display: none;
  }

  aside .callout {
    display: none;
  }

  aside .mobile-wrap {
    margin-bottom: 15px;
  }

  aside .mobile-wrap:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  aside {
    margin: 0;
    width: 100%;
    top: 0;
  }

  aside .cnt {
    margin-bottom: 0;
    padding: 15px 20px;
  }

  aside form {
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {

  aside nav>ul>li.active>a,
  aside nav>ul>li>ul>li.active>a {
    color: #231F20;
  }

  aside nav>ul>li.on>a,
  aside nav>ul>li>ul>li.on>a {
    color: #00539B;
  }
}

.breadcrumbs {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 20px;
  background: #E9EEF3ee;
  position: relative;
  z-index: 2;
  left: 80px;
  right: 80px;
  max-width: calc(100% - 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* jc testing */
.breadcrumbs {
  left: 30px;
  right: 30px;
  max-width: calc(100% - 60px);
}

.breadcrumbs nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs nav ul li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  /*   margin: 0; */
  margin: 0 0 0 1em;
  /*   padding: 0 25px 0 0; */
  max-width: 275px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}

.breadcrumbs nav ul li i {
  margin-left: 1em;
  font-size: 0.9em;
  color: #0009;
}

.breadcrumbs nav ul li i.fa-home {
  margin-left: 0;
  margin-right: 0.5em;
}

/*
.breadcrumbs nav ul li:first-child i {
	display: none;
}
*/

.breadcrumbs nav ul li a,
.breadcrumbs nav ul li.current {
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 15px;
  color: #00539B;
  line-height: 28px;
}

.breadcrumbs nav ul li.current {
  color: #231F20;
}

.breadcrumbs nav ul li:first-child {
  margin-left: 0;
}

/*
.breadcrumbs nav ul li:first-child {
  margin: 0 15px 0 0;
}

.breadcrumbs nav ul li:last-child {
  margin: 0 0 0 15px;
}
*/

/*
.breadcrumbs nav ul li:last-child:after {
  display: none;
}

.breadcrumbs nav ul li:before {
  display: none;
}

.breadcrumbs nav ul li:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  width: 8px;
  height: 12px;
  background: url(https://cdn.ans.org/site/i/cl/icon-delimeter.svg) 50% no-repeat;
  background-size: 100%;
  -webkit-transform: translate(0, -50%);
   	-o-transform: translate(0, -50%);
  		transform: translate(0, -50%);
}
*/

.page-template-template-category-landing .breadcrumbs,
.page-template-template-product-detail .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 9999px) and (min-width: 2100px) {
  .breadcrumbs {
    left: 30px;
    right: 30px;
    max-width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 1023px) and (min-width: 1px) {
  .breadcrumbs {
    left: 20px;
    right: 20px;
    max-width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .breadcrumbs {
    display: none !important;
  }
}

.pagination {
  position: relative;
  padding: 30px 0 20px 0;
  margin-left: -40px;
  margin-bottom: 100px;
  width: calc(100% + 10px);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D3DFE8));
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #D3DFE8 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #D3DFE8 100%);
  background-image: linear-gradient(180deg, #FFFFFF 0%, #D3DFE8 100%);
}

.pagination:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#00539D), to(#003A6D));
  background-image: -webkit-linear-gradient(left, #00539D 0%, #003A6D 100%);
  background-image: -o-linear-gradient(left, #00539D 0%, #003A6D 100%);
  background-image: linear-gradient(90deg, #00539D 0%, #003A6D 100%);
}

.pagination p {
  width: 100%;
  /*   font-family: "Avenir LT Pro Book"; */
  font-size: 14px;
  color: #231F20;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.pagination nav {
  text-align: center;
}

.pagination nav .prev,
.pagination nav .next {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 27px;
  color: #FFFFFF;
  background: #00539B;
}

.pagination nav .prev span,
.pagination nav .next span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 9px;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pagination nav .prev span img,
.pagination nav .next span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 9px;
}

.pagination nav .prev:hover,
.pagination nav .next:hover {
  background: #00294E;
}

.pagination nav .prev span {
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(180deg) translate(-50%, -50%);
  -o-transform: rotate(180deg) translate(-50%, -50%);
  transform: rotate(180deg) translate(-50%, -50%);
}

.pagination nav ul {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  padding: 0;
  margin: 0 30px;
}

.pagination nav ul li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 24px;
  color: #231F20;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  margin: 0 20px;
}

.pagination nav ul li:before {
  display: none;
}

.pagination nav ul li:after {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #E7A512;
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.pagination nav ul li.current:after {
  opacity: 1;
}

.pagination nav ul li a {
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 24px;
  color: #231F20;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  text-decoration: none !important;
}

@media only screen and (max-width: 1023px) and (min-width: 1px) {
  .pagination {
    margin-left: -30px;
    width: calc(100% + 60px);
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .pagination nav ul {
    display: none;
  }

  .pagination nav .prev {
    margin-right: 20px;
  }

  .pagination nav .next {
    margin-left: 20px;
  }
}

.toggle-item {
  position: relative; clear: both;
  padding: 25px 0 25px 0;
  border-bottom: 1px solid rgba(0, 59, 110, 0.2);
  -webkit-transform: translateZ(0);
}

.toggle-item:first-child {
  padding: 0 0 25px 0;
}

.toggle-item:last-child {
  border-bottom: none;
}

.toggle-item .toggle-wrap {
  padding-right: 30px;
}

.toggle-item .toggle-wrap h2

/* button */
  {
  /*   font-family: "TradeGothic"; */
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #231F20;
  text-decoration: none;
  background: none;
  border: none;
  text-align: left;
  padding: 0;
  cursor: pointer;
}

.toggle-item .toggle-wrap h2

/* button */
.open {
  outline: none;
}

.toggle-item .toggle-wrap .small-title

/* button */
  {
  font-size: 16px;
  line-height: 28px;
  color: #231F20;
  text-decoration: none;
  background: none;
  border: none;
  text-align: left;
  padding: 0;
  cursor: pointer;
  font-weight: 500;
}

.toggle-item .toggle-wrap .small-title

/* button */
.open {
  outline: none;
}

.toggle-item .toggle-wrap .highlight {
  margin-bottom: 0;
}

.toggle-item .toggle-wrap .thumb-title {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.toggle-item .toggle-wrap .thumb-title .thumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 215px;
  min-width: 215px;
  height: 135px;
  margin: 0 30px 0 0;
}

.toggle-item .toggle-wrap .thumb.link-toggle {
  cursor: pointer;
}

.toggle-item .toggle-wrap .thumb-title .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.toggle-item .toggle-wrap .thumb-title .text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.toggle-item .toggle-wrap .thumb-title .text h2 {
  display: block;
  width: 100%;
  margin: 0;
}

.toggle-item .toggle-wrap .thumb-title .text .copy {
  margin: 15px 0 0 0;
  padding-right: 20px;
}

.toggle-item .expand {
  display: none;
  margin-top: 30px;
}

.toggle-item .expand .highlight {
  margin-top: 0;
}

.toggle-item .expand .btn-pill {
  margin-right: 20px;
}

.toggle-item .btn-toggle {
  position: absolute;
  bottom: 25px;
  right: 0;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .toggle-item .toggle-wrap .thumb-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .toggle-item .toggle-wrap .thumb-title .thumb {
    margin: 0 0 10px 0;
    width: 100%;
  }

  .toggle-item .expand .btn-pill {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }

  .toggle-item .toggle-wrap h2 button,
  .toggle-item .toggle-wrap .small-title button {
    font-size: 24px;
    line-height: 30px;
  }
}

.swiper-slide {
  display: none;
}

/*
.swiper-slide:first-child {
	display: block;
}
*/
.swiper-slide .callout,
.swiper-slide .photo,
.swiper-slide .copy {
  opacity: 0;
}

.swiper-slide.swiper-slide-active .callout,
.swiper-slide.swiper-slide-active .photo,
.swiper-slide.swiper-slide-active .copy {
  opacity: 1;
}

.captioned {
  display: block;
  position: relative;
  width: 50%;
  padding: 1em;
  background: #eee;
  border: 1px solid #ddd;
}

.captioned.full {
  width: 100%;
}

.captioned .caption {
  margin: 0.75rem 0 0 0;
  font-size: 0.875rem;
  line-height: normal;
}

.captioned img {
  width: 100%;
}

.mc-block {
  display: block;
  width: 100%;
  min-width: 10%;
  margin: 1.125rem auto 1.125rem 0;
}

h1 .mc-block {
  margin-top: 0;
  margin-bottom: 0;
}

.mc-center {
  display: block;
  width: auto;
  min-width: 10%;
  margin: 1.125rem auto;
}

.mc-right {
  display: block;
  float: right;
  width: auto;
  max-width: 50%;
  min-width: 10%;
  margin: 0 0 1.125rem 1.125rem;
}

.mc-left {
  display: block;
  float: left;
  width: auto;
  max-width: 50%;
  min-width: 10%;
  margin: 0 1.125rem 1.125rem 0;
}

p:first-child>.mc-left {
  margin-top: 0;
}

.captioned .mc-block {
  margin: 0;
}

.video_wrap {
  display: block;
  position: relative;
  overflow: hidden;
  clear: both;
  height: 0;
  margin: 1rem 0 0 0;
  padding: 0 0 56.25% 0;
  box-shadow: 0 0 1px #0007;
}

.video_wrap video,
.video_wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.video_wrap .video_overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.article .content::after {
  content: "";
  display: block;
  clear: both;
}

.article h3 {
  margin: 2rem 0 0.75rem 0;
  font-size: 1.25rem;
  font-weight: 500;
}

.article p {
  margin: 0 0 1.125rem 0;
}

.article p.bulleted {}

.article p.bulleted::before {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin: -0.25rem 0.375rem 0 0;
  background: #000;
  vertical-align: middle;
}

.article .leadin {
  font-weight: 500;
}

.article .sidebar {
  float: right;
  width: 50%;
  margin: 1.25rem 0 1.25rem 1.25rem;
  padding: 1.5rem;
  background: #dcebf2;
}

.article .sidebar.full {
  float: none;
  display: block;
  width: auto;
  margin-left: 0;
}

table.boxed,
table.ruled,
table.striped,
table.reference,
table.admin {
  width: 100%;
  max-width: 100%;
  min-width: 20%;
  margin: 1em auto;
  font-size: 1rem;
}

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

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

table.boxed .row,
table.ruled .row,
table.striped .row,
table.reference .row,
table.admin .row {
  display: table-row;
}

table.boxed th,
table.ruled th,
table.striped th,
table.reference th,
table.admin th {
  padding: 0.75rem;
  background: #eee;
  border: 1px solid #ccc;
  font-weight: 500;
  text-align: center;
}

table.ruled th {
  padding-top: 0;
  background: none;
  border: none;
  border-bottom: 1px solid #999;
  vertical-align: bottom;
}

table.striped th,
table.reference th {
  background: #ddd;
  border: none;
}

table.boxed td,
table.ruled td,
table.striped td,
table.reference td,
table.admin td {
  box-sizing: content-box;
  padding: 0.75rem;
  border: 1px solid #ccc;
  vertical-align: top;
}

table.ruled td {
  border: none;
  border-bottom: 1px solid #ccc;
}

table.admin td {
  overflow: hidden;
}

table.reference th,
table.reference td {
  font-size: 0.875rem;
}

table.reference th {
  padding: 0.25rem 0.375rem;
}

table.reference td {
  padding: 0.125rem 0.375rem;
}

table.ruled tr:first-child td {
  border-top: 1px solid #ccc;
}

table.ruled tr.floor td {
  border-bottom: 2px solid #999;
}

table.boxed tr {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

table.boxed th,
table.boxed td {
  border-left: none;
  border-right: none;
}

table.striped td,
table.reference td {
  border: none;
}

table.striped tr:nth-child(2n+0) td,
table.reference tr:nth-child(2n+0) td {
  background: #eee;
}

table.striped tr:nth-child(2n+1):last-child td,
table.reference tr:nth-child(2n+1):last-child td {
  border-bottom: 2px solid #eee;
}

table th.disabled,
table td.disabled {
  background: #ddd;
  color: #bbb;
}

table th.border_left,
table td.border_left {
  border-left: 1px solid #ccc;
}

table th.border_right,
table td.border_right {
  border-right: 1px solid #ccc;
}

table th.num,
table td.num {
  text-align: right;
}

table.admin .icon {
  width: 1rem;
  min-width: 1rem;
  max-width: 1rem;
  text-align: center;
}

table.admin.fixed .icon {
  width: 2.5rem;
  min-width: 2.5rem;
  max-width: 2.5rem;
}

table.admin th {
  text-align: left;
}

table.admin td.icon.stat {
  border-right: 1px solid #eee !important;
}

table.admin .label {
  text-align: right;
  cursor: pointer;
}

table.admin .icon.ctrl {
  background: #eee;
  border-left: 1px solid #ddd !important;
  cursor: pointer;
}

table.admin .icon.ctrl.disabled {
  cursor: default;
}

table.admin .icon .neg {
  color: #d55;
}

table.admin .icon .off {
  color: #bbb;
}

@media (min-width: 768px) and (max-width: 1023px),
(min-width: 1280px) {
  table.admin.fixed {
    table-layout: fixed;
  }
}

.tablescroll {
  display: block;
  max-width: 100%;
  overflow-x: scroll;
  margin: 1rem 0;
}

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

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

.tablescroll>table {
  margin: 0 auto;
}

span.gap {
  margin: 0 1em;
  color: #ccc;
}
span.gap.half {
  margin: 0 0.5em;
}

span.sidenote {
	color: #777;
}

sub {
  font-size: 0.625em;
  vertical-align: sub;
}

sup {
  font-size: 0.625em;
  vertical-align: super;
}

dl.faq {}

dl.faq dt {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #ccc;
  font-weight: 500;
  font-size: 1.125rem;
}

dl.faq dd {
  margin: 0.5rem 0 0 2rem;
  font-size: 1.125rem;
}

.labeledlist {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: 1.125rem;
}

.labeledlist .label {
  flex-basis: 20%;
  padding: 0.25rem 0;
}

.labeledlist .value {
  flex-basis: 80%;
  padding: 0.25rem 0;
}

.g-recaptcha {
  margin-top: 1rem;
}

.g-recaptcha::after {
  content: "";
  display: block;
  clear: both;
}

@-webkit-keyframes anim-spin-full {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

/* craig 1 */
/*
.inside-page {
	width: calc(100% - 240px); margin: 0 auto;
}
.wrapper {
	width: unset; max-width: unset;
}
aside {
	top: 0;
}
aside .cnt {
	background: linear-gradient(180deg, #f2f5f8 0%, #D3DFE8 100%);
}
.page-box {
	width: 100%; margin: 0; padding: 45px 60px;
}
.page-box.banner-offset-top {
	top: 0;
}

.banner .photo {
	top: 100px; height: 324px;
}
.banner.null {
	height: 276px;
}
.banner.null:before {
	height: 226px;
}
.banner.null .photo {
	height: 150px;
}
hr.separator {
	width: 100%; margin: 2rem auto 0 auto;
}
*/

.inlinead {
  display: block;
  margin: 1.5rem 0;
  padding: 1rem;
  background: #f3f3f3;
  text-align: center;
}

.inlinead.solo {
  margin: 0;
}

.inlinead.top {
  margin-top: 0;
}

.inlinead.bottom {
  margin-bottom: 0;
}

/*
.inlinead {
	display: block;
	width: calc(100% + 10px); margin-left: -40px; padding: 1.5rem 150px 1.5rem 100px;
	background: #f3f3f3;
	text-align: center;
}
@media only screen and (max-width: 1023px) and (min-width: 1px) {
	.inlinead {
		width: calc(100% + 60px); margin-left: -30px; padding: 30px 55px;
	}
}
*/

.graphics_list {
  display: block;
  margin: 0 -0.5rem;
  padding: 0.5rem;
}

.graphics_list::after {
  content: "";
  display: block;
  clear: both;
}

.graphics_list .graphic {
  display: inline-block;
  width: 100%;
  padding: 0.5rem;
}

.graphics_list .graphic .image {}

.graphics_list .graphic .image img {
  width: 100%;
}

.graphics_list .graphic .link {
  margin-top: 0.375rem;
  text-align: center;
}

@media (min-width: 480px) {
  .graphics_list .graphic {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1023px),
(min-width: 1280px) {
  .graphics_list .graphic {
    width: 33.3333%;
  }
}

@media (min-width: 480px) {
  .graphics_list.double .graphic {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px),
(min-width: 1280px) {
  .graphics_list.double .graphic {
    width: 50%;
  }
}

.twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}

.warning_block {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 0.125rem solid #e7a512;
}

.warning_block.alert {
  border-color: #dd1111;
}

.warning_block .icon {
  flex: 0 0 3rem;
  font-size: 2rem;
  color: #e7a512;
  text-align: center;
}

.warning_block.alert .icon {
  color: #dd1111;
}

.warning_block .text {
  flex: 1 1 auto;
}

@media (min-width: 768px) and (max-width: 1023px),
(min-width: 1280px) {
  .warning_block {
    gap: 1.5rem;
    padding: 1.5rem;
  }

  .warning_block .icon {
    flex: 0 0 5rem;
    font-size: 3rem;
    color: #e7a512;
    text-align: center;
  }
}

@media print {

  header,
  footer {
    display: none;
  }

  #main .banner {
    display: none;
  }

  #page {
    margin: 0;
    width: auto;
  }

  #page .wrapper>.row {
    margin: 0;
  }

  #page .wrapper>.row>.col-side {
    display: none;
  }

  #page .wrapper>.row>.col-main {
    flex-basis: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  #page .wrapper>.row>.col-main .cblock {
    margin: 0;
  }
}

.marketo_wrap form {
  margin: 1rem 0 0 0;
}
