/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}


@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

@media (min-width: 1530px) {
  .container {
    width: 1470px;
  }
}

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

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

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

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

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

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

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

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

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

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 576px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

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

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}


@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

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

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

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

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}


@media (min-width: 1200px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

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

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1530px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

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

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.container-fluid:after,
.row:after {
  clear: both;
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}@font-face{font-family:FontAwesome;font-style:normal;font-weight:900;src:url(../../assets/fonts/fa-solid-900.eot);src:url(../../assets/fonts/fa-solid-900.woff2) format("woff2"),url(../../assets/fonts/fa-solid-900.woff) format("woff")}@font-face{font-family:Interstate;src:url(../../assets/fonts/Interstate-LightItalic.woff2) format("woff2");font-weight:300;font-style:italic}@font-face{font-family:Interstate;src:url(../../assets/fonts/Interstate-Bold.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:Interstate;src:url(../../assets/fonts/Interstate-BlackItalic.woff2) format("woff2");font-weight:900;font-style:italic}@font-face{font-family:Interstate;src:url(../../assets/fonts/Interstate-Thin.woff2) format("woff2");font-weight:100;font-style:normal}@font-face{font-family:Interstate;src:url(../../assets/fonts/Interstate-ExtraLight.woff2) format("woff2");font-weight:200;font-style:normal}@font-face{font-family:Interstate;src:url(../../assets/fonts/Interstate-ExtraLightItalic.woff2) format("woff2");font-weight:200;font-style:italic}@font-face{font-family:Interstate;src:url(../../assets/fonts/Interstate-ThinItalic.woff2) format("woff2");font-weight:100;font-style:italic}@font-face{font-family:Interstate;src:url(../../assets/fonts/Interstate-BoldItalic.woff2) format("woff2");font-weight:700;font-style:italic}@font-face{font-family:Interstate;src:url(../../assets/fonts/Interstate-Light.woff2) format("woff2");font-weight:300;font-style:normal}@font-face{font-family:Interstate;src:url(../../assets/fonts/Interstate-Black.woff2) format("woff2");font-weight:900;font-style:normal}@font-face{font-family:Interstate;src:url(../../assets/fonts/Interstate-Italic.woff2) format("woff2");font-weight:400;font-style:italic}@font-face{font-family:Interstate;src:url(../../assets/fonts/Interstate-Regular.woff2) format("woff2");font-weight:400;font-style:normal}h1{font-size:36px;font-size:3.6rem;font-family:Interstate,sans-serif;line-height:1.194;font-weight:400;margin-top:0;margin-bottom:35px}@media only screen and (min-width:1200px){h1{font-size:50px;font-size:5rem;line-height:1.1}}@media only screen and (min-width:1620px){h1{font-size:70px;font-size:7rem;margin-bottom:50px}}h1:last-child{margin-bottom:0}h2{font-size:32px;font-size:3.2rem;font-family:Interstate,sans-serif;line-height:1.219;font-weight:300;margin-top:0}@media only screen and (min-width:1200px){h2{font-size:36px;font-size:3.6rem;line-height:1.194}}h2:last-child{margin-bottom:0}h3{font-size:24px;font-size:2.4rem;font-family:Interstate,sans-serif;line-height:1.375;font-weight:300;margin-top:0}@media only screen and (min-width:1200px){h3{font-size:32px;font-size:3.2rem;line-height:1.219}}h3:last-child{margin-bottom:0}h4{font-size:24px;font-size:2.4rem;font-family:Interstate,sans-serif;line-height:1.375;font-weight:300;margin-top:0;margin-bottom:40px}h4:last-child{margin-bottom:0}h5{font-size:18px;font-size:1.8rem;font-family:Interstate,sans-serif;line-height:1.389;font-weight:300;margin-top:0}h5:last-child{margin-bottom:0}h6{font-size:16.5px;font-size:1.65rem;line-height:1.467;font-family:Interstate,sans-serif;font-weight:600;font-style:italic;margin-top:0}h6:last-child{margin-bottom:0}p{font-size:16.5px;font-size:1.65rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:400;margin-top:0;margin-bottom:30px}p:last-child{margin-bottom:0}ul{padding-left:20px}li{font-size:16.5px;font-size:1.65rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:400;margin-top:0}li,li:last-child{margin-bottom:0}blockquote{font-size:16.5px;font-size:1.65rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:300}.template-offering-landing h1,.template-solution-detail h1,.template-support-category h1,.template-support-product-details h1{font-size:50px;font-size:5rem}.template-new-home h2,.template-new-home h3,.template-new-home h4,.template-new-home h5,.template-new-home h6,.template-new-home p,.template-optiflux-dialyzers-template h2,.template-optiflux-dialyzers-template h3,.template-optiflux-dialyzers-template h4,.template-optiflux-dialyzers-template h5,.template-optiflux-dialyzers-template h6,.template-optiflux-dialyzers-template p,.template-our-company h2,.template-our-company h3,.template-our-company h4,.template-our-company h5,.template-our-company h6,.template-our-company p,.template-together-ahead-landing h2,.template-together-ahead-landing h3,.template-together-ahead-landing h4,.template-together-ahead-landing h5,.template-together-ahead-landing h6,.template-together-ahead-landing p{font-weight:300;line-height:1.4}@media only screen and (min-width:1200px){.template-new-home h2,.template-new-home h3,.template-new-home h4,.template-new-home h5,.template-new-home h6,.template-new-home p,.template-optiflux-dialyzers-template h2,.template-optiflux-dialyzers-template h3,.template-optiflux-dialyzers-template h4,.template-optiflux-dialyzers-template h5,.template-optiflux-dialyzers-template h6,.template-optiflux-dialyzers-template p,.template-our-company h2,.template-our-company h3,.template-our-company h4,.template-our-company h5,.template-our-company h6,.template-our-company p,.template-together-ahead-landing h2,.template-together-ahead-landing h3,.template-together-ahead-landing h4,.template-together-ahead-landing h5,.template-together-ahead-landing h6,.template-together-ahead-landing p{line-height:1.4}}@media only screen and (min-width:1620px){.template-new-home h2,.template-new-home h3,.template-new-home h4,.template-new-home h5,.template-new-home h6,.template-new-home p,.template-optiflux-dialyzers-template h2,.template-optiflux-dialyzers-template h3,.template-optiflux-dialyzers-template h4,.template-optiflux-dialyzers-template h5,.template-optiflux-dialyzers-template h6,.template-optiflux-dialyzers-template p,.template-our-company h2,.template-our-company h3,.template-our-company h4,.template-our-company h5,.template-our-company h6,.template-our-company p,.template-together-ahead-landing h2,.template-together-ahead-landing h3,.template-together-ahead-landing h4,.template-together-ahead-landing h5,.template-together-ahead-landing h6,.template-together-ahead-landing p{line-height:1.4}}.template-new-home h1,.template-optiflux-dialyzers-template h1,.template-our-company h1,.template-together-ahead-landing h1{font-size:36px;font-size:3.6rem;font-weight:300;line-height:1.2}@media only screen and (min-width:900px){.template-new-home h1,.template-optiflux-dialyzers-template h1,.template-our-company h1,.template-together-ahead-landing h1{font-size:38px;font-size:3.8rem}}.template-new-home h2,.template-optiflux-dialyzers-template h2,.template-our-company h2,.template-together-ahead-landing h2{font-size:28px;font-size:2.8rem}@media only screen and (min-width:900px){.template-new-home h2,.template-optiflux-dialyzers-template h2,.template-our-company h2,.template-together-ahead-landing h2{font-size:28px;font-size:2.8rem}}@media only screen and (min-width:1150px){.template-new-home h2,.template-optiflux-dialyzers-template h2,.template-our-company h2,.template-together-ahead-landing h2{font-size:32px;font-size:3.2rem}}.template-new-home h3,.template-optiflux-dialyzers-template h3,.template-our-company h3,.template-together-ahead-landing h3{font-size:22px;font-size:2.2rem}@media only screen and (min-width:900px){.template-new-home h3,.template-optiflux-dialyzers-template h3,.template-our-company h3,.template-together-ahead-landing h3{font-size:22px;font-size:2.2rem}}@media only screen and (min-width:1150px){.template-new-home h3,.template-optiflux-dialyzers-template h3,.template-our-company h3,.template-together-ahead-landing h3{font-size:22px;font-size:2.2rem}}@media only screen and (min-width:1350px){.template-new-home h3,.template-optiflux-dialyzers-template h3,.template-our-company h3,.template-together-ahead-landing h3{font-size:24px;font-size:2.4rem}}@media only screen and (min-width:1500px){.template-new-home h3,.template-optiflux-dialyzers-template h3,.template-our-company h3,.template-together-ahead-landing h3{font-size:28px;font-size:2.8rem}}.template-new-home h5,.template-optiflux-dialyzers-template h5,.template-our-company h5,.template-together-ahead-landing h5{font-size:16px;font-size:1.6rem;font-size:32px;font-size:3.2rem;line-height:1.25;font-family:Interstate,sans-serif;font-style:italic}@media only screen and (min-width:1200px){.template-new-home h5,.template-optiflux-dialyzers-template h5,.template-our-company h5,.template-together-ahead-landing h5{font-size:42px;font-size:4.2rem;line-height:1.333}}@media only screen and (min-width:900px){.template-new-home h5,.template-optiflux-dialyzers-template h5,.template-our-company h5,.template-together-ahead-landing h5{font-size:32px;font-size:3.2rem;line-height:1.25;font-family:Interstate,sans-serif;font-style:italic;font-size:18px;font-size:1.8rem}}@media only screen and (min-width:900px) and (min-width:1200px){.template-new-home h5,.template-optiflux-dialyzers-template h5,.template-our-company h5,.template-together-ahead-landing h5{font-size:42px;font-size:4.2rem;line-height:1.333}}.template-new-home h6,.template-optiflux-dialyzers-template h6,.template-our-company h6,.template-together-ahead-landing h6{font-size:16px;font-size:1.6rem}@media only screen and (min-width:900px){.template-new-home h6,.template-optiflux-dialyzers-template h6,.template-our-company h6,.template-together-ahead-landing h6{font-size:18px;font-size:1.8rem}}.template-new-home .box-newHomepageHero p,.template-new-home p,.template-optiflux-dialyzers-template .box-newHomepageHero p,.template-optiflux-dialyzers-template p,.template-our-company .box-newHomepageHero p,.template-our-company p,.template-together-ahead-landing .box-newHomepageHero p,.template-together-ahead-landing p{font-size:16px;font-size:1.6rem}@media only screen and (min-width:900px){.template-new-home .box-newHomepageHero p,.template-new-home p,.template-optiflux-dialyzers-template .box-newHomepageHero p,.template-optiflux-dialyzers-template p,.template-our-company .box-newHomepageHero p,.template-our-company p,.template-together-ahead-landing .box-newHomepageHero p,.template-together-ahead-landing p{font-size:18px;font-size:1.8rem}}.template-new-home a:not(.navigation-item-title):not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon):not(.timeline-nav-item),.template-optiflux-dialyzers-template a:not(.navigation-item-title):not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon):not(.timeline-nav-item),.template-our-company a:not(.navigation-item-title):not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon):not(.timeline-nav-item),.template-together-ahead-landing a:not(.navigation-item-title):not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon):not(.timeline-nav-item){line-height:1.4;font-size:15px;font-size:1.5rem}@media only screen and (min-width:900px){.template-new-home a:not(.navigation-item-title):not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon):not(.timeline-nav-item),.template-optiflux-dialyzers-template a:not(.navigation-item-title):not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon):not(.timeline-nav-item),.template-our-company a:not(.navigation-item-title):not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon):not(.timeline-nav-item),.template-together-ahead-landing a:not(.navigation-item-title):not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon):not(.timeline-nav-item){font-size:16px;font-size:1.6rem}}@media only screen and (min-width:1200px){.template-new-home a:not(.navigation-item-title):not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon):not(.timeline-nav-item),.template-optiflux-dialyzers-template a:not(.navigation-item-title):not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon):not(.timeline-nav-item),.template-our-company a:not(.navigation-item-title):not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon):not(.timeline-nav-item),.template-together-ahead-landing a:not(.navigation-item-title):not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon):not(.timeline-nav-item){line-height:1.4}}.template-new-home .richText.component.richtext-footer-links a:not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon),.template-optiflux-dialyzers-template .richText.component.richtext-footer-links a:not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon),.template-our-company .richText.component.richtext-footer-links a:not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon),.template-together-ahead-landing .richText.component.richtext-footer-links a:not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon){font-size:15px;font-size:1.5rem}@media only screen and (min-width:900px){.template-new-home .richText.component.richtext-footer-links a:not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon),.template-optiflux-dialyzers-template .richText.component.richtext-footer-links a:not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon),.template-our-company .richText.component.richtext-footer-links a:not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon),.template-together-ahead-landing .richText.component.richtext-footer-links a:not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon){font-size:16px;font-size:1.6rem}}.template-aging-in-place h1{font-size:32px;font-size:3.2rem;font-weight:400;line-height:1.194}@media only screen and (min-width:900px){.template-aging-in-place h1{line-height:1.1;font-size:48px;font-size:4.8rem}}.template-aging-in-place h2{font-size:28px;font-size:2.8rem}@media only screen and (min-width:900px){.template-aging-in-place h2{font-size:28px;font-size:2.8rem}}@media only screen and (min-width:1150px){.template-aging-in-place h2{font-size:36px;font-size:3.6rem}}.template-aging-in-place h3{font-size:22px;font-size:2.2rem}@media only screen and (min-width:900px){.template-aging-in-place h3{font-size:22px;font-size:2.2rem}}@media only screen and (min-width:1150px){.template-aging-in-place h3{font-size:32px;font-size:3.2rem}}.template-aging-in-place h4{font-size:18px;font-size:1.8rem;font-size:32px;font-size:3.2rem;line-height:1.25;font-family:Interstate,sans-serif;font-style:italic}@media only screen and (min-width:1200px){.template-aging-in-place h4{font-size:32px;font-size:3.2rem;line-height:1.333}}@media only screen and (min-width:900px){.template-aging-in-place h4{line-height:1.25;font-family:Interstate,sans-serif;font-style:italic;font-size:32px;font-size:3.2rem}}@media only screen and (min-width:900px) and (min-width:1200px){.template-aging-in-place h4{font-size:32px;font-size:3.2rem;line-height:1.333}}.template-aging-in-place h5{font-size:16px;font-size:1.6rem}@media only screen and (min-width:900px){.template-aging-in-place h5{font-size:18px;font-size:1.8rem}}.template-aging-in-place p{font-size:16.5px;font-size:1.65rem;color:#484c53}.template-aging-in-place .box.box-landingPageHero p{font-weight:300;font-size:18px;font-size:1.8rem}@media only screen and (min-width:900px){.template-aging-in-place .box.box-landingPageHero p{font-weight:300;font-size:20px;font-size:2rem}}.template-aging-in-place .box.box-statBox-wrapper .component-content>.content>.richText:first-child{font-size:20px;font-size:2rem;line-height:26px}.template-aging-in-place .box.box-statBox-wrapper .component-content>.content>.richText:first-child strong{font-weight:300!important}.template-aging-in-place .box.box-statBox-wrapper .component-content>.content>.richText:first-child strong .text-light-blue{font-weight:700!important}@media only screen and (min-width:900px){.template-aging-in-place .box.box-statBox-wrapper .component-content>.content>.richText:first-child{font-size:22px;font-size:2.2rem;line-height:26px}}.template-aging-in-place .box.box-statBox-wrapper p{font-size:16px;font-size:1.6rem}@media only screen and (min-width:900px){.template-aging-in-place .box.box-statBox-wrapper p{font-size:20px;font-size:2rem}}.template-aging-in-place .box.box-statBox .component-content>.content>.richText{font-size:19px;font-size:1.9rem;font-weight:300;line-height:25px}.template-aging-in-place .box.box-statBox .component-content>.content>.richText strong .text-light-blue{font-weight:700!important}@media only screen and (min-width:900px){.template-aging-in-place .box.box-statBox .component-content>.content>.richText{font-size:19px;font-size:1.9rem;font-weight:300;line-height:25px}}.template-aging-in-place .richText.richText-greyBackground{font-size:19px;font-size:1.9rem;line-height:26px;font-weight:300}@media only screen and (min-width:900px){.template-aging-in-place .richText.richText-greyBackground{font-size:19px;font-size:1.9rem;line-height:26px;font-weight:300}}.template-aging-in-place .box-accordionFooter-wrapper .component-content>.content>.richText{font-size:13px;font-size:1.3rem;line-height:18px;font-weight:100}.template-aging-in-place a:not(.navigation-item-title):not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon):not(.timeline-nav-item){line-height:1.4;font-size:15px;font-size:1.5rem}@media only screen and (min-width:900px){.template-aging-in-place a:not(.navigation-item-title):not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon):not(.timeline-nav-item){font-size:16px;font-size:1.6rem}}@media only screen and (min-width:1200px){.template-aging-in-place a:not(.navigation-item-title):not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon):not(.timeline-nav-item){line-height:1.4}}.template-insights-hub-detail,.template-insights-hub-landing{-webkit-font-smoothing:antialiased}.template-insights-hub-detail h1,.template-insights-hub-detail h2,.template-insights-hub-detail h3,.template-insights-hub-detail h4,.template-insights-hub-detail h5,.template-insights-hub-detail h6,.template-insights-hub-detail p,.template-insights-hub-landing h1,.template-insights-hub-landing h2,.template-insights-hub-landing h3,.template-insights-hub-landing h4,.template-insights-hub-landing h5,.template-insights-hub-landing h6,.template-insights-hub-landing p{line-height:1.4}@media only screen and (min-width:1200px){.template-insights-hub-detail h1,.template-insights-hub-detail h2,.template-insights-hub-detail h3,.template-insights-hub-detail h4,.template-insights-hub-detail h5,.template-insights-hub-detail h6,.template-insights-hub-detail p,.template-insights-hub-landing h1,.template-insights-hub-landing h2,.template-insights-hub-landing h3,.template-insights-hub-landing h4,.template-insights-hub-landing h5,.template-insights-hub-landing h6,.template-insights-hub-landing p{line-height:1.4}}@media only screen and (min-width:1620px){.template-insights-hub-detail h1,.template-insights-hub-detail h2,.template-insights-hub-detail h3,.template-insights-hub-detail h4,.template-insights-hub-detail h5,.template-insights-hub-detail h6,.template-insights-hub-detail p,.template-insights-hub-landing h1,.template-insights-hub-landing h2,.template-insights-hub-landing h3,.template-insights-hub-landing h4,.template-insights-hub-landing h5,.template-insights-hub-landing h6,.template-insights-hub-landing p{line-height:1.4}}.template-insights-hub-detail h1,.template-insights-hub-detail h2,.template-insights-hub-landing h1,.template-insights-hub-landing h2{text-transform:uppercase;color:#0033a0;font-weight:900}.template-insights-hub-detail h3,.template-insights-hub-detail h5,.template-insights-hub-landing h3,.template-insights-hub-landing h5{font-weight:700;color:#0033a0}.template-insights-hub-detail h4,.template-insights-hub-detail h6,.template-insights-hub-landing h4,.template-insights-hub-landing h6{font-weight:700;color:#484c53}.template-insights-hub-detail p,.template-insights-hub-landing p{font-size:16px;font-size:1.6rem;font-weight:300;color:#484c53}@media only screen and (min-width:900px){.template-insights-hub-detail p,.template-insights-hub-landing p{font-size:18px;font-size:1.8rem}}.template-insights-hub-detail h1,.template-insights-hub-landing h1{font-size:35.16px;font-size:3.516rem}@media only screen and (min-width:768px){.template-insights-hub-detail h1,.template-insights-hub-landing h1{font-size:43.94px;font-size:4.394rem}}@media only screen and (min-width:1200px){.template-insights-hub-detail h1,.template-insights-hub-landing h1{font-size:54.93px;font-size:5.493rem}}.template-insights-hub-detail h2,.template-insights-hub-landing h2{font-size:28.13px;font-size:2.813rem}@media only screen and (min-width:768px){.template-insights-hub-detail h2,.template-insights-hub-landing h2{font-size:35.16px;font-size:3.516rem}}@media only screen and (min-width:1200px){.template-insights-hub-detail h2,.template-insights-hub-landing h2{font-size:43.94px;font-size:4.394rem}}.template-insights-hub-detail h3,.template-insights-hub-landing h3{font-size:22.5px;font-size:2.25rem}@media only screen and (min-width:768px){.template-insights-hub-detail h3,.template-insights-hub-landing h3{font-size:28.13px;font-size:2.813rem}}@media only screen and (min-width:1200px){.template-insights-hub-detail h3,.template-insights-hub-landing h3{font-size:35.16px;font-size:3.516rem}}.template-insights-hub-detail h4,.template-insights-hub-landing h4{font-size:18px;font-size:1.8rem}@media only screen and (min-width:768px){.template-insights-hub-detail h4,.template-insights-hub-landing h4{font-size:22.5px;font-size:2.25rem}}@media only screen and (min-width:1200px){.template-insights-hub-detail h4,.template-insights-hub-landing h4{font-size:28.13px;font-size:2.813rem}}.template-insights-hub-detail h5,.template-insights-hub-landing h5{font-size:16px;font-size:1.6rem}@media only screen and (min-width:768px){.template-insights-hub-detail h5,.template-insights-hub-landing h5{font-size:18px;font-size:1.8rem}}@media only screen and (min-width:1200px){.template-insights-hub-detail h5,.template-insights-hub-landing h5{font-size:22.5px;font-size:2.25rem}}.template-insights-hub-detail h6,.template-insights-hub-landing h6{font-size:16px;font-size:1.6rem}@media only screen and (min-width:768px){.template-insights-hub-detail h6,.template-insights-hub-landing h6{font-size:16px;font-size:1.6rem}}@media only screen and (min-width:1200px){.template-insights-hub-detail h6,.template-insights-hub-landing h6{font-size:18px;font-size:1.8rem}}input[type=date],input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text]{font-size:15px;font-size:1.5rem;width:100%;border:2px solid #ced3de;border-radius:4px;background:#fff;font-family:Interstate,sans-serif;color:#0033a0;font-weight:300;caret-color:#f1c400;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:59px;padding:12px 29px}input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=text]:focus{font-size:24px;font-size:2.4rem;outline:none;border-color:#0033a0}input[type=date]:focus::-moz-placeholder,input[type=email]:focus::-moz-placeholder,input[type=number]:focus::-moz-placeholder,input[type=password]:focus::-moz-placeholder,input[type=tel]:focus::-moz-placeholder,input[type=text]:focus::-moz-placeholder{opacity:0}input[type=date]:focus:-ms-input-placeholder,input[type=email]:focus:-ms-input-placeholder,input[type=number]:focus:-ms-input-placeholder,input[type=password]:focus:-ms-input-placeholder,input[type=tel]:focus:-ms-input-placeholder,input[type=text]:focus:-ms-input-placeholder{opacity:0}input[type=date]:focus::placeholder,input[type=email]:focus::placeholder,input[type=number]:focus::placeholder,input[type=password]:focus::placeholder,input[type=tel]:focus::placeholder,input[type=text]:focus::placeholder{opacity:0}input[type=date]:focus::-ms-input-placeholder,input[type=email]:focus::-ms-input-placeholder,input[type=number]:focus::-ms-input-placeholder,input[type=password]:focus::-ms-input-placeholder,input[type=tel]:focus::-ms-input-placeholder,input[type=text]:focus::-ms-input-placeholder{opacity:0}input[type=date]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder{font-size:15px;font-size:1.5rem;color:#484c53;font-weight:700;text-transform:uppercase;opacity:1;transition:opacity .2s ease}input[type=date]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder{font-size:15px;font-size:1.5rem;color:#484c53;font-weight:700;text-transform:uppercase;opacity:1;transition:opacity .2s ease}input[type=date]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder{font-size:15px;font-size:1.5rem;color:#484c53;font-weight:700;text-transform:uppercase;opacity:1;transition:opacity .2s ease}input[type=date]::-ms-input-placeholder,input[type=email]::-ms-input-placeholder,input[type=number]::-ms-input-placeholder,input[type=password]::-ms-input-placeholder,input[type=tel]::-ms-input-placeholder,input[type=text]::-ms-input-placeholder{font-size:15px;font-size:1.5rem;color:#484c53;font-weight:700;text-transform:uppercase;opacity:1;transition:opacity .2s ease}@media only screen and (min-width:768px){input[type=date],input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text]{min-height:80px}}textarea{font-size:15px;font-size:1.5rem;width:100%;border:2px solid #ced3de;border-radius:4px;background:#fff;font-family:Interstate,sans-serif;color:#0033a0;font-weight:300;caret-color:#f1c400;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:180px;padding:25px 29px}textarea:focus{font-size:24px;font-size:2.4rem;outline:none;border-color:#0033a0}textarea:focus::-moz-placeholder{opacity:0}textarea:focus:-ms-input-placeholder{opacity:0}textarea:focus::placeholder{opacity:0}textarea:focus::-ms-input-placeholder{opacity:0}textarea::-moz-placeholder{font-size:15px;font-size:1.5rem;color:#484c53;font-weight:700;text-transform:uppercase;opacity:1;transition:opacity .2s ease}textarea:-ms-input-placeholder{font-size:15px;font-size:1.5rem;color:#484c53;font-weight:700;text-transform:uppercase;opacity:1;transition:opacity .2s ease}textarea::placeholder{font-size:15px;font-size:1.5rem;color:#484c53;font-weight:700;text-transform:uppercase;opacity:1;transition:opacity .2s ease}textarea::-ms-input-placeholder{font-size:15px;font-size:1.5rem;color:#484c53;font-weight:700;text-transform:uppercase;opacity:1;transition:opacity .2s ease}html{font-size:10px}body,html{width:100%}body{font-size:16.5px;font-size:1.65rem;font-family:Interstate,sans-serif;color:#484c53;position:relative;overflow:auto;background-color:#f7f9fc}body.has-sticky-header,body.nav-overlay-open{padding-top:75px}@media only screen and (min-width:1200px){body.has-sticky-header,body.nav-overlay-open{padding-top:125px}}a{color:#0033a0;text-decoration:none;transition:all .2s;transition-property:background-color,border-color,border,color,opacity}:focus{opacity:1;outline:2px solid #3074db;outline-offset:1px}.js-focus-visible :focus:not(.focus-visible),:focus:active{outline:0}img{max-width:100%}*,:after,:before{box-sizing:border-box}.overlay-open{position:fixed;height:100%;overflow:hidden;-ms-touch-action:none;touch-action:none}.nav-tab-open>div:after{content:"";display:block;position:absolute;background:rgba(0,0,0,.1);top:0;left:0;width:100%;height:100%;z-index:2}.overlay:not(.filter-overlay){visibility:hidden}.overlay:not(.filter-overlay).is-visible{visibility:initial}.overlay:not(.filter-overlay).is-visible .overlay-container{max-height:calc(100% - 150px)}.overlay:not(.filter-overlay) .overlay-container{position:fixed;z-index:4;max-width:calc(100% - 100px);max-height:0;width:100%;padding-top:30px;padding-bottom:30px;text-align:center;border-radius:10px;background:#fff;top:50%;left:50%;transform:translate(-50%,-50%);transition:max-height .5s;overflow-y:auto}@media only screen and (max-width:419px){.overlay:not(.filter-overlay) .overlay-container{max-width:calc(100% - 20px)}}@media only screen and (min-width:768px){.overlay:not(.filter-overlay) .overlay-container{max-width:calc(100% - 280px)}}@media only screen and (min-width:1200px){.overlay:not(.filter-overlay) .overlay-container{max-width:calc(100% - 80px);top:calc(50% + 50px)}}.overlay:not(.filter-overlay) .overlay-content{display:inline-block;position:relative;width:calc(100% - 80px);min-height:80px;padding:10px;text-align:left}@media only screen and (max-width:419px){.overlay:not(.filter-overlay) .overlay-content{width:100%}}@media only screen and (min-width:768px){.overlay:not(.filter-overlay) .overlay-content{width:calc(100% - 10px)}}.overlay:not(.filter-overlay) .overlay-content .overlay-inner{overflow:hidden}.overlay:not(.filter-overlay) .overlay-close{font-size:30px;font-size:3rem;position:absolute;z-index:4;top:5px;outline:none;border:none;background:none;color:#484c53;line-height:1;cursor:pointer}@media only screen and (max-width:320px){.overlay:not(.filter-overlay) .overlay-close{right:0}}@media only screen and (min-width:360px) and (max-width:1200px){.overlay:not(.filter-overlay) .overlay-close{right:10%}}@media only screen and (min-width:1200px){.overlay:not(.filter-overlay) .overlay-close{right:15%}}.overlay:not(.filter-overlay) .overlay-loading{visibility:hidden;opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;background:url(../../assets/img/loader.gif?amPsrK37l-IHBNyNzAYKx8pDzz1fkFeNDPIyMFwwBl7) no-repeat 50% 50%;transition:visibility .3s,opacity .3s}.overlay:not(.filter-overlay) .overlay-loading.is-loading{visibility:initial;opacity:1}.overlay-backdrop{position:fixed;z-index:3;top:0;left:0;width:100%;height:100%;background:#000;visibility:hidden;opacity:0;transition:visibility .5s,opacity .5s}.overlay-backdrop.is-visible{visibility:initial;opacity:.7}.filter-overlay{display:none}.filter-overlay.is-visible{display:block}.filter-overlay .overlay-container{position:absolute;z-index:3;top:75px;left:0;width:100%;height:calc(100% - 75px)}.filter-overlay .overlay-content{display:inline-block;position:relative;width:100%;height:100%;background:#fff;border-top:1px solid #f7f9fc;overflow-y:auto}.filter-overlay .overlay-body{padding:40px 30px}.filter-overlay .overlay-close{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-decoration:none;text-transform:none;display:inline-block;background:#fff;color:#0033a0;text-align:center;border:2px solid #fff;border-radius:4px;padding:14px 40px;transition:border-color,color,background,.2s ease-in;line-height:1;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);text-transform:uppercase;width:100%;border-radius:0}.filter-overlay .overlay-close:active,.filter-overlay .overlay-close:hover{opacity:1;color:#022d89;border-color:transparent}.filter-overlay .overlay-close:focus{border-color:#fff}.filter-overlay .overlay-close:hover{background:#0033a0;color:#fff;border-color:#0033a0}.filter-overlay .overlay-close:active{background:#022d89;color:#fff;border-color:#022d89}.loader-on{overflow:hidden}.loader-off .loader-overlay{display:none}.loader-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;opacity:.5;background:#000;z-index:3}.loader{display:inline-block;width:64px;height:64px;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%)}.loader div{position:absolute;width:5px;height:5px;background:#484c53;border-radius:50%;animation:loader 1.2s linear infinite}.loader div:first-child{animation-delay:0s;top:29px;left:53px}.loader div:nth-child(2){animation-delay:-.1s;top:18px;left:50px}.loader div:nth-child(3){animation-delay:-.2s;top:9px;left:41px}.loader div:nth-child(4){animation-delay:-.3s;top:6px;left:29px}.loader div:nth-child(5){animation-delay:-.4s;top:9px;left:18px}.loader div:nth-child(6){animation-delay:-.5s;top:18px;left:9px}.loader div:nth-child(7){animation-delay:-.6s;top:29px;left:6px}.loader div:nth-child(8){animation-delay:-.7s;top:41px;left:9px}.loader div:nth-child(9){animation-delay:-.8s;top:50px;left:18px}.loader div:nth-child(10){animation-delay:-.9s;top:53px;left:29px}.loader div:nth-child(11){animation-delay:-1s;top:50px;left:41px}.loader div:nth-child(12){animation-delay:-1.1s;top:41px;left:50px}@keyframes loader{0%,20%,80%,to{transform:scale(1)}50%{transform:scale(1.5)}}body:before{content:"";top:0;left:0;z-index:1;position:absolute;width:0;height:0;border-color:rgba(0,51,160,.03) transparent transparent;border-style:solid;border-width:100vw 70vw 0 0;top:75px}@media only screen and (min-width:768px){body:before{right:42vw;border-width:100vw 58vw 0 0}}@media only screen and (min-width:1200px){body:before{top:125px}}body:after{content:"";bottom:0;right:0;position:absolute;width:0;height:0;border-color:transparent transparent rgba(0,51,160,.03);border-style:solid;border-width:0 0 100vw 70vw}@media only screen and (min-width:768px){body:after{border-width:0 0 100vw 58vw}}body:after,body:before{content:none}body[class^=page-]:after,body[class^=page-]:before{content:""}body .layout-inner>div>.component>.component-content>*,body .layout-inner>div>.composite>.content,body .layout-inner>div>.content>.component>.component-content>*,body .layout-inner>div>.content>.composite>.content{position:relative;z-index:1}.layout-inner>div,.layout-inner>div>.content>.component,.layout-inner>div>.content>.composite{padding-left:0;padding-right:0}#footer{position:relative;z-index:1;background-color:#fff}.layout-sidebar #column-container{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;max-width:100%;float:none}@media only screen and (min-width:768px){.layout-sidebar #column-container{width:768px}}@media only screen and (min-width:1200px){.layout-sidebar #column-container{width:1200px}}@media only screen and (min-width:1620px){.layout-sidebar #column-container{padding-left:0;padding-right:0;width:1620px}}@media only screen and (min-width:1200px){.layout-sidebar #column-container>.row{margin-left:0;margin-right:0}}.layout-sidebar .layout-inner .hero>.component>*,.layout-sidebar .layout-inner .hero>.composite>.content,.layout-sidebar .layout-inner .main-content>.component>*,.layout-sidebar .layout-inner .main-content>.composite>.content,.layout-sidebar .layout-inner .sidebar>.component>*,.layout-sidebar .layout-inner .sidebar>.composite>.content{position:relative;z-index:1}.layout-sidebar .layout-inner>div,.layout-sidebar .layout-inner>div>.paragraphSystem>.component,.layout-sidebar .layout-inner>div>.paragraphSystem>.composite{padding-left:0;padding-right:0}.page-removeBottomTriangle:after,.page-removeTopTriangle:before{display:none}.page-agingInPlace{overflow-x:hidden}.page-agingInPlace>.container-fluid{overflow-x:inherit}@media screen and (max-width:1619px) and (min-width:1200px){.page-agingInPlace .box.box-landingPageHero>.component-content>.content .richText{max-width:350px}}.page-agingInPlace .box.box-backgroundColor .composite-full-copy-block-with-image{margin-bottom:39px}@media screen and (min-device-width:1200px) and (max-device-width:1600px) and (-webkit-min-device-pixel-ratio:1){.page-agingInPlace .box.box-backgroundColor .composite-full-copy-block-with-image{margin-bottom:15px;margin-top:15px}}.page-agingInPlace .box-blockQuote-noShadow{background:#fff!important}.page-agingInPlace .box-blockQuote-noShadow .component-content>.content .composite-blockquote-box>.content .box-blockQuote,.page-agingInPlace .box-blockQuote-noShadow .component-content>.content .composite-blockquote-box>.content .box-blockQuote:focus,.page-agingInPlace .box-blockQuote-noShadow .component-content>.content .composite-blockquote-box>.content .box-blockQuote:hover{box-shadow:none!important}.page-agingInPlace .box-blockQuote-noShadow .component-content>.content .composite-blockquote-box>.content .box-blockQuote>.component-content>.content .richText h4{font-size:22px}@media screen and (min-width:768px){.page-agingInPlace .box-blockQuote-noShadow .component-content>.content .composite-blockquote-box>.content .box-blockQuote>.component-content>.content .richText h4{font-size:32px}}.page-agingInPlace .box-backgroundColor:last-child{padding:50px 0 75px}.page-agingInPlace .asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper{padding:30px 20px}@media only screen and (min-width:500px){.page-agingInPlace .asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper{padding:75px 60px}}.page-agingInPlace .asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper .accordion-content>.content .box.accordion-inner-content-wrapper>.component-content>.content{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1199px){.page-agingInPlace .asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper .accordion-content>.content .box.accordion-inner-content-wrapper>.component-content>.content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}}@media screen and (min-device-width:1200px) and (max-device-width:1600px) and (-webkit-min-device-pixel-ratio:1){.page-agingInPlace .asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper .accordion-content>.content .box.accordion-inner-content-wrapper>.component-content>.content{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}}@media screen and (min-device-width:1200px) and (max-device-width:1600px) and (-webkit-min-device-pixel-ratio:1) and (max-width:1199px){.page-agingInPlace .asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper .accordion-content>.content .box.accordion-inner-content-wrapper>.component-content>.content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}}.page-agingInPlace .asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper .accordion-content>.content .box.accordion-inner-content-wrapper>.component-content>.content>.composite-aip-chart,.page-agingInPlace .asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper .accordion-content>.content .box.accordion-inner-content-wrapper>.component-content>.content>.image-marginOnMobile,.page-agingInPlace .asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper .accordion-content>.content .box.accordion-inner-content-wrapper>.component-content>.content>.richText-greyBackground{width:45%}@media screen and (max-width:1199px){.page-agingInPlace .asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper .accordion-content>.content .box.accordion-inner-content-wrapper>.component-content>.content>.composite-aip-chart,.page-agingInPlace .asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper .accordion-content>.content .box.accordion-inner-content-wrapper>.component-content>.content>.image-marginOnMobile,.page-agingInPlace .asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper .accordion-content>.content .box.accordion-inner-content-wrapper>.component-content>.content>.richText-greyBackground{width:100%}}@media screen and (min-device-width:1200px) and (max-device-width:1600px) and (-webkit-min-device-pixel-ratio:1){.page-agingInPlace .asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper .accordion-content>.content .box.accordion-inner-content-wrapper>.component-content>.content>.composite-aip-chart,.page-agingInPlace .asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper .accordion-content>.content .box.accordion-inner-content-wrapper>.component-content>.content>.image-marginOnMobile,.page-agingInPlace .asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper .accordion-content>.content .box.accordion-inner-content-wrapper>.component-content>.content>.richText-greyBackground{width:45%}}@media screen and (min-device-width:1200px) and (max-device-width:1600px) and (-webkit-min-device-pixel-ratio:1) and (max-width:1199px){.page-agingInPlace .asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper .accordion-content>.content .box.accordion-inner-content-wrapper>.component-content>.content>.composite-aip-chart,.page-agingInPlace .asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper .accordion-content>.content .box.accordion-inner-content-wrapper>.component-content>.content>.image-marginOnMobile,.page-agingInPlace .asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper .accordion-content>.content .box.accordion-inner-content-wrapper>.component-content>.content>.richText-greyBackground{width:100%}}.page-agingInPlace .asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper .accordion-content>.content .box.accordion-inner-content-wrapper>.component-content>.content>.box.box-greyBackground{width:50%}@media screen and (max-width:1199px){.page-agingInPlace .asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper .accordion-content>.content .box.accordion-inner-content-wrapper>.component-content>.content>.box.box-greyBackground{width:100%}}@media screen and (min-device-width:1200px) and (max-device-width:1600px) and (-webkit-min-device-pixel-ratio:1){.page-agingInPlace .asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper .accordion-content>.content .box.accordion-inner-content-wrapper>.component-content>.content>.box.box-greyBackground{width:50%}}@media screen and (min-device-width:1200px) and (max-device-width:1600px) and (-webkit-min-device-pixel-ratio:1) and (max-width:1199px){.page-agingInPlace .asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper .accordion-content>.content .box.accordion-inner-content-wrapper>.component-content>.content>.box.box-greyBackground{width:100%}}.page-agingInPlace .asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper .accordion-content>.content .image-marginOnMobile{padding:0}.page-agingInPlace .asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper .accordion-content>.content .image-marginOnMobile img{-o-object-fit:cover;object-fit:cover;width:100%}.page-agingInPlace .asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper .accordion-content>.content>.richText:first-child,.page-agingInPlace .reference-footer{padding-left:0;padding-right:0}.page-agingInPlace .reference-footer .composite-newsletter-full-width,.page-agingInPlace .reference-footer .composite-newsletter-full-width .form.form-newsletter-full-width{padding-left:inherit;padding-right:inherit}.page-agingInPlace .reference-footer .composite-newsletter-full-width .form.form-newsletter-full-width>.component-content{padding:35px 20px}.page-agingInPlace .composite-full-copy-block-with-image{padding:0 20px;margin-bottom:39px;margin-top:39px}@media screen and (min-width:768px){.page-agingInPlace .composite-full-copy-block-with-image{padding:0}}.page-agingInPlace .composite-full-copy-block-with-image .promoBox-fullCopyBlockWithImage{padding:0;overflow:visible}.page-agingInPlace .composite-full-copy-block-with-image .promoBox-fullCopyBlockWithImage>.component-content .promoBox-link-wrapper{padding:inherit}.page-agingInPlace .composite-full-copy-block-with-image .promoBox-fullCopyBlockWithImage>.component-content .promoBox-link-wrapper .promoBox-text-icon-wrapper .promoBox-description p a{width:300px}@media screen and (min-width:1200px){.page-agingInPlace .composite-full-copy-block-with-image .promoBox-fullCopyBlockWithImage>.component-content .promoBox-link-wrapper .promoBox-text-icon-wrapper .promoBox-description p a{width:auto}}@media only screen and (max-width:1199px){.page-agingInPlace .center-text-on-mobile *{text-align:center!important}}@media screen and (min-width:1200px){.page-agingInPlace .box-productHero-NCP>.component-content{margin:-40px auto 0;background-size:cover;min-height:inherit;max-height:inherit;height:523px;padding-top:75px}}@media only screen and (min-width:768px){.page-agingInPlace .image-mobileProductHero{padding-top:0!important}}.page-optiflux-dialyzers-home .reference-optiflux-header>.inner>.component-content{padding-left:40px;padding-right:40px}@media screen and (min-width:768px){.page-optiflux-dialyzers-home .reference-optiflux-header>.inner>.component-content{padding-left:30px;padding-right:30px}}@media screen and (min-width:1620px){.page-optiflux-dialyzers-home .reference-optiflux-header>.inner>.component-content{padding-left:30px;padding-right:30px}}.page-optiflux-dialyzers-home .reference-optiflux-header>.inner>.component-content .box-headerWrapper{display:none}.page-optiflux-dialyzers-home .reference-optiflux-header>.inner>.component-content .box-headerWrapper .navigation-utilityNav,.page-optiflux-dialyzers-home .reference-optiflux-header>.inner>.component-content .box-headerWrapper .searchOverlay,.page-optiflux-dialyzers-home .reference-optiflux-header>.inner>.component-content .box-headerWrapper .tabs-globalNavigation{display:inherit}.page-optiflux-dialyzers-home .reference-optiflux-header>.inner>.component-content .mobile-buttons{display:none}.page-optiflux-dialyzers-home .box.box-offeringHero{height:360px;padding-top:0}@media screen and (min-width:500px){.page-optiflux-dialyzers-home .box.box-offeringHero{height:300px}}@media screen and (min-width:768px){.page-optiflux-dialyzers-home .box.box-offeringHero{height:434px;max-height:434px;min-height:0}}@media only screen and (min-width:768px) and (max-width:1199px){.page-optiflux-dialyzers-home .box.box-offeringHero:before{border-width:120vw 78vw 0 0!important}}.page-optiflux-dialyzers-home .box.box-offeringHero>.component-content{height:inherit;max-height:inherit;min-height:inherit;padding-top:110px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media screen and (min-width:1620px){.page-optiflux-dialyzers-home .box.box-offeringHero>.component-content{padding-top:90px;padding-bottom:100px}}.page-optiflux-dialyzers-home .box.box-offeringHero>.component-content>.content{height:100%;display:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-pack:center;justify-content:center;background-color:rgba(0,51,160,.8);padding-left:10px;padding-right:10px}@media screen and (min-width:1900px){.page-optiflux-dialyzers-home .box.box-offeringHero>.component-content>.content{background-color:#0033a0}}@media screen and (min-width:375px) and (max-width:767px){.page-optiflux-dialyzers-home .box.box-offeringHero>.component-content>.content{padding:48px 10px 60px}}@media screen and (min-width:768px){.page-optiflux-dialyzers-home .box.box-offeringHero>.component-content>.content{background-color:rgba(0,51,160,0)!important;-ms-flex-pack:left;justify-content:left;width:1620px}}@media screen and (min-width:1200px){.page-optiflux-dialyzers-home .box.box-offeringHero>.component-content>.content{width:1620px}}.page-optiflux-dialyzers-home .box.box-offeringHero>.component-content>.content>.richText h1,.page-optiflux-dialyzers-home .box.box-offeringHero>.component-content>.content>.richText h4{margin-bottom:15px}@media screen and (min-width:375px){.page-optiflux-dialyzers-home .box.box-offeringHero>.component-content>.content>.richText h1,.page-optiflux-dialyzers-home .box.box-offeringHero>.component-content>.content>.richText h4{margin-bottom:40px}}.page-optiflux-dialyzers-home .box.box-offeringHero>.component-content>.content>.richText h1 h1,.page-optiflux-dialyzers-home .box.box-offeringHero>.component-content>.content>.richText h4 h1{margin-bottom:10px}@media screen and (min-width:768px){.page-optiflux-dialyzers-home .box.box-offeringHero>.component-content>.content>.richText h1,.page-optiflux-dialyzers-home .box.box-offeringHero>.component-content>.content>.richText h4{width:100%}}.page-optiflux-dialyzers-home .box.box-offeringHero>.component-content>.content>.richText .cta-link{color:#fff!important}@media screen and (min-width:768px){.page-optiflux-dialyzers-home .box.box-offeringHero>.component-content>.content>.richText{margin:0 20px;padding:0}}.page-optiflux-dialyzers-home .box.box-pageSection:not(.box-backgroundColor)>.component-content>.content{width:1620px}.page-optiflux-dialyzers-home .box.box-pageSection:not(.box-backgroundColor) .outline-button{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-decoration:none;text-transform:none;display:inline-block;background:#0033a0!important;color:#fff!important;text-align:center;border:2px solid #0033a0!important;border-radius:4px;padding:14px 40px;transition:border-color,color,background,.2s ease-in;box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}.page-optiflux-dialyzers-home .box.box-pageSection:not(.box-backgroundColor) .outline-button:focus,.page-optiflux-dialyzers-home .box.box-pageSection:not(.box-backgroundColor) .outline-button:hover{background:transparent!important;color:#022d89!important;border-color:#022d89!important}.page-optiflux-dialyzers-home .composite-newsletter-full-width{margin-top:70px}.page-optiflux-dialyzers-home .composite-newsletter-full-width>.content>.form-newsletter-full-width{padding-left:10px;padding-right:10px}@media screen and (min-width:768px){.page-optiflux-dialyzers-home .composite-newsletter-full-width>.content>.form-newsletter-full-width>.component-content>form>.formContent{padding:0 50px}}@media screen and (min-width:768px){.page-optiflux-dialyzers-home .composite-newsletter-full-width>.content>.form-newsletter-full-width>.component-content>form>.formContent>.formButton{right:65px}}.page-optiflux-dialyzers-home .box-forward-content{background-color:rgba(0,51,160,.06)!important;padding:70px 0 0}.page-optiflux-dialyzers-home .box-forward-content>.component-content:first-child>.content{padding:0 30px!important}@media screen and (min-width:768px){.page-optiflux-dialyzers-home .box-forward-content>.component-content:first-child>.content{padding:0 10px!important}}@media only screen and (min-width:1620px){.page-optiflux-dialyzers-home .box-forward-content>.component-content:first-child>.content{padding:0!important}}.page-optiflux-dialyzers-home .box-forward-content .box-blockQuote{box-shadow:none;border:none;background:transparent;padding:40px 0}.page-optiflux-dialyzers-home .box-forward-content .box-blockQuote:focus,.page-optiflux-dialyzers-home .box-forward-content .box-blockQuote:hover{box-shadow:none}@media screen and (min-width:1024px){.page-optiflux-dialyzers-home .box-forward-content .box-blockQuote{padding:40px}}.page-optiflux-dialyzers-home .box-forward-content .composite-picture-card{padding-left:10px!important;padding-right:10px!important}.page-optiflux-dialyzers-home .box-forward-content .box.box-pictureBox>.component-content{background-position-y:40%}@media screen and (min-width:500px){.page-optiflux-dialyzers-home .box-forward-content .box.box-pictureBox{height:320px}}@media screen and (min-width:1024px){.page-optiflux-dialyzers-home .box-forward-content .box.box-pictureBox{height:520px}}.page-optiflux-dialyzers-home .box.section.col-xs-12:not(.box-blockQuote):not(.box-forward-content):not(.composite-newsletter-full-width):not(.box-pageContainer){padding-left:0;padding-right:0}.page-optiflux-dialyzers-home .box.section.col-xs-12:not(.box-blockQuote):not(.box-forward-content):not(.composite-newsletter-full-width):not(.box-pageContainer)>.component-content>.content{padding-left:30px;padding-right:30px}@media screen and (min-width:768px){.page-optiflux-dialyzers-home .box.section.col-xs-12:not(.box-blockQuote):not(.box-forward-content):not(.composite-newsletter-full-width):not(.box-pageContainer)>.component-content>.content{padding-left:20px;padding-right:20px}}@media only screen and (min-width:768px) and (max-width:1199px){.page-optiflux-dialyzers-home .box.section.col-xs-12:not(.box-blockQuote):not(.box-forward-content):not(.composite-newsletter-full-width):not(.box-pageContainer)>.component-content>.content{width:100%}}.page-optiflux-dialyzers-home .box.section.col-xs-12:not(.box-blockQuote):not(.box-forward-content):not(.composite-newsletter-full-width):not(.box-pageContainer):first-child>.component-content>.content{padding-left:10px;padding-right:10px}@media screen and (min-width:768px){.page-optiflux-dialyzers-home .box.section.col-xs-12:not(.box-blockQuote):not(.box-forward-content):not(.composite-newsletter-full-width):not(.box-pageContainer):first-child>.component-content>.content{padding-left:20px;padding-right:20px}}.page-optiflux-dialyzers-home .box.section.col-xs-12:not(.box-blockQuote):not(.box-forward-content):not(.composite-newsletter-full-width):not(.box-pageContainer):first-child>.component-content>.content .box.box-blockQuote{background-color:#fff}.page-optiflux-dialyzers-home .box.section.col-xs-12:not(.box-blockQuote):not(.box-forward-content):not(.composite-newsletter-full-width):not(.box-pageContainer):last-child>.component-content>.content{padding-left:40px;padding-right:40px}@media screen and (min-width:768px){.page-optiflux-dialyzers-home .box.section.col-xs-12:not(.box-blockQuote):not(.box-forward-content):not(.composite-newsletter-full-width):not(.box-pageContainer):last-child>.component-content>.content{padding-left:30px;padding-right:30px}}.page-optiflux-dialyzers-home .box.section.col-xs-12:not(.box-blockQuote):not(.box-forward-content):not(.composite-newsletter-full-width):not(.box-pageContainer):last-child>.component-content>.content .richText{padding-left:0;padding-right:0;width:100%}.page-optiflux-dialyzers-home .box.section.col-xs-12:not(.box-blockQuote):not(.box-forward-content):not(.composite-newsletter-full-width):not(.box-pageContainer):last-child>.component-content>.content .richText>.component-content>.richText-content p{margin-left:0!important}.page-optiflux-dialyzers-home .box.section.col-xs-12:not(.box-blockQuote):not(.box-forward-content):not(.composite-newsletter-full-width):not(.box-pageContainer):last-child>.component-content>.content .richText>.component-content ol{padding-left:20px;padding-right:20px}@media only screen and (min-width:1620px){.page-optiflux-dialyzers-home .box.section.col-xs-12:not(.box-blockQuote):not(.box-forward-content):not(.composite-newsletter-full-width):not(.box-pageContainer) .richtext-footer-links{margin-top:20px}}.box.component.section.default-style.col-xs-12.col-md-4{padding-left:1em!important;padding-right:1em!important}.reference-dialyzer-footer .richtext-footer-links:last-child p:after{content:none!important}.reference-dialyzer-footer .richtext-footer-links a{font-size:15px!important;color:#0033a0!important}.reference-dialyzer-footer .image.component.section.image-logoFullSize{padding:0}.reference-dialyzer-footer .image.component.section.image-logoFullSize img{-o-object-fit:contain;object-fit:contain}@media screen and (min-width:1620px){.page-optiflux-dialyzers-home .box.box-offeringHero>.component-content{width:100%}}@media screen and (min-width:1930px){.box.box-offeringHero:before{left:-300px}.box.box-offeringHero.component.section{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.page-optiflux-dialyzers-home .box.box-offeringHero>.component-content{width:1580px;background-size:cover}.page-optiflux-dialyzers-home .box.box-offeringHero>.component-content>.content>.richText{margin:0}}.page-optiflux-dialyzers-home .box.box-backgroundColor{background-color:rgba(0,51,160,.06)}@media screen and (min-width:1024px){.page-optiflux-dialyzers-home .box.box-pageSection:not(.box-backgroundColor)>.component-content>.content>.richText,.page-optiflux-dialyzers-home .box.box-pageSection:not(.box-backgroundColor)>.component-content>.content>.video{width:50%}}.page-optiflux-dialyzers-home .box.section.col-xs-12:not(.box-blockQuote):not(.box-forward-content):not(.composite-newsletter-full-width):first-child .box-pageContainer .content .box h4{margin-bottom:15px}.page-optiflux-dialyzers-home .box.box-offeringHero:before{border-color:rgba(0,51,160,.8) transparent transparent}@media screen and (min-width:1900px){.page-optiflux-dialyzers-home .box.box-offeringHero:before{border-color:#0033a0 transparent transparent}}@media screen and (min-width:768px){.page-optiflux-dialyzers-home .box.box-offeringHero>.component-content{width:1580px;background-size:cover}}@media screen and (min-width:1620px){#footer .box.section.col-xs-12:not(.box-blockQuote):not(.box-forward-content):not(.composite-newsletter-full-width):last-child>.component-content>.content .richText{width:auto}}.template-abstract-detail .box.box-articleHero>.component-content{padding-bottom:70px}@media only screen and (min-width:768px){.template-abstract-detail .box.box-articleHero>.component-content{padding-bottom:140px}}.template-abstract-detail .richText-publisherInfo{margin-top:-50px}@media only screen and (min-width:768px){.template-abstract-detail .richText-publisherInfo{margin-top:0}}.template-abstract-detail .shareThis.shareThis-vertical .shareThis-list{-ms-flex-align:start;align-items:flex-start}.template-amr-article .title-heading,.template-article-detail .title-heading{margin-top:0}.template-amr-article .composite-hero-centered,.template-article-detail .composite-hero-centered{margin-bottom:45px}@media only screen and (min-width:1200px){.template-amr-article .composite-hero-centered,.template-article-detail .composite-hero-centered{margin-bottom:100px}}.template-amr-article .composite-copy,.template-amr-article .composite-copy-and-bleeding-image,.template-amr-article .composite-image,.template-amr-article .composite-last-article-paragraph,.template-amr-article .composite-social-share-and-copy,.template-article-detail .composite-copy,.template-article-detail .composite-copy-and-bleeding-image,.template-article-detail .composite-image,.template-article-detail .composite-last-article-paragraph,.template-article-detail .composite-social-share-and-copy{margin-bottom:60px}@media only screen and (min-width:1200px){.template-amr-article .composite-last-article-paragraph,.template-article-detail .composite-last-article-paragraph{margin-bottom:100px}}.template-amr-article .richText.component:last-child p:last-child,.template-article-detail .richText.component:last-child p:last-child{margin-bottom:0}.template-amr-article .richText p,.template-article-detail .richText p{font-weight:300;margin-bottom:30px}@media only screen and (min-width:1200px){.template-amr-article .richText p,.template-article-detail .richText p{font-size:18px;font-size:1.8rem}}.template-amr-article .image,.template-article-detail .image{margin-bottom:70px}.template-amr-article .image:last-child,.template-article-detail .image:last-child{margin-bottom:0}.template-amr-article .image img,.template-article-detail .image img{width:100%}.template-abstract-detail .backToCategory,.template-article-detail .backToCategory{display:none;position:absolute;top:25px;width:auto}@media only screen and (min-width:768px){.template-abstract-detail .backToCategory,.template-article-detail .backToCategory{display:block}}.template-abstract-detail .backToCategory-link,.template-article-detail .backToCategory-link{color:#fff}.template-education-hub #column-container{margin-bottom:100px}.template-home .composite-link-cards:last-of-type{background-color:rgba(0,51,160,.03);padding-top:75px;position:relative;max-width:100%;overflow:hidden}@media only screen and (min-width:1200px){.template-home .composite-link-cards:last-of-type{padding-top:175px}}.template-home .composite-link-cards:last-of-type:before{content:"";width:0;height:0;border-color:#f7f9fc transparent transparent;border-style:solid;border-width:65px 50vw 0;position:absolute;top:0;left:0}@media only screen and (min-width:1200px){.template-home .composite-link-cards:last-of-type:before{border-width:165px 50vw 0}}.template-amr-article,.template-amr-author,.template-amr-home,.template-amr-inbound-landing{background-color:#fff}.template-amr-article .reference-header a,.template-amr-article .reference-header li,.template-amr-article .reference-header p,.template-amr-author .reference-header a,.template-amr-author .reference-header li,.template-amr-author .reference-header p,.template-amr-home .reference-header a,.template-amr-home .reference-header li,.template-amr-home .reference-header p,.template-amr-inbound-landing .reference-header a,.template-amr-inbound-landing .reference-header li,.template-amr-inbound-landing .reference-header p{line-height:normal}.template-amr-article .composite-copy-and-bleeding-image p,.template-amr-article .composite-copy p,.template-amr-article .composite-last-article-paragraph p,.template-amr-article .composite-social-share-and-copy p,.template-amr-article a,.template-amr-article li,.template-amr-article p,.template-amr-author .composite-copy-and-bleeding-image p,.template-amr-author .composite-copy p,.template-amr-author .composite-last-article-paragraph p,.template-amr-author .composite-social-share-and-copy p,.template-amr-author a,.template-amr-author li,.template-amr-author p,.template-amr-home .composite-copy-and-bleeding-image p,.template-amr-home .composite-copy p,.template-amr-home .composite-last-article-paragraph p,.template-amr-home .composite-social-share-and-copy p,.template-amr-home a,.template-amr-home li,.template-amr-home p,.template-amr-inbound-landing .composite-copy-and-bleeding-image p,.template-amr-inbound-landing .composite-copy p,.template-amr-inbound-landing .composite-last-article-paragraph p,.template-amr-inbound-landing .composite-social-share-and-copy p,.template-amr-inbound-landing a,.template-amr-inbound-landing li,.template-amr-inbound-landing p{line-height:33px}.template-amr-article .composite.composite-meet-the-author a,.template-amr-article .composite.composite-meet-the-author p,.template-amr-article li,.template-amr-article p,.template-amr-author .composite.composite-meet-the-author a,.template-amr-author .composite.composite-meet-the-author p,.template-amr-author li,.template-amr-author p,.template-amr-home .composite.composite-meet-the-author a,.template-amr-home .composite.composite-meet-the-author p,.template-amr-home li,.template-amr-home p,.template-amr-inbound-landing .composite.composite-meet-the-author a,.template-amr-inbound-landing .composite.composite-meet-the-author p,.template-amr-inbound-landing li,.template-amr-inbound-landing p{font-weight:300}@media only screen and (min-width:1200px){.template-amr-article .composite.composite-meet-the-author a,.template-amr-article .composite.composite-meet-the-author p,.template-amr-article li,.template-amr-article p,.template-amr-author .composite.composite-meet-the-author a,.template-amr-author .composite.composite-meet-the-author p,.template-amr-author li,.template-amr-author p,.template-amr-home .composite.composite-meet-the-author a,.template-amr-home .composite.composite-meet-the-author p,.template-amr-home li,.template-amr-home p,.template-amr-inbound-landing .composite.composite-meet-the-author a,.template-amr-inbound-landing .composite.composite-meet-the-author p,.template-amr-inbound-landing li,.template-amr-inbound-landing p{font-size:18px;font-size:1.8rem}}.template-amr-article #footer .image img,.template-article-detail #footer .image img{width:221px}.template-amr-home .richText>.component-content a,.template-amr-home .richText>.component-content li,.template-amr-home .richText>.component-content p{line-height:33px}.template-amr-home .richText>.component-content h2{font-size:38px;font-size:3.8rem}.template-amr-home .richText>.component-content li{font-size:16.5px;font-size:1.65rem}.template-amr-home .composite-form-amr-2020.composite-amr-form-whiteBackground .richText p{font-size:22px;font-size:2.2rem}.template-amr-home .composite-form-amr-2020.composite-amr-form-whiteBackground .content .form>.component-content>form>.formContent>.form-element{padding:0}.template-amr-home .composite-form-amr-2020 .richText h2{font-size:32px;font-size:3.2rem}.template-amr-home .promoBox{top:0;margin-bottom:0}.template-amr-home .promoBox .promoBox-heading h4{font-size:32px;font-size:3.2rem}.template-amr-home .promoBox li{font-size:22px;font-size:2.2rem}@media only screen and (min-width:1200px){.template-amr-home .pageList .annualmedicalreport{width:1620px;padding-left:0;padding-right:0}}@media only screen and (min-width:1620px){.template-amr-home .pageList .annualmedicalreport{padding-left:10px;padding-right:10px}}.template-amr-home .pageList .annualmedicalreport .pageList-content{padding:20px 30px 30px;height:-moz-fit-content;height:fit-content;min-height:177px}.template-amr-home .pageList .annualmedicalreport .pageList-content .pageList-title{-ms-flex-positive:0;flex-grow:0;font-size:18px;font-size:1.8rem;line-height:33px}.template-amr-home .pageList .annualmedicalreport .pageList-content .pageList-topic{display:none;margin-bottom:0}.template-amr-author .richText>.component-content p{line-height:33px}.template-amr-author .richText>.component-content a{font-weight:300}.template-amr-author .richText>.component-content h1{font-size:50px;font-size:5rem}.template-amr-author .richText>.component-content h2{font-size:38px;font-size:3.8rem}.template-amr-author .richText>.component-content h4{font-family:Interstate-light,sans-serif}.template-amr-thank-you .richText>.component-content p{line-height:33px}@media only screen and (min-width:1200px){.template-amr-thank-you .richText>.component-content p{font-size:24px;font-size:2.4rem;font-weight:300}}.template-together-ahead .richText>.component-content>.richText-content>h1,.template-together-ahead .richText>.component-content>.richText-content h2,.template-together-ahead .richText>.component-content>.richText-content h3,.template-together-ahead .richText>.component-content>.richText-content h4,.template-together-ahead .richText>.component-content>.richText-content h5,.template-together-ahead .richText>.component-content>.richText-content h6,.template-together-ahead .richText>.component-content>.richText-content p{font-weight:300;line-height:1.4}@media only screen and (min-width:1200px){.template-together-ahead .richText>.component-content>.richText-content>h1,.template-together-ahead .richText>.component-content>.richText-content h2,.template-together-ahead .richText>.component-content>.richText-content h3,.template-together-ahead .richText>.component-content>.richText-content h4,.template-together-ahead .richText>.component-content>.richText-content h5,.template-together-ahead .richText>.component-content>.richText-content h6,.template-together-ahead .richText>.component-content>.richText-content p{line-height:1.4}}@media only screen and (min-width:1620px){.template-together-ahead .richText>.component-content>.richText-content>h1,.template-together-ahead .richText>.component-content>.richText-content h2,.template-together-ahead .richText>.component-content>.richText-content h3,.template-together-ahead .richText>.component-content>.richText-content h4,.template-together-ahead .richText>.component-content>.richText-content h5,.template-together-ahead .richText>.component-content>.richText-content h6,.template-together-ahead .richText>.component-content>.richText-content p{line-height:1.4}}.template-together-ahead .richText>.component-content>.richText-content h1{font-size:36px;font-size:3.6rem;font-weight:300}@media only screen and (min-width:900px){.template-together-ahead .richText>.component-content>.richText-content h1{font-size:38px;font-size:3.8rem}}.template-together-ahead .richText>.component-content>.richText-content h2{font-size:28px;font-size:2.8rem}@media only screen and (min-width:900px){.template-together-ahead .richText>.component-content>.richText-content h2{font-size:28px;font-size:2.8rem}}@media only screen and (min-width:1150px){.template-together-ahead .richText>.component-content>.richText-content h2{font-size:32px;font-size:3.2rem}}.template-together-ahead .richText>.component-content>.richText-content h3{font-size:22px;font-size:2.2rem}@media only screen and (min-width:900px){.template-together-ahead .richText>.component-content>.richText-content h3{font-size:22px;font-size:2.2rem}}@media only screen and (min-width:1150px){.template-together-ahead .richText>.component-content>.richText-content h3{font-size:22px;font-size:2.2rem}}@media only screen and (min-width:1350px){.template-together-ahead .richText>.component-content>.richText-content h3{font-size:24px;font-size:2.4rem}}@media only screen and (min-width:1500px){.template-together-ahead .richText>.component-content>.richText-content h3{font-size:28px;font-size:2.8rem}}.template-together-ahead .richText>.component-content>.richText-content h5{font-size:16px;font-size:1.6rem;font-size:32px;font-size:3.2rem;line-height:1.25;font-family:Interstate,sans-serif;font-style:italic}@media only screen and (min-width:1200px){.template-together-ahead .richText>.component-content>.richText-content h5{font-size:42px;font-size:4.2rem;line-height:1.333}}@media only screen and (min-width:900px){.template-together-ahead .richText>.component-content>.richText-content h5{font-size:32px;font-size:3.2rem;line-height:1.25;font-family:Interstate,sans-serif;font-style:italic;font-size:18px;font-size:1.8rem}}@media only screen and (min-width:900px) and (min-width:1200px){.template-together-ahead .richText>.component-content>.richText-content h5{font-size:42px;font-size:4.2rem;line-height:1.333}}.template-together-ahead .richText>.component-content>.richText-content h6{font-size:16px;font-size:1.6rem}@media only screen and (min-width:900px){.template-together-ahead .richText>.component-content>.richText-content h6{font-size:18px;font-size:1.8rem}}.template-together-ahead .richText>.component-content>.richText-content>p{font-size:16.5px}@media only screen and (min-width:900px){.template-together-ahead .richText>.component-content>.richText-content>p{font-size:18px}}.template-together-ahead .richText>.component-content>.richText-content a:not(.navigation-item-title):not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon){line-height:1.4;font-size:15px;font-size:1.5rem}@media only screen and (min-width:900px){.template-together-ahead .richText>.component-content>.richText-content a:not(.navigation-item-title):not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon){font-size:16px;font-size:1.6rem}}@media only screen and (min-width:1200px){.template-together-ahead .richText>.component-content>.richText-content a:not(.navigation-item-title):not(.facebook-icon):not(.twitter-icon):not(.linkedin-icon):not(.youtube-icon){line-height:1.4}}.template-together-ahead .richText>.component-content>*{line-height:1.4}.template-together-ahead .richText>.component-content p{font-weight:300;font-size:16px;font-size:1.6rem}@media only screen and (min-width:900px){.template-together-ahead .richText>.component-content p{font-size:18px;font-size:1.8rem}}.template-together-ahead .richText>.component-content a{font-weight:300}.template-together-ahead .richText>.component-content h1{font-size:70px;font-size:7rem}.template-together-ahead .richText>.component-content h2{font-size:38px;font-size:3.8rem}.template-together-ahead .richText>.component-content h4{font-family:Interstate-light,sans-serif}.template-our-company .richText>.component-content h2,.template-our-company .richText>.component-content h3,.template-our-company .richText>.component-content h4,.template-our-company .richText>.component-content h5,.template-our-company .richText>.component-content h6,.template-our-company .richText>.component-content p{font-weight:300;line-height:1.4}@media only screen and (min-width:1200px){.template-our-company .richText>.component-content h2,.template-our-company .richText>.component-content h3,.template-our-company .richText>.component-content h4,.template-our-company .richText>.component-content h5,.template-our-company .richText>.component-content h6,.template-our-company .richText>.component-content p{line-height:1.4}}@media only screen and (min-width:1620px){.template-our-company .richText>.component-content h2,.template-our-company .richText>.component-content h3,.template-our-company .richText>.component-content h4,.template-our-company .richText>.component-content h5,.template-our-company .richText>.component-content h6,.template-our-company .richText>.component-content p{line-height:1.4}}.template-our-company .richText>.component-content p{font-size:16px;font-size:1.6rem}@media only screen and (min-width:900px){.template-our-company .richText>.component-content p{font-size:18px;font-size:1.8rem}}.template-our-company .richText>.component-content h1{font-size:50px;font-size:5rem}.template-our-company .richText>.component-content h2{font-size:28px;font-size:2.8rem}@media only screen and (min-width:900px){.template-our-company .richText>.component-content h2{font-size:28px;font-size:2.8rem}}@media only screen and (min-width:1150px){.template-our-company .richText>.component-content h2{font-size:32px;font-size:3.2rem}}.template-our-company .richText>.component-content h4{font-family:Interstate-light,sans-serif}body:before{content:"xsmall"!important;display:none}@media only screen and (min-width:768px){body:before{content:"small"!important}}@media only screen and (min-width:1024px){body:before{content:"medium"!important}}@media only screen and (min-width:1200px){body:before{content:"large"!important}}@media only screen and (min-width:1440px){body:before{content:"xlarge"!important}}@media only screen and (min-width:1620px){body:before{content:"xxlarge"!important}}.page-timeline #content{background-color:#002d62;background-attachment:fixed;background-repeat:no-repeat;background-size:cover}.page-timeline #content>div>div>div>div>div>div.image.component.section.hide-on-desktop.col-xs-12,.page-timeline #content>div>div>div>div>div>div.image.component.section.hide-on-mobile.col-xs-12{z-index:4}.page-timeline #content>div>div>div>div>div>div.box.component.section.box-backgroundColor{background:#fff;min-height:400px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;z-index:3}.page-timeline #content>div>div>div>div>div>div.box.component.section.box-backgroundColor>.component-content{display:inherit;-ms-flex-pack:inherit;justify-content:inherit;-ms-flex-align:inherit;align-items:inherit}.page-timeline #content>div>div>div>div>div>div.box.component.section.box-backgroundColor>.component-content>.content{display:inherit;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:inherit;justify-content:inherit;-ms-flex-align:inherit;align-items:inherit}.page-timeline #content>div>div>div>div>div>div.box.component.section.box-backgroundColor>.component-content>.content .breadcrumbs,.page-timeline #content>div>div>div>div>div>div.box.component.section.box-backgroundColor>.component-content>.content .richText:first-of-type{-ms-flex-item-align:start;align-self:flex-start}.page-timeline #content #header{z-index:6}.page-timeline #content #footer{z-index:5}#header{position:relative;z-index:4;background:#fff}#header,#header .layout-inner>div{min-height:0}.nav-overlay-open #header{position:fixed;top:0}.reference-header,.reference-header1,.reference-header2,.reference-optiflux-header{background:#fff;padding:20px 0 25px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);top:0;height:70px;overflow:visible}@media only screen and (min-width:1200px){.reference-header,.reference-header1,.reference-header2,.reference-optiflux-header{height:115px;padding:25px 0 35px}}.reference-header1.is-sticky,.reference-header2.is-sticky,.reference-header.is-sticky,.reference-optiflux-header.is-sticky{position:fixed;top:0;width:100%;padding:15px 0;top:-51px}@media only screen and (min-width:1200px){.reference-header1.is-sticky,.reference-header2.is-sticky,.reference-header.is-sticky,.reference-optiflux-header.is-sticky{padding:25px 0;top:-85px}}.reference-header1.is-sticky>.inner>.component-content,.reference-header2.is-sticky>.inner>.component-content,.reference-header.is-sticky>.inner>.component-content,.reference-optiflux-header.is-sticky>.inner>.component-content{-ms-flex-align:center;align-items:center}.reference-header1.sticky-visible,.reference-header2.sticky-visible,.reference-header.sticky-visible,.reference-optiflux-header.sticky-visible{top:0}.reference-header1.sticky-transition,.reference-header2.sticky-transition,.reference-header.sticky-transition,.reference-optiflux-header.sticky-transition{transition:top .2s ease-out}.reference-header1>.inner>.component-content,.reference-header2>.inner>.component-content,.reference-header>.inner>.component-content,.reference-optiflux-header>.inner>.component-content{margin-right:auto;margin-left:auto;max-width:100%;display:-ms-flexbox;display:flex;padding:0 20px}@media only screen and (min-width:768px){.reference-header1>.inner>.component-content,.reference-header2>.inner>.component-content,.reference-header>.inner>.component-content,.reference-optiflux-header>.inner>.component-content{width:768px}}@media only screen and (min-width:1200px){.reference-header1>.inner>.component-content,.reference-header2>.inner>.component-content,.reference-header>.inner>.component-content,.reference-optiflux-header>.inner>.component-content{width:1200px}}@media only screen and (min-width:1620px){.reference-header1>.inner>.component-content,.reference-header2>.inner>.component-content,.reference-header>.inner>.component-content,.reference-optiflux-header>.inner>.component-content{padding-left:0;padding-right:0;width:1620px}}@media only screen and (min-width:768px){.reference-header1>.inner>.component-content,.reference-header2>.inner>.component-content,.reference-header>.inner>.component-content,.reference-optiflux-header>.inner>.component-content{width:1620px}}@media only screen and (min-width:1200px){.reference-header1>.inner>.component-content,.reference-header2>.inner>.component-content,.reference-header>.inner>.component-content,.reference-optiflux-header>.inner>.component-content{width:1620px}}@media only screen and (min-width:1620px){.reference-header1>.inner>.component-content,.reference-header2>.inner>.component-content,.reference-header>.inner>.component-content,.reference-optiflux-header>.inner>.component-content{width:1620px;padding-left:20px;padding-right:20px}}.mobile-buttons{position:absolute;font-size:0;top:50%;right:20px;transform:translateY(-50%)}@media only screen and (min-width:1200px){.mobile-buttons{display:none}}.nav-overlay-open .mobile-buttons .mobile-button-menu{display:none}.nav-overlay-open .mobile-buttons .mobile-button-close{display:block}.mobile-buttons button{border:0;margin:0;padding:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit}.mobile-buttons button:focus,.mobile-buttons button:hover{cursor:pointer}.mobile-button-menu:before{width:26px;height:16px;content:url(../../assets/img/menu.svg?43jrloGeNA0Msy4zq-ygX3-5MSLRo8RXCCmsnZwiS7J);display:inline-block}.mobile-button-close{display:none}.mobile-button-close:before{width:17px;height:17px;content:url(../../assets/img/close.svg?4gTH6SYP4iqWfZtxGCzX_9teo1-h5ekq9Ls2ro0AG35);display:inline-block}.mobile-back-button{border:0;padding:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;font-size:18px;font-size:1.8rem;font-family:Interstate,sans-serif;line-height:1.389;font-weight:300;color:#0033a0;margin:0 0 40px;border-bottom:1px solid transparent}.mobile-back-button:last-child{margin-bottom:0}@media only screen and (min-width:1200px){.mobile-back-button{display:none}}.mobile-back-button:before{content:">";display:inline-block;position:relative;font-family:inherit;font-weight:100;font-style:normal;transform:rotate(180deg);margin-right:15px}.mobile-back-button:focus,.mobile-back-button:hover{cursor:pointer;color:#022d89;border-bottom-color:#022d89}.inner-tab-open .mobile-back-button.level-1{display:none}.mobile-back-button.level-1{margin-left:10px}@media only screen and (min-width:1200px){.mobile-back-button.level-2{font-size:20px;font-size:2rem;display:block}}@media only screen and (min-width:1620px){.mobile-back-button.level-2{display:none}}.reference-optiflux-header .box-headerWrapper .navigation-utilityNav,.reference-optiflux-header .box-headerWrapper .searchOverlay,.reference-optiflux-header .box-headerWrapper .tabs-globalNavigation,.reference-optiflux-header .mobile-buttons{display:none}.header .box-headerWrapper .mobile-back-button,.header .box-headerWrapper .tabs.tabs-innerNavigation>.component-content .tabs-nav-item a,.header .box-headerWrapper a.text-link{font-size:17px}.snippetReference>.inner>.component-content:after{content:"";display:block;clear:both}body.template-new-home #footer{margin-top:40px}body.template-new-home #footer .reference-footer,body.template-new-home #footer .reference-footer1{padding:0}body.template-new-home #footer .reference-footer1 .composite-newsletter-full-width,body.template-new-home #footer .reference-footer .composite-newsletter-full-width{padding:inherit}.accordion-container{margin-top:0;padding:0;list-style:none}.accordion-head{display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:center;align-items:center;margin:0}.accordion-head:focus,.accordion-head:hover{cursor:pointer}.accordion-head:after{content:"\F078";display:inline-block;position:relative;font-family:FontAwesome;font-weight:900;font-style:normal;margin-left:10px;pointer-events:none}.accordion-head .accordion-title,.accordion-head h2,.accordion-head h3{margin:0}.accordion-content-wrapper{visibility:hidden;max-height:0;overflow:hidden}.accordion-slide{margin-bottom:0}.accordion-slide.is-active .accordion-head:after{transform:rotate(-180deg);top:-2px}.accordion-slide.is-active .accordion-content-wrapper{visibility:visible;max-height:9999px}.accordion.default-style .accordion-title-link{font-size:18px;font-size:1.8rem;display:block;line-height:1;color:#484c53}@media only screen and (min-width:1200px){.accordion.default-style .accordion-title-link{font-size:24px;font-size:2.4rem}}.accordion.default-style .accordion-slide{margin-bottom:20px}.accordion.default-style .accordion-slide:last-child{margin-bottom:0}.accordion.default-style .accordion-head{margin-bottom:30px}.accordion-expandableCard .accordion-head{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;border:2px solid transparent;transition:box-shadow .2s;background-color:#fff;-ms-flex-pack:center;justify-content:center;padding:25px 40px;margin-bottom:10px}.accordion-expandableCard .accordion-head:focus{border-color:#0033a0;outline:none}@media only screen and (min-width:1200px){.accordion-expandableCard .accordion-head:focus,.accordion-expandableCard .accordion-head:hover{box-shadow:0 10px 15px 0 rgba(0,0,0,.1)}}.accordion-expandableCard .accordion-head:active{box-shadow:0 10px 15px 0 rgba(0,0,0,.1)}@media only screen and (min-width:1200px){.accordion-expandableCard .accordion-head:active{border-color:transparent;box-shadow:0 0 10px 0 rgba(0,51,160,.3)}}.accordion-expandableCard .accordion-head:focus-within{border:2px solid #0033a0}.accordion-expandableCard .accordion-title{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none}@media only screen and (min-width:768px){.accordion-expandableCard .accordion-title{width:100%}}.accordion-expandableCard .accordion-title-link{color:#484c53}.accordion-expandableCard .accordion-title-link:focus{outline:0}.accordion-expandableCard .accordion-slide.is-active .accordion-head:focus,.accordion-expandableCard .accordion-slide.is-active .accordion-head:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}.accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper{padding:10px}.asn-accordion-expandableCard .accordion-head{margin-bottom:0}.asn-accordion-expandableCard .accordion-slide{margin-bottom:20px}.asn-accordion-expandableCard .accordion-slide.is-active .accordion-content-wrapper{background:#fff;padding:75px 115px}.accordion-expand-collapse-Card .component-content .accordion-container .accordion-slide .accordion-head:focus,.accordion-expand-collapse-Card .component-content .accordion-container .accordion-slide .accordion-head:hover{cursor:pointer}.accordion-insightsHub-mobile-sortFilter{margin-left:2px;background-color:#fff;z-index:2}.accordion-insightsHub-mobile-sortFilter.is-sticky{position:fixed;width:100%;padding:15px 0;top:116px}.accordion-insightsHub-mobile-sortFilter>.component-content{top:16px;position:relative}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container{display:-ms-flexbox;display:flex;margin-bottom:0}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide{overflow:visible;max-width:50vw}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.is-active:after{content:"";display:block;width:100vw;height:100vh;background:rgba(0,0,0,.3);position:absolute;z-index:3;left:0}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.is-active>.accordion-content-wrapper{width:100vw}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide>.accordion-head{padding:13px 55px;width:55vw;-ms-flex-pack:center;justify-content:center}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide>.accordion-head:after{color:#0033a0}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide>.accordion-head>.accordion-title{text-transform:uppercase;font-size:16px;font-weight:400}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide>.accordion-head>.accordion-title:after{color:#0033a0}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.first{border-right:3px solid #ccc}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.first>.accordion-head h3:after{content:"";position:absolute;bottom:0;left:-4%;width:94%;border-bottom:1px solid #ccc}@media only screen and (min-width:768px){.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.first>.accordion-head h3:after{left:-3.5%}}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.first.is-active{background-color:#f0f3fa;border-left:none}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.first.is-active>.accordion-head h3:after{border-bottom:none}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.first>.accordion-content-wrapper{background-color:#f0f3fa}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.first>.accordion-content-wrapper>.accordion-content>.content>.accordion{padding:0 30px}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.first>.accordion-content-wrapper>.accordion-content>.content>.box{margin-bottom:30px;margin-top:20px}@media only screen and (min-width:768px){.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.first>.accordion-content-wrapper>.accordion-content>.content>.box{margin-left:20px}}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.first>.accordion-content-wrapper>.accordion-content>.content>.box>.component-content>.content>.richText:first-child>.component-content>.richText-content p{margin-left:16px}@media only screen and (min-width:768px){.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.first>.accordion-content-wrapper>.accordion-content>.content>.box>.component-content>.content>.richText:first-child>.component-content>.richText-content p{margin-left:12pc}}@media only screen and (min-width:1024px){.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.first>.accordion-content-wrapper>.accordion-content>.content>.box>.component-content>.content>.richText:first-child>.component-content>.richText-content p{margin-left:18pc}}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.last{border-right:2px solid #ccc}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.last>.accordion-head h3:after{content:"";position:absolute;bottom:0;right:10%;width:90%;border-bottom:1px solid #ccc}@media only screen and (min-width:1024px){.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.last>.accordion-head h3:after{right:4%;width:96%}}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.last.is-active{background-color:#f0f3fa;border-right:none}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.last.is-active>.accordion-head h3:after{border-bottom:none}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.last>.accordion-content-wrapper{background-color:#f0f3fa;margin-left:-50vw}@media only screen and (min-width:1024px){.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.last>.accordion-content-wrapper>.accordion-content>.content>.pageListMobileSortFilter>.container{width:95%}}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.last>.accordion-content-wrapper>.accordion-content>.content>.pageListMobileSortFilter>.container>.pageListFilter{display:none}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.last>.accordion-content-wrapper>.accordion-content>.content>.pageListMobileSortFilter>.container>.pageListSort{margin-top:20px}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.last>.accordion-content-wrapper>.accordion-content>.content>.pageListMobileSortFilter>.container>.pageListSort ul{padding-left:5px}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.last>.accordion-content-wrapper>.accordion-content>.content>.pageListMobileSortFilter>.container>.pageListSort ul li{list-style-type:none;margin-bottom:10px}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.last>.accordion-content-wrapper>.accordion-content>.content>.pageListMobileSortFilter>.container>.pageListSort ul li input[type=radio]{transform:scale(1.2);-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:1em;height:1em;border-radius:12px;border:1.6px solid #484c53;vertical-align:-2px;color:#0033a0}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.last>.accordion-content-wrapper>.accordion-content>.content>.pageListMobileSortFilter>.container>.pageListSort ul li input[type=radio]:before{content:"\2022";position:absolute;font-size:3em;visibility:hidden;margin-left:50%;margin-top:51%;transform:translateX(-50%) translateY(-49.5%);transform-origin:center center}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.last>.accordion-content-wrapper>.accordion-content>.content>.pageListMobileSortFilter>.container>.pageListSort ul li input[type=radio]:checked{border:1.6px solid #0033a0}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.last>.accordion-content-wrapper>.accordion-content>.content>.pageListMobileSortFilter>.container>.pageListSort ul li input[type=radio]:checked:before{visibility:visible}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.last>.accordion-content-wrapper>.accordion-content>.content>.pageListMobileSortFilter>.container>.pageListSort ul li input[type=radio]:disabled{border-color:#000;background:#ced3de;color:#484c53}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.last>.accordion-content-wrapper>.accordion-content>.content>.pageListMobileSortFilter>.container>.pageListSort ul li label{margin-left:8px;font-size:16px;font-weight:300}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.last>.accordion-content-wrapper>.accordion-content>.content>.richText{margin-bottom:30px;margin-top:20px}.accordion-insightsHub-mobile-sortFilter>.component-content>.accordion-container>.accordion-slide.last>.accordion-content-wrapper>.accordion-content>.content>.richText>.component-content>.richText-content{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.accordion.hide-on-desktop{display:block!important}@media only screen and (min-width:1200px){.accordion.hide-on-desktop{display:none!important}}.accordion.hide-on-mobile{display:none!important}@media only screen and (min-width:1200px){.accordion.hide-on-mobile{display:block!important}}.accordion-expand-collapse-Card{padding-right:0;padding-left:0}.accordion-expand-collapse-Card .component-content .accordion-container .accordion-slide.is-active .accordion-head{border-bottom:1px solid #ced3de}.accordion-expand-collapse-Card .component-content .accordion-container .accordion-slide.is-active .accordion-head:after{content:"\2013";color:#0033a0;position:relative;font-size:30px;font-size:3rem;font-family:FontAwesome;font-weight:900;font-style:normal;pointer-events:none}.accordion-expand-collapse-Card .component-content .accordion-container .accordion-slide.is-active .accordion-content-wrapper{visibility:visible;max-height:9999px}.accordion-expand-collapse-Card .component-content .accordion-container .accordion-slide .accordion-head{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #ced3de;margin-top:20px}.accordion-expand-collapse-Card .component-content .accordion-container .accordion-slide .accordion-head:hover{cursor:pointer}.accordion-expand-collapse-Card .component-content .accordion-container .accordion-slide .accordion-head:after{content:"+";display:inline-block;position:relative;font-size:30px;font-size:3rem;font-family:FontAwesome;font-weight:900;font-style:normal;pointer-events:none;color:#0033a0}.accordion-expand-collapse-Card .component-content .accordion-container .accordion-slide .accordion-head h6.accordion-title.component a.accordion-title-link{font-size:18px;font-size:1.8rem;font-family:Interstate,sans-serif;font-style:normal;display:block;line-height:1;color:#484c53}.accordion-mobile-expand-collapse-Card .component-content .accordion-container .accordion-slide .accordion-content-wrapper{visibility:hidden;max-height:0}.accordion-mobile-expand-collapse-Card .component-content .accordion-container .accordion-slide.is-active .accordion-head{border-bottom:1px solid #ced3de}.accordion-mobile-expand-collapse-Card .component-content .accordion-container .accordion-slide.is-active .accordion-head:after{content:"\2013";color:#0033a0;position:relative;font-size:30px;font-size:3rem;font-family:FontAwesome;font-weight:900;font-style:normal;pointer-events:none}.accordion-mobile-expand-collapse-Card .component-content .accordion-container .accordion-slide.is-active .accordion-content-wrapper{visibility:visible;max-height:9999px}.accordion-mobile-expand-collapse-Card .component-content .accordion-container .accordion-slide .accordion-head{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #ced3de;margin-top:30px}.accordion-mobile-expand-collapse-Card .component-content .accordion-container .accordion-slide .accordion-head:focus,.accordion-mobile-expand-collapse-Card .component-content .accordion-container .accordion-slide .accordion-head:hover{cursor:pointer}.accordion-mobile-expand-collapse-Card .component-content .accordion-container .accordion-slide .accordion-head:after{content:"+";display:inline-block;position:relative;font-size:30px;font-size:3rem;font-family:FontAwesome;font-weight:900;font-style:normal;pointer-events:none;color:#0033a0}.accordion-mobile-expand-collapse-Card .component-content .accordion-container .accordion-slide .accordion-head h6.accordion-title.component a.accordion-title-link{font-size:18px;font-size:1.8rem;font-family:Interstate,sans-serif;font-style:normal;display:block;line-height:1;color:#484c53}.accordion-mobile-expand-collapse-Card .component-content .accordion-container>.accordion-slide.last>.accordion-head{margin-top:0}@media only screen and (min-width:768px){.accordion-mobile-expand-collapse-Card .component-content .accordion-container>.accordion-slide.last>.accordion-head{margin-top:10px}}.box .box-heading{margin:0}.box-changeMobileOrder>.component-content>.content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:1200px){.box-changeMobileOrder>.component-content>.content{display:block}}.box-changeMobileOrder>.component-content>.content>.title{-ms-flex-order:0;order:0}.box-changeMobileOrder>.component-content>.content>div:last-child{-ms-flex-order:1;order:1}.box-changeMobileOrder>.component-content>.content>div{-ms-flex-order:2;order:2}.box.box-education2x2Touts,.composite-education-2x2-touts>.content{margin-right:auto;margin-left:auto;max-width:100%;padding:50px 10px}@media only screen and (min-width:768px){.box.box-education2x2Touts,.composite-education-2x2-touts>.content{width:768px}}@media only screen and (min-width:1200px){.box.box-education2x2Touts,.composite-education-2x2-touts>.content{width:1200px}}@media only screen and (min-width:1620px){.box.box-education2x2Touts,.composite-education-2x2-touts>.content{padding-left:0;padding-right:0;width:1620px}}.box.box-education2x2Touts:after,.composite-education-2x2-touts>.content:after{content:"";display:block;clear:both}@media only screen and (min-width:1200px){.box.box-education2x2Touts,.composite-education-2x2-touts>.content{padding-top:70px;padding-bottom:70px}}.box-fullWidthQuoteInterrupter{overflow:hidden;padding-left:0;padding-right:0;position:relative}@media only screen and (min-width:1200px){.box-fullWidthQuoteInterrupter>.component-content{background-position:calc(100% - 50vw + 135px) 50%;background-repeat:no-repeat;background-color:#417baa}}.box-fullWidthQuoteInterrupter>.component-content>.content:after{content:"";display:block;clear:both}@media only screen and (min-width:1200px){.box-fullWidthQuoteInterrupter>.component-content>.content{width:1200px;margin-left:auto;margin-right:auto}}@media only screen and (min-width:1620px){.box-fullWidthQuoteInterrupter>.component-content>.content{width:1620px}}.box-fullWidthQuoteInterrupter .richText-whiteQuoteInterrupter{background-color:#417baa}.box-fullWidthQuoteInterrupter .richText-whiteQuoteInterrupter:before{bottom:0;left:0;transform:translateX(-270px);position:absolute;width:0;height:0;border-color:transparent transparent #417baa;border-style:solid;border-width:0 0 510px 270px}@media only screen and (min-width:1200px){.box-fullWidthQuoteInterrupter .richText-whiteQuoteInterrupter:before{content:""}}.box.box-offeringHero{position:relative;overflow:hidden;color:#fff;padding-top:110px;min-height:275px;height:50vw}@media only screen and (min-width:768px){.box.box-offeringHero{height:auto;padding-top:0}}@media only screen and (min-width:1620px){.box.box-offeringHero{background-color:#0033a0}}.box.box-offeringHero>.component-content{background:no-repeat 50%;background-size:cover;height:100%}@media only screen and (min-width:768px){.box.box-offeringHero>.component-content{background-position:100%;background-size:auto;padding-top:120px;padding-bottom:120px;height:auto}}@media only screen and (min-width:1620px){.box.box-offeringHero>.component-content{max-width:1920px;margin:0 auto;padding-top:170px;padding-bottom:170px}}.box.box-offeringHero>.component-content>.content{margin-right:auto;margin-left:auto;max-width:100%;background-color:#0033a0;z-index:1;padding:48px 10px 20px;text-align:center;position:absolute;top:0;left:0;right:0}@media only screen and (min-width:768px){.box.box-offeringHero>.component-content>.content{width:768px}}@media only screen and (min-width:1200px){.box.box-offeringHero>.component-content>.content{width:1200px}}@media only screen and (min-width:1620px){.box.box-offeringHero>.component-content>.content{padding-left:0;padding-right:0;width:1620px}}@media only screen and (min-width:768px){.box.box-offeringHero>.component-content>.content{background-color:transparent;padding-top:0;padding-bottom:0;text-align:left;position:relative}.box.box-offeringHero>.component-content>.content:after{content:"";display:block;clear:both}}.box.box-offeringHero>.component-content>.content:after{content:"";width:0;height:0;border-color:#0033a0 transparent transparent;border-style:solid;border-width:35px 50vw 0;position:absolute;top:100%;left:0}@media only screen and (min-width:768px){.box.box-offeringHero>.component-content>.content:after{border:0;position:static}}@media only screen and (min-width:768px){.box.box-offeringHero:before{content:"";top:0;left:0;z-index:1;position:absolute;width:0;height:0;border-color:#0033a0 transparent transparent;border-style:solid;border-width:100vw 70vw 0 0}}@media only screen and (min-width:768px) and (min-width:768px){.box.box-offeringHero:before{right:42vw;border-width:100vw 58vw 0 0}}.box.box-offeringCardWithQuickLinks,.composite-offering-card-with-quick-links{padding:10px 0;margin-bottom:30px}@media only screen and (min-width:1200px){.box.box-offeringCardWithQuickLinks,.composite-offering-card-with-quick-links{margin-bottom:20px}}.box.box-offeringCardWithQuickLinks:last-child,.composite-offering-card-with-quick-links:last-child{margin-bottom:0}.box.box-offeringCardWithQuickLinks>.component-content>.content,.composite-offering-card-with-quick-links>div{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;max-width:100%}@media only screen and (min-width:768px){.box.box-offeringCardWithQuickLinks>.component-content>.content,.composite-offering-card-with-quick-links>div{width:768px}}@media only screen and (min-width:1200px){.box.box-offeringCardWithQuickLinks>.component-content>.content,.composite-offering-card-with-quick-links>div{width:1200px}}@media only screen and (min-width:1620px){.box.box-offeringCardWithQuickLinks>.component-content>.content,.composite-offering-card-with-quick-links>div{padding-left:0;padding-right:0;width:1620px}}.box.box-offeringCardWithQuickLinks>.component-content>.content:after,.composite-offering-card-with-quick-links>div:after{content:"";display:block;clear:both}@media only screen and (min-width:1200px){.box.box-offeringCardWithQuickLinks>.component-content>.content,.composite-offering-card-with-quick-links>div{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}}.box-productHero{padding:0}.box-productHero>.component-content{padding:50px 0 100px;background:no-repeat 50%}@media only screen and (max-width:1199px){.box-productHero>.component-content{background-image:none!important}}@media only screen and (min-width:1200px){.box-productHero>.component-content{height:50vw;max-height:810px;background-size:cover;padding:80px 0 120px;max-width:1920px;margin:0 auto}}@media only screen and (min-width:1620px){.box-productHero>.component-content{padding-top:100px}}.box-productHero>.component-content>.content{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;max-width:100%}@media only screen and (min-width:768px){.box-productHero>.component-content>.content{width:768px}}@media only screen and (min-width:1200px){.box-productHero>.component-content>.content{width:1200px}}@media only screen and (min-width:1620px){.box-productHero>.component-content>.content{padding-left:0;padding-right:0;width:1620px}}.box-productHero>.component-content>.content:after{content:"";display:block;clear:both}.box-productHero .text-emphasized-blue{display:none}@media only screen and (min-width:768px){.box-productHero .text-emphasized-blue{display:block}}.box-productHero h1{color:#0033a0;text-align:center}@media only screen and (min-width:768px){.box-productHero h1{text-align:initial}}@media only screen and (min-width:1200px){.box-productHero h1{font-size:32px;font-size:3.2rem;margin-bottom:20px}}@media only screen and (min-width:1620px){.box-productHero h1{font-size:48px;font-size:4.8rem}}.box-productHero h1+p{font-size:18px;font-size:1.8rem;font-family:Interstate,sans-serif;line-height:1.389;font-weight:300;margin-top:0}.box-productHero h1+p:last-child{margin-bottom:0}@media only screen and (min-width:1200px){.box-productHero h1+p{font-size:20px;font-size:2rem}}.box-productHero p{margin-bottom:15px}.box-productHero p:last-child{margin-bottom:0}.box-productHero-NCP{padding:0}.box-productHero-NCP>.component-content{padding:50px 0 100px;background:no-repeat 50%}@media only screen and (max-width:1199px){.box-productHero-NCP>.component-content{background-image:none!important}}@media only screen and (min-width:1200px){.box-productHero-NCP>.component-content{background-size:cover;min-height:inherit;max-height:inherit;height:523px;padding:75px 0 120px;max-width:1920px;margin:60px auto 0}}@media only screen and (min-width:1620px){.box-productHero-NCP>.component-content{padding-top:100px}}.box-productHero-NCP>.component-content>.content{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;max-width:100%}@media only screen and (min-width:768px){.box-productHero-NCP>.component-content>.content{width:768px}}@media only screen and (min-width:1200px){.box-productHero-NCP>.component-content>.content{width:1200px}}@media only screen and (min-width:1620px){.box-productHero-NCP>.component-content>.content{padding-left:0;padding-right:0;width:1620px}}.box-productHero-NCP>.component-content>.content:after{content:"";display:block;clear:both}.box-productHero-NCP .text-emphasized-blue{display:none}@media only screen and (min-width:768px){.box-productHero-NCP .text-emphasized-blue{display:block}}.box-productHero-NCP h1{color:#0033a0;text-align:center}@media only screen and (min-width:768px){.box-productHero-NCP h1{text-align:initial}}@media only screen and (min-width:1200px){.box-productHero-NCP h1{font-size:32px;font-size:3.2rem;margin-bottom:20px}}@media only screen and (min-width:1620px){.box-productHero-NCP h1{font-size:48px;font-size:4.8rem}}.box-productHero-NCP h1+p{font-size:18px;font-size:1.8rem;font-family:Interstate,sans-serif;line-height:1.389;font-weight:300;margin-top:0}.box-productHero-NCP h1+p:last-child{margin-bottom:0}@media only screen and (min-width:1200px){.box-productHero-NCP h1+p{font-size:20px;font-size:2rem}}.box-productHero-NCP p{margin-bottom:15px}.box-productHero-NCP p:last-child{margin-bottom:0}.box.box-standaloneCenteredRT>.component-content>.content,.composite-standalone-centered-RT>div{margin-right:auto;margin-left:auto;max-width:100%;padding:50px 10px;text-align:center;color:#0033a0}@media only screen and (min-width:768px){.box.box-standaloneCenteredRT>.component-content>.content,.composite-standalone-centered-RT>div{width:768px}}@media only screen and (min-width:1200px){.box.box-standaloneCenteredRT>.component-content>.content,.composite-standalone-centered-RT>div{width:1200px}}@media only screen and (min-width:1620px){.box.box-standaloneCenteredRT>.component-content>.content,.composite-standalone-centered-RT>div{padding-left:0;padding-right:0;width:1620px}}.box.box-standaloneCenteredRT>.component-content>.content:after,.composite-standalone-centered-RT>div:after{content:"";display:block;clear:both}@media only screen and (min-width:1200px){.box.box-standaloneCenteredRT>.component-content>.content,.composite-standalone-centered-RT>div{padding-top:70px;padding-bottom:70px;padding-top:75px;padding-bottom:75px}}.box.box-standaloneCenteredRT>.component-content>.content p,.composite-standalone-centered-RT>div p{font-size:24px;font-size:2.4rem;font-family:Interstate,sans-serif;line-height:1.375;font-weight:300;margin-top:0;margin-bottom:40px}.box.box-standaloneCenteredRT>.component-content>.content p:last-child,.composite-standalone-centered-RT>div p:last-child{margin-bottom:0}.box.box-standaloneCenteredRT>.component-content>.content .outline-button,.composite-standalone-centered-RT>div .outline-button{min-width:240px;margin-bottom:20px;margin-left:10px;margin-right:10px}@media only screen and (min-width:768px){.box.box-standaloneCenteredRT>.component-content>.content .outline-button,.composite-standalone-centered-RT>div .outline-button{margin-bottom:0}}.box.box-standaloneCenteredRT>.component-content>.content .cta-link,.composite-standalone-centered-RT>div .cta-link{margin-left:15px;margin-right:15px}@media only screen and (min-width:768px){.box.box-standaloneCenteredRT>.component-content>.content .cta-link,.composite-standalone-centered-RT>div .cta-link{margin-left:20px;margin-right:20px}}.composite-standalone-centered-RT.composite-variation-centered-copy-block>div p{font-size:16.5px;font-size:1.65rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:400;margin-top:0;margin-bottom:30px;color:#484c53}.composite-standalone-centered-RT.composite-variation-centered-copy-block>div p:last-child{margin-bottom:0}.composite-standalone-centered-RT.composite-variation-standalone-header>div{padding-bottom:0}.box.box-tabsContainer{position:relative;z-index:1;background:rgba(0,51,160,.03)}@media only screen and (min-width:768px){.box.box-tabsContainer{margin-top:60px}}.box.box-tabsContainer>.component-content{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;max-width:100%}@media only screen and (min-width:768px){.box.box-tabsContainer>.component-content{width:768px}}@media only screen and (min-width:1200px){.box.box-tabsContainer>.component-content{width:1200px}}@media only screen and (min-width:1620px){.box.box-tabsContainer>.component-content{padding-left:0;padding-right:0;width:1620px}}.box.box-tabsContainer>.component-content>.content:after{content:"";display:block;clear:both}@media only screen and (min-width:768px){.box.box-tabsContainer .tabs{margin-top:-60px;padding-top:0}}.box.box-backgroundColor,.composite.composite-backgroundColor{background-color:rgba(0,51,160,.03)}.box.box-pageContainer>.component-content>.content,.composite-copy-and-bleeding-image>div,.composite-copy>div,.composite-image-and-quote>div,.composite-image>div,.composite-last-article-paragraph>div,.composite-quote>div,.composite-social-share-and-copy>div{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;max-width:100%}@media only screen and (min-width:768px){.box.box-pageContainer>.component-content>.content,.composite-copy-and-bleeding-image>div,.composite-copy>div,.composite-image-and-quote>div,.composite-image>div,.composite-last-article-paragraph>div,.composite-quote>div,.composite-social-share-and-copy>div{width:768px}}@media only screen and (min-width:1200px){.box.box-pageContainer>.component-content>.content,.composite-copy-and-bleeding-image>div,.composite-copy>div,.composite-image-and-quote>div,.composite-image>div,.composite-last-article-paragraph>div,.composite-quote>div,.composite-social-share-and-copy>div{width:1200px}}@media only screen and (min-width:1620px){.box.box-pageContainer>.component-content>.content,.composite-copy-and-bleeding-image>div,.composite-copy>div,.composite-image-and-quote>div,.composite-image>div,.composite-last-article-paragraph>div,.composite-quote>div,.composite-social-share-and-copy>div{padding-left:0;padding-right:0;width:1620px}}.box.box-pageContainer>.component-content>.content:after,.composite-copy-and-bleeding-image>div:after,.composite-copy>div:after,.composite-image-and-quote>div:after,.composite-image>div:after,.composite-last-article-paragraph>div:after,.composite-quote>div:after,.composite-social-share-and-copy>div:after{content:"";display:block;clear:both}.box.box-pageSection>.component-content>.content,.composite-additional-information>div,.composite-form-success-message>div,.composite-home-renal-therapies>div,.composite-single-article-tout>div,.composite-two-column-container>div{margin-right:auto;margin-left:auto;max-width:100%;padding:50px 10px}@media only screen and (min-width:768px){.box.box-pageSection>.component-content>.content,.composite-additional-information>div,.composite-form-success-message>div,.composite-home-renal-therapies>div,.composite-single-article-tout>div,.composite-two-column-container>div{width:768px}}@media only screen and (min-width:1200px){.box.box-pageSection>.component-content>.content,.composite-additional-information>div,.composite-form-success-message>div,.composite-home-renal-therapies>div,.composite-single-article-tout>div,.composite-two-column-container>div{width:1200px}}@media only screen and (min-width:1620px){.box.box-pageSection>.component-content>.content,.composite-additional-information>div,.composite-form-success-message>div,.composite-home-renal-therapies>div,.composite-single-article-tout>div,.composite-two-column-container>div{padding-left:0;padding-right:0;width:1620px}}.box.box-pageSection>.component-content>.content:after,.composite-additional-information>div:after,.composite-form-success-message>div:after,.composite-home-renal-therapies>div:after,.composite-single-article-tout>div:after,.composite-two-column-container>div:after{content:"";display:block;clear:both}@media only screen and (min-width:1200px){.box.box-pageSection>.component-content>.content,.composite-additional-information>div,.composite-form-success-message>div,.composite-home-renal-therapies>div,.composite-single-article-tout>div,.composite-two-column-container>div{padding-top:70px;padding-bottom:70px}}.box-pageSection .composite,.box-pageSection .composite>div{padding-left:0;padding-right:0}.box.box-pageSectionWide>.component-content>.content{margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;max-width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:768px){.box.box-pageSectionWide>.component-content>.content{width:1620px}}@media only screen and (min-width:1200px){.box.box-pageSectionWide>.component-content>.content{width:1620px}}.box.box-pageSectionWide>.component-content>.content:after{content:"";display:block;clear:both}@media only screen and (min-width:900px){.box.box-pageSectionWide>.component-content>.content{-ms-flex-direction:row;flex-direction:row}}.box.box-pageSectionWideNoFlex>.component-content>.content{margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;max-width:100%;display:block;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:768px){.box.box-pageSectionWideNoFlex>.component-content>.content{width:1620px}}@media only screen and (min-width:1200px){.box.box-pageSectionWideNoFlex>.component-content>.content{width:1620px}}.box.box-pageSectionWideNoFlex>.component-content>.content:after{content:"";display:block;clear:both}.box.box-pageSectionWide-tablet>.component-content>.content{margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;max-width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:768px){.box.box-pageSectionWide-tablet>.component-content>.content{width:1620px}}@media only screen and (min-width:1200px){.box.box-pageSectionWide-tablet>.component-content>.content{width:1620px}}.box.box-pageSectionWide-tablet>.component-content>.content:after{content:"";display:block;clear:both}@media only screen and (min-width:768px){.box.box-pageSectionWide-tablet>.component-content>.content{-ms-flex-direction:row;flex-direction:row}}.box.box-pageSectionWide-desktop>.component-content>.content{margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;max-width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:768px){.box.box-pageSectionWide-desktop>.component-content>.content{width:1620px}}@media only screen and (min-width:1200px){.box.box-pageSectionWide-desktop>.component-content>.content{width:1620px}}.box.box-pageSectionWide-desktop>.component-content>.content:after{content:"";display:block;clear:both}@media only screen and (min-width:1200px){.box.box-pageSectionWide-desktop>.component-content>.content{-ms-flex-direction:row;flex-direction:row}}.box-pageSectionWide-desktop .composite,.box-pageSectionWide-desktop .composite>div,.box-pageSectionWide-tablet .composite,.box-pageSectionWide-tablet .composite>div,.box-pageSectionWide .composite,.box-pageSectionWide .composite>div{padding-left:0;padding-right:0}.box.box-pageSection-cards-padding>.component-content>.content{margin-right:auto;margin-left:auto;max-width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;padding-left:10px;padding-right:10px}@media only screen and (min-width:768px){.box.box-pageSection-cards-padding>.component-content>.content{width:1620px}}@media only screen and (min-width:1200px){.box.box-pageSection-cards-padding>.component-content>.content{width:1620px}}.box.box-pageSection-cards-padding>.component-content>.content:after{content:"";display:block;clear:both}@media only screen and (min-width:768px){.box.box-pageSection-cards-padding>.component-content>.content{-ms-flex-direction:row;flex-direction:row;padding-left:0;padding-right:0}}@media only screen and (min-width:1024px){.box.box-pageSection-cards-padding>.component-content>.content{padding-left:0;padding-right:0}}@media only screen and (min-width:1200px){.box.box-pageSection-cards-padding>.component-content>.content{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;max-width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}}@media only screen and (min-width:1620px){.box.box-pageSection-cards-padding>.component-content>.content{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;max-width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}}.box-subNavigation{margin-right:auto;margin-left:auto;max-width:100%;padding:50px 10px;float:none}@media only screen and (min-width:768px){.box-subNavigation{width:768px}}@media only screen and (min-width:1200px){.box-subNavigation{width:1200px}}@media only screen and (min-width:1620px){.box-subNavigation{padding-left:0;padding-right:0;width:1620px}}.box-subNavigation:after{content:"";display:block;clear:both}@media only screen and (min-width:1200px){.box-subNavigation{padding-top:70px;padding-bottom:70px}}.box-subNavigation.box{padding-bottom:0;padding-left:0;padding-right:0}.box-subNavigation>.component-content{padding:0;margin-left:auto;margin-right:auto;position:relative;overflow:hidden;height:69px}@media only screen and (min-width:1200px){.box-subNavigation>.component-content{padding-left:20px;padding-right:20px;height:auto;overflow:initial}.box-subNavigation>.component-content>.content{border-bottom:1px solid #ced3de}}.box-subNavigation>.component-content:after,.box-subNavigation>.component-content:before{content:"";position:absolute;pointer-events:none;top:0;bottom:0;right:0;left:0;transition:opacity .2s;background:linear-gradient(90deg,transparent 0,rgba(206,211,222,.1) 90%,rgba(206,211,222,.7))}@media only screen and (min-width:1200px){.box-subNavigation>.component-content:after,.box-subNavigation>.component-content:before{display:none}}.box-subNavigation>.component-content:before{z-index:1;opacity:0;background:linear-gradient(90deg,rgba(206,211,222,.7) 0,rgba(206,211,222,.1) 10%,transparent)}.box-subNavigation>.component-content>.content{display:-ms-flexbox;display:flex;overflow-x:auto;position:absolute;overflow-y:hidden;left:0;max-width:100%}@media only screen and (min-width:1200px){.box-subNavigation>.component-content>.content{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;max-width:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:static;overflow:initial}}@media only screen and (min-width:1200px) and (min-width:768px){.box-subNavigation>.component-content>.content{width:768px}}@media only screen and (min-width:1200px) and (min-width:1200px){.box-subNavigation>.component-content>.content{width:1200px}}@media only screen and (min-width:1200px) and (min-width:1620px){.box-subNavigation>.component-content>.content{padding-left:0;padding-right:0;width:1620px}}.box-subNavigation>.component-content>.content>div{-ms-flex-negative:0;flex-shrink:0}.box-subNavigation>.component-content>.content .image{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background-color:#fff;border:1px solid #ced3de}@media only screen and (min-width:1200px){.box-subNavigation>.component-content>.content .image{background-color:transparent;border-color:transparent}}.box-subNavigation>.component-content>.content .image picture{height:67px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.box-subNavigation>.component-content>.content .image img{max-height:100%}@media only screen and (min-width:1200px){.box-subNavigation>.component-content>.content .image img{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;margin-right:30px}}.box-subNavigation.scrolled-right>.component-content:before{opacity:1}.box-subNavigation.scrolled-to-end>.component-content:after{opacity:0}.composite-variation-sticky{top:20px;position:fixed;height:127px;width:100%;z-index:2;padding:0;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);transition:top 1s}@media only screen and (min-width:1200px){.composite-variation-sticky{top:70px}}.composite-variation-sticky ul li{text-transform:uppercase;margin:0 0 0 24px}.composite-variation-sticky ul li a{font-size:15px!important;padding:19.5px 30px!important}@media screen and (max-width:1200px){.composite-variation-sticky ul li{margin:0}}.composite-variation-sticky .content.paragraphSystem{background:#fff;border:none}.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky{margin-right:auto;margin-left:auto;max-width:100%;padding:50px 10px;float:none}@media only screen and (min-width:768px){.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky{width:768px}}@media only screen and (min-width:1200px){.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky{width:1200px}}@media only screen and (min-width:1620px){.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky{padding-left:0;padding-right:0;width:1620px}}.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky:after{content:"";display:block;clear:both}@media only screen and (min-width:1200px){.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky{padding-top:70px;padding-bottom:70px}}.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky.box{padding:0}.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky>.component-content{padding:0;margin-left:auto;margin-right:auto;position:relative;overflow:hidden;height:69px}@media only screen and (min-width:1200px){.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky>.component-content{padding-left:20px;padding-right:20px;height:auto;overflow:initial}.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky>.component-content>.content{border-bottom:none}}.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky>.component-content:after,.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky>.component-content:before{content:"";position:absolute;pointer-events:none;top:0;bottom:0;right:0;left:0;transition:opacity .2s;background:linear-gradient(90deg,transparent 0,rgba(206,211,222,.1) 90%,rgba(206,211,222,.7))}@media only screen and (min-width:1200px){.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky>.component-content:after,.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky>.component-content:before{display:none}}.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky>.component-content:before{z-index:1;opacity:0;background:linear-gradient(90deg,rgba(206,211,222,.7) 0,rgba(206,211,222,.1) 10%,transparent)}.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky>.component-content>.content{display:-ms-flexbox;display:flex;overflow-x:auto;position:absolute;overflow-y:hidden;left:0;max-width:100%}@media only screen and (min-width:1200px){.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky>.component-content>.content{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;max-width:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:static;overflow:initial}}@media only screen and (min-width:1200px) and (min-width:768px){.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky>.component-content>.content{width:768px}}@media only screen and (min-width:1200px) and (min-width:1200px){.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky>.component-content>.content{width:1200px}}@media only screen and (min-width:1200px) and (min-width:1620px){.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky>.component-content>.content{padding-left:0;padding-right:0;width:1620px}}.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky>.component-content>.content>div{-ms-flex-negative:0;flex-shrink:0}.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky>.component-content>.content .image{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background-color:#fff;border:1px solid #ced3de}@media only screen and (min-width:1200px){.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky>.component-content>.content .image{background-color:transparent;border-color:transparent}}.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky>.component-content>.content .image picture{height:67px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky>.component-content>.content .image img{max-height:100%}@media only screen and (min-width:1200px){.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky>.component-content>.content .image img{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;margin-right:30px}}.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky.scrolled-right>.component-content:before{opacity:1}.composite-variation-sticky .content.paragraphSystem .box-subNavigation-sticky.scrolled-to-end>.component-content:after{opacity:0}.composite-variation-sticky.sticky-down,.composite-variation-sticky.sticky-up{position:fixed;top:-10px;width:100%;z-index:2}@media screen and (max-width:1619px) and (min-width:1200px){.composite-variation-sticky.sticky-down,.composite-variation-sticky.sticky-up{top:45px}}@media only screen and (min-width:1620px){.composite-variation-sticky.sticky-down,.composite-variation-sticky.sticky-up{top:60px}}.composite-variation-sticky.top{top:20px;position:fixed}@media only screen and (min-width:1200px){.composite-variation-sticky.top{top:70px}}.composite-variation-sticky .box.box-subNavigation{padding-top:62px}.reference-header1.sticky-transition,.reference-header.sticky-transition{transition:none!important}.box-resourceMaterials{padding:0}.box-resourceMaterials .box .title-heading{font-size:32px;font-size:3.2rem;font-family:Interstate,sans-serif;line-height:1.219;font-weight:300;margin-top:0;color:#0033a0}@media only screen and (min-width:1200px){.box-resourceMaterials .box .title-heading{font-size:36px;font-size:3.6rem;line-height:1.194}}.box-resourceMaterials .box .title-heading:last-child{margin-bottom:0;margin-bottom:25px}@media only screen and (min-width:768px){.box-resourceMaterials .box .title-heading:last-child{margin-bottom:30px}}.box-resourceMaterials .box+.box{margin-top:25px}@media only screen and (min-width:768px){.box-resourceMaterials .box+.box{margin-top:0}}.box-resourceMaterials .richText p{margin-top:0;margin-bottom:0}.box-resourceMaterials>.component-content>.content>.richText{margin-top:20px}.box-articleAbstract{padding:0}.box-articleAbstract>.component-content>.content{margin-right:auto;margin-left:auto;max-width:100%;padding:0 10px 50px;margin-top:-25px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.box-articleAbstract>.component-content>.content{width:768px}}@media only screen and (min-width:1200px){.box-articleAbstract>.component-content>.content{width:1200px}}@media only screen and (min-width:1620px){.box-articleAbstract>.component-content>.content{padding-left:0;padding-right:0;width:1620px}}.box-articleAbstract>.component-content>.content:after{content:"";display:block;clear:both}@media only screen and (min-width:1200px){.box-articleAbstract>.component-content>.content{padding-top:70px;padding-bottom:70px;display:block;margin-top:0}}.box-articleAbstract .richText-publisherInfo{-ms-flex-order:1;order:1}.box-articleAbstract .shareThis{-ms-flex-order:2;order:2}.box-articleAbstract .richText-articleAbstract{-ms-flex-order:3;order:3}.box.box-articleHero{z-index:1;padding:0}.box.box-articleHero>.component-content{color:#fff;padding:50px 0;background-size:cover;background-color:#a4123f}@media only screen and (min-width:768px){.box.box-articleHero>.component-content{padding:140px 0}}.box.box-articleHero>.component-content .articleAuthorAndPublicationDate,.box.box-articleHero>.component-content .title{padding-left:20px;padding-right:20px}.box.box-articleHero>.component-content .title-heading{margin-top:0;margin-bottom:30px}@media only screen and (min-width:768px){.box.box-articleHero>.component-content .title-heading{font-size:70px;font-size:7rem;margin-bottom:50px}}.box.box-articleHero>.component-content .articleAuthorAndPublicationDate-photo-wrapper{margin-top:-10px}.box.box-articleHero>.component-content>.content{padding:0}.box.box-articleHero>.component-content>.content:after{content:"";display:block;clear:both}.box.box-articleHero .articleAuthorAndPublicationDate .component-content{display:block}@media only screen and (min-width:1200px){.box.box-articleHero p{padding:0 80px}}.box.box-articleHeroCentered{z-index:2;padding:0}@media only screen and (min-width:768px){.box.box-articleHeroCentered{z-index:1}}.box.box-articleHeroCentered>.component-content{color:#fff;background-size:cover;padding:50px 0 0;background-color:#008578}@media only screen and (min-width:768px){.box.box-articleHeroCentered>.component-content{padding:140px 0}}.box.box-articleHeroCentered>.component-content .articleAuthorAndPublicationDate,.box.box-articleHeroCentered>.component-content .title{padding-left:20px;padding-right:20px}.box.box-articleHeroCentered>.component-content .title-heading{margin-top:0;margin-bottom:30px}@media only screen and (min-width:768px){.box.box-articleHeroCentered>.component-content .title-heading{font-size:70px;font-size:7rem;margin-bottom:50px}}.box.box-articleHeroCentered>.component-content .articleAuthorAndPublicationDate-photo-wrapper{margin-top:-10px}.box.box-articleHeroCentered>.component-content>.content{padding:0}.box.box-articleHeroCentered>.component-content>.content:after{content:"";display:block;clear:both}.box.box-articleHeroCentered .title .title-heading{text-align:center;margin-bottom:20px}@media only screen and (min-width:768px){.box.box-articleHeroCentered .title .title-heading{margin-bottom:50px}}@media only screen and (min-width:768px){.box.box-articleHeroCentered .articleAuthorAndPublicationDate{margin-bottom:75px}}.box.box-articleHeroCentered .articleAuthorAndPublicationDate .component-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.box.box-articleHeroCentered .articleAuthorAndPublicationDate .component-content{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}}.box.box-articleHeroCentered .articleAuthorAndPublicationDate .articleAuthorAndPublicationDate-date-wrapper{-ms-flex-order:0;order:0;text-align:center}@media only screen and (min-width:768px){.box.box-articleHeroCentered .articleAuthorAndPublicationDate .articleAuthorAndPublicationDate-date-wrapper{-ms-flex-order:2;order:2;margin-left:5px}}.box.box-articleHeroCentered .articleAuthorAndPublicationDate .articleAuthorAndPublicationDate-name-wrapper{-ms-flex-order:1;order:1;margin-bottom:43px;text-align:center}@media only screen and (min-width:768px){.box.box-articleHeroCentered .articleAuthorAndPublicationDate .articleAuthorAndPublicationDate-name-wrapper{margin-bottom:0}.box.box-articleHeroCentered .articleAuthorAndPublicationDate .articleAuthorAndPublicationDate-name-wrapper:after{content:"|";font-weight:200}}.box.box-articleHeroCentered .articleAuthorAndPublicationDate .articleAuthorAndPublicationDate-photo-wrapper{margin:0;float:none;position:absolute;bottom:-30px;z-index:1;right:50%;transform:translateX(50%)}@media only screen and (min-width:768px){.box.box-articleHeroCentered .articleAuthorAndPublicationDate .articleAuthorAndPublicationDate-photo-wrapper{position:static;transform:none;-ms-flex-order:0;order:0;margin-right:20px}}.box.box-articleHeroCentered+.box.box-pageContainer{z-index:1;padding:0}.box.box-articleHeroCentered+.box.box-pageContainer .image,.box.box-articleHeroCentered+.box.box-pageContainer>.component-content>.content{padding:0}@media only screen and (min-width:768px){.box.box-articleHeroCentered+.box.box-pageContainer .image,.box.box-articleHeroCentered+.box.box-pageContainer>.component-content>.content{margin-top:-70px}}.box.box-mediaHero{position:relative;color:#fff}@media only screen and (min-width:768px){.box.box-mediaHero{height:auto;padding-top:0;margin-bottom:-60px}}@media only screen and (min-width:1620px){.box.box-mediaHero{margin-bottom:-165px}}.box.box-mediaHero>.component-content{background:no-repeat 50%;background-size:cover;height:100%;padding-top:60px;padding-bottom:50px}@media only screen and (min-width:768px){.box.box-mediaHero>.component-content{max-width:1920px;margin:0 auto;padding-top:120px;padding-bottom:180px;height:auto}}@media only screen and (min-width:1620px){.box.box-mediaHero>.component-content{padding-top:150px;padding-bottom:300px}}.box.box-mediaHero>.component-content>.content{display:-ms-flexbox;display:flex}.box-relatedLinks{margin-bottom:50px}.box-relatedLinks>.component-content>.content{background-color:#fff;padding:30px 30px 10px}.box-relatedLinks>.component-content>.content:after{content:"";display:block;clear:both}.box-relatedLinks>.component-content>.content>div{border-bottom:2px solid #ced3de;padding:30px 20px;text-align:center;color:#484c53}.box-relatedLinks>.component-content>.content>div:last-child{border-bottom:0}.box-relatedLinks>.component-content>.content a{color:inherit;display:block}.box-relatedLinks>.component-content>.content .promoBox-read-more{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;color:#0033a0;padding-bottom:0;border:2px solid transparent;display:inline-block;transition:border-bottom-color .2s ease-in}.box-relatedLinks>.component-content>.content .promoBox-read-more:active,.box-relatedLinks>.component-content>.content .promoBox-read-more:focus,.box-relatedLinks>.component-content>.content .promoBox-read-more:hover{opacity:1;color:#022d89;border-color:transparent}.box-relatedLinks>.component-content>.content .promoBox-read-more:after{content:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);display:inline-block;width:6px;margin-left:15px;transform:translateY(-1px)}.box-relatedLinks>.component-content>.content .promoBox-read-more:hover{border-bottom:2px solid #0033a0}.box-relatedLinks>.component-content>.content .promoBox-read-more:disabled{color:#ced3de}.box-relatedLinks>.component-content>.content .promoBox-read-more:hover{border-color:transparent}.box.box-pageListCarouselContainer{overflow:hidden;padding:0}.box.box-pageListCarouselContainer .title-heading{margin-bottom:40px;text-align:center}.box-educationHubFilters>.component-content{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;border:2px solid transparent;transition:box-shadow .2s;display:none;background:#fff;overflow:auto}@media only screen and (min-width:1200px){.box-educationHubFilters>.component-content{display:block;padding:50px 40px}}.box-educationHubFilters .pageList-filter-button{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-decoration:none;text-transform:none;display:inline-block;background:#fff;color:#0033a0;text-align:center;border:2px solid #fff;border-radius:4px;padding:14px 40px;transition:border-color,color,background,.2s ease-in;line-height:1;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);text-transform:uppercase;display:none;width:calc(100% + 20px);margin-left:-10px;margin-bottom:20px;border-radius:0}.box-educationHubFilters .pageList-filter-button:active,.box-educationHubFilters .pageList-filter-button:hover{opacity:1;color:#022d89;border-color:transparent}.box-educationHubFilters .pageList-filter-button:focus{border-color:#fff}.box-educationHubFilters .pageList-filter-button:hover{background:#0033a0;color:#fff;border-color:#0033a0}.box-educationHubFilters .pageList-filter-button:active{background:#022d89;color:#fff;border-color:#022d89}@media only screen and (min-width:768px){.box-educationHubFilters .pageList-filter-button{border-radius:4px;margin-left:0;margin-top:30px;width:100%}}.box-educationHubFilters.mobile .pageList-done-button,.box-educationHubFilters.mobile .pageList-filter-button,.box-educationHubFilters.overlay-open>.component-content{display:block}.box-educationHubFilters .pageListTagFilter{margin-bottom:60px}.box-educationHubFilters .pageListTagFilter+.pageListTagFilter{margin-bottom:0}@media only screen and (min-width:768px){.box-educationHubFilters .pageListTagFilter .component-content{width:auto}}@media only screen and (min-width:1200px){.box-educationHubFilters .pageListTagFilter .component-content{width:auto}}@media only screen and (min-width:1620px){.box-educationHubFilters .pageListTagFilter .component-content{width:auto}}.box-supportCategoryHero,.composite-support-category-hero{color:#0033a0;text-align:center}@media only screen and (min-width:768px){.box-supportCategoryHero,.composite-support-category-hero{text-align:left}}.box-supportCategoryHero>.component-content>.content,.box-supportCategoryHero>div,.composite-support-category-hero>.component-content>.content,.composite-support-category-hero>div{margin-right:auto;margin-left:auto;max-width:100%;padding:50px 10px}@media only screen and (min-width:768px){.box-supportCategoryHero>.component-content>.content,.box-supportCategoryHero>div,.composite-support-category-hero>.component-content>.content,.composite-support-category-hero>div{width:768px}}@media only screen and (min-width:1200px){.box-supportCategoryHero>.component-content>.content,.box-supportCategoryHero>div,.composite-support-category-hero>.component-content>.content,.composite-support-category-hero>div{width:1200px}}@media only screen and (min-width:1620px){.box-supportCategoryHero>.component-content>.content,.box-supportCategoryHero>div,.composite-support-category-hero>.component-content>.content,.composite-support-category-hero>div{padding-left:0;padding-right:0;width:1620px}}.box-supportCategoryHero>.component-content>.content:after,.box-supportCategoryHero>div:after,.composite-support-category-hero>.component-content>.content:after,.composite-support-category-hero>div:after{content:"";display:block;clear:both}@media only screen and (min-width:1200px){.box-supportCategoryHero>.component-content>.content,.box-supportCategoryHero>div,.composite-support-category-hero>.component-content>.content,.composite-support-category-hero>div{padding-top:70px;padding-bottom:70px}}.box-supportCategoryHero h1,.composite-support-category-hero h1{margin-bottom:30px}.box-supportCategoryHero p,.composite-support-category-hero p{margin-bottom:10px}.box-supportCategoryHero p:last-child,.composite-support-category-hero p:last-child{margin-bottom:0}.box-physicianCards{margin-bottom:80px}.box-physicianCards:last-child{margin-bottom:0}.box-physicianCards>.component-content>.content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:-10px}@media only screen and (min-width:768px){.box-physicianCards>.component-content>.content{-ms-flex-direction:row;flex-direction:row}}.box-knowledgebaseDetails,.composite-knowledgebase-details{position:relative}.box-knowledgebaseDetails>.component-content>.content,.box-knowledgebaseDetails>div,.composite-knowledgebase-details>.component-content>.content,.composite-knowledgebase-details>div{margin-right:auto;margin-left:auto;max-width:100%;padding:50px 10px}@media only screen and (min-width:768px){.box-knowledgebaseDetails>.component-content>.content,.box-knowledgebaseDetails>div,.composite-knowledgebase-details>.component-content>.content,.composite-knowledgebase-details>div{width:768px}}@media only screen and (min-width:1200px){.box-knowledgebaseDetails>.component-content>.content,.box-knowledgebaseDetails>div,.composite-knowledgebase-details>.component-content>.content,.composite-knowledgebase-details>div{width:1200px}}@media only screen and (min-width:1620px){.box-knowledgebaseDetails>.component-content>.content,.box-knowledgebaseDetails>div,.composite-knowledgebase-details>.component-content>.content,.composite-knowledgebase-details>div{padding-left:0;padding-right:0;width:1350px}}.box-knowledgebaseDetails>.component-content>.content:after,.box-knowledgebaseDetails>div:after,.composite-knowledgebase-details>.component-content>.content:after,.composite-knowledgebase-details>div:after{content:"";display:block;clear:both}@media only screen and (min-width:1200px){.box-knowledgebaseDetails>.component-content>.content,.box-knowledgebaseDetails>div,.composite-knowledgebase-details>.component-content>.content,.composite-knowledgebase-details>div{padding-top:100px;padding-bottom:100px}}@media only screen and (min-width:768px){.box-knowledgebaseDetails .accordion,.box-knowledgebaseDetails .title,.composite-knowledgebase-details .accordion,.composite-knowledgebase-details .title{max-width:50%;float:none}}.box-knowledgebaseDetails .image,.composite-knowledgebase-details .image{padding-top:40px;padding-bottom:40px;height:400px}@media only screen and (min-width:768px){.box-knowledgebaseDetails .image,.composite-knowledgebase-details .image{position:absolute;right:0;top:0;height:650px;width:50%;padding-top:70px;padding-bottom:70px}}.box-knowledgebaseDetails .image>.component-content,.box-knowledgebaseDetails .image img,.box-knowledgebaseDetails .image picture,.composite-knowledgebase-details .image>.component-content,.composite-knowledgebase-details .image img,.composite-knowledgebase-details .image picture{height:100%}.box-knowledgebaseDetails .accordion,.composite-knowledgebase-details .accordion{margin-top:40px}.box.box-supportHeroWithSearch{position:relative;color:#0033a0}@media only screen and (min-width:768px){.box.box-supportHeroWithSearch{height:auto;padding-top:0}}.box.box-supportHeroWithSearch>.component-content{display:-ms-flexbox;display:flex;background:no-repeat 50%;background-size:cover;height:100%;padding-top:90px;margin-bottom:30px}@media only screen and (min-width:768px){.box.box-supportHeroWithSearch>.component-content{padding-bottom:100px;margin-bottom:0}}@media only screen and (min-width:1620px){.box.box-supportHeroWithSearch>.component-content{background-size:auto;height:auto;padding-top:140px;padding-bottom:160px}}.box.box-supportHeroWithSearch>.component-content>.content{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;max-width:100%;width:100%}@media only screen and (min-width:768px){.box.box-supportHeroWithSearch>.component-content>.content{width:768px}}@media only screen and (min-width:1200px){.box.box-supportHeroWithSearch>.component-content>.content{width:1200px}}@media only screen and (min-width:1620px){.box.box-supportHeroWithSearch>.component-content>.content{padding-left:0;padding-right:0;width:1620px}}.box.box-supportHeroWithSearch .title{margin-bottom:70px;text-align:center}@media only screen and (min-width:768px){.box.box-supportHeroWithSearch .title{margin-bottom:40px}}.box.box-supportHeroWithSearch .title .title-heading{margin:0}.box-one-column-form-container{margin-bottom:50px}@media only screen and (min-width:1200px){.box-one-column-form-container{margin-bottom:0}}.box-one-column-form-container,.box-one-column-form-container .composite,.box-one-column-form-container .form{padding:0}.box-homepageHero,.box-homepageHeroWhite{max-width:1920px;margin:0 auto;padding:0;color:#fff;text-align:center;float:none}@media only screen and (min-width:1200px){.box-homepageHero,.box-homepageHeroWhite{text-align:left;color:#0033a0}}.box-homepageHero>.component-content,.box-homepageHeroWhite>.component-content{height:592px;padding-top:50px;padding-bottom:50px;background-size:cover;background-position:50%;position:relative}@media only screen and (min-width:768px){.box-homepageHero>.component-content,.box-homepageHeroWhite>.component-content{padding-top:80px}}@media only screen and (min-width:1620px){.box-homepageHero>.component-content,.box-homepageHeroWhite>.component-content{height:956px;padding-top:165px}}.box-homepageHero>.component-content:after,.box-homepageHeroWhite>.component-content:after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;background-color:rgba(0,51,160,.8)}@media only screen and (min-width:1200px){.box-homepageHero>.component-content:after,.box-homepageHeroWhite>.component-content:after{display:none}}.box-homepageHero>.component-content>.content,.box-homepageHeroWhite>.component-content>.content{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;max-width:100%;position:relative;z-index:1}@media only screen and (min-width:768px){.box-homepageHero>.component-content>.content,.box-homepageHeroWhite>.component-content>.content{width:768px}}@media only screen and (min-width:1200px){.box-homepageHero>.component-content>.content,.box-homepageHeroWhite>.component-content>.content{width:1200px}}@media only screen and (min-width:1620px){.box-homepageHero>.component-content>.content,.box-homepageHeroWhite>.component-content>.content{padding-left:0;padding-right:0;width:1620px}}.box-homepageHero h1,.box-homepageHeroWhite h1{font-weight:100}.box-homepageHero .richText,.box-homepageHeroWhite .richText{margin-bottom:30px}@media only screen and (min-width:1200px){.box-homepageHero .richText,.box-homepageHeroWhite .richText{margin-bottom:40px}}.box-homepageHero+div,.box-homepageHeroWhite+div{margin-top:-90px}@media only screen and (min-width:1200px){.box-homepageHero+div,.box-homepageHeroWhite+div{margin-top:-145px}}@media only screen and (min-width:1620px){.box-homepageHero+div,.box-homepageHeroWhite+div{margin-top:-283px}}@media only screen and (min-width:1200px){.box-homepageHeroWhite{color:#fff}}.box.box-footerMainSection{padding:50px 0 0}@media only screen and (min-width:1200px){.box.box-footerMainSection{padding-top:66px}}@media only screen and (min-width:768px) and (min-width:1620px){.box.box-footerMainSection .box>.component-content>.content{padding:0;margin-top:30px;margin-bottom:85px}}@media only screen and (min-width:1620px){.box.box-footerMainSection .navigation .navigation-item{margin-bottom:40px}}.box.box-footerMainSection .navigation .navigation-item-title{font-size:14px;font-size:1.4rem}@media only screen and (min-width:1200px){.box.box-footerMainSection .navigation .navigation-item-title{font-size:15px;font-size:1.5rem}}.box.box-footerMainSection{padding:0;z-index:1}@media only screen and (min-width:1620px){.box.box-footerMainSection>.component-content>.content{display:-ms-flexbox;display:flex}}.box.box-footerMainSection .image{margin-bottom:50px;-ms-flex-negative:0;flex-shrink:0}.box.box-footerMainSection .image img{display:block;width:auto}@media only screen and (min-width:1620px){.box.box-footerMainSection .image img{margin:0}}.box.box-footerMainSection .image a:focus{outline-style:auto;outline-width:3px}@media only screen and (min-width:1620px){.box.box-footerMainSection .box{padding:0}}@media only screen and (min-width:768px){.box.box-footerMainSection .box>.component-content>.content{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:30px;padding-right:30px}}@media only screen and (min-width:768px) and (min-width:1620px){.box.box-footerMainSection .box>.component-content>.content{padding:0;margin-top:30px;margin-bottom:40px}}.box.box-footerMainSection .navigation{text-align:center;padding-left:25px;padding-right:25px;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:0;flex-basis:0}@media only screen and (min-width:1200px){.box.box-footerMainSection .navigation{margin-bottom:70px;min-width:25%}}@media only screen and (min-width:1620px){.box.box-footerMainSection .navigation{-ms-flex-positive:1;flex-grow:1;margin-bottom:0}}.box.box-footerMainSection .navigation .navigation-item{margin-bottom:30px;line-height:1}@media only screen and (min-width:768px){.box.box-footerMainSection .navigation .navigation-item{text-align:left}}@media only screen and (min-width:1620px){.box.box-footerMainSection .navigation .navigation-item{margin-bottom:35px}}@media only screen and (min-width:1200px){.box.box-footerMainSection .navigation .navigation-item:last-child{margin-bottom:0}}.box.box-footerMainSection .navigation .navigation-item-title{font-size:15px;font-size:1.5rem;text-transform:uppercase;font-weight:900;color:#0033a0;border:transparent}@media only screen and (min-width:768px){.box.box-footerMainSection .navigation .navigation-item-title{white-space:nowrap}}@media only screen and (min-width:900px){.box.box-footerMainSection .navigation .navigation-item-title{font-size:16px;font-size:1.6rem}}@media only screen and (min-width:1620px){.box.box-footerMainSection .navigation .navigation-item-title{white-space:normal}}.box.box-footerMainSection .navigation .navigation-item-title:focus,.box.box-footerMainSection .navigation .navigation-item-title:hover{border-bottom:2px solid #0033a0}.box.box-footerMainSection .navigation:nth-child(4){margin-bottom:50px}.box.box-footerMainSection .navigation:nth-child(4) .navigation-item:last-child{margin-bottom:0}.box.box-footerMainSection .form-amr,.box.box-footerMainSection .form-demo,.box.box-footerMainSection .form-grey,.box.box-footerMainSection .form-newsletter-sign-up{margin-bottom:-135px;padding:0}@media only screen and (min-width:1620px){.box.box-footerMainSection .form-amr,.box.box-footerMainSection .form-demo,.box.box-footerMainSection .form-grey,.box.box-footerMainSection .form-newsletter-sign-up{margin-top:-20px;width:520px}}.box.box-footerBottomSection{background-color:#f7f9fc}.box.box-footerBottomSection .richText.component.richtext-footer-links a,.box.box-footerBottomSection .richText.component.richtext-footer-links p{font-size:14px;font-size:1.4rem}@media only screen and (max-width:419px){.box.box-footerBottomSection .richText.component.richtext-footer-links ul{-ms-flex-direction:column;flex-direction:column}}.asn-footer.box.box-footerBottomSection .richText:nth-child(2) a{font-size:0}.box.box-footerBottomSection{padding:50px 0;background-color:#fff;text-align:center}@media only screen and (min-width:1620px){.box.box-footerBottomSection{padding:29px 0}}@media only screen and (max-width:374px){.box.box-footerBottomSection>.component-content>.paragraphSystem{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}}@media only screen and (min-width:1620px){.box.box-footerBottomSection>.component-content>.paragraphSystem{display:-ms-flexbox;display:flex;-ms-flex-pack:left;justify-content:left;-ms-flex-align:center;align-items:center}}@media only screen and (min-width:1200px){.box.box-footerBottomSection .richText.component.richtext-footer-links{width:auto;float:none;display:inline-block;padding:0}}.box.box-footerBottomSection .richText.component.richtext-footer-links .footer-link{display:inline}.box.box-footerBottomSection .richText.component.richtext-footer-links a,.box.box-footerBottomSection .richText.component.richtext-footer-links p{font-size:15px;font-size:1.5rem;font-weight:400;color:#484c53;margin-bottom:0;text-align:center;text-decoration:none;border-bottom:0}@media only screen and (min-width:1200px){.box.box-footerBottomSection .richText.component.richtext-footer-links p:after{content:"\B7";display:inline-block;width:20px}}.box.box-footerBottomSection .richText.component.richtext-footer-links ul{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin:0;padding:0;list-style:none}@media only screen and (max-width:500px){.box.box-footerBottomSection .richText.component.richtext-footer-links ul{-ms-flex-direction:column;flex-direction:column}}.box.box-footerBottomSection .richText.component.richtext-footer-links li{text-align:center}.box.box-footerBottomSection .richText.component.richtext-footer-links li:after{content:"\B7";display:inline-block;width:20px}@media only screen and (max-width:500px){.box.box-footerBottomSection .richText.component.richtext-footer-links li:after{display:none}}.box.box-footerBottomSection .richText.component.richtext-footer-links li:last-child:after{display:none}.box.box-footerBottomSection .richText.richtext-social-links{margin-bottom:40px}@media only screen and (min-width:1620px){.box.box-footerBottomSection .richText.richtext-social-links{width:auto;margin-bottom:0;margin-right:20px}}.box.box-footerBottomSection .richText.richtext-social-links p{font-size:0}.box-headerWrapper{transform:scaleY(0);transition:transform .2s ease-out;transform-origin:top;max-height:0;visibility:hidden;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;overflow-y:auto}@media only screen and (min-width:1200px){.box-headerWrapper{display:block;-ms-flex-positive:2;flex-grow:2;margin-left:40px;transition:none;transform:none;max-height:none;visibility:visible;overflow-y:initial}}@media only screen and (min-width:1620px){.box-headerWrapper{margin-left:120px}}.box-headerWrapper>.component-content{height:100%}.box-headerWrapper>.component-content>.content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;max-width:100%}@media only screen and (min-width:1200px){.box-headerWrapper>.component-content>.content{-ms-flex-direction:column-reverse;flex-direction:column-reverse;height:100%}}@media only screen and (min-width:1200px){.is-sticky .box-headerWrapper{margin-left:80px}}.nav-overlay-open .box-headerWrapper{display:block;position:absolute;background:#fff;top:70px;left:0;width:100%;height:calc(100vh - 75px);border-top:1px solid #ced3de;z-index:3;max-height:none;visibility:visible}.nav-overlay-open .box-headerWrapper>.component-content>.content{margin-right:auto;margin-left:auto;max-width:100%;padding:40px 10px 100px;-ms-flex-pack:start;justify-content:flex-start;overflow-y:auto}@media only screen and (min-width:768px){.nav-overlay-open .box-headerWrapper>.component-content>.content{width:768px}}@media only screen and (min-width:1200px){.nav-overlay-open .box-headerWrapper>.component-content>.content{width:1200px}}@media only screen and (min-width:1620px){.nav-overlay-open .box-headerWrapper>.component-content>.content{padding-left:0;padding-right:0;width:1620px}}@media only screen and (min-width:1200px){.nav-overlay-open .box-headerWrapper>.component-content>.content{padding:40px 10px}}.nav-overlay-open.has-sticky-header .box-headerWrapper{top:70px;height:calc(100vh - 51px)}.box-headerWrapper.nav-overlay-transition{transform:scaleY(1)}.reference-header1 button.sb-sticky,.reference-header button.sb-sticky{display:none!important}.reference-header1.sticky-visible button.sb-sticky,.reference-header.sticky-visible button.sb-sticky{display:block!important}@media only screen and (min-width:1200px){.reference-header1 .box-headerWrapper,.reference-header .box-headerWrapper{margin-left:60px;margin-bottom:3px}}@media only screen and (max-width:1200px -1){.reference-header1.sticky-visible .box-headerWrapper>.component-content>.content,.reference-header.sticky-visible .box-headerWrapper>.component-content>.content{-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width:1200px -1){.reference-header1 .box-headerWrapper>.component-content>.content .navigation.navigation-utilityNav,.reference-header1.sticky-visible .box-headerWrapper>.component-content>.content .navigation.navigation-utilityNav,.reference-header .box-headerWrapper>.component-content>.content .navigation.navigation-utilityNav,.reference-header.sticky-visible .box-headerWrapper>.component-content>.content .navigation.navigation-utilityNav{width:100%;padding:0 10px}}@media screen and (min-width:1620px){.reference-header1 .box-headerWrapper,.reference-header .box-headerWrapper{margin-top:22px}}@media only screen and (min-width:1200px){.box.box-navigationItems>.component-content{margin-left:60px}}.box.box-navigationItems>.component-content>.content{margin-left:-10px;margin-right:-10px}@media only screen and (min-width:1200px){.box.box-navigationItems>.component-content>.content{margin-bottom:-40px}}.box-homeArticlesCarousel{padding:0 10px;width:100%}.box-homeArticlesCarousel>.component-content{padding-left:0;padding-right:0;width:100%;overflow:hidden}@media only screen and (min-width:768px){.box-homeArticlesCarousel>.component-content{overflow:initial}}.box-homeArticlesCarousel>.component-content>.content{margin-bottom:30px;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.box-homeArticlesCarousel>.component-content>.content:after{content:"";display:block;clear:both}@media only screen and (min-width:768px){.box-homeArticlesCarousel>.component-content>.content{width:100%!important;transform:none!important;margin-bottom:0}}.box-homeArticlesCarousel .carousel-dots{list-style:none;display:-ms-flexbox;display:flex;margin:0;padding:0;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:768px){.box-homeArticlesCarousel .carousel-dots{display:none}}.box-homeArticlesCarousel .carousel-dot{line-height:0}.box-homeArticlesCarousel .carousel-dot+.carousel-dot{margin-left:6px}.box-homeArticlesCarousel .carousel-dot-btn{height:6px;width:6px;border:0;border-radius:100%;padding:0;background:#ced3de}.box-homeArticlesCarousel .carousel-dot-btn.is-active{background:#0033a0}.box-homePatientCare>.component-content>.content,.composite-home-patient-care>div{margin-right:auto;margin-left:auto;max-width:100%;padding:50px 10px}@media only screen and (min-width:768px){.box-homePatientCare>.component-content>.content,.composite-home-patient-care>div{width:768px}}@media only screen and (min-width:1200px){.box-homePatientCare>.component-content>.content,.composite-home-patient-care>div{width:1200px}}@media only screen and (min-width:1620px){.box-homePatientCare>.component-content>.content,.composite-home-patient-care>div{padding-left:0;padding-right:0;width:1620px}}.box-homePatientCare>.component-content>.content:after,.composite-home-patient-care>div:after{content:"";display:block;clear:both}@media only screen and (min-width:1200px){.box-homePatientCare>.component-content>.content,.composite-home-patient-care>div{padding-top:70px;padding-bottom:70px}}.box-homePatientCare>.component-content>.content .richText .cta-link,.composite-home-patient-care>div .richText .cta-link{margin-bottom:40px}.box-homeRenalTherapiesContainer>.component-content>.content{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;border:2px solid transparent;transition:box-shadow .2s;background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:40px;margin-bottom:40px;padding-left:30px;padding-right:30px}@media only screen and (min-width:1200px){.box-homeRenalTherapiesContainer>.component-content>.content{-ms-flex-direction:row;flex-direction:row}}.box-errorHero{padding:50px 0 200px}@media only screen and (min-width:768px){.box-errorHero{padding:0}}.box-errorHero>.component-content{max-width:1920px;margin:auto}@media only screen and (min-width:768px){.box-errorHero>.component-content{padding:100px 0 200px;background-size:cover}.box-errorHero>.component-content:after{content:"";display:block;clear:both}}@media only screen and (min-width:1200px){.box-errorHero>.component-content{padding-top:150px}}.box-errorHero .title-heading{text-align:center;color:#0033a0}@media only screen and (min-width:768px){.box-errorHero .title-heading{max-width:60%;margin:auto}}@media only screen and (min-width:1200px){.box-errorHero .title-heading{max-width:45%}}@media only screen and (min-width:1200px){.box-insightsNavigation:nth-child(2){border-left:1px solid #ced3de}}@media only screen and (min-width:1200px){.box-insightsNavigation>.component-content>.content{margin-left:-10px;margin-right:-10px}}.box-insightsNavigation .pageList-featuredArticleOnly{display:none;padding:0}@media only screen and (min-width:1200px){.box-insightsNavigation .pageList-featuredArticleOnly{display:block;padding-left:10px;padding-right:10px}}.box-insightsNavigation .mobile-back-button{display:none}.box-insightsNavigation.is-active .mobile-back-button,.box-insightsNavigation.is-active .pageList{display:block}@media only screen and (min-width:768px){.box.box-equalHeightBoxesContainer>.component-content>.content,.composite-featured-products .box>.component-content>.content,.composite-mega-service-cards .box>.component-content>.content,.composite-related-products .box>.component-content>.content,.composite-service-cards .box>.component-content>.content,.composite-small-offering-cards .box>.component-content>.content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch}.box.box-equalHeightBoxesContainer>.component-content>.content .title,.composite-featured-products .box>.component-content>.content .title,.composite-mega-service-cards .box>.component-content>.content .title,.composite-related-products .box>.component-content>.content .title,.composite-service-cards .box>.component-content>.content .title,.composite-small-offering-cards .box>.component-content>.content .title{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-negative:0;flex-shrink:0}}.box.box-equalHeightBoxesContainer>.component-content>.content .promoBox>.component-content>.promoBox-link-wrapper{-ms-flex-align:start!important;align-items:flex-start!important}.box-asnHeader .image.image-logoFullSize{margin-top:15px;margin-bottom:15px}.box-asnHeader .image.image-logoFullSize img{height:45px}@media only screen and (max-width:419px){.box-asnHeader .navigation.navigation-global{max-width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:1200px){.box-asnHeader .navigation.navigation-global ul.navigation-root li.navigation-item.first .navigation-item-title{padding-left:0!important}}.box-asnHeader .navigation.navigation-global ul.navigation-root li.navigation-item .navigation-item-title{font-weight:700;border:none!important;background-color:transparent;padding:30px 20px;text-transform:uppercase}.box-asnTwitter{min-height:1074px;background:linear-gradient(180deg,#0033a0 0,#19244b)}.composite-new-home-page-hero+*{margin-top:-20px}@media only screen and (max-width:768px){.composite-new-home-page-hero+*{margin-top:-20px}}.box.box-newHomepageHero{padding:0;position:absolute}@media only screen and (min-width:1200px){.box.box-newHomepageHero{position:relative}}.box.box-newHomepageHero>.component-content{padding:0;background:no-repeat 50%}@media only screen and (max-width:1199px){.box.box-newHomepageHero>.component-content{background-image:none!important}}@media only screen and (max-width:325px){.box.box-newHomepageHero>.component-content{height:590px!important}}@media only screen and (max-width:500px){.box.box-newHomepageHero>.component-content{padding-bottom:20px}}@media only screen and (max-width:370px){.box.box-newHomepageHero>.component-content{height:590px!important}}@media only screen and (min-width:371px) and (max-width:459px){.box.box-newHomepageHero>.component-content{height:500px!important}}@media only screen and (min-width:460px) and (max-width:600px){.box.box-newHomepageHero>.component-content{height:400px}}@media only screen and (max-width:1200px -1){.box.box-newHomepageHero>.component-content{height:400px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}}@media only screen and (min-width:1200px){.box.box-newHomepageHero>.component-content{min-height:556px;max-height:556px;background-size:cover;padding:93px 0 106px;max-width:1920px;margin:0 auto;background-position-y:0;display:block}}@media screen and (min-device-width:1200px) and (max-device-width:1600px) and (-webkit-min-device-pixel-ratio:1){.box.box-newHomepageHero>.component-content{min-height:400px;max-height:400px;padding:33px 0 106px}}@media screen and (min-device-width:1200px) and (max-device-width:1600px) and (-webkit-min-device-pixel-ratio:1) and (max-width:1200px){.box.box-newHomepageHero>.component-content{padding:0}}.box.box-newHomepageHero>.component-content>.content{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;max-width:100%;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex}@media only screen and (min-width:768px){.box.box-newHomepageHero>.component-content>.content{width:768px}}@media only screen and (min-width:1200px){.box.box-newHomepageHero>.component-content>.content{width:1200px}}@media only screen and (min-width:1620px){.box.box-newHomepageHero>.component-content>.content{padding-left:0;padding-right:0;width:1620px}}.box.box-newHomepageHero>.component-content>.content:after{content:"";display:block;clear:both}@media only screen and (min-width:420px){.box.box-newHomepageHero>.component-content>.content{width:1620px}}@media only screen and (min-width:1200px){.box.box-newHomepageHero>.component-content>.content{display:block}}.box.box-newHomepageHero .richText{max-width:656px;width:100%;padding:40px;margin-left:0;margin-top:0}@media only screen and (min-width:601px){.box.box-newHomepageHero .richText{margin-top:0}}.box.box-newHomepageHero .richText p{margin-bottom:25px;color:#fff;text-align:center}.box.box-newHomepageHero .richText p:last-child{margin-bottom:0}@media only screen and (min-width:1200px){.box.box-newHomepageHero .richText p{text-align:initial;color:#484c53;width:650px}}.box.box-newHomepageHero .richText p a.white-button{font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;display:inline-block;background:#fff;color:#0033a0;text-align:center;border:2px solid #fff;border-radius:4px;padding:14px 40px;transition:border-color,color,background,.2s ease-in;line-height:1;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);font-size:15px;font-size:1.5rem}.box.box-newHomepageHero .richText p a.white-button:active,.box.box-newHomepageHero .richText p a.white-button:hover{opacity:1;color:#022d89;border-color:transparent}.box.box-newHomepageHero .richText p a.white-button:focus{border-color:#fff}.box.box-newHomepageHero .richText p a.white-button:active,.box.box-newHomepageHero .richText p a.white-button:hover{background:transparent;color:#fff;border-color:#fff}@media only screen and (min-width:900px){.box.box-newHomepageHero .richText p a.white-button{font-size:16px;font-size:1.6rem}}@media only screen and (min-width:1200px){.box.box-newHomepageHero .richText p a.white-button{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;color:#0033a0;display:inline-block;background:#0033a0;color:#fff;text-align:center;border:2px solid #0033a0;border-radius:4px;padding:14px 40px;transition:border-color,color,background,.2s ease-in;line-height:1;box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}.box.box-newHomepageHero .richText p a.white-button:active,.box.box-newHomepageHero .richText p a.white-button:hover{opacity:1;color:#022d89;border-color:transparent}.box.box-newHomepageHero .richText p a.white-button:focus{border-color:#0033a0}.box.box-newHomepageHero .richText p a.white-button:active,.box.box-newHomepageHero .richText p a.white-button:hover{background:transparent;color:#022d89;border-color:#022d89}}.box.box-newHomepageHero .text-emphasized-blue{display:none}@media only screen and (min-width:1200px){.box.box-newHomepageHero .text-emphasized-blue{display:block}}.box.box-newHomepageHero h1{color:#fff;margin-bottom:20px;text-align:center}@media only screen and (min-width:768px) and (max-width:1440px){.box.box-newHomepageHero h1{margin-left:-20px;width:-moz-max-content;width:max-content}}@media only screen and (min-width:1200px){.box.box-newHomepageHero h1{margin-left:0;width:-moz-max-content;width:max-content;text-align:initial;color:#0033a0}}.box.box-blockQuote{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;border:2px solid transparent;transition:box-shadow .2s;padding:40px;background:#fff;height:-moz-max-content;height:max-content;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.box.box-blockQuote:focus{border-color:#0033a0;outline:none}@media only screen and (min-width:1200px){.box.box-blockQuote:focus,.box.box-blockQuote:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}}.box.box-blockQuote.box-blockQuote-noShadow,.box.box-blockQuote.box-blockQuote-noShadow:focus,.box.box-blockQuote.box-blockQuote-noShadow:hover{box-shadow:none}@media only screen and (min-width:1024px){.box.box-blockQuote{height:520px}}@media only screen and (min-width:1620px){.box.box-blockQuote{width:100%}}.box.box-blockQuote .image{margin-bottom:25px}.box.box-blockQuote .image img{width:40px;height:40px}.box.box-blockQuote .richText-content h3{margin-block-end:0;margin-bottom:25px}.box.box-blockQuote .richText-content h5:first-child{font-size:32px;font-size:3.2rem;line-height:1.25;font-family:Interstate,sans-serif;font-style:italic;font-size:16px;font-size:1.6rem;line-height:1.4}@media only screen and (min-width:1200px){.box.box-blockQuote .richText-content h5:first-child{font-size:42px;font-size:4.2rem;line-height:1.333}}@media only screen and (min-width:900px){.box.box-blockQuote .richText-content h5:first-child{font-size:18px;font-size:1.8rem;line-height:1.4}}.box.box-blockQuote .richText-content h5:first-child p{font-size:16px;font-size:1.6rem}@media only screen and (min-width:900px){.box.box-blockQuote .richText-content h5:first-child p{font-size:18px;font-size:1.8rem}}.box.box-forward-content .composite-blockquote-box{padding-left:0;padding-right:0;width:100%}@media only screen and (min-width:1024px){.box.box-forward-content .composite-blockquote-box{padding-left:10px;padding-right:0}}@media only screen and (min-width:1620px){.box.box-forward-content .composite-blockquote-box{padding-left:10px;padding-right:0}}.box.box-reverse-content .composite-blockquote-box{padding-left:0;padding-right:0;width:100%;margin-left:0}@media only screen and (min-width:1024px){.box.box-reverse-content .composite-blockquote-box{padding-left:0;padding-right:10px}}@media only screen and (min-width:1620px){.box.box-reverse-content .composite-blockquote-box{padding-left:0;padding-right:10px}}.box.box-pictureBox{display:block;width:100%;height:160px;margin-bottom:15px;padding:0;border-radius:5px;border:0 inset transparent;overflow:hidden}@media only screen and (min-width:500px){.box.box-pictureBox{height:320px}}@media only screen and (min-width:900px){.box.box-pictureBox{height:520px}}@media only screen and (min-width:1620px){.box.box-pictureBox{width:100%}}.box.box-pictureBox>.component-content{height:inherit;background-repeat:no-repeat;background-size:cover;background-position-x:center;background-position-y:top}.box.box-forward-content .composite-picture-card{padding-left:0;padding-right:0;width:100%;margin-left:0}@media only screen and (min-width:1024px){.box.box-forward-content .composite-picture-card{padding-left:0;padding-right:10px}}@media only screen and (min-width:1024px) and (max-width:1440px){.box.box-forward-content .composite-picture-card{padding-left:0;padding-right:10px}}@media only screen and (min-width:1620px){.box.box-forward-content .composite-picture-card{padding-left:0;padding-right:10px}}.box.box-reverse-content .composite-picture-card{padding-left:0;padding-right:0;width:100%}@media only screen and (min-width:1024px){.box.box-reverse-content .composite-picture-card{padding-left:10px;padding-right:0}}@media only screen and (min-width:1024px) and (max-width:1440px){.box.box-reverse-content .composite-picture-card{padding-left:10px;padding-right:0}}@media only screen and (min-width:1620px){.box.box-reverse-content .composite-picture-card{padding-left:10px;padding-right:0}}.box.box-reverse-content>.component-content:first-child>.content{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding:0 20px}@media only screen and (min-width:1620px){.box.box-reverse-content>.component-content:first-child>.content{padding:0}}@media only screen and (min-width:1024px){.box.box-reverse-content>.component-content:first-child>.content{-ms-flex-direction:row;flex-direction:row;max-width:1582px;-ms-flex-pack:center;justify-content:center;margin:0 auto}}.box.box-forward-content>.component-content:first-child>.content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:0 20px}@media only screen and (min-width:1620px){.box.box-forward-content>.component-content:first-child>.content{padding:0}}@media only screen and (min-width:1024px){.box.box-forward-content>.component-content:first-child>.content{-ms-flex-direction:row;flex-direction:row;max-width:1582px;-ms-flex-pack:center;justify-content:center;margin:0 auto}}.box.box-headlineWrapper>.component-content:first-child>.content{max-width:1582px;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:0 auto}.box.box-statBox{margin-bottom:16px}.box.box-statBox>.component-content>.content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.box.box-statBox>.component-content>.content .image{margin-bottom:16px}@media screen and (min-width:376px){.box.box-statBox>.component-content>.content .image{margin-bottom:0}}@media screen and (min-width:376px){.box.box-statBox>.component-content>.content{-ms-flex-direction:row;flex-direction:row}}.box.box-statBox>.component-content>.content .richText{max-width:250px;width:100%}.box.box-statBox>.component-content>.content .richText>.component-content>.richText-content>div{text-align:center!important}@media screen and (min-width:376px){.box.box-statBox>.component-content>.content .richText>.component-content>.richText-content>div{text-align:left!important}}@media screen and (min-width:376px){.box.box-statBox>.component-content>.content .richText{max-width:300px;width:100%}}.box.box-statBox-wrapper{margin-bottom:45px}.box.box-statBox-wrapper .component-content>.content>.richText:first-child{margin-bottom:30px}@media only screen and (min-width:1620px){.box.box-statBox-wrapper{margin-bottom:0}}.composite-aip-chart .box.box-statBox-wrapper .component-content>.content>.richText:first-child{margin-bottom:30px}.composite-variation-aip-chart-2 .box.box-statBox-wrapper,.composite-variation-aip-chart-3 .box.box-statBox-wrapper,.composite-variation-aip-chart-4 .box.box-statBox-wrapper{padding-left:0}@media only screen and (min-width:1620px){.composite-variation-aip-chart-2 .box.box-statBox-wrapper,.composite-variation-aip-chart-3 .box.box-statBox-wrapper,.composite-variation-aip-chart-4 .box.box-statBox-wrapper{padding-left:30px}}.box.box-accordionFooter-wrapper>.component-content>.content .richText:first-child{position:relative}.box.box-accordionFooter-wrapper>.component-content>.content .richText:first-child>.component-content>.richText-content p{font-size:12.375px;vertical-align:baseline;text-align:center}@media screen and (min-width:768px){.box.box-accordionFooter-wrapper>.component-content>.content .richText:first-child>.component-content>.richText-content p{text-align:left}}@media screen and (min-width:768px){.box.box-accordionFooter-wrapper>.component-content>.content .richText:first-child{bottom:-53px;left:-10px}}.box.box-accordionFooter-wrapper>.component-content>.content .image.image-accordion-logo{position:relative;bottom:-40px;right:-27.7%}.box.box-landingPageHero{padding:0}.box.box-landingPageHero>.component-content{padding:50px 0 100px;background:no-repeat 50%}@media only screen and (max-width:1199px){.box.box-landingPageHero>.component-content{background-image:none!important;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:400px;padding:0}}@media only screen and (min-width:1200px){.box.box-landingPageHero>.component-content{min-height:533px;max-height:533px;background-size:cover;max-width:1920px;margin:0 auto;padding-top:0;padding-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}}@media screen and (min-device-width:1200px) and (max-device-width:1600px) and (-webkit-min-device-pixel-ratio:1){.box.box-landingPageHero>.component-content{min-height:400px!important;max-height:400px!important}}.box.box-landingPageHero>.component-content>.content{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;max-width:100%}@media only screen and (min-width:768px){.box.box-landingPageHero>.component-content>.content{width:768px}}@media only screen and (min-width:1200px){.box.box-landingPageHero>.component-content>.content{width:1200px}}@media only screen and (min-width:1620px){.box.box-landingPageHero>.component-content>.content{padding-left:0;padding-right:0;width:1620px}}.box.box-landingPageHero>.component-content>.content:after{content:"";display:block;clear:both}@media only screen and (min-width:768px){.box.box-landingPageHero>.component-content>.content{width:auto}}@media only screen and (min-width:1200px){.box.box-landingPageHero>.component-content>.content{width:1620px!important}}.box.box-landingPageHero>.component-content>.content .richText{max-width:420px}.box.box-landingPageHero .text-emphasized-blue{display:none}@media only screen and (min-width:768px){.box.box-landingPageHero .text-emphasized-blue{display:block}}.box.box-landingPageHero h1{color:#0033a0;text-align:center;margin-bottom:60px}@media only screen and (min-width:768px){.box.box-landingPageHero h1{text-align:initial;font-size:32px;font-size:3.2rem;margin-bottom:20px}}@media only screen and (min-width:1620px){.box.box-landingPageHero h1{font-size:48px;font-size:4.8rem}}.box.box-landingPageHero h1+p{font-size:18px;font-size:1.8rem;font-family:Interstate,sans-serif;line-height:1.389;font-weight:300;margin-top:0}.box.box-landingPageHero h1+p:last-child{margin-bottom:0}@media only screen and (min-width:1200px){.box.box-landingPageHero h1+p{font-size:20px;font-size:2rem}}.box.box-landingPageHero p:last-child{margin-bottom:0}.composite-product-hero+.composite-tabs-with-blue-background{margin-top:-60px}.composite-product-hero+.box.box-tabsContainer{margin:0}.box.box-greyBackground{margin-bottom:45px;padding:30px 20px;background-color:rgba(0,51,160,.06)}@media screen and (min-width:768px){.box.box-greyBackground{padding:30px 70px}}.box.box-greyBackground>.component-content>.content .image{margin-bottom:20px}@media screen and (min-width:768px){.box.box-greyBackground>.component-content>.content .image{margin-bottom:0}}.box.box-greyBackground>.component-content>.content .richText.richText-greyBackground{background:transparent;margin-bottom:0!important;padding:0}@media screen and (min-width:768px){.box.box-greyBackground>.component-content>.content .richText.richText-greyBackground{padding:40px!important}}.box.box-greyBackground>.component-content>.content .richText:last-child{position:relative;bottom:-20px}.box.box-greyBackground>.component-content>.content .richText:last-child>.component-content>.richText-content p{font-size:12.375px;vertical-align:baseline;text-align:center!important}@media screen and (min-width:768px){.box.box-greyBackground>.component-content>.content .richText:last-child>.component-content>.richText-content p{text-align:left!important}}@media screen and (min-width:768px){.box.box-greyBackground>.component-content>.content .richText:last-child{left:-50px}}@media only screen and (min-width:1620px){.box.box-greyBackground{margin-bottom:0}}.box.hide-on-desktop{display:block!important}@media only screen and (min-width:1200px){.box.hide-on-desktop{display:none!important}}.box.hide-on-tablet{display:block!important}@media only screen and (min-width:768px){.box.hide-on-tablet{display:none!important}}.box.hide-on-mobile{display:none!important}@media only screen and (min-width:1200px){.box.hide-on-mobile{display:block!important}}.box.show-on-tablet{display:none!important}@media only screen and (min-width:768px){.box.show-on-tablet{display:block!important}}.box.show-only-on-tablet{display:none!important}@media only screen and (min-width:768px){.box.show-only-on-tablet{display:block!important}}@media only screen and (min-width:1200px){.box.show-only-on-tablet{display:none!important}}.box.box-blueBackgroundTransparent{background-color:rgba(0,51,160,.5)}.box.box-paddingTop-thirty{padding:30px 0}.box.box-paddingTop-fifty{padding-top:50px}.box.box-paddingBottom-fifty{padding-bottom:50px}.box.box-paddingTopBottom-fifty{padding:50px 0}.box.box-lightBlueBackground{margin-bottom:0;background-color:#26bec9}.box.box-togetherAheadHero{padding:0}.box.box-togetherAheadHero:after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;background-color:rgba(0,51,160,.75)}.box.box-togetherAheadHero>.component-content{padding:50px 0;height:620px;background-position-x:30%;background-size:cover;background-repeat:no-repeat}@media only screen and (min-width:768px){.box.box-togetherAheadHero>.component-content{height:auto;background-position-x:30%}}.box.box-togetherAheadHero>.component-content>.content{min-height:460px;max-height:460px;width:100%;margin:0;z-index:1;position:relative}.box.box-togetherAheadHero>.component-content>.content .backToCategory .backToCategory-link{padding-left:0}.box.box-togetherAhead-videoWrapper{z-index:1}@media only screen and (min-width:768px){.box.box-togetherAhead-videoWrapper:before{content:"";display:block;position:absolute;width:26.7vw;height:31.5vw;top:-39%;left:-13%;z-index:-1;overflow:visible;background-image:url(/content/dam/fmcna/live/company/images/together-ahead/angled_shapes_upper_left_corner_video_529x555.png);background-repeat:no-repeat;background-size:contain}}@media screen and (min-width:1200px) and (max-width:1620px){.box.box-togetherAhead-videoWrapper:before{left:-15vw!important}}@media only screen and (min-width:768px){.box.box-togetherAhead-videoWrapper:after{background-image:url(/content/dam/fmcna/live/company/images/together-ahead/angled_shapes_lower_right_corner_video_519x453.png);background-repeat:no-repeat;background-size:contain;overflow:visible;content:"";display:block;position:absolute;width:27.5vw;height:21.5vw;transform:scale(1.1);bottom:-13%;right:-20%;z-index:-1}}@media screen and (min-width:1200px) and (max-width:1620px){.box.box-togetherAhead-videoWrapper:after{right:-22vw!important}}.box.box-togetherAhead-stripes:after{transform:scale(1)}@media only screen and (min-width:768px){.box.box-togetherAhead-stripes:after{content:"";display:block;position:absolute;width:46vw;height:41vw;transform:scale(.85);top:-120px;right:-15px;z-index:-1;overflow:visible;background-size:100%;background-position-x:0;background-repeat:no-repeat;background-image:url(/content/dam/fmcna/live/company/images/together-ahead/together_ahead_angled_shapes_card_right_873x740.png)}}@media only screen and (min-width:1620px){.box.box-togetherAhead-stripes:after{transform:scale(1)}}@media screen and (min-width:1020px) and (max-width:1200px){.box.box-togetherAhead-stripes:after{right:-150px}}.box.box-togetherAhead-noXOverflow{overflow:visible;height:-moz-max-content;height:max-content;min-height:calc(72vw + 100px)}@media only screen and (min-width:1200px){.box.box-togetherAhead-noXOverflow{min-height:calc(62vw + 75px)}}@media only screen and (min-width:1620px){.box.box-togetherAhead-noXOverflow{min-height:calc(50vw + 75px)}}.box.box-togetherAhead-noXOverflow>.component-content,.box.box-togetherAhead-noXOverflow>.component-content>.content{overflow:inherit;height:inherit;min-height:inherit}body,html{overflow-x:hidden}.composite-leadership-feature>.content>.box>.component-content>.content:after{content:"";background-image:url(/content/dam/fmcna/live/company/images/our-company-redesign/fast-fact-angled-shapes.svg);background-repeat:no-repeat;width:519px;height:100%;transform:scale(.85);display:none;position:absolute;top:20px;left:0;z-index:1}@media only screen and (min-width:420px){.composite-leadership-feature>.content>.box>.component-content>.content:after{display:none;left:7vw}}@media only screen and (min-width:768px){.composite-leadership-feature>.content>.box>.component-content>.content:after{display:none}}@media only screen and (min-width:1024px){.composite-leadership-feature>.content>.box>.component-content>.content:after{display:block;left:7vw;transform:scale(.7)}}@media only screen and (min-width:1200px){.composite-leadership-feature>.content>.box>.component-content>.content:after{left:24vw;transform:scale(.75)}}@media only screen and (min-width:1620px){.composite-leadership-feature>.content>.box>.component-content>.content:after{left:28vw}}@media screen and (min-width:1720px){.composite-leadership-feature>.content>.box>.component-content>.content:after{left:30vw}}@media screen and (min-width:1880px){.composite-leadership-feature>.content>.box>.component-content>.content:after{left:33vw}}.composite-leadership-feature>.content>.box>.component-content>.content .box.box-leadershipFeature{position:relative;overflow:visible;color:#fff;padding-top:0;height:430px;margin-bottom:70px;padding-right:0;padding-left:0}@media only screen and (min-width:768px){.composite-leadership-feature>.content>.box>.component-content>.content .box.box-leadershipFeature{padding-top:0;overflow:hidden}}@media only screen and (min-width:1620px){.composite-leadership-feature>.content>.box>.component-content>.content .box.box-leadershipFeature{background-color:#0033a0}}.composite-leadership-feature>.content>.box>.component-content>.content .box.box-leadershipFeature>.component-content{background:no-repeat 0 0;background-size:cover;height:inherit}@media only screen and (min-width:768px){.composite-leadership-feature>.content>.box>.component-content>.content .box.box-leadershipFeature>.component-content{background-position:-80px top;background-size:auto;padding-top:170px;padding-bottom:170px;height:inherit}}@media only screen and (min-width:1620px){.composite-leadership-feature>.content>.box>.component-content>.content .box.box-leadershipFeature>.component-content{max-width:1920px;margin:0 auto}}.composite-leadership-feature>.content>.box>.component-content>.content .box.box-leadershipFeature>.component-content>.content{margin-right:auto;margin-left:auto;max-width:100%;background-color:#0033a0;z-index:1;padding:48px 10px 20px;text-align:center;position:relative;top:100%;left:0;right:0;height:inherit}@media only screen and (min-width:768px){.composite-leadership-feature>.content>.box>.component-content>.content .box.box-leadershipFeature>.component-content>.content{width:768px}}@media only screen and (min-width:1200px){.composite-leadership-feature>.content>.box>.component-content>.content .box.box-leadershipFeature>.component-content>.content{width:1200px}}@media only screen and (min-width:1620px){.composite-leadership-feature>.content>.box>.component-content>.content .box.box-leadershipFeature>.component-content>.content{padding-left:0;padding-right:0;width:1620px}}@media only screen and (min-width:768px){.composite-leadership-feature>.content>.box>.component-content>.content .box.box-leadershipFeature>.component-content>.content{position:absolute;top:0}}.composite-leadership-feature>.content>.box>.component-content>.content .box.box-leadershipFeature>.component-content>.content>.box{position:relative;top:0}@media only screen and (min-width:768px){.composite-leadership-feature>.content>.box>.component-content>.content .box.box-leadershipFeature>.component-content>.content>.box{position:absolute;top:-100px}}@media only screen and (min-width:768px){.composite-leadership-feature>.content>.box>.component-content>.content .box.box-leadershipFeature>.component-content>.content{background-color:transparent;padding-top:0;padding-bottom:0;text-align:left;position:relative}.composite-leadership-feature>.content>.box>.component-content>.content .box.box-leadershipFeature>.component-content>.content:after{content:"";display:block;clear:both}}.composite-leadership-feature>.content>.box>.component-content>.content .box.box-leadershipFeature:before{height:430px!important;transition:all .25s;transform:scale(-3) rotate(3deg)!important}@media only screen and (min-width:768px){.composite-leadership-feature>.content>.box>.component-content>.content .box.box-leadershipFeature:before{content:"";top:0;right:0;z-index:1;position:absolute;width:0;height:0;border-color:#0033a0 transparent transparent;border-style:solid;border-width:100vw 70vw 0 0;transform:scale(-3) rotate(0deg);transform-origin:center;right:50vw!important}}@media only screen and (min-width:768px) and (min-width:768px){.composite-leadership-feature>.content>.box>.component-content>.content .box.box-leadershipFeature:before{border-width:100vw 58vw 0 0}}@media only screen and (min-width:1200px){.composite-leadership-feature>.content>.box>.component-content>.content .box.box-leadershipFeature:before{right:45vw!important}}@media only screen and (min-width:1620px){.composite-leadership-feature>.content>.box>.component-content>.content .box.box-leadershipFeature:before{right:37vw!important}}.composite-leadership-feature>.content>.box>.component-content>.content .box.box-leadershipFeature.box-leadershipFeature-mobile{height:-moz-max-content;height:max-content;margin-bottom:50px}.composite-leadership-feature>.content>.box>.component-content>.content .box.box-leadershipFeature.box-leadershipFeature-mobile>.component-content>.content{top:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;padding:0 25px 30px}.composite-leadership-feature>.content>.box>.component-content>.content .box.box-leadershipFeature.box-leadershipFeature-mobile>.component-content>.content>.box,.composite-leadership-feature>.content>.box>.component-content>.content .box.box-leadershipFeature.box-leadershipFeature-mobile>.component-content>.content>.box>.component-content>.content>.richText{padding:0}.box.box-leadershipStatWrapper{position:relative;background:#002d62}.box.box-leadershipStatWrapper>.component-content>.content{display:-ms-flexbox;display:flex;-ms-flex-pack:space-evenly;justify-content:space-evenly;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}@media only screen and (min-width:768px){.box.box-leadershipStatWrapper>.component-content>.content{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start}}.box.box-leadershipStatWrapper>.component-content>.content .richText.richtext-fastFact{margin-left:0}@media only screen and (max-width:768px){.box.box-leadershipStatWrapper>.component-content>.content .richText.richtext-fastFact:last-child{margin-bottom:50px}}@media only screen and (min-width:768px){.box.box-leadershipStatWrapper>.component-content>.content .richText.richtext-fastFact:first-child h3{margin-top:4px}}@media only screen and (min-width:1200px){.box.box-leadershipStatWrapper>.component-content>.content .richText.richtext-fastFact{margin-left:0}}.box.box-leadershipStatWrapper>.component-content>.content .richText.richtext-fastFact>.component-content>.richText-content{text-align:center}@media only screen and (min-width:768px){.box.box-leadershipStatWrapper>.component-content>.content .richText.richtext-fastFact>.component-content>.richText-content{text-align:initial}}.box.box-leadershipStatWrapper>.component-content>.content .box.box-leadershipVerticalDivider{height:60px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin-left:0;width:auto}@media only screen and (min-width:768px){.box.box-leadershipStatWrapper>.component-content>.content .box.box-leadershipVerticalDivider{margin-top:10px}}@media only screen and (min-width:1200px){.box.box-leadershipStatWrapper>.component-content>.content .box.box-leadershipVerticalDivider{margin-top:20px;width:3vw;margin-left:0}}.box.box-leadershipStatWrapper>.component-content>.content .box.box-leadershipVerticalDivider:nth-child(2){opacity:0;width:1vw}.box.box-leadershipStatWrapper>.component-content>.content .box.box-leadershipVerticalDivider>.component-content{height:1px;width:100px;background:#fff;display:block}@media only screen and (min-width:768px){.box.box-leadershipStatWrapper>.component-content>.content .box.box-leadershipVerticalDivider>.component-content{width:1px;height:inherit}}@media only screen and (min-width:768px){.box.box-ourCompany-stripes:after{content:"";display:block;position:absolute;width:50vw;height:632px;top:-85px;right:0;z-index:-1;overflow:visible;background-size:contain;background-repeat:no-repeat;background-image:url(/content/dam/fmcna/live/company/images/our-company-redesign/together-ahead-preview-thumbnail-angled-shapes.svg)}}@media only screen and (min-width:768px) and (min-width:1024px){.box.box-ourCompany-stripes:after{width:32vw}}.box.box-ourCompany-centerInnerContent>.component-content>.content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.box.box-ourCompany-centerInnerContent>.component-content>.content{-ms-flex-direction:row;flex-direction:row}}.box.box-ourCompany-reverseContentOnMobile>.component-content>.content{-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media only screen and (min-width:768px){.box.box-ourCompany-reverseContentOnMobile>.component-content>.content{-ms-flex-direction:row;flex-direction:row}}.box.box-products-hero-new{top:-50px}@media only screen and (min-width:768px){.box.box-products-hero-new{top:-68px}}@media only screen and (min-width:1024px){.box.box-products-hero-new{top:-100px}}@media only screen and (min-width:1200px){.box.box-products-hero-new{top:-177px}}.box.box-products-hero-new>.component-content>.content>.richText.richText-headerLargeFont{background-color:rgba(0,51,160,.8);height:50px}@media only screen and (min-width:768px){.box.box-products-hero-new>.component-content>.content>.richText.richText-headerLargeFont{height:70px}}@media only screen and (min-width:1024px){.box.box-products-hero-new>.component-content>.content>.richText.richText-headerLargeFont{height:100px}}@media only screen and (min-width:1200px){.box.box-products-hero-new>.component-content>.content>.richText.richText-headerLargeFont{background-color:transparent;height:auto}}.box.box-products-hero-new>.component-content>.content>.richText.richText-headerLargeFont>.component-content>.richText-content{margin-bottom:-25px}.box.box-products-hero-new>.component-content>.content>.richText.richText-headerLargeFont>.component-content>.richText-content>h1{text-align:center}.box.box-products-hero-new>.component-content>.content>.richText.richText-headerLargeFont>.component-content>.richText-content>h1>span{font-size:30px;font-size:3rem}@media only screen and (min-width:768px){.box.box-products-hero-new>.component-content>.content>.richText.richText-headerLargeFont>.component-content>.richText-content>h1>span{font-size:50px;font-size:5rem}}@media only screen and (min-width:1024px){.box.box-products-hero-new>.component-content>.content>.richText.richText-headerLargeFont>.component-content>.richText-content>h1>span{font-size:80px;font-size:8rem}}@media only screen and (min-width:1200px){.box.box-products-hero-new>.component-content>.content>.richText.richText-headerLargeFont>.component-content>.richText-content>h1>span{font-size:80px;font-size:8rem}}.box.box-products-hero-new>.component-content>.content>.box.box-blueBackgroundTransparent-hero{padding-top:20px}@media only screen and (min-width:1200px){.box.box-products-hero-new>.component-content>.content>.box.box-blueBackgroundTransparent-hero{background-color:rgba(0,51,160,.8);min-height:90px;width:100%;padding-top:0}}.box.box-products-hero-new>.component-content>.content>.box.box-blueBackgroundTransparent-hero>.component-content>.content>.richText>.component-content>.richText-content{padding-top:20px}.box.box-products-hero-new>.component-content>.content>.box.box-blueBackgroundTransparent-hero>.component-content>.content>.richText>.component-content>.richText-content>p{text-align:center}@media only screen and (min-width:1200px){.box.box-products-hero-new>.component-content>.content>.box.box-blueBackgroundTransparent-hero>.component-content>.content>.richText>.component-content>.richText-content>p{text-align:right}}@media only screen and (max-width:419px){.box.box-products-hero-new>.component-content>.content>.box.box-blueBackgroundTransparent-hero>.component-content>.content>.richText>.component-content>.richText-content>p>a.white-outline-button{border-color:#003ba4;color:#003ba4;font-size:18px;font-size:1.8rem;width:230px;padding-left:30px;padding-right:30px;margin-bottom:15px;margin-top:10px}}@media only screen and (min-width:768px){.box.box-products-hero-new>.component-content>.content>.box.box-blueBackgroundTransparent-hero>.component-content>.content>.richText>.component-content>.richText-content>p>a.white-outline-button{border-color:#003ba4;color:#003ba4}}@media only screen and (min-width:1024px){.box.box-products-hero-new>.component-content>.content>.box.box-blueBackgroundTransparent-hero>.component-content>.content>.richText>.component-content>.richText-content>p>a.white-outline-button{border-color:#003ba4;color:#003ba4}}@media only screen and (min-width:1200px){.box.box-products-hero-new>.component-content>.content>.box.box-blueBackgroundTransparent-hero>.component-content>.content>.richText>.component-content>.richText-content>p>a.white-outline-button{border-color:#fff;color:#fff;margin-right:15px}.box.box-products-hero-new>.component-content>.content>.box.box-blueBackgroundTransparent-hero>.component-content>.content>.richText>.component-content>.richText-content>p>a.white-outline-button:focus,.box.box-products-hero-new>.component-content>.content>.box.box-blueBackgroundTransparent-hero>.component-content>.content>.richText>.component-content>.richText-content>p>a.white-outline-button:hover{color:#003ba4}}.box.box-products-stripes:after{content:"";display:block;position:absolute;width:80vw;height:632px;top:-12px;right:0;z-index:-1;overflow:visible;background-size:contain;background-repeat:no-repeat;background-image:url(../../assets/img/rtg-angles-intro-section.svg?40WIwN-TNa7onccAAkUxFCJrdM9gfG1ko670IslyNpZ)}@media only screen and (min-width:768px){.box.box-products-stripes:after{width:45vw;top:-30px}}@media only screen and (min-width:1024px){.box.box-products-stripes:after{width:35vw;top:-30px}}@media only screen and (min-width:1200px){.box.box-products-stripes:after{width:30vw;top:-40px}}.box.box-customer-testimonial-hero>.component-content>.content>.box>.component-content>.content>.image>.component-content>img{width:100%}.box.box-customer-testimonial-title{top:-215px}@media only screen and (min-width:768px){.box.box-customer-testimonial-title{top:-145px}}@media only screen and (min-width:1200px){.box.box-customer-testimonial-title{top:-250px}}@media only screen and (min-width:1620px){.box.box-customer-testimonial-title{top:-325px}}.box.box-customer-testimonial-title>.component-content>.content>.richText.richText-headerLargeFont>.component-content>.richText-content>h1{text-align:center;line-height:.9}@media only screen and (min-width:1200px){.box.box-customer-testimonial-title>.component-content>.content>.richText.richText-headerLargeFont>.component-content>.richText-content>h1{text-align:left;line-height:1.4}}.box.box-customer-testimonial-title>.component-content>.content>.richText.richText-headerLargeFont>.component-content>.richText-content>h1>span{font-size:30px;font-size:3rem}@media only screen and (min-width:768px){.box.box-customer-testimonial-title>.component-content>.content>.richText.richText-headerLargeFont>.component-content>.richText-content>h1>span{font-size:38px;font-size:3.8rem}}@media only screen and (min-width:1024px){.box.box-customer-testimonial-title>.component-content>.content>.richText.richText-headerLargeFont>.component-content>.richText-content>h1>span{font-size:50px;font-size:5rem}}@media only screen and (min-width:1200px){.box.box-customer-testimonial-title>.component-content>.content>.richText.richText-headerLargeFont>.component-content>.richText-content>h1>span{font-size:50px;font-size:5rem}}.box.box-customer-testimonial-title>.component-content>.content>.richText>.component-content>.richText-content{text-align:center}@media only screen and (min-width:1200px){.box.box-customer-testimonial-title>.component-content>.content>.richText>.component-content>.richText-content{text-align:left}}.box.box-customer-testimonial-title>.component-content>.content>.richText>.component-content>.richText-content>p>a.outline-button{margin-right:15px}@media only screen and (max-width:419px){.box.box-customer-testimonial-title>.component-content>.content>.richText>.component-content>.richText-content>p>a.outline-button{width:65%;margin-right:0;margin-bottom:15px}}.box.box-customer-testimonial-allVideos-section{height:115px}@media only screen and (min-width:1024px){.box.box-customer-testimonial-allVideos-section{height:160px}}.box.box-customer-testimonial-allVideos-section>.component-content>.content>.richText{top:50px}@media only screen and (min-width:768px){.box.box-customer-testimonial-allVideos-section>.component-content>.content>.richText{top:40px}}@media only screen and (min-width:1024px){.box.box-customer-testimonial-allVideos-section>.component-content>.content>.richText{top:92px}}@media only screen and (min-width:1200px){.box.box-customer-testimonial-allVideos-section>.component-content>.content>.richText{top:70px}}.box.box-customer-testimonial-allVideos-section>.component-content>.content>.richText>.component-content>.richText>h2{text-align:left}@media only screen and (max-width:419px){.box.box-customer-testimonial-allVideos-section>.component-content>.content>.richText>.component-content>.richText>h2{text-align:center}}.box.box-customer-testimonial-videos-outerBox>.component-content>.content{margin-top:50px}@media only screen and (min-width:1200px){.box.box-customer-testimonial-videos-outerBox>.component-content>.content{margin-top:100px}}.box.box-customer-testimonial-videos-innerBox{margin-bottom:50px}.box.box-white-backgroundColor{background-color:#fff}.box.box-products-page-padding-bottom{padding-top:0;padding-bottom:0}@media only screen and (min-width:1200px){.box.box-products-page-padding-bottom{padding-bottom:80px}}.box.box-products-page-second-section{padding-top:30px}@media only screen and (min-width:768px){.box.box-products-page-second-section{padding-top:0}}@media only screen and (min-width:1024px){.box.box-products-page-second-section{padding-top:0}}@media only screen and (min-width:1200px){.box.box-products-page-second-section{padding-top:0}}.box.box-all-products-margin-top>.component-content>.content>.richText{margin-top:70px}.box.box-all-products-padding-top-bottom>.component-content>.content{padding-top:0;padding-bottom:50px}@media only screen and (min-width:1200px){.box.box-all-products-padding-top-bottom>.component-content>.content{padding-bottom:0}}.box.box-kinexus-hero>.component-content.box-video-bg>.box-video-bg{width:100%}.box-nephrology-subNav{background-color:#fff;float:none}.box-nephrology-subNav.box{padding-bottom:0;padding-left:0;padding-right:0}.box-nephrology-subNav>.component-content{padding:0;margin-left:auto;margin-right:auto;position:relative;overflow:hidden;height:69px}@media only screen and (min-width:1200px){.box-nephrology-subNav>.component-content{height:auto;overflow:initial}.box-nephrology-subNav>.component-content>.content{border-bottom:1px solid #ced3de}}.box-nephrology-subNav>.component-content:after,.box-nephrology-subNav>.component-content:before{content:"";position:absolute;pointer-events:none;top:0;bottom:0;right:0;left:0;transition:opacity .2s;background:none}@media only screen and (min-width:1200px){.box-nephrology-subNav>.component-content:after,.box-nephrology-subNav>.component-content:before{display:none}}.box-nephrology-subNav>.component-content>.content{display:-ms-flexbox;display:flex;overflow-x:auto;position:absolute;overflow-y:hidden;left:0;max-width:100%}@media only screen and (min-width:1200px){.box-nephrology-subNav>.component-content>.content{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;max-width:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:static;overflow:initial}}@media only screen and (min-width:1200px) and (min-width:768px){.box-nephrology-subNav>.component-content>.content{width:768px}}@media only screen and (min-width:1200px) and (min-width:1200px){.box-nephrology-subNav>.component-content>.content{width:1200px}}@media only screen and (min-width:1200px) and (min-width:1620px){.box-nephrology-subNav>.component-content>.content{padding-left:0;padding-right:0;width:1620px}}.box-nephrology-subNav.scrolled-right>.component-content:before{opacity:1}.box-nephrology-subNav.scrolled-to-end>.component-content:after{opacity:0}.box-fellowship-support>.component-content>.content{margin-left:-8px}@media only screen and (min-width:1200px){.box-fellowship-support>.component-content>.content{margin-left:-60px;-ms-flex-direction:row;flex-direction:row}}@media only screen and (min-width:1620px){.box-fellowship-support>.component-content>.content{margin-left:-75px;-ms-flex-direction:row;flex-direction:row}}.box-fellowship-support-responsive>.component-content>.content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}@media only screen and (min-width:1200px){.box-fellowship-support-responsive>.component-content>.content{-ms-flex-direction:row;flex-direction:row}}.box-fellowship-support-responsive>.component-content>.content .box{width:100%}.box.box-interactiveMap-margin-bottom{margin-bottom:0}@media only screen and (min-width:1350px){.box.box-interactiveMap-margin-bottom{margin-bottom:115px}}@media only screen and (min-width:1620px){.box.box-nephrology-border-with-white-background{margin-left:30px}}.box.box-nephrology-border-with-white-background .component-content .content .box{border:1px solid #d3d3d3;border-radius:5px;background-color:#fff;margin:15px 0;min-height:250px;max-width:540px;padding-top:15px}@media only screen and (min-width:768px){.box.box-nephrology-border-with-white-background .component-content .content .box{max-width:720px;min-height:165px;padding-top:unset}}@media only screen and (min-width:1024px){.box.box-nephrology-border-with-white-background .component-content .content .box{max-width:960px}}@media only screen and (min-width:1200px){.box.box-nephrology-border-with-white-background .component-content .content .box{max-width:1140px;width:30%;padding-top:15px;min-height:270px;margin:15px}}@media only screen and (min-width:1620px){.box.box-nephrology-border-with-white-background .component-content .content .box{max-width:1470px;min-height:250px}}.box.box-nephrology-border-with-white-background .component-content .content .box .component-content .content .richText{padding:0 4px}.box.box-nephrology-border-with-white-background .component-content .content .box .component-content .content .richText .component-content .richText-content p{font-size:16px;font-size:1.6rem;padding:0 7px 30px}@media only screen and (min-width:1200px){.box.box-nephrology-border-with-white-background .component-content .content .box .component-content .content .richText .component-content .richText-content p{font-size:18px;font-size:1.8rem;padding:0 0 30px}}@media only screen and (min-width:1620px){.box.box-nephrology-border-with-white-background .component-content .content .box .component-content .content .richText .component-content .richText-content p{padding:0 7px 30px}}.box.box-border-light-grey{border:1px solid #ced3de}.box.box-ih-subHub-cards-tablet{width:100%}@media only screen and (min-width:768px){.box.box-ih-subHub-cards-tablet{width:50%}}@media only screen and (min-width:1024px){.box.box-ih-subHub-cards-tablet{width:50%;padding-left:5px;padding-right:0}}@media only screen and (min-width:1200px){.box.box-ih-subHub-cards-tablet{display:none}}.box.box-padding-bottom-forty{padding-bottom:40px}@media only screen and (min-width:1200px){.box.box-padding-bottom-forty{padding-bottom:50px}}.box.box-padding-reset{padding-right:0;padding-left:0}.box.box-background-clear-day{background:#e8f5f5}.box.box-background-panache{background:#f1f7e9}.box.box-background-turquoise{background:#bbebef}.box.box-background-white-smoke{background:#f2f2f2}.box.box-border-gainsboro-white{border:1px solid #e5e5e5}.box.box-border-gainsboro-white-rounded{border:1px solid #e5e5e5;border-radius:4px}.box.box-border-transparent-rounded{border:1px solid transparent;border-radius:4px}.box-news-room-twitter-feed{padding:0 0 20px}@media only screen and (min-width:1200px){.box-news-room-twitter-feed{border:1px solid #f0f3fa;box-shadow:0 0 1px 1px #f0f3fa;border-radius:4px}}.box-news-room-twitter-feed>.component-content>.content>.richText:first-child{background:#f0f3fa;padding-top:10px;padding-bottom:10px}.box-news-room-twitter-feed>.component-content>.content>.richText:first-child>.component-content>.richText-content h2{text-align:center;font-size:24px;font-size:2.4rem}@media only screen and (min-width:768px){.box-news-room-twitter-feed>.component-content>.content>.richText:first-child>.component-content>.richText-content h2{font-size:26px;font-size:2.6rem}}@media only screen and (min-width:1024px){.box-news-room-twitter-feed>.component-content>.content>.richText:first-child>.component-content>.richText-content h2{text-align:left;padding-left:20px}}@media only screen and (min-width:1200px){.box-news-room-twitter-feed>.component-content>.content>.richText:first-child>.component-content>.richText-content h2{font-size:36px;font-size:3.6rem}}.box-news-room-twitter-feed>.component-content>.content>.richText:nth-child(3)>.component-content>.richText-content p{padding-right:8px;padding-left:8px}.box-news-room-twitter-feed>.component-content>.content>.richText:nth-child(3)>.component-content>.richText-content p a{display:block}.breadcrumbs{padding-top:30px;padding-bottom:30px;display:none}@media only screen and (min-width:768px){.breadcrumbs{display:block}}.breadcrumbs>.component-content{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;max-width:100%}@media only screen and (min-width:768px){.breadcrumbs>.component-content{width:768px}}@media only screen and (min-width:1200px){.breadcrumbs>.component-content{width:1200px}}@media only screen and (min-width:1620px){.breadcrumbs>.component-content{padding-left:0;padding-right:0;width:1620px}}.breadcrumbs .breadcrumbs-list{line-height:1;margin:0;padding:0 10px;list-style:none}.breadcrumbs li{font-size:13px;font-size:1.3rem;display:-ms-inline-flexbox;display:inline-flex}.breadcrumbs a{color:inherit}.breadcrumbs a:focus,.breadcrumbs a:hover{opacity:1}.breadcrumbs .is-current{color:#0033a0}.breadcrumbs .is-current a:active,.breadcrumbs .is-current a:focus,.breadcrumbs .is-current a:hover{color:#022d89;opacity:1}.breadcrumbs .breadcrumbs-separator{display:inline-block}.breadcrumbs .breadcrumbs-separator:after{content:"\F105";display:inline-block;position:relative;font-family:FontAwesome;font-weight:900;font-style:normal;margin-left:10px;margin-right:10px}.breadcrumbs.breadcrumbs-floating{margin-bottom:-79px}.breadcrumbs.breadcrumbs-floating>.component-content{position:relative;z-index:2}.carousel{height:auto;margin-top:50px;padding:0}.carousel>.component-content{height:100%;position:relative;overflow:hidden;padding:100px 0}@media only screen and (max-width:768px){.carousel>.component-content{padding:20px 0;margin-bottom:20px}}.carousel .image{margin-bottom:0}.carousel .image img{width:100%;height:auto}.carousel figcaption{max-width:1024px;z-index:10;position:absolute;top:30%;left:0;right:0;margin:0 auto}@media (max-width:1024px){.carousel figcaption{margin:0 60px;max-width:100%}}.carousel-slides{height:100%;margin:0 auto;padding:0;list-style:none;text-align:center;width:80%;display:-ms-flexbox;display:flex;-ms-flex-pack:space-evenly;justify-content:space-evenly;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.carousel-slides::-webkit-scrollbar{display:none}@media only screen and (max-width:768px){.carousel-slides{padding-left:0;display:flow-root;overflow:hidden}}.carousel-slides.minSlides .carousel-slide.first{margin-left:225%}@media only screen and (max-width:768px){.carousel-slides.minSlides .carousel-slide.first{margin-left:0}}.carousel-slides.minSlides .carousel-slide.first.is-active{margin-left:225%!important}@media only screen and (max-width:768px){.carousel-slides.minSlides .carousel-slide.first.is-active{margin-left:0}}.carousel-slides.minSlides .carousel-slide.last{margin-right:195%}@media only screen and (max-width:768px){.carousel-slides.minSlides .carousel-slide.last{margin-right:0}}.carousel-slides.maxSlides .carousel-slide.first{margin-left:110%}@media only screen and (max-width:768px){.carousel-slides.maxSlides .carousel-slide.first{margin-left:0}}.carousel-slide{display:block;margin-right:4px;width:100%;overflow:visible;float:left;opacity:.5;transform-origin:center top;transform:scale(.8);transition:opacity .5s ease-out,transform .5s ease-out .35s;position:relative}@media only screen and (max-width:768px){.carousel-slide{width:100%;overflow:hidden;float:none;display:none}}.carousel-slide.last.is-active{transform-origin:right top}.carousel-slide.last.is-active .carouselSlide{margin-right:120px}.carousel-slide.is-active{transform:scale(1);opacity:1;display:block}.carousel-slide .no-content .carousel-cover{float:none;max-width:100%}.carousel-autoplay-nav{display:none}.carousel-nav{text-align:center;margin:15px 0 0;padding:0;width:100%;float:left}.carousel-nav a,.carousel-nav li{display:inline-block}.carousel-nav-item{position:relative}.carousel-nav-item a{width:10px;height:10px;font-size:0;cursor:pointer;border:1px solid #3dd1ef;border-radius:10px}.carousel-nav-item.is-active{background-color:#3dd1ef;width:10px;height:10px;border-radius:10px;font-size:0}.carouselSlide{margin-bottom:0;height:100%;width:33vw}@media only screen and (max-width:768px){.carouselSlide{width:100%}}.carouselSlide .image-and-content{height:inherit;width:inherit}.carouselSlide .image-and-content>picture{display:block;width:inherit;overflow:hidden}@media only screen and (max-width:768px){.carouselSlide .image-and-content>picture{height:auto}}.carousel-nav-next a,.carousel-nav-prev a{height:150px;width:50px;margin-top:0;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-size:0}@media only screen and (max-width:768px){.carousel-nav-next a,.carousel-nav-prev a{color:#26bec9}}.carousel-nav-next a:after,.carousel-nav-prev a:after{font-family:FontAwesome;display:block;width:30px;height:auto;font-size:30px;font-size:3rem;font-weight:700}.carousel-nav-next a:before,.carousel-nav-prev a:before{line-height:40px}.carousel-nav-prev{margin-right:8px;position:absolute;left:0;top:30%;background:#26bec9;padding:10px 0}@media only screen and (max-width:768px){.carousel-nav-prev{background:none;top:79%}}.carousel-nav-prev a:after{content:"\F053"}.carousel-nav-next{margin-left:8px;position:absolute;right:0;top:30%;padding:10px 0;background:#26bec9}@media only screen and (max-width:768px){.carousel-nav-next{background:none;top:79%}}.carousel-nav-next a:after{content:"\F053";transform-origin:center;transform:rotate(180deg)}.overlay:not(.filter-overlay) .overlay-container{background:transparent}.overlay:not(.filter-overlay) .overlay-close{color:#fff}.divider .component-content{width:50%;height:1px;margin:60px auto;background:rgba(0,0,0,.5)}.divider.med-divider .component-content{width:60%}.divider.long-divider .component-content{width:75%}.divider.full-width-divider .component-content{width:100%}.divider.content-width-divider .component-content{width:69.4%}.divider.homepage-divider{padding-left:20px!important;padding-right:20px!important}@media screen and (min-width:1440px) and (max-width:1619px){.divider.homepage-divider{padding-left:20px!important;padding-right:20px!important}.divider.homepage-divider .component-content{margin-left:-5px}}@media screen and (min-width:1620px){.divider.homepage-divider{padding-left:0!important;padding-right:0!important}.divider.homepage-divider .component-content{margin-left:-5px}}.divider.homepage-divider .component-content{background:#ced3de;margin:25px 0 35px;left:50%;position:relative;transform:translateX(-50%);width:100%}.divider.products-page-divider{background-color:#fff}.divider.insights-hub-divider{background-color:#fff;padding-left:20px!important;padding-right:20px!important}@media only screen and (min-width:1200px){.divider.insights-hub-divider{display:none}}.divider.insights-hub-divider .component-content{background:#ced3de;margin:25px 0 35px;left:50%;position:relative;transform:translateX(-50%);width:100%}.divider.divider-persian-green .component-content{background:#089e9a!important;height:4px}.fileList .fileList-heading{color:#0033a0;margin-bottom:25px}@media only screen and (min-width:768px){.fileList .fileList-heading{margin-bottom:30px}}.fileList .fileList-list{padding-left:0;margin-top:0;margin-bottom:40px;list-style:none}@media only screen and (min-width:768px){.fileList .fileList-list{margin-bottom:30px}}.fileList .fileList-file{margin-bottom:10px}.fileList .fileList-download-size,.fileList .fileList-title{display:none}.fileList .fileList-download-link{text-decoration:none}.fileList .fileList-download-link:before{content:"\F019";display:inline-block;position:relative;font-family:FontAwesome;font-weight:900;font-style:normal;margin-right:2px}.fileList .fileList-download-link:focus,.fileList .fileList-download-link:hover{color:#022d89;border-bottom:2px solid #0033a0}@media only screen and (min-width:1200px){.form{padding:0}}.form .formContent:after{content:"";display:block;clear:both}.form p{font-size:13px;font-size:1.3rem;margin-bottom:20px}.form .control-tooltip-container,.form .required{display:none}.form .form-element{margin-bottom:20px}.form .form-element:last-child{margin-bottom:0}.form .form-heading{padding:0 10px}.form button[type=submit]{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-decoration:none;text-transform:none;display:inline-block;background:transparent;color:#0033a0;text-align:center;border:2px solid #0033a0;border-radius:4px;padding:14px 40px;transition:border-color,color,background,.2s ease-in;line-height:1;text-transform:uppercase}.form button[type=submit]:active,.form button[type=submit]:hover{opacity:1;color:#022d89;border-color:transparent}.form button[type=submit]:focus{border-color:#0033a0}.form button[type=submit]:hover{background:#0033a0;color:#fff}.form button[type=submit]:active{background:#022d89;color:#fff}.form button[type=submit]:disabled{color:#ced3de;border-color:#ced3de}.form button[type=submit]:hover{cursor:pointer}.form input:invalid,.form textarea:invalid{box-shadow:none}.form .error-msg-is-required,.form .error-msg-regex-pattern{font-size:13px;font-size:1.3rem;display:none;color:#d11d32;margin-top:5px}.form .has-error-is-required .error-msg-wrapper,.form .has-error-regex-pattern .error-msg-wrapper{padding-top:5px}.form .has-error-is-required .error-msg-is-required,.form .has-error-regex-pattern .error-msg-regex-pattern{display:block}.form .has-error-is-required input[type=date]:not(:focus),.form .has-error-is-required input[type=email]:not(:focus),.form .has-error-is-required input[type=number]:not(:focus),.form .has-error-is-required input[type=password]:not(:focus),.form .has-error-is-required input[type=tel]:not(:focus),.form .has-error-is-required input[type=text]:not(:focus),.form .has-error-is-required textarea:not(:focus),.form .has-error-regex-pattern input[type=date]:not(:focus),.form .has-error-regex-pattern input[type=email]:not(:focus),.form .has-error-regex-pattern input[type=number]:not(:focus),.form .has-error-regex-pattern input[type=password]:not(:focus),.form .has-error-regex-pattern input[type=tel]:not(:focus),.form .has-error-regex-pattern input[type=text]:not(:focus),.form .has-error-regex-pattern textarea:not(:focus){border-color:#d11d32;color:#d11d32}.form .has-error-is-required input[type=date]:not(:focus)::-moz-placeholder,.form .has-error-is-required input[type=email]:not(:focus)::-moz-placeholder,.form .has-error-is-required input[type=number]:not(:focus)::-moz-placeholder,.form .has-error-is-required input[type=password]:not(:focus)::-moz-placeholder,.form .has-error-is-required input[type=tel]:not(:focus)::-moz-placeholder,.form .has-error-is-required input[type=text]:not(:focus)::-moz-placeholder,.form .has-error-is-required textarea:not(:focus)::-moz-placeholder,.form .has-error-regex-pattern input[type=date]:not(:focus)::-moz-placeholder,.form .has-error-regex-pattern input[type=email]:not(:focus)::-moz-placeholder,.form .has-error-regex-pattern input[type=number]:not(:focus)::-moz-placeholder,.form .has-error-regex-pattern input[type=password]:not(:focus)::-moz-placeholder,.form .has-error-regex-pattern input[type=tel]:not(:focus)::-moz-placeholder,.form .has-error-regex-pattern input[type=text]:not(:focus)::-moz-placeholder,.form .has-error-regex-pattern textarea:not(:focus)::-moz-placeholder{color:#d11d32}.form .has-error-is-required input[type=date]:not(:focus):-ms-input-placeholder,.form .has-error-is-required input[type=email]:not(:focus):-ms-input-placeholder,.form .has-error-is-required input[type=number]:not(:focus):-ms-input-placeholder,.form .has-error-is-required input[type=password]:not(:focus):-ms-input-placeholder,.form .has-error-is-required input[type=tel]:not(:focus):-ms-input-placeholder,.form .has-error-is-required input[type=text]:not(:focus):-ms-input-placeholder,.form .has-error-is-required textarea:not(:focus):-ms-input-placeholder,.form .has-error-regex-pattern input[type=date]:not(:focus):-ms-input-placeholder,.form .has-error-regex-pattern input[type=email]:not(:focus):-ms-input-placeholder,.form .has-error-regex-pattern input[type=number]:not(:focus):-ms-input-placeholder,.form .has-error-regex-pattern input[type=password]:not(:focus):-ms-input-placeholder,.form .has-error-regex-pattern input[type=tel]:not(:focus):-ms-input-placeholder,.form .has-error-regex-pattern input[type=text]:not(:focus):-ms-input-placeholder,.form .has-error-regex-pattern textarea:not(:focus):-ms-input-placeholder{color:#d11d32}.form .has-error-is-required input[type=date]:not(:focus)::placeholder,.form .has-error-is-required input[type=email]:not(:focus)::placeholder,.form .has-error-is-required input[type=number]:not(:focus)::placeholder,.form .has-error-is-required input[type=password]:not(:focus)::placeholder,.form .has-error-is-required input[type=tel]:not(:focus)::placeholder,.form .has-error-is-required input[type=text]:not(:focus)::placeholder,.form .has-error-is-required textarea:not(:focus)::placeholder,.form .has-error-regex-pattern input[type=date]:not(:focus)::placeholder,.form .has-error-regex-pattern input[type=email]:not(:focus)::placeholder,.form .has-error-regex-pattern input[type=number]:not(:focus)::placeholder,.form .has-error-regex-pattern input[type=password]:not(:focus)::placeholder,.form .has-error-regex-pattern input[type=tel]:not(:focus)::placeholder,.form .has-error-regex-pattern input[type=text]:not(:focus)::placeholder,.form .has-error-regex-pattern textarea:not(:focus)::placeholder{color:#d11d32}.form .has-error-is-required input[type=date]:not(:focus)::-ms-input-placeholder,.form .has-error-is-required input[type=email]:not(:focus)::-ms-input-placeholder,.form .has-error-is-required input[type=number]:not(:focus)::-ms-input-placeholder,.form .has-error-is-required input[type=password]:not(:focus)::-ms-input-placeholder,.form .has-error-is-required input[type=tel]:not(:focus)::-ms-input-placeholder,.form .has-error-is-required input[type=text]:not(:focus)::-ms-input-placeholder,.form .has-error-is-required textarea:not(:focus)::-ms-input-placeholder,.form .has-error-regex-pattern input[type=date]:not(:focus)::-ms-input-placeholder,.form .has-error-regex-pattern input[type=email]:not(:focus)::-ms-input-placeholder,.form .has-error-regex-pattern input[type=number]:not(:focus)::-ms-input-placeholder,.form .has-error-regex-pattern input[type=password]:not(:focus)::-ms-input-placeholder,.form .has-error-regex-pattern input[type=tel]:not(:focus)::-ms-input-placeholder,.form .has-error-regex-pattern input[type=text]:not(:focus)::-ms-input-placeholder,.form .has-error-regex-pattern textarea:not(:focus)::-ms-input-placeholder{color:#d11d32}.form .has-error-is-required input[type=date]:not(:focus)+.textField-hidden-label,.form .has-error-is-required input[type=email]:not(:focus)+.textField-hidden-label,.form .has-error-is-required input[type=number]:not(:focus)+.textField-hidden-label,.form .has-error-is-required input[type=password]:not(:focus)+.textField-hidden-label,.form .has-error-is-required input[type=tel]:not(:focus)+.textField-hidden-label,.form .has-error-is-required input[type=text]:not(:focus)+.textField-hidden-label,.form .has-error-is-required textarea:not(:focus)+.textField-hidden-label,.form .has-error-regex-pattern input[type=date]:not(:focus)+.textField-hidden-label,.form .has-error-regex-pattern input[type=email]:not(:focus)+.textField-hidden-label,.form .has-error-regex-pattern input[type=number]:not(:focus)+.textField-hidden-label,.form .has-error-regex-pattern input[type=password]:not(:focus)+.textField-hidden-label,.form .has-error-regex-pattern input[type=tel]:not(:focus)+.textField-hidden-label,.form .has-error-regex-pattern input[type=text]:not(:focus)+.textField-hidden-label,.form .has-error-regex-pattern textarea:not(:focus)+.textField-hidden-label{color:#a4123f}.form .has-error-is-required .custom-checkbox:before,.form .has-error-is-required select:not(:focus)+.custom-select-label,.form .has-error-regex-pattern .custom-checkbox:before,.form .has-error-regex-pattern select:not(:focus)+.custom-select-label{border-color:#d11d32}.form .has-error-is-required select:not(:focus)+.custom-select-label,.form .has-error-regex-pattern select:not(:focus)+.custom-select-label{color:#d11d32}.form .radioGroup-hidden-label .control-label,.form .selectField-hidden-label .control-label{display:none}.form.form-grey>.component-content{padding:35px 30px 45px;background:#484c53;border-radius:4px}@media only screen and (min-width:768px){.form.form-grey>.component-content{padding:60px}}@media only screen and (min-width:1200px){.form.form-grey>.component-content{padding:60px 180px}}@media only screen and (min-width:1620px){.form.form-grey>.component-content{padding:50px 60px 60px}}.form.form-grey p{font-size:22px;font-size:2.2rem;font-weight:300;color:#fff;margin-bottom:25px;text-align:center}@media only screen and (min-width:1200px){.form.form-grey p{font-size:24px;font-size:2.4rem;text-align:left}}.form.form-grey input{background:transparent;color:#f1c400}@media only screen and (min-width:768px){.form.form-grey input{min-height:70px}}.form.form-grey input::-moz-placeholder{color:#fff}.form.form-grey input:-ms-input-placeholder{color:#fff}.form.form-grey input::placeholder{color:#fff}.form.form-grey input::-ms-input-placeholder{color:#fff}.form.form-grey input:focus{border-color:#f1c400}@media only screen and (min-width:768px){.form.form-grey input:focus{padding-top:20px}}@media only screen and (min-width:768px){.form.form-grey input+.textField-hidden-label{top:15px}}.form.form-grey .textField-hidden-label{color:#fff}.form.form-grey .formContent{position:relative}.form.form-grey .form-element{padding:0;margin:0}.form.form-grey .formButton{position:absolute;right:0;height:70px;width:55px}@media only screen and (min-width:768px){.form.form-grey .formButton{right:15px;height:70px}}.form.form-grey .formButton button{height:59px;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:0;background:#f1c400;border-color:#f1c400;border-radius:0 4px 4px 0}@media only screen and (min-width:768px){.form.form-grey .formButton button{height:70px;width:70px}}.form.form-grey .formButton button:after{content:url(../../assets/img/cta-arrow-white.svg?55TAXOCs-ECN4Vcbz9TGjZGbyyVPLq12XwDV-uoYu5y);display:block;width:15px}.form.form-grey .formButton button:focus{border-color:#fff}.form.form-grey .formButton button:active,.form.form-grey .formButton button:hover{background:#f1c400}.form.form-grey .error-msg-wrapper{position:absolute;font-weight:900}.form.form-amr>.component-content{padding:35px 30px 45px;background:#fff;border-radius:14px;border:1px solid #ccc}@media only screen and (min-width:768px){.form.form-amr>.component-content{padding:60px}}@media only screen and (min-width:1200px){.form.form-amr>.component-content{padding:60px 180px}}@media only screen and (min-width:1620px){.form.form-amr>.component-content{padding:50px 60px 60px}}.form.form-amr p{font-size:22px;font-size:2.2rem;font-weight:300;color:#484c53;margin-bottom:25px;text-align:center}@media only screen and (min-width:1200px){.form.form-amr p{font-size:24px;font-size:2.4rem;text-align:left}}.form.form-amr input{background:transparent;color:#f1c400}@media only screen and (min-width:768px){.form.form-amr input{min-height:70px}}.form.form-amr input::-moz-placeholder{color:#484c53}.form.form-amr input:-ms-input-placeholder{color:#484c53}.form.form-amr input::placeholder{color:#484c53}.form.form-amr input::-ms-input-placeholder{color:#fff}.form.form-amr input:focus{border-color:#f1c400}@media only screen and (min-width:768px){.form.form-amr input:focus{padding-top:20px}}@media only screen and (min-width:768px){.form.form-amr input+.textField-hidden-label{top:15px}}.form.form-amr .textField-hidden-label{color:#fff}.form.form-amr .formContent{position:relative}.form.form-amr .form-element{padding:0;margin:0}.form.form-amr .formButton{position:absolute;right:0;height:70px;width:55px}@media only screen and (min-width:768px){.form.form-amr .formButton{right:15px;height:70px}}.form.form-amr .formButton button{height:59px;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:0;background:#f1c400;border-color:#f1c400;border-radius:0 4px 4px 0}@media only screen and (min-width:768px){.form.form-amr .formButton button{height:70px;width:70px}}.form.form-amr .formButton button:after{content:url(../../assets/img/cta-arrow-white.svg?55TAXOCs-ECN4Vcbz9TGjZGbyyVPLq12XwDV-uoYu5y);display:block;width:15px}.form.form-amr .formButton button:focus{border-color:#fff}.form.form-amr .formButton button:active,.form.form-amr .formButton button:hover{background:#f1c400}.form.form-amr .error-msg-wrapper{position:absolute;font-weight:900}.form.form-newsletter-sign-up>.component-content{padding:35px 30px 45px;background:#0033a0;border-radius:4px}@media only screen and (min-width:768px){.form.form-newsletter-sign-up>.component-content{padding:60px}}@media only screen and (min-width:1200px){.form.form-newsletter-sign-up>.component-content{padding:60px 180px}}@media only screen and (min-width:1620px){.form.form-newsletter-sign-up>.component-content{padding:50px 60px 60px}}.form.form-newsletter-sign-up p{font-size:22px;font-size:2.2rem;font-weight:300;color:#fff;margin-bottom:25px;text-align:center}@media only screen and (min-width:1200px){.form.form-newsletter-sign-up p{font-size:24px;font-size:2.4rem;text-align:left}}.form.form-newsletter-sign-up input{background:transparent;color:#f1c400}@media only screen and (min-width:768px){.form.form-newsletter-sign-up input{min-height:70px}}.form.form-newsletter-sign-up input::-moz-placeholder{color:#fff}.form.form-newsletter-sign-up input:-ms-input-placeholder{color:#fff}.form.form-newsletter-sign-up input::placeholder{color:#fff}.form.form-newsletter-sign-up input::-ms-input-placeholder{color:#fff}.form.form-newsletter-sign-up input:focus{border-color:#f1c400}@media only screen and (min-width:768px){.form.form-newsletter-sign-up input:focus{padding-top:20px}}@media only screen and (min-width:768px){.form.form-newsletter-sign-up input+.textField-hidden-label{top:15px}}.form.form-newsletter-sign-up .textField-hidden-label{color:#fff}.form.form-newsletter-sign-up .formContent{position:relative}.form.form-newsletter-sign-up .form-element{padding:0;margin:0}.form.form-newsletter-sign-up .formButton{position:absolute;right:0;height:70px;width:55px;z-index:1}@media only screen and (min-width:768px){.form.form-newsletter-sign-up .formButton{right:15px;height:70px}}.form.form-newsletter-sign-up .formButton button{height:59px;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:0;background:#f1c400;border-color:#f1c400;border-radius:0 4px 4px 0}@media only screen and (min-width:768px){.form.form-newsletter-sign-up .formButton button{height:70px;width:70px}}.form.form-newsletter-sign-up .formButton button:after{content:url(../../assets/img/cta-arrow-white.svg?55TAXOCs-ECN4Vcbz9TGjZGbyyVPLq12XwDV-uoYu5y);display:block;width:15px}.form.form-newsletter-sign-up .formButton button:focus{border-color:#fff}.form.form-newsletter-sign-up .formButton button:active,.form.form-newsletter-sign-up .formButton button:hover{background:#f1c400}.form.form-newsletter-sign-up .error-msg-wrapper{position:absolute;font-weight:900}.form.form-newsletter-full-width{padding-left:20px;padding-right:20px}@media only screen and (min-width:1620px){.form.form-newsletter-full-width{padding-left:0;padding-right:0}}.form.form-newsletter-full-width>.component-content{padding:35px 40px}@media only screen and (min-width:900px){.form.form-newsletter-full-width>.component-content{padding:35px 60px}}@media only screen and (min-width:1620px){.form.form-newsletter-full-width>.component-content{padding:35px 0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}}@media only screen and (min-width:1620px){.form.form-newsletter-full-width>.component-content form{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:space-evenly;justify-content:space-evenly}}@media only screen and (min-width:1620px){.form.form-newsletter-full-width>.component-content form .formContent{max-width:1582px;width:100%}}@media screen and (min-width:1001px) and (max-width:1199px){.form.form-newsletter-full-width>.component-content form .formContent .textField{width:100%!important}}@media screen and (min-width:1201px) and (max-width:1620px){.form.form-newsletter-full-width>.component-content form .formContent{display:-ms-flexbox;display:flex}.form.form-newsletter-full-width>.component-content form .formContent .richText{width:60%!important}.form.form-newsletter-full-width>.component-content form .formContent .textField{width:50%!important}.form.form-newsletter-full-width>.component-content form .formContent .hiddenField{display:none}}@media screen and (min-width:1200px) and (max-width:1619px){.form.form-newsletter-full-width p{margin-bottom:0!important;margin-top:0!important}}@media only screen and (min-width:1620px){.form.form-newsletter-full-width p{margin-top:15px!important;margin-bottom:0}}.textArea label,.textField label{display:none}.textArea .controls,.textField .controls{position:relative}.textArea .textField-hidden-label,.textField .textField-hidden-label{font-size:9px;font-size:.9rem;opacity:0;position:absolute;left:32px;text-transform:uppercase;transition:opacity .2s ease}@media only screen and (min-width:768px){.textArea .textField-hidden-label,.textField .textField-hidden-label{font-size:10px;font-size:1rem}}.textArea.textField-not-empty input,.textArea.textField-not-empty textarea,.textField.textField-not-empty input,.textField.textField-not-empty textarea{font-size:24px;font-size:2.4rem}.textArea input,.textArea textarea,.textField input,.textField textarea{transition:padding .2s ease}.textArea input:focus+.textField-hidden-label,.textArea textarea:focus+.textField-hidden-label,.textField input:focus+.textField-hidden-label,.textField textarea:focus+.textField-hidden-label{opacity:1}.textField input:focus{padding:18px 29px 8px}@media only screen and (min-width:768px){.textField input:focus{padding-top:25px}}.textField .textField-hidden-label{top:10px}@media only screen and (min-width:768px){.textField .textField-hidden-label{top:20px}}.textArea textarea:focus{padding-top:45px}.textArea .textField-hidden-label{top:25px}.radioGroup .control-label{font-size:15px;font-size:1.5rem;color:#484c53;font-weight:700;text-transform:uppercase;margin-bottom:20px;display:block}.radioGroup .radio{margin-bottom:25px;display:block;position:relative}.radioGroup .radio input[type=radio]{opacity:0;height:0;width:0;display:block}.radioGroup .radio input[type=radio]:checked+.radio-label-text:before{border-color:#0033a0;border-width:9px}.radioGroup .radio input[type=radio]:focus+.radio-label-text:before{box-shadow:0 0 3px 3px #f1c400}.radioGroup .radio .radio-label-text:before{content:"";height:28px;width:28px;display:inline-block;border:2px solid #ced3de;border-radius:100%;transition:background,border-width .2s ease}.radioGroup .radio .radio-label-text{font-size:18px;font-size:1.8rem;margin-left:45px;font-weight:300;line-height:1.6;display:block}.radioGroup .radio .radio-label-text:before{position:absolute;left:0}.radioGroup .radio:last-child{margin-bottom:0}.checkboxField input[type=checkbox]{opacity:0;height:0;width:0;display:block}.checkboxField input[type=checkbox]:checked+.custom-checkbox:before{background:#0033a0;border-color:#0033a0;color:#fff}.checkboxField input[type=checkbox]:focus+.custom-checkbox:before{box-shadow:0 0 3px 3px #f1c400}.checkboxField .custom-checkbox:before{content:"\F00C";display:inline-block;position:relative;font-family:FontAwesome;font-weight:900;font-style:normal;font-size:14px;font-size:1.4rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:28px;width:28px;border:2px solid #ced3de;border-radius:4px;transition:background,border-color,color .2s ease;color:transparent}.checkboxField .control-group{position:relative}.checkboxField .control-label{font-size:18px;font-size:1.8rem;position:relative;z-index:1;padding-left:45px;font-weight:300;line-height:1.6}.checkboxField .custom-checkbox:before{position:absolute;top:0;left:0}.selectField .control-label{font-size:15px;font-size:1.5rem;color:#484c53;font-weight:700;text-transform:uppercase;display:block;margin-bottom:20px}.selectField .controls{position:relative}.selectField select{position:absolute;z-index:1;top:0;bottom:0;width:100%;opacity:0;min-height:59px}.selectField select:focus+.custom-select-label{border:2px solid #0033a0;color:#0033a0}.selectField.default-style .custom-select-label,.selectField.selectField-hidden-label .custom-select-label{font-size:16.5px;font-size:1.65rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:400;margin-top:0;margin-bottom:30px;width:100%;background:#fff;border:2px solid #fff;border-radius:4px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);color:#484c53;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:59px;font-size:18px;font-size:1.8rem;font-weight:200;padding:0 30px}.selectField.default-style .custom-select-label:last-child,.selectField.selectField-hidden-label .custom-select-label:last-child{margin-bottom:0}.selectField.default-style .custom-select-label:focus,.selectField.selectField-hidden-label .custom-select-label:focus{border-color:#0033a0;color:#0033a0}.selectField.default-style .custom-select-label:after,.selectField.selectField-hidden-label .custom-select-label:after{content:"\F078";display:inline-block;position:relative;font-family:FontAwesome;font-weight:900;font-style:normal}@media only screen and (min-width:768px){.selectField.default-style .custom-select-label,.selectField.selectField-hidden-label .custom-select-label{font-size:24px;font-size:2.4rem;min-height:80px}}.selectField.default-style .custom-select-label:after,.selectField.selectField-hidden-label .custom-select-label:after{font-size:18px;font-size:1.8rem;position:absolute;right:30px}.selectField.selectField-large .custom-select-label{font-size:16.5px;font-size:1.65rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:400;margin-top:0;margin-bottom:30px;width:100%;background:#fff;border:2px solid #fff;border-radius:4px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);color:#484c53;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:59px;padding-right:10px;font-weight:900;text-transform:uppercase;-ms-flex-pack:center;justify-content:center}.selectField.selectField-large .custom-select-label:last-child{margin-bottom:0}.selectField.selectField-large .custom-select-label:focus{border-color:#0033a0;color:#0033a0}.selectField.selectField-large .custom-select-label:after{content:"\F078";display:inline-block;position:relative;font-family:FontAwesome;font-weight:900;font-style:normal;font-size:12px;left:10px}@media only screen and (min-width:768px){.selectField.selectField-large .custom-select-label{min-height:100px;-ms-flex-pack:left;justify-content:left;padding:0 30px}.selectField.selectField-large .custom-select-label:after{position:absolute;right:30px;left:auto}}.fieldSet{padding:0;margin-bottom:40px}@media only screen and (min-width:1200px){.fieldSet{margin-bottom:75px}}.fieldSet:last-child{margin-bottom:0}.fieldSet fieldset{margin:0;padding:0;border:0}.form-hideOnDesktop{display:block!important}@media only screen and (min-width:1200px){.form-hideOnDesktop{display:none!important}}.form-hideOnMobile{display:none!important}@media only screen and (min-width:1200px){.form-hideOnMobile{display:block!important}}.image figure{margin:0}.image img,.image picture{display:block}.image figcaption{padding-top:20px}.image p{font-size:13px;font-size:1.3rem}.image .left img{margin-right:auto;margin-left:0}.image .middle img{margin-right:auto;margin-left:auto}.image .right img{margin-right:0;margin-left:auto}.image.image-articleQuoteInterrupter{padding:0;margin-bottom:0}.image.image-articleQuoteInterrupter picture{position:relative;width:calc(100% + 10px)}.image.image-articleQuoteInterrupter picture:before{content:"";position:absolute;left:-10px;top:-10px;height:100%;width:100%;background:#f1c400}.image.image-articleQuoteInterrupter picture img{position:relative;width:100%}.image.image-articleQuoteInterrupter+.richText-articleQuoteInterrupter{margin-top:-40px}@media only screen and (min-width:1200px){.image.image-pullToRightEdge{width:41.66667%;padding-left:10px;padding-right:0;transform:translateX(calc(50vw - 600px))}}@media only screen and (min-width:1620px){.image.image-pullToRightEdge{transform:translateX(calc(50vw - 820px));padding-right:calc(50vw - 855px - 8.33333%)}}.image.image-logoFullSize{-ms-flex-negative:0;flex-shrink:0;margin-bottom:0;top:50%;transform:translateY(-50%);position:absolute}@media only screen and (min-width:1200px){.image.image-logoFullSize{margin-top:15px;margin-bottom:5px;top:auto;transform:none;position:static}}.image.image-logoFullSize>.content,.image.image-logoFullSize a{height:30px}@media only screen and (min-width:1200px){.image.image-logoFullSize>.content,.image.image-logoFullSize a{height:45px}}.image.image-logoFullSize a{display:block}.image.image-logoFullSize img{width:auto;height:30px}@media only screen and (min-width:1200px){.image.image-logoFullSize img{height:45px}}.is-sticky .image.image-logoFullSize{display:none}.image.image-logoSticky{display:none;-ms-flex-negative:0;flex-shrink:0;margin-bottom:0;top:50%;transform:translateY(-50%);position:absolute}@media only screen and (min-width:1200px){.image.image-logoSticky{top:auto;transform:none;position:static}}.image.image-logoSticky a{display:block}.image.image-logoSticky img{width:auto;height:30px}@media only screen and (min-width:1200px){.image.image-logoSticky img{height:45px}}.is-sticky .image.image-logoSticky{display:block}.image-scrollable .component-content{overflow:auto}.image-scrollable img{max-width:none}.image-mobileProductHero{padding:0}@media only screen and (min-width:768px){.image-mobileProductHero{padding-top:80px}}@media only screen and (min-width:1200px){.image-mobileProductHero{display:none}}.image.image-mobileHomeHero{padding:0;height:635px}.image.image-mobileHomeHero>.component-content{height:inherit}.image.image-mobileHomeHero>.component-content img,.image.image-mobileHomeHero>.component-content picture{height:inherit;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.image.image-mobileHomeHero>.component-content picture img{margin-left:0;margin-right:0;width:100vw}@media only screen and (max-width:325px){.image.image-mobileHomeHero{height:590px!important}}@media only screen and (max-width:370px){.image.image-mobileHomeHero{height:590px}}@media only screen and (min-width:371px) and (max-width:459px){.image.image-mobileHomeHero{height:500px}}@media only screen and (min-width:460px) and (max-width:600px){.image.image-mobileHomeHero{height:400px}}@media only screen and (min-width:601px){.image.image-mobileHomeHero{height:400px}}@media only screen and (min-width:1200px){.image.image-mobileHomeHero{display:none!important}}.composite-new-home-page-hero .image.image-mobileHomeHero:after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;background-color:rgba(0,51,160,.8)}@media only screen and (min-width:1200px){.composite-new-home-page-hero .image.image-mobileHomeHero:after{display:none}}.image-hover{margin-bottom:20px}.image-hover a img:focus,.image-hover a img:hover{filter:invert(100%)}.image-hover a img{transition:all .2s ease-in;box-shadow:2px 2px 4px 0 hsla(0,0%,100%,.2);border:1px solid #000;border-radius:13px}.image.image-footer-logo{margin:40px 0}.image.image-footer-logo>.component-content a{display:block}.image.image-accordion-logo{width:177px;display:none}@media only screen and (min-width:1200px){.image.image-accordion-logo{display:block}}.image-mobileLandingPageHero{padding:0;height:400px}.image-mobileLandingPageHero .component-content picture img{height:400px;-o-object-fit:cover;object-fit:cover}@media only screen and (min-width:1200px){.image-mobileLandingPageHero{display:none}}.image.image-marginOnMobile{margin-bottom:45px}@media only screen and (min-width:1620px){.image.image-marginOnMobile{margin-bottom:0}}.image.image-togetherAhead-stripes:after{content:"";display:block;position:absolute;width:873px;height:740px;bottom:-180px;left:-50px;z-index:-1;overflow:visible;background-size:cover;background-repeat:no-repeat;background-position-x:10px;background-image:url(/content/dam/fmcna/live/company/images/together-ahead/together_ahead_angled_shapes_card_right_873x740.png);transform:scale(.9)}.image.image-objectFitCover img{width:100%;-o-object-fit:cover;object-fit:cover;min-height:320px;height:100%}.image.image-ourCompany-leadershipMobile{margin-top:-85px;margin-bottom:50px;padding:0}.image.image-ourCompany-leadershipMobile img{height:250px;-o-object-fit:cover;object-fit:cover;-o-object-position:50%;object-position:50%;width:100%}.image.hide-on-desktop{display:block!important}@media only screen and (min-width:1200px){.image.hide-on-desktop{display:none!important}}.image.hide-on-tablet{display:block!important}@media only screen and (min-width:768px){.image.hide-on-tablet{display:none!important}}.image.hide-on-mobile{display:none!important}@media only screen and (min-width:1200px){.image.hide-on-mobile{display:block!important}}.image.show-on-tablet{display:none!important}@media only screen and (min-width:768px){.image.show-on-tablet{display:block!important}}.image.show-only-on-tablet{display:none!important}@media only screen and (min-width:768px){.image.show-only-on-tablet{display:block!important}}@media only screen and (min-width:1200px){.image.show-only-on-tablet{display:none!important}}.image.image-ourCompany-resourceIcons img{width:114px;-o-object-fit:cover;object-fit:cover}@media only screen and (min-width:1200px){.image.image-ourCompany-resourceIcons img{width:auto}}.image.image-Products-objectFitCover img{width:100%;height:100%}@media only screen and (min-width:1200px){.image.image-Products-objectFitCover img{-o-object-fit:cover;object-fit:cover;min-height:320px;box-shadow:0 7px 30px 0 rgba(0,0,0,.2);border-radius:7px;box-sizing:border-box}}.image.image-Products-hero-width img{width:100%}.image.image-Products-quote img{width:60%}.image.image-customer-testimonials-hero img{width:100%;background-color:#fff}@media only screen and (min-width:1200px){.image.image-customer-testimonials-hero img{height:480px}}.image.image-customer-testimonial-video-image{margin-bottom:25px}@media only screen and (max-width:419px){.image.image-customer-testimonial-video-image{width:137%;right:50px}}.image.image-quoteInterrupter-icon{transform:scale(.25);margin-bottom:-7pc;margin-top:-7pc}@media only screen and (min-width:1200px){.image.image-quoteInterrupter-icon{transform:scale(.63);left:80px;margin-top:auto;margin-bottom:-10px}}@media only screen and (min-width:1620px){.image.image-hero-page-logo-size{transform:scale(.92);right:1pc}}.image.image-fullWidth img{width:100%}.image.image-timeline-logo img{height:100%;width:100%}@media only screen and (min-width:768px){.image.image-timeline-logo img{height:225px;width:225px}}@media only screen and (min-width:1024px){.image.image-timeline-logo img{height:100%;width:100%}}@media only screen and (min-width:1200px){.image.image-timeline-logo img{height:100%;width:100%}}.navigation .navigation-item-decoration,.navigation .navigation-mobile-menu{display:none}.navigation .navigation-root{margin:0;padding:0;list-style:none}.navigation .navigation-item-title{text-decoration:none}.navigation-subNavigation .navigation-item-title{font-size:18px;font-size:1.8rem;font-family:Interstate,sans-serif;line-height:1.555;font-weight:400;margin-top:0;background-color:#f7f9fc;margin-bottom:0;color:#484c53;font-weight:300;display:block;padding:20px;border:1px solid #ced3de;white-space:nowrap;margin-left:-1px}.navigation-subNavigation .navigation-item-title:last-child{margin-bottom:0}.navigation-subNavigation .navigation-item-title:focus,.navigation-subNavigation .navigation-item-title:hover{opacity:1}@media only screen and (min-width:1200px){.navigation-subNavigation .navigation-item-title{border-color:transparent;background-color:transparent;padding:30px 20px}}.navigation-subNavigation .is-active .navigation-item-title{color:#0033a0}.navigation-subNavigation .has-children,.navigation-subNavigation .navigation-branch{display:-ms-flexbox;display:flex}.navigation.navigation-global{max-width:100%}@media only screen and (min-width:1200px){.navigation.navigation-global .navigation-root{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end}}.navigation.navigation-global .navigation-item{font-size:18px;font-size:1.8rem;line-height:1;font-weight:300;padding:15px 0}@media only screen and (min-width:1200px){.navigation.navigation-global .navigation-item{font-size:13px;font-size:1.3rem;font-weight:400;padding:0;margin-left:40px}}@media only screen and (min-width:1200px){.navigation.navigation-global .navigation-item.first{margin-left:0}}.navigation.navigation-global .navigation-item-title{border-bottom:1px solid transparent}.navigation.navigation-global .navigation-item-title:focus,.navigation.navigation-global .navigation-item-title:hover{color:#022d89;border-bottom:1px solid #022d89}.nav-overlay-open .navigation.navigation-global .navigation-root{padding:0 10px}.nav-tab-open .navigation.navigation-global{display:none}@media only screen and (min-width:1200px){.nav-tab-open .navigation.navigation-global{display:block}}.is-sticky .navigation.navigation-global{display:none}@media only screen and (min-width:1200px){.is-sticky .navigation.navigation-global{display:none}}.navigation.navigation-innerNavigationContent{height:calc(100% - 26px)}@media only screen and (min-width:1620px){.navigation.navigation-innerNavigationContent{padding-left:65px}}@media only screen and (min-width:1200px){.navigation.navigation-innerNavigationContent .navigation-root.navigation-level1{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;max-height:405px}}.navigation.navigation-innerNavigationContent .navigation-item{margin-bottom:30px}@media only screen and (min-width:1200px){.navigation.navigation-innerNavigationContent .navigation-item.navigation-level1{width:33.33333%;padding-right:40px}}.navigation.navigation-innerNavigationContent .navigation-item.navigation-level1:not(.first):before{content:"";display:block;height:1px;background-color:#ced3de;margin:30px 0}@media only screen and (min-width:1200px){.navigation.navigation-innerNavigationContent .navigation-item.navigation-level1:not(.first):before{content:none}}.navigation.navigation-innerNavigationContent .navigation-item-title{font-size:18px;font-size:1.8rem;color:#484c53}.navigation.navigation-innerNavigationContent .navigation-item-title:focus,.navigation.navigation-innerNavigationContent .navigation-item-title:hover{color:#0033a0}.navigation.navigation-innerNavigationContent .navigation-level2 .navigation-item.first{margin-top:30px}.navigation.navigation-innerNavigationContent .navigation-level2 .navigation-item-title{font-weight:300}@media only screen and (min-width:1200px){.navigation.navigation-forceThreeColumns .navigation-root.navigation-level1{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:100%;max-height:100%}}.is-sticky .richText-moreDropdown{display:none!important}.is-sticky .navigation.navigation-utilityNav{display:block;margin-top:6px}.box-dropdownWrapper{margin-top:20px;padding:0;left:30px;display:none}@media only screen and (min-width:1200px){.box-dropdownWrapper{display:block;width:100%}}.box-dropdownWrapper>.component-content>.content{display:-ms-flexbox;display:flex;height:60px;padding-right:30px}@media only screen and (min-width:1620px){.box-dropdownWrapper>.component-content>.content{padding-right:0}}.box-dropdownWrapper>.component-content>.content .box-navBox{display:inline-block;width:-moz-max-content;width:max-content;padding:0 40px 0 20px;cursor:pointer;transition:background .25s}.box-dropdownWrapper>.component-content>.content .box-navBox:after{content:"";background:#fc0;width:100%;height:5px;display:block;transform:scaleX(0) translateX(-50%);transition:transform .25s;position:absolute;bottom:0;left:50%;transform-origin:left}.box-dropdownWrapper>.component-content>.content .box-navBox:focus,.box-dropdownWrapper>.component-content>.content .box-navBox:hover{background:rgba(0,0,0,.03)}.box-dropdownWrapper>.component-content>.content .box-navBox:focus:after,.box-dropdownWrapper>.component-content>.content .box-navBox:hover:after{transform:scaleX(1) translateX(-50%)}.box-dropdownWrapper>.component-content>.content .box-navBox:hover .navigation.navigation-global-dropdown{display:block;z-index:1}.box-dropdownWrapper>.component-content>.content .box-navBox:active .navigation.navigation-global-dropdown,.box-dropdownWrapper>.component-content>.content .box-navBox:focus-within .navigation.navigation-global-dropdown,.box-dropdownWrapper>.component-content>.content .box-navBox:focus .navigation.navigation-global-dropdown{display:block}.box-dropdownWrapper>.component-content>.content .box-navBox .parametrizedhtml{margin-left:-10px}.box-dropdownWrapper>.component-content>.content .box-navBox .richText-dropDownItem{padding:20px 0;left:50%;transform:translateX(-50%);width:-moz-max-content;width:max-content}.box-dropdownWrapper>.component-content>.content .box-navBox .richText-dropDownItem>.component-content .richText-content:after{content:">";display:block;transform:rotate(90deg) translateX(50%);position:absolute;right:0;width:20px;height:20px;bottom:50%;text-align:center;margin-right:-26px}.box-dropdownWrapper>.component-content>.content .box-navBox .richText-dropDownItem>.component-content .richText-content p{font-size:17px;font-size:1.7rem;font-weight:300;color:#484c53;text-transform:uppercase}@media screen and (min-width:1200px) and (max-width:1224px){.box-dropdownWrapper>.component-content>.content .box-navBox .richText-dropDownItem>.component-content .richText-content p{font-size:14px;font-size:1.4rem}}@media screen and (min-width:1225px) and (max-width:1619px){.box-dropdownWrapper>.component-content>.content .box-navBox .richText-dropDownItem>.component-content .richText-content p{font-size:15px;font-size:1.5rem}}.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown{min-width:300px;display:none;padding:0;background:#fff;box-shadow:2px 6px 10px 0 rgba(0,0,0,.2);border-radius:4px;border:none;position:absolute;margin-top:60px;margin-left:-20px}.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown.navigation-wide{min-width:320px}.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-root{min-width:inherit}@media only screen and (min-width:1200px){.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-root{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end}.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-root li:first-child{display:block}}.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item{line-height:1;font-weight:300;padding:16px 0 16px 20px;min-width:inherit;background:initial;box-shadow:none;transition:background .25s,box-shadow .25s}.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item:focus,.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item:hover{background:rgba(0,51,160,.06);box-shadow:none}@media only screen and (min-width:1200px){.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item{font-weight:400}}@media only screen and (min-width:1200px){.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item.first{margin-left:0}}.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item.has-children{display:block;position:relative}.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item.has-children:focus,.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item.has-children:hover{background:rgba(0,51,160,.06);box-shadow:inset -85px 0 10px -78px rgba(0,0,0,.1)}.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item.has-children .navigation-item-title{width:inherit}.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item.has-children .navigation-item-title:after{content:">";width:20px;height:auto;display:block;position:relative;font-size:24px;font-weight:100;right:9px}.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item.has-children ul.navigation-level2{display:none;z-index:1;position:absolute;left:100%;top:0;float:left;min-width:300px;background:#fff;margin-left:-2px;box-shadow:2px 6px 10px 0 rgba(0,0,0,.2);border-radius:4px;border:none}.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item.has-children ul.navigation-level2>li:focus,.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item.has-children ul.navigation-level2>li:hover{background:rgba(0,51,160,.06);box-shadow:none}.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item.has-children ul.navigation-level2 .navigation-item-title:after{content:"";display:none}.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item.has-children ul.navigation-level2 .navigation-item-title.icon-external{width:-moz-max-content;width:max-content}.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item.has-children ul.navigation-level2 .navigation-item-title.icon-external:after{content:"\F35D";margin-left:20px;display:inline-block;position:relative;font-family:FontAwesome;font-weight:900;font-style:normal;font-size:14px;font-size:1.4rem}.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item.has-children:hover ul.navigation-level2{display:block;z-index:1}.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item.has-children:active ul.navigation-level2,.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item.has-children:focus-within ul.navigation-level2,.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item.has-children:focus ul.navigation-level2{display:block}.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item.category{border-top:1px solid #ced3de}.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item-title{border-bottom:1px solid transparent;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;font-weight:300;color:#484c53;line-height:20px;font-size:17px;font-size:1.7rem}@media screen and (min-width:1200px) and (max-width:1224px){.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item-title{font-size:14px;font-size:1.4rem}}@media screen and (min-width:1225px) and (max-width:1619px){.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item-title{font-size:15px;font-size:1.5rem}}.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item-title.icon-external{width:-moz-max-content;width:max-content}.box-dropdownWrapper>.component-content>.content .box-navBox .navigation.navigation-global-dropdown .navigation-item-title.icon-external:after{font-size:14px;font-size:1.4rem}.nav-overlay-open .box-dropdownWrapper>.component-content>.content .box-navBox .navigation-root{padding:0 10px}.nav-tab-open .box-dropdownWrapper>.component-content>.content .box-navBox{display:none}@media only screen and (min-width:1200px){.nav-tab-open .box-dropdownWrapper>.component-content>.content .box-navBox{display:block}}.is-sticky .box-dropdownWrapper>.component-content>.content .box-navBox{display:block}@media only screen and (min-width:1200px){.is-sticky .box-dropdownWrapper>.component-content>.content .box-navBox{display:block}}@media only screen and (min-width:1440px){.box-dropdownWrapper>.component-content>.content .box-navBox:first-child{margin-left:10.733333%}}.box-dropdownWrapper>.component-content>.content .box-utilityNavWrapper{top:-23px}.box-dropdownWrapper>.component-content>.content .box-utilityNavWrapper>.component-content>.content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;align-items:flex-end}@media only screen and (min-width:1200px){.box-dropdownWrapper>.component-content>.content .box-utilityNavWrapper{margin-left:0;right:0;position:absolute;margin-right:30px}}@media only screen and (min-width:1620px){.box-dropdownWrapper>.component-content>.content .box-utilityNavWrapper{margin-left:8.33333333%;right:auto;position:relative;margin-right:0}}.box-headerWrapper{display:block}@media only screen and (min-width:1200px){.box-headerWrapper{display:none}}.ontop,.ontop.mobile-search{background:transparent!important}.ontop #popup,.ontop.mobile-search #popup{padding:0!important;top:175px;transform:none;height:70px;max-width:100vw;box-shadow:none;overflow:hidden}.ontop #popup #search-close-btn,.ontop.mobile-search #popup #search-close-btn{display:block;width:20px;height:20px;position:absolute;transform:scale(1.2) translateY(-50%);color:#666;right:auto;top:50%;left:20px;z-index:1;background:url(/etc/designs/zg/fmcna/desktop/src/assets/img/arrow-back.svg);font-size:0}@media only screen and (max-width:1620px) and (min-width:1200px){.box-dropdownWrapper>.component-content>.content>.box-navBox:nth-child(4)>.component-content>.content>.parametrizedhtml>.component-content>.navigation.navigation-global-dropdown .navigation-item.has-children ul.navigation-level2,.box-dropdownWrapper>.component-content>.content>.box-navBox:nth-child(5)>.component-content>.content>.parametrizedhtml>.component-content>.navigation.navigation-global-dropdown .navigation-item.has-children ul.navigation-level2{left:-99%}}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(4) .content .richText p{font-size:17px!important;font-size:1.7rem!important}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(4) .content .richText p:after{content:none}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(4) .content .richText p a{font-weight:300;border:none;color:#484c53;font-size:inherit}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(4) .content .richText p a:focus,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(4) .content .richText p a:hover{color:#0033a0}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(4) .content .richText p a.outline-button{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;display:inline-block;background:transparent;color:#0033a0;text-align:center;border:2px solid #0033a0;border-radius:4px;padding:14px 40px;transition:border-color,color,background,.2s ease-in;line-height:1}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(4) .content .richText p a.outline-button:active,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(4) .content .richText p a.outline-button:hover{opacity:1;color:#022d89;border-color:transparent}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(4) .content .richText p a.outline-button:focus{border-color:#0033a0}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(4) .content .richText p a.outline-button:hover{background:#0033a0;color:#fff}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(4) .content .richText p a.outline-button:active{background:#022d89;color:#fff}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(4) .content .richText p a.outline-button:disabled{color:#ced3de;border-color:#ced3de}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(4) .content .richText p a.cta-link{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;color:#0033a0;padding-bottom:0;border:2px solid transparent;display:inline-block;transition:border-bottom-color .2s ease-in}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(4) .content .richText p a.cta-link:active,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(4) .content .richText p a.cta-link:focus,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(4) .content .richText p a.cta-link:hover{opacity:1;color:#022d89;border-color:transparent}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(4) .content .richText p a.cta-link:after{content:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);display:inline-block;width:6px;margin-left:15px;transform:translateY(-1px)}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(4) .content .richText p a.cta-link:hover{border-bottom:2px solid #0033a0}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(4) .content .richText p a.cta-link:disabled{color:#ced3de}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(4) .content .richText .tabs.tabs-innerNavigation{padding:0}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(4) .content .richText .tabs.tabs-innerNavigation .text-wrapper{margin-left:0;font-weight:300;font-size:17px!important;font-size:1.7rem!important}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(4) .content .richText .tabs.tabs-innerNavigation .tabs-nav .tabs-nav-item:focus>a,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(4) .content .richText .tabs.tabs-innerNavigation .tabs-nav .tabs-nav-item:hover>a{color:#0033a0}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(4) .content .richText .tabs.tabs-innerNavigation .tabs-nav .tabs-nav-item>a{color:#484c53}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(4) .content .richText .tabs.tabs-innerNavigation .tabs-nav .tabs-nav-item>a:after{content:">";display:inline-block;position:relative;font-family:inherit;font-weight:100;font-style:normal;font-size:24px}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .content,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .content,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .content .richText p,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .content .richText p,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .content .richText p{font-size:18px!important;font-size:1.8rem!important}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .content .richText p:after,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .content .richText p:after,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .content .richText p:after{content:none}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .content .richText p a,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .content .richText p a,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .content .richText p a{font-weight:300;border:none;color:#484c53;font-size:inherit}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .content .richText p a:focus,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .content .richText p a:hover,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .content .richText p a:focus,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .content .richText p a:hover,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .content .richText p a:focus,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .content .richText p a:hover{color:#0033a0}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .content .richText p a.outline-button,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .content .richText p a.outline-button,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .content .richText p a.outline-button{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;display:inline-block;background:transparent;color:#0033a0;text-align:center;border:2px solid #0033a0;border-radius:4px;padding:14px 40px;transition:border-color,color,background,.2s ease-in;line-height:1}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .content .richText p a.outline-button:active,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .content .richText p a.outline-button:hover,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .content .richText p a.outline-button:active,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .content .richText p a.outline-button:hover,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .content .richText p a.outline-button:active,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .content .richText p a.outline-button:hover{opacity:1;color:#022d89;border-color:transparent}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .content .richText p a.outline-button:focus,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .content .richText p a.outline-button:focus,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .content .richText p a.outline-button:focus{border-color:#0033a0}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .content .richText p a.outline-button:hover,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .content .richText p a.outline-button:hover,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .content .richText p a.outline-button:hover{background:#0033a0;color:#fff}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .content .richText p a.outline-button:active,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .content .richText p a.outline-button:active,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .content .richText p a.outline-button:active{background:#022d89;color:#fff}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .content .richText p a.outline-button:disabled,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .content .richText p a.outline-button:disabled,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .content .richText p a.outline-button:disabled{color:#ced3de;border-color:#ced3de}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .content .richText p a.cta-link,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .content .richText p a.cta-link,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .content .richText p a.cta-link{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;color:#0033a0;padding-bottom:0;border:2px solid transparent;display:inline-block;transition:border-bottom-color .2s ease-in}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .content .richText p a.cta-link:active,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .content .richText p a.cta-link:focus,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .content .richText p a.cta-link:hover,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .content .richText p a.cta-link:active,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .content .richText p a.cta-link:focus,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .content .richText p a.cta-link:hover,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .content .richText p a.cta-link:active,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .content .richText p a.cta-link:focus,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .content .richText p a.cta-link:hover{opacity:1;color:#022d89;border-color:transparent}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .content .richText p a.cta-link:after,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .content .richText p a.cta-link:after,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .content .richText p a.cta-link:after{content:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);display:inline-block;width:6px;margin-left:15px;transform:translateY(-1px)}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .content .richText p a.cta-link:hover,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .content .richText p a.cta-link:hover,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .content .richText p a.cta-link:hover{border-bottom:2px solid #0033a0}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .content .richText p a.cta-link:disabled,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .content .richText p a.cta-link:disabled,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .content .richText p a.cta-link:disabled{color:#ced3de}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .tabs.tabs-innerNavigation,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .tabs.tabs-innerNavigation,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .tabs.tabs-innerNavigation{padding:0 0 0 10px}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .tabs.tabs-innerNavigation .text-wrapper,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .tabs.tabs-innerNavigation .text-wrapper,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .tabs.tabs-innerNavigation .text-wrapper{margin-left:0;font-weight:300;font-size:18px!important;font-size:1.8rem!important}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .tabs.tabs-innerNavigation .tabs-nav .tabs-nav-item:focus>a,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .tabs.tabs-innerNavigation .tabs-nav .tabs-nav-item:hover>a,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .tabs.tabs-innerNavigation .tabs-nav .tabs-nav-item:focus>a,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .tabs.tabs-innerNavigation .tabs-nav .tabs-nav-item:hover>a,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .tabs.tabs-innerNavigation .tabs-nav .tabs-nav-item:focus>a,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .tabs.tabs-innerNavigation .tabs-nav .tabs-nav-item:hover>a{color:#0033a0}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .tabs.tabs-innerNavigation .tabs-nav .tabs-nav-item>a,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .tabs.tabs-innerNavigation .tabs-nav .tabs-nav-item>a,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .tabs.tabs-innerNavigation .tabs-nav .tabs-nav-item>a{color:#484c53}.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(3) .tabs.tabs-innerNavigation .tabs-nav .tabs-nav-item>a:after,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(5) .tabs.tabs-innerNavigation .tabs-nav .tabs-nav-item>a:after,.box-headerWrapper .tabs-globalNavigation .component-content .tabs-content:nth-child(6) .tabs.tabs-innerNavigation .tabs-nav .tabs-nav-item>a:after{content:">";display:inline-block;position:relative;font-family:inherit;font-weight:100;font-style:normal;font-size:24px}.navigation-insightsHub-subNavigation{padding:0}.navigation-insightsHub-subNavigation>.component-content .navigation-root.has-children,.navigation-insightsHub-subNavigation>.component-content .navigation-root.navigation-branch{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;margin:10px 0 0}.navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item{display:inherit}.navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>a{font-size:20px!important;padding:0 30px 0 0;height:64px;display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center;align-items:center}@media only screen and (min-width:1200px){.navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>a{font-size:22.5px!important}}.navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>a:after{content:"";display:block;position:relative;left:30px;width:2px;height:40px;background:#ced3de}body.template-insights-hub-landing .navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>a{transition:all .25s}@media only screen and (min-width:1200px){body.template-insights-hub-landing .navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>a{opacity:1}body.template-insights-hub-landing .navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>a:before{content:"";display:block;position:absolute;width:135px;height:5px;background:#022d89;transition:all .25s;bottom:0}}body.template-insights-hub-landing .navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>.navigation-level2>.navigation-item{border:none}body.page-news-releases .navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>a,body.template-insights-hub-detail .navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>a{border:none;opacity:1;transition:all .25s}body.page-news-releases .navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>a:before,body.template-insights-hub-detail .navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>a:before{content:"";display:block;position:absolute;width:135px;height:0;background:#022d89;bottom:0;transition:all .25s}body.page-news-releases .navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>a:focus,body.page-news-releases .navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>a:hover,body.template-insights-hub-detail .navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>a:focus,body.template-insights-hub-detail .navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>a:hover{opacity:.7;border:0 solid #fff}@media only screen and (min-width:1200px){body.page-news-releases .navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>a:focus:before,body.page-news-releases .navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>a:hover:before,body.template-insights-hub-detail .navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>a:focus:before,body.template-insights-hub-detail .navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>a:hover:before{content:"";display:block;position:absolute;width:135px;height:5px;background:#022d89;bottom:0}}body.page-news-releases .navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>.navigation-level2>.navigation-item,body.template-insights-hub-detail .navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>.navigation-level2>.navigation-item{border:0 solid #fff}body.page-news-releases .navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>.navigation-level2>.navigation-item.is-active>.navigation-item-title,body.template-insights-hub-detail .navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>.navigation-level2>.navigation-item.is-active>.navigation-item-title{border:0 solid #fff;border-bottom:5px solid #022d89;opacity:1;padding-bottom:5px}.navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>.navigation-level2>.navigation-item{padding:0 30px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>.navigation-level2>.navigation-item>.navigation-item-title{text-transform:uppercase;height:100%;display:inherit;-ms-flex-align:inherit;align-items:inherit;padding-bottom:5px;border:0 solid #fff}.navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>.navigation-level2>.navigation-item>.navigation-item-title:focus,.navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1>.navigation-level2>.navigation-item>.navigation-item-title:hover{color:#022d89;border-bottom:5px solid #022d89;opacity:.7}.navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1 .navigation-item-title{font-size:16px;font-size:1.6rem;font-family:Interstate,sans-serif;line-height:1.555;color:#0033a0;font-weight:800;display:block;white-space:nowrap;margin:0;border:1px solid transparent;background-color:transparent;width:-moz-fit-content;width:fit-content}.navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1 .navigation-item-title:focus,.navigation-insightsHub-subNavigation>.component-content .navigation-root>.navigation-item.navigation-level1 .navigation-item-title:hover{opacity:1}.navigation-insightsHub-subNavigation.navigation-insightsHub-subNavigation-mobile{display:block}@media only screen and (min-width:1200px){.navigation-insightsHub-subNavigation.navigation-insightsHub-subNavigation-mobile{display:none}}.navigation-nephrology-connect .navigation-item-title{font-size:16px;font-size:1.6rem;font-family:Interstate,sans-serif;line-height:1.555;color:#0033a0;font-weight:800;display:block;padding:20px 30px;margin-right:9px;border:1px solid #ced3de;white-space:nowrap;text-transform:uppercase}.navigation-nephrology-connect .navigation-item-title:focus,.navigation-nephrology-connect .navigation-item-title:hover{opacity:1}@media only screen and (min-width:768px){.navigation-nephrology-connect .navigation-item-title{padding-right:33px;padding-left:33px}}@media only screen and (min-width:1200px){.navigation-nephrology-connect .navigation-item-title{margin-right:50px;padding:20px 0 10px;border-color:transparent;background-color:transparent}}.navigation-nephrology-connect .navigation-item-title:hover{color:#022d89;border-bottom:4px solid #022d89;opacity:.7}.navigation-nephrology-connect .is-active .navigation-item-title{color:#0033a0;border-bottom:4px solid #0033a0}.navigation-nephrology-connect .navigation-item-title:first-child{margin-left:-10px}@media only screen and (min-width:1200px){.navigation-nephrology-connect .navigation-item-title:first-child{margin-left:0}}.navigation-nephrology-connect .has-children,.navigation-nephrology-connect .navigation-branch{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start}@media only screen and (min-width:768px){.navigation-nephrology-connect .has-children,.navigation-nephrology-connect .navigation-branch{-ms-flex-pack:start;justify-content:flex-start}}@media only screen and (min-width:1024px){.navigation-nephrology-connect .has-children,.navigation-nephrology-connect .navigation-branch{-ms-flex-pack:center;justify-content:center}}@media only screen and (min-width:1200px){.navigation-nephrology-connect .has-children,.navigation-nephrology-connect .navigation-branch{-ms-flex-pack:center;justify-content:center}}@media only screen and (min-width:1620px){.navigation-nephrology-connect .has-children,.navigation-nephrology-connect .navigation-branch{-ms-flex-pack:center;justify-content:center}}.nav-tab-open .navigation-nephrology-connect{display:none}@media only screen and (min-width:1200px){.nav-tab-open .navigation-nephrology-connect{display:block}}.is-sticky .navigation-nephrology-connect{display:none}@media only screen and (min-width:1200px){.is-sticky .navigation-nephrology-connect{display:none}}.richText img,.richText picture{display:block}.richText a{opacity:1;font-family:Interstate,sans-serif;font-weight:400;text-decoration:none;padding-bottom:1px;border:2px solid transparent}.richText a:active,.richText a:hover{color:#022d89;border-bottom:1px solid #0033a0}.richText a:focus,.richText a:hover{opacity:1}.richText .richText-image{margin-right:auto;margin-left:auto}.richText .richText-image.pull-left{margin-right:10px;margin-left:0;float:left}.richText .richText-image.pull-right{margin-right:0;margin-left:10px;float:right}.richText .richText-content{width:100%}.richText ul ul{list-style-type:disc;padding-left:30px}.richText-toutsTitleLink{margin-bottom:40px}.richText-productSpecification{margin-bottom:30px;text-align:center}@media only screen and (min-width:768px){.richText-productSpecification{text-align:left}}@media only screen and (min-width:1200px){.richText-productSpecification{margin-bottom:0}}.richText-productSpecification:last-of-type{margin-bottom:0}.richText-quickLinks{padding-top:20px;padding-bottom:20px}.richText-quickLinks p{margin-bottom:20px}.richText-quickLinks p:last-of-type{margin-bottom:0}.richText.richText-articleQuoteInterrupter{padding-top:40px}.richText.richText-articleQuoteInterrupter .component-content{padding:55px 30px 40px;position:relative}.richText.richText-articleQuoteInterrupter .component-content:before{content:"\F10D";font-family:FontAwesome;color:#f1c400;position:absolute;top:-35px;right:50%;transform:translateX(50%);font-size:50px}.richText.richText-articleQuoteInterrupter .component-content p{font-size:32px;font-size:3.2rem;line-height:1.25;font-family:Interstate,sans-serif;font-style:italic;text-align:center}@media only screen and (min-width:1200px){.richText.richText-articleQuoteInterrupter .component-content p{font-size:42px;font-size:4.2rem;line-height:1.333}}.richText-publisherInfo{margin-bottom:40px}@media only screen and (min-width:1200px){.richText-publisherInfo{margin-bottom:0}}.richText-publisherInfo picture{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;border:2px solid transparent;transition:box-shadow .2s;background:#fff;margin-bottom:25px;padding:25px}.richText-publisherInfo picture:focus{border-color:#0033a0;outline:none}@media only screen and (min-width:1200px){.richText-publisherInfo picture:focus,.richText-publisherInfo picture:hover{box-shadow:0 10px 15px 0 rgba(0,0,0,.1)}}.richText-publisherInfo picture:active{box-shadow:0 10px 15px 0 rgba(0,0,0,.1)}@media only screen and (min-width:1200px){.richText-publisherInfo picture:active{border-color:transparent;box-shadow:0 0 10px 0 rgba(0,51,160,.3)}}@media only screen and (min-width:1200px){.richText-publisherInfo picture{padding:25px 50px;margin-bottom:40px}}@media only screen and (min-width:1200px){.richText-publisherInfo picture:focus,.richText-publisherInfo picture:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}}.richText-publisherInfo h3{font-size:18px;font-size:1.8rem;margin-bottom:10px}@media only screen and (min-width:768px){.richText-publisherInfo h3{font-size:24px;font-size:2.4rem;margin-bottom:15px}}.richText-publisherInfo p{font-size:13px;font-size:1.3rem}@media only screen and (min-width:768px){.richText-publisherInfo p{font-size:15px;font-size:1.5rem}}.richText-whiteQuoteInterrupter{padding:100px 0 0;color:#fff}.richText-whiteQuoteInterrupter .component-content{padding:50px 20px;position:relative}@media only screen and (min-width:768px){.richText-whiteQuoteInterrupter .component-content{width:768px;margin-right:auto;margin-left:auto}}@media only screen and (min-width:1200px){.richText-whiteQuoteInterrupter .component-content{width:100%}}.richText-whiteQuoteInterrupter .component-content:before{content:"\F10D";display:inline-block;position:relative;font-family:FontAwesome;font-weight:900;font-style:normal;position:absolute;top:-35px;right:50%;transform:translateX(50%);line-height:1;font-size:50px}.richText-whiteQuoteInterrupter .component-content p{font-size:32px;font-size:3.2rem;line-height:1.25;font-family:Interstate,sans-serif;font-style:italic;text-align:center}@media only screen and (min-width:1200px){.richText-whiteQuoteInterrupter .component-content p{font-size:42px;font-size:4.2rem;line-height:1.333}}.richText-articleAbstract h2{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none}.richText-articleAbstract p{font-weight:200}@media only screen and (min-width:1200px){.richText-articleAbstract p{font-weight:400}}.richText.richText-lastArticleParagraph .richText-content p:last-child:after{content:"";position:relative;left:10px;transform:rotate(90deg);height:14px;width:14px;display:inline-block;background:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo) top/11px no-repeat}.richText.richText-locationDetails{margin-bottom:20px;padding-left:0;padding-right:0}@media only screen and (min-width:768px){.richText.richText-locationDetails{max-width:520px}}.richText.richText-locationDetails>.component-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background-color:#fff;padding:40px}.richText.richText-locationDetails .richText-image{max-height:85px;display:block}.richText.richText-locationDetails img+.richText-content,.richText.richText-locationDetails picture+.richText-content{margin-left:40px}.richText.richText-locationDetails p{margin:0}.richText.richText-formSuccessMessage{padding-top:50px;padding-bottom:175px;text-align:center}.richText.richText-formSuccessMessage .component-content:before{content:"\F00C";display:inline-block;position:relative;font-family:FontAwesome;font-weight:900;font-style:normal;font-size:60px;font-size:6rem;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:125px;width:125px;margin:0 auto 40px;border:7px solid #0033a0;border-radius:100%;color:#78be20}@media only screen and (min-width:1200px){.richText.richText-formSuccessMessage .component-content:before{font-size:100px;font-size:10rem;height:200px;width:200px}}.richText.richText-formSuccessMessage h1,.richText.richText-formSuccessMessage h2,.richText.richText-formSuccessMessage h3,.richText.richText-formSuccessMessage h4,.richText.richText-formSuccessMessage h5,.richText.richText-formSuccessMessage h6{color:#0033a0;font-weight:300;margin-bottom:20px}@media only screen and (min-width:1200px){.richText.richText-formSuccessMessage h1,.richText.richText-formSuccessMessage h2,.richText.richText-formSuccessMessage h3,.richText.richText-formSuccessMessage h4,.richText.richText-formSuccessMessage h5,.richText.richText-formSuccessMessage h6{font-size:70px;font-size:7rem;margin-bottom:40px}}.richText.richText-formSuccessMessage p{font-size:18px;font-size:1.8rem;font-weight:300}@media only screen and (min-width:1200px){.richText.richText-formSuccessMessage p{font-size:24px;font-size:2.4rem}}.richText.richText-formSuccessMessage-light .component-content:before{content:url(../../assets/img/noun-check.svg?aR73ZYZ3t39Bhcw4OoMDAOOGRrq3jkjy1PRosvSMDdx);font-size:60px;font-size:6rem;display:block;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:125px;width:125px;margin:0 auto 40px;border:7px solid #0033a0;border-radius:100%;color:#78be20}@media only screen and (min-width:1200px){.richText.richText-formSuccessMessage-light .component-content:before{font-size:100px;font-size:10rem;height:200px;width:200px}}.richText-navigationTout{-ms-flex-negative:0;flex-shrink:0;margin-bottom:40px}@media only screen and (min-width:1200px){.richText-navigationTout{margin-bottom:0}}.richText-navigationTout p:first-child{display:none}@media only screen and (min-width:1200px){.richText-navigationTout p:first-child{display:block;font-size:medium;margin-bottom:40px}}.richText-navigationTout p:last-child{margin-bottom:0}.richText-navigationTout a{width:100%}@media only screen and (min-width:768px){.richText-navigationTout a{width:auto}}.inner-tab-open .richText-navigationTout{display:none}@media only screen and (min-width:1200px){.inner-tab-open .richText-navigationTout{display:block}}.richText.richText-navigationItem{margin-bottom:25px}@media only screen and (min-width:1200px){.richText.richText-navigationItem{margin-bottom:40px}}.richText.richText-navigationItem .component-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.richText.richText-navigationItem picture{-ms-flex-negative:0;flex-shrink:0}.richText.richText-navigationItem .richText-image{margin-right:20px;max-width:25px;max-height:20px}@media only screen and (min-width:1200px){.richText.richText-navigationItem .richText-image{max-width:37px;max-height:33px}}.richText.richText-navigationItem .richText-content{margin-left:0}.richText.richText-navigationItem p{margin-bottom:0}.richText.richText-navigationItem a{font-size:17px!important;font-size:1.7rem!important;font-weight:300;border-bottom:0;transition:font-weight .2s}.richText.richText-navigationItem a:focus,.richText.richText-navigationItem a:hover{color:#0033a0;font-weight:600;opacity:1}.richText.richText-navigationItem a.icon-external:after{font-size:15px;font-size:1.5rem}.richText-skipToContent{position:absolute!important;top:-9999px!important;left:-9999px!important}.richText-skipToContent:focus-within{left:0!important;top:10px!important;background:#fff}.richText.richText-alert{background-color:#d11d32}.richText.richText-alert.is-hidden{display:none}.richText.richText-alert>.component-content{margin-right:auto;margin-left:auto;max-width:100%;padding:28px 10px;position:relative}@media only screen and (min-width:768px){.richText.richText-alert>.component-content{width:768px}}@media only screen and (min-width:1200px){.richText.richText-alert>.component-content{width:1200px}}@media only screen and (min-width:1620px){.richText.richText-alert>.component-content{padding-left:0;padding-right:0;width:1620px}}@media only screen and (min-width:768px){.richText.richText-alert>.component-content{padding:50px 20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}}@media only screen and (min-width:1620px){.richText.richText-alert>.component-content{padding:50px 0}}.richText.richText-alert>.component-content:before{content:"\F06A";display:inline-block;position:relative;font-family:FontAwesome;font-weight:900;font-style:normal;font-size:25px;font-size:2.5rem;position:absolute;color:#fff}@media only screen and (min-width:768px){.richText.richText-alert>.component-content:before{position:static;margin-right:20px}}.richText.richText-alert>.component-content .richText-alert-close-button{border:0;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:35px;width:35px;position:absolute;top:28px;right:10px;display:block;background:url(../../assets/img/close-white.svg?8xdK5XqCR9yuLPsoAlQJCuv2pw8G7ReDovEXFPfScFb) 50%/28px no-repeat}@media only screen and (min-width:768px){.richText.richText-alert>.component-content .richText-alert-close-button{position:static;margin-left:20px}}@media only screen and (min-width:1200px){.richText.richText-alert>.component-content .richText-alert-close-button{margin-left:80px}}.richText.richText-alert>.component-content .richText-alert-close-button:focus{outline-color:#0033a0}.richText.richText-alert>.component-content .richText-alert-close-button:hover{cursor:pointer}@media only screen and (min-width:768px){.richText.richText-alert .richText-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}}.richText.richText-alert p{font-size:18px;font-size:1.8rem;font-family:Interstate,sans-serif;line-height:1.389;font-weight:300;margin-top:0;color:#fff}.richText.richText-alert p:last-child{margin-bottom:0}.richText.richText-alert p:first-of-type{margin:0 45px 30px 70px}@media only screen and (min-width:768px){.richText.richText-alert p:first-of-type{margin:0}}.richText.richText-alert p:last-of-type{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.richText.richText-alert p:last-of-type{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end}}.richText.richText-alert .alert-button{margin-bottom:20px}@media only screen and (min-width:768px){.richText.richText-alert .alert-button{min-height:50px;max-width:210px;margin-bottom:0;margin-right:20px;padding:12px 50px}.richText.richText-alert .alert-button:last-child{margin-right:0}}@media only screen and (min-width:1200px){.richText.richText-alert .alert-button{max-width:0;min-width:210px}}.richText.richText-alert .alert-button:last-child{margin-bottom:0}.richText.richText-IE-alert{margin-left:-10px;margin-right:-10px;background-color:#0033a0;border-bottom:1px solid #fff;width:calc(100% + 20px);display:none}.richText.richText-IE-alert.is-IE{display:block}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.richText.richText-IE-alert:not(.strudel-init){display:block;position:fixed;z-index:2;bottom:0;left:0;right:0}}.richText.richText-IE-alert.is-hidden{display:none}.has-sticky-header .richText.richText-IE-alert{position:fixed;top:51px;z-index:2;left:0;right:0}@media only screen and (min-width:1200px){.has-sticky-header .richText.richText-IE-alert{top:85px}}.richText.richText-IE-alert>.component-content{margin-right:auto;margin-left:auto;max-width:100%;padding:28px 10px;position:relative}@media only screen and (min-width:768px){.richText.richText-IE-alert>.component-content{width:768px}}@media only screen and (min-width:1200px){.richText.richText-IE-alert>.component-content{width:1200px}}@media only screen and (min-width:1620px){.richText.richText-IE-alert>.component-content{padding-left:0;padding-right:0;width:1620px}}@media only screen and (min-width:768px){.richText.richText-IE-alert>.component-content{padding:30px 20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}}@media only screen and (min-width:1620px){.richText.richText-IE-alert>.component-content{padding:50px 0}}.richText.richText-IE-alert>.component-content:before{content:"\F06A";display:inline-block;position:relative;font-family:FontAwesome;font-weight:900;font-style:normal;font-size:25px;font-size:2.5rem;position:absolute;color:#fff}@media only screen and (min-width:768px){.richText.richText-IE-alert>.component-content:before{position:static;margin-right:20px}}.richText.richText-IE-alert>.component-content .richText-alert-close-button{border:0;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:35px;width:35px;position:absolute;top:28px;right:10px;display:block;background:url(../../assets/img/close-white.svg?8xdK5XqCR9yuLPsoAlQJCuv2pw8G7ReDovEXFPfScFb) 50%/28px no-repeat}@media only screen and (min-width:768px){.richText.richText-IE-alert>.component-content .richText-alert-close-button{position:static;margin-left:20px}}@media only screen and (min-width:1200px){.richText.richText-IE-alert>.component-content .richText-alert-close-button{margin-left:80px}}.richText.richText-IE-alert>.component-content .richText-alert-close-button:focus{outline-color:#0033a0}.richText.richText-IE-alert>.component-content .richText-alert-close-button:hover{cursor:pointer}@media only screen and (min-width:768px){.richText.richText-IE-alert .richText-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}}.richText.richText-IE-alert p{font-size:18px;font-size:1.8rem;font-family:Interstate,sans-serif;line-height:1.389;font-weight:300;margin-top:0;color:#fff}.richText.richText-IE-alert p:last-child{margin-bottom:0}.richText.richText-IE-alert p:first-of-type{margin:0 45px 30px 70px}@media only screen and (min-width:768px){.richText.richText-IE-alert p:first-of-type{margin:0}}.richText.richText-IE-alert p:last-of-type{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.richText.richText-IE-alert p:last-of-type{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end}}.richText.richText-IE-alert .alert-button{margin-bottom:20px}@media only screen and (min-width:768px){.richText.richText-IE-alert .alert-button{min-height:50px;max-width:210px;margin-bottom:0;margin-right:20px;padding:12px 50px}.richText.richText-IE-alert .alert-button:last-child{margin-right:0}}@media only screen and (min-width:1200px){.richText.richText-IE-alert .alert-button{max-width:0;min-width:210px}}.richText.richText-IE-alert .alert-button:last-child{margin-bottom:0}.richText.richText-insightsNavigationTitle{padding-left:10px;padding-right:0;margin-bottom:30px}@media only screen and (min-width:1200px){.richText.richText-insightsNavigationTitle{padding-left:0;padding-left:10px;padding-right:10px;margin-bottom:45px}}.richText.richText-insightsNavigationTitle p{font-size:18px;font-size:1.8rem;font-weight:300;line-height:1;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:1200px){.richText.richText-insightsNavigationTitle p{font-size:48px;font-size:4.8rem;display:block;color:#0033a0}}.richText.richText-insightsNavigationTitle p:after{content:"\F105";display:inline-block;position:relative;font-family:FontAwesome;font-weight:900;font-style:normal}@media only screen and (min-width:1200px){.richText.richText-insightsNavigationTitle p:after{content:none}}.richText.richText-insightsNavigationTitle p:focus,.richText.richText-insightsNavigationTitle p:hover{color:#0033a0;cursor:pointer}@media only screen and (min-width:1200px){.richText.richText-insightsNavigationTitle p:focus,.richText.richText-insightsNavigationTitle p:hover{cursor:auto}}.inner-tab-open .richText.richText-insightsNavigationTitle{display:none}@media only screen and (min-width:1200px){.inner-tab-open .richText.richText-insightsNavigationTitle{display:block}}.richText-insightsNavigationLinks{display:none;padding:0;margin-bottom:10px}@media only screen and (min-width:1200px){.richText-insightsNavigationLinks{display:block;padding-left:10px;padding-right:10px;margin-bottom:0}}.richText-insightsNavigationLinks ul{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin:0;list-style:none}.richText-insightsNavigationLinks li{font-size:18px;font-size:1.8rem;position:relative;margin-bottom:30px}@media only screen and (min-width:1620px){.richText-insightsNavigationLinks li{font-size:20px;font-size:2rem;margin-bottom:50px}}.richText-insightsNavigationLinks li a{font-weight:300;border-bottom:0;transition:font-weight .2s}.richText-insightsNavigationLinks li a:focus,.richText-insightsNavigationLinks li a:hover{font-weight:700;opacity:1}.richText-insightsNavigationLinks li:last-child{-ms-flex-order:-1;order:-1}@media only screen and (min-width:1200px){.richText-insightsNavigationLinks li:last-child{-ms-flex-order:initial;order:0;margin-bottom:0}}.richText-insightsNavigationLinks li:last-child a{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;display:inline-block;background:transparent;color:#0033a0;text-align:center;border:2px solid #0033a0;border-radius:4px;padding:14px 40px;transition:border-color,color,background,.2s ease-in;line-height:1;width:100%}.richText-insightsNavigationLinks li:last-child a:active,.richText-insightsNavigationLinks li:last-child a:hover{opacity:1;color:#022d89;border-color:transparent}.richText-insightsNavigationLinks li:last-child a:focus{border-color:#0033a0}.richText-insightsNavigationLinks li:last-child a:hover{background:#0033a0;color:#fff}.richText-insightsNavigationLinks li:last-child a:active{background:#022d89;color:#fff}.richText-insightsNavigationLinks li:last-child a:disabled{color:#ced3de;border-color:#ced3de}@media only screen and (min-width:768px){.richText-insightsNavigationLinks li:last-child a{width:auto}}@media only screen and (min-width:1200px){.richText-insightsNavigationLinks li:last-child a{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;color:#0033a0;border:2px solid transparent;display:inline-block;transition:border-bottom-color .2s ease-in;padding:0;border-radius:0}.richText-insightsNavigationLinks li:last-child a:active,.richText-insightsNavigationLinks li:last-child a:focus,.richText-insightsNavigationLinks li:last-child a:hover{opacity:1;color:#022d89;border-color:transparent}.richText-insightsNavigationLinks li:last-child a:after{content:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);display:inline-block;width:6px;margin-left:15px;transform:translateY(-1px)}.richText-insightsNavigationLinks li:last-child a:hover{border-bottom:2px solid #0033a0}.richText-insightsNavigationLinks li:last-child a:disabled{color:#ced3de}}@media only screen and (min-width:1200px){.richText-insightsNavigationLinks li:last-child a:focus,.richText-insightsNavigationLinks li:last-child a:hover{background:transparent}}.richText-insightsNavigationLinks li:last-child a:after{content:none}@media only screen and (min-width:1200px){.richText-insightsNavigationLinks li:last-child a:after{content:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);position:relative}}.box-insightsNavigation.is-active .richText-insightsNavigationLinks{display:block}.richText-featuredArticleTitle{display:none}@media only screen and (min-width:1200px){.richText-featuredArticleTitle{display:block}}.richText-featuredArticleTitle p{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;margin-bottom:15px}@media only screen and (min-width:1620px){.richText-featuredArticleTitle p{margin-bottom:25px}}.richText.richText-navigationTitle p{display:none}@media only screen and (min-width:1200px){.richText.richText-navigationTitle p{font-size:48px;font-size:4.8rem;color:#0033a0;font-weight:300;line-height:1;display:block;margin-bottom:40px}}.richText.richText-moreDropdown{display:none;margin-left:80px}@media only screen and (min-width:1200px){.is-sticky .richText.richText-moreDropdown{display:block}}.richText.richText-moreDropdown.is-open p:after{content:"\F077";display:inline-block;position:relative;font-family:FontAwesome;font-weight:900;font-style:normal}.richText.richText-moreDropdown.is-open .navigation-root{visibility:visible}.richText.richText-moreDropdown.navigation-transition .navigation-root{transform:scaleY(1)}.richText.richText-moreDropdown .component-content{position:relative}.richText.richText-moreDropdown p{font-size:15px;font-size:1.5rem;color:#484c53;line-height:1;display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:center;align-items:center;font-weight:300}.richText.richText-moreDropdown p:focus,.richText.richText-moreDropdown p:hover{color:#0033a0;cursor:pointer}.richText.richText-moreDropdown p:after{content:"\F078";display:inline-block;position:relative;font-family:FontAwesome;font-weight:900;font-style:normal;font-size:10px;font-size:1rem;margin-left:5px;pointer-events:none}.richText.richText-moreDropdown .navigation-root{background:#fff;position:absolute;right:0;margin-top:10px;padding:10px 20px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);transform:scaleY(0);transition:transform .2s ease-out;transform-origin:top;visibility:hidden}.richText.richText-moreDropdown .navigation-item{font-size:13px;font-size:1.3rem;list-style:none;margin-bottom:5px}.richText.richText-moreDropdown .navigation-item.last{margin-bottom:0}.richText.richText-moreDropdown .navigation-item-title{border-bottom-color:transparent}.richText.richText-moreDropdown .navigation-item-title:focus,.richText.richText-moreDropdown .navigation-item-title:hover{color:#022d89;border-bottom:1px solid #022d89;opacity:1}.richText.richText-moreDropdown .navigation-item-decoration{display:none}.richText-addTopBottomPadding{padding-top:30px;padding-bottom:30px}@media only screen and (min-width:1200px){.richText-addTopBottomPadding{padding-top:50px;padding-bottom:50px;padding-right:30px}}.richText.richText-resourceMaterials a{border-bottom:0;margin-bottom:10px;display:inline-block}.richText.richText-ncpNavItem{margin-bottom:25px}@media only screen and (min-width:1200px){.richText.richText-ncpNavItem{margin-bottom:40px}}.richText.richText-ncpNavItem .component-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.richText.richText-ncpNavItem picture{-ms-flex-negative:0;flex-shrink:0}.richText.richText-ncpNavItem .richText-image{margin-right:0;max-width:25px;max-height:20px}@media only screen and (min-width:1200px){.richText.richText-ncpNavItem .richText-image{max-width:37px;max-height:33px}}.richText.richText-ncpNavItem p{margin-bottom:0}.richText.richText-ncpNavItem a{font-size:18px;font-size:1.8rem;font-weight:300;color:#484c53;border:none;border-bottom:0;transition:font-weight .2s}.richText.richText-ncpNavItem a:focus,.richText.richText-ncpNavItem a:hover{color:#0033a0;font-weight:300;opacity:1}.richText.richText-ncpNavItem a.icon-external:after{font-size:15px;font-size:1.5rem}@media only screen and (min-width:768px){.richText-left-align .richText-content p{text-align:left!important}}.richtext-homepage-heading{margin-top:80px;padding-left:17px!important;padding-right:17px!important}.richtext-homepage-heading .richText-content{padding-left:5px}@media only screen and (max-width:768px){.richtext-homepage-heading{margin-top:40px}}@media screen and (min-width:1440px) and (max-width:1619px){.richtext-homepage-heading{padding-left:22px!important;padding-right:22px!important}.richtext-homepage-heading .component-content{margin-left:-5px}}@media screen and (min-width:1620px){.richtext-homepage-heading{padding-left:12px!important;padding-right:12px!important}.richtext-homepage-heading .component-content{margin-left:-5px}}.richText.richText-greyBackground{background-color:rgba(0,51,160,.06);padding:30px;margin-bottom:45px}@media screen and (min-width:768px){.richText.richText-greyBackground{padding:60px}}@media only screen and (min-width:1620px){.richText.richText-greyBackground{margin-bottom:0}}.richText.richText-legal{line-height:25px;font-weight:300;font-size:16.5px;font-size:1.65rem}@media only screen and (min-width:900px){.richText.richText-legal{font-size:16.5px;font-size:1.65rem}}@media only screen and (min-width:1200px){.richText.richText-legal{line-height:25px}}.richText.richText-legal>.component-content>.richText-content ol,.richText.richText-legal>.component-content>.richText-content p{font-size:inherit;font-weight:inherit}.richText-hideOnDesktop{display:block!important}@media only screen and (min-width:1200px){.richText-hideOnDesktop{display:none!important}}.richText-hideOnMobile{display:none!important}@media only screen and (min-width:1200px){.richText-hideOnMobile{display:block!important}}.richText.richText-padding-twenty{padding-top:20px;padding-bottom:20px}.richText.richText-paddingTop-forty{padding-top:50px}.richText.richText-fontBold>.component-content>.richText-content>*{font-weight:900!important;font-size:2.6rem;text-align:left}@media only screen and (min-width:768px){.richText.richText-fontBold>.component-content>.richText-content>*{text-align:initial}}.richText.richText-headerLargeFont>.component-content>.richText-content{color:#fff;margin-bottom:15px}.richText.richText-headerLargeFont>.component-content>.richText-content>*{line-height:1.4;font-weight:900!important;font-size:36px!important;font-size:3.6rem!important}@media only screen and (min-width:768px){.richText.richText-headerLargeFont>.component-content>.richText-content>*{font-size:50px!important;font-size:5rem!important}}@media only screen and (min-width:1200px){.richText.richText-headerLargeFont>.component-content>.richText-content>*{font-size:70px!important;font-size:7rem!important}}.richText.richText-valuesTitle{margin-bottom:50px}.richText.richText-valuesTitle>.component-content{height:-moz-fit-content;height:fit-content}.richText.richText-valuesSubTitle{margin-bottom:20px;margin-top:20px;text-transform:uppercase}.richText.richText-valuesSubTitle>.component-content{height:-moz-fit-content;height:fit-content}.richText.richText-resourceTitle,.richText.richText-valuesText{margin-bottom:50px}.richText.richText-resourceText>.component-content,.richText.richText-resourceTitle>.component-content{height:-moz-fit-content;height:fit-content}.richText.richText-resourceText>.component-content>.richText-content{margin-top:20px}@media only screen and (min-width:1200px){.richText.richText-resourceText>.component-content>.richText-content{margin-top:0}}.richText.richText-resourceText>.component-content>.richText-content>p{text-align:center!important;margin-bottom:20px}.richText.richText-resourceText>.component-content>.richText-content>p:last-child{margin-bottom:50px}@media only screen and (min-width:1200px){.richText.richText-resourceText>.component-content>.richText-content>p{text-align:left!important}.richText.richText-resourceText>.component-content>.richText-content>p:last-child{margin-bottom:0}}.richText.richText-resourceText>.component-content>.richText-content>p a{margin-top:20px;position:relative}@media only screen and (min-width:1200px){.richText.richText-resourceText>.component-content>.richText-content>p a{margin-top:30px}}.richText.richtext-fastFact{width:-moz-min-content;width:min-content}.richText.richtext-fastFact>.component-content>.richText-content .our-company-stat-title{font-size:16px;font-size:1.6rem;line-height:1.4}@media only screen and (min-width:1200px){.richText.richtext-fastFact>.component-content>.richText-content .our-company-stat-title{font-size:18px;font-size:1.8rem}}.richText.richtext-fastFact>.component-content>.richText-content .our-company-stat-number{font-size:22px;font-size:2.2rem;line-height:1.4}@media only screen and (min-width:1200px){.richText.richtext-fastFact>.component-content>.richText-content .our-company-stat-number{font-size:24px;font-size:2.4rem}}.richText.richText-footerLegal{margin-left:0}.richText.richText-all-videos-subtitle>.component-content>.richText-content>*{text-align:center;margin-left:0}@media only screen and (min-width:768px){.richText.richText-all-videos-subtitle>.component-content>.richText-content>*{text-align:center;margin-left:0}}@media only screen and (min-width:1024px){.richText.richText-all-videos-subtitle>.component-content>.richText-content>*{text-align:center;margin-left:0}}@media only screen and (min-width:1200px){.richText.richText-all-videos-subtitle>.component-content>.richText-content>*{text-align:left;margin-left:100px}}@media only screen and (min-width:1620px){.richText.richText-all-videos-subtitle>.component-content>.richText-content>*{margin-left:38px;text-align:left}}.richText.richText-all-videos-heading{margin-bottom:20px}.richText.richText-all-videos-heading>.component-content>.richText-content>*{font-size:16px;font-size:1.6rem;font-weight:600!important;text-align:left;margin-left:0}@media only screen and (min-width:768px){.richText.richText-all-videos-heading>.component-content>.richText-content>*{text-align:center;margin-left:0}}@media only screen and (min-width:1024px){.richText.richText-all-videos-heading>.component-content>.richText-content>*{text-align:center;margin-left:0}}@media only screen and (min-width:1200px){.richText.richText-all-videos-heading>.component-content>.richText-content>*{text-align:left;margin-left:30px}}.richText.richText-author-name>.component-content>.richText-content>*{font-size:22px;font-size:2.2rem;color:#000;font-weight:500!important;margin-bottom:20px}.richText.richText-products-page-font>.component-content>.richText-content>h2{font-size:22px;font-size:2.2rem;font-weight:900!important;text-align:center;padding-top:20px;padding-bottom:20px}@media only screen and (min-width:768px){.richText.richText-products-page-font>.component-content>.richText-content>h2{text-align:initial}}@media only screen and (min-width:1200px){.richText.richText-products-page-font>.component-content>.richText-content>h2{text-align:left}}.richText.richText-products-page-subtitle>.component-content>.richText-content>*{text-align:center}@media only screen and (min-width:768px){.richText.richText-products-page-subtitle>.component-content>.richText-content>*{text-align:initial}}@media only screen and (min-width:1200px){.richText.richText-products-page-subtitle>.component-content>.richText-content>*{text-align:left}}.richText.richText-font-size-eighteen .component-content .richText-content *{line-height:1.8;font-size:16px;font-size:1.6rem}@media only screen and (min-width:1200px){.richText.richText-font-size-eighteen .component-content .richText-content *{font-size:18px;font-size:1.8rem}}.richText.richText-text-heading .component-content .richText-content *{font-size:25px;font-size:2.5rem}@media only screen and (min-width:1200px){.richText.richText-text-heading .component-content .richText-content *{font-size:36px;font-size:3.6rem;text-align:left!important}}.richText.richText-quoteInterrupter{padding-top:40px}.richText.richText-quoteInterrupter .component-content{padding:5px 30px 40px;position:relative}.richText.richText-quoteInterrupter .component-content p{font-size:32px;font-size:3.2rem;line-height:1.25;font-family:Interstate,sans-serif;font-style:italic;text-align:center}@media only screen and (min-width:1200px){.richText.richText-quoteInterrupter .component-content p{font-size:42px;font-size:4.2rem;line-height:1.333}}.richText.richText-quoteInterrupter .component-content>.richText-content h4 span em{font-size:22px;font-size:2.2rem}.richText.richText-nephrology-connect-line-height .component-content .richText-content *{line-height:1.8}.richText-nc-twoEqualWidthButtons>.component-content>.richText-content p a.outline-button{width:310px;margin-bottom:10px}@media only screen and (min-width:1200px){.richText-nc-twoEqualWidthButtons>.component-content>.richText-content p a.outline-button{width:215px;margin-right:10px;margin-bottom:0}}@media only screen and (min-width:1620px){.richText-nc-twoEqualWidthButtons>.component-content>.richText-content p a.outline-button{width:299px}}.richText.richText-timeline-nav-wrapper{position:fixed;right:0;top:50%;transform:translateY(-50%);color:#fff;z-index:2}.richText.richText-timeline-nav-wrapper a{color:inherit}.richText.richText-filtersIcon{margin-top:30px;padding-left:0;padding-right:0}.richText.richText-filtersIcon .component-content .richText-content p{font-size:16px;font-size:1.6rem;border-bottom:1px solid #ced3de;padding-bottom:15px}.richText.richText-filtersIcon .component-content .richText-content p .text-blue{padding-left:10px}.richText.richText-filtersIcon .component-content .richText-content p:before{content:"\F0B0";display:inline-block;position:relative;font-size:20px;font-size:2rem;font-family:FontAwesome;font-weight:900;font-style:normal;margin-left:10px;pointer-events:none;color:#0033a0}.richText.richText-ShowMoreLessBtn{padding-left:0}.richText.richText-ShowMoreLessBtn .component-content .richText-content p{font-size:14.5px;font-size:1.45rem;font-weight:800;cursor:pointer}.richText.richText-ShowMoreLessBtn .component-content .richText-content p span.text-blue:focus,.richText.richText-ShowMoreLessBtn .component-content .richText-content p span.text-blue:hover{border-bottom:2px solid #0033a0}.richText.richText-filtersClearAllBtn{display:-ms-flexbox;display:flex;margin-top:15px}@media only screen and (min-width:1200px){.richText.richText-filtersClearAllBtn{float:right;-ms-flex-pack:end;justify-content:flex-end;padding-left:0;padding-right:0}}.richText.richText-filtersClearAllBtn .component-content .richText-content p{font-size:16px;font-size:1.6rem;font-weight:600;cursor:pointer;color:#0033a0}@media only screen and (min-width:1200px){.richText.richText-filtersClearAllBtn .component-content .richText-content p{font-size:14.5px;font-size:1.45rem;font-weight:800}}.richText.richText-filtersClearAllBtn .component-content .richText-content p:focus,.richText.richText-filtersClearAllBtn .component-content .richText-content p:hover{border-bottom:2px solid #0033a0}@media only screen and (min-width:1200px){.richText.richText-clearSortBtn{margin-top:12px;margin-left:20px}}@media only screen and (min-width:1620px){.richText.richText-clearSortBtn{margin-top:12px;margin-left:65px}}.richText.richText-clearSortBtn .component-content .richText-content p{font-size:14.5px;font-size:1.45rem;font-weight:800;cursor:pointer;color:#0033a0;float:right;margin-right:10px}.richText.richText-clearSortBtn .component-content .richText-content p:focus,.richText.richText-clearSortBtn .component-content .richText-content p:hover{border-bottom:2px solid #0033a0}@media only screen and (min-width:768px){.richText.richText-clearSortBtn .component-content .richText-content p{margin-right:30px}}@media only screen and (min-width:1024px){.richText.richText-clearSortBtn .component-content .richText-content p{margin-right:40px}}@media only screen and (min-width:1200px){.richText.richText-clearSortBtn .component-content .richText-content p{font-size:15px;font-size:1.5rem;width:140px;line-height:1.467;font-weight:900!important;text-decoration:none;text-transform:none;display:inline-block;background:transparent!important;color:#0033a0!important;text-align:center;border:2px solid #0033a0!important;border-radius:4px;padding:8px 15px!important;transition:border-color,color,background,.2s ease-in;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);cursor:pointer;float:none;margin-right:0}.richText.richText-clearSortBtn .component-content .richText-content p:focus,.richText.richText-clearSortBtn .component-content .richText-content p:hover{background:#0033a0!important;color:#fff!important}}.richText.richText-filters-ok-button>.component-content>.richText-content p,.richText.richText-sort-ok-button>.component-content>.richText-content p{display:block!important;width:180px;font-size:15px;font-family:Interstate,sans-serif;font-weight:900;text-decoration:none;text-transform:none;background:transparent;color:#0033a0;text-align:center!important;border:2px solid #0033a0;border-radius:4px;padding:14px 40px;transition:border-color,color,background,.2s ease-in;line-height:1;cursor:pointer}.richText.richText-padding-bottom-twenty{padding-bottom:20px}.richText.richText-timeline-title-margin .component-content .richText-content h2{margin-top:30px}@media only screen and (min-width:768px){.richText.richText-timeline-title-margin .component-content .richText-content h2{margin-top:0}}@media only screen and (min-width:1024px){.richText.richText-timeline-title-margin .component-content .richText-content h2{margin-top:60px}}@media only screen and (min-width:1200px){.richText.richText-timeline-title-margin .component-content .richText-content h2{margin-top:70px}}.richText.richText-timeline-bottom-text .component-content .richText-content h4{padding-left:20px;width:100%}@media only screen and (min-width:768px){.richText.richText-timeline-bottom-text .component-content .richText-content h4{width:50%;word-break:break-word}}@media only screen and (min-width:1024px){.richText.richText-timeline-bottom-text .component-content .richText-content h4{padding-left:0}}@media only screen and (min-width:1200px){.richText.richText-timeline-bottom-text .component-content .richText-content h4{width:100%;padding-left:0}}.richText.richText-insightPageList-Pills .scroller-nav .pillsPrevBtn{background:none;border:none}.richText.richText-insightPageList-Pills .scroller-nav .pillsPrevBtn:before{content:"\F053";color:#0033a0;position:relative;font-size:20px;font-size:2rem;font-family:FontAwesome;font-weight:900;font-style:normal;pointer-events:none}.richText.richText-insightPageList-Pills .scroller{overflow-x:auto;overflow-y:hidden;float:left}@media only screen and (min-width:768px){.richText.richText-insightPageList-Pills .scroller{width:83vw;height:65px}}@media only screen and (min-width:1024px){.richText.richText-insightPageList-Pills .scroller{width:87vw}}@media only screen and (min-width:1200px){.richText.richText-insightPageList-Pills .scroller{width:88vw}}.richText.richText-insightPageList-Pills .scroller::-webkit-scrollbar{width:0;background:transparent;display:none}.richText.richText-insightPageList-Pills .scroller .container{position:relative;margin-left:0}@media only screen and (min-width:768px){.richText.richText-insightPageList-Pills .scroller .container{height:60px;width:-moz-max-content;width:max-content}}.richText.richText-insightPageList-Pills .scroller .container .pill{float:left;margin:5px}.richText.richText-insightPageList-Pills .scroller .container .pill .pillBtn{width:auto;border-radius:25px;background-color:#fff;border:none;padding:0}@media only screen and (min-width:768px){.richText.richText-insightPageList-Pills .scroller .container .pill .pillBtn{height:40px;background-color:#0033a0;padding:0 50px}}@media only screen and (min-width:1024px){.richText.richText-insightPageList-Pills .scroller .container .pill .pillBtn{height:50px}}.richText.richText-insightPageList-Pills .scroller .container .pill .pillBtn p{color:#0033a0;font-weight:600}@media only screen and (min-width:768px){.richText.richText-insightPageList-Pills .scroller .container .pill .pillBtn p{color:#fff}}.richText.richText-insightPageList-Pills .scroller .container .pill .pillBtn p.pill-label{display:table-cell;margin-bottom:0;padding-right:5px}@media only screen and (min-width:768px){.richText.richText-insightPageList-Pills .scroller .container .pill .pillBtn p.pill-label{padding-right:10px}}.richText.richText-insightPageList-Pills .scroller .container .pill .pillBtn p.pill-close{display:table-cell;cursor:pointer}.richText.richText-insightPageList-Pills .scroller .container .pill .pillBtn p.pill-close:after{content:"\F00D";color:#0033a0;position:relative;top:1px;font-size:14px;font-size:1.4rem;font-family:FontAwesome;font-weight:700;font-style:normal;pointer-events:none}@media only screen and (min-width:768px){.richText.richText-insightPageList-Pills .scroller .container .pill .pillBtn p.pill-close:after{color:#fff;font-size:20px;font-size:2rem}}.richText.richText-insightPageList-Pills .scroller-nav{width:1vw;float:left;margin-top:18px;padding-right:25px}@media only screen and (min-width:768px){.richText.richText-insightPageList-Pills .scroller-nav{margin-top:14px}}@media only screen and (min-width:1200px){.richText.richText-insightPageList-Pills .scroller-nav{margin-top:18px}}.richText.richText-insightPageList-Pills .scroller-nav .pillsNextBtn{background:none;border:none}.richText.richText-insightPageList-Pills .scroller-nav .pillsNextBtn:after{content:"\F054";color:#0033a0;position:relative;font-size:20px;font-size:2rem;font-family:FontAwesome;font-weight:900;font-style:normal;pointer-events:none}.richText.richText-insightPageList-Pills .scroller-nav .hide{display:none}.richText.richText-ih-searchResults{padding-left:22px}@media only screen and (min-width:768px){.richText.richText-ih-searchResults{padding-left:16px}}@media only screen and (min-width:1200px){.richText.richText-ih-searchResults{padding-left:50px}}.richText.richText-ih-searchResults p{font-size:16px;font-size:1.6rem;color:#484c53}@media only screen and (min-width:1200px){.richText.richText-ih-searchResults p{font-size:28px;font-size:2.8rem}}.richText.richText-hidden{display:none}.component .cta-link{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;color:#0033a0;padding-bottom:0;border:2px solid transparent;display:inline-block;transition:border-bottom-color .2s ease-in}.component .cta-link:active,.component .cta-link:focus,.component .cta-link:hover{opacity:1;color:#022d89;border-color:transparent}.component .cta-link:after{content:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);display:inline-block;width:6px;margin-left:15px;transform:translateY(-1px)}.component .cta-link:hover{border-bottom:2px solid #0033a0}.component .cta-link:disabled{color:#ced3de}.component .outline-button{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;display:inline-block;background:transparent;color:#0033a0;text-align:center;border:2px solid #0033a0;border-radius:4px;padding:14px 40px;transition:border-color,color,background,.2s ease-in;line-height:1}.component .outline-button:active,.component .outline-button:hover{opacity:1;color:#022d89;border-color:transparent}.component .outline-button:focus{border-color:#0033a0}.component .outline-button:hover{background:#0033a0;color:#fff}.component .outline-button:active{background:#022d89;color:#fff}.component .outline-button:disabled{color:#ced3de;border-color:#ced3de}.component .white-outline-button{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;color:#0033a0;display:inline-block;background:transparent;text-align:center;border-radius:4px;padding:14px 40px;transition:border-color,color,background,.2s ease-in;line-height:1}.component .white-outline-button:active,.component .white-outline-button:hover{opacity:1;color:#022d89;border-color:transparent}.component .white-outline-button:focus{border-color:#fff}.component .white-outline-button:hover{background:#fff;color:#0033a0}.component .white-outline-button:active{background:#fff;color:#022d89}.component .white-outline-button:disabled{color:#ced3de;border-color:#ced3de}.component .white-button{font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;display:inline-block;background:#fff;color:#0033a0;text-align:center;border:2px solid #fff;border-radius:4px;padding:14px 40px;transition:border-color,color,background,.2s ease-in;line-height:1;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);font-size:15px;font-size:1.5rem}.component .white-button:active,.component .white-button:hover{opacity:1;color:#022d89;border-color:transparent}.component .white-button:focus{border-color:#fff}.component .white-button:hover{background:#0033a0;color:#fff;border-color:#0033a0}.component .white-button:active{background:#022d89;color:#fff;border-color:#022d89}@media only screen and (min-width:1200px){.component .white-button{font-size:15px;font-size:1.5rem}}.component .blue-button{font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;color:#0033a0;display:inline-block;background:#0033a0;color:#fff;text-align:center;border:2px solid #0033a0;border-radius:4px;padding:14px 40px;transition:border-color,color,background,.2s ease-in;line-height:1;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);font-size:15px;font-size:1.5rem}.component .blue-button:active,.component .blue-button:hover{opacity:1;color:#022d89;border-color:transparent}.component .blue-button:focus{border-color:#0033a0}.component .blue-button:active,.component .blue-button:hover{background:transparent;color:#022d89;border-color:#022d89}@media only screen and (min-width:1200px){.component .blue-button{font-size:15px;font-size:1.5rem}}.component .footer-link{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;color:#0033a0;padding-bottom:0;border:2px solid transparent;display:inline-block}.component .footer-link:active,.component .footer-link:focus,.component .footer-link:hover{opacity:1;color:#022d89;border-color:transparent}.component .footer-link:hover{border-bottom:2px solid #0033a0}@media only screen and (max-width:419px){.component .mobile-full-width{display:block;width:100%}}.component .icon-external:after{content:"\F35D";margin-left:12px}.component .icon-download:before,.component .icon-external:after{display:inline-block;position:relative;font-family:FontAwesome;font-weight:900;font-style:normal}.component .icon-download:before{content:"\F019";margin-right:12px}.component .timeline-nav-item{list-style:none;color:#fff;padding:20px 5px;border-bottom:none}@media only screen and (min-width:1200px){.component .timeline-nav-item{padding:20px}}.component .timeline-nav-item:focus,.component .timeline-nav-item:hover{color:#f1c400!important;border-bottom:none}.component .text-anchor-no-border-bottom{border-bottom:none}.component .text-anchor-no-border-bottom:focus,.component .text-anchor-no-border-bottom:hover{border-bottom:none;text-decoration:underline;color:#fff}.component .text-white{color:#fff}.component .text-dark-green{color:#008578}.component .text-light-blue{color:#0097a9}.component .text-blue{color:#0033a0}.component .text-purple{color:#772583}.component .text-red{color:#a4123f}.component .text-emphasized-blue{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;color:#0033a0}.component .text-light-weight{font-weight:300}.component .facebook-icon,.component .linkedin-icon,.component .twitter-icon,.component .youtube-icon{font-size:0;width:43px;height:43px;margin-right:13px;display:inline-block;border-radius:100%;border:2px solid #ced3de!important;transition:border-color .2s ease,background-color .2s ease}.component .facebook-icon:focus,.component .facebook-icon:hover,.component .linkedin-icon:focus,.component .linkedin-icon:hover,.component .twitter-icon:focus,.component .twitter-icon:hover,.component .youtube-icon:focus,.component .youtube-icon:hover{border-color:#0033a0!important;background-color:#0033a0;opacity:1}.component .facebook-icon:focus:after,.component .facebook-icon:hover:after,.component .linkedin-icon:focus:after,.component .linkedin-icon:hover:after,.component .twitter-icon:focus:after,.component .twitter-icon:hover:after,.component .youtube-icon:focus:after,.component .youtube-icon:hover:after{filter:brightness(10)}.component .facebook-icon:last-child,.component .linkedin-icon:last-child,.component .twitter-icon:last-child,.component .youtube-icon:last-child{margin-right:0}.component .facebook-icon:after,.component .linkedin-icon:after,.component .twitter-icon:after,.component .youtube-icon:after{content:"";display:block;width:100%;height:100%}.component .facebook-icon:after{background:url(../../assets/img/fb-logo.svg?68Ya3PIMMHFGrhtLmyEru5bzsPIk9gC-42R6hEw61ay) 50%/auto 17px no-repeat}.component .twitter-icon:after{background:url(../../assets/img/twitter-logo.svg?50O_OEKtnDd0farTYFyhsY902YQUl6YsjD9ZruMYxp3) 50%/17px auto no-repeat}.component .linkedin-icon:after{background:url(../../assets/img/linkedin-logo.svg?czrqcJsNLpez2hr-sjHiCSD2yDWqpzN9bGE1FzFww0-) 50%/17px auto no-repeat}.component .youtube-icon:after{background:url(../../assets/img/youtube-icon.svg?6vxFoJ9CnMI9g8BRKoK-lFhzbcdKx9442oUX26-VOhx) 50%/17px auto no-repeat}.component .alert-button{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;color:#0033a0;display:inline-block;background:#d11d32;color:#fff;text-align:center;border:2px solid #fff;border-radius:4px;padding:14px 40px;transition:border-color,color,background,.2s ease-in;line-height:1;line-height:22px}.component .alert-button:active,.component .alert-button:hover{opacity:1;color:#022d89;border-color:transparent}.component .alert-button:focus{border-color:#fff}.component .alert-button:focus,.component .alert-button:hover{background:#fff;color:#a4123f}.component .alert-button:hover{cursor:pointer}.component .alert-button:focus{outline-color:#0033a0}.component .warning-icon:before{background-image:url(../../assets/img/warning-icon.svg?dRde5i-hiDPFTwOWkNMBQbhV0tC4NBisogvaJjozbVP)}.component .warning-icon-white:before,.component .warning-icon:before{content:"";background-size:contain;background-position:50%;background-repeat:no-repeat;width:30px;height:25px;display:inline-block;margin-right:10px;position:relative;bottom:-5px}.component .warning-icon-white:before{background-image:url(../../assets/img/warning-icon-white.svg?3No8BLQ6g8lNp8UXumZj5xI_r2i7-ba_t79Vej-FC3k)}.component .warning-icon-white .cta-link:after{content:url(../../assets/img/cta-arrow-white.svg?55TAXOCs-ECN4Vcbz9TGjZGbyyVPLq12XwDV-uoYu5y);display:inline-block;width:6px;margin-left:15px;transform:translateY(-1px)}.component .warning-icon-white .cta-link:focus,.component .warning-icon-white .cta-link:hover{border-bottom:2px solid #fff}.component .date-and-time{font-size:13px;font-size:1.3rem;color:grey;position:relative;display:block}.component .white-outline-button{border:2px solid #fff;color:#fff}@media only screen and (min-width:320px) and (max-width:480px){.component .white-outline-button{margin-bottom:10px}}.component .our-company-bold{font-weight:800;text-transform:uppercase}.component .nephrology-connect-bold{font-size:20px;font-size:2rem;position:relative}@media only screen and (min-width:1200px){.component .nephrology-connect-bold{font-size:37px;font-size:3.7rem;display:inline-block}}.component .our-company-stat-title{font-size:18px;font-size:1.8rem;line-height:1.4}.component .our-company-stat-number{font-size:24px;font-size:2.4rem;line-height:1.4}.component .font-weight-thin{font-weight:100}.component .font-weight-light{font-weight:200}.component .font-weight-regular{font-weight:400}.component .font-weight-bold{font-weight:700}.component .font-weight-black{font-weight:800}.component .heading-1{font-size:35.16px;font-size:3.516rem}@media only screen and (min-width:768px){.component .heading-1{font-size:43.94px;font-size:4.394rem}}@media only screen and (min-width:1200px){.component .heading-1{font-size:54.93px;font-size:5.493rem}}.component .heading-2{font-size:28.13px;font-size:2.813rem}@media only screen and (min-width:768px){.component .heading-2{font-size:35.16px;font-size:3.516rem}}@media only screen and (min-width:1200px){.component .heading-2{font-size:43.94px;font-size:4.394rem}}.component .heading-3{font-size:22.5px;font-size:2.25rem}@media only screen and (min-width:768px){.component .heading-3{font-size:28.13px;font-size:2.813rem}}@media only screen and (min-width:1200px){.component .heading-3{font-size:35.16px;font-size:3.516rem}}.component .heading-4{font-size:18px;font-size:1.8rem}@media only screen and (min-width:768px){.component .heading-4{font-size:22.5px;font-size:2.25rem}}@media only screen and (min-width:1200px){.component .heading-4{font-size:28.13px;font-size:2.813rem}}.component .heading-5{font-size:16px;font-size:1.6rem}@media only screen and (min-width:768px){.component .heading-5{font-size:18px;font-size:1.8rem}}@media only screen and (min-width:1200px){.component .heading-5{font-size:22.5px;font-size:2.25rem}}.component .anchor{font-size:16px!important;font-size:1.6rem!important}.searchBox{margin-bottom:-30px}@media only screen and (min-width:768px){.searchBox{margin-bottom:0}}.searchBox .searchBox-label{position:relative;margin-right:0;background:#fff;font-size:0}.searchBox .search-query{font-size:16.5px;font-size:1.65rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:400;margin-top:0;margin-bottom:30px;min-height:60px;padding-left:61px;padding-right:80px;font-weight:300;color:#484c53;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;caret-color:#000;border-radius:4px;border-width:0;font-size:15px;font-size:1.5rem}.searchBox .search-query:last-child{margin-bottom:0}@media only screen and (min-width:1200px){.searchBox .search-query{font-size:24px;font-size:2.4rem;min-height:80px;padding-left:85px;padding-right:110px}}.searchBox .search-query:focus{font-size:16.5px;font-size:1.65rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:400;margin-top:0;margin-bottom:30px;color:#000;font-weight:300;text-transform:none;font-size:15px;font-size:1.5rem}.searchBox .search-query:focus:last-child{margin-bottom:0}@media only screen and (min-width:1200px){.searchBox .search-query:focus{font-size:24px;font-size:2.4rem}}.searchBox input:-webkit-autofill,.searchBox input:-webkit-autofill:first-line,.searchBox input:-webkit-autofill:focus{font-size:16.5px;font-size:1.65rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:400;margin-top:0;margin-bottom:30px;font-size:15px;font-size:1.5rem;color:#484c53;font-weight:300;text-transform:none;-webkit-box-shadow:0 0 0 50px #fff inset;-webkit-text-fill-color:#000}.searchBox input:-webkit-autofill:first-line:last-child,.searchBox input:-webkit-autofill:focus:last-child,.searchBox input:-webkit-autofill:last-child{margin-bottom:0}@media only screen and (min-width:1200px){.searchBox input:-webkit-autofill,.searchBox input:-webkit-autofill:first-line,.searchBox input:-webkit-autofill:focus{font-size:24px;font-size:2.4rem}}.searchBox .button{position:absolute;background:#f1c400;width:60px;height:60px;font-size:0;border-radius:0 4px 4px 0;border-width:0;right:10px}@media only screen and (min-width:1200px){.searchBox .button{width:80px;height:80px}}.searchBox .button:focus,.searchBox .button:hover{cursor:pointer}.searchBox .button:after{display:inline-block;content:"";background-color:#fff;-webkit-mask:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);mask:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);-webkit-mask-size:cover;mask-size:cover;width:13px;height:17px;transition:background-color .4s}.searchBox .button:active:after,.searchBox .button:focus:after,.searchBox .button:hover:after{background-color:#0033a0}.mobile-clear-text{display:block}@media only screen and (min-width:768px){.mobile-clear-text{display:none}}.desktop-clear-text{display:none;width:17px;height:17px;content:url(../../assets/img/close.svg?4gTH6SYP4iqWfZtxGCzX_9teo1-h5ekq9Ls2ro0AG35);right:auto}@media only screen and (min-width:768px){.desktop-clear-text{display:inline-block}}@media only screen and (min-width:1200px){.desktop-clear-text{margin-top:50%;left:50%;transform:translateY(-50%) translateX(-50%);position:absolute}}.searchBox.searchBox-rounded{border:1px solid #dfe1e5;border-radius:45px;overflow:hidden;height:40px;margin-top:11px}.searchBox.searchBox-rounded form.form-search:before{display:none}.searchBox.searchBox-rounded form.form-search:after{opacity:.3;content:"";width:25px;height:26px;display:block;background:url(/etc/designs/zg/fmcna/desktop/assets/img/search.svg);background-repeat:no-repeat;position:absolute;top:50%;transform:translateY(-50%);right:20px}.searchBox.searchBox-rounded form.form-search input{border:none!important;font-size:16px;font-size:1.6rem;padding:12px 29px 12px 59px;min-height:40px}.searchBox.searchBox-rounded form.form-search input:-webkit-autofill,.searchBox.searchBox-rounded form.form-search input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 50px #fff inset;-webkit-text-fill-color:#0033a0}.searchBox.searchBox-rounded form.form-search input::-moz-placeholder{color:#ccc;font-family:Interstate,sans-serif;font-size:16px;font-size:1.6rem;font-weight:300;text-transform:none}.searchBox.searchBox-rounded form.form-search input:-ms-input-placeholder{color:#ccc;font-family:Interstate,sans-serif;font-size:16px;font-size:1.6rem;font-weight:300;text-transform:none}.searchBox.searchBox-rounded form.form-search input::placeholder{color:#ccc;font-family:Interstate,sans-serif;font-size:16px;font-size:1.6rem;font-weight:300;text-transform:none}.searchBox.searchBox-rounded form.form-search button.button{display:none;position:absolute;right:0;bottom:0;background:transparent;width:80px;height:80px;font-size:0;border-radius:0 4px 4px 0;border-width:0}.searchBox.searchBox-rounded form.form-search button.button:after{content:"";display:inline-block;background-color:#f1c400;-webkit-mask:url(/etc/designs/zg/fresenius/desktop/assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);mask:url(/etc/designs/zg/fresenius/desktop/assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);-webkit-mask-size:cover;mask-size:cover;width:13px;height:17px;transition:background-color .4s}.searchBox.searchBox-rounded form.form-search button.button:focus,.searchBox.searchBox-rounded form.form-search button.button:hover{cursor:pointer}.searchBox.searchBox-rounded form.form-search button.button:focus:after,.searchBox.searchBox-rounded form.form-search button.button:hover:after{background-color:#0033a0}.searchBox.searchBox-blue form.form-search:before{display:none}.searchBox.searchBox-blue form.form-search input{height:70px;border-bottom:none}.searchBox.searchBox-blue form.form-search button.button{position:absolute;right:0;background:#0033a0;width:70px;height:70px;font-size:0;border-radius:0;border-width:0}.searchBox.searchBox-blue form.form-search button.button:after{content:"";display:block;background:url(/etc/designs/zg/fmcna/desktop/src/assets/img/search-white.svg);-webkit-mask:none;mask:none;width:30px;height:30px;transition:background-color .4s;transform:translateX(50%) scale(.8);left:-50%}.box-utilityNavWrapper{transition:margin-left .5s}.box-utilityNavWrapper.searchBox-active{margin-left:-2.33333%!important}@media only screen and (min-width:1200px){.box-utilityNavWrapper.searchBox-active .search-clear-btn-utility-nav{right:55px!important}}.box-utilityNavWrapper .searchBox.searchBox-blue{margin-top:7px;overflow:hidden;border-radius:0;box-shadow:none;width:300px;transition:all .5s;border-bottom:1px solid #ced3de;background:#fff}.box-utilityNavWrapper .searchBox.searchBox-blue.searchBox-active{width:440px!important;box-shadow:0 2px 5px 0 rgba(0,0,0,.3);border-radius:4px;border-bottom:none}.box-utilityNavWrapper .searchBox.searchBox-blue.searchBox-active>.component-content form.form-search button.button{background:#0033a0;right:0}.box-utilityNavWrapper .searchBox.searchBox-blue.searchBox-active>.component-content form.form-search button.button:after{opacity:1;background:url(/etc/designs/zg/fmcna/desktop/src/assets/img/search-white.svg)}@media screen and (min-width:1320px){.box-utilityNavWrapper .searchBox.searchBox-blue{width:250px}.box-utilityNavWrapper .searchBox.searchBox-blue input.search-query{width:190px!important}.box-utilityNavWrapper .searchBox.searchBox-blue input.search-query::-moz-placeholder{font-size:17px;font-size:1.7rem}.box-utilityNavWrapper .searchBox.searchBox-blue input.search-query:-ms-input-placeholder{font-size:17px;font-size:1.7rem}.box-utilityNavWrapper .searchBox.searchBox-blue input.search-query::placeholder{font-size:17px;font-size:1.7rem}.box-utilityNavWrapper .searchBox.searchBox-blue.searchBox-active input.search-query{width:83%!important}}@media screen and (min-width:1260px) and (max-width:1319px){.box-utilityNavWrapper .searchBox.searchBox-blue{width:200px}.box-utilityNavWrapper .searchBox.searchBox-blue input.search-query{width:100px!important;font-size:15px!important;font-size:1.5rem!important}.box-utilityNavWrapper .searchBox.searchBox-blue input.search-query::-moz-placeholder{font-size:15px;font-size:1.5rem}.box-utilityNavWrapper .searchBox.searchBox-blue input.search-query:-ms-input-placeholder{font-size:15px;font-size:1.5rem}.box-utilityNavWrapper .searchBox.searchBox-blue input.search-query::placeholder{font-size:15px;font-size:1.5rem}.box-utilityNavWrapper .searchBox.searchBox-blue.searchBox-active input.search-query{width:83%!important}}@media screen and (min-width:1200px) and (max-width:1259px){.box-utilityNavWrapper .searchBox.searchBox-blue{width:160px}.box-utilityNavWrapper .searchBox.searchBox-blue input.search-query{width:100px!important;font-size:13px!important;font-size:1.3rem!important}.box-utilityNavWrapper .searchBox.searchBox-blue input.search-query::-moz-placeholder{font-size:13px;font-size:1.3rem}.box-utilityNavWrapper .searchBox.searchBox-blue input.search-query:-ms-input-placeholder{font-size:13px;font-size:1.3rem}.box-utilityNavWrapper .searchBox.searchBox-blue input.search-query::placeholder{font-size:13px;font-size:1.3rem}.box-utilityNavWrapper .searchBox.searchBox-blue.searchBox-active input.search-query{width:83%!important}}.box-utilityNavWrapper .searchBox.searchBox-blue form.form-search.search-cleared button.button{right:-10px!important}.box-utilityNavWrapper .searchBox.searchBox-blue form.form-search:before{display:none}.box-utilityNavWrapper .searchBox.searchBox-blue form.form-search .searchBox-label{display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-pack:end;justify-content:flex-end;font-size:0}.box-utilityNavWrapper .searchBox.searchBox-blue form.form-search .searchBox-label>.search-clear-btn-utility-nav{display:none;position:absolute;right:35px;width:30px;height:30px;top:50%;z-index:999;transform:translateY(-50%);border:none;background:none;color:#ced3de;text-transform:uppercase;cursor:pointer;transition:right .4s;font-size:17px;font-size:1.7rem}.box-utilityNavWrapper .searchBox.searchBox-blue form.form-search .searchBox-label>.search-clear-btn-utility-nav.clear-visible{display:block}.box-utilityNavWrapper .searchBox.searchBox-blue form.form-search input{height:50px;min-height:50px;border-bottom:none;padding:12px 29px 12px 9px;font-size:17px;font-size:1.7rem}.box-utilityNavWrapper .searchBox.searchBox-blue form.form-search input:-webkit-autofill,.box-utilityNavWrapper .searchBox.searchBox-blue form.form-search input:-webkit-autofill:first-line,.box-utilityNavWrapper .searchBox.searchBox-blue form.form-search input:-webkit-autofill:focus{font-size:17px;font-size:1.7rem;color:#484c53;font-weight:300;text-transform:none;-webkit-box-shadow:0 0 0 50px #fff inset;-webkit-text-fill-color:#000}.box-utilityNavWrapper .searchBox.searchBox-blue form.form-search button.button{position:absolute;right:0;bottom:0;background:transparent;width:50px;height:52px;font-size:0;border-radius:0;border-width:0;transition:all .4s}@media screen and (min-width:1200px) and (max-width:1259px){.box-utilityNavWrapper .searchBox.searchBox-blue form.form-search button.button{right:-16px}}.box-utilityNavWrapper .searchBox.searchBox-blue form.form-search button.button:after{content:"";display:block;opacity:1;right:0;background:url(/etc/designs/zg/fmcna/desktop/src/assets/img/search-blue.svg);-webkit-mask:none;mask:none;width:20px;height:20px;transform:translateX(50%);margin-right:50%;position:relative;left:auto}@media screen and (min-width:1200px) and (max-width:1259px){.box-utilityNavWrapper .searchBox.searchBox-blue form.form-search button.button:after{width:17px;height:17px}}.box-supportHeroWithSearch>.component-content{padding-top:100px;padding-bottom:40px}.box-supportHeroWithSearch>.component-content>.content .searchBox.searchBox-blue{margin-top:7px;overflow:hidden;border-radius:4px;box-shadow:0 2px 5px 0 rgba(0,0,0,.3);padding-left:0;transition:width .5s;width:95%;margin-left:0;left:50%;transform:translateX(-50%)}@media only screen and (min-width:1200px){.box-supportHeroWithSearch>.component-content>.content .searchBox.searchBox-blue{left:50%;transform:translateX(-50%);width:50%}}.box-supportHeroWithSearch>.component-content>.content .searchBox.searchBox-blue form.form-search:before{display:none}.box-supportHeroWithSearch>.component-content>.content .searchBox.searchBox-blue form.form-search .searchBox-label{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:0}.box-supportHeroWithSearch>.component-content>.content .searchBox.searchBox-blue form.form-search .searchBox-label>.search-clear-btn-utility-nav{display:none;position:absolute;right:61px;top:50%;z-index:999;transform:translateY(-50%);border:none;background:none;color:#484c53;text-transform:uppercase;cursor:pointer}.box-supportHeroWithSearch>.component-content>.content .searchBox.searchBox-blue form.form-search .searchBox-label>.search-clear-btn-utility-nav .mobile-clear-text{font-size:15px;font-size:1.5rem}@media only screen and (min-width:1200px){.box-supportHeroWithSearch>.component-content>.content .searchBox.searchBox-blue form.form-search .searchBox-label>.search-clear-btn-utility-nav .desktop-clear-text{margin-top:0;transform:none;position:static}}@media only screen and (min-width:1200px){.box-supportHeroWithSearch>.component-content>.content .searchBox.searchBox-blue form.form-search .searchBox-label>.search-clear-btn-utility-nav{color:#ced3de}}.box-supportHeroWithSearch>.component-content>.content .searchBox.searchBox-blue form.form-search .searchBox-label>.search-clear-btn-utility-nav.clear-visible{display:block}.box-supportHeroWithSearch>.component-content>.content .searchBox.searchBox-blue form.form-search input{height:56px;min-height:50px;width:65%;border-bottom:none;padding:12px 29px 12px 25px}@media only screen and (min-width:500px){.box-supportHeroWithSearch>.component-content>.content .searchBox.searchBox-blue form.form-search input{width:80%}}@media only screen and (min-width:768px){.box-supportHeroWithSearch>.component-content>.content .searchBox.searchBox-blue form.form-search input{width:85%}}@media only screen and (min-width:1200px){.box-supportHeroWithSearch>.component-content>.content .searchBox.searchBox-blue form.form-search input{padding:12px 29px 12px 25px}}.box-supportHeroWithSearch>.component-content>.content .searchBox.searchBox-blue form.form-search button.button{position:absolute;right:-12px;bottom:-1px;background:#0033a0;width:70px;height:82px;font-size:0;border-radius:0;border-width:0}.box-supportHeroWithSearch>.component-content>.content .searchBox.searchBox-blue form.form-search button.button:after{content:"";display:block;background:url(/etc/designs/zg/fmcna/desktop/src/assets/img/search-white.svg);-webkit-mask:none;mask:none;width:21px;height:21px;transition:background-color .4s;transform:translateX(60%);margin-right:50%;margin-top:20px;position:relative;left:auto}.dynamicSearchResults{font-size:18px;font-size:1.8rem;font-weight:300;text-align:center;padding-top:0;padding-bottom:75px}@media only screen and (min-width:1200px){.dynamicSearchResults{font-size:18px;font-size:1.8rem;padding-top:0;padding-bottom:100px}}.dynamicSearchResults .config{display:none}.dynamicSearchResults .searchResults-term{font-weight:700}.dynamicSearchResults .searchResults-term:after,.dynamicSearchResults .searchResults-term:before{content:'"';font-weight:300}.dynamicSearchResults .searchResults-number{text-align:left}.dynamicSearchResults .searchResults-number .searchResults-term{display:none}.dynamicSearchResults .searchResults-number{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;margin-bottom:40px}.dynamicSearchResults .searchResults-result{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;border:2px solid transparent;transition:box-shadow .2s;height:auto;min-height:-moz-max-content;min-height:max-content;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;padding:30px;margin-bottom:20px;background-color:#fff;position:relative;-ms-flex-pack:center;justify-content:center}.dynamicSearchResults .searchResults-result:focus{border-color:#0033a0;outline:none}@media only screen and (min-width:1200px){.dynamicSearchResults .searchResults-result:focus,.dynamicSearchResults .searchResults-result:hover{box-shadow:0 10px 15px 0 rgba(0,0,0,.1)}}.dynamicSearchResults .searchResults-result:active{box-shadow:0 10px 15px 0 rgba(0,0,0,.1)}@media only screen and (min-width:1200px){.dynamicSearchResults .searchResults-result:active{border-color:transparent;box-shadow:0 0 10px 0 rgba(0,51,160,.3)}}@media only screen and (min-width:375px){.dynamicSearchResults .searchResults-result{padding:20px;min-height:100px;font-size:15px;font-size:1.5rem}}@media only screen and (min-width:1200px){.dynamicSearchResults .searchResults-result{height:200px}}.dynamicSearchResults .searchResults-result:last-child{margin-bottom:0}.dynamicSearchResults .searchResults-result:before{content:"";width:128px;height:128px;display:none;background:url(/content/dam/fmcna/demo/common/Fresenius_Logo_Sticky.png) no-repeat;background-size:contain;background-position:50%;transform:scale(.7) translateX(-63%);position:absolute;left:calc(6.66674px + 16.6665%)}@media only screen and (max-width:419px){.dynamicSearchResults .searchResults-result:before{display:none}}@media only screen and (min-width:768px){.dynamicSearchResults .searchResults-result:before{display:block;left:calc(14.5px + 12.5%);transform:scale(.5) translateX(-63%);transform-origin:16% 50%}}@media only screen and (min-width:1200px){.dynamicSearchResults .searchResults-result:before{left:calc(10.33326px + 8.3335%);transform:scale(.7) translateX(-63%);transform-origin:initial}}.dynamicSearchResults .searchResults-image{position:absolute;top:52%;height:130px;left:calc(14.66674px + 16.6665%);transform:translateX(-50%) translateY(-50%);max-width:130px;width:100%;-o-object-fit:cover;object-fit:cover;z-index:2;display:none}@media only screen and (max-width:419px){.dynamicSearchResults .searchResults-image{display:none}}@media only screen and (min-width:768px){.dynamicSearchResults .searchResults-image{left:calc(16.5px + 12.5%);display:block;transform:scale(.6) translateX(-50%) translateY(-50%);transform-origin:top left}}@media only screen and (min-width:1200px){.dynamicSearchResults .searchResults-image{left:calc(18.33326px + 8.3335%);height:130px;display:block;transform:scale(1) translateX(-50%) translateY(-50%);transform-origin:top left}}.dynamicSearchResults .searchResults-title{font-size:18px;font-size:1.8rem;font-family:Interstate,sans-serif;line-height:1.389;font-weight:300;margin-top:0;text-align:left;margin-left:0;margin-bottom:0;z-index:1;position:relative;left:50%;transform:translateX(-50%);padding:0;font-size:1.6rem}.dynamicSearchResults .searchResults-title:last-child{margin-bottom:0}@media only screen and (min-width:768px){.dynamicSearchResults .searchResults-title{margin-left:23.33333%;padding:0;left:auto;transform:none;top:auto}}@media only screen and (min-width:1200px){.dynamicSearchResults .searchResults-title{font-size:26px;font-size:2.6rem;font-weight:300;line-height:1.3;margin-top:0;margin-left:calc(16.66667% + 20px);margin-bottom:10px;left:auto;transform:none;top:auto}}.dynamicSearchResults .searchResults-title a{color:#0033a0}@media only screen and (max-width:419px){.dynamicSearchResults .searchResults-date{display:none}}.dynamicSearchResults .searchResults-description{display:none;width:75%;text-align:left;margin-left:calc(33.33333% + 20px);line-height:24px}@media only screen and (min-width:768px){.dynamicSearchResults .searchResults-description{margin-left:calc(33.33333% + 20px);display:none}}@media only screen and (min-width:1200px){.dynamicSearchResults .searchResults-description{display:block;margin-left:calc(16.66667% + 20px)}}.dynamicSearchResults .searchResults-url a{font-size:0;position:absolute;top:0;left:0;width:100%;height:100%}.dynamicSearchResults ul.searchResults-pagination-list{list-style:none;display:-ms-flexbox;display:flex;width:100%;-ms-flex-pack:center;justify-content:center;margin:50px 0 0}.dynamicSearchResults ul.searchResults-pagination-list li.searchResults-pagination-item{margin:0 20px}.dynamicSearchResults .pagination-dropdown-wrapper select{display:inline-block;background:transparent;border:0;font-weight:900;color:#0033a0;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:15px;line-height:1.5;font-family:Interstate,sans-serif;padding-left:0;padding-right:0;cursor:pointer}.dynamicSearchResults .pagination-dropdown-wrapper:after{content:"\F078";display:inline-block;position:relative;font-family:FontAwesome;font-weight:900;font-style:normal;pointer-events:none;font-size:13px}.shareThis{margin-bottom:40px}@media only screen and (min-width:1200px){.shareThis{margin-bottom:0}}.shareThis .shareThis-list{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin:0;padding:0;list-style:none}.shareThis .shareThis-item{width:43px;height:43px;margin-right:13px}.shareThis .shareThis-item:last-child{margin-right:0}.shareThis .shareThis-item a{width:100%;height:100%;border-radius:100%;border:2px solid #ced3de;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;transition:border-color .2s ease,background-color .2s ease}.shareThis .shareThis-item a:focus,.shareThis .shareThis-item a:hover{border-color:#0033a0;background-color:#0033a0}.shareThis .shareThis-item a:focus img,.shareThis .shareThis-item a:hover img{filter:brightness(10)}.shareThis .shareThis-item img{max-height:17px;max-width:17px}.shareThis.shareThis-vertical .shareThis-list{-ms-flex-pack:start;justify-content:flex-start}@media only screen and (min-width:1200px){.shareThis.shareThis-vertical .shareThis-list{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;align-items:flex-end;padding-top:5px}}@media only screen and (min-width:1200px){.shareThis.shareThis-vertical .shareThis-item{margin-bottom:13px;margin-right:0}.shareThis.shareThis-vertical .shareThis-item:last-child{margin-bottom:0}}.table .component-content{overflow-x:auto}.table table{width:100%;border-collapse:collapse}.table td{padding:10px 5px}.table td,.table th{min-width:80px}.richText+.table table{margin-top:0}.tabs{padding:50px 0}@media only screen and (min-width:768px){.tabs{padding:0}}.tabs .component-content .tabs-select-wrapper{position:relative;margin-bottom:20px}@media only screen and (min-width:768px){.tabs .component-content .tabs-select-wrapper{display:none}}.tabs .component-content .tabs-select{position:absolute;z-index:1;top:0;bottom:0;width:100%;height:100%;opacity:0}.tabs .component-content .tabs-select:focus+.tabs-select-label{border:1px solid #0033a0;color:#0033a0}.tabs .component-content .tabs-select-label{font-size:16.5px;font-size:1.65rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:400;margin-top:0;margin-bottom:30px;width:100%;background:#fff;border:2px solid #fff;border-radius:4px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);color:#484c53;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:59px;padding-right:10px;font-weight:900;text-transform:uppercase;-ms-flex-pack:center;justify-content:center}.tabs .component-content .tabs-select-label:last-child{margin-bottom:0}.tabs .component-content .tabs-select-label:focus{border-color:#0033a0;color:#0033a0}.tabs .component-content .tabs-select-label:after{content:"\F078";display:inline-block;position:relative;font-family:FontAwesome;font-weight:900;font-style:normal;font-size:12px;left:10px}@media only screen and (min-width:768px){.tabs .component-content .tabs-select-label{min-height:100px;-ms-flex-pack:left;justify-content:left;padding:0 30px}.tabs .component-content .tabs-select-label:after{position:absolute;right:30px;left:auto}}.tabs .component-content>.tabs-nav{display:none;min-height:60px}@media only screen and (min-width:768px){.tabs .component-content>.tabs-nav{display:block}}.tabs .component-content .tabs-nav-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0 10px;list-style:none}.tabs .component-content .tabs-nav-list a{font-size:16.5px;font-size:1.65rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:400;margin-top:0;margin-bottom:30px;height:58px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:15px;color:#0033a0;pointer-events:auto;text-decoration:none;outline:none;transition:color .2s ease-out}.tabs .component-content .tabs-nav-list a:last-child{margin-bottom:0}@media only screen and (min-width:768px){.tabs .component-content .tabs-nav-list a{min-width:170px}}@media only screen and (min-width:1200px){.tabs .component-content .tabs-nav-list a{min-width:252px}}.tabs .component-content .tabs-nav-item{background:#f7f9fc;border:1px solid #ced3de;border-bottom-color:transparent;border-radius:4px 4px 0 0;margin-left:18px;transition:background,border-color .2s ease-out}.tabs .component-content .tabs-nav-item:hover{cursor:pointer}.tabs .component-content .tabs-nav-item:focus a,.tabs .component-content .tabs-nav-item:hover a{color:#022d89}.tabs .component-content .tabs-nav-item.is-active,.tabs .component-content .tabs-nav-item:hover{background:rgba(0,51,160,.03);border-color:transparent}.tabs .component-content .tabs-nav-item:focus{border-color:#0033a0 #0033a0 transparent;outline:none}.tabs .component-content .tabs-nav-item:first-child{margin-left:0}.tabs .component-content>.tabs-content{display:none}@media only screen and (min-width:768px){.tabs .component-content>.tabs-content{padding:50px 0}}@media only screen and (min-width:1200px){.tabs .component-content>.tabs-content{padding:75px 0}}.tabs .component-content>.tabs-content.is-active{display:block}.tabs .component-content>.tabs-content .content:after{content:"";display:block;clear:both}.tabs .component-content .tabContent>.content>.composite{padding-left:0;padding-right:0}.tabs.tabs-filterTabs{padding-top:0;padding-bottom:0}@media only screen and (min-width:768px){.tabs.tabs-filterTabs{padding-left:10px;padding-right:10px}}.tabs.tabs-filterTabs .tabs-nav-list{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.tabs.tabs-filterTabs .tabs-nav-item{margin-bottom:20px;border:2px solid #ced3de;border-radius:4px;background:transparent}.tabs.tabs-filterTabs .tabs-nav-item a{font-size:15px;font-size:1.5rem;min-height:76px;padding:15px 30px;font-weight:900;color:#484c53}.tabs.tabs-filterTabs .tabs-nav-item+.tabs-nav-item{margin-left:20px}.tabs.tabs-filterTabs .tabs-nav-item.is-active,.tabs.tabs-filterTabs .tabs-nav-item:hover{background:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-color:#fff}.tabs.tabs-filterTabs .tabs-nav-item.is-active a,.tabs.tabs-filterTabs .tabs-nav-item:focus a{color:#0033a0}.tabs.tabs-filterTabs .tabs-nav-item:hover a{color:#022d89}.tabs.tabs-filterTabs .tabs-nav-item:focus{border-color:#0033a0}.tabs.tabs-filterTabs .tabs-content{margin-left:-10px;margin-right:-10px;padding:20px 0 50px}@media only screen and (min-width:1200px){.tabs.tabs-filterTabs .tabs-content{padding-bottom:100px}}@media only screen and (min-width:768px){.tabs.tabs-filterTabs .tabContent>.content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch}}.tabs.default-style .tabs-filterTabs{margin-top:0;padding:20px;background:#f7f9fc;border-radius:4px}@media only screen and (min-width:768px){.tabs.default-style .tabs-filterTabs{padding:0 10px;background:transparent;border-radius:0}}.tabs.default-style .tabs-filterTabs .tabs-nav-list{-ms-flex-pack:left;justify-content:left;padding:0}.tabs.default-style .tabs-filterTabs .tabs-nav-item:not(.is-active){background:#f7f9fc}.tabs.default-style .tabs-filterTabs .tabs-nav-item:focus,.tabs.default-style .tabs-filterTabs .tabs-nav-item:hover{background:#fff}.tabs.default-style .tabs-filterTabs .tabs-content .tabContent>.content{display:block}.tabs.tabs-homepage{padding:0}@media only screen and (min-width:1200px){.tabs.tabs-homepage{min-height:calc(100vh - 125px)}}.tabs.tabs-homepage .tabs-nav{display:none}.tabs.tabs-homepage .tabs-content,.tabs.tabs-homepage .tabs-content>.composite{padding:0}.tabs.tabs-homepage .tabs-select-wrapper{display:inline-block;border-bottom:1px solid}.tabs.tabs-homepage .tabs-select-wrapper:focus-within{border-bottom-color:transparent}.tabs.tabs-homepage .tabs-select{left:0}.tabs.tabs-homepage .tabs-select:focus+.tabs-select-label{color:inherit;border-color:currentColor}.tabs.tabs-homepage .tabs-select-label{background-color:transparent;border:1px solid transparent;min-height:10px;padding:0 20px 0 5px;box-shadow:none}@media only screen and (min-width:768px){.tabs.tabs-homepage .tabs-select-label:after{right:5px}}.tabs.tabs-homepage .tabs-select-label{text-transform:none;color:inherit;font-weight:inherit;font-size:inherit}.tabs.tabs-homepage .homeHeroQuickLinksDropdown{font-size:18px;font-size:1.8rem;font-weight:400;margin-bottom:30px}.tabs.tabs-globalNavigation{width:100%;padding:0 10px}.tabs.tabs-globalNavigation>.component-content>.tabs-nav{display:block;min-height:auto}.tabs.tabs-globalNavigation>.component-content>.tabs-nav .tabs-nav-list{padding:0 10px;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:1200px){.tabs.tabs-globalNavigation>.component-content>.tabs-nav .tabs-nav-list{padding:0;-ms-flex-direction:row;flex-direction:row}}.tabs.tabs-globalNavigation>.component-content>.tabs-nav .tabs-nav-item{background-color:transparent;border-width:0;margin-left:0}@media only screen and (min-width:1200px){.tabs.tabs-globalNavigation>.component-content>.tabs-nav .tabs-nav-item{margin-left:40px}}@media only screen and (min-width:1620px){.tabs.tabs-globalNavigation>.component-content>.tabs-nav .tabs-nav-item{margin-left:80px}}@media only screen and (min-width:1200px){.tabs.tabs-globalNavigation>.component-content>.tabs-nav .tabs-nav-item.first{margin-left:0}}@media only screen and (min-width:1200px){.tabs.tabs-globalNavigation>.component-content>.tabs-nav .tabs-nav-item:nth-last-child(3){margin-left:auto}}.tabs.tabs-globalNavigation>.component-content>.tabs-nav .tabs-nav-item:last-child:after{content:"";display:block;height:1px;background-color:#ced3de;margin:15px 0}@media only screen and (min-width:1200px){.tabs.tabs-globalNavigation>.component-content>.tabs-nav .tabs-nav-item:last-child:after{content:none}}.tabs.tabs-globalNavigation>.component-content>.tabs-nav .tabs-nav-item.last:after{content:"";display:block;height:1px;background-color:#ced3de;margin:15px 0}@media only screen and (min-width:1200px){.tabs.tabs-globalNavigation>.component-content>.tabs-nav .tabs-nav-item.last:after{content:none}}.tabs.tabs-globalNavigation>.component-content>.tabs-nav .tabs-nav-item a{font-size:18px;font-size:1.8rem;color:#484c53;font-weight:300;padding:15px 0;height:auto;min-width:auto;line-height:1;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:1200px){.tabs.tabs-globalNavigation>.component-content>.tabs-nav .tabs-nav-item a{font-size:15px;font-size:1.5rem;display:block;padding:0}}.tabs.tabs-globalNavigation>.component-content>.tabs-nav .tabs-nav-item a:after{content:">";display:inline-block;position:relative;font-family:inherit;font-weight:100;font-style:normal;font-size:24px}@media only screen and (min-width:1200px){.tabs.tabs-globalNavigation>.component-content>.tabs-nav .tabs-nav-item a:after{content:none}}.tabs.tabs-globalNavigation>.component-content>.tabs-nav .tabs-nav-item:hover a{color:#0033a0}.tabs.tabs-globalNavigation>.component-content>.tabs-nav .tabs-nav-item:focus a{opacity:1;outline:2px solid #3074db;outline-offset:1px}.tabs.tabs-globalNavigation>.component-content>.tabs-nav .tabs-nav-item:focus a:active{outline:0}.tabs.tabs-globalNavigation>.component-content>.tabs-content{background:#fff;width:100%;padding:0}@media only screen and (min-width:1200px){.tabs.tabs-globalNavigation>.component-content>.tabs-content{position:absolute;left:0;top:125px;max-height:calc(100vh - 125px);overflow-y:auto;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);transform:scaleY(0);transition:transform .2s ease-out;transform-origin:top;display:block}}.tabs.tabs-globalNavigation>.component-content>.tabs-content.is-active{transform:scaleY(1)}@media only screen and (min-width:1200px){.tabs.tabs-globalNavigation>.component-content>.tabs-content.is-active>.tabContent{opacity:1}}.tabs.tabs-globalNavigation>.component-content>.tabs-content:focus{outline:0}.tabs.tabs-globalNavigation>.component-content>.tabs-content>.tabContent{margin-right:auto;margin-left:auto;max-width:100%;padding-left:0;padding-right:0}@media only screen and (min-width:768px){.tabs.tabs-globalNavigation>.component-content>.tabs-content>.tabContent{width:768px}}@media only screen and (min-width:1200px){.tabs.tabs-globalNavigation>.component-content>.tabs-content>.tabContent{width:1200px}}@media only screen and (min-width:1620px){.tabs.tabs-globalNavigation>.component-content>.tabs-content>.tabContent{padding-left:0;padding-right:0;width:1620px}}@media only screen and (min-width:1200px){.tabs.tabs-globalNavigation>.component-content>.tabs-content>.tabContent{opacity:0;transition:opacity .2s ease-out;transition-delay:.2s;padding-left:10px;padding-right:10px}}@media only screen and (min-width:1620px){.tabs.tabs-globalNavigation>.component-content>.tabs-content>.tabContent{padding-left:0;padding-right:0}}@media only screen and (min-width:1200px){.tabs.tabs-globalNavigation>.component-content>.tabs-content>.tabContent>.content{padding:50px 0}}@media only screen and (min-width:1620px){.tabs.tabs-globalNavigation>.component-content>.tabs-content>.tabContent>.content{padding:75px 0 80px}}.tabs.tabs-globalNavigation.strudel-init>.component-content>.tabs-nav .tabs-nav-list .tabs-nav-item.is-active a{color:#0033a0}@media only screen and (min-width:1200px){.is-sticky .tabs.tabs-globalNavigation>.component-content>.tabs-content{top:85px;max-height:calc(100vh - 85px)}}.nav-tab-open .tabs.tabs-globalNavigation>.component-content>.tabs-nav{display:none}@media only screen and (min-width:1200px){.nav-tab-open .tabs.tabs-globalNavigation>.component-content>.tabs-nav{display:block}}.asn-navigation.tabs.tabs-globalNavigation{width:79%}.reference-header1 .tabs.tabs-globalNavigation-home,.reference-header .tabs.tabs-globalNavigation-home{width:100%;padding:0 10px}.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav{display:block;min-height:auto}.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-list,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-list{padding:0;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:1200px){.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-list,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-list{padding:0;-ms-flex-direction:row;flex-direction:row}}.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item{background-color:transparent;border-width:0;margin-left:0}@media only screen and (min-width:1200px){.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item{margin-left:50px}}@media only screen and (min-width:1200px){.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item.first,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item.first{margin-left:0}}@media only screen and (min-width:1200px){.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item:nth-last-child(3),.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item:nth-last-child(3){margin-left:50px}}.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item:last-child:after,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item:last-child:after{content:"";display:block;height:1px;background-color:#ced3de;margin:15px 0}@media only screen and (min-width:1200px){.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item:last-child:after,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item:last-child:after{content:none}}.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item.last:after,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item.last:after{content:"";display:block;height:1px;background-color:#ced3de;margin:15px 0}@media only screen and (min-width:1200px){.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item.last:after,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item.last:after{content:none}}.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item a,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item a{font-size:18px;font-size:1.8rem;color:#484c53;font-weight:300;padding:15px 0;height:auto;min-width:auto;line-height:1;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:1200px){.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item a,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item a{font-size:15px;font-size:1.5rem;display:block;padding:0}}.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item a:after,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item a:after{content:">";display:inline-block;position:relative;font-family:inherit;font-weight:100;font-style:normal;font-size:24px}@media only screen and (min-width:1200px){.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item a:after,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item a:after{content:none}}.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item:hover a,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item:hover a{color:#0033a0}.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item:focus a,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item:focus a{opacity:1;outline:2px solid #3074db;outline-offset:1px}.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item:focus a:active,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav .tabs-nav-item:focus a:active{outline:0}.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-content,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-content{background:#fff;width:100%;padding:0}@media only screen and (min-width:1200px){.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-content,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-content{position:absolute;left:0;top:120px;max-height:calc(100vh - 125px);overflow-y:auto;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);transform:scaleY(0);transition:transform .2s ease-out;transform-origin:top;display:block}}.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-content.is-active,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-content.is-active{transform:scaleY(1);height:100vh}@media only screen and (min-width:1200px){.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-content.is-active>.tabContent,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-content.is-active>.tabContent{opacity:1}}.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-content:focus,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-content:focus{outline:0}.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-content>.tabContent,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-content>.tabContent{margin-right:auto;margin-left:auto;max-width:100%;padding-left:0;padding-right:0}@media only screen and (min-width:768px){.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-content>.tabContent,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-content>.tabContent{width:768px}}@media only screen and (min-width:1200px){.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-content>.tabContent,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-content>.tabContent{width:1200px}}@media only screen and (min-width:1620px){.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-content>.tabContent,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-content>.tabContent{padding-left:0;padding-right:0;width:1620px}}@media only screen and (min-width:1200px){.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-content>.tabContent,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-content>.tabContent{opacity:0;transition:opacity .2s ease-out;transition-delay:.2s;padding-left:10px;padding-right:10px}}@media only screen and (min-width:1620px){.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-content>.tabContent,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-content>.tabContent{padding-left:0;padding-right:0}}@media only screen and (min-width:1200px){.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-content>.tabContent>.content,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-content>.tabContent>.content{padding:50px 0}}@media only screen and (min-width:1620px){.reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-content>.tabContent>.content,.reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-content>.tabContent>.content{padding:75px 0 80px}}.reference-header1 .tabs.tabs-globalNavigation-home.strudel-init>.component-content>.tabs-nav .tabs-nav-list .tabs-nav-item.is-active a,.reference-header .tabs.tabs-globalNavigation-home.strudel-init>.component-content>.tabs-nav .tabs-nav-list .tabs-nav-item.is-active a{color:#0033a0}@media only screen and (min-width:1200px){.is-sticky .reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-content,.is-sticky .reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-content{top:85px;max-height:calc(100vh - 85px)}}.nav-tab-open .reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav,.nav-tab-open .reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav{display:none}@media only screen and (min-width:1200px){.nav-tab-open .reference-header1 .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav,.nav-tab-open .reference-header .tabs.tabs-globalNavigation-home>.component-content>.tabs-nav{display:block}}.tabs.tabs-innerNavigation{padding:0 10px}@media only screen and (min-width:1200px){.tabs.tabs-innerNavigation>.component-content{margin-left:60px}}@media only screen and (min-width:1620px){.tabs.tabs-innerNavigation>.component-content{display:-ms-flexbox;display:flex;height:100%}}.tabs.tabs-innerNavigation .tabs-nav{display:block}@media only screen and (min-width:1620px){.tabs.tabs-innerNavigation .tabs-nav{width:390px;-ms-flex-negative:0;flex-shrink:0}}.tabs.tabs-innerNavigation .tabs-nav-list{-ms-flex-direction:column;flex-direction:column;padding:0}@media only screen and (min-width:1620px){.tabs.tabs-innerNavigation .tabs-nav-list{height:100%;border-right:1px solid #ced3de}}.tabs.tabs-innerNavigation>.component-content .tabs-nav-item{background:transparent;border:0;padding-left:0;margin-left:0}.tabs.tabs-innerNavigation>.component-content .tabs-nav-item a{font-size:18px;font-size:1.8rem;position:relative;font-weight:300;padding:0 0 30px;height:auto;min-width:auto;line-height:1;-ms-flex-pack:justify;justify-content:space-between;transition:font-weight .2s}@media only screen and (min-width:1620px){.tabs.tabs-innerNavigation>.component-content .tabs-nav-item a{padding:0 0 40px}}.tabs.tabs-innerNavigation>.component-content .tabs-nav-item a:after{content:">";display:inline-block;position:relative;font-family:inherit;font-weight:100;font-style:normal}@media only screen and (min-width:1620px){.tabs.tabs-innerNavigation>.component-content .tabs-nav-item a:after{content:none}}.tabs.tabs-innerNavigation>.component-content .tabs-nav-item a:focus{font-weight:700}.tabs.tabs-innerNavigation>.component-content .tabs-nav-item a:focus .tabMenuItem{opacity:1;outline:2px solid #3074db;outline-offset:1px}.tabs.tabs-innerNavigation>.component-content .tabs-nav-item a:focus .tabMenuItem:active{outline:0}.tabs.tabs-innerNavigation>.component-content .tabs-nav-item:last-child a{padding-bottom:0}.tabs.tabs-innerNavigation>.component-content .tabs-nav-item.is-active a,.tabs.tabs-innerNavigation>.component-content .tabs-nav-item:focus a,.tabs.tabs-innerNavigation>.component-content .tabs-nav-item:hover a{font-weight:700;background:transparent}@media only screen and (min-width:1620px){.tabs.tabs-innerNavigation>.component-content .tabs-nav-item.is-active a:before,.tabs.tabs-innerNavigation>.component-content .tabs-nav-item:focus a:before,.tabs.tabs-innerNavigation>.component-content .tabs-nav-item:hover a:before{position:absolute;content:"";width:0;height:0;right:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #ced3de}}@media only screen and (min-width:1620px){.tabs.tabs-innerNavigation>.component-content .tabs-nav-item.is-active a:after,.tabs.tabs-innerNavigation>.component-content .tabs-nav-item:focus a:after,.tabs.tabs-innerNavigation>.component-content .tabs-nav-item:hover a:after{content:"";width:0;height:0;right:-2px;border-top:9px solid transparent;border-bottom:9px solid transparent;border-right:9px solid #fff}}.tabs.tabs-innerNavigation .tabMenuItem .image-wrapper,.tabs.tabs-innerNavigation .tabMenuItem>div{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.tabs.tabs-innerNavigation .tabMenuItem .image-wrapper{width:25px;height:20px;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:1200px){.tabs.tabs-innerNavigation .tabMenuItem .image-wrapper{width:37px;height:33px}}.tabs.tabs-innerNavigation .tabMenuItem .image-wrapper img{max-height:100%}.tabs.tabs-innerNavigation .tabMenuItem .text-wrapper{margin-left:20px}.tabs.tabs-innerNavigation .tabs-content{width:100%}@media only screen and (min-width:768px){.tabs.tabs-innerNavigation .tabs-content{padding:0}}.tabs.tabs-innerNavigation .tabs-content:focus{outline:0}.tabs.tabs-innerNavigation .tabContent,.tabs.tabs-innerNavigation .tabContent>.content{height:100%}.inner-tab-open .tabs.tabs-innerNavigation>.component-content>.tabs-nav{display:none}@media only screen and (min-width:1620px){.inner-tab-open .tabs.tabs-innerNavigation>.component-content>.tabs-nav{display:block}}@media only screen and (min-width:1200px){.tabs.tabs-innerNavigation .richText{float:right}}.title-heading{margin:14px 0 15px}.title-sectionHeader{margin-top:0;margin-bottom:40px}.title-sectionHeader .title-heading{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;margin-top:0}.title-sectionHeaderBlue{margin-top:50px;margin-bottom:30px;color:#0033a0;text-align:center}@media only screen and (min-width:768px){.title-sectionHeaderBlue{text-align:left}}@media only screen and (min-width:1200px){.title-sectionHeaderBlue{margin-top:100px}}.title-sectionHeaderBlue:first-child{margin-top:0}.title-sectionHeaderBlue .title-heading{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;margin-top:0}.title-hideOnDesktop{display:block!important}@media only screen and (min-width:1200px){.title-hideOnDesktop{display:none!important}}.title-hideOnMobile{display:none!important}@media only screen and (min-width:1200px){.title-hideOnMobile{display:block!important}}span.twitter-retwitted{display:none}.twitter-content a{font-size:0}.twitter-content a strong{font-size:1.5rem}.twitter-content a strong:before{content:"@"}.asn-twitterFeed{color:#fff;height:700px;margin-top:30px;margin-bottom:30px;font-weight:200}.asn-twitterFeed .feed-provider-feeds{list-style:none;-moz-columns:200px 2;columns:200px 2;-moz-column-gap:0;column-gap:0}.asn-twitterFeed .feed-provider-feeds li.twitter-feed{display:inline-block;margin-bottom:30px;font-weight:inherit}.asn-twitterFeed .feed-provider-feeds li.twitter-feed:after{content:"";width:90%;height:1px;display:block;background:hsla(0,0%,100%,.75);margin:30px 0 0}.asn-twitterFeed .feed-provider-feeds li.twitter-feed:nth-child(3):after,.asn-twitterFeed .feed-provider-feeds li.twitter-feed:nth-child(6):after{display:none}@media only screen and (max-width:1200px -1){.asn-twitterFeed .feed-provider-feeds li.twitter-feed:nth-child(3):after,.asn-twitterFeed .feed-provider-feeds li.twitter-feed:nth-child(6):after{display:block}}.asn-twitterFeed .feed-provider-feeds li.twitter-feed .twitter-header{height:100px}.asn-twitterFeed .feed-provider-feeds li.twitter-feed .twitter-header a.twitter-sender{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.asn-twitterFeed .feed-provider-feeds li.twitter-feed .twitter-header a.twitter-sender .twitter-sender-avatar{width:48px;height:48px;margin-bottom:5px}.asn-twitterFeed .feed-provider-feeds li.twitter-feed .twitter-header a.twitter-sender strong{top:-25px;position:relative;left:18px}.asn-twitterFeed .feed-provider-feeds li.twitter-feed time.twitter-date{position:relative;top:129px;display:block}.asn-twitterFeed .feed-provider-feeds li.twitter-feed .twitter-content{top:30px;position:relative;height:90px;width:90%}@media only screen and (max-width:768px){.asn-twitterFeed .feed-provider-feeds li.twitter-feed .twitter-content{height:130px}}.asn-twitterFeed .feed-provider-feeds li.twitter-feed .twitter-actions{list-style:inherit;display:-ms-inline-flexbox;display:inline-flex;padding-left:0;position:relative;bottom:-20px}.asn-twitterFeed .feed-provider-feeds li.twitter-feed .twitter-actions .twitter-action{margin-right:10px}@media only screen and (max-width:1200px -1){.asn-twitterFeed .feed-provider-feeds{-moz-columns:initial;columns:initial;overflow-y:scroll;overflow-x:hidden;height:850px;padding:0 160px}}@media only screen and (max-width:768px){.asn-twitterFeed .feed-provider-feeds{padding:0}}.asn-twitterFeed a{color:#fff;font-weight:300}.video-nojs{display:none;text-align:center;padding:20px 0}.no-js .video-nojs{display:block}.video-description{margin-top:10px}.mejs__offscreen{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;word-wrap:normal}.mejs__container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs__container,.mejs__container *{box-sizing:border-box}.mejs__container video::-webkit-media-controls,.mejs__container video::-webkit-media-controls-panel,.mejs__container video::-webkit-media-controls-panel-container,.mejs__container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs__fill-container,.mejs__fill-container .mejs__container{height:100%;width:100%}.mejs__fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs__container:focus{outline:none}.mejs__iframe-overlay{height:100%;position:absolute;width:100%}.mejs__embed,.mejs__embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs__fullscreen{overflow:hidden!important}.mejs__container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs__container-fullscreen .mejs__mediaelement,.mejs__container-fullscreen video{height:100%!important;width:100%!important}.mejs__background,.mejs__mediaelement{left:0;position:absolute;top:0}.mejs__mediaelement{height:100%;width:100%;z-index:0}.mejs__poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs__poster-img{display:none}.mejs__poster-img{border:0;padding:0}.mejs__overlay{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs__layer{z-index:1}.mejs__overlay-play{cursor:pointer}.mejs__overlay-button{background:url(../../assets/img/mejs-controls.svg?qfmHOAlnUPuB9tsd0GtUp1sOJ5FY55-Qu89atM-hOy) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs__overlay:focus>.mejs__overlay-button,.mejs__overlay:hover>.mejs__overlay-button{background-position:-80px -39px}.mejs__overlay-loading{height:80px;width:80px}.mejs__overlay-loading-bg-img{animation:mejs__loading-spinner 1s linear infinite;background:transparent url(../../assets/img/mejs-controls.svg?qfmHOAlnUPuB9tsd0GtUp1sOJ5FY55-Qu89atM-hOy) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@keyframes mejs__loading-spinner{to{transform:rotate(1turn)}}.mejs__controls{bottom:0;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs__controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs__button,.mejs__time,.mejs__time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs__button>button{background:transparent url(../../assets/img/mejs-controls.svg?qfmHOAlnUPuB9tsd0GtUp1sOJ5FY55-Qu89atM-hOy);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs__button>button:focus{outline:1px dotted #999}.mejs__container-keyboard-inactive [role=slider],.mejs__container-keyboard-inactive [role=slider]:focus,.mejs__container-keyboard-inactive a,.mejs__container-keyboard-inactive a:focus,.mejs__container-keyboard-inactive button,.mejs__container-keyboard-inactive button:focus{outline:0}.mejs__time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs__play>button{background-position:0 0}.mejs__pause>button{background-position:-20px 0}.mejs__replay>button{background-position:-160px 0}.mejs__time-rail{direction:ltr;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs__time-buffering,.mejs__time-current,.mejs__time-float,.mejs__time-float-corner,.mejs__time-float-current,.mejs__time-hovered,.mejs__time-loaded,.mejs__time-marker,.mejs__time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs__time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs__time-buffering{animation:buffering-stripes 2s linear infinite;background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}.mejs__time-loaded{background:hsla(0,0%,100%,.3)}.mejs__time-current,.mejs__time-handle-content{background:hsla(0,0%,100%,.9)}.mejs__time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs__time-hovered.negative{background:rgba(0,0,0,.2)}.mejs__time-buffering,.mejs__time-current,.mejs__time-hovered,.mejs__time-loaded{left:0;transform:scaleX(0);transform-origin:0 0;transition:all .15s ease-in;width:100%}.mejs__time-buffering{transform:scaleX(1)}.mejs__time-hovered{transition:height .1s cubic-bezier(.44,0,1,1)}.mejs__time-hovered.no-hover{transform:scaleX(0)!important}.mejs__time-handle,.mejs__time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;transform:translateX(0);z-index:11}.mejs__time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;transform:scale(0);width:10px}.mejs__time-rail .mejs__time-handle-content:active,.mejs__time-rail .mejs__time-handle-content:focus,.mejs__time-rail:focus .mejs__time-handle-content,.mejs__time-rail:hover .mejs__time-handle-content{transform:scale(1)}.mejs__time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;transform:translateX(-50%);width:36px}.mejs__time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs__time-float-corner{border:5px solid transparent;border-top-color:#eee;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;transform:translateX(-50%);width:0}.mejs__long-video .mejs__time-float{margin-left:-23px;width:64px}.mejs__long-video .mejs__time-float-current{width:60px}.mejs__broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs__fullscreen-button>button{background-position:-80px 0}.mejs__unfullscreen>button{background-position:-100px 0}.mejs__mute>button{background-position:-60px 0}.mejs__unmute>button{background-position:-40px 0}.mejs__volume-button{position:relative}.mejs__volume-button>.mejs__volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;transform:translateX(-50%);width:25px;z-index:1}.mejs__volume-button:focus,.mejs__volume-button:hover{border-radius:0 0 4px 4px}.mejs__volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;transform:translateX(-50%);width:2px}.mejs__volume-current{left:0;margin:0;width:100%}.mejs__volume-current,.mejs__volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs__volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;transform:translateX(-50%);width:16px}.mejs__horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs__horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs__horizontal-volume-current,.mejs__horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs__horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs__horizontal-volume-handle{display:none}.mejs__captions-button,.mejs__chapters-button{position:relative}.mejs__captions-button>button{background-position:-140px 0}.mejs__chapters-button>button{background-position:-180px 0}.mejs__captions-button>.mejs__captions-selector,.mejs__chapters-button>.mejs__chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs__chapters-button>.mejs__chapters-selector{margin-right:-55px;width:110px}.mejs__captions-selector-list,.mejs__chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs__captions-selector-list-item,.mejs__chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs__captions-selector-list-item:focus,.mejs__captions-selector-list-item:hover,.mejs__chapters-selector-list-item:focus,.mejs__chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs__captions-selector-input,.mejs__chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs__captions-selector-label,.mejs__chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs__captions-selected,.mejs__chapters-selected{color:#21f8f8}.mejs__captions-translations{font-size:10px;margin:0 0 5px}.mejs__captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs__captions-layer a{color:#fff;text-decoration:underline}.mejs__captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs__captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs__captions-position-hover{bottom:35px}.mejs__captions-text,.mejs__captions-text *{background:rgba(20,20,20,.5);box-shadow:5px 0 0 rgba(20,20,20,.5),-5px 0 0 rgba(20,20,20,.5);padding:0;white-space:pre-wrap}.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container{display:none}.mejs__overlay-error{position:relative}.mejs__overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs__cannotplay,.mejs__cannotplay a{color:#fff;font-size:.8em}.mejs__cannotplay{position:relative}.mejs__cannotplay a,.mejs__cannotplay p{display:inline-block;padding:0 15px;width:100%}.video.video-togetherAhead-stripes:before{content:"";display:block;position:absolute;width:400px;height:400px;margin-top:-200px;margin-left:-290px;z-index:-1;background-size:400px 400px;background-image:url(/content/dam/fmcna/live/company/images/together-ahead/angled_shapes_upper_left_corner_video_529x555.png);background-repeat:no-repeat}@media only screen and (min-width:320px) and (max-width:480px){.video.video-togetherAhead-stripes:before{content:none}}@media screen and (max-width:1170px){.video.video-togetherAhead-stripes:before{margin-top:-260px;margin-left:-250px}}.video.video-togetherAhead-stripes:after{background-image:url(/content/dam/fmcna/live/company/images/together-ahead/angled_shapes_lower_right_corner_video_519x453.png);background-repeat:no-repeat;background-size:400px 400px;content:"";display:block;position:absolute;width:400px;height:400px;margin-top:-314px;right:-280px;z-index:-1}@media only screen and (min-width:320px) and (max-width:480px){.video.video-togetherAhead-stripes:after{content:none}}.video .mejs__overlay-button{background:url(/content/dam/fmcna/live/company/images/play_btn_yellow_180x180.png) no-repeat;background-position:0 0;height:80px;width:80px;background-size:100%}@media only screen and (min-width:320px) and (max-width:480px){.video .mejs__overlay-button{height:45px;width:45px}}.video .mejs__overlay:focus>.mejs__overlay-button,.video .mejs__overlay:hover>.mejs__overlay-button{background-position:0 0}@media screen and (max-width:1170px){.video{width:100%;margin:0 auto;float:none}}@media only screen and (min-width:320px) and (max-width:480px){.video{width:100%}}.cookiePolicy{position:fixed;bottom:0;width:100%;z-index:5;background:#0033a0}.cookiePolicy.collapsed{display:none}.cookiePolicy .cookiePolicy-inner{margin-right:auto;margin-left:auto;max-width:100%;padding:45px 20px}@media only screen and (min-width:768px){.cookiePolicy .cookiePolicy-inner{width:768px}}@media only screen and (min-width:1200px){.cookiePolicy .cookiePolicy-inner{width:1200px}}@media only screen and (min-width:1620px){.cookiePolicy .cookiePolicy-inner{padding-left:0;padding-right:0;width:1620px}}@media only screen and (min-width:768px){.cookiePolicy .cookiePolicy-inner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}}@media only screen and (min-width:1620px){.cookiePolicy .cookiePolicy-inner{padding-left:10px;padding-right:10px}}@media only screen and (min-width:768px){.cookiePolicy .richText{width:90%}}@media only screen and (min-width:1200px){.cookiePolicy .richText{width:65%}}.cookiePolicy .richText a,.cookiePolicy .richText p{font-size:16.5px;font-size:1.65rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:400;margin-top:0;margin-bottom:30px;font-weight:300;color:#fff}.cookiePolicy .richText a:last-child,.cookiePolicy .richText p:last-child{margin-bottom:0}@media only screen and (min-width:1200px){.cookiePolicy .richText a,.cookiePolicy .richText p{font-size:18px;font-size:1.8rem}}.cookiePolicy .richText p:last-child{margin-bottom:30px}@media only screen and (min-width:768px){.cookiePolicy .richText p:last-child{margin-bottom:0}}.cookiePolicy .richText a{text-decoration:underline}.cookiePolicy .cookiePolicy-buttons{-ms-flex-negative:0;flex-shrink:0}.cookiePolicy .cookiePolicy-accept{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;color:#0033a0;display:inline-block;background:#0033a0;color:#fff;text-align:center;border:2px solid #fff;border-radius:4px;padding:14px 40px;transition:border-color,color,background,.2s ease-in;line-height:1;width:100%}.cookiePolicy .cookiePolicy-accept:active,.cookiePolicy .cookiePolicy-accept:hover{opacity:1;color:#022d89;border-color:transparent}.cookiePolicy .cookiePolicy-accept:focus{border-color:#fff}@media only screen and (min-width:768px){.cookiePolicy .cookiePolicy-accept:focus,.cookiePolicy .cookiePolicy-accept:hover{color:#0033a0;background-color:#fff;cursor:pointer}}.promoBox{position:relative;z-index:1}.promoBox .promoBox-image-wrapper{width:100%}@media screen and (min-width:1200px){.promoBox .promoBox-image-wrapper{width:auto}}.promoBox .promoBox-image-wrapper .promoBox-image{display:block}@media screen and (min-width:1200px){.promoBox .promoBox-image-wrapper .promoBox-image{display:block}}.promoBox .image-mobile-wrapper{width:inherit}.promoBox .image-mobile-wrapper .promoBox-image.promoBox-image-mobile{display:none;width:inherit}@media screen and (min-width:1200px){.promoBox .image-mobile-wrapper .promoBox-image.promoBox-image-mobile{display:none}}.promoBox.promoBox-linkCard{opacity:0;top:20px;margin-bottom:20px}.promoBox.promoBox-linkCard .promoBox-link-wrapper{border-width:1px}@media only screen and (min-width:768px){.promoBox.promoBox-linkCard .promoBox-link-wrapper:focus .promoBox-image-wrapper:before,.promoBox.promoBox-linkCard .promoBox-link-wrapper:hover .promoBox-image-wrapper:before{border-color:#f1c400;transition:border-top-color .1s linear,border-right-color .1s linear .1s,border-bottom-color .1s linear .2s,border-left-color .1s linear .3s}.promoBox.promoBox-linkCard .promoBox-link-wrapper:focus .promoBox-image-wrapper:after,.promoBox.promoBox-linkCard .promoBox-link-wrapper:hover .promoBox-image-wrapper:after{border-top-color:#f1c400;transform:rotate(270deg);transition:transform .4s linear}}.promoBox.promoBox-linkCard .promoBox-image-wrapper{border-radius:100%;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;transform:rotate(45deg)}@media only screen and (min-width:768px){.promoBox.promoBox-linkCard .promoBox-image-wrapper:after,.promoBox.promoBox-linkCard .promoBox-image-wrapper:before{content:"";position:absolute;top:-2px;left:-2px;bottom:-2px;right:-2px;border-radius:100%;border:2px solid transparent}}.promoBox.promoBox-linkCard .promoBox-image{transform:rotate(-45deg)}@media only screen and (min-width:1200px){.promoBox.promoBox-linkCard:nth-last-child(2):nth-child(2n){margin-bottom:0}}.promoBox.promoBox-linkCard:last-child{margin-bottom:0}.promoBox.promoBox-linkCard.is-visible{transition:top,opacity 1s ease;opacity:1;top:0}.promoBox.promoBox-linkCard .promoBox-link-wrapper{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;border:2px solid transparent;transition:box-shadow .2s;min-height:112px;position:relative;overflow:hidden;background:#fff;padding:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;text-decoration:none;color:#484c53;transition:border-color .4s ease}.promoBox.promoBox-linkCard .promoBox-link-wrapper:focus{border-color:#0033a0;outline:none}@media only screen and (min-width:1200px){.promoBox.promoBox-linkCard .promoBox-link-wrapper:focus,.promoBox.promoBox-linkCard .promoBox-link-wrapper:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}}@media only screen and (min-width:768px){.promoBox.promoBox-linkCard .promoBox-link-wrapper{padding:25px 50px;min-height:125px}.promoBox.promoBox-linkCard .promoBox-link-wrapper:after{content:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);position:absolute;top:50%;transform:translateY(-50%);right:-50px;height:8px;width:8px;transition:right .4s ease}.promoBox.promoBox-linkCard .promoBox-link-wrapper:focus:after,.promoBox.promoBox-linkCard .promoBox-link-wrapper:hover:after{right:65px}.promoBox.promoBox-linkCard .promoBox-link-wrapper:focus .promoBox-text-wrapper p,.promoBox.promoBox-linkCard .promoBox-link-wrapper:hover .promoBox-text-wrapper p{color:#0033a0}}.promoBox.promoBox-linkCard .promoBox-image-wrapper{height:72px;width:72px;-ms-flex-negative:0;flex-shrink:0;border:1px solid #ced3de}.promoBox.promoBox-linkCard .promoBox-image{max-height:60%;max-width:60%}.promoBox.promoBox-linkCard .promoBox-text-icon-wrapper{margin-left:20px}@media only screen and (min-width:768px){.promoBox.promoBox-linkCard .promoBox-text-icon-wrapper{margin-left:50px;padding-right:20px}}@media only screen and (min-width:1620px){.promoBox.promoBox-linkCard .promoBox-text-icon-wrapper{padding-right:0}}.promoBox.promoBox-linkCard .promoBox-heading{font-size:24px;font-size:2.4rem;font-family:Interstate,sans-serif;line-height:1.375;font-weight:300;font-size:18px;font-size:1.8rem;margin:0}.promoBox.promoBox-linkCard .promoBox-heading:last-child{margin-bottom:0}@media only screen and (min-width:768px){.promoBox.promoBox-linkCard .promoBox-heading{font-size:24px;font-size:2.4rem}}.promoBox.promoBox-product{margin-bottom:20px}@media only screen and (min-width:768px){.promoBox.promoBox-product>.component-content{height:100%}}.promoBox.promoBox-product .promoBox-link-wrapper{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;border:2px solid transparent;transition:box-shadow .2s;background-color:#fff;display:block;padding:40px;text-align:center}.promoBox.promoBox-product .promoBox-link-wrapper:focus{border-color:#0033a0;outline:none}@media only screen and (min-width:1200px){.promoBox.promoBox-product .promoBox-link-wrapper:focus,.promoBox.promoBox-product .promoBox-link-wrapper:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}}@media only screen and (min-width:768px){.promoBox.promoBox-product .promoBox-link-wrapper{height:100%}}.promoBox.promoBox-product:last-child{margin-bottom:0}@media only screen and (min-width:768px){.promoBox.promoBox-product:last-child{margin-bottom:20px}}.promoBox.promoBox-product .promoBox-image-wrapper picture{width:255px;height:278px;max-width:100%;max-height:100%;margin-bottom:40px;margin-left:auto;margin-right:auto;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:1620px){.promoBox.promoBox-product .promoBox-image-wrapper picture{width:310px;height:380px}}.promoBox.promoBox-product .promoBox-image{max-height:100%;max-width:100%}.promoBox.promoBox-product .promoBox-heading{font-size:18px;font-size:1.8rem;font-family:Interstate,sans-serif;line-height:1.389;font-weight:300;margin-top:0}.promoBox.promoBox-product .promoBox-heading:last-child{margin-bottom:0}@media only screen and (min-width:1200px){.promoBox.promoBox-product .promoBox-heading{font-size:18px;font-size:1.8rem;font-family:Interstate,sans-serif;line-height:1.555;font-weight:400;margin-top:0;margin-bottom:30px}.promoBox.promoBox-product .promoBox-heading:last-child{margin-bottom:0}}.promoBox.promoBox-product .promoBox-read-more{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;display:inline-block;background:transparent;color:#0033a0;text-align:center;border:2px solid #0033a0;border-radius:4px;padding:14px 40px;transition:border-color,color,background,.2s ease-in;line-height:1}.promoBox.promoBox-product .promoBox-read-more:active,.promoBox.promoBox-product .promoBox-read-more:hover{opacity:1;color:#022d89;border-color:transparent}.promoBox.promoBox-product .promoBox-read-more:focus{border-color:#0033a0}.promoBox.promoBox-product .promoBox-read-more:hover{background:#0033a0;color:#fff}.promoBox.promoBox-product .promoBox-read-more:active{background:#022d89;color:#fff}.promoBox.promoBox-product .promoBox-read-more:disabled{color:#ced3de;border-color:#ced3de}.promoBox.promoBox-productInfo,.promoBox.promoBox-productInfoReversed{margin-bottom:20px}@media only screen and (min-width:1200px){.promoBox.promoBox-productInfo,.promoBox.promoBox-productInfoReversed{margin-bottom:70px}}.promoBox.promoBox-productInfo:last-child,.promoBox.promoBox-productInfoReversed:last-child{margin-bottom:0}.promoBox.promoBox-productInfo .promoBox-link-wrapper,.promoBox.promoBox-productInfoReversed .promoBox-link-wrapper{border-width:0;background:#fff;overflow:hidden}@media only screen and (min-width:1200px){.promoBox.promoBox-productInfo .promoBox-link-wrapper,.promoBox.promoBox-productInfoReversed .promoBox-link-wrapper{display:-ms-flexbox;display:flex;background:transparent;box-shadow:none;border-radius:0;-ms-flex-align:center;align-items:center}}@media only screen and (min-width:1200px){.promoBox.promoBox-productInfo a.promoBox-link-wrapper .promoBox-text-icon-wrapper,.promoBox.promoBox-productInfo div.promoBox-link-wrapper .promoBox-text-icon-wrapper,.promoBox.promoBox-productInfoReversed a.promoBox-link-wrapper .promoBox-text-icon-wrapper,.promoBox.promoBox-productInfoReversed div.promoBox-link-wrapper .promoBox-text-icon-wrapper{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;border:2px solid transparent;transition:box-shadow .2s}.promoBox.promoBox-productInfo a.promoBox-link-wrapper .promoBox-text-icon-wrapper:focus,.promoBox.promoBox-productInfoReversed a.promoBox-link-wrapper .promoBox-text-icon-wrapper:focus{border-color:#0033a0;outline:none}}@media only screen and (min-width:1200px) and (min-width:1200px){.promoBox.promoBox-productInfo a.promoBox-link-wrapper .promoBox-text-icon-wrapper:focus,.promoBox.promoBox-productInfo a.promoBox-link-wrapper .promoBox-text-icon-wrapper:hover,.promoBox.promoBox-productInfoReversed a.promoBox-link-wrapper .promoBox-text-icon-wrapper:focus,.promoBox.promoBox-productInfoReversed a.promoBox-link-wrapper .promoBox-text-icon-wrapper:hover{box-shadow:0 10px 15px 0 rgba(0,0,0,.1)}}@media only screen and (min-width:1200px){.promoBox.promoBox-productInfo a.promoBox-link-wrapper .promoBox-text-icon-wrapper:active,.promoBox.promoBox-productInfoReversed a.promoBox-link-wrapper .promoBox-text-icon-wrapper:active{box-shadow:0 10px 15px 0 rgba(0,0,0,.1)}}@media only screen and (min-width:1200px) and (min-width:1200px){.promoBox.promoBox-productInfo a.promoBox-link-wrapper .promoBox-text-icon-wrapper:active,.promoBox.promoBox-productInfoReversed a.promoBox-link-wrapper .promoBox-text-icon-wrapper:active{border-color:transparent;box-shadow:0 0 10px 0 rgba(0,51,160,.3)}}@media only screen and (min-width:1200px){.promoBox.promoBox-productInfo .promoBox-image-wrapper,.promoBox.promoBox-productInfoReversed .promoBox-image-wrapper{width:50%;position:relative;height:455px}.promoBox.promoBox-productInfo .promoBox-image-wrapper+.promoBox-text-icon-wrapper,.promoBox.promoBox-productInfoReversed .promoBox-image-wrapper+.promoBox-text-icon-wrapper{width:50%;border-top-left-radius:0;border-bottom-left-radius:0}}.promoBox.promoBox-productInfo .promoBox-image,.promoBox.promoBox-productInfoReversed .promoBox-image{width:100%}@media only screen and (min-width:1200px){.promoBox.promoBox-productInfo .promoBox-image,.promoBox.promoBox-productInfoReversed .promoBox-image{position:absolute;right:0;top:50%;transform:translateY(-50%);height:455px;width:auto;-o-object-fit:cover;object-fit:cover}}@media only screen and (min-width:1620px){.promoBox.promoBox-productInfo .promoBox-image,.promoBox.promoBox-productInfoReversed .promoBox-image{width:100%}}.promoBox.promoBox-productInfo .promoBox-text-icon-wrapper,.promoBox.promoBox-productInfoReversed .promoBox-text-icon-wrapper{padding:40px 30px 50px}@media only screen and (min-width:1200px){.promoBox.promoBox-productInfo .promoBox-text-icon-wrapper,.promoBox.promoBox-productInfoReversed .promoBox-text-icon-wrapper{padding:80px;background:#fff;min-height:375px}}@media only screen and (min-width:1200px){.promoBox.promoBox-productInfo .promoBox-heading,.promoBox.promoBox-productInfoReversed .promoBox-heading{font-size:36px;font-size:3.6rem;color:#0033a0}}@media only screen and (min-width:1200px){.promoBox.promoBox-productInfoReversed .promoBox-link-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media only screen and (min-width:1200px){.promoBox.promoBox-productInfoReversed .promoBox-image-wrapper+.promoBox-text-icon-rapper{border-radius:4px 0 0 4px}}@media only screen and (min-width:1200px){.promoBox.promoBox-productInfoReversed .promoBox-image{left:0;right:auto}}.box.box-equalHeightBoxesContainer .promoBox.promoBox-productInfo{margin-bottom:0}.box.box-equalHeightBoxesContainer .promoBox.promoBox-productInfo>.component-content,.box.box-equalHeightBoxesContainer .promoBox.promoBox-productInfo>.component-content .promoBox-link-wrapper{height:100%}.box.box-equalHeightBoxesContainer .promoBox.promoBox-productInfo>.component-content .promoBox-link-wrapper .promoBox-text-icon-wrapper{height:100%;min-height:0}.promoBox.promoBox-ncp,.promoBox.promoBox-ncpReversed{margin-bottom:20px}@media only screen and (min-width:1200px){.promoBox.promoBox-ncp,.promoBox.promoBox-ncpReversed{margin-bottom:70px}}.promoBox.promoBox-ncp:last-child,.promoBox.promoBox-ncpReversed:last-child{margin-bottom:0}.promoBox.promoBox-ncp .promoBox-link-wrapper,.promoBox.promoBox-ncpReversed .promoBox-link-wrapper{border-width:0;background:#fff;overflow:hidden}@media only screen and (min-width:1200px){.promoBox.promoBox-ncp .promoBox-link-wrapper,.promoBox.promoBox-ncpReversed .promoBox-link-wrapper{display:-ms-flexbox;display:flex;background:transparent;box-shadow:none;border-radius:0;-ms-flex-align:center;align-items:center}}@media only screen and (min-width:1200px){.promoBox.promoBox-ncp a.promoBox-link-wrapper .promoBox-text-icon-wrapper,.promoBox.promoBox-ncp div.promoBox-link-wrapper .promoBox-text-icon-wrapper,.promoBox.promoBox-ncpReversed a.promoBox-link-wrapper .promoBox-text-icon-wrapper,.promoBox.promoBox-ncpReversed div.promoBox-link-wrapper .promoBox-text-icon-wrapper{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;border:2px solid transparent;transition:box-shadow .2s}.promoBox.promoBox-ncp a.promoBox-link-wrapper .promoBox-text-icon-wrapper:focus,.promoBox.promoBox-ncpReversed a.promoBox-link-wrapper .promoBox-text-icon-wrapper:focus{border-color:#0033a0;outline:none}}@media only screen and (min-width:1200px) and (min-width:1200px){.promoBox.promoBox-ncp a.promoBox-link-wrapper .promoBox-text-icon-wrapper:focus,.promoBox.promoBox-ncp a.promoBox-link-wrapper .promoBox-text-icon-wrapper:hover,.promoBox.promoBox-ncpReversed a.promoBox-link-wrapper .promoBox-text-icon-wrapper:focus,.promoBox.promoBox-ncpReversed a.promoBox-link-wrapper .promoBox-text-icon-wrapper:hover{box-shadow:0 10px 15px 0 rgba(0,0,0,.1)}}@media only screen and (min-width:1200px){.promoBox.promoBox-ncp a.promoBox-link-wrapper .promoBox-text-icon-wrapper:active,.promoBox.promoBox-ncpReversed a.promoBox-link-wrapper .promoBox-text-icon-wrapper:active{box-shadow:0 10px 15px 0 rgba(0,0,0,.1)}}@media only screen and (min-width:1200px) and (min-width:1200px){.promoBox.promoBox-ncp a.promoBox-link-wrapper .promoBox-text-icon-wrapper:active,.promoBox.promoBox-ncpReversed a.promoBox-link-wrapper .promoBox-text-icon-wrapper:active{border-color:transparent;box-shadow:0 0 10px 0 rgba(0,51,160,.3)}}@media only screen and (min-width:1200px){.promoBox.promoBox-ncp .promoBox-image-wrapper,.promoBox.promoBox-ncpReversed .promoBox-image-wrapper{width:100%;position:relative;height:455px}.promoBox.promoBox-ncp .promoBox-image-wrapper+.promoBox-text-icon-wrapper,.promoBox.promoBox-ncpReversed .promoBox-image-wrapper+.promoBox-text-icon-wrapper{width:50%;border-top-left-radius:0;border-bottom-left-radius:0}}.promoBox.promoBox-ncp .promoBox-image,.promoBox.promoBox-ncpReversed .promoBox-image{width:100%}@media only screen and (min-width:1200px){.promoBox.promoBox-ncp .promoBox-image,.promoBox.promoBox-ncpReversed .promoBox-image{position:absolute;right:0;top:50%;transform:translateY(-50%);height:455px;width:auto;-o-object-fit:cover;object-fit:cover}}@media only screen and (min-width:1620px){.promoBox.promoBox-ncp .promoBox-image,.promoBox.promoBox-ncpReversed .promoBox-image{width:100%}}.promoBox.promoBox-ncp .promoBox-text-icon-wrapper,.promoBox.promoBox-ncpReversed .promoBox-text-icon-wrapper{padding:40px 30px 50px}@media only screen and (min-width:1200px){.promoBox.promoBox-ncp .promoBox-text-icon-wrapper,.promoBox.promoBox-ncpReversed .promoBox-text-icon-wrapper{padding:60px;background:#fff;min-height:375px}}@media only screen and (min-width:1200px){.promoBox.promoBox-ncp .promoBox-heading,.promoBox.promoBox-ncpReversed .promoBox-heading{font-size:36px;font-size:3.6rem;color:#0033a0}}@media only screen and (min-width:1200px){.promoBox.promoBox-ncpReversed .promoBox-link-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media only screen and (min-width:1200px){.promoBox.promoBox-ncpReversed .promoBox-image-wrapper+.promoBox-text-icon-rapper{border-radius:4px 0 0 4px}}@media only screen and (min-width:1200px){.promoBox.promoBox-ncpReversed .promoBox-image{left:0;right:auto}}.box.box-equalHeightBoxesContainer .promoBox.promoBox-ncp{margin-bottom:0}.box.box-equalHeightBoxesContainer .promoBox.promoBox-ncp>.component-content,.box.box-equalHeightBoxesContainer .promoBox.promoBox-ncp>.component-content .promoBox-link-wrapper{height:100%}.box.box-equalHeightBoxesContainer .promoBox.promoBox-ncp>.component-content .promoBox-link-wrapper .promoBox-text-icon-wrapper{height:100%;min-height:0}.promoBox.promoBox-productWithCta{margin-bottom:20px}@media only screen and (min-width:768px){.promoBox.promoBox-productWithCta>.component-content{height:100%}}.promoBox.promoBox-productWithCta .promoBox-link-wrapper{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;border:2px solid transparent;transition:box-shadow .2s;background-color:#fff;display:block;padding:40px;text-align:center}.promoBox.promoBox-productWithCta .promoBox-link-wrapper:focus{border-color:#0033a0;outline:none}@media only screen and (min-width:1200px){.promoBox.promoBox-productWithCta .promoBox-link-wrapper:focus,.promoBox.promoBox-productWithCta .promoBox-link-wrapper:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}}@media only screen and (min-width:768px){.promoBox.promoBox-productWithCta .promoBox-link-wrapper{height:100%}}.promoBox.promoBox-productWithCta:last-child{margin-bottom:0}@media only screen and (min-width:768px){.promoBox.promoBox-productWithCta:last-child{margin-bottom:20px}}.promoBox.promoBox-productWithCta .promoBox-image-wrapper picture{width:255px;height:278px;max-width:100%;max-height:100%;margin-bottom:40px;margin-left:auto;margin-right:auto;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:1620px){.promoBox.promoBox-productWithCta .promoBox-image-wrapper picture{width:310px;height:380px}}.promoBox.promoBox-productWithCta .promoBox-image{max-height:100%;max-width:100%}.promoBox.promoBox-productWithCta .promoBox-heading{font-size:18px;font-size:1.8rem;line-height:1.389}@media only screen and (min-width:1200px){.promoBox.promoBox-productWithCta .promoBox-heading{font-size:18px;font-size:1.8rem;font-family:Interstate,sans-serif;line-height:1.555;font-weight:400;margin-top:0;margin-bottom:30px}.promoBox.promoBox-productWithCta .promoBox-heading:last-child{margin-bottom:0}}.promoBox.promoBox-productWithCta .promoBox-read-more{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;display:inline-block;background:transparent;color:#0033a0;text-align:center;border:2px solid #0033a0;border-radius:4px;padding:14px 40px;transition:border-color,color,background,.2s ease-in;line-height:1}.promoBox.promoBox-productWithCta .promoBox-read-more:active,.promoBox.promoBox-productWithCta .promoBox-read-more:hover{opacity:1;color:#022d89;border-color:transparent}.promoBox.promoBox-productWithCta .promoBox-read-more:focus{border-color:#0033a0}.promoBox.promoBox-productWithCta .promoBox-read-more:hover{background:#0033a0;color:#fff}.promoBox.promoBox-productWithCta .promoBox-read-more:active{background:#022d89;color:#fff}.promoBox.promoBox-productWithCta .promoBox-read-more:disabled{color:#ced3de;border-color:#ced3de}.promoBox.promoBox-productWithCta.col-xs-12 .promoBox-link-wrapper{max-width:500px;margin-left:auto;margin-right:auto}@media only screen and (min-width:1200px){.promoBox.promoBox-productWithCta.col-xs-12 .promoBox-link-wrapper{max-width:none;margin-left:0;margin-right:0}}.promoBox.promoBox-productWithCta .promoBox-heading{font-size:24px;font-size:2.4rem;font-family:Interstate,sans-serif;line-height:1.375;font-weight:300;margin-top:0;color:#484c53;margin-bottom:20px}.promoBox.promoBox-productWithCta .promoBox-heading:last-child{margin-bottom:0}@media only screen and (min-width:1200px){.promoBox.promoBox-productWithCta .promoBox-heading{min-height:66px}}.promoBox-articleInterrupter{overflow:hidden}.promoBox-articleInterrupter .component-content{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;max-width:100%}@media only screen and (min-width:768px){.promoBox-articleInterrupter .component-content{width:768px}}@media only screen and (min-width:1200px){.promoBox-articleInterrupter .component-content{width:1200px}}@media only screen and (min-width:1620px){.promoBox-articleInterrupter .component-content{padding-left:0;padding-right:0;width:1620px}}.promoBox-articleInterrupter .component-content:after{content:"";display:block;clear:both}.promoBox-articleInterrupter .promoBox-link-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding:0 0 45px}@media only screen and (min-width:768px){.promoBox-articleInterrupter .promoBox-link-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse;padding:0}}.promoBox-articleInterrupter .promoBox-link-wrapper:hover .promoBox-read-more{color:#022d89;border-bottom:2px solid #0033a0}.promoBox-articleInterrupter .promoBox-link-wrapper:focus{outline:0}.promoBox-articleInterrupter .promoBox-link-wrapper:focus .promoBox-read-more{opacity:1;outline:2px solid #3074db;outline-offset:1px}.promoBox-articleInterrupter .promoBox-link-wrapper:focus .promoBox-read-more:active{outline:0}.promoBox-articleInterrupter .promoBox-image-wrapper{display:-ms-grid;display:grid;-ms-flex-positive:2;flex-grow:2;margin-bottom:40px;font-size:0;margin-left:-20px;margin-right:-20px}@media only screen and (min-width:768px){.promoBox-articleInterrupter .promoBox-image-wrapper{width:50%;padding-left:10px;padding-right:10px;margin-bottom:0;margin-left:0;margin-right:calc(364px - 50vw)}}@media only screen and (min-width:1200px){.promoBox-articleInterrupter .promoBox-image-wrapper{margin-left:8.33333%;margin-right:calc(580px - 50vw)}}@media only screen and (min-width:1620px){.promoBox-articleInterrupter .promoBox-image-wrapper{margin-right:calc(790px - 50vw)}}@media only screen and (min-width:1620px){.promoBox-articleInterrupter .promoBox-image{max-width:960px}}.promoBox-articleInterrupter .promoBox-text-icon-wrapper{text-align:center}@media only screen and (min-width:768px){.promoBox-articleInterrupter .promoBox-text-icon-wrapper{width:50%;padding:20px;text-align:initial}}@media only screen and (min-width:1200px){.promoBox-articleInterrupter .promoBox-text-icon-wrapper{margin-left:8.33333%;width:33.33333%;padding-left:10px;padding-right:10px}}.promoBox-articleInterrupter .promoBox-heading{font-size:24px;font-size:2.4rem;font-family:Interstate,sans-serif;line-height:1.375;font-weight:300;margin-top:0;margin-bottom:25px}@media only screen and (min-width:1200px){.promoBox-articleInterrupter .promoBox-heading{font-size:32px;font-size:3.2rem;line-height:1.219}}.promoBox-articleInterrupter .promoBox-heading:last-child{margin-bottom:0}@media only screen and (min-width:768px){.promoBox-articleInterrupter .promoBox-heading{margin-bottom:35px}}.promoBox-articleInterrupter .promoBox-description{font-size:18px;font-size:1.8rem;font-family:Interstate,sans-serif;line-height:1.389;font-weight:300;margin-top:0;color:#484c53;margin-bottom:25px}.promoBox-articleInterrupter .promoBox-description:last-child{margin-bottom:0}@media only screen and (min-width:768px){.promoBox-articleInterrupter .promoBox-description{margin-bottom:35px}}.promoBox-articleInterrupter .promoBox-read-more-wrapper{display:block}.promoBox-articleInterrupter .promoBox-read-more{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;color:#0033a0;padding-bottom:0;border:2px solid transparent;display:inline-block;transition:border-bottom-color .2s ease-in;margin:0 auto}.promoBox-articleInterrupter .promoBox-read-more:active,.promoBox-articleInterrupter .promoBox-read-more:focus,.promoBox-articleInterrupter .promoBox-read-more:hover{opacity:1;color:#022d89;border-color:transparent}.promoBox-articleInterrupter .promoBox-read-more:after{content:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);display:inline-block;width:6px;margin-left:15px;transform:translateY(-1px)}.promoBox-articleInterrupter .promoBox-read-more:hover{border-bottom:2px solid #0033a0}.promoBox-articleInterrupter .promoBox-read-more:disabled{color:#ced3de}@media only screen and (min-width:1200px){.promoBox-articleInterrupter .promoBox-read-more{margin:0}}.promoBox-fullCopyBlockWithImage{overflow:hidden}.promoBox-fullCopyBlockWithImage .promoBox-link-wrapper{margin-right:auto;margin-left:auto;max-width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-ms-flex-align:center;align-items:center;padding:50px 10px}@media only screen and (min-width:768px){.promoBox-fullCopyBlockWithImage .promoBox-link-wrapper{width:768px}}@media only screen and (min-width:1200px){.promoBox-fullCopyBlockWithImage .promoBox-link-wrapper{width:1200px}}@media only screen and (min-width:1620px){.promoBox-fullCopyBlockWithImage .promoBox-link-wrapper{padding-left:0;padding-right:0;width:1620px}}.promoBox-fullCopyBlockWithImage .promoBox-link-wrapper:after{content:"";display:block;clear:both}@media only screen and (min-width:768px){.promoBox-fullCopyBlockWithImage .promoBox-link-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse;padding-top:0;padding-bottom:0}}.promoBox-fullCopyBlockWithImage .promoBox-image-wrapper{display:-ms-grid;display:grid;-ms-flex-positive:2;flex-grow:2;font-size:0;margin-left:-20px;margin-right:-20px}@media only screen and (min-width:768px){.promoBox-fullCopyBlockWithImage .promoBox-image-wrapper{width:50%;padding-left:10px;padding-right:10px;margin-bottom:0;margin-left:0;margin-right:calc(364px - 50vw)}}@media only screen and (min-width:1200px){.promoBox-fullCopyBlockWithImage .promoBox-image-wrapper{margin-left:8.33333%;margin-right:calc(580px - 50vw)}}@media only screen and (min-width:1620px){.promoBox-fullCopyBlockWithImage .promoBox-image-wrapper{margin-right:calc(790px - 50vw)}}@media only screen and (min-width:1620px){.promoBox-fullCopyBlockWithImage .promoBox-image{max-width:960px}}.promoBox-fullCopyBlockWithImage .promoBox-text-icon-wrapper{margin-bottom:35px}@media only screen and (min-width:768px){.promoBox-fullCopyBlockWithImage .promoBox-text-icon-wrapper{width:50%;padding:20px;margin-bottom:0}}@media only screen and (min-width:1200px){.promoBox-fullCopyBlockWithImage .promoBox-text-icon-wrapper{margin-left:8.33333%;width:33.33333%;padding-left:10px;padding-right:10px}}.promoBox-fullCopyBlockWithImage .promoBox-heading{font-size:32px;font-size:3.2rem;font-family:Interstate,sans-serif;line-height:1.219;font-weight:300;margin-top:0;color:#0033a0;margin-bottom:35px}@media only screen and (min-width:1200px){.promoBox-fullCopyBlockWithImage .promoBox-heading{font-size:36px;font-size:3.6rem;line-height:1.194}}.promoBox-fullCopyBlockWithImage .promoBox-heading:last-child{margin-bottom:0}@media only screen and (min-width:768px){.promoBox-fullCopyBlockWithImage .promoBox-heading{margin-bottom:50px}}.promoBox.promoBox-fullCopyBlockWithImage-blackText{padding:0}@media screen and (min-width:768px){.promoBox.promoBox-fullCopyBlockWithImage-blackText{padding:0}}.promoBox.promoBox-fullCopyBlockWithImage-blackText .promoBox-link-wrapper .promoBox-heading{color:#484c53;padding:0}.promoBox.promoBox-singleArticleTout-reversed .promoBox-link-wrapper,.promoBox.promoBox-singleArticleTout .promoBox-link-wrapper{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;transition:box-shadow .2s;display:block;color:#484c53;border:0 solid transparent;background:#fff}.promoBox.promoBox-singleArticleTout-reversed .promoBox-link-wrapper:focus,.promoBox.promoBox-singleArticleTout .promoBox-link-wrapper:focus{border-color:#0033a0;outline:none}@media only screen and (min-width:1200px){.promoBox.promoBox-singleArticleTout-reversed .promoBox-link-wrapper:focus,.promoBox.promoBox-singleArticleTout-reversed .promoBox-link-wrapper:hover,.promoBox.promoBox-singleArticleTout .promoBox-link-wrapper:focus,.promoBox.promoBox-singleArticleTout .promoBox-link-wrapper:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}}@media only screen and (min-width:1200px){.promoBox.promoBox-singleArticleTout-reversed .promoBox-link-wrapper,.promoBox.promoBox-singleArticleTout .promoBox-link-wrapper{display:-ms-flexbox;display:flex}}.promoBox.promoBox-singleArticleTout-reversed .promoBox-link-wrapper:focus,.promoBox.promoBox-singleArticleTout .promoBox-link-wrapper:focus{outline:2px solid #0033a0}@media only screen and (min-width:1200px){.promoBox.promoBox-singleArticleTout-reversed .promoBox-image-wrapper,.promoBox.promoBox-singleArticleTout .promoBox-image-wrapper{width:50%;-ms-flex:0 0 50%;flex:0 0 50%}.promoBox.promoBox-singleArticleTout-reversed .promoBox-image-wrapper picture,.promoBox.promoBox-singleArticleTout .promoBox-image-wrapper picture{display:block;width:100%;height:100%;position:relative;overflow:hidden}.promoBox.promoBox-singleArticleTout-reversed .promoBox-image-wrapper+.promoBox-text-icon-wrapper,.promoBox.promoBox-singleArticleTout .promoBox-image-wrapper+.promoBox-text-icon-wrapper{width:50%}}.promoBox.promoBox-singleArticleTout-reversed .promoBox-image,.promoBox.promoBox-singleArticleTout .promoBox-image{width:100%;border-top-left-radius:4px;border-top-right-radius:4px}@media only screen and (min-width:1200px){.promoBox.promoBox-singleArticleTout-reversed .promoBox-image,.promoBox.promoBox-singleArticleTout .promoBox-image{width:auto;min-width:100%;min-height:100%;-o-object-fit:cover;object-fit:cover;border-top-right-radius:0;border-bottom-left-radius:4px;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}}.promoBox.promoBox-singleArticleTout-reversed .promoBox-text-wrapper,.promoBox.promoBox-singleArticleTout .promoBox-text-wrapper{padding:40px 30px}@media only screen and (min-width:1200px){.promoBox.promoBox-singleArticleTout-reversed .promoBox-text-wrapper,.promoBox.promoBox-singleArticleTout .promoBox-text-wrapper{padding:80px}}.promoBox.promoBox-singleArticleTout-reversed .promoBox-heading,.promoBox.promoBox-singleArticleTout .promoBox-heading{font-size:24px;font-size:2.4rem;font-family:Interstate,sans-serif;line-height:1.375;font-weight:300;margin-top:0}@media only screen and (min-width:1200px){.promoBox.promoBox-singleArticleTout-reversed .promoBox-heading,.promoBox.promoBox-singleArticleTout .promoBox-heading{font-size:32px;font-size:3.2rem;line-height:1.219}}.promoBox.promoBox-singleArticleTout-reversed .promoBox-heading:last-child,.promoBox.promoBox-singleArticleTout .promoBox-heading:last-child{margin-bottom:0}@media only screen and (min-width:1200px){.promoBox.promoBox-singleArticleTout-reversed .promoBox-heading,.promoBox.promoBox-singleArticleTout .promoBox-heading{font-size:36px;font-size:3.6rem}}.promoBox.promoBox-singleArticleTout-reversed .promoBox-description,.promoBox.promoBox-singleArticleTout .promoBox-description{font-size:16.5px;font-size:1.65rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:400;margin-top:0;font-weight:300;margin-bottom:30px}.promoBox.promoBox-singleArticleTout-reversed .promoBox-description:last-child,.promoBox.promoBox-singleArticleTout .promoBox-description:last-child{margin-bottom:0}.promoBox.promoBox-singleArticleTout-reversed .promoBox-read-more,.promoBox.promoBox-singleArticleTout .promoBox-read-more{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;color:#0033a0;padding-bottom:0;border:2px solid transparent;display:inline-block;transition:border-bottom-color .2s ease-in}.promoBox.promoBox-singleArticleTout-reversed .promoBox-read-more:active,.promoBox.promoBox-singleArticleTout-reversed .promoBox-read-more:focus,.promoBox.promoBox-singleArticleTout-reversed .promoBox-read-more:hover,.promoBox.promoBox-singleArticleTout .promoBox-read-more:active,.promoBox.promoBox-singleArticleTout .promoBox-read-more:focus,.promoBox.promoBox-singleArticleTout .promoBox-read-more:hover{opacity:1;color:#022d89;border-color:transparent}.promoBox.promoBox-singleArticleTout-reversed .promoBox-read-more:after,.promoBox.promoBox-singleArticleTout .promoBox-read-more:after{content:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);display:inline-block;width:6px;margin-left:15px;transform:translateY(-1px)}.promoBox.promoBox-singleArticleTout-reversed .promoBox-read-more:hover,.promoBox.promoBox-singleArticleTout .promoBox-read-more:hover{border-bottom:2px solid #0033a0}.promoBox.promoBox-singleArticleTout-reversed .promoBox-read-more:disabled,.promoBox.promoBox-singleArticleTout .promoBox-read-more:disabled{color:#ced3de}.promoBox.promoBox-singleArticleTout-reversed .promoBox-link-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.promoBox-megaServiceCard{margin-bottom:20px}@media only screen and (min-width:768px){.promoBox-megaServiceCard>.component-content{height:100%}}.promoBox-megaServiceCard .promoBox-link-wrapper{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;border:2px solid transparent;transition:box-shadow .2s;background:#fff;padding:40px 30px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:start;text-decoration:none;color:#484c53}.promoBox-megaServiceCard .promoBox-link-wrapper:focus{border-color:#0033a0;outline:none}@media only screen and (min-width:1200px){.promoBox-megaServiceCard .promoBox-link-wrapper:focus,.promoBox-megaServiceCard .promoBox-link-wrapper:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}}@media only screen and (min-width:768px){.promoBox-megaServiceCard .promoBox-link-wrapper{height:100%}}@media only screen and (min-width:1200px){.promoBox-megaServiceCard .promoBox-link-wrapper{padding:60px 100px}}.promoBox-megaServiceCard .promoBox-link-wrapper:focus .promoBox-heading,.promoBox-megaServiceCard .promoBox-link-wrapper:hover .promoBox-heading{color:#0033a0}.promoBox-megaServiceCard .promoBox-icon-wrapper{height:80px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:10px}.promoBox-megaServiceCard .promoBox-icon-wrapper img{max-height:100%}.promoBox-megaServiceCard .promoBox-image-wrapper{-ms-flex-order:2;order:2}.promoBox-megaServiceCard .promoBox-image-wrapper picture{height:60px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.promoBox-megaServiceCard .promoBox-image-wrapper img{max-height:100%}.promoBox-megaServiceCard .promoBox-text-wrapper{margin-bottom:15px}.promoBox-megaServiceCard .promoBox-heading{font-size:32px;font-size:3.2rem;font-family:Interstate,sans-serif;line-height:1.219;margin-top:0;font-weight:300}@media only screen and (min-width:1200px){.promoBox-megaServiceCard .promoBox-heading{font-size:36px;font-size:3.6rem;line-height:1.194}}.promoBox-megaServiceCard .promoBox-heading:last-child{margin-bottom:0}.promoBox-megaServiceCard .promoBox-description{font-size:16.5px;font-size:1.65rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:400;margin-top:0;font-weight:300;margin-bottom:30px}.promoBox-megaServiceCard .promoBox-description:last-child{margin-bottom:0}.promoBox-megaServiceCard .promoBox-description li{font-weight:inherit}.promoBox-largeOfferingCard,.promoBox-smallOfferingCard{margin-bottom:20px}.promoBox-largeOfferingCard .promoBox-link-wrapper,.promoBox-smallOfferingCard .promoBox-link-wrapper{border-width:1px}@media only screen and (min-width:768px){.promoBox-largeOfferingCard .promoBox-link-wrapper:focus .promoBox-image-wrapper:before,.promoBox-largeOfferingCard .promoBox-link-wrapper:hover .promoBox-image-wrapper:before,.promoBox-smallOfferingCard .promoBox-link-wrapper:focus .promoBox-image-wrapper:before,.promoBox-smallOfferingCard .promoBox-link-wrapper:hover .promoBox-image-wrapper:before{border-color:#f1c400;transition:border-top-color .1s linear,border-right-color .1s linear .1s,border-bottom-color .1s linear .2s,border-left-color .1s linear .3s}.promoBox-largeOfferingCard .promoBox-link-wrapper:focus .promoBox-image-wrapper:after,.promoBox-largeOfferingCard .promoBox-link-wrapper:hover .promoBox-image-wrapper:after,.promoBox-smallOfferingCard .promoBox-link-wrapper:focus .promoBox-image-wrapper:after,.promoBox-smallOfferingCard .promoBox-link-wrapper:hover .promoBox-image-wrapper:after{border-top-color:#f1c400;transform:rotate(270deg);transition:transform .4s linear}}.promoBox-largeOfferingCard .promoBox-image-wrapper,.promoBox-smallOfferingCard .promoBox-image-wrapper{border-radius:100%;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;transform:rotate(45deg)}@media only screen and (min-width:768px){.promoBox-largeOfferingCard .promoBox-image-wrapper:after,.promoBox-largeOfferingCard .promoBox-image-wrapper:before,.promoBox-smallOfferingCard .promoBox-image-wrapper:after,.promoBox-smallOfferingCard .promoBox-image-wrapper:before{content:"";position:absolute;top:-2px;left:-2px;bottom:-2px;right:-2px;border-radius:100%;border:2px solid transparent}}.promoBox-largeOfferingCard .promoBox-image,.promoBox-smallOfferingCard .promoBox-image{transform:rotate(-45deg)}@media only screen and (min-width:768px){.promoBox-largeOfferingCard>.component-content,.promoBox-smallOfferingCard>.component-content{height:100%}}.promoBox-largeOfferingCard .promoBox-link-wrapper,.promoBox-smallOfferingCard .promoBox-link-wrapper{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;border:2px solid transparent;transition:box-shadow .2s;background:#fff;padding:40px 30px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:start;text-decoration:none;color:#484c53}.promoBox-largeOfferingCard .promoBox-link-wrapper:focus,.promoBox-smallOfferingCard .promoBox-link-wrapper:focus{border-color:#0033a0;outline:none}@media only screen and (min-width:1200px){.promoBox-largeOfferingCard .promoBox-link-wrapper:focus,.promoBox-largeOfferingCard .promoBox-link-wrapper:hover,.promoBox-smallOfferingCard .promoBox-link-wrapper:focus,.promoBox-smallOfferingCard .promoBox-link-wrapper:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}}@media only screen and (min-width:768px){.promoBox-largeOfferingCard .promoBox-link-wrapper,.promoBox-smallOfferingCard .promoBox-link-wrapper{padding:60px;height:100%;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}}.promoBox-largeOfferingCard .promoBox-image-wrapper,.promoBox-smallOfferingCard .promoBox-image-wrapper{margin-bottom:25px;border:0}@media only screen and (min-width:768px){.promoBox-largeOfferingCard .promoBox-image-wrapper,.promoBox-smallOfferingCard .promoBox-image-wrapper{height:160px;width:160px;margin-bottom:0;-ms-flex-negative:0;flex-shrink:0;border:1px solid #ced3de}}@media only screen and (min-width:768px){.promoBox-largeOfferingCard .promoBox-image-wrapper+.promoBox-text-icon-wrapper,.promoBox-smallOfferingCard .promoBox-image-wrapper+.promoBox-text-icon-wrapper{margin-left:50px;-ms-flex-negative:2;flex-shrink:2}}.promoBox-largeOfferingCard .promoBox-image,.promoBox-smallOfferingCard .promoBox-image{max-width:45px;max-height:45px}@media only screen and (min-width:768px){.promoBox-largeOfferingCard .promoBox-image,.promoBox-smallOfferingCard .promoBox-image{max-width:50%;max-height:50%}}.promoBox-largeOfferingCard .promoBox-heading,.promoBox-smallOfferingCard .promoBox-heading{font-size:32px;font-size:3.2rem;font-family:Interstate,sans-serif;line-height:1.219;font-weight:300;margin-top:0}@media only screen and (min-width:1200px){.promoBox-largeOfferingCard .promoBox-heading,.promoBox-smallOfferingCard .promoBox-heading{font-size:36px;font-size:3.6rem;line-height:1.194}}.promoBox-largeOfferingCard .promoBox-heading:last-child,.promoBox-smallOfferingCard .promoBox-heading:last-child{margin-bottom:0}.promoBox-largeOfferingCard .promoBox-description,.promoBox-smallOfferingCard .promoBox-description{font-size:16.5px;font-size:1.65rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:400;margin-top:0;margin-bottom:30px}.promoBox-largeOfferingCard .promoBox-description:last-child,.promoBox-smallOfferingCard .promoBox-description:last-child{margin-bottom:0}.promoBox-largeOfferingCard .promoBox-read-more,.promoBox-smallOfferingCard .promoBox-read-more{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;color:#0033a0;padding-bottom:0;border:2px solid transparent;display:inline-block;transition:border-bottom-color .2s ease-in}.promoBox-largeOfferingCard .promoBox-read-more:active,.promoBox-largeOfferingCard .promoBox-read-more:focus,.promoBox-largeOfferingCard .promoBox-read-more:hover,.promoBox-smallOfferingCard .promoBox-read-more:active,.promoBox-smallOfferingCard .promoBox-read-more:focus,.promoBox-smallOfferingCard .promoBox-read-more:hover{opacity:1;color:#022d89;border-color:transparent}.promoBox-largeOfferingCard .promoBox-read-more:after,.promoBox-smallOfferingCard .promoBox-read-more:after{content:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);display:inline-block;width:6px;margin-left:15px;transform:translateY(-1px)}.promoBox-largeOfferingCard .promoBox-read-more:hover,.promoBox-smallOfferingCard .promoBox-read-more:hover{border-bottom:2px solid #0033a0}.promoBox-largeOfferingCard .promoBox-read-more:disabled,.promoBox-smallOfferingCard .promoBox-read-more:disabled{color:#ced3de}.promoBox-largeOfferingCard .promoBox-read-more:hover,.promoBox-smallOfferingCard .promoBox-read-more:hover{border-bottom-color:transparent}@media only screen and (min-width:1200px){.promoBox-largeOfferingCard{margin-bottom:0}}@media only screen and (min-width:1200px){.promoBox-largeOfferingCard .promoBox-image-wrapper{width:225px;height:225px}}.promoBox-patientStoryTout,.promoBox-patientStoryToutReversed{margin-bottom:25px}.promoBox-patientStoryTout:last-child,.promoBox-patientStoryToutReversed:last-child{margin-bottom:0}.promoBox-patientStoryTout .promoBox-link-wrapper,.promoBox-patientStoryToutReversed .promoBox-link-wrapper{display:block;padding:0 0 50px;text-align:center}@media only screen and (min-width:768px){.promoBox-patientStoryTout .promoBox-link-wrapper,.promoBox-patientStoryToutReversed .promoBox-link-wrapper{text-align:left;padding:0;display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch}}.promoBox-patientStoryTout .promoBox-link-wrapper:hover .promoBox-read-more,.promoBox-patientStoryToutReversed .promoBox-link-wrapper:hover .promoBox-read-more{color:#022d89;border-bottom:2px solid #0033a0}.promoBox-patientStoryTout .promoBox-link-wrapper:focus,.promoBox-patientStoryToutReversed .promoBox-link-wrapper:focus{outline:0}.promoBox-patientStoryTout .promoBox-link-wrapper:focus .promoBox-read-more,.promoBox-patientStoryToutReversed .promoBox-link-wrapper:focus .promoBox-read-more{opacity:1;outline:2px solid #3074db;outline-offset:1px}.promoBox-patientStoryTout .promoBox-link-wrapper:focus .promoBox-read-more:active,.promoBox-patientStoryToutReversed .promoBox-link-wrapper:focus .promoBox-read-more:active{outline:0}.promoBox-patientStoryTout .promoBox-image-wrapper,.promoBox-patientStoryToutReversed .promoBox-image-wrapper{margin-top:auto;margin-bottom:auto}@media only screen and (min-width:768px){.promoBox-patientStoryTout .promoBox-image-wrapper,.promoBox-patientStoryToutReversed .promoBox-image-wrapper{width:50%;padding:0;margin-right:8.33333%;-ms-flex-negative:0;flex-shrink:0}}@media only screen and (min-width:1620px){.promoBox-patientStoryTout .promoBox-image-wrapper,.promoBox-patientStoryToutReversed .promoBox-image-wrapper{width:41.66667%;margin-left:8.33333%;padding:0}}.promoBox-patientStoryTout .promoBox-image-wrapper img,.promoBox-patientStoryTout .promoBox-image-wrapper picture,.promoBox-patientStoryToutReversed .promoBox-image-wrapper img,.promoBox-patientStoryToutReversed .promoBox-image-wrapper picture{height:100%;display:block}.promoBox-patientStoryTout .promoBox-image-wrapper img,.promoBox-patientStoryToutReversed .promoBox-image-wrapper img{margin:0 auto;-o-object-fit:cover;object-fit:cover;max-height:400px;width:100%;max-width:375px}@media only screen and (min-width:1200px){.promoBox-patientStoryTout .promoBox-image-wrapper img,.promoBox-patientStoryToutReversed .promoBox-image-wrapper img{max-height:600px;max-width:100%}}@media only screen and (min-width:1620px){.promoBox-patientStoryTout .promoBox-image-wrapper img,.promoBox-patientStoryToutReversed .promoBox-image-wrapper img{max-height:800px}}@media only screen and (min-width:768px){.promoBox-patientStoryTout .promoBox-text-icon-wrapper,.promoBox-patientStoryToutReversed .promoBox-text-icon-wrapper{padding:20px 20px 20px 0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column}}@media only screen and (min-width:1200px){.promoBox-patientStoryTout .promoBox-text-icon-wrapper,.promoBox-patientStoryToutReversed .promoBox-text-icon-wrapper{padding:40px 40px 40px 0}}.promoBox-patientStoryTout .promoBox-icon,.promoBox-patientStoryToutReversed .promoBox-icon{display:block;width:70px;margin:10px auto}@media only screen and (min-width:768px){.promoBox-patientStoryTout .promoBox-icon,.promoBox-patientStoryToutReversed .promoBox-icon{margin:0 0 10px}}.promoBox-patientStoryTout .promoBox-heading,.promoBox-patientStoryToutReversed .promoBox-heading{font-size:24px;font-size:2.4rem;font-family:Interstate,sans-serif;line-height:1.375;font-weight:300;margin-top:0;margin-bottom:25px}@media only screen and (min-width:1200px){.promoBox-patientStoryTout .promoBox-heading,.promoBox-patientStoryToutReversed .promoBox-heading{font-size:32px;font-size:3.2rem;line-height:1.219}}.promoBox-patientStoryTout .promoBox-heading:last-child,.promoBox-patientStoryToutReversed .promoBox-heading:last-child{margin-bottom:0}@media only screen and (min-width:768px){.promoBox-patientStoryTout .promoBox-heading,.promoBox-patientStoryToutReversed .promoBox-heading{margin-bottom:35px}}.promoBox-patientStoryTout .promoBox-description,.promoBox-patientStoryToutReversed .promoBox-description{font-size:16.5px;font-size:1.65rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:400;margin-top:0;color:#484c53;margin-bottom:25px}.promoBox-patientStoryTout .promoBox-description:last-child,.promoBox-patientStoryToutReversed .promoBox-description:last-child{margin-bottom:0}@media only screen and (min-width:768px){.promoBox-patientStoryTout .promoBox-description,.promoBox-patientStoryToutReversed .promoBox-description{margin-bottom:35px}}.promoBox-patientStoryTout .promoBox-description p,.promoBox-patientStoryToutReversed .promoBox-description p{font-size:16.5px;font-size:1.65rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:400;margin-top:0;margin-bottom:30px}.promoBox-patientStoryTout .promoBox-description p:last-child,.promoBox-patientStoryToutReversed .promoBox-description p:last-child{margin-bottom:0}.promoBox-patientStoryTout .promoBox-read-more-wrapper,.promoBox-patientStoryToutReversed .promoBox-read-more-wrapper{display:block}.promoBox-patientStoryTout .promoBox-read-more,.promoBox-patientStoryToutReversed .promoBox-read-more{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;color:#0033a0;padding-bottom:0;border:2px solid transparent;display:inline-block;transition:border-bottom-color .2s ease-in;margin:0 auto}.promoBox-patientStoryTout .promoBox-read-more:active,.promoBox-patientStoryTout .promoBox-read-more:focus,.promoBox-patientStoryTout .promoBox-read-more:hover,.promoBox-patientStoryToutReversed .promoBox-read-more:active,.promoBox-patientStoryToutReversed .promoBox-read-more:focus,.promoBox-patientStoryToutReversed .promoBox-read-more:hover{opacity:1;color:#022d89;border-color:transparent}.promoBox-patientStoryTout .promoBox-read-more:after,.promoBox-patientStoryToutReversed .promoBox-read-more:after{content:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);display:inline-block;width:6px;margin-left:15px;transform:translateY(-1px)}.promoBox-patientStoryTout .promoBox-read-more:hover,.promoBox-patientStoryToutReversed .promoBox-read-more:hover{border-bottom:2px solid #0033a0}.promoBox-patientStoryTout .promoBox-read-more:disabled,.promoBox-patientStoryToutReversed .promoBox-read-more:disabled{color:#ced3de}@media only screen and (min-width:768px){.promoBox-patientStoryTout .promoBox-read-more,.promoBox-patientStoryToutReversed .promoBox-read-more{margin:0}}.promoBox-patientStoryTout:last-child .promoBox-link-wrapper,.promoBox-patientStoryToutReversed:last-child .promoBox-link-wrapper{padding-bottom:0}@media only screen and (min-width:768px){.promoBox-patientStoryToutReversed .promoBox-link-wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media only screen and (min-width:768px){.promoBox-patientStoryToutReversed .promoBox-link-wrapper .promoBox-image-wrapper{margin-right:0}}@media only screen and (min-width:1620px){.promoBox-patientStoryToutReversed .promoBox-link-wrapper .promoBox-text-icon-wrapper{margin-left:8.33333%}}.promoBox-read-more-external{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;color:#0033a0;padding-bottom:0;border:2px solid transparent;display:inline-block;transition:border-bottom-color .2s ease-in;margin:0 auto}.promoBox-read-more-external:active,.promoBox-read-more-external:focus,.promoBox-read-more-external:hover{opacity:1;color:#022d89;border-color:transparent}.promoBox-read-more-external:after{content:"\F35D";position:relative;font-family:FontAwesome;font-weight:900;font-style:normal;margin-left:12px;display:inline-block;width:6px;transform:translateY(-1px)}.promoBox-read-more-external:hover{border-bottom:2px solid #0033a0}.promoBox-read-more-external:disabled{color:#ced3de}@media only screen and (min-width:768px){.promoBox-read-more-external{margin:0}}.promoBox-logoCard{margin:10px}@media only screen and (min-width:768px){.promoBox-logoCard{width:calc(20% - 20px)}}.promoBox-logoCard .promoBox-link-wrapper{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;border:2px solid transparent;transition:box-shadow .2s;padding:20px;height:112px;background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.promoBox-logoCard .promoBox-link-wrapper:focus{border-color:#0033a0;outline:none}@media only screen and (min-width:1200px){.promoBox-logoCard .promoBox-link-wrapper:focus,.promoBox-logoCard .promoBox-link-wrapper:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}}.promoBox-logoCard .promoBox-link-wrapper img{max-height:72px}.promoBox-knowledgebaseProduct{margin-bottom:20px}.promoBox-knowledgebaseProduct:last-child{margin-bottom:0}.promoBox-knowledgebaseProduct>.component-content{background-color:#fff;position:relative;z-index:-1}.promoBox-knowledgebaseProduct .promoBox-link-wrapper{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;border:2px solid transparent;transition:box-shadow .2s;text-align:left;height:100px;display:-ms-flexbox;display:flex;padding:20px}.promoBox-knowledgebaseProduct .promoBox-link-wrapper:focus{border-color:#0033a0;outline:none}@media only screen and (min-width:1200px){.promoBox-knowledgebaseProduct .promoBox-link-wrapper:focus,.promoBox-knowledgebaseProduct .promoBox-link-wrapper:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}}@media only screen and (min-width:1200px){.promoBox-knowledgebaseProduct .promoBox-link-wrapper{height:200px}}.promoBox-knowledgebaseProduct .promoBox-image-wrapper{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;margin-right:20px;display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:center;justify-content:center;position:relative;z-index:-1;-ms-flex-negative:0;flex-shrink:0;margin-bottom:-20px;height:78px}@media only screen and (min-width:768px){.promoBox-knowledgebaseProduct .promoBox-image-wrapper{-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%}}@media only screen and (min-width:1200px){.promoBox-knowledgebaseProduct .promoBox-image-wrapper{margin-right:40px;height:178px}}.promoBox-knowledgebaseProduct .promoBox-image-wrapper img,.promoBox-knowledgebaseProduct .promoBox-image-wrapper picture{display:block;height:100%;-o-object-fit:cover;object-fit:cover}.promoBox-knowledgebaseProduct .promoBox-text-icon-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.promoBox-knowledgebaseProduct .promoBox-text-wrapper{color:#484c53}.promoBox-knowledgebaseProduct .promoBox-text-wrapper .promoBox-heading{font-size:18px;font-size:1.8rem;font-family:Interstate,sans-serif;line-height:1.389;font-weight:300;margin-top:0}.promoBox-knowledgebaseProduct .promoBox-text-wrapper .promoBox-heading:last-child{margin-bottom:0}@media only screen and (min-width:1200px){.promoBox-knowledgebaseProduct .promoBox-text-wrapper .promoBox-heading{font-size:32px;font-size:3.2rem;font-family:Interstate,sans-serif;line-height:1.219;font-weight:300;margin-top:0}}@media only screen and (min-width:1200px) and (min-width:1200px){.promoBox-knowledgebaseProduct .promoBox-text-wrapper .promoBox-heading{font-size:36px;font-size:3.6rem;line-height:1.194}}@media only screen and (min-width:1200px){.promoBox-knowledgebaseProduct .promoBox-text-wrapper .promoBox-heading:last-child{margin-bottom:0}}.promoBox-quickLink{max-width:336px;margin:10px auto;padding:0}@media only screen and (min-width:1200px){.promoBox-quickLink{margin:0 10px 0 0;display:inline-block;max-width:100%}}.promoBox-quickLink .promoBox-link-wrapper{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;border:2px solid transparent;transition:box-shadow .2s;display:-ms-flexbox;display:flex;background-color:#fff;height:60px;-ms-flex-align:center;align-items:center;padding:20px;-ms-flex-pack:center;justify-content:center}.promoBox-quickLink .promoBox-link-wrapper:focus{border-color:#0033a0;outline:none}@media only screen and (min-width:1200px){.promoBox-quickLink .promoBox-link-wrapper:focus,.promoBox-quickLink .promoBox-link-wrapper:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}}@media only screen and (min-width:1200px){.promoBox-quickLink .promoBox-link-wrapper{-ms-flex-pack:start;justify-content:flex-start}}.promoBox-quickLink .promoBox-text-icon-wrapper{max-width:calc(100% - 50px)}@media only screen and (min-width:1200px){.promoBox-quickLink .promoBox-text-icon-wrapper{max-width:100%}}.promoBox-quickLink .promoBox-heading{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:none;line-height:1}.promoBox-quickLink img,.promoBox-quickLink picture{height:30px;margin-right:10px}.promoBox-homeRenalTherapiesLink .promoBox-link-wrapper{border-width:1px}@media only screen and (min-width:768px){.promoBox-homeRenalTherapiesLink .promoBox-link-wrapper:focus .promoBox-image-wrapper:before,.promoBox-homeRenalTherapiesLink .promoBox-link-wrapper:hover .promoBox-image-wrapper:before{border-color:#f1c400;transition:border-top-color .1s linear,border-right-color .1s linear .1s,border-bottom-color .1s linear .2s,border-left-color .1s linear .3s}.promoBox-homeRenalTherapiesLink .promoBox-link-wrapper:focus .promoBox-image-wrapper:after,.promoBox-homeRenalTherapiesLink .promoBox-link-wrapper:hover .promoBox-image-wrapper:after{border-top-color:#f1c400;transform:rotate(270deg);transition:transform .4s linear}}.promoBox-homeRenalTherapiesLink .promoBox-image-wrapper{border-radius:100%;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;transform:rotate(45deg)}@media only screen and (min-width:768px){.promoBox-homeRenalTherapiesLink .promoBox-image-wrapper:after,.promoBox-homeRenalTherapiesLink .promoBox-image-wrapper:before{content:"";position:absolute;top:-2px;left:-2px;bottom:-2px;right:-2px;border-radius:100%;border:2px solid transparent}}.promoBox-homeRenalTherapiesLink .promoBox-image{transform:rotate(-45deg)}@media only screen and (min-width:1200px){.promoBox-homeRenalTherapiesLink{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1}}.promoBox-homeRenalTherapiesLink:last-of-type .promoBox-link-wrapper{border-bottom:0}.promoBox-homeRenalTherapiesLink .promoBox-link-wrapper{padding:30px 0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;text-decoration:none;color:#484c53;border-bottom:2px solid #ced3de}@media only screen and (min-width:1200px){.promoBox-homeRenalTherapiesLink .promoBox-link-wrapper{min-height:340px;-ms-flex-direction:column;flex-direction:column;border-bottom:0;padding-top:50px;padding-left:20px;padding-right:20px}}@media only screen and (min-width:1620px){.promoBox-homeRenalTherapiesLink .promoBox-link-wrapper{min-height:510px;padding-top:80px}}.promoBox-homeRenalTherapiesLink .promoBox-link-wrapper:focus .promoBox-read-more,.promoBox-homeRenalTherapiesLink .promoBox-link-wrapper:hover .promoBox-read-more{opacity:1}.promoBox-homeRenalTherapiesLink .promoBox-image-wrapper{height:90px;width:90px;margin-right:25px;border:1px solid #ced3de;-ms-flex-negative:0;flex-shrink:0}@media only screen and (min-width:1200px){.promoBox-homeRenalTherapiesLink .promoBox-image-wrapper{height:160px;width:160px;margin-right:0;margin-bottom:30px}}@media only screen and (min-width:1200px) and (min-width:1620px){.promoBox-homeRenalTherapiesLink .promoBox-image-wrapper{height:250px;width:250px}}.promoBox-homeRenalTherapiesLink .promoBox-image-wrapper+.promoBox-text-icon-wrapper{max-width:calc(100% - 120px)}@media only screen and (min-width:768px){.promoBox-homeRenalTherapiesLink .promoBox-image-wrapper+.promoBox-text-icon-wrapper{max-width:100%}}.promoBox-homeRenalTherapiesLink .promoBox-image-wrapper>.promoBox-image{max-height:50%;max-width:50%}.promoBox-homeRenalTherapiesLink .promoBox-image-wrapper picture{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:60%;height:60%}.promoBox-homeRenalTherapiesLink .promoBox-image-wrapper picture .promoBox-image{max-width:100%;max-height:100%}@media only screen and (min-width:1200px){.promoBox-homeRenalTherapiesLink .promoBox-text-icon-wrapper{text-align:center}}.promoBox-homeRenalTherapiesLink .promoBox-heading{font-size:24px;font-size:2.4rem;font-family:Interstate,sans-serif;line-height:1.375;font-weight:300;margin-top:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;white-space:normal;margin-bottom:0}@media only screen and (min-width:1200px){.promoBox-homeRenalTherapiesLink .promoBox-heading{font-size:32px;font-size:3.2rem;line-height:1.219}}.promoBox-homeRenalTherapiesLink .promoBox-heading:last-child{margin-bottom:0}@media only screen and (min-width:768px){.promoBox-homeRenalTherapiesLink .promoBox-heading{margin-bottom:10px}}.promoBox-homeRenalTherapiesLink .promoBox-read-more{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;color:#0033a0;padding-bottom:0;border:2px solid transparent;display:inline-block;transition:border-bottom-color .2s ease-in;display:none}.promoBox-homeRenalTherapiesLink .promoBox-read-more:active,.promoBox-homeRenalTherapiesLink .promoBox-read-more:focus,.promoBox-homeRenalTherapiesLink .promoBox-read-more:hover{opacity:1;color:#022d89;border-color:transparent}.promoBox-homeRenalTherapiesLink .promoBox-read-more:after{content:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);display:inline-block;width:6px;margin-left:15px;transform:translateY(-1px)}.promoBox-homeRenalTherapiesLink .promoBox-read-more:hover{border-bottom:2px solid #0033a0}.promoBox-homeRenalTherapiesLink .promoBox-read-more:disabled{color:#ced3de}@media only screen and (min-width:768px){.promoBox-homeRenalTherapiesLink .promoBox-read-more{display:block}}@media only screen and (min-width:1200px){.promoBox-homeRenalTherapiesLink .promoBox-read-more{opacity:0;transition:opacity .2s ease-in}}.promoBox-homeRenalTherapiesLink .promoBox-read-more:hover{border-bottom-color:transparent}.promoBox-blueCard{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;transition:box-shadow .2s;background:#fff;border:0;display:-ms-flexbox;display:flex;padding:0}.promoBox-blueCard:focus{border-color:#0033a0;outline:none}@media only screen and (min-width:1200px){.promoBox-blueCard:focus,.promoBox-blueCard:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}}@media only screen and (min-width:768px){.promoBox-blueCard{width:33.33333%!important}}.promoBox-blueCard+.promoBox{margin-left:10px}.promoBox-blueCard .promoBox-link-wrapper{display:block;position:relative}.promoBox-blueCard .promoBox-link-wrapper:focus{outline:2px solid #0033a0}.promoBox-blueCard .promoBox-link-wrapper:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}.promoBox-blueCard .promoBox-link-wrapper:focus .promoBox-read-more,.promoBox-blueCard .promoBox-link-wrapper:hover .promoBox-read-more{color:#fff;border-bottom-color:#fff}.promoBox-blueCard .promoBox-image-wrapper{height:435px}@media only screen and (min-width:1200px){.promoBox-blueCard .promoBox-image-wrapper{height:540px}}@media only screen and (min-width:1620px){.promoBox-blueCard .promoBox-image-wrapper{height:640px}}.promoBox-blueCard .promoBox-image-wrapper img,.promoBox-blueCard .promoBox-image-wrapper picture{height:100%;-o-object-fit:cover;object-fit:cover;display:block;border-radius:4px}.promoBox-blueCard .promoBox-text-icon-wrapper{position:absolute;bottom:0;left:0;right:0;color:#fff;background-color:rgba(0,51,160,.7);padding:50px 30px;border-bottom-left-radius:4px;border-bottom-right-radius:4px}@media only screen and (min-width:768px){.promoBox-blueCard .promoBox-text-icon-wrapper{min-height:249px}}@media only screen and (min-width:1200px){.promoBox-blueCard .promoBox-text-icon-wrapper{min-height:236px}}.promoBox-blueCard .promoBox-icon-wrapper{position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.promoBox-blueCard .promoBox-icon-wrapper img{border-radius:4px}.promoBox-blueCard .promoBox-heading{font-size:24px;font-size:2.4rem;font-family:Interstate,sans-serif;line-height:1.375;font-weight:300;margin-top:0;font-weight:100}@media only screen and (min-width:1200px){.promoBox-blueCard .promoBox-heading{font-size:32px;font-size:3.2rem;line-height:1.219}}.promoBox-blueCard .promoBox-heading:last-child{margin-bottom:0}.promoBox-blueCard .promoBox-read-more{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;color:#0033a0;padding-bottom:0;border:2px solid transparent;display:inline-block;transition:border-bottom-color .2s ease-in;color:#fff}.promoBox-blueCard .promoBox-read-more:active,.promoBox-blueCard .promoBox-read-more:focus,.promoBox-blueCard .promoBox-read-more:hover{opacity:1;color:#022d89;border-color:transparent}.promoBox-blueCard .promoBox-read-more:after{content:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);display:inline-block;width:6px;margin-left:15px;transform:translateY(-1px)}.promoBox-blueCard .promoBox-read-more:hover{border-bottom:2px solid #0033a0}.promoBox-blueCard .promoBox-read-more:disabled{color:#ced3de}.promoBox-blueCard .promoBox-read-more:after{content:url(../../assets/img/cta-arrow-white.svg?55TAXOCs-ECN4Vcbz9TGjZGbyyVPLq12XwDV-uoYu5y)}.promoBox-blueCard .promoBox-read-more:hover{color:#fff}.promoBox.promoBox-imageMobile{overflow:visible}.promoBox.promoBox-imageMobile .promoBox-image-wrapper .promoBox-image{display:none!important}@media screen and (min-width:1200px){.promoBox.promoBox-imageMobile .promoBox-image-wrapper .promoBox-image{display:block!important}}.promoBox.promoBox-imageMobile .image-mobile-wrapper{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.promoBox.promoBox-imageMobile .image-mobile-wrapper .promoBox-image.promoBox-image-mobile{display:block!important;width:100%;max-width:400px}@media screen and (min-width:1200px){.promoBox.promoBox-imageMobile .image-mobile-wrapper .promoBox-image.promoBox-image-mobile{display:none!important}}.box.box-ourCompany-promoBoxWrapper{padding:0}.box.box-ourCompany-promoBoxWrapper>.component-content>.content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:30px}@media only screen and (min-width:768px){.box.box-ourCompany-promoBoxWrapper>.component-content>.content{-ms-flex-direction:row;flex-direction:row;width:auto!important;transform:none!important;margin-bottom:0}}.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;transition:box-shadow .2s;background:#fff;border:0;display:-ms-flexbox;display:flex;padding:0;margin-left:0;margin-bottom:20px}.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany:focus{border-color:#0033a0;outline:none}@media only screen and (min-width:1200px){.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany:focus,.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany:hover{box-shadow:0 10px 15px 0 rgba(0,0,0,.1)}}.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany:active{box-shadow:0 10px 15px 0 rgba(0,0,0,.1)}@media only screen and (min-width:1200px){.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany:active{border-color:transparent;box-shadow:0 0 10px 0 rgba(0,51,160,.3)}}.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany:last-child .promoBox-image-wrapper img{-o-object-position:30%;object-position:30%}@media only screen and (min-width:1200px){.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany:last-child .promoBox-image-wrapper img{-o-object-position:20%;object-position:20%}}@media only screen and (min-width:768px){.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany{width:33.33%!important;margin-bottom:0}}.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany+.promoBox-ourCompany{margin-left:0}@media only screen and (min-width:768px){.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany+.promoBox-ourCompany{margin-left:10px}}.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany .promoBox-image-wrapper{height:250px;border-bottom:3px solid #fff}@media only screen and (min-width:768px){.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany .promoBox-image-wrapper{height:350px;border-width:4px}}.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany .promoBox-image-wrapper img{-o-object-fit:cover;object-fit:cover;-o-object-position:30% 0;object-position:30% 0;width:100%;height:100%}.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany .promoBox-text-icon-wrapper{min-height:254px;text-align:center;padding:30px}.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany .promoBox-text-icon-wrapper .promoBox-heading{margin-bottom:20px;font-size:24px;font-size:2.4rem;font-weight:900;text-transform:uppercase}.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany .promoBox-text-icon-wrapper .promoBox-description{margin-bottom:40px;color:#484c53}@media only screen and (min-width:1200px){.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany .promoBox-text-icon-wrapper{padding:57px 85px}}.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany .promoBox-text-icon-wrapper .promoBox-read-more{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;display:inline-block;background:transparent;color:#0033a0;text-align:center;border:2px solid #0033a0;border-radius:4px;padding:14px 40px;transition:border-color,color,background,.2s ease-in;line-height:1}.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany .promoBox-text-icon-wrapper .promoBox-read-more:active,.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany .promoBox-text-icon-wrapper .promoBox-read-more:hover{opacity:1;color:#022d89;border-color:transparent}.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany .promoBox-text-icon-wrapper .promoBox-read-more:focus{border-color:#0033a0}.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany .promoBox-text-icon-wrapper .promoBox-read-more:hover{background:#0033a0;color:#fff}.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany .promoBox-text-icon-wrapper .promoBox-read-more:active{background:#022d89;color:#fff}.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany .promoBox-text-icon-wrapper .promoBox-read-more:disabled{color:#ced3de;border-color:#ced3de}.box.box-ourCompany-promoBoxWrapper>.component-content>.content .promoBox.promoBox-ourCompany .promoBox-text-icon-wrapper .promoBox-read-more:after{display:none}.promoBox.promoBox-all-products-new{top:20px;margin-bottom:20px}.promoBox.promoBox-all-products-new .promoBox-link-wrapper{border-width:1px}@media only screen and (min-width:768px){.promoBox.promoBox-all-products-new .promoBox-link-wrapper:focus .promoBox-image-wrapper:before,.promoBox.promoBox-all-products-new .promoBox-link-wrapper:hover .promoBox-image-wrapper:before{border-color:#f1c400;transition:border-top-color .1s linear,border-right-color .1s linear .1s,border-bottom-color .1s linear .2s,border-left-color .1s linear .3s}.promoBox.promoBox-all-products-new .promoBox-link-wrapper:focus .promoBox-image-wrapper:after,.promoBox.promoBox-all-products-new .promoBox-link-wrapper:hover .promoBox-image-wrapper:after{border-top-color:#f1c400;transform:rotate(270deg);transition:transform .4s linear}}.promoBox.promoBox-all-products-new .promoBox-image-wrapper{border-radius:100%;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;transform:rotate(45deg)}@media only screen and (min-width:768px){.promoBox.promoBox-all-products-new .promoBox-image-wrapper:after,.promoBox.promoBox-all-products-new .promoBox-image-wrapper:before{content:"";position:absolute;top:-2px;left:-2px;bottom:-2px;right:-2px;border-radius:100%;border:2px solid transparent}}.promoBox.promoBox-all-products-new .promoBox-image{transform:rotate(-45deg)}@media only screen and (min-width:1200px){.promoBox.promoBox-all-products-new:nth-last-child(2):nth-child(2n){margin-bottom:0}}.promoBox.promoBox-all-products-new:last-child{margin-bottom:0}.promoBox.promoBox-all-products-new.is-visible{transition:top,opacity 1s ease;opacity:1;top:0}.promoBox.promoBox-all-products-new .promoBox-link-wrapper{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;border:2px solid transparent;transition:box-shadow .2s;min-height:112px;position:relative;overflow:hidden;background:#fff;padding:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;text-decoration:none;color:#484c53;transition:border-color .4s ease}.promoBox.promoBox-all-products-new .promoBox-link-wrapper:focus{border-color:#0033a0;outline:none}@media only screen and (min-width:1200px){.promoBox.promoBox-all-products-new .promoBox-link-wrapper:focus,.promoBox.promoBox-all-products-new .promoBox-link-wrapper:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}}.promoBox.promoBox-all-products-new .promoBox-link-wrapper:hover{background:#003ba4;box-shadow:3px 5px 10px rgba(0,0,0,.45)}.promoBox.promoBox-all-products-new .promoBox-link-wrapper:focus .promoBox-text-wrapper p,.promoBox.promoBox-all-products-new .promoBox-link-wrapper:hover .promoBox-text-wrapper p{color:#fff}.promoBox.promoBox-all-products-new .promoBox-link-wrapper:focus .promoBox-image-wrapper,.promoBox.promoBox-all-products-new .promoBox-link-wrapper:hover .promoBox-image-wrapper{display:none}.promoBox.promoBox-all-products-new .promoBox-link-wrapper:focus .promoBox-image-wrapper:before,.promoBox.promoBox-all-products-new .promoBox-link-wrapper:hover .promoBox-image-wrapper:before{transition:none;border:none}.promoBox.promoBox-all-products-new .promoBox-link-wrapper:focus .promoBox-image-wrapper:after,.promoBox.promoBox-all-products-new .promoBox-link-wrapper:hover .promoBox-image-wrapper:after{border-top-color:transparent;transition:none}.promoBox.promoBox-all-products-new .promoBox-link-wrapper:focus .promoBox-icon-wrapper,.promoBox.promoBox-all-products-new .promoBox-link-wrapper:hover .promoBox-icon-wrapper{display:block}@media only screen and (max-width:419px){.promoBox.promoBox-all-products-new .promoBox-link-wrapper{height:205px;width:113%;right:20px;display:block;color:#003ba4}.promoBox.promoBox-all-products-new .promoBox-link-wrapper>.promoBox-image-wrapper{margin:0 auto 28px;transform:rotate(0)}.promoBox.promoBox-all-products-new .promoBox-link-wrapper>.promoBox-image-wrapper>img{transform:rotate(0)}.promoBox.promoBox-all-products-new .promoBox-link-wrapper>.promoBox-text-icon-wrapper{margin-left:0}.promoBox.promoBox-all-products-new .promoBox-link-wrapper>.promoBox-text-wrapper{padding-top:10px}.promoBox.promoBox-all-products-new .promoBox-link-wrapper>.promoBox-text-wrapper>.promoBox-heading{text-align:center}}@media only screen and (min-width:768px){.promoBox.promoBox-all-products-new .promoBox-link-wrapper{padding:25px 50px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);transition:box-shadow .2s;min-height:250px;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:space-evenly;justify-content:space-evenly;border-radius:6px;color:#0033a0}.promoBox.promoBox-all-products-new .promoBox-link-wrapper:focus:after,.promoBox.promoBox-all-products-new .promoBox-link-wrapper:hover:after{right:65px}.promoBox.promoBox-all-products-new .promoBox-link-wrapper:focus .promoBox-text-wrapper p,.promoBox.promoBox-all-products-new .promoBox-link-wrapper:hover .promoBox-text-wrapper p{color:#fff}}.promoBox.promoBox-all-products-new .promoBox-image-wrapper{height:85px;width:85px}.promoBox.promoBox-all-products-new .promoBox-image-wrapper:focus:before,.promoBox.promoBox-all-products-new .promoBox-image-wrapper:hover:before{transition:none;border:none}.promoBox.promoBox-all-products-new .promoBox-image-wrapper .promoBox-image{max-height:100%;max-width:100%;display:block}.promoBox.promoBox-all-products-new .promoBox-text-icon-wrapper{margin-left:20px}@media only screen and (min-width:768px){.promoBox.promoBox-all-products-new .promoBox-text-icon-wrapper{margin-left:50px;padding-right:20px}}@media only screen and (min-width:1200px){.promoBox.promoBox-all-products-new .promoBox-text-icon-wrapper{padding-right:0;margin-left:0}}@media only screen and (min-width:1620px){.promoBox.promoBox-all-products-new .promoBox-text-icon-wrapper{padding-right:0}}.promoBox.promoBox-all-products-new .promoBox-text-icon-wrapper>.promoBox-icon-wrapper{height:85px;width:85px;margin:auto auto 28px;display:none}.promoBox.promoBox-all-products-new .promoBox-text-icon-wrapper>.promoBox-icon-wrapper:focus,.promoBox.promoBox-all-products-new .promoBox-text-icon-wrapper>.promoBox-icon-wrapper:hover{display:block!important}.promoBox.promoBox-all-products-new .promoBox-text-icon-wrapper>.promoBox-icon-wrapper>.promoBox-icon{max-height:100%;max-width:100%}.promoBox.promoBox-all-products-new .promoBox-heading{font-size:24px;font-size:2.4rem;font-family:Interstate,sans-serif;line-height:1.375;font-weight:300;font-size:15px;font-size:1.5rem;text-transform:uppercase;font-weight:800;margin:0;text-align:center}.promoBox.promoBox-all-products-new .promoBox-heading:last-child{margin-bottom:0}@media only screen and (min-width:768px){.promoBox.promoBox-all-products-new .promoBox-heading{font-size:24px;font-size:2.4rem}}@media only screen and (min-width:1200px){.promoBox.promoBox-all-products-new .promoBox-heading{font-size:16.5px;font-size:1.65rem}}@media only screen and (min-width:768px){.promoBox.promoBox-linkCard .external-link .promoBox-text-icon-wrapper{padding-right:40px}}@media only screen and (min-width:1620px){.promoBox.promoBox-linkCard .external-link .promoBox-text-icon-wrapper{padding-right:0}}.promoBox.promoBox-linkCard .external-link .promoBox-heading:after{content:"\F35D";display:inline-block;font-family:FontAwesome;font-weight:900;font-style:normal;font-size:20px;margin-left:10px;position:relative;top:-2px}.promoBox.promoBox-all-products-new:last-child .promoBox-text-icon-wrapper>.promoBox-icon-wrapper>.promoBox-icon{max-height:100%;max-width:100%;height:100%}@media only screen and (min-width:1200px){.promoBox-nephrology-blueCard{margin:0 16px}}.promoBox-nephrology-blueCard>.component-content>.promoBox-text-icon-wrapper>.promoBox-text-wrapper>.promoBox-description>.promoBox-link-wrapper p{margin-bottom:30px}.promoBox-nephrology-blueCard>.component-content>.promoBox-text-icon-wrapper>.promoBox-text-wrapper>.promoBox-description p a{color:#fff}.promoBox-nephrology-blueCard>.component-content>.promoBox-text-icon-wrapper>.promoBox-text-wrapper>.promoBox-description p a strong{font-weight:700;font-size:14px;font-size:1.4rem}@media only screen and (min-width:1200px){.promoBox-nephrology-blueCard>.component-content>.promoBox-text-icon-wrapper>.promoBox-text-wrapper>.promoBox-description p a strong{font-size:16px;font-size:1.6rem}}.promoBox-nephrology-blueCard .promoBox-link-wrapper{display:block;position:relative}.promoBox-nephrology-blueCard .promoBox-link-wrapper *{color:#fff}.promoBox-nephrology-blueCard .promoBox-link-wrapper * strong{font-weight:300;font-size:25px;font-size:2.5rem}@media only screen and (min-width:1200px){.promoBox-nephrology-blueCard .promoBox-link-wrapper * strong{font-size:40px;font-size:4rem}}.promoBox-nephrology-blueCard .promoBox-link-wrapper * span{font-size:18px;font-size:1.8rem;font-weight:200;letter-spacing:.02em;margin-bottom:20px}@media only screen and (min-width:1200px){.promoBox-nephrology-blueCard .promoBox-link-wrapper * span{font-size:24px;font-size:2.4rem}}.promoBox-nephrology-blueCard .promoBox-image-wrapper{height:435px}@media only screen and (min-width:1200px){.promoBox-nephrology-blueCard .promoBox-image-wrapper{height:540px}}@media only screen and (min-width:1620px){.promoBox-nephrology-blueCard .promoBox-image-wrapper{height:650px}}.promoBox-nephrology-blueCard .promoBox-image-wrapper img,.promoBox-nephrology-blueCard .promoBox-image-wrapper picture{height:100%;width:auto;-o-object-fit:cover;object-fit:cover;display:block;border-radius:4px}.promoBox-nephrology-blueCard .promoBox-text-icon-wrapper{position:absolute;bottom:0;left:0;right:0;color:#fff;background-color:rgba(0,51,160,.7);padding:44px 65px;border-bottom-left-radius:4px;border-bottom-right-radius:4px}@media only screen and (min-width:768px){.promoBox-nephrology-blueCard .promoBox-text-icon-wrapper{min-height:200px;padding:44px}}@media only screen and (min-width:1200px){.promoBox-nephrology-blueCard .promoBox-text-icon-wrapper{min-height:236px;padding:50px 65px}}@media only screen and (min-width:1620px){.promoBox-nephrology-blueCard .promoBox-text-icon-wrapper{padding:75px 65px}}.promoBox-insights-hub-homepage-cards{overflow:hidden;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:6px;transition:box-shadow .2s;padding:0;margin-bottom:20px;margin-left:auto;margin-right:auto}.promoBox-insights-hub-homepage-cards:focus,.promoBox-insights-hub-homepage-cards:hover{box-shadow:0 10px 15px 0 rgba(0,0,0,.1)}@media only screen and (min-width:768px){.promoBox-insights-hub-homepage-cards{width:47%}}@media only screen and (min-width:1200px){.promoBox-insights-hub-homepage-cards{min-width:49%}}@media only screen and (min-width:1350px){.promoBox-insights-hub-homepage-cards{min-width:49%}}@media only screen and (min-width:1620px){.promoBox-insights-hub-homepage-cards{min-width:48.3%}}.promoBox-insights-hub-homepage-cards .component-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:1200px){.promoBox-insights-hub-homepage-cards .component-content{-ms-flex-direction:row;flex-direction:row}}.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper{display:inherit;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:1200px){.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper{-ms-flex-direction:row;flex-direction:row}}.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-image-wrapper{width:100%}@media only screen and (min-width:1350px){.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-image-wrapper{max-height:270px}}.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-image-wrapper picture{width:inherit;overflow:hidden;display:block}@media only screen and (min-width:1350px){.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-image-wrapper picture{min-width:260px;width:100%}}@media only screen and (min-width:1620px){.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-image-wrapper picture{width:290px}}.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-image-wrapper picture .promoBox-image{width:inherit;min-width:inherit;height:100%;max-height:160px;-o-object-fit:cover;object-fit:cover;display:none}@media only screen and (min-width:1200px){.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-image-wrapper picture .promoBox-image{min-width:inherit;min-height:370px;max-height:340px;display:block}}@media screen and (min-width:1280px) and (max-width:1350px){.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-image-wrapper picture .promoBox-image{max-width:140px;min-width:140px}}@media only screen and (min-width:1620px){.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-image-wrapper picture .promoBox-image{width:290px;min-height:290px;min-width:inherit;display:block}}.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-image-wrapper .image-mobile-wrapper .promoBox-image.promoBox-image-mobile{display:block}@media only screen and (min-width:1200px){.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-image-wrapper .image-mobile-wrapper .promoBox-image.promoBox-image-mobile{display:none}}.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper{display:-ms-flexbox;display:flex}.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper{display:inherit;-ms-flex-direction:column;flex-direction:column;height:100%;-ms-flex-pack:justify;justify-content:space-between}@media screen and (min-width:1200px) and (max-width:1280px){.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper{max-width:380px;min-width:380px}}@media screen and (min-width:1280px) and (max-width:1350px){.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper{max-width:470px;min-width:470px}}@media only screen and (min-width:1620px){.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper{display:-ms-flexbox;display:flex;width:482px}}.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-heading{padding:20px 20px 0;margin:0}@media only screen and (min-width:768px){.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-heading{overflow:visible;white-space:nowrap;padding:15px 15px 0}}@media only screen and (min-width:1024px){.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-heading{padding:30px 30px 0}}.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-description{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:768px){.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-description{min-height:162px}}@media only screen and (min-width:1024px){.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-description{min-height:186px}}@media only screen and (min-width:1350px){.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-description{min-height:215px}}@media only screen and (min-width:1620px){.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-description{height:160px;min-height:170px}}.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-description p{padding:20px;margin:0;width:100%}@media only screen and (min-width:768px){.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-description p{padding:15px}}@media only screen and (min-width:1024px){.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-description p{padding:30px}}.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper{background-color:#f0f3fa;padding:14px 0 14px 20px;position:relative;cursor:pointer}@media only screen and (min-width:768px){.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper{padding-left:15px}}@media only screen and (min-width:1024px){.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper{padding-left:30px}}.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper:focus,.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper:hover{background-color:rgba(0,51,160,.15)}.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper:focus>.promoBox-read-more,.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper:hover>.promoBox-read-more{border-bottom:none}.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper:focus>.promoBox-read-more:after,.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper:hover>.promoBox-read-more:after{background-color:#0033a0}.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper:focus>.promoBox-read-more:before,.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper:hover>.promoBox-read-more:before{background:url(../../assets/img/cta-arrow-white.svg?55TAXOCs-ECN4Vcbz9TGjZGbyyVPLq12XwDV-uoYu5y);background-repeat:no-repeat;background-position:50%;background-size:50%}.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more{font-size:16px;font-size:1.6rem;text-decoration:none;text-transform:uppercase;font-weight:800;line-height:1.467;border:none;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start}@media only screen and (max-width:419px){.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more{width:60vw}}@media only screen and (min-width:768px){.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more{width:186px}}@media only screen and (min-width:1200px){.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more{width:22.2vw;white-space:nowrap}}@media only screen and (min-width:1350px){.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more{width:22vw}}.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more:before{content:"";background:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);display:block;background-repeat:no-repeat;width:40px;height:35px;background-size:50%;background-position:50%;position:absolute;right:8px;z-index:1;top:50%;transform:translateY(-50%);transition:all .25s}.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more:after{content:"";width:60px;background-color:#ccd6ec;position:absolute;right:0;top:0;height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;transition:all .25s}.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more:focus,.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more:hover{border-bottom:none}.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more:focus:after,.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more:hover:after{background-color:#0033a0}.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more:focus:before,.promoBox-insights-hub-homepage-cards .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more:hover:before{background:url(../../assets/img/cta-arrow-white.svg?55TAXOCs-ECN4Vcbz9TGjZGbyyVPLq12XwDV-uoYu5y);background-repeat:no-repeat;background-position:50%;background-size:50%}.promoBox-insights-hub-annual-medical-report{border-radius:4px;border:2px solid transparent;padding-left:0;padding-right:0}@media only screen and (min-width:768px){.promoBox-insights-hub-annual-medical-report{box-shadow:0 1px 2px 0 rgba(0,0,0,.2);transition:box-shadow .2s}}.promoBox-insights-hub-annual-medical-report .component-content .promoBox-link-wrapper{display:block}.promoBox-insights-hub-annual-medical-report .component-content .promoBox-link-wrapper .promoBox-image-wrapper{width:100%}.promoBox-insights-hub-annual-medical-report .component-content .promoBox-link-wrapper .promoBox-image-wrapper .promoBox-image{width:100%;min-height:160px;-o-object-fit:cover;object-fit:cover;position:relative}@media only screen and (min-width:768px){.promoBox-insights-hub-annual-medical-report .component-content .promoBox-link-wrapper .promoBox-image-wrapper .promoBox-image{min-height:300px}}@media only screen and (min-width:1200px){.promoBox-insights-hub-annual-medical-report .component-content .promoBox-link-wrapper .promoBox-image-wrapper .promoBox-image{min-height:386px}}.promoBox-insights-hub-annual-medical-report .component-content .promoBox-link-wrapper .promoBox-text-icon-wrapper{padding-top:20px;padding-left:0}@media only screen and (min-width:768px){.promoBox-insights-hub-annual-medical-report .component-content .promoBox-link-wrapper .promoBox-text-icon-wrapper{padding-left:20px;padding-right:20px}}@media only screen and (min-width:1200px){.promoBox-insights-hub-annual-medical-report .component-content .promoBox-link-wrapper .promoBox-text-icon-wrapper{padding-left:30px}}.promoBox-insights-hub-annual-medical-report .component-content .promoBox-link-wrapper .promoBox-text-icon-wrapper .promoBox-text-wrapper .promoBox-heading{font-size:16px;font-size:1.6rem;font-weight:700;font-style:inherit;margin-bottom:20px}@media only screen and (min-width:768px){.promoBox-insights-hub-annual-medical-report .component-content .promoBox-link-wrapper .promoBox-text-icon-wrapper .promoBox-text-wrapper .promoBox-heading{font-size:18px;font-size:1.8rem}}@media only screen and (min-width:1200px){.promoBox-insights-hub-annual-medical-report .component-content .promoBox-link-wrapper .promoBox-text-icon-wrapper .promoBox-text-wrapper .promoBox-heading{font-size:22.5px;font-size:2.25rem;margin-bottom:15px}}.promoBox-insights-hub-annual-medical-report .component-content .promoBox-link-wrapper .promoBox-text-icon-wrapper .promoBox-text-wrapper .promoBox-description{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px}@media only screen and (min-width:1200px){.promoBox-insights-hub-annual-medical-report .component-content .promoBox-link-wrapper .promoBox-text-icon-wrapper .promoBox-text-wrapper .promoBox-description{float:left;width:74%;margin-bottom:30px}}.promoBox-insights-hub-annual-medical-report .component-content .promoBox-link-wrapper .promoBox-text-icon-wrapper .promoBox-text-wrapper .promoBox-description p{font-size:16px;font-size:1.6rem;color:#484c53}@media only screen and (min-width:1200px){.promoBox-insights-hub-annual-medical-report .component-content .promoBox-link-wrapper .promoBox-text-icon-wrapper .promoBox-text-wrapper .promoBox-description p{font-size:18px;font-size:1.8rem}}.promoBox-insights-hub-annual-medical-report .component-content .promoBox-link-wrapper .promoBox-text-icon-wrapper .promoBox-text-wrapper .promoBox-read-more-wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-direction:column;flex-direction:column;margin-bottom:40px}@media only screen and (min-width:768px){.promoBox-insights-hub-annual-medical-report .component-content .promoBox-link-wrapper .promoBox-text-icon-wrapper .promoBox-text-wrapper .promoBox-read-more-wrapper{display:block}}@media only screen and (min-width:1200px){.promoBox-insights-hub-annual-medical-report .component-content .promoBox-link-wrapper .promoBox-text-icon-wrapper .promoBox-text-wrapper .promoBox-read-more-wrapper{float:right;margin-top:20px;margin-bottom:0}}.promoBox-insights-hub-annual-medical-report .component-content .promoBox-link-wrapper .promoBox-text-icon-wrapper .promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-decoration:none;text-transform:none;display:inline-block;background:transparent;color:#0033a0;text-align:center;border:2px solid #0033a0;border-radius:4px;transition:border-color,color,background,.2s ease-in;line-height:1;font-size:16px;font-size:1.6rem;text-transform:uppercase;padding:10px 20px}.promoBox-insights-hub-annual-medical-report .component-content .promoBox-link-wrapper .promoBox-text-icon-wrapper .promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more:active,.promoBox-insights-hub-annual-medical-report .component-content .promoBox-link-wrapper .promoBox-text-icon-wrapper .promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more:hover{opacity:1;color:#022d89;border-color:transparent}.promoBox-insights-hub-annual-medical-report .component-content .promoBox-link-wrapper .promoBox-text-icon-wrapper .promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more:focus{border-color:#0033a0}.promoBox-insights-hub-annual-medical-report .component-content .promoBox-link-wrapper .promoBox-text-icon-wrapper .promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more:hover{background:#0033a0;color:#fff}.promoBox-insights-hub-annual-medical-report .component-content .promoBox-link-wrapper .promoBox-text-icon-wrapper .promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more:active{background:#022d89;color:#fff}.promoBox-insights-hub-annual-medical-report .component-content .promoBox-link-wrapper .promoBox-text-icon-wrapper .promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more:disabled{color:#ced3de;border-color:#ced3de}.promoBox-sideBar-promo-card{overflow:hidden;padding:0 0 20px;margin-bottom:20px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}.promoBox-sideBar-promo-card:focus,.promoBox-sideBar-promo-card:hover{box-shadow:0 10px 15px 0 rgba(0,0,0,.1)}.promoBox-sideBar-promo-card:nth-child(odd){margin-right:20px}.promoBox-sideBar-promo-card .component-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:1200px){.promoBox-sideBar-promo-card .component-content{-ms-flex-direction:row;flex-direction:row}}.promoBox-sideBar-promo-card .component-content>.promoBox-link-wrapper{display:inherit;-ms-flex-direction:column;flex-direction:column}.promoBox-sideBar-promo-card .component-content>.promoBox-link-wrapper>.promoBox-image-wrapper{max-width:360px}@media only screen and (min-width:768px){.promoBox-sideBar-promo-card .component-content>.promoBox-link-wrapper>.promoBox-image-wrapper{max-width:100%}}@media only screen and (min-width:1200px){.promoBox-sideBar-promo-card .component-content>.promoBox-link-wrapper>.promoBox-image-wrapper{max-width:250px}}.promoBox-sideBar-promo-card .component-content>.promoBox-link-wrapper>.promoBox-image-wrapper picture{width:inherit;overflow:hidden;display:block}@media only screen and (min-width:1200px){.promoBox-sideBar-promo-card .component-content>.promoBox-link-wrapper>.promoBox-image-wrapper picture{height:100%}}.promoBox-sideBar-promo-card .component-content>.promoBox-link-wrapper>.promoBox-image-wrapper picture .promoBox-image{width:inherit;height:100%;max-height:160px;-o-object-fit:cover;object-fit:cover}@media only screen and (min-width:768px){.promoBox-sideBar-promo-card .component-content>.promoBox-link-wrapper>.promoBox-image-wrapper picture .promoBox-image{width:inherit}}@media only screen and (min-width:1200px){.promoBox-sideBar-promo-card .component-content>.promoBox-link-wrapper>.promoBox-image-wrapper picture .promoBox-image{max-height:116px}}.promoBox-sideBar-promo-card .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper{display:-ms-flexbox;display:flex;padding-left:20px;padding-right:20px}.promoBox-sideBar-promo-card .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper{display:inherit;-ms-flex-direction:column;flex-direction:column;height:100%;-ms-flex-pack:justify;justify-content:space-between}.promoBox-sideBar-promo-card .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-heading{padding-top:20px;padding-bottom:10px;margin:0}@media only screen and (min-width:1200px){.promoBox-sideBar-promo-card .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-heading{padding-top:30px;padding-bottom:15px}}.promoBox-sideBar-promo-card .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-description{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}.promoBox-sideBar-promo-card .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-description p{padding-bottom:15px;margin:0;width:100%}.promoBox-sideBar-promo-card .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper{height:25px}.promoBox-sideBar-promo-card .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;color:#0033a0;transition:border-bottom-color .2s ease-in;display:inline-block;float:right;padding-bottom:0;border:none}.promoBox-sideBar-promo-card .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more:active,.promoBox-sideBar-promo-card .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more:focus,.promoBox-sideBar-promo-card .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more:hover{opacity:1;color:#022d89;border-color:transparent}.promoBox-sideBar-promo-card .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more:after{content:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);width:6px;transform:translateY(-1px)}.promoBox-sideBar-promo-card .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more:disabled{color:#ced3de}.promoBox-sideBar-promo-card .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more:after{display:inline-block;width:9px;margin-left:15px;margin-right:5px;transform:translateY(1px)}.promoBox-sideBar-promo-card .component-content>.promoBox-link-wrapper>.promoBox-text-icon-wrapper>.promoBox-text-wrapper .promoBox-read-more-wrapper .promoBox-read-more:hover{border-bottom:2px solid #0033a0}.promoBox.promoBox-insights-hub-homepage-cards-grid>.component-content>.promoBox-link-wrapper{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;-ms-grid-rows:1fr;grid-template-rows:1fr;gap:0 0;grid-auto-flow:row;grid-template-areas:"promoBox-image-wrapper promoBox-image-wrapper promoBox-image-wrapper" "promoBox-text-icon-wrapper promoBox-text-icon-wrapper promoBox-text-icon-wrapper" "promoBox-text-icon-wrapper promoBox-text-icon-wrapper promoBox-text-icon-wrapper"}@media only screen and (min-width:1200px){.promoBox.promoBox-insights-hub-homepage-cards-grid>.component-content>.promoBox-link-wrapper{-ms-grid-rows:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;grid-template-areas:"promoBox-image-wrapper promoBox-text-icon-wrapper promoBox-text-icon-wrapper" "promoBox-image-wrapper promoBox-text-icon-wrapper promoBox-text-icon-wrapper" "promoBox-image-wrapper promoBox-text-icon-wrapper promoBox-text-icon-wrapper"}}.promoBox.promoBox-insights-hub-homepage-cards-grid>.component-content>.promoBox-link-wrapper .promoBox-image-wrapper{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;-ms-grid-rows:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;grid-auto-rows:1fr;gap:0 0;grid-auto-flow:row;grid-area:promoBox-image-wrapper;max-height:none;overflow:hidden}@media only screen and (min-width:1620px){.promoBox.promoBox-insights-hub-homepage-cards-grid>.component-content>.promoBox-link-wrapper .promoBox-image-wrapper{width:290px}}.promoBox.promoBox-insights-hub-homepage-cards-grid>.component-content>.promoBox-link-wrapper .promoBox-image-wrapper .image-mobile-wrapper img:not(.promoBox-image-mobile),.promoBox.promoBox-insights-hub-homepage-cards-grid>.component-content>.promoBox-link-wrapper .promoBox-image-wrapper picture img:not(.promoBox-image-mobile){display:none}@media only screen and (min-width:1200px){.promoBox.promoBox-insights-hub-homepage-cards-grid>.component-content>.promoBox-link-wrapper .promoBox-image-wrapper .image-mobile-wrapper img:not(.promoBox-image-mobile),.promoBox.promoBox-insights-hub-homepage-cards-grid>.component-content>.promoBox-link-wrapper .promoBox-image-wrapper picture img:not(.promoBox-image-mobile){display:block}}.promoBox.promoBox-insights-hub-homepage-cards-grid>.component-content>.promoBox-link-wrapper .promoBox-image-wrapper .image-mobile-wrapper .promoBox-image,.promoBox.promoBox-insights-hub-homepage-cards-grid>.component-content>.promoBox-link-wrapper .promoBox-image-wrapper picture .promoBox-image{max-height:none;max-width:none;min-width:0}.promoBox.promoBox-insights-hub-homepage-cards-grid>.component-content>.promoBox-link-wrapper .promoBox-image-wrapper .image-mobile-wrapper .promoBox-image-mobile,.promoBox.promoBox-insights-hub-homepage-cards-grid>.component-content>.promoBox-link-wrapper .promoBox-image-wrapper picture .promoBox-image-mobile{display:block}@media only screen and (min-width:1200px){.promoBox.promoBox-insights-hub-homepage-cards-grid>.component-content>.promoBox-link-wrapper .promoBox-image-wrapper .image-mobile-wrapper .promoBox-image-mobile,.promoBox.promoBox-insights-hub-homepage-cards-grid>.component-content>.promoBox-link-wrapper .promoBox-image-wrapper picture .promoBox-image-mobile{display:none}}.promoBox.promoBox-insights-hub-homepage-cards-grid>.component-content>.promoBox-link-wrapper .promoBox-image-wrapper .image-mobile-wrapper,.promoBox.promoBox-insights-hub-homepage-cards-grid>.component-content>.promoBox-link-wrapper .promoBox-image-wrapper picture{grid-area:1/1/4/4}.promoBox.promoBox-insights-hub-homepage-cards-grid>.component-content>.promoBox-link-wrapper .promoBox-text-icon-wrapper{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;-ms-grid-rows:.5fr 2.2fr .3fr;grid-template-rows:.5fr 2.2fr .3fr;gap:0 0;grid-auto-flow:row;grid-template-areas:"promoBox-text-wrapper promoBox-text-wrapper promoBox-text-wrapper" "promoBox-text-wrapper promoBox-text-wrapper promoBox-text-wrapper" "promoBox-text-wrapper promoBox-text-wrapper promoBox-text-wrapper";grid-area:promoBox-text-icon-wrapper}.promoBox.promoBox-insights-hub-homepage-cards-grid>.component-content>.promoBox-link-wrapper .promoBox-text-icon-wrapper .promoBox-text-wrapper{width:inherit;max-width:none;min-width:0;display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;-ms-grid-rows:.5fr 2.2fr .3fr;grid-template-rows:.5fr 2.2fr .3fr;gap:0 0;grid-auto-flow:row;grid-template-areas:"promoBox-heading promoBox-heading promoBox-heading" "promoBox-description promoBox-description promoBox-description" "promoBox-read-more-wrapper promoBox-read-more-wrapper promoBox-read-more-wrapper";grid-area:promoBox-text-wrapper}.promoBox.promoBox-insights-hub-homepage-cards-grid>.component-content>.promoBox-link-wrapper .promoBox-text-icon-wrapper .promoBox-text-wrapper .promoBox-heading{grid-area:promoBox-heading;white-space:break-spaces}@media only screen and (min-width:1200px){.promoBox.promoBox-insights-hub-homepage-cards-grid>.component-content>.promoBox-link-wrapper .promoBox-text-icon-wrapper .promoBox-text-wrapper .promoBox-heading{font-size:28px}}@media only screen and (min-width:1620px){.promoBox.promoBox-insights-hub-homepage-cards-grid>.component-content>.promoBox-link-wrapper .promoBox-text-icon-wrapper .promoBox-text-wrapper .promoBox-heading{font-size:35px}}.promoBox.promoBox-insights-hub-homepage-cards-grid>.component-content>.promoBox-link-wrapper .promoBox-text-icon-wrapper .promoBox-text-wrapper .promoBox-description{grid-area:promoBox-description}.promoBox.promoBox-insights-hub-homepage-cards-grid>.component-content>.promoBox-link-wrapper .promoBox-text-icon-wrapper .promoBox-text-wrapper .promoBox-read-more-wrapper{grid-area:promoBox-read-more-wrapper}#popDiv{display:block}@media only screen and (min-width:1200px){#popDiv{display:none}}.searchOverlay{position:absolute;left:0;top:0;width:100%}.ontop,.ontop.mobile-search{z-index:-9999999;width:0;height:0;top:0;left:0;position:fixed;background-color:rgba(0,0,0,.4);opacity:0;filter:opacity(0)}.ontop .mobile-clear-text,.ontop.mobile-search .mobile-clear-text{color:#484c53!important}#popup{width:100%;max-width:50vw;height:30vh;position:relative;color:#000;background-color:#fff;top:50%;margin:0 auto;transform:translateY(-50%);padding:90px 130px;box-shadow:2px 2px 22px rgba(0,0,0,.4)}#search-btn{display:none;position:relative;float:right;margin:0;bottom:3px}#search-btn,#search-btn-2{background:url(/etc/designs/zg/fmcna/desktop/src/assets/img/search.svg);background-repeat:no-repeat;width:20px;height:20px;cursor:pointer;border:0}#search-btn-2{display:block;top:51%;position:absolute;right:50px;transform:translateY(-50%) translateX(-50%)}#search-close-btn{display:block;width:40px;position:absolute;transform:scale(1.3);color:#666;right:-20px;top:20px}#popup .searchBox{top:50%;transform:translateY(-50%);padding:0}.searchBox form.form-search input{border:none;border-bottom:2px solid #033497;border-radius:0;font-size:15px;font-size:1.5rem;padding:12px 29px 12px 62px}@media only screen and (min-width:1200px){.searchBox form.form-search input{font-size:24px;font-size:2.4rem}}.searchBox form.form-search input:-webkit-autofill,.searchBox form.form-search input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 50px #fff inset;-webkit-text-fill-color:#0033a0}.searchBox form.form-search input::-moz-placeholder{color:#ccc;font-family:Interstate,sans-serif;font-weight:300;text-transform:none;font-size:15px;font-size:1.5rem}.searchBox form.form-search input:-ms-input-placeholder{color:#ccc;font-family:Interstate,sans-serif;font-weight:300;text-transform:none;font-size:15px;font-size:1.5rem}.searchBox form.form-search input::placeholder{color:#ccc;font-family:Interstate,sans-serif;font-weight:300;text-transform:none;font-size:15px;font-size:1.5rem}@media only screen and (min-width:1200px){.searchBox form.form-search input::-moz-placeholder{font-size:24px;font-size:2.4rem}.searchBox form.form-search input:-ms-input-placeholder{font-size:24px;font-size:2.4rem}.searchBox form.form-search input::placeholder{font-size:24px;font-size:2.4rem}}#popDiv .searchBox form.form-search input{width:65%!important;font-size:17px!important;font-size:1.7rem!important}@media only screen and (min-width:500px){#popDiv .searchBox form.form-search input{width:75%!important}}.searchBox form.form-search:before{content:"";width:25px;height:26px;display:block;background:url(/etc/designs/zg/fmcna/desktop/src/assets/img/search.svg);background-repeat:no-repeat;position:absolute;top:50%;transform:translateY(-50%)}.searchBox form.form-search button.button:focus,.searchBox form.form-search button.button:hover{cursor:pointer}.searchBox form.form-search button.button{position:absolute;right:0;bottom:0;background:transparent;width:80px;height:80px;font-size:0;border-radius:0 4px 4px 0;border-width:0}.searchBox form.form-search button.button:after{content:"";display:inline-block;background-color:#f1c400;-webkit-mask:url(/etc/designs/zg/fmcna/desktop/assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);mask:url(/etc/designs/zg/fmcna/desktop/assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);-webkit-mask-size:cover;mask-size:cover;width:13px;height:17px;transition:background-color .4s}.searchBox form.form-search button.button:focus:after,.searchBox form.form-search button.button:hover:after{background-color:#0033a0}@media screen and (max-width:1024px){#popup{max-width:100vw;padding:50px 40px}}@media screen and (max-width:1200px){button#search-btn.desktop-search-btn{display:none}button.search-clear-btn{font-size:13px;font-size:1.3rem;display:none;position:absolute;right:80px;top:50%;z-index:999;transform:translateY(-50%);border:none;background:none;color:#ced3de;text-transform:uppercase;cursor:pointer}button.search-clear-btn.clear-visible{display:block}body.template-support button.search-clear-btn.support-page-clear-btn{right:88px}}@media screen and (min-width:1201px){button#search-btn-2.mobile-search-btn,button.search-clear-btn{display:none}button.support-page-clear-btn{position:absolute;right:108px;top:50%;z-index:999;transform:translateY(-50%) scale(2);border:none;background:none;color:#ced3de;visibility:hidden}}.pageList .pageList-items{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;padding:0;margin-top:0}.pageList .pageList-thumbnail{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.pageList .pageList-read-more{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-decoration:none;text-transform:none;color:#0033a0;padding-bottom:0;border:2px solid transparent;display:inline-block;transition:border-bottom-color .2s ease-in;text-transform:uppercase}.pageList .pageList-read-more:active,.pageList .pageList-read-more:focus,.pageList .pageList-read-more:hover{opacity:1;color:#022d89;border-color:transparent}.pageList .pageList-read-more:after{content:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);display:inline-block;width:6px;margin-left:15px;transform:translateY(-1px)}.pageList .pageList-read-more:hover{border-bottom:2px solid #0033a0}.pageList .pageList-read-more:disabled{color:#ced3de}.pageList .pageList-label{position:absolute!important;top:-9999px!important;left:-9999px!important}.pageList .pagination-container{padding:50px 10px 0}@media only screen and (min-width:768px){.pageList .pagination-container{padding-top:100px}}.pageList .pagination-container select{display:inline-block;background:transparent;border:0;font-weight:900;color:#0033a0;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:15px;line-height:1.5;font-family:Interstate,sans-serif;padding-left:50px;padding-right:20px;cursor:pointer}.pageList .pagination-container select::-ms-expand{display:none}.pageList .pagination-container .link-first{display:none}.pageList .pagination-container .link-next,.pageList .pagination-container .link-prev{position:absolute;top:50%;transform:translateY(-50%)}.pageList .pagination-container .link-next:before,.pageList .pagination-container .link-prev:before{content:"\F053";display:inline-block;position:relative;font-family:FontAwesome;font-weight:900;font-style:normal;color:#ced3de;font-size:15px;cursor:auto}@media only screen and (min-width:768px){.pageList .pagination-container .link-next:before,.pageList .pagination-container .link-prev:before{font-size:23px}}.pageList .pagination-container .link-next.is-active:before,.pageList .pagination-container .link-prev.is-active:before{color:#0033a0;cursor:pointer}.pageList .pagination-container .link-next{right:0}.pageList .pagination-container .link-next:before{transform:rotate(180deg)}.pageList .pagination-dropdown-wrapper{font-weight:900;color:#0033a0;text-transform:uppercase;width:60px;margin-left:auto;margin-right:auto;position:relative}.pageList .pagination-dropdown-wrapper:after{content:"\F078";display:inline-block;position:relative;font-family:FontAwesome;font-weight:900;font-style:normal;position:absolute;right:-23px;top:50%;pointer-events:none;font-size:13px;transform:translateY(-50%)}.pageList .pagination-dropdown-wrapper .pagination-input{width:50px;min-height:50px!important;max-height:50px!important;padding:12px!important}.pageList .pagination-prefix{position:absolute;pointer-events:none;font-size:15px;line-height:1.5;display:inline-block}.pageList .pagination-custom-prefix{position:absolute;pointer-events:none;font-size:18px;line-height:2.52;display:inline-block;padding-top:18px}.pageList .pagination-navigation{position:relative}.pageList .pageList-classes-shield{display:none}.pageList .carousel-on-mobile .pageList-items{margin-bottom:30px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media only screen and (min-width:768px){.pageList .carousel-on-mobile .pageList-items{width:auto!important;transform:none!important;margin-bottom:0}}.pageList .carousel-on-mobile .pageList-item{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;transition:box-shadow .2s;background:#fff;border:0;display:-ms-flexbox;display:flex}.pageList .carousel-on-mobile .pageList-item:focus{border-color:#0033a0;outline:none}@media only screen and (min-width:1200px){.pageList .carousel-on-mobile .pageList-item:focus,.pageList .carousel-on-mobile .pageList-item:hover{box-shadow:0 10px 15px 0 rgba(0,0,0,.1)}}.pageList .carousel-on-mobile .pageList-item:active{box-shadow:0 10px 15px 0 rgba(0,0,0,.1)}@media only screen and (min-width:1200px){.pageList .carousel-on-mobile .pageList-item:active{border-color:transparent;box-shadow:0 0 10px 0 rgba(0,51,160,.3)}}@media only screen and (min-width:768px){.pageList .carousel-on-mobile .pageList-item{width:33.33%!important}}.pageList .carousel-on-mobile .pageList-item+.pageList-item{margin-left:10px}.pageList .carousel-on-mobile .pageList-link{display:block}.pageList .carousel-on-mobile .pageList-image{height:250px;border-bottom:3px solid #fff}@media only screen and (min-width:768px){.pageList .carousel-on-mobile .pageList-image{height:350px;border-width:4px}}.pageList .carousel-on-mobile .pageList-content{min-height:254px;text-align:center;padding:30px}@media only screen and (min-width:1200px){.pageList .carousel-on-mobile .pageList-content{padding:57px 85px}}.pageList .carousel-on-mobile .pageList-category{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;display:block;margin-bottom:25px}.pageList .carousel-on-mobile .pageList-title{font-size:24px;font-size:2.4rem;font-family:Interstate,sans-serif;line-height:1.375;font-weight:300;margin-top:0;font-size:18px;font-size:1.8rem;color:#484c53;margin-bottom:25px}.pageList .carousel-on-mobile .pageList-title:last-child{margin-bottom:0}@media only screen and (min-width:1620px){.pageList .carousel-on-mobile .pageList-title{font-size:24px;font-size:2.4rem;font-family:Interstate,sans-serif;line-height:1.375;font-weight:300;margin-top:0;margin-bottom:40px}.pageList .carousel-on-mobile .pageList-title:last-child{margin-bottom:0}}.pageList .carousel-on-mobile .pageList-read-more{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;display:inline-block;background:transparent;color:#0033a0;text-align:center;border:2px solid #0033a0;border-radius:4px;padding:14px 40px;transition:border-color,color,background,.2s ease-in;line-height:1}.pageList .carousel-on-mobile .pageList-read-more:active,.pageList .carousel-on-mobile .pageList-read-more:hover{opacity:1;color:#022d89;border-color:transparent}.pageList .carousel-on-mobile .pageList-read-more:focus{border-color:#0033a0}.pageList .carousel-on-mobile .pageList-read-more:hover{background:#0033a0;color:#fff}.pageList .carousel-on-mobile .pageList-read-more:active{background:#022d89;color:#fff}.pageList .carousel-on-mobile .pageList-read-more:disabled{color:#ced3de;border-color:#ced3de}.pageList .carousel-on-mobile .pageList-read-more:after{display:none}.pageList .carousel-on-mobile .pageList-dots{list-style:none;display:-ms-flexbox;display:flex;margin:0;padding:0;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:768px){.pageList .carousel-on-mobile .pageList-dots{display:none}}.pageList .carousel-on-mobile .pageList-dot{line-height:0}.pageList .carousel-on-mobile .pageList-dot+.pageList-dot{margin-left:6px}.pageList .carousel-on-mobile .pageList-dot-btn{height:6px;width:6px;border:0;border-radius:100%;padding:0;background:#ced3de}.pageList .carousel-on-mobile .pageList-dot-btn.is-active{background:#0033a0}.pageList .carousel-on-mobile .color-light-blue .pageList-category{color:#0033a0}.pageList .carousel-on-mobile .color-light-blue .pageList-image{border-color:#0033a0}.pageList .carousel-on-mobile .color-dark-green .pageList-category{color:#008578}.pageList .carousel-on-mobile .color-dark-green .pageList-image{border-color:#008578}.pageList .carousel-on-mobile .color-red .pageList-category{color:#a4123f}.pageList .carousel-on-mobile .color-red .pageList-image{border-color:#a4123f}.pageList .carousel-on-mobile .color-purple .pageList-category{color:#772583}.pageList .carousel-on-mobile .color-purple .pageList-image{border-color:#772583}.pageList .plainarticles .pageList-items{margin-bottom:-40px}@media only screen and (min-width:768px){.pageList .plainarticles .pageList-items{margin-bottom:-50px}}.pageList .plainarticles .pageList-item{width:100%;margin-bottom:40px}@media only screen and (min-width:1200px){.pageList .plainarticles .pageList-item{width:calc(50% - 10px);margin-bottom:50px;margin-left:20px}}.pageList .plainarticles .pageList-item:nth-child(odd){margin-left:0}.pageList .plainarticles .pageList-item.color-blue .pageList-image{background:#0033a0}.pageList .plainarticles .pageList-item.color-light-blue .pageList-image{background:#0097a9}.pageList .plainarticles .pageList-item.color-dark-green .pageList-image{background:#008578}.pageList .plainarticles .pageList-item.color-red .pageList-image{background:#a4123f}.pageList .plainarticles .pageList-item.color-purple .pageList-image{background:#772583}.pageList .plainarticles .pageList-item.color-light-grey .pageList-image{background:#ced3de}.pageList .plainarticles .pageList-link{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.pageList .plainarticles .pageList-link{-ms-flex-direction:row;flex-direction:row}}.pageList .plainarticles .pageList-link:hover .pageList-read-more{color:#022d89;border-bottom-color:#022d89}.pageList .plainarticles .pageList-link:focus{outline:0}.pageList .plainarticles .pageList-link:focus .pageList-read-more{opacity:1;outline:2px solid #3074db;outline-offset:1px}.pageList .plainarticles .pageList-link:focus .pageList-read-more:active{outline:0}.pageList .plainarticles .pageList-image{height:66vw;margin-bottom:30px;position:relative}@media only screen and (min-width:768px){.pageList .plainarticles .pageList-image{width:270px;height:185px;margin-bottom:0}}.pageList .plainarticles .pageList-image .pageList-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-height:85px}@media only screen and (min-width:768px){.pageList .plainarticles .pageList-image .pageList-icon{max-height:75px}}@media only screen and (min-width:768px){.pageList .plainarticles .pageList-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;width:calc(100% - 320px);margin-left:50px}}.pageList .plainarticles .pageList-title{font-size:24px;font-size:2.4rem;font-family:Interstate,sans-serif;line-height:1.375;font-weight:300;margin-top:0;color:#484c53;margin-bottom:20px}.pageList .plainarticles .pageList-title:last-child{margin-bottom:0}@media only screen and (min-width:768px){.pageList .plainarticles .pageList-title{margin-bottom:30px}}.pageList .plainarticles .pageList-read-more{transition:border-bottom-color .4s}.pageList .annualmedicalreport,.pageList .educationhub,.pageList .insightshub{margin-bottom:100px}@media only screen and (min-width:768px){.pageList .annualmedicalreport,.pageList .educationhub,.pageList .insightshub{margin-left:-10px;margin-right:-10px}}.pageList .annualmedicalreport .pageList-items,.pageList .educationhub .pageList-items,.pageList .insightshub .pageList-items{margin-bottom:-20px}@media only screen and (min-width:768px){.pageList .annualmedicalreport .pageList-items,.pageList .educationhub .pageList-items,.pageList .insightshub .pageList-items{-ms-flex-align:stretch;align-items:stretch}}.pageList .annualmedicalreport .pageList-item,.pageList .educationhub .pageList-item,.pageList .insightshub .pageList-item{width:100%;padding-left:10px;padding-right:10px;max-width:420px;margin-bottom:20px;margin-left:auto;margin-right:auto}@media only screen and (min-width:768px){.pageList .annualmedicalreport .pageList-item,.pageList .educationhub .pageList-item,.pageList .insightshub .pageList-item{width:50%;padding-left:10px;padding-right:10px;max-width:none;margin-left:0;margin-right:0}}@media only screen and (min-width:1200px){.pageList .annualmedicalreport .pageList-item,.pageList .educationhub .pageList-item,.pageList .insightshub .pageList-item{width:33.33333%;padding-left:10px;padding-right:10px}}.pageList .annualmedicalreport .pageList-link,.pageList .educationhub .pageList-link,.pageList .insightshub .pageList-link{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;transition:box-shadow .2s;display:block;height:100%;background:#fff;overflow:hidden;border:0}.pageList .annualmedicalreport .pageList-link:focus,.pageList .educationhub .pageList-link:focus,.pageList .insightshub .pageList-link:focus{border-color:#0033a0;outline:none}@media only screen and (min-width:1200px){.pageList .annualmedicalreport .pageList-link:focus,.pageList .annualmedicalreport .pageList-link:hover,.pageList .educationhub .pageList-link:focus,.pageList .educationhub .pageList-link:hover,.pageList .insightshub .pageList-link:focus,.pageList .insightshub .pageList-link:hover{box-shadow:0 10px 15px 0 rgba(0,0,0,.1)}}.pageList .annualmedicalreport .pageList-link:active,.pageList .educationhub .pageList-link:active,.pageList .insightshub .pageList-link:active{box-shadow:0 10px 15px 0 rgba(0,0,0,.1)}@media only screen and (min-width:1200px){.pageList .annualmedicalreport .pageList-link:active,.pageList .educationhub .pageList-link:active,.pageList .insightshub .pageList-link:active{border-color:transparent;box-shadow:0 0 10px 0 rgba(0,51,160,.3)}}.pageList .annualmedicalreport .pageList-link:focus,.pageList .educationhub .pageList-link:focus,.pageList .insightshub .pageList-link:focus{outline:2px solid #0033a0}.pageList .annualmedicalreport .pageList-content,.pageList .educationhub .pageList-content,.pageList .insightshub .pageList-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.pageList .annualmedicalreport .pageList-image,.pageList .educationhub .pageList-image,.pageList .insightshub .pageList-image{position:relative}.pageList .annualmedicalreport .pageList-topic,.pageList .educationhub .pageList-topic,.pageList .insightshub .pageList-topic{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;color:#484c53;margin-bottom:20px}.pageList .annualmedicalreport .pageList-title,.pageList .educationhub .pageList-title,.pageList .insightshub .pageList-title{font-size:24px;font-size:2.4rem;font-family:Interstate,sans-serif;line-height:1.375;font-weight:300;margin-top:0;font-size:18px;font-size:1.8rem;margin-bottom:25px}.pageList .annualmedicalreport .pageList-title:last-child,.pageList .educationhub .pageList-title:last-child,.pageList .insightshub .pageList-title:last-child{margin-bottom:0}@media only screen and (min-width:768px){.pageList .annualmedicalreport .pageList-title,.pageList .educationhub .pageList-title,.pageList .insightshub .pageList-title{margin-bottom:15px}}@media only screen and (min-width:1620px){.pageList .annualmedicalreport .pageList-title,.pageList .educationhub .pageList-title,.pageList .insightshub .pageList-title{font-size:24px;font-size:2.4rem}}.pageList .annualmedicalreport .pageList-date,.pageList .educationhub .pageList-date,.pageList .insightshub .pageList-date{font-size:13px;font-size:1.3rem;color:#484c53;margin-bottom:25px}@media only screen and (min-width:768px){.pageList .annualmedicalreport .pageList-date,.pageList .educationhub .pageList-date,.pageList .insightshub .pageList-date{margin-bottom:30px;-ms-flex-positive:2;flex-grow:2}}.pageList .annualmedicalreport .pageList-read-more:focus,.pageList .annualmedicalreport .pageList-read-more:hover,.pageList .educationhub .pageList-read-more:focus,.pageList .educationhub .pageList-read-more:hover,.pageList .insightshub .pageList-read-more:focus,.pageList .insightshub .pageList-read-more:hover{border-color:transparent}.pageList .annualmedicalreport .color-dark-green .pageList-image,.pageList .educationhub .color-dark-green .pageList-image,.pageList .insightshub .color-dark-green .pageList-image{background:#008578}.pageList .annualmedicalreport .color-light-blue .pageList-image,.pageList .educationhub .color-light-blue .pageList-image,.pageList .insightshub .color-light-blue .pageList-image{background:#0097a9}.pageList .annualmedicalreport .color-purple .pageList-image,.pageList .educationhub .color-purple .pageList-image,.pageList .insightshub .color-purple .pageList-image{background:#772583}.pageList .annualmedicalreport .color-red .pageList-image,.pageList .educationhub .color-red .pageList-image,.pageList .insightshub .color-red .pageList-image{background:#a4123f}.pageList .annualmedicalreport .color-grey .pageList-image,.pageList .educationhub .color-grey .pageList-image,.pageList .insightshub .color-grey .pageList-image{background:#484c53}.pageList .educationhub .pageList-items{display:-ms-grid;display:grid;-ms-grid-columns:100%;grid-template-columns:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;list-style:none}@media only screen and (min-width:1024px){.pageList .educationhub .pageList-items{-ms-grid-columns:50% 50%;grid-template-columns:50% 50%}}.pageList .educationhub .pageList-items .pageList-item{padding-left:0;padding-right:0;max-width:none;margin-left:0;margin-right:0;width:100%;min-height:auto;height:auto;border-radius:4px;box-shadow:0 1px 8px 2px rgba(0,0,0,.1);margin-bottom:15px}@media only screen and (min-width:1024px){.pageList .educationhub .pageList-items .pageList-item{width:98%}}.pageList .educationhub .pageList-items .pageList-item.large-item{-ms-grid-row:span 2;grid-row:span 2}.pageList .educationhub .pageList-items .pageList-content{padding:20px}@media only screen and (min-width:768px){.pageList .educationhub .pageList-items .pageList-content{padding:20px}}@media only screen and (min-width:768px){.pageList .educationhub .pageList-items .pageList-content .pageList-content-container{min-height:80px}}@media only screen and (min-width:1200px){.pageList .educationhub .pageList-items .pageList-content .pageList-content-container{min-height:120px}}.pageList .educationhub .pageList-items .pageList-content .pageList-content-container .pageList-title{font-size:18px;font-size:1.8rem;font-family:Interstate,sans-serif;line-height:1.219;font-weight:700;text-align:center;-webkit-line-clamp:3;line-clamp:3;overflow:hidden;text-overflow:ellipsis;color:#484c53;opacity:1;margin-bottom:20px;margin-top:15px;-webkit-box-orient:vertical;display:-webkit-box;text-align:left}@media only screen and (min-width:768px){.pageList .educationhub .pageList-items .pageList-content .pageList-content-container .pageList-title{font-size:22.5px;font-size:2.25rem;line-height:1.194}}@media only screen and (min-width:1200px){.pageList .educationhub .pageList-items .pageList-content .pageList-content-container .pageList-title{font-size:28.13px;font-size:2.813rem;line-height:1.194;text-align:initial}}.pageList .educationhub .pageList-items .pageList-content .pageList-content-container .pageList-title:last-child{margin-bottom:0}@media only screen and (min-width:768px){.pageList .educationhub .pageList-items .pageList-content .pageList-content-container .pageList-title{margin-bottom:30px;font-size:18px;font-size:1.8rem;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;overflow:hidden;text-overflow:ellipsis}}@media only screen and (min-width:1024px){.pageList .educationhub .pageList-items .pageList-content .pageList-content-container .pageList-title{font-size:22.5px;font-size:2.25rem}}@media only screen and (min-width:1200px){.pageList .educationhub .pageList-items .pageList-content .pageList-content-container .pageList-title{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;overflow:hidden;text-overflow:ellipsis}}.pageList .educationhub .pageList-items .pageList-content .pageList-content-container .pageList-title:focus,.pageList .educationhub .pageList-items .pageList-content .pageList-content-container .pageList-title:hover{text-decoration:underline;opacity:.7}.pageList .educationhub .pageList-items .pageList-content .pageList-read-more-container{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end}.pageList .educationhub .pageList-items .pageList-content .pageList-read-more-container .pageList-read-more{font-size:16px;font-size:1.6rem;transition:border-bottom-color .4s;text-transform:uppercase;float:right}.pageList .educationhub .pageList-category{font-size:14.5px;font-size:1.45rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:300;margin-top:0;font-style:italic;color:#0033a0;text-transform:uppercase;margin-bottom:10px}@media only screen and (min-width:1200px){.pageList .educationhub .pageList-category{font-size:16px;font-size:1.6rem}}.pageList .educationhub .pageList-category:last-child{margin-bottom:0}@media only screen and (min-width:768px){.pageList .educationhub .pageList-category{margin-top:0;font-size:11.5px;font-size:1.15rem;margin-bottom:15px}.pageList .educationhub .pageList-category.large-item{margin-top:15px}}@media only screen and (min-width:1024px){.pageList .educationhub .pageList-category{font-size:14.5px;font-size:1.45rem}}.pageList .educationhub .pageList-header{font-style:italic;font-weight:300}.pageList .educationhub .pagination-container .navigation{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;transform:translateY(-50%)}.pageList .educationhub .pagination-container .pagination-wrapper{padding-top:5px;display:-ms-flexbox;display:flex}.pageList .educationhub .pagination-container .link-next,.pageList .educationhub .pagination-container .link-prev{position:relative;transform:translateY(0);height:50px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-weight:900;text-transform:uppercase;font-size:0}@media only screen and (min-width:768px){.pageList .educationhub .pagination-container .link-next,.pageList .educationhub .pagination-container .link-prev{font-size:16px;font-size:1.6rem}}@media only screen and (min-width:1200px){.pageList .educationhub .pagination-container .link-next,.pageList .educationhub .pagination-container .link-prev{font-size:18px;font-size:1.8rem}}.pageList .educationhub .pagination-container .link-next{margin-left:10px}@media only screen and (min-width:768px){.pageList .educationhub .pagination-container .link-next{margin-left:25px}}.pageList .educationhub .pagination-container .link-next:after{content:"";background:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);display:block;width:6px;height:8px;margin-left:15px;transform:scale(1.5);transform-origin:center center}.pageList .educationhub .pagination-container .link-next:before{display:none}.pageList .educationhub .pagination-container .link-prev{margin-right:10px}@media only screen and (min-width:768px){.pageList .educationhub .pagination-container .link-prev{margin-right:25px}}.pageList .educationhub .pagination-container .link-prev:before{content:"";background:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);display:block;width:6px;height:8px;margin-right:15px;transform:scaleX(-1.5) scaleY(1.5);transform-origin:center center}.pageList .educationhub .pagination-container .pagination-dropdown-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;margin-left:0;margin-right:0;transform:translateY(0);border:2px solid #ced3de;border-radius:4px;height:50px;overflow:hidden}@media only screen and (min-width:768px){.pageList .educationhub .pagination-container .pagination-dropdown-wrapper{margin-left:10px;margin-right:10px}}.pageList .educationhub .pagination-container .pagination-dropdown-wrapper.is-active{border-color:#ced3de #0033a0 #0033a0}.pageList .educationhub .pagination-container .pagination-dropdown-wrapper.input-is-active{border-color:#0033a0}.pageList .educationhub .pagination-container .pagination-dropdown-wrapper:after{display:none}.pageList .educationhub .pagination-container .pagination-dropdown-wrapper>.pagination-input{background-color:transparent;border:none;width:50px;min-height:50px!important;max-height:50px!important;padding:12px!important;text-align:center;font-weight:900;color:#484c53;font-size:16px;font-size:1.6rem}@media only screen and (min-width:1200px){.pageList .educationhub .pagination-container .pagination-dropdown-wrapper>.pagination-input{font-size:18px;font-size:1.8rem}}.pageList .educationhub .pagination-container .pagination-dropdown-wrapper>.pagination-input.focus-visible{background-color:rgba(0,51,160,.15);color:#484c53;caret-color:#484c53}.pageList .educationhub .pagination-container .pagination-dropdown-wrapper>.pagination-dropdown{width:50px;height:inherit;padding-left:0;padding-right:0;color:#000}.pageList .educationhub .pagination-container .pagination-custom-prefix{position:relative;display:block;margin-left:25px;margin-right:25px;font-weight:300;color:#484c53;text-transform:none;padding-top:0;font-size:16px;font-size:1.6rem}@media only screen and (min-width:1200px){.pageList .educationhub .pagination-container .pagination-custom-prefix{font-size:18px;font-size:1.8rem}}.pageList .educationhub .pagination-container .pagination-custom-prefix:first-child{margin-left:0;margin-right:10px}@media only screen and (min-width:768px){.pageList .educationhub .pagination-container .pagination-custom-prefix:first-child{margin-right:10px;margin-left:25px}}.pageList .educationhub .pagination-container .pagination-custom-prefix:nth-child(3){margin-right:0;margin-left:10px;white-space:nowrap}@media only screen and (min-width:768px){.pageList .educationhub .pagination-container .pagination-custom-prefix:nth-child(3){margin-left:10px;margin-right:25px}}.pageList .annualmedicalreport{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;max-width:100%}@media only screen and (min-width:768px){.pageList .annualmedicalreport{width:768px}}@media only screen and (min-width:1200px){.pageList .annualmedicalreport{width:1200px}}@media only screen and (min-width:1620px){.pageList .annualmedicalreport{padding-left:0;padding-right:0;width:1620px}}@media only screen and (min-width:768px){.pageList .annualmedicalreport{width:inherit}}@media only screen and (min-width:1200px){.pageList .annualmedicalreport{padding-left:0;padding-right:0}}@media only screen and (min-width:768px){.pageList .annualmedicalreport .pageList-item{width:33%!important}}@media only screen and (min-width:1200px){.pageList .annualmedicalreport .pageList-item{width:25%!important}}.pageList .annualmedicalreport .pageList-item.color-blue .pageList-image,.pageList .annualmedicalreport .pageList-item.large-item.color-blue .pageList-image{border-color:#0033a0}.pageList .annualmedicalreport .pageList-item.color-blue .pageList-category,.pageList .annualmedicalreport .pageList-item.large-item.color-blue .pageList-category{color:#0033a0}.pageList .annualmedicalreport .pageList-item.color-light-blue .pageList-image,.pageList .annualmedicalreport .pageList-item.large-item.color-light-blue .pageList-image{border-color:#0097a9}.pageList .annualmedicalreport .pageList-item.color-light-blue .pageList-category,.pageList .annualmedicalreport .pageList-item.large-item.color-light-blue .pageList-category{color:#0097a9}.pageList .annualmedicalreport .pageList-item.color-dark-green .pageList-image,.pageList .annualmedicalreport .pageList-item.large-item.color-dark-green .pageList-image{border-color:#008578}.pageList .annualmedicalreport .pageList-item.color-dark-green .pageList-category,.pageList .annualmedicalreport .pageList-item.large-item.color-dark-green .pageList-category{color:#008578}.pageList .annualmedicalreport .pageList-item.color-red .pageList-image,.pageList .annualmedicalreport .pageList-item.large-item.color-red .pageList-image{border-color:#a4123f}.pageList .annualmedicalreport .pageList-item.color-red .pageList-category,.pageList .annualmedicalreport .pageList-item.large-item.color-red .pageList-category{color:#a4123f}.pageList .annualmedicalreport .pageList-item.color-purple .pageList-image,.pageList .annualmedicalreport .pageList-item.large-item.color-purple .pageList-image{border-color:#772583}.pageList .annualmedicalreport .pageList-item.color-purple .pageList-category,.pageList .annualmedicalreport .pageList-item.large-item.color-purple .pageList-category{color:#772583}.pageList .annualmedicalreport .pageList-item.color-light-grey .pageList-image,.pageList .annualmedicalreport .pageList-item.large-item.color-light-grey .pageList-image{border-color:#ced3de}.pageList .annualmedicalreport .pageList-item.color-light-grey .pageList-category,.pageList .annualmedicalreport .pageList-item.large-item.color-light-grey .pageList-category{color:#ced3de}@media only screen and (min-width:1200px){.pageList .annualmedicalreport .pageList-item.large-item{width:66.66667%;padding-left:10px;padding-right:10px;height:703px}}@media only screen and (min-width:1620px){.pageList .annualmedicalreport .pageList-item.large-item{height:655px}}.pageList .annualmedicalreport .pageList-item.large-item .pageList-image{height:300px}@media only screen and (min-width:768px){.pageList .annualmedicalreport .pageList-item.large-item .pageList-image{height:175px}}@media only screen and (min-width:1200px){.pageList .annualmedicalreport .pageList-item.large-item .pageList-image{width:calc(50% - 10px);height:100%;border-right:3px solid #0033a0;border-bottom-width:0}}@media only screen and (min-width:1200px){.pageList .annualmedicalreport .pageList-item.large-item .pageList-link{display:-ms-flexbox;display:flex}}.pageList .annualmedicalreport .pageList-item.large-item .pageList-content{height:calc(100% - 300px)}@media only screen and (min-width:768px){.pageList .annualmedicalreport .pageList-item.large-item .pageList-content{height:calc(100% - 175px)}}@media only screen and (min-width:1200px){.pageList .annualmedicalreport .pageList-item.large-item .pageList-content{width:calc(50% + 10px);height:100%;padding:60px 60px 50px}}@media only screen and (min-width:1200px){.pageList .annualmedicalreport .pageList-item.large-item .pageList-category{margin-bottom:35px}}.pageList .annualmedicalreport .pageList-item.large-item .pageList-title{font-size:24px;font-size:2.4rem;font-family:Interstate,sans-serif;line-height:1.375;font-weight:300;margin-top:0;font-size:1.9rem}@media only screen and (min-width:1200px){.pageList .annualmedicalreport .pageList-item.large-item .pageList-title{font-size:32px;font-size:3.2rem;line-height:1.219}}.pageList .annualmedicalreport .pageList-item.large-item .pageList-title:last-child{margin-bottom:0}.pageList .annualmedicalreport .pageList-item.promo-item{text-align:center}.pageList .annualmedicalreport .pageList-item.promo-item.color-blue .pageList-link{background-color:#0033a0}.pageList .annualmedicalreport .pageList-item.promo-item.color-light-blue .pageList-link{background-color:#0097a9}.pageList .annualmedicalreport .pageList-item.promo-item.color-dark-green .pageList-link{background-color:#008578}.pageList .annualmedicalreport .pageList-item.promo-item.color-red .pageList-link{background-color:#a4123f}.pageList .annualmedicalreport .pageList-item.promo-item.color-purple .pageList-link{background-color:#772583}.pageList .annualmedicalreport .pageList-item.promo-item.color-light-grey .pageList-link{background-color:#ced3de}.pageList .annualmedicalreport .pageList-item.promo-item .pageList-icon{-ms-flex-positive:0;flex-grow:0;width:125px;height:125px;margin-bottom:35px}@media only screen and (min-width:1200px){.pageList .annualmedicalreport .pageList-item.promo-item .pageList-icon{width:150px;height:150px;margin-bottom:50px}}.pageList .annualmedicalreport .pageList-item.promo-item .pageList-link{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:100%;background-color:#0033a0;padding:80px 30px}@media only screen and (min-width:1200px){.pageList .annualmedicalreport .pageList-item.promo-item .pageList-link{padding:90px}}.pageList .annualmedicalreport .pageList-item.promo-item .pageList-title{font-size:24px;font-size:2.4rem;font-family:Interstate,sans-serif;line-height:1.375;font-weight:300;margin-top:0;-ms-flex-positive:0;flex-grow:0;margin-bottom:30px}@media only screen and (min-width:1200px){.pageList .annualmedicalreport .pageList-item.promo-item .pageList-title{font-size:32px;font-size:3.2rem;line-height:1.219}}.pageList .annualmedicalreport .pageList-item.promo-item .pageList-title:last-child{margin-bottom:0}@media only screen and (min-width:1200px){.pageList .annualmedicalreport .pageList-item.promo-item .pageList-title{margin-bottom:25px}}.pageList .annualmedicalreport .pageList-item.promo-item .pageList-read-more{color:#fff;display:none!important;-ms-flex-positive:0;flex-grow:0}.pageList .annualmedicalreport .pageList-item.promo-item .pageList-read-more:after{content:"";background-color:#fff;-webkit-mask:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);mask:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);-webkit-mask-size:cover;mask-size:cover;width:6px;height:8px;margin-left:15px;transform:translateY(-1px)}.pageList .annualmedicalreport .pageList-item .pageList-read-more{color:#fff;display:none}.pageList .annualmedicalreport .pageList-item .pageList-read-more:after{content:none}.pageList .annualmedicalreport .pageList-item .pageList-date{display:none}.pageList .annualmedicalreport .pageList-item .pageList-link:focus .pageList-title,.pageList .annualmedicalreport .pageList-item .pageList-link:hover .pageList-title{color:#0033a0}.pageList .annualmedicalreport .pageList-image{height:175px;border-bottom:3px solid #0033a0}@media only screen and (min-width:1200px){.pageList .annualmedicalreport .pageList-image{height:200px}}.pageList .annualmedicalreport .pageList-content{padding:20px 30px;height:calc(100% - 175px)}@media only screen and (min-width:1200px){.pageList .annualmedicalreport .pageList-content{padding:10px 30px 20px;height:100%;max-height:140px}}.pageList .annualmedicalreport .pageList-category{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;margin-bottom:25px}.pageList .annualmedicalreport .pageList-title{color:#484c53;-ms-flex-positive:2;flex-grow:2}.pageList .insightshub{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;max-width:100%}@media only screen and (min-width:768px){.pageList .insightshub{width:768px}}@media only screen and (min-width:1200px){.pageList .insightshub{width:1200px}}@media only screen and (min-width:1620px){.pageList .insightshub{padding-left:0;padding-right:0;width:1620px}}@media only screen and (min-width:1200px){.pageList .insightshub{padding-left:0;padding-right:0}}.pageList .insightshub .pageList-item.color-blue .pageList-image,.pageList .insightshub .pageList-item.large-item.color-blue .pageList-image{border-color:#0033a0}.pageList .insightshub .pageList-item.color-blue .pageList-category,.pageList .insightshub .pageList-item.large-item.color-blue .pageList-category{color:#0033a0}.pageList .insightshub .pageList-item.color-light-blue .pageList-image,.pageList .insightshub .pageList-item.large-item.color-light-blue .pageList-image{border-color:#0097a9}.pageList .insightshub .pageList-item.color-light-blue .pageList-category,.pageList .insightshub .pageList-item.large-item.color-light-blue .pageList-category{color:#0097a9}.pageList .insightshub .pageList-item.color-dark-green .pageList-image,.pageList .insightshub .pageList-item.large-item.color-dark-green .pageList-image{border-color:#008578}.pageList .insightshub .pageList-item.color-dark-green .pageList-category,.pageList .insightshub .pageList-item.large-item.color-dark-green .pageList-category{color:#008578}.pageList .insightshub .pageList-item.color-red .pageList-image,.pageList .insightshub .pageList-item.large-item.color-red .pageList-image{border-color:#a4123f}.pageList .insightshub .pageList-item.color-red .pageList-category,.pageList .insightshub .pageList-item.large-item.color-red .pageList-category{color:#a4123f}.pageList .insightshub .pageList-item.color-purple .pageList-image,.pageList .insightshub .pageList-item.large-item.color-purple .pageList-image{border-color:#772583}.pageList .insightshub .pageList-item.color-purple .pageList-category,.pageList .insightshub .pageList-item.large-item.color-purple .pageList-category{color:#772583}.pageList .insightshub .pageList-item.color-light-grey .pageList-image,.pageList .insightshub .pageList-item.large-item.color-light-grey .pageList-image{border-color:#ced3de}.pageList .insightshub .pageList-item.color-light-grey .pageList-category,.pageList .insightshub .pageList-item.large-item.color-light-grey .pageList-category{color:#ced3de}@media only screen and (min-width:1200px){.pageList .insightshub .pageList-item.large-item{width:66.66667%;padding-left:10px;padding-right:10px;height:703px}}@media only screen and (min-width:1620px){.pageList .insightshub .pageList-item.large-item{height:655px}}.pageList .insightshub .pageList-item.large-item .pageList-image{height:300px}@media only screen and (min-width:768px){.pageList .insightshub .pageList-item.large-item .pageList-image{height:175px}}@media only screen and (min-width:1200px){.pageList .insightshub .pageList-item.large-item .pageList-image{width:calc(50% - 10px);height:100%;border-right:3px solid #0033a0;border-bottom-width:0}}@media only screen and (min-width:1200px){.pageList .insightshub .pageList-item.large-item .pageList-link{display:-ms-flexbox;display:flex}}.pageList .insightshub .pageList-item.large-item .pageList-content{height:calc(100% - 300px)}@media only screen and (min-width:768px){.pageList .insightshub .pageList-item.large-item .pageList-content{height:calc(100% - 175px)}}@media only screen and (min-width:1200px){.pageList .insightshub .pageList-item.large-item .pageList-content{width:calc(50% + 10px);height:100%;padding:60px 60px 50px}}@media only screen and (min-width:1200px){.pageList .insightshub .pageList-item.large-item .pageList-category{margin-bottom:35px}}.pageList .insightshub .pageList-item.large-item .pageList-title{font-size:24px;font-size:2.4rem;font-family:Interstate,sans-serif;line-height:1.375;font-weight:300;margin-top:0}@media only screen and (min-width:1200px){.pageList .insightshub .pageList-item.large-item .pageList-title{font-size:32px;font-size:3.2rem;line-height:1.219}}.pageList .insightshub .pageList-item.large-item .pageList-title:last-child{margin-bottom:0}.pageList .insightshub .pageList-item.promo-item{text-align:center}.pageList .insightshub .pageList-item.promo-item.color-blue .pageList-link{background-color:#0033a0}.pageList .insightshub .pageList-item.promo-item.color-light-blue .pageList-link{background-color:#0097a9}.pageList .insightshub .pageList-item.promo-item.color-dark-green .pageList-link{background-color:#008578}.pageList .insightshub .pageList-item.promo-item.color-red .pageList-link{background-color:#a4123f}.pageList .insightshub .pageList-item.promo-item.color-purple .pageList-link{background-color:#772583}.pageList .insightshub .pageList-item.promo-item.color-light-grey .pageList-link{background-color:#ced3de}.pageList .insightshub .pageList-item.promo-item .pageList-icon{-ms-flex-positive:0;flex-grow:0;width:125px;height:125px;margin-bottom:35px}@media only screen and (min-width:1200px){.pageList .insightshub .pageList-item.promo-item .pageList-icon{width:150px;height:150px;margin-bottom:50px}}.pageList .insightshub .pageList-item.promo-item .pageList-link{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:100%;background-color:#0033a0;padding:80px 30px}@media only screen and (min-width:1200px){.pageList .insightshub .pageList-item.promo-item .pageList-link{padding:90px}}.pageList .insightshub .pageList-item.promo-item .pageList-title{font-size:24px;font-size:2.4rem;font-family:Interstate,sans-serif;line-height:1.375;font-weight:300;margin-top:0;font-size:18px;font-size:1.8rem;-ms-flex-positive:0;flex-grow:0;margin-bottom:30px}@media only screen and (min-width:1200px){.pageList .insightshub .pageList-item.promo-item .pageList-title{font-size:32px;font-size:3.2rem;line-height:1.219}}.pageList .insightshub .pageList-item.promo-item .pageList-title:last-child{margin-bottom:0}@media only screen and (min-width:1200px){.pageList .insightshub .pageList-item.promo-item .pageList-title{font-size:24px;font-size:2.4rem;font-family:Interstate,sans-serif;line-height:1.375;font-weight:300;margin-top:0;margin-bottom:25px}}@media only screen and (min-width:1200px) and (min-width:1200px){.pageList .insightshub .pageList-item.promo-item .pageList-title{font-size:32px;font-size:3.2rem;line-height:1.219}}@media only screen and (min-width:1200px){.pageList .insightshub .pageList-item.promo-item .pageList-title:last-child{margin-bottom:0}}.pageList .insightshub .pageList-item.promo-item .pageList-read-more,.pageList .insightshub .pageList-item.promo-item .pageList-title{color:#fff}.pageList .insightshub .pageList-item.promo-item .pageList-read-more{-ms-flex-positive:0;flex-grow:0}.pageList .insightshub .pageList-item.promo-item .pageList-read-more:after{content:"";background-color:#fff;-webkit-mask:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);mask:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);-webkit-mask-size:cover;mask-size:cover;width:6px;height:8px;margin-left:15px;transform:translateY(-1px)}.pageList .insightshub .pageList-image{height:175px;border-bottom:3px solid #0033a0}@media only screen and (min-width:1200px){.pageList .insightshub .pageList-image{height:350px}}.pageList .insightshub .pageList-content{padding:40px 30px;height:calc(100% - 175px)}@media only screen and (min-width:1200px){.pageList .insightshub .pageList-content{padding:50px;height:calc(100% - 350px)}}.pageList .insightshub .pageList-category{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;margin-bottom:25px}.pageList .insightshub .pageList-title{color:#484c53;-ms-flex-positive:2;flex-grow:2}.pageList.default-style .pageList-custom-selection,.pageList.pageList-homeFeatured .pageList-custom-selection{margin-right:auto;margin-left:auto;max-width:100%;position:relative;margin-top:30px;padding:0 10px}@media only screen and (min-width:768px){.pageList.default-style .pageList-custom-selection,.pageList.pageList-homeFeatured .pageList-custom-selection{width:768px}}@media only screen and (min-width:1200px){.pageList.default-style .pageList-custom-selection,.pageList.pageList-homeFeatured .pageList-custom-selection{width:1200px}}@media only screen and (min-width:1620px){.pageList.default-style .pageList-custom-selection,.pageList.pageList-homeFeatured .pageList-custom-selection{padding-left:0;padding-right:0;width:1620px}}@media only screen and (min-width:768px){.pageList.default-style .pageList-custom-selection,.pageList.pageList-homeFeatured .pageList-custom-selection{display:-ms-flexbox;display:flex}}@media only screen and (min-width:1200px){.pageList.default-style .pageList-custom-selection,.pageList.pageList-homeFeatured .pageList-custom-selection{margin-top:90px}}@media only screen and (min-width:1620px){.pageList.default-style .pageList-custom-selection,.pageList.pageList-homeFeatured .pageList-custom-selection{padding:0}}.pageList.default-style .pageList-custom-selection .pageList-left-column,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-left-column{margin-bottom:20px}@media only screen and (min-width:768px){.pageList.default-style .pageList-custom-selection .pageList-left-column,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-left-column{width:58.33333%;padding-left:10px;padding-right:10px;margin-bottom:0}}@media only screen and (min-width:1200px){.pageList.default-style .pageList-custom-selection .pageList-left-column,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-left-column{width:66.66667%;padding-left:10px;padding-right:10px}}@media only screen and (min-width:768px){.pageList.default-style .pageList-custom-selection .pageList-right-column,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-right-column{width:41.66667%;padding-left:10px;padding-right:10px}}@media only screen and (min-width:1200px){.pageList.default-style .pageList-custom-selection .pageList-right-column,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-right-column{width:33.33333%;padding-left:10px;padding-right:10px}}.pageList.default-style .pageList-custom-selection .pageList-items-and-link-wrapper,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-items-and-link-wrapper{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;transition:box-shadow .2s;border:0 solid transparent;background:#fff;overflow:hidden}.pageList.default-style .pageList-custom-selection .pageList-items-and-link-wrapper:focus,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-items-and-link-wrapper:focus{border-color:#0033a0;outline:none}@media only screen and (min-width:1200px){.pageList.default-style .pageList-custom-selection .pageList-items-and-link-wrapper:focus,.pageList.default-style .pageList-custom-selection .pageList-items-and-link-wrapper:hover,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-items-and-link-wrapper:focus,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-items-and-link-wrapper:hover{box-shadow:0 10px 15px 0 rgba(0,0,0,.1)}}.pageList.default-style .pageList-custom-selection .pageList-items-and-link-wrapper:active,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-items-and-link-wrapper:active{box-shadow:0 10px 15px 0 rgba(0,0,0,.1)}@media only screen and (min-width:1200px){.pageList.default-style .pageList-custom-selection .pageList-items-and-link-wrapper:active,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-items-and-link-wrapper:active{border-color:transparent;box-shadow:0 0 10px 0 rgba(0,51,160,.3)}}@media only screen and (min-width:768px){.pageList.default-style .pageList-custom-selection .pageList-items-and-link-wrapper,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-items-and-link-wrapper{height:100%}}@media only screen and (min-width:1200px){.pageList.default-style .pageList-custom-selection .pageList-items-and-link-wrapper,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-items-and-link-wrapper{padding-top:12px}}.pageList.default-style .pageList-custom-selection .pageList-items-and-link-wrapper:hover,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-items-and-link-wrapper:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}.pageList.default-style .pageList-custom-selection .pageList-featured-item,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;transition:box-shadow .2s;border:0 solid transparent;background:#fff}.pageList.default-style .pageList-custom-selection .pageList-featured-item:focus,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item:focus{border-color:#0033a0;outline:none}@media only screen and (min-width:1200px){.pageList.default-style .pageList-custom-selection .pageList-featured-item:focus,.pageList.default-style .pageList-custom-selection .pageList-featured-item:hover,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item:focus,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}}@media only screen and (min-width:768px){.pageList.default-style .pageList-custom-selection .pageList-featured-item,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item{height:100%}}.pageList.default-style .pageList-custom-selection .pageList-featured-item .pageList-link,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item .pageList-link{display:-ms-flexbox;display:flex;height:100%;-ms-flex-direction:column;flex-direction:column}.pageList.default-style .pageList-custom-selection .pageList-featured-item .pageList-image-wrapper,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item .pageList-image-wrapper{border-bottom:2px solid #fff;font-size:0;transition:border-color .2s ease;border-radius:4px 4px 0 0;overflow:hidden}.pageList.default-style .pageList-custom-selection .pageList-featured-item .pageList-image,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item .pageList-image{width:100%}@media only screen and (min-width:1200px){.pageList.default-style .pageList-custom-selection .pageList-featured-item .pageList-image,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item .pageList-image{height:380px;-o-object-fit:cover;object-fit:cover}}.pageList.default-style .pageList-custom-selection .pageList-featured-item.color-blue .pageList-image-wrapper,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item.color-blue .pageList-image-wrapper{border-color:#0033a0}.pageList.default-style .pageList-custom-selection .pageList-featured-item.color-blue .pageList-category,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item.color-blue .pageList-category{color:#0033a0}.pageList.default-style .pageList-custom-selection .pageList-featured-item.color-light-blue .pageList-image-wrapper,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item.color-light-blue .pageList-image-wrapper{border-color:#0097a9}.pageList.default-style .pageList-custom-selection .pageList-featured-item.color-light-blue .pageList-category,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item.color-light-blue .pageList-category{color:#0097a9}.pageList.default-style .pageList-custom-selection .pageList-featured-item.color-dark-green .pageList-image-wrapper,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item.color-dark-green .pageList-image-wrapper{border-color:#008578}.pageList.default-style .pageList-custom-selection .pageList-featured-item.color-dark-green .pageList-category,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item.color-dark-green .pageList-category{color:#008578}.pageList.default-style .pageList-custom-selection .pageList-featured-item.color-red .pageList-image-wrapper,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item.color-red .pageList-image-wrapper{border-color:#a4123f}.pageList.default-style .pageList-custom-selection .pageList-featured-item.color-red .pageList-category,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item.color-red .pageList-category{color:#a4123f}.pageList.default-style .pageList-custom-selection .pageList-featured-item.color-purple .pageList-image-wrapper,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item.color-purple .pageList-image-wrapper{border-color:#772583}.pageList.default-style .pageList-custom-selection .pageList-featured-item.color-purple .pageList-category,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item.color-purple .pageList-category{color:#772583}.pageList.default-style .pageList-custom-selection .pageList-featured-item.color-light-grey .pageList-image-wrapper,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item.color-light-grey .pageList-image-wrapper{border-color:#ced3de}.pageList.default-style .pageList-custom-selection .pageList-featured-item.color-light-grey .pageList-category,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item.color-light-grey .pageList-category{color:#ced3de}.pageList.default-style .pageList-custom-selection .pageList-featured-item-content,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item-content{padding:35px 30px;text-align:center;-ms-flex:1;flex:1}@media only screen and (min-width:768px){.pageList.default-style .pageList-custom-selection .pageList-featured-item-content,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around}}@media only screen and (min-width:1200px){.pageList.default-style .pageList-custom-selection .pageList-featured-item-content,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item-content{padding:55px 50px}}.pageList.default-style .pageList-custom-selection .pageList-featured-item-content .pageList-category,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item-content .pageList-category{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;margin-bottom:20px}.pageList.default-style .pageList-custom-selection .pageList-featured-item-content .pageList-title,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item-content .pageList-title{font-size:32px;font-size:3.2rem;font-family:Interstate,sans-serif;line-height:1.219;font-weight:300;margin-top:0;margin-bottom:20px;color:#484c53}@media only screen and (min-width:1200px){.pageList.default-style .pageList-custom-selection .pageList-featured-item-content .pageList-title,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item-content .pageList-title{font-size:36px;font-size:3.6rem;line-height:1.194}}.pageList.default-style .pageList-custom-selection .pageList-featured-item-content .pageList-title:last-child,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item-content .pageList-title:last-child{margin-bottom:0}.pageList.default-style .pageList-custom-selection .pageList-featured-item-content .pageList-author-and-publication-date,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item-content .pageList-author-and-publication-date{font-size:16.5px;font-size:1.65rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:400;margin-top:0;margin-bottom:25px;color:#484c53}.pageList.default-style .pageList-custom-selection .pageList-featured-item-content .pageList-author-and-publication-date:last-child,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item-content .pageList-author-and-publication-date:last-child{margin-bottom:0}@media only screen and (min-width:1200px){.pageList.default-style .pageList-custom-selection .pageList-featured-item-content .pageList-author-and-publication-date,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item-content .pageList-author-and-publication-date{margin-bottom:35px}}.pageList.default-style .pageList-custom-selection .pageList-featured-item-content .pageList-author:after,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item-content .pageList-author:after{content:"\B7";margin-left:10px;margin-right:5px}.pageList.default-style .pageList-custom-selection .pageList-featured-item-content .pageList-read-more,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item-content .pageList-read-more{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;display:inline-block;background:transparent;color:#0033a0;text-align:center;border:2px solid #0033a0;border-radius:4px;padding:14px 40px;transition:border-color,color,background,.2s ease-in;line-height:1}.pageList.default-style .pageList-custom-selection .pageList-featured-item-content .pageList-read-more:active,.pageList.default-style .pageList-custom-selection .pageList-featured-item-content .pageList-read-more:hover,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item-content .pageList-read-more:active,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item-content .pageList-read-more:hover{opacity:1;color:#022d89;border-color:transparent}.pageList.default-style .pageList-custom-selection .pageList-featured-item-content .pageList-read-more:focus,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item-content .pageList-read-more:focus{border-color:#0033a0}.pageList.default-style .pageList-custom-selection .pageList-featured-item-content .pageList-read-more:hover,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item-content .pageList-read-more:hover{background:#0033a0;color:#fff}.pageList.default-style .pageList-custom-selection .pageList-featured-item-content .pageList-read-more:active,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item-content .pageList-read-more:active{background:#022d89;color:#fff}.pageList.default-style .pageList-custom-selection .pageList-featured-item-content .pageList-read-more:disabled,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item-content .pageList-read-more:disabled{color:#ced3de;border-color:#ced3de}@media only screen and (min-width:768px){.pageList.default-style .pageList-custom-selection .pageList-featured-item-content .pageList-read-more,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item-content .pageList-read-more{max-width:195px;padding:18px 40px;margin:0 auto}}.pageList.default-style .pageList-custom-selection .pageList-featured-item-content .pageList-read-more:after,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-featured-item-content .pageList-read-more:after{content:none}.pageList.default-style .pageList-custom-selection .pageList-items,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-items{margin:0}.pageList.default-style .pageList-custom-selection .pageList-item,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item{position:relative;width:100%;margin:0 20px;border-bottom:1px solid #ced3de;padding:39px 0}.pageList.default-style .pageList-custom-selection .pageList-item .pageList-link:focus .pageList-publication-date,.pageList.default-style .pageList-custom-selection .pageList-item .pageList-link:focus .pageList-title,.pageList.default-style .pageList-custom-selection .pageList-item:focus .pageList-publication-date,.pageList.default-style .pageList-custom-selection .pageList-item:focus .pageList-title,.pageList.default-style .pageList-custom-selection .pageList-item:hover .pageList-publication-date,.pageList.default-style .pageList-custom-selection .pageList-item:hover .pageList-title,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item .pageList-link:focus .pageList-publication-date,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item .pageList-link:focus .pageList-title,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item:focus .pageList-publication-date,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item:focus .pageList-title,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item:hover .pageList-publication-date,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item:hover .pageList-title{color:#0033a0}.pageList.default-style .pageList-custom-selection .pageList-item .pageList-link:focus .pageList-image-wrapper,.pageList.default-style .pageList-custom-selection .pageList-item:focus .pageList-image-wrapper,.pageList.default-style .pageList-custom-selection .pageList-item:hover .pageList-image-wrapper,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item .pageList-link:focus .pageList-image-wrapper,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item:focus .pageList-image-wrapper,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item:hover .pageList-image-wrapper{border-color:#f1c400}.pageList.default-style .pageList-custom-selection .pageList-item .pageList-link:focus .pageList-image-wrapper:after,.pageList.default-style .pageList-custom-selection .pageList-item:focus .pageList-image-wrapper:after,.pageList.default-style .pageList-custom-selection .pageList-item:hover .pageList-image-wrapper:after,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item .pageList-link:focus .pageList-image-wrapper:after,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item:focus .pageList-image-wrapper:after,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item:hover .pageList-image-wrapper:after{opacity:0}@media only screen and (min-width:1200px){.pageList.default-style .pageList-custom-selection .pageList-item,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item{margin:0 60px}.pageList.default-style .pageList-custom-selection .pageList-item .pageList-link:focus:after,.pageList.default-style .pageList-custom-selection .pageList-item:focus:after,.pageList.default-style .pageList-custom-selection .pageList-item:hover:after,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item .pageList-link:focus:after,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item:focus:after,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item:hover:after{right:-35px}.pageList.default-style .pageList-custom-selection .pageList-item .pageList-link:focus .pageList-publication-date,.pageList.default-style .pageList-custom-selection .pageList-item .pageList-link:focus .pageList-title,.pageList.default-style .pageList-custom-selection .pageList-item:focus .pageList-publication-date,.pageList.default-style .pageList-custom-selection .pageList-item:focus .pageList-title,.pageList.default-style .pageList-custom-selection .pageList-item:hover .pageList-publication-date,.pageList.default-style .pageList-custom-selection .pageList-item:hover .pageList-title,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item .pageList-link:focus .pageList-publication-date,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item .pageList-link:focus .pageList-title,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item:focus .pageList-publication-date,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item:focus .pageList-title,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item:hover .pageList-publication-date,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item:hover .pageList-title{color:#0033a0}.pageList.default-style .pageList-custom-selection .pageList-item .pageList-link:focus .pageList-image-wrapper,.pageList.default-style .pageList-custom-selection .pageList-item:focus .pageList-image-wrapper,.pageList.default-style .pageList-custom-selection .pageList-item:hover .pageList-image-wrapper,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item .pageList-link:focus .pageList-image-wrapper,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item:focus .pageList-image-wrapper,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item:hover .pageList-image-wrapper{border-color:#f1c400}.pageList.default-style .pageList-custom-selection .pageList-item .pageList-link:focus .pageList-image-wrapper:after,.pageList.default-style .pageList-custom-selection .pageList-item:focus .pageList-image-wrapper:after,.pageList.default-style .pageList-custom-selection .pageList-item:hover .pageList-image-wrapper:after,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item .pageList-link:focus .pageList-image-wrapper:after,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item:focus .pageList-image-wrapper:after,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item:hover .pageList-image-wrapper:after{opacity:0}}.pageList.default-style .pageList-custom-selection .pageList-item:after,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item:after{content:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);position:absolute;top:50%;transform:translateY(-50%);right:-100px;height:12px;width:12px;transition:right .2s ease}.pageList.default-style .pageList-custom-selection .pageList-item:nth-child(n+3),.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item:nth-child(n+3){display:none}@media only screen and (min-width:768px){.pageList.default-style .pageList-custom-selection .pageList-item:nth-child(n+3),.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item:nth-child(n+3){display:block}}.pageList.default-style .pageList-custom-selection .pageList-item .pageList-link,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item .pageList-link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.pageList.default-style .pageList-custom-selection .pageList-item .pageList-image-wrapper,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item .pageList-image-wrapper{position:relative;width:50px;height:50px;margin-right:20px;border-radius:100%;overflow:hidden;-ms-flex-negative:0;flex-shrink:0;border:2px solid #fff}.pageList.default-style .pageList-custom-selection .pageList-item .pageList-image-wrapper .pageList-image,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item .pageList-image-wrapper .pageList-image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.pageList.default-style .pageList-custom-selection .pageList-item .pageList-image-wrapper:after,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item .pageList-image-wrapper:after{content:"";position:absolute;top:0;width:100%;height:100%;display:block;border-radius:100%;background:rgba(0,51,160,.6);opacity:1;transition:opacity .2s ease}@media only screen and (min-width:1200px){.pageList.default-style .pageList-custom-selection .pageList-item .pageList-content,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item .pageList-content{min-height:69px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}}.pageList.default-style .pageList-custom-selection .pageList-item .pageList-title,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item .pageList-title{font-size:18px;font-size:1.8rem;font-family:Interstate,sans-serif;line-height:1.389;font-weight:300;margin-top:0;color:#484c53;margin-bottom:0;transition:color .2s ease}.pageList.default-style .pageList-custom-selection .pageList-item .pageList-title:last-child,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item .pageList-title:last-child{margin-bottom:0}.pageList.default-style .pageList-custom-selection .pageList-item .pageList-publication-date,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-item .pageList-publication-date{font-size:13px;font-size:1.3rem;font-family:Interstate,sans-serif;color:#484c53;transition:color .2s ease}.pageList.default-style .pageList-custom-selection .pageList-items-see-more,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-items-see-more{padding:10px 0}.pageList.default-style .pageList-custom-selection .pageList-items-see-more-link,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-items-see-more-link{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;padding:0;height:70px;vertical-align:middle;position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.pageList.default-style .pageList-custom-selection .pageList-items-see-more-link:before,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-items-see-more-link:before{content:"";width:200px;height:2px;display:block;position:absolute;left:50%;transform:translateX(-50%);background-color:transparent;top:60px;transition:background-color .2s ease-in}.pageList.default-style .pageList-custom-selection .pageList-items-see-more-link:after,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-items-see-more-link:after{content:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);display:inline-block;width:6px;margin-left:15px;transform:translateY(-1px)}.pageList.default-style .pageList-custom-selection .pageList-items-see-more-link:focus:before,.pageList.default-style .pageList-custom-selection .pageList-items-see-more-link:hover:before,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-items-see-more-link:focus:before,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-items-see-more-link:hover:before{background:#022d89}.pageList.default-style .pageList-custom-selection .pageList-items-see-more-link:disabled,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-items-see-more-link:disabled{color:#ced3de}@media only screen and (min-width:1200px){.pageList.default-style .pageList-custom-selection .pageList-items-see-more-link,.pageList.pageList-homeFeatured .pageList-custom-selection .pageList-items-see-more-link{padding:0}}.pageList-custom-selection-no-date p.pageList-publication-date{display:none}.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-featured-item.color-blue .pageList-image{border-bottom:3px solid #0033a0}@media only screen and (min-width:1200px){.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-featured-item.color-blue .pageList-image{border-bottom-width:2px}}.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-featured-item.color-light-blue .pageList-image{border-bottom:3px solid #0097a9}@media only screen and (min-width:1200px){.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-featured-item.color-light-blue .pageList-image{border-bottom-width:2px}}.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-featured-item.color-dark-green .pageList-image{border-bottom:3px solid #008578}@media only screen and (min-width:1200px){.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-featured-item.color-dark-green .pageList-image{border-bottom-width:2px}}.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-featured-item.color-red .pageList-image{border-bottom:3px solid #a4123f}@media only screen and (min-width:1200px){.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-featured-item.color-red .pageList-image{border-bottom-width:2px}}.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-featured-item.color-purple .pageList-image{border-bottom:3px solid #772583}@media only screen and (min-width:1200px){.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-featured-item.color-purple .pageList-image{border-bottom-width:2px}}.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-featured-item.color-light-grey .pageList-image{border-bottom:3px solid #ced3de}@media only screen and (min-width:1200px){.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-featured-item.color-light-grey .pageList-image{border-bottom-width:2px}}.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin:-10px}@media only screen and (min-width:1200px){.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-link{display:block;margin:0}}.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-link:focus .pageList-title,.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-link:hover .pageList-title{border-bottom:1px solid #0033a0}.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-image-wrapper{-ms-flex-preferred-size:50%;flex-basis:50%;padding:10px}@media only screen and (min-width:1200px){.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-image-wrapper{height:160px;padding:0;margin-bottom:15px}}@media only screen and (min-width:1620px){.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-image-wrapper{margin-bottom:25px}}.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-featured-item-content{-ms-flex-preferred-size:50%;flex-basis:50%;padding:10px}@media only screen and (min-width:1200px){.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-featured-item-content{padding:0}}.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-title{font-size:18px;font-size:1.8rem;font-family:Interstate,sans-serif;line-height:1.389;font-weight:300;margin-top:0;display:inline;border-bottom:1px solid transparent;transition:border-bottom-color .2s}.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-title:last-child{margin-bottom:0}.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-author-and-publication-date{margin-top:10px;margin-bottom:0}@media only screen and (min-width:1620px){.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-author-and-publication-date{margin-top:20px}}.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-publication-date{font-size:13px;font-size:1.3rem;color:#484c53}.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-author,.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-category,.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-read-more,.pageList.pageList-featuredArticleOnly .pageList-custom-selection .pageList-right-column{display:none}.pageList .customplainarticles .pageList-items{margin-bottom:-40px}@media only screen and (min-width:768px){.pageList .customplainarticles .pageList-items{margin-bottom:-50px}}.pageList .customplainarticles .pageList-item{width:100%;margin-bottom:40px}@media only screen and (min-width:1200px){.pageList .customplainarticles .pageList-item{width:calc(50% - 10px);margin-bottom:50px;margin-left:20px}}.pageList .customplainarticles .pageList-item:nth-child(odd){margin-left:0}.pageList .customplainarticles .pageList-item.color-blue .pageList-image{background:#0033a0}.pageList .customplainarticles .pageList-item.color-light-blue .pageList-image{background:#0097a9}.pageList .customplainarticles .pageList-item.color-dark-green .pageList-image{background:#008578}.pageList .customplainarticles .pageList-item.color-red .pageList-image{background:#a4123f}.pageList .customplainarticles .pageList-item.color-purple .pageList-image{background:#772583}.pageList .customplainarticles .pageList-item.color-light-grey .pageList-image{background:#ced3de}.pageList .customplainarticles .pageList-link{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.pageList .customplainarticles .pageList-link{-ms-flex-direction:row;flex-direction:row}}.pageList .customplainarticles .pageList-link:hover .pageList-read-more{color:#022d89;border-bottom-color:#022d89}.pageList .customplainarticles .pageList-link:focus{outline:0}.pageList .customplainarticles .pageList-link:focus .pageList-read-more{opacity:1;outline:2px solid #3074db;outline-offset:1px}.pageList .customplainarticles .pageList-link:focus .pageList-read-more:active{outline:0}.pageList .customplainarticles .pageList-image{height:66vw;margin-bottom:30px;position:relative}@media only screen and (min-width:768px){.pageList .customplainarticles .pageList-image{width:270px;height:185px;margin-bottom:0}}.pageList .customplainarticles .pageList-image .pageList-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-height:85px}@media only screen and (min-width:768px){.pageList .customplainarticles .pageList-image .pageList-icon{max-height:75px}}@media only screen and (min-width:768px){.pageList .customplainarticles .pageList-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;width:calc(100% - 320px);margin-left:50px}}.pageList .customplainarticles .pageList-title{font-size:24px;font-size:2.4rem;font-family:Interstate,sans-serif;line-height:1.375;font-weight:300;margin-top:0;color:#484c53;margin-bottom:20px}.pageList .customplainarticles .pageList-title:last-child{margin-bottom:0}@media only screen and (min-width:768px){.pageList .customplainarticles .pageList-title{margin-bottom:30px}}.pageList .customplainarticles .pageList-read-more{transition:border-bottom-color .4s}.pageList.pageList-new-home{padding-left:20px;padding-right:20px}.pageList.pageList-new-home .pageList-custom-selection{margin-top:0;margin-right:0;margin-left:0;left:50%;transform:translateX(-50%);padding:0!important}@media only screen and (min-width:768px){.pageList.pageList-new-home .pageList-custom-selection{width:100vw}}@media only screen and (min-width:1620px){.pageList.pageList-new-home .pageList-custom-selection{width:1582px;padding:0}}.pageList.pageList-new-home .pageList-custom-selection .pageList-left-column{padding-left:0}.pageList.pageList-new-home .pageList-custom-selection .pageList-right-column{padding-right:0}@media screen and (max-width:767px){.pageList.pageList-new-home .pageList-custom-selection .pageList-items{padding:20px 0 0}}@media only screen and (min-width:900px){.pageList.pageList-new-home .pageList-custom-selection .pageList-items{padding:0;margin:0}}@media screen and (max-width:767px){.pageList.pageList-new-home .pageList-custom-selection .pageList-items .pageList-item{padding:20px 0;margin:0 30px}}@media screen and (min-width:768px){.pageList.pageList-new-home .pageList-custom-selection .pageList-items .pageList-item{padding:29px 0;margin:0 60px}}@media screen and (max-width:1200px) and (min-width:900px){.pageList.pageList-new-home .pageList-custom-selection .pageList-items .pageList-item{padding:39px 0}}@media screen and (max-width:768px){.pageList.pageList-new-home .pageList-custom-selection .pageList-items .pageList-item:nth-child(n+3){display:list-item!important}}.pageList.pageList-new-home .pageList-custom-selection .pageList-items .pageList-item .pageList-title{font-size:15px!important;-webkit-line-clamp:3!important;line-clamp:3!important}@media only screen and (min-width:900px){.pageList.pageList-new-home .pageList-custom-selection .pageList-items .pageList-item .pageList-title{font-size:16px!important}}.pageList.pageList-new-home .pageList-custom-selection .pageList-featured-item .pageList-image-wrapper{height:160px!important}@media only screen and (min-width:500px){.pageList.pageList-new-home .pageList-custom-selection .pageList-featured-item .pageList-image-wrapper{height:320px!important}}@media only screen and (min-width:900px){.pageList.pageList-new-home .pageList-custom-selection .pageList-featured-item .pageList-image-wrapper{height:380px!important}}.pageList.pageList-new-home .pageList-custom-selection .pageList-featured-item .pageList-image-wrapper img.pageList-image{height:160px!important;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}@media only screen and (min-width:500px){.pageList.pageList-new-home .pageList-custom-selection .pageList-featured-item .pageList-image-wrapper img.pageList-image{height:320px!important}}@media only screen and (min-width:900px){.pageList.pageList-new-home .pageList-custom-selection .pageList-featured-item .pageList-image-wrapper img.pageList-image{height:380px!important}}.pageList.pageList-new-home .pageList-custom-selection .pageList-featured-item .pageList-featured-item-content{-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:900px){.pageList.pageList-new-home .pageList-custom-selection .pageList-featured-item .pageList-featured-item-content{padding-top:60px}}.pageList.pageList-new-home .pageList-custom-selection .pageList-featured-item .pageList-featured-item-content .pageList-title{font-size:22px;font-size:2.2rem;margin-bottom:30px}@media only screen and (min-width:1350px){.pageList.pageList-new-home .pageList-custom-selection .pageList-featured-item .pageList-featured-item-content .pageList-title{font-size:24px;font-size:2.4rem}}@media only screen and (min-width:1500px){.pageList.pageList-new-home .pageList-custom-selection .pageList-featured-item .pageList-featured-item-content .pageList-title{font-size:28px;font-size:2.8rem}}.pageList.pageList-new-home .pageList-custom-selection .pageList-featured-item .pageList-featured-item-content .pageList-category{display:none}.pageList.pageList-new-home .pageList-custom-selection .pageList-featured-item .pageList-featured-item-content p.pageList-author-and-publication-date{margin-bottom:30px;font-weight:300!important;font-size:16px;font-size:1.6rem}@media only screen and (min-width:900px){.pageList.pageList-new-home .pageList-custom-selection .pageList-featured-item .pageList-featured-item-content p.pageList-author-and-publication-date{font-size:18px;font-size:1.8rem}}.pageList.pageList-new-home .pageList-custom-selection .pageList-read-more{font-size:15px!important;font-size:1.5rem!important}@media only screen and (min-width:900px){.pageList.pageList-new-home .pageList-custom-selection .pageList-read-more{font-size:16px!important;font-size:1.6rem!important}}.pageList.pageList-new-home .pageList-custom-selection .pageList-image-wrapper{height:160px}@media only screen and (min-width:500px){.pageList.pageList-new-home .pageList-custom-selection .pageList-image-wrapper{height:320px}}@media only screen and (min-width:1024px){.pageList.pageList-new-home .pageList-custom-selection .pageList-image-wrapper{height:320px}}.pageList.pageList-new-home .pageList-custom-selection .pageList-items-see-more{padding:0}@media screen and (max-width:1200px) and (min-width:900px){.pageList.pageList-new-home .pageList-custom-selection .pageList-items-see-more{height:100px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (min-width:1200px){.pageList.pageList-new-home .pageList-custom-selection .pageList-items-see-more{height:140px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}}.pageList.pageList-new-home .pageList-custom-selection .pageList-items-see-more .pageList-items-see-more-link{padding:0}@media only screen and (min-width:900px){.pageList.pageList-new-home .pageList-custom-selection .pageList-items-see-more .pageList-items-see-more-link{padding:10px 0}}@media screen and (max-width:767px){.pageList.pageList-new-home .pageList-custom-selection .pageList-items-see-more .pageList-items-see-more-link{margin:20px 0}}@media screen and (max-width:1200px) and (min-width:900px){.pageList.pageList-new-home .pageList-custom-selection .pageList-items-see-more .pageList-items-see-more-link{padding-top:20px}}.pageList.pageList-new-home .pageList-custom-selection .pageList-items-see-more .pageList-items-see-more-link:before{width:90px}.pageList{background-color:#fff}.pageList .customarticlecards{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;max-width:100%}@media only screen and (min-width:768px){.pageList .customarticlecards{width:768px}}@media only screen and (min-width:1200px){.pageList .customarticlecards{width:1200px}}@media only screen and (min-width:1620px){.pageList .customarticlecards{padding-left:0;padding-right:0;width:1620px}}@media only screen and (min-width:768px){.pageList .customarticlecards{width:inherit}}@media only screen and (min-width:1200px){.pageList .customarticlecards{padding-left:0;padding-right:0}}.pageList .customarticlecards .pageList-wrapper .pageList-items{background-color:#fff}.pageList .customarticlecards .pageList-wrapper .pageList-items .pageList-item{width:100%;padding-left:20px;padding-right:20px;max-width:420px;margin-bottom:20px;margin-left:auto;margin-right:auto}@media only screen and (min-width:768px){.pageList .customarticlecards .pageList-wrapper .pageList-items .pageList-item{width:33%;padding-left:10px;padding-right:10px;max-width:none;margin-left:0;margin-right:0}}@media only screen and (min-width:1200px){.pageList .customarticlecards .pageList-wrapper .pageList-items .pageList-item{width:25%;padding:50px 15px 20px;margin-bottom:0}}.pageList .customarticlecards .pageList-wrapper .pageList-items .pageList-item.color-blue .pageList-image,.pageList .customarticlecards .pageList-wrapper .pageList-items .pageList-item.large-item.color-blue .pageList-image{border-color:#0033a0}.pageList .customarticlecards .pageList-wrapper .pageList-items .pageList-item.color-light-blue .pageList-image,.pageList .customarticlecards .pageList-wrapper .pageList-items .pageList-item.large-item.color-light-blue .pageList-image{border-color:#0097a9}.pageList .customarticlecards .pageList-wrapper .pageList-items .pageList-item.color-dark-green .pageList-image,.pageList .customarticlecards .pageList-wrapper .pageList-items .pageList-item.large-item.color-dark-green .pageList-image{border-color:#008578}.pageList .customarticlecards .pageList-wrapper .pageList-items .pageList-item.color-red .pageList-image,.pageList .customarticlecards .pageList-wrapper .pageList-items .pageList-item.large-item.color-red .pageList-image{border-color:#a4123f}.pageList .customarticlecards .pageList-wrapper .pageList-items .pageList-item.color-purple .pageList-image,.pageList .customarticlecards .pageList-wrapper .pageList-items .pageList-item.large-item.color-purple .pageList-image{border-color:#772583}.pageList .customarticlecards .pageList-wrapper .pageList-items .pageList-item.color-light-grey .pageList-image,.pageList .customarticlecards .pageList-wrapper .pageList-items .pageList-item.large-item.color-light-grey .pageList-image{border-color:#ced3de}.pageList .customarticlecards .pageList-wrapper .pageList-items .pageList-item .pageList-link{box-shadow:0 0 10px 0 rgba(0,51,160,.3);border-radius:4px;transition:box-shadow .2s;display:block;height:100%;background:#fff;overflow:hidden;border:0}.pageList .customarticlecards .pageList-wrapper .pageList-items .pageList-item .pageList-link .pageList-image{height:175px;border-bottom:3px solid #0033a0}@media only screen and (min-width:1200px){.pageList .customarticlecards .pageList-wrapper .pageList-items .pageList-item .pageList-link .pageList-image{height:200px}}.pageList .customarticlecards .pageList-wrapper .pageList-items .pageList-item .pageList-link .pageList-content{padding:20px 30px;height:calc(100% - 175px)}@media only screen and (min-width:1200px){.pageList .customarticlecards .pageList-wrapper .pageList-items .pageList-item .pageList-link .pageList-content{padding:10px 30px 20px;height:100%}}.pageList .customarticlecards .pageList-wrapper .pageList-items .pageList-item .pageList-link .pageList-content .pageList-title{color:#484c53;font-size:16px;font-size:1.6rem;font-weight:300;line-height:1.2;padding-top:30px;margin-bottom:25px}.pageList .customarticlecards .pageList-wrapper .pageList-items .pageList-item .pageList-link .pageList-content .pageList-read-more:after{content:"";background-color:#0033a0;-webkit-mask:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);mask:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);-webkit-mask-size:cover;mask-size:cover;width:10px;height:13px;margin-left:12px;transform:translateY(1px)}.pageList .insightshubpage .pageList-wrapper{margin-top:50px}@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-min-device-pixel-ratio:3){.pageList .insightshubpage .pageList-wrapper{margin-top:0;margin-bottom:30px}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1){.pageList .insightshubpage .pageList-wrapper{margin-top:0;margin-bottom:30px}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2){.pageList .insightshubpage .pageList-wrapper{margin-top:0;margin-bottom:30px}}@media only screen and (min-width:1200px){.pageList .insightshubpage .pageList-wrapper{margin-top:0}}.pageList .insightshubpage .pageList-label{display:none}.pageList .insightshubpage .pageList-items{-ms-flex-direction:column;flex-direction:column;-ms-flex-flow:column;flex-flow:column}.pageList .insightshubpage .pageList-items.article{height:-moz-fit-content;height:fit-content}@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-min-device-pixel-ratio:3){.pageList .insightshubpage .pageList-items.article{height:-moz-fit-content;height:fit-content;overflow:hidden}}@media only screen and (min-width:1200px){.pageList .insightshubpage .pageList-items.article{height:700px}}.pageList .insightshubpage .pageList-items.article>.pageList-item>.pageList-link>.pageList-content{padding-left:0}.pageList .insightshubpage .pageList-items.image-mode{height:830px}@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-min-device-pixel-ratio:3){.pageList .insightshubpage .pageList-items.image-mode{height:-moz-fit-content;height:fit-content;overflow:hidden;margin-bottom:30px}}@media only screen and (min-width:768px){.pageList .insightshubpage .pageList-items.image-mode{height:620px}}@media only screen and (min-width:1200px){.pageList .insightshubpage .pageList-items.image-mode{height:630px}}.pageList .insightshubpage .pageList-item{border-bottom:2px solid #ced3de}.pageList .insightshubpage .pageList-item:last-child{border-bottom:none}@media only screen and (min-width:1200px){.pageList .insightshubpage .pageList-item.image-mode{border-bottom:0}}.pageList .insightshubpage .pageList-header{font-size:28.13px;font-size:2.813rem;font-family:Interstate,sans-serif;line-height:1.219;font-weight:900;margin-top:0;padding:10px 30px;color:#0033a0;text-transform:uppercase}@media only screen and (min-width:768px){.pageList .insightshubpage .pageList-header{font-size:35.16px;font-size:3.516rem;line-height:1.194}}@media only screen and (min-width:1200px){.pageList .insightshubpage .pageList-header{font-size:43.94px;font-size:4.394rem;line-height:1.194}}.pageList .insightshubpage .pageList-header:last-child{margin-bottom:0}.pageList .insightshubpage .pageList-header.article{padding-left:0}.pageList .insightshubpage .pageList-header.image-mode{font-size:22.5px;font-size:2.25rem;font-family:Interstate,sans-serif;line-height:1.219;font-weight:700;text-align:center;margin-top:0;text-transform:none;background:rgba(0,51,160,.1)}@media only screen and (min-width:768px){.pageList .insightshubpage .pageList-header.image-mode{font-size:28.13px;font-size:2.813rem;line-height:1.194}}@media only screen and (min-width:1200px){.pageList .insightshubpage .pageList-header.image-mode{font-size:35.16px;font-size:3.516rem;line-height:1.194;text-align:initial}}.pageList .insightshubpage .pageList-header.image-mode:last-child{margin-bottom:0}.pageList .insightshubpage .pageList-image{height:75px;-ms-flex-preferred-size:30%;flex-basis:30%;margin-right:20px}@media only screen and (min-width:768px){.pageList .insightshubpage .pageList-image{height:100px;-ms-flex-preferred-size:15%;flex-basis:15%}}@media only screen and (min-width:1024px){.pageList .insightshubpage .pageList-image{-ms-flex-preferred-size:12%;flex-basis:12%}}@media only screen and (min-width:1200px){.pageList .insightshubpage .pageList-image{height:116px;-ms-flex-preferred-size:24%;flex-basis:24%}}@media only screen and (min-width:1620px){.pageList .insightshubpage .pageList-image{-ms-flex-preferred-size:20%;flex-basis:20%}}.pageList .insightshubpage .pageList-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-height:85px}@media only screen and (min-width:768px){.pageList .insightshubpage .pageList-icon{max-height:75px}}.pageList .insightshubpage .pageList-content{height:calc(100% - 100px);padding:20px}@media only screen and (min-width:768px){.pageList .insightshubpage .pageList-content{padding:30px}}.pageList .insightshubpage .pageList-content.image-mode{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center}.pageList .insightshubpage .pageList-content.image-mode .pageList-content-container{-ms-flex-preferred-size:60%;flex-basis:60%}@media only screen and (min-width:768px){.pageList .insightshubpage .pageList-content.image-mode .pageList-content-container{-ms-flex-preferred-size:80%;flex-basis:80%}}@media only screen and (min-width:1200px){.pageList .insightshubpage .pageList-content.image-mode .pageList-content-container{-ms-flex-preferred-size:70%;flex-basis:70%}}@media only screen and (min-width:1620px){.pageList .insightshubpage .pageList-content.image-mode .pageList-content-container{-ms-flex-preferred-size:75%;flex-basis:75%}}@media only screen and (min-width:768px){.pageList .insightshubpage .pageList-content.image-mode{padding:30px 30px 20px}}@media only screen and (min-width:1200px){.pageList .insightshubpage .pageList-content.image-mode{padding:30px 30px 0}}.pageList .insightshubpage .pageList-category-bullet:before{content:"\2022";padding-left:5px;padding-right:5px}.pageList .insightshubpage .pageList-category,.pageList .insightshubpage .pageList-category-bullet{font-size:14.5px;font-size:1.45rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:300;margin-top:0;font-style:italic;color:#0033a0;text-transform:uppercase}@media only screen and (min-width:1200px){.pageList .insightshubpage .pageList-category,.pageList .insightshubpage .pageList-category-bullet{font-size:16px;font-size:1.6rem}}.pageList .insightshubpage .pageList-category-bullet:last-child,.pageList .insightshubpage .pageList-category:last-child{margin-bottom:0}.pageList .insightshubpage .pageList-category-bullet.image-mode,.pageList .insightshubpage .pageList-category.image-mode{font-size:16px;font-size:1.6rem;font-family:Interstate,sans-serif;font-weight:700;line-height:1.467;margin-top:0;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;overflow:hidden;text-overflow:ellipsis;text-transform:none;font-style:normal;opacity:1}@media only screen and (min-width:768px){.pageList .insightshubpage .pageList-category-bullet.image-mode,.pageList .insightshubpage .pageList-category.image-mode{font-size:18px;font-size:1.8rem}}@media only screen and (min-width:1200px){.pageList .insightshubpage .pageList-category-bullet.image-mode,.pageList .insightshubpage .pageList-category.image-mode{font-size:22.5px;font-size:2.25rem}}.pageList .insightshubpage .pageList-category-bullet.image-mode:last-child,.pageList .insightshubpage .pageList-category.image-mode:last-child{margin-bottom:0}.pageList .insightshubpage .pageList-category-bullet.image-mode:focus,.pageList .insightshubpage .pageList-category-bullet.image-mode:hover,.pageList .insightshubpage .pageList-category.image-mode:focus,.pageList .insightshubpage .pageList-category.image-mode:hover{opacity:.7;text-decoration:underline}@media only screen and (min-width:768px){.pageList .insightshubpage .pageList-category-bullet.image-mode,.pageList .insightshubpage .pageList-category.image-mode{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis}}.pageList .insightshubpage .pageList-title{font-size:16px;font-size:1.6rem;font-family:Interstate,sans-serif;line-height:1.555;font-weight:300;color:#484c53;opacity:1;margin:10px 0}@media only screen and (min-width:1200px){.pageList .insightshubpage .pageList-title{font-size:18px;font-size:1.8rem}}.pageList .insightshubpage .pageList-title:last-child{margin-bottom:0}@media only screen and (min-width:768px){.pageList .insightshubpage .pageList-title{margin:15px 0}}.pageList .insightshubpage .pageList-title:focus,.pageList .insightshubpage .pageList-title:hover{text-decoration:underline;opacity:.7}.pageList .insightshubpage .pageList-title.image-mode{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;overflow:hidden;text-overflow:ellipsis}@media only screen and (min-width:768px){.pageList .insightshubpage .pageList-title.image-mode{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis}}.pageList .insightshubpage .pageList-title.large-device{margin-top:0;display:none}@media only screen and (min-width:768px){.pageList .insightshubpage .pageList-title.large-device{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis}}@media only screen and (min-width:768px){.pageList .insightshubpage .pageList-small-device-container{display:none}}.pageList .insightshubpage .pageList-read-more-container{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end}.pageList .insightshubpage .pageList-read-more{transition:border-bottom-color .4s;text-transform:uppercase;font-size:16px;font-size:1.6rem}.pageList .insightshubpage .pageList-display-all a{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;text-decoration:none;text-transform:none;display:inline-block;background:transparent;color:#0033a0;border-radius:4px;transition:border-color,color,background,.2s ease-in;line-height:1;font-size:16px;font-size:1.6rem;font-weight:900;border:3px solid #0033a0;text-align:center;border-radius:6px;text-transform:uppercase;height:-moz-max-content;height:max-content;width:100%;display:block;padding:12px}.pageList .insightshubpage .pageList-display-all a:active,.pageList .insightshubpage .pageList-display-all a:hover{opacity:1;color:#022d89;border-color:transparent}.pageList .insightshubpage .pageList-display-all a:focus{border-color:#0033a0}.pageList .insightshubpage .pageList-display-all a:hover{background:#0033a0;color:#fff}.pageList .insightshubpage .pageList-display-all a:active{background:#022d89;color:#fff}.pageList .insightshubpage .pageList-display-all a:disabled{color:#ced3de;border-color:#ced3de}.pageList .insightshubpage .pageList-display-all.article{display:none}.pageList .insightsfmcna .pageList-wrapper{margin-top:50px}@media only screen and (min-width:1200px){.pageList .insightsfmcna .pageList-wrapper{margin-top:0}}.pageList .insightsfmcna .pageList-label{display:none}.pageList .insightsfmcna .pageList-default-result-header{font-size:22.5px;font-size:2.25rem;font-family:Interstate,sans-serif;line-height:1.219;font-weight:700;text-align:center;margin-top:0;color:#0033a0;padding-bottom:20px}@media only screen and (min-width:768px){.pageList .insightsfmcna .pageList-default-result-header{font-size:28.13px;font-size:2.813rem;line-height:1.194}}@media only screen and (min-width:1200px){.pageList .insightsfmcna .pageList-default-result-header{font-size:35.16px;font-size:3.516rem;line-height:1.194;text-align:initial}}.pageList .insightsfmcna .pageList-default-result-header:last-child{margin-bottom:0}.pageList .insightsfmcna .pageList-items{display:-ms-grid;display:grid;-ms-grid-columns:100%;grid-template-columns:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;list-style:none}@media only screen and (min-width:768px){.pageList .insightsfmcna .pageList-items{-ms-grid-columns:49% 49%;grid-template-columns:49% 49%}}.pageList .insightsfmcna .pageList-items .pageList-item{max-width:none;margin-left:0;margin-right:0;width:100%;min-height:390px;height:auto;border-radius:4px;box-shadow:0 0 8px 2px rgba(0,0,0,.1);margin-bottom:15px}@media only screen and (min-width:768px){.pageList .insightsfmcna .pageList-items .pageList-item{min-height:310px}}@media only screen and (min-width:1024px){.pageList .insightsfmcna .pageList-items .pageList-item{min-height:355px}}.pageList .insightsfmcna .pageList-items .pageList-item.large-item{-ms-grid-row:span 2;grid-row:span 2}.pageList .insightsfmcna .pageList-items .pageList-image{-ms-flex:0 0 100%;flex:0 0 100%}@media only screen and (min-width:768px){.pageList .insightsfmcna .pageList-items .pageList-image{-ms-flex:0 0 45%;flex:0 0 45%}}@media only screen and (min-width:1024px){.pageList .insightsfmcna .pageList-items .pageList-image{-ms-flex:0 0 40%;flex:0 0 40%}}@media only screen and (min-width:1200px){.pageList .insightsfmcna .pageList-items .pageList-image{-ms-flex:0 0 35%;flex:0 0 35%}}.pageList .insightsfmcna .pageList-items .pageList-thumbnail{width:100%;height:132px;padding-right:0}@media only screen and (min-width:768px){.pageList .insightsfmcna .pageList-items .pageList-thumbnail{width:160px;height:100px;padding-right:20px}}@media only screen and (min-width:1024px){.pageList .insightsfmcna .pageList-items .pageList-thumbnail{width:160px;height:130px;padding-right:30px}}@media only screen and (min-width:1620px){.pageList .insightsfmcna .pageList-items .pageList-thumbnail{width:233px;height:160px;padding-right:30px}}.pageList .insightsfmcna .pageList-items .pageList-image-container{-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.pageList .insightsfmcna .pageList-items .pageList-image-container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}}.pageList .insightsfmcna .pageList-items .pageList-image-container.large-item{-ms-flex-direction:column;flex-direction:column}.pageList .insightsfmcna .pageList-items .pageList-image-container.large-item>.pageList-image{-ms-flex:0 0 100%;flex:0 0 100%}.pageList .insightsfmcna .pageList-items .pageList-image-container.large-item .pageList-thumbnail{width:auto;height:auto;padding-right:0}@media only screen and (min-width:768px){.pageList .insightsfmcna .pageList-items .pageList-image-container.large-item .pageList-thumbnail{height:340px;width:340px}}@media only screen and (min-width:1024px){.pageList .insightsfmcna .pageList-items .pageList-image-container.large-item .pageList-thumbnail{height:420px;width:420px}}@media only screen and (min-width:1200px){.pageList .insightsfmcna .pageList-items .pageList-image-container.large-item .pageList-thumbnail{height:663px;width:663px}}.pageList .insightsfmcna .pageList-items .pageList-content-container{margin-top:30px}.pageList .insightsfmcna .pageList-items .pageList-content{height:calc(100% - 160px);padding:0}.pageList .insightsfmcna .pageList-items .pageList-content .pageList-content-title-category{padding:20px}.pageList .insightsfmcna .pageList-items .pageList-content .pageList-content-container,.pageList .insightsfmcna .pageList-items .pageList-content .pageList-read-more-container{padding:0 20px 20px;margin-top:0}@media only screen and (min-width:768px){.pageList .insightsfmcna .pageList-items .pageList-content{padding:20px}.pageList .insightsfmcna .pageList-items .pageList-content .pageList-content-title-category{padding:0}.pageList .insightsfmcna .pageList-items .pageList-content .pageList-content-container{padding:30px 0;min-height:130px}.pageList .insightsfmcna .pageList-items .pageList-content .pageList-read-more-container{padding:0}}@media only screen and (min-width:768px) and (min-width:1200px){.pageList .insightsfmcna .pageList-items .pageList-content{padding:30px}}@media only screen and (min-width:768px) and (min-width:1200px){.pageList .insightsfmcna .pageList-items .pageList-content.large-item{padding:0}.pageList .insightsfmcna .pageList-items .pageList-content.large-item .pageList-content-title-category{padding:0 30px 30px}.pageList .insightsfmcna .pageList-items .pageList-content.large-item .pageList-content-container,.pageList .insightsfmcna .pageList-items .pageList-content.large-item .pageList-read-more-container{padding:0 30px 30px;margin-top:0}}.pageList .insightsfmcna .pageList-items .pageList-category{font-size:14.5px;font-size:1.45rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:300;margin-top:0;font-style:italic;color:#0033a0;text-transform:uppercase;margin-bottom:10px}@media only screen and (min-width:1200px){.pageList .insightsfmcna .pageList-items .pageList-category{font-size:16px;font-size:1.6rem}}.pageList .insightsfmcna .pageList-items .pageList-category:last-child{margin-bottom:0}@media only screen and (min-width:768px){.pageList .insightsfmcna .pageList-items .pageList-category{margin-top:0;font-size:11.5px;font-size:1.15rem;margin-bottom:15px}.pageList .insightsfmcna .pageList-items .pageList-category.large-item{margin-top:15px}}@media only screen and (min-width:1024px){.pageList .insightsfmcna .pageList-items .pageList-category{font-size:14.5px;font-size:1.45rem}}.pageList .insightsfmcna .pageList-items .pageList-category.trending:before{content:url(../../assets/img/trending-blue-icon.svg?exspAiZuLROnfMEtW1Jb4gjunvDICpy7nxenGx8Gzzu);display:inline-block;width:20px;margin-right:5px}@media only screen and (min-width:1200px){.pageList .insightsfmcna .pageList-items .pageList-category.trending:before{width:25px}}.pageList .insightsfmcna .pageList-items .pageList-title{font-size:18px;font-size:1.8rem;font-family:Interstate,sans-serif;line-height:1.219;font-weight:700;text-align:center;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;overflow:hidden;text-overflow:ellipsis;color:#484c53;display:inline;opacity:1;margin-bottom:20px;margin-top:15px}@media only screen and (min-width:768px){.pageList .insightsfmcna .pageList-items .pageList-title{font-size:22.5px;font-size:2.25rem;line-height:1.194}}@media only screen and (min-width:1200px){.pageList .insightsfmcna .pageList-items .pageList-title{font-size:28.13px;font-size:2.813rem;line-height:1.194;text-align:initial}}.pageList .insightsfmcna .pageList-items .pageList-title:last-child{margin-bottom:0}@media only screen and (min-width:768px){.pageList .insightsfmcna .pageList-items .pageList-title{margin-bottom:30px;font-size:18px;font-size:1.8rem}}@media only screen and (min-width:1024px){.pageList .insightsfmcna .pageList-items .pageList-title{font-size:22.5px;font-size:2.25rem}}@media only screen and (min-width:1200px){.pageList .insightsfmcna .pageList-items .pageList-title{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;overflow:hidden;text-overflow:ellipsis}}.pageList .insightsfmcna .pageList-items .pageList-title:focus,.pageList .insightsfmcna .pageList-items .pageList-title:hover{text-decoration:underline;opacity:.7}.pageList .insightsfmcna .pageList-items .pageList-description{font-size:16px;font-size:1.6rem;font-family:Interstate,sans-serif;line-height:1.555;font-weight:300;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;overflow:hidden;text-overflow:ellipsis;color:#484c53;opacity:1;margin-bottom:30px;margin-top:-10px}@media only screen and (min-width:1200px){.pageList .insightsfmcna .pageList-items .pageList-description{font-size:18px;font-size:1.8rem}}.pageList .insightsfmcna .pageList-items .pageList-description:last-child{margin-bottom:0}@media only screen and (min-width:768px){.pageList .insightsfmcna .pageList-items .pageList-description{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;overflow:hidden;text-overflow:ellipsis}}.pageList .insightsfmcna .pageList-items .pageList-description:focus,.pageList .insightsfmcna .pageList-items .pageList-description:hover{opacity:.7}.pageList .insightsfmcna .pageList-items .pageList-read-more-container{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;margin-top:30px}.pageList .insightsfmcna .pageList-items .pageList-read-more-container .pageList-read-more{font-size:16px;font-size:1.6rem;transition:border-bottom-color .4s;text-transform:uppercase}.pageList .insightsfmcna .pagination-container .navigation{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;transform:translateY(-50%)}.pageList .insightsfmcna .pagination-container .pagination-wrapper{padding-top:5px;display:-ms-flexbox;display:flex}.pageList .insightsfmcna .pagination-container .link-next,.pageList .insightsfmcna .pagination-container .link-prev{position:relative;transform:translateY(0);height:50px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-weight:900;text-transform:uppercase;font-size:0}@media only screen and (min-width:768px){.pageList .insightsfmcna .pagination-container .link-next,.pageList .insightsfmcna .pagination-container .link-prev{font-size:16px;font-size:1.6rem}}@media only screen and (min-width:1200px){.pageList .insightsfmcna .pagination-container .link-next,.pageList .insightsfmcna .pagination-container .link-prev{font-size:18px;font-size:1.8rem}}.pageList .insightsfmcna .pagination-container .link-next{margin-left:10px}@media only screen and (min-width:768px){.pageList .insightsfmcna .pagination-container .link-next{margin-left:25px}}.pageList .insightsfmcna .pagination-container .link-next:after{content:"";background:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);display:block;width:6px;height:8px;margin-left:15px;transform:scale(1.5);transform-origin:center center}.pageList .insightsfmcna .pagination-container .link-next:before{display:none}.pageList .insightsfmcna .pagination-container .link-prev{margin-right:10px}@media only screen and (min-width:768px){.pageList .insightsfmcna .pagination-container .link-prev{margin-right:25px}}.pageList .insightsfmcna .pagination-container .link-prev:before{content:"";background:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);display:block;width:6px;height:8px;margin-right:15px;transform:scaleX(-1.5) scaleY(1.5);transform-origin:center center}.pageList .insightsfmcna .pagination-container .pagination-dropdown-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;margin-left:0;margin-right:0;transform:translateY(0);border:2px solid #ced3de;border-radius:4px;height:50px;overflow:hidden}@media only screen and (min-width:768px){.pageList .insightsfmcna .pagination-container .pagination-dropdown-wrapper{margin-left:10px;margin-right:10px}}.pageList .insightsfmcna .pagination-container .pagination-dropdown-wrapper.is-active{border-color:#ced3de #0033a0 #0033a0}.pageList .insightsfmcna .pagination-container .pagination-dropdown-wrapper.input-is-active{border-color:#0033a0}.pageList .insightsfmcna .pagination-container .pagination-dropdown-wrapper:after{display:none}.pageList .insightsfmcna .pagination-container .pagination-dropdown-wrapper>.pagination-input{background-color:transparent;border:none;width:50px;min-height:50px!important;max-height:50px!important;padding:12px!important;text-align:center;font-weight:900;color:#484c53;font-size:16px;font-size:1.6rem}@media only screen and (min-width:1200px){.pageList .insightsfmcna .pagination-container .pagination-dropdown-wrapper>.pagination-input{font-size:18px;font-size:1.8rem}}.pageList .insightsfmcna .pagination-container .pagination-dropdown-wrapper>.pagination-input.focus-visible{background-color:rgba(0,51,160,.15);color:#484c53;caret-color:#484c53}.pageList .insightsfmcna .pagination-container .pagination-dropdown-wrapper>.pagination-dropdown{width:50px;height:inherit;padding-left:0;padding-right:0;color:#000}.pageList .insightsfmcna .pagination-container .pagination-custom-prefix{position:relative;display:block;margin-left:25px;margin-right:25px;font-weight:300;color:#484c53;text-transform:none;padding-top:0;font-size:16px;font-size:1.6rem}@media only screen and (min-width:1200px){.pageList .insightsfmcna .pagination-container .pagination-custom-prefix{font-size:18px;font-size:1.8rem}}.pageList .insightsfmcna .pagination-container .pagination-custom-prefix:first-child{margin-left:0;margin-right:10px}@media only screen and (min-width:768px){.pageList .insightsfmcna .pagination-container .pagination-custom-prefix:first-child{margin-right:10px;margin-left:25px}}.pageList .insightsfmcna .pagination-container .pagination-custom-prefix:nth-child(3){margin-right:0;margin-left:10px;white-space:nowrap}@media only screen and (min-width:768px){.pageList .insightsfmcna .pagination-container .pagination-custom-prefix:nth-child(3){margin-left:10px;margin-right:25px}}.ss-main{position:relative;display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#484c53;width:100%;z-index:999}.ss-main .ss-single-selected{display:-ms-flexbox;display:flex;cursor:pointer;width:100%;height:50px;padding:0;background-color:transparent;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-single-selected.ss-disabled{background-color:#ced3de;cursor:not-allowed}.ss-main .ss-single-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-single-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-single-selected .placeholder{display:none;-ms-flex:1 1 100%;flex:1 1 100%;text-align:left;width:calc(100% - 30px);line-height:1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ss-main .ss-single-selected .placeholder,.ss-main .ss-single-selected .placeholder *{-ms-flex-align:center;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-single-selected .placeholder *{display:-ms-flexbox;display:flex;width:auto}.ss-main .ss-single-selected .placeholder .ss-disabled{color:#dedede}.ss-main .ss-single-selected .ss-deselect{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;-ms-flex:0 1 auto;flex:0 1 auto;margin:0 6px;font-weight:700}.ss-main .ss-single-selected .ss-deselect.ss-hide{display:none}.ss-main .ss-single-selected .ss-arrow{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex:0 1 auto;flex:0 1 auto;padding:0 5px;width:45px;height:auto;border-left:2px solid #ced3de}.ss-main .ss-single-selected .ss-arrow span{border:solid #484c53;border-width:0 4px 4px 0;display:inline-block;padding:3px;transition:transform .2s,margin .2s}.ss-main .ss-single-selected .ss-arrow span.arrow-up{transform:rotate(-135deg);margin:3px 0 0}.ss-main .ss-single-selected .ss-arrow span.arrow-down{transform:rotate(45deg);margin:-3px 0 0}.ss-main .ss-multi-selected{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;cursor:pointer;min-height:50px;width:100%;padding:0 0 0 3px;border:1px solid #ced3de;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-multi-selected.ss-disabled{background-color:#ced3de;cursor:not-allowed}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled{color:#484c53}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main .ss-multi-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-multi-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-multi-selected .ss-values{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex:1 1 100%;flex:1 1 100%;width:calc(100% - 30px)}.ss-main .ss-multi-selected .ss-values .ss-disabled{display:-ms-flexbox;display:flex;padding:4px 5px;margin:2px 0;line-height:1em;-ms-flex-align:center;align-items:center;width:100%;color:#dedede;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes scaleOut{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}.ss-main .ss-multi-selected .ss-values .ss-value{display:-ms-flexbox;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-align:center;align-items:center;font-size:12px;padding:3px 5px;margin:3px 5px 3px 0;color:#fff;background-color:#5897fb;border-radius:4px;animation-name:scaleIn;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:both}.ss-main .ss-multi-selected .ss-values .ss-value.ss-out{animation-name:scaleOut;animation-duration:.2s;animation-timing-function:ease-out}.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete{margin:0 0 0 5px;cursor:pointer}.ss-main .ss-multi-selected .ss-add{display:-ms-flexbox;display:flex;-ms-flex:0 1 3px;flex:0 1 3px;margin:9px 12px 0 5px}.ss-main .ss-multi-selected .ss-add .ss-plus{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;background:#484c53;position:relative;height:10px;width:2px;transition:transform .2s}.ss-main .ss-multi-selected .ss-add .ss-plus:after{background:#484c53;content:"";position:absolute;height:2px;width:10px;left:-4px;top:4px}.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross{transform:rotate(45deg)}.ss-content{position:absolute;width:100%;margin:-1px 0 0;box-sizing:content-box;border:2px solid #ced3de;border-radius:4px;z-index:1010;background-color:#fff;transform-origin:center top;transition:transform .2s,opacity .2s;opacity:0;transform:scaleY(0);margin-left:-52px!important}.ss-content.ss-open{display:block;opacity:1;transform:scaleY(1);border-color:#0033a0 #0033a0 #ced3de}.ss-content .ss-search{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;padding:8px 8px 6px}.ss-content .ss-search.ss-hide,.ss-content .ss-search.ss-hide input{height:0;opacity:0;padding:0;margin:0}.ss-content .ss-search input{display:-ms-inline-flexbox;display:inline-flex;font-size:inherit;line-height:inherit;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;min-width:0;height:30px;padding:6px 8px;margin:0;border:1px solid #ced3de;border-radius:4px;background-color:#fff;outline:0;text-align:left;box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-appearance:textfield}.ss-content .ss-search input::-moz-placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input:-ms-input-placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input::placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:0 0 5px #5897fb}.ss-content .ss-search .ss-addable{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;cursor:pointer;font-size:22px;font-weight:700;-ms-flex:0 0 30px;flex:0 0 30px;height:30px;margin:0 0 0 8px;border:1px solid #ced3de;border-radius:4px;box-sizing:border-box}.ss-content .ss-addable{padding-top:0}.ss-content .ss-list{max-height:190px;overflow-x:hidden;overflow-y:auto;text-align:left}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{padding:6px 10px;font-weight:700}.ss-content .ss-list .ss-optgroup .ss-option{padding:10px 20px}.ss-content .ss-list .ss-optgroup-label-selectable{cursor:pointer}.ss-content .ss-list .ss-optgroup-label-selectable:focus,.ss-content .ss-list .ss-optgroup-label-selectable:hover{color:#fff;background-color:#5897fb}.ss-content .ss-list .ss-option{padding:10px 20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-weight:300;color:#484c53}.ss-content .ss-list .ss-option *{display:inline-block}.ss-content .ss-list .ss-option.ss-disabled,.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:focus,.ss-content .ss-list .ss-option:hover{color:#484c53;background-color:rgba(0,51,160,.15);font-weight:800}.ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed}.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected{color:#484c53;background-color:rgba(0,51,160,.15);font-weight:800}.ss-content .ss-list .ss-option.ss-hide{display:none}.ss-content .ss-list .ss-option .ss-search-highlight{background-color:#fffb8c}[data-simplebar]{position:relative;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-ms-flex-align:start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;overflow:hidden;width:auto!important;height:auto!important;z-index:0}.simplebar-mask,.simplebar-offset{position:absolute;padding:0;margin:0;left:0;top:0;bottom:0;right:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;-ms-flex-positive:inherit;flex-grow:inherit;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;z-index:-1}.simplebar-height-auto-observer,.simplebar-track{position:absolute;overflow:hidden;pointer-events:none}.simplebar-track{z-index:1;right:0;bottom:0}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar.blue-scroll-bar:before,.simplebar-scrollbar:before{background:rgba(0,51,160,.8)}.simplebar-scrollbar:before{position:absolute;content:"";border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:1;background:rgba(0,51,160,.8);transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.pageListTagFilter{margin-bottom:20px}.pageListTagFilter .component-content{margin-right:auto;margin-left:auto;max-width:100%;padding-left:0;padding-right:0}@media only screen and (min-width:768px){.pageListTagFilter .component-content{width:768px}}@media only screen and (min-width:1200px){.pageListTagFilter .component-content{width:1200px}}@media only screen and (min-width:1620px){.pageListTagFilter .component-content{padding-left:0;padding-right:0;width:1620px}}@media only screen and (min-width:768px){.pageListTagFilter .component-content{padding-left:10px;padding-right:10px}}.pageListTagFilter .pageListTagFilter-header{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;margin-bottom:30px}.pageListTagFilter .pageListTagFilter-items{list-style:none;padding-left:0;margin:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:1200px){.pageListTagFilter .pageListTagFilter-items{display:block}}.pageListTagFilter .pageListTagFilter-item{width:50%;margin-bottom:15px}@media only screen and (min-width:1200px){.pageListTagFilter .pageListTagFilter-item{width:auto}}.pageListTagFilter .pageListTagFilter-button{color:#484c53;font-weight:300}.pageListTagFilter .pageListTagFilter-button.is-active{color:#0033a0;font-weight:600}.pageListTagFilter .pageListTagFilter-button.is-active:before{content:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);display:inline-block;width:6px;margin-right:15px;transform:translateY(-1px)}.pageListTagFilter .pageListTagFilter-button:focus,.pageListTagFilter .pageListTagFilter-button:hover{opacity:.7}.pageListTagFilter-select-wrapper{position:relative}@media only screen and (min-width:768px){.pageListTagFilter-select-wrapper{width:300px;padding-left:10px;padding-right:10px}}@media only screen and (min-width:1200px){.pageListTagFilter-select-wrapper{padding-left:0;padding-right:0}}.pageListTagFilter-select-wrapper .pageListTagFilter-select{position:absolute;z-index:1;left:0;top:0;bottom:0;width:100%;height:100%;opacity:0;min-height:64px}@media only screen and (min-width:768px){.pageListTagFilter-select-wrapper .pageListTagFilter-select{min-height:84px}}.pageListTagFilter-select-wrapper .pageListTagFilter-select:focus+.pageListTagFilter-select-label{border:2px solid #0033a0}.pageListTagFilter-select-wrapper .pageListTagFilter-select-label{font-size:16.5px;font-size:1.65rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:400;margin-top:0;margin-bottom:30px;width:100%;background:#fff;border:2px solid #fff;border-radius:4px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);color:#484c53;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:59px;padding-right:10px;font-weight:900;text-transform:uppercase;-ms-flex-pack:center;justify-content:center;padding-top:19px;padding-bottom:19px;border-radius:0}.pageListTagFilter-select-wrapper .pageListTagFilter-select-label:last-child{margin-bottom:0}.pageListTagFilter-select-wrapper .pageListTagFilter-select-label:focus{border-color:#0033a0;color:#0033a0}.pageListTagFilter-select-wrapper .pageListTagFilter-select-label:after{content:"\F078";display:inline-block;position:relative;font-family:FontAwesome;font-weight:900;font-style:normal;font-size:12px;left:10px}@media only screen and (min-width:768px){.pageListTagFilter-select-wrapper .pageListTagFilter-select-label{min-height:100px;-ms-flex-pack:left;justify-content:left;padding:0 30px}.pageListTagFilter-select-wrapper .pageListTagFilter-select-label:after{position:absolute;right:30px;left:auto}}@media only screen and (min-width:768px){.pageListTagFilter-select-wrapper .pageListTagFilter-select-label{padding-top:29px;padding-bottom:29px;border-radius:4px;min-height:59px;-ms-flex-pack:center;justify-content:center}.pageListTagFilter-select-wrapper .pageListTagFilter-select-label:after{position:relative;left:10px;right:auto}}.pageListTagFilter-select-wrapper .pageListTagFilter-select-label.color-blue{color:#0033a0}.pageListTagFilter-select-wrapper .pageListTagFilter-select-label.color-light-blue{color:#0097a9}.pageListTagFilter-select-wrapper .pageListTagFilter-select-label.color-dark-green{color:#008578}.pageListTagFilter-select-wrapper .pageListTagFilter-select-label.color-red{color:#a4123f}.pageListTagFilter-select-wrapper .pageListTagFilter-select-label.color-purple{color:#772583}.pageListTagFilter-select-wrapper .pageListTagFilter-select-label.color-light-grey{color:#ced3de}.pageListTagFilter.pageListTagFilter-checkbox{margin-bottom:0;padding-left:0}@media only screen and (min-width:1024px){.pageListTagFilter.pageListTagFilter-checkbox{margin-left:-93px}}@media only screen and (min-width:1200px){.pageListTagFilter.pageListTagFilter-checkbox{margin-left:auto}}.pageListTagFilter.pageListTagFilter-checkbox .component-content{padding-left:0}.pageListTagFilter.pageListTagFilter-checkbox .component-content .pageListTagFilter-items .pageListTagFilter-item{font-size:14.5px;font-size:1.45rem}@media only screen and (min-width:768px){.pageListTagFilter.pageListTagFilter-checkbox .component-content .pageListTagFilter-items .pageListTagFilter-item{width:33.3%;font-size:medium}}@media only screen and (min-width:1024px){.pageListTagFilter.pageListTagFilter-checkbox .component-content .pageListTagFilter-items .pageListTagFilter-item{width:25%}}@media only screen and (min-width:1200px){.pageListTagFilter.pageListTagFilter-checkbox .component-content .pageListTagFilter-items .pageListTagFilter-item{width:auto}}.pageListTagFilter.pageListTagFilter-checkbox .component-content .pageListTagFilter-items .pageListTagFilter-item .pageListCheckbox,.pageListTagFilter.pageListTagFilter-checkbox .component-content .pageListTagFilter-items .pageListTagFilter-item .view-all{margin-right:10px}.pageListCheckbox:after{content:" ";background-color:#0033a0;display:inline-block;visibility:visible}.pageListCheckbox:checked:after,.view-all:disabled:before{content:"\2714";box-shadow:0 2px 4px hsla(0,0%,60.8%,.15);border-radius:3px;height:13px;display:block;width:13px;text-align:center;font-size:12px;color:#fff}.view-all:disabled:before{background-color:#0033a0;visibility:visible}.pageListFilters-disabled{opacity:.5}.articleAuthorAndPublicationDate .articleAuthorAndPublicationDate-name-wrapper{font-weight:700}@media only screen and (min-width:768px){.articleAuthorAndPublicationDate .articleAuthorAndPublicationDate-name-wrapper{margin-bottom:20px}}.articleAuthorAndPublicationDate .articleAuthorAndPublicationDate-date,.articleAuthorAndPublicationDate .articleAuthorAndPublicationDate-name-prefix{font-weight:200}.articleAuthorAndPublicationDate .articleAuthorAndPublicationDate-name{display:inline}.articleAuthorAndPublicationDate .articleAuthorAndPublicationDate-photo-wrapper{display:-ms-flexbox;display:flex;float:left;margin-right:15px}.articleAuthorAndPublicationDate .articleAuthorAndPublicationDate-photo{height:60px;width:60px;border-radius:100%;position:relative;z-index:1;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);overflow:hidden}@media only screen and (min-width:768px){.articleAuthorAndPublicationDate .articleAuthorAndPublicationDate-photo{height:80px;width:80px}}.articleAuthorAndPublicationDate .articleAuthorAndPublicationDate-photo+.articleAuthorAndPublicationDate-photo{margin-left:-10px;z-index:0}@media only screen and (min-width:768px){.articleAuthorAndPublicationDate .articleAuthorAndPublicationDate-photo+.articleAuthorAndPublicationDate-photo{margin-left:-15px}}.articleAuthorAndPublicationDate .articleAuthorAndPublicationDate-photo img{height:100%;-o-object-fit:cover;object-fit:cover}.backToCategory .backToCategory-link{padding-left:10px}.backToCategory .backToCategory-link:before{content:"\F053";display:inline-block;position:relative;font-family:FontAwesome;font-weight:900;font-style:normal;font-size:10px;top:-1px}.backToCategory span:first-of-type{font-weight:200;margin-left:3px}.backToCategory.backToCategory-amr{padding-top:30px;padding-bottom:30px}.backToCategory.backToCategory-amr .backToCategory-link:before{content:"";background:url(/etc/designs/zg/fmcna/desktop/src/assets/img/arrow-back.svg);width:24px;height:24px;float:left}.backToCategory.backToCategory-amr .backToCategory-link span:first-of-type{font-size:16px;font-weight:800;margin-left:3px;margin-right:6px}.backToCategory.backToCategory-amr .backToCategory-link span{font-weight:800;font-size:16px}.backToCategory-boldWhite>.component-content{margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;width:1620px}.backToCategory-boldWhite>.component-content .backToCategory-link{color:#fff}@media only screen and (max-width:419px){.backToCategory-boldWhite>.component-content .backToCategory-link{font-size:15px}}@media only screen and (min-width:768px){.backToCategory-boldWhite>.component-content .backToCategory-link{font-size:15px}}@media only screen and (max-width:768px){.backToCategory-boldWhite>.component-content .backToCategory-link{font-size:15px}}@media only screen and (min-width:1200px){.backToCategory-boldWhite>.component-content .backToCategory-link{font-size:16px}}.backToCategory-boldWhite>.component-content .backToCategory-link:before{content:"\F053";display:inline-block;position:relative;font-family:FontAwesome;font-weight:900;font-style:normal;font-size:14px;top:0}.backToCategory-boldWhite>.component-content .backToCategory-link span:first-of-type{font-weight:900}.backToCategory.backToCategory-testimonial-page{display:none}@media only screen and (min-width:1200px){.backToCategory.backToCategory-testimonial-page{top:-450px;margin-left:116px;display:block}}@media only screen and (min-width:1620px){.backToCategory.backToCategory-testimonial-page{top:-450px;margin-left:30px;display:block}}.backToCategory.backToCategory-testimonial-page .backToCategory-link span:first-of-type{font-weight:700}.pageListTagFilter{margin-bottom:20px}.pageListTagFilter .component-content{margin-right:auto;margin-left:auto;max-width:100%;padding-left:0;padding-right:0}@media only screen and (min-width:768px){.pageListTagFilter .component-content{width:768px}}@media only screen and (min-width:1200px){.pageListTagFilter .component-content{width:1200px}}@media only screen and (min-width:1620px){.pageListTagFilter .component-content{padding-left:0;padding-right:0;width:1620px}}@media only screen and (min-width:768px){.pageListTagFilter .component-content{padding-left:10px;padding-right:10px}}.pageListTagFilter .pageListTagFilter-header{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;margin-bottom:30px}.pageListTagFilter .pageListTagFilter-items{list-style:none;padding-left:0;margin:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:1200px){.pageListTagFilter .pageListTagFilter-items{display:block}}.pageListTagFilter .pageListTagFilter-item{width:50%;margin-bottom:15px}@media only screen and (min-width:1200px){.pageListTagFilter .pageListTagFilter-item{width:auto}}.pageListTagFilter .pageListTagFilter-button{color:#484c53;font-weight:300}.pageListTagFilter .pageListTagFilter-button.is-active{color:#0033a0;font-weight:600}.pageListTagFilter .pageListTagFilter-button.is-active:before{content:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);display:inline-block;width:6px;margin-right:15px;transform:translateY(-1px)}.pageListTagFilter .pageListTagFilter-button:focus,.pageListTagFilter .pageListTagFilter-button:hover{opacity:.7}.pageListTagFilter-select-wrapper{position:relative}@media only screen and (min-width:768px){.pageListTagFilter-select-wrapper{width:300px;padding-left:10px;padding-right:10px}}@media only screen and (min-width:1200px){.pageListTagFilter-select-wrapper{padding-left:0;padding-right:0}}.pageListTagFilter-select-wrapper .pageListTagFilter-select{position:absolute;z-index:1;left:0;top:0;bottom:0;width:100%;height:100%;opacity:0;min-height:64px}@media only screen and (min-width:768px){.pageListTagFilter-select-wrapper .pageListTagFilter-select{min-height:84px}}.pageListTagFilter-select-wrapper .pageListTagFilter-select:focus+.pageListTagFilter-select-label{border:2px solid #0033a0}.pageListTagFilter-select-wrapper .pageListTagFilter-select-label{font-size:16.5px;font-size:1.65rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:400;margin-top:0;margin-bottom:30px;width:100%;background:#fff;border:2px solid #fff;border-radius:4px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);color:#484c53;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:59px;padding-right:10px;font-weight:900;text-transform:uppercase;-ms-flex-pack:center;justify-content:center;padding-top:19px;padding-bottom:19px;border-radius:0}.pageListTagFilter-select-wrapper .pageListTagFilter-select-label:last-child{margin-bottom:0}.pageListTagFilter-select-wrapper .pageListTagFilter-select-label:focus{border-color:#0033a0;color:#0033a0}.pageListTagFilter-select-wrapper .pageListTagFilter-select-label:after{content:"\F078";display:inline-block;position:relative;font-family:FontAwesome;font-weight:900;font-style:normal;font-size:12px;left:10px}@media only screen and (min-width:768px){.pageListTagFilter-select-wrapper .pageListTagFilter-select-label{min-height:100px;-ms-flex-pack:left;justify-content:left;padding:0 30px}.pageListTagFilter-select-wrapper .pageListTagFilter-select-label:after{position:absolute;right:30px;left:auto}}@media only screen and (min-width:768px){.pageListTagFilter-select-wrapper .pageListTagFilter-select-label{padding-top:29px;padding-bottom:29px;border-radius:4px;min-height:59px;-ms-flex-pack:center;justify-content:center}.pageListTagFilter-select-wrapper .pageListTagFilter-select-label:after{position:relative;left:10px;right:auto}}.pageListTagFilter-select-wrapper .pageListTagFilter-select-label.color-blue{color:#0033a0}.pageListTagFilter-select-wrapper .pageListTagFilter-select-label.color-light-blue{color:#0097a9}.pageListTagFilter-select-wrapper .pageListTagFilter-select-label.color-dark-green{color:#008578}.pageListTagFilter-select-wrapper .pageListTagFilter-select-label.color-red{color:#a4123f}.pageListTagFilter-select-wrapper .pageListTagFilter-select-label.color-purple{color:#772583}.pageListTagFilter-select-wrapper .pageListTagFilter-select-label.color-light-grey{color:#ced3de}.pageListTagFilter.pageListTagFilter-checkbox{margin-bottom:0;padding-left:0}@media only screen and (min-width:1024px){.pageListTagFilter.pageListTagFilter-checkbox{margin-left:-93px}}@media only screen and (min-width:1200px){.pageListTagFilter.pageListTagFilter-checkbox{margin-left:auto}}.pageListTagFilter.pageListTagFilter-checkbox .component-content{padding-left:0}.pageListTagFilter.pageListTagFilter-checkbox .component-content .pageListTagFilter-items .pageListTagFilter-item{font-size:14.5px;font-size:1.45rem}@media only screen and (min-width:768px){.pageListTagFilter.pageListTagFilter-checkbox .component-content .pageListTagFilter-items .pageListTagFilter-item{width:33.3%;font-size:medium}}@media only screen and (min-width:1024px){.pageListTagFilter.pageListTagFilter-checkbox .component-content .pageListTagFilter-items .pageListTagFilter-item{width:25%}}@media only screen and (min-width:1200px){.pageListTagFilter.pageListTagFilter-checkbox .component-content .pageListTagFilter-items .pageListTagFilter-item{width:auto}}.pageListTagFilter.pageListTagFilter-checkbox .component-content .pageListTagFilter-items .pageListTagFilter-item .pageListCheckbox,.pageListTagFilter.pageListTagFilter-checkbox .component-content .pageListTagFilter-items .pageListTagFilter-item .view-all{margin-right:10px}.pageListCheckbox:after{content:" ";background-color:#0033a0;display:inline-block;visibility:visible}.pageListCheckbox:checked:after,.view-all:disabled:before{content:"\2714";box-shadow:0 2px 4px hsla(0,0%,60.8%,.15);border-radius:3px;height:13px;display:block;width:13px;text-align:center;font-size:12px;color:#fff}.view-all:disabled:before{background-color:#0033a0;visibility:visible}.pageListFilters-disabled{opacity:.5}#popDiv{display:block}@media only screen and (min-width:1200px){#popDiv{display:none}}.searchOverlay{position:absolute;left:0;top:0;width:100%}.ontop,.ontop.mobile-search{z-index:-9999999;width:0;height:0;top:0;left:0;position:fixed;background-color:rgba(0,0,0,.4);opacity:0;filter:opacity(0)}.ontop .mobile-clear-text,.ontop.mobile-search .mobile-clear-text{color:#484c53!important}#popup{width:100%;max-width:50vw;height:30vh;position:relative;color:#000;background-color:#fff;top:50%;margin:0 auto;transform:translateY(-50%);padding:90px 130px;box-shadow:2px 2px 22px rgba(0,0,0,.4)}#search-btn{display:none;position:relative;float:right;margin:0;bottom:3px}#search-btn,#search-btn-2{background:url(/etc/designs/zg/fmcna/desktop/src/assets/img/search.svg);background-repeat:no-repeat;width:20px;height:20px;cursor:pointer;border:0}#search-btn-2{display:block;top:51%;position:absolute;right:50px;transform:translateY(-50%) translateX(-50%)}#search-close-btn{display:block;width:40px;position:absolute;transform:scale(1.3);color:#666;right:-20px;top:20px}#popup .searchBox{top:50%;transform:translateY(-50%);padding:0}.searchBox form.form-search input{border:none;border-bottom:2px solid #033497;border-radius:0;font-size:15px;font-size:1.5rem;padding:12px 29px 12px 62px}@media only screen and (min-width:1200px){.searchBox form.form-search input{font-size:24px;font-size:2.4rem}}.searchBox form.form-search input:-webkit-autofill,.searchBox form.form-search input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 50px #fff inset;-webkit-text-fill-color:#0033a0}.searchBox form.form-search input::-moz-placeholder{color:#ccc;font-family:Interstate,sans-serif;font-weight:300;text-transform:none;font-size:15px;font-size:1.5rem}.searchBox form.form-search input:-ms-input-placeholder{color:#ccc;font-family:Interstate,sans-serif;font-weight:300;text-transform:none;font-size:15px;font-size:1.5rem}.searchBox form.form-search input::placeholder{color:#ccc;font-family:Interstate,sans-serif;font-weight:300;text-transform:none;font-size:15px;font-size:1.5rem}@media only screen and (min-width:1200px){.searchBox form.form-search input::-moz-placeholder{font-size:24px;font-size:2.4rem}.searchBox form.form-search input:-ms-input-placeholder{font-size:24px;font-size:2.4rem}.searchBox form.form-search input::placeholder{font-size:24px;font-size:2.4rem}}#popDiv .searchBox form.form-search input{width:65%!important;font-size:17px!important;font-size:1.7rem!important}@media only screen and (min-width:500px){#popDiv .searchBox form.form-search input{width:75%!important}}.searchBox form.form-search:before{content:"";width:25px;height:26px;display:block;background:url(/etc/designs/zg/fmcna/desktop/src/assets/img/search.svg);background-repeat:no-repeat;position:absolute;top:50%;transform:translateY(-50%)}.searchBox form.form-search button.button:focus,.searchBox form.form-search button.button:hover{cursor:pointer}.searchBox form.form-search button.button{position:absolute;right:0;bottom:0;background:transparent;width:80px;height:80px;font-size:0;border-radius:0 4px 4px 0;border-width:0}.searchBox form.form-search button.button:after{content:"";display:inline-block;background-color:#f1c400;-webkit-mask:url(/etc/designs/zg/fmcna/desktop/assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);mask:url(/etc/designs/zg/fmcna/desktop/assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);-webkit-mask-size:cover;mask-size:cover;width:13px;height:17px;transition:background-color .4s}.searchBox form.form-search button.button:focus:after,.searchBox form.form-search button.button:hover:after{background-color:#0033a0}@media screen and (max-width:1024px){#popup{max-width:100vw;padding:50px 40px}}@media screen and (max-width:1200px){button#search-btn.desktop-search-btn{display:none}button.search-clear-btn{font-size:13px;font-size:1.3rem;display:none;position:absolute;right:80px;top:50%;z-index:999;transform:translateY(-50%);border:none;background:none;color:#ced3de;text-transform:uppercase;cursor:pointer}button.search-clear-btn.clear-visible{display:block}body.template-support button.search-clear-btn.support-page-clear-btn{right:88px}}@media screen and (min-width:1201px){button#search-btn-2.mobile-search-btn,button.search-clear-btn{display:none}button.support-page-clear-btn{position:absolute;right:108px;top:50%;z-index:999;transform:translateY(-50%) scale(2);border:none;background:none;color:#ced3de;visibility:hidden}}iframe{z-index:2;position:relative;border:none}iframe.donation{width:99vw;height:600px;padding:20px;left:50%;top:50%;transform:translateX(-50%)}.timeline-wrapper{background:url(../../assets/img/bg-chevron.svg?arTsvj48ZmQxn4-9UKxAlovxX-Jchp-kfguCQ0sXrTR);background-attachment:fixed;background-position-x:-30vw;background-position-y:5vw;background-repeat:no-repeat;background-size:160%}@media only screen and (min-width:510px){.timeline-wrapper{background-size:inherit}}.timeline-wrapper>.component-content .timeline-component .timeline-list{background-repeat:no-repeat;padding:50px 0 0}@media only screen and (min-width:510px){.timeline-wrapper>.component-content .timeline-component .timeline-list{padding-top:20px}}@media only screen and (min-width:1200px){.timeline-wrapper>.component-content .timeline-component .timeline-list{padding:50px 0 0}}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item,.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item:first-child{opacity:1;visibility:visible}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item{padding-top:55px;background:transparent;overflow:visible;visibility:visible;opacity:1;transition:all .85s ease-in-out}@media only screen and (min-width:1200px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item{opacity:0}}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item.in-view{transform:none;visibility:visible;opacity:1;background:transparent}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item.in-view .timeline-text{transform:none;visibility:visible;opacity:1}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item.in-view:after{background:#f1c400}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item:nth-child(odd) .timeline-img{margin-left:0}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item:nth-child(odd) .timeline-text:before{left:-15px;border-width:8px 16px 8px 0;border-color:transparent #3661a2 transparent transparent}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item:nth-child(2n){-ms-flex-direction:row-reverse;flex-direction:row-reverse}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item:nth-child(2n) .timeline-img{border-width:8px 0 8px 16px;border-color:transparent transparent transparent #3661a2}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item:nth-child(2n) .timeline-text{margin-left:0}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item:nth-child(odd):before{left:-330px}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item:nth-child(2n):before{left:30px}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item .timeline-img{-o-object-fit:contain;object-fit:contain;width:100%;max-width:400px;z-index:2;padding:40px 10px}@media screen and (min-width:1200px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item .timeline-img{padding:0 0 40px;margin-top:0}}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item .timeline-img>.component-content,.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item .timeline-img>.component-content picture{width:inherit}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item .timeline-img>.component-content picture img{width:300px}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item .line{width:3px;background:transparent;position:absolute;height:510px;left:-40px;padding:0 20px}@media only screen and (min-width:510px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item .line{height:320px;left:0;position:relative}}@media only screen and (min-width:1200px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item .line{height:460px}}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item .line:before{content:"";background-color:#fff;display:block;position:relative;width:6px;height:inherit;left:0;bottom:12px;z-index:0}@media only screen and (min-width:1200px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item .line:before{width:3px}}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item .line:after{content:"";background-color:#fff;display:block;position:relative;width:6px;height:inherit;left:0;bottom:20px;z-index:0}@media only screen and (min-width:1200px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item .line:after{width:3px}}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item .line>.component-content>.paragraphSystem.content:after{content:"";position:absolute;left:56%;transform:translateX(-50%);width:30px;height:30px;border-radius:50%;background:#f1c400;z-index:2;transition:background .85s ease-in-out;bottom:auto;top:59%}@media only screen and (max-width:500px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item .line>.component-content>.paragraphSystem.content:after{display:none}}@media screen and (min-width:501px) and (max-width:509px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item .line>.component-content>.paragraphSystem.content:after{display:none}}@media only screen and (min-width:510px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item .line>.component-content>.paragraphSystem.content:after{bottom:0;top:auto}}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item .timeline-text{position:relative;bottom:0;max-width:400px;width:100%;max-height:400px;min-height:200px;background:transparent;color:#fff;font-size:1.5em;padding:0;text-align:left;margin-left:0}@media only screen and (min-width:1200px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item .timeline-text{text-align:left}}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item .timeline-text h2{color:inherit}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item>.component-content>.paragraphSystem.content{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-ms-flex-align:center;align-items:center}@media only screen and (min-width:510px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item>.component-content>.paragraphSystem.content{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center}}@media only screen and (min-width:1200px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item>.component-content>.paragraphSystem.content{-ms-flex-direction:row;flex-direction:row}}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-variation-timeline-item-reversed .timeline-item>.component-content>.paragraphSystem.content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}@media only screen and (min-width:510px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-variation-timeline-item-reversed .timeline-item>.component-content>.paragraphSystem.content{-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-pack:center;justify-content:center}}@media only screen and (min-width:1200px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-variation-timeline-item-reversed .timeline-item>.component-content>.paragraphSystem.content{-ms-flex-direction:row;flex-direction:row}}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-variation-timeline-item-reversed .timeline-item>.component-content>.paragraphSystem.content .line{width:3px;background:transparent;position:absolute;height:510px;left:-40px;padding:0 20px}@media only screen and (min-width:510px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-variation-timeline-item-reversed .timeline-item>.component-content>.paragraphSystem.content .line{height:460px;left:0;position:relative}}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-variation-timeline-item-reversed .timeline-item>.component-content>.paragraphSystem.content .line:before{content:"";background-color:#fff;display:block;position:relative;width:6px;height:inherit;left:0;bottom:12px;z-index:0}@media only screen and (min-width:1200px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-variation-timeline-item-reversed .timeline-item>.component-content>.paragraphSystem.content .line:before{width:3px}}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-variation-timeline-item-reversed .timeline-item>.component-content>.paragraphSystem.content .line:after{content:"";background-color:#fff;display:block;position:relative;width:6px;height:inherit;left:0;bottom:20px;z-index:0}@media only screen and (min-width:1200px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-variation-timeline-item-reversed .timeline-item>.component-content>.paragraphSystem.content .line:after{width:3px}}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-variation-timeline-item-reversed .timeline-item>.component-content>.paragraphSystem.content .line>.component-content>.paragraphSystem.content:after{content:"";position:absolute;left:54%;transform:translateX(-50%);width:30px;height:30px;border-radius:50%;background:#f1c400;z-index:2;transition:background .85s ease-in-out;bottom:auto;top:72%}@media only screen and (max-width:500px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-variation-timeline-item-reversed .timeline-item>.component-content>.paragraphSystem.content .line>.component-content>.paragraphSystem.content:after{display:none}}@media only screen and (min-width:510px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-variation-timeline-item-reversed .timeline-item>.component-content>.paragraphSystem.content .line>.component-content>.paragraphSystem.content:after{bottom:0;top:auto}}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-variation-timeline-item-reversed:last-child .timeline-item>.component-content>.paragraphSystem.content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}@media only screen and (min-width:510px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-variation-timeline-item-reversed:last-child .timeline-item>.component-content>.paragraphSystem.content{-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-pack:center;justify-content:center}}@media only screen and (min-width:1200px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-variation-timeline-item-reversed:last-child .timeline-item>.component-content>.paragraphSystem.content{-ms-flex-direction:row;flex-direction:row}}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-variation-timeline-item-reversed:last-child .timeline-item>.component-content>.paragraphSystem.content .line{width:3px;background:transparent;position:absolute;height:510px;left:-40px;padding:0 20px}@media only screen and (min-width:510px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-variation-timeline-item-reversed:last-child .timeline-item>.component-content>.paragraphSystem.content .line{height:460px;left:0;position:relative}}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-variation-timeline-item-reversed:last-child .timeline-item>.component-content>.paragraphSystem.content .line:before{content:"";background-color:#fff;display:block;position:relative;width:6px;height:inherit;left:0;bottom:12px;z-index:0}@media only screen and (min-width:1200px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-variation-timeline-item-reversed:last-child .timeline-item>.component-content>.paragraphSystem.content .line:before{width:3px}}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-variation-timeline-item-reversed:last-child .timeline-item>.component-content>.paragraphSystem.content .line:after{content:"";background-color:#fff;display:block;position:relative;width:6px;height:inherit;left:0;bottom:20px;z-index:0}@media only screen and (min-width:510px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-variation-timeline-item-reversed:last-child .timeline-item>.component-content>.paragraphSystem.content .line:after{display:none}}@media only screen and (min-width:1200px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-variation-timeline-item-reversed:last-child .timeline-item>.component-content>.paragraphSystem.content .line:after{width:3px}}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-variation-timeline-item-reversed:last-child .timeline-item>.component-content>.paragraphSystem.content .line>.component-content>.paragraphSystem.content:after{display:block;content:"";position:absolute;left:54%;transform:translateX(-50%);width:30px;height:30px;border-radius:50%;background:#f1c400;z-index:2;transition:background .85s ease-in-out;bottom:auto;top:72%}@media only screen and (max-width:500px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-variation-timeline-item-reversed:last-child .timeline-item>.component-content>.paragraphSystem.content .line>.component-content>.paragraphSystem.content:after{display:none}}@media only screen and (min-width:510px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-variation-timeline-item-reversed:last-child .timeline-item>.component-content>.paragraphSystem.content .line>.component-content>.paragraphSystem.content:after{bottom:0;top:auto;display:none}}.timeline-wrapper>.component-content .timeline-component time{display:block;margin-bottom:8px}.timeline-wrapper>.component-content .timeline-nav-wrapper{opacity:0;position:fixed;right:0;bottom:0;top:inherit;transform:translateY(0);background:#0033a0;color:#fff;z-index:3;transition:all .5s;border-top:2px solid #fff}@media only screen and (min-width:1200px){.timeline-wrapper>.component-content .timeline-nav-wrapper{top:50vw}}.timeline-wrapper>.component-content .timeline-nav-wrapper.at-top{bottom:-80px}@media only screen and (min-width:510px){.timeline-wrapper>.component-content .timeline-nav-wrapper.at-top{bottom:-140px}}@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-min-device-pixel-ratio:3){.timeline-wrapper>.component-content .timeline-nav-wrapper.at-top{bottom:-180px}}@media screen and (min-width:375px) and (max-width:812px) and (-webkit-min-device-pixel-ratio:1){.timeline-wrapper>.component-content .timeline-nav-wrapper.at-top{bottom:-180px}}@media only screen and (min-width:1200px){.timeline-wrapper>.component-content .timeline-nav-wrapper.at-top{top:80vw}}@media only screen and (min-width:1200px){.timeline-wrapper>.component-content .timeline-nav-wrapper{border-top:none;background:transparent;position:fixed;right:0;top:50%;transform:none;opacity:0;-webkit-backdrop-filter:none;backdrop-filter:none}}.timeline-wrapper>.component-content .timeline-nav-wrapper>.component-content .richText-content{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-align:center;align-items:center;height:120px}@media only screen and (max-width:419px){.timeline-wrapper>.component-content .timeline-nav-wrapper>.component-content .richText-content{height:70px}}@media only screen and (min-width:1200px){.timeline-wrapper>.component-content .timeline-nav-wrapper>.component-content .richText-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:center;justify-content:center}}.timeline-wrapper>.component-content .timeline-nav-wrapper>.component-content h4{font-size:9px!important;font-size:.9rem!important;text-align:center;margin:0}@media only screen and (min-width:1200px){.timeline-wrapper>.component-content .timeline-nav-wrapper>.component-content h4{margin:0 10px 20px 0}}@media only screen and (min-width:500px){.timeline-wrapper>.component-content .timeline-nav-wrapper>.component-content h4{font-size:14px!important;font-size:1.4rem!important}}.timeline-wrapper>.component-content .timeline-nav-wrapper>.component-content h4:last-of-type{margin:0!important}.timeline-wrapper>.component-content .timeline-nav-wrapper.navVisible{opacity:1!important}.timeline-wrapper>.component-content .timeline-nav-wrapper a{color:inherit;text-decoration:none;font-size:2.5em;transition:all .25s;font-weight:200}@media only screen and (max-width:419px){.timeline-wrapper>.component-content .timeline-nav-wrapper a{font-size:2em}.timeline-wrapper>.component-content .timeline-nav-wrapper a.active:before{margin-top:-25px!important}}@media screen and (min-width:375px) and (max-width:812px) and (-webkit-min-device-pixel-ratio:1){.timeline-wrapper>.component-content .timeline-nav-wrapper a{font-size:2em}.timeline-wrapper>.component-content .timeline-nav-wrapper a.active:before{margin-top:-41px!important;margin-left:3%!important}}@media only screen and (max-width:500px){.timeline-wrapper>.component-content .timeline-nav-wrapper a{font-size:2em}.timeline-wrapper>.component-content .timeline-nav-wrapper a.active:before{margin-top:-23px!important;margin-left:3%!important}}.timeline-wrapper>.component-content .timeline-nav-wrapper a.active{font-weight:900}.timeline-wrapper>.component-content .timeline-nav-wrapper a.active:before{content:"";display:inline-block;font-size:0;position:absolute;background:transparent;width:0;height:0;margin-left:5%;margin-top:-36px;border-left:15px solid transparent;border-right:15px solid transparent;border-top:15px solid #fff}@media only screen and (min-width:1200px){.timeline-wrapper>.component-content .timeline-nav-wrapper a.active:before{margin-left:-20px;margin-top:10px;border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:15px solid #fff}}.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item:nth-child(odd) .timeline-text:before{content:"";position:relative;left:-12vw;display:block;width:30px;height:30px;border-radius:50%;background:#f1c400;z-index:2;transition:background .85s ease-in-out;bottom:auto;top:35px}@media only screen and (max-width:500px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item:nth-child(odd) .timeline-text:before{left:-10vw}}@media screen and (min-width:1047px) and (max-width:1199px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item:nth-child(odd) .timeline-text:before{display:none}}@media only screen and (min-width:1200px){.timeline-wrapper>.component-content .timeline-component .timeline-list .composite-timeline-item .timeline-item:nth-child(odd) .timeline-text:before{display:none}}.notification{position:fixed;top:-150px;width:100%;z-index:5;background:#0033a0;transition:top 1s}.notification.collapsed{display:none}.notification .notification-inner{margin-right:auto;margin-left:auto;max-width:100%;padding:45px 20px}@media only screen and (min-width:768px){.notification .notification-inner{width:768px}}@media only screen and (min-width:1200px){.notification .notification-inner{width:1200px}}@media only screen and (min-width:1620px){.notification .notification-inner{padding-left:0;padding-right:0;width:1620px}}@media only screen and (min-width:768px){.notification .notification-inner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}}@media only screen and (min-width:1620px){.notification .notification-inner{padding-left:10px;padding-right:10px}}@media only screen and (min-width:768px){.notification .richText{width:90%}}@media only screen and (min-width:1200px){.notification .richText{width:65%}}.notification .richText a,.notification .richText p{font-size:16.5px;font-size:1.65rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:400;margin-top:0;margin-bottom:30px;font-weight:300;color:#fff}.notification .richText a:last-child,.notification .richText p:last-child{margin-bottom:0}@media only screen and (min-width:1200px){.notification .richText a,.notification .richText p{font-size:18px;font-size:1.8rem}}.notification .richText p:last-child{margin-bottom:30px}@media only screen and (min-width:768px){.notification .richText p:last-child{margin-bottom:0}}.notification .richText a{text-decoration:underline}.notification .notification-text{width:90%}.notification .notification-buttons{-ms-flex-negative:0;flex-shrink:0}.notification .notification-accept{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;text-transform:none;color:#0033a0;display:inline-block;background:#0033a0;color:#fff;text-align:center;border:2px solid #fff;border-radius:4px;padding:14px 40px;transition:border-color,color,background,.2s ease-in;line-height:1;width:100%}.notification .notification-accept:active,.notification .notification-accept:hover{opacity:1;color:#022d89;border-color:transparent}.notification .notification-accept:focus{border-color:#fff}@media only screen and (min-width:768px){.notification .notification-accept:focus,.notification .notification-accept:hover{color:#0033a0;background-color:#fff;cursor:pointer}}.pageListFilterSearchBox{padding:0;margin-top:10px;margin-bottom:30px}.pageListFilterSearchBox .component-content .ih-form-search .ih-search-box{margin-left:4.6vw;margin-right:4.6vw;position:relative;background:#fff;border:2px solid #ced3de;border-radius:18px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:768px){.pageListFilterSearchBox .component-content .ih-form-search .ih-search-box{margin-left:1.6vw;margin-right:1.6vw}}@media only screen and (min-width:1200px){.pageListFilterSearchBox .component-content .ih-form-search .ih-search-box{margin-right:0;margin-left:0}}.pageListFilterSearchBox .component-content .ih-form-search .ih-search-box .ih-search-query{font-size:15px;width:85%;background:#fff;font-family:Interstate,sans-serif;color:#5a5e64;font-weight:600;caret-color:#5a5e64;border-radius:18px;border-top-right-radius:0;border-bottom-right-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:10px 15px;min-height:30px;border:none;border-right:0;overflow-x:hidden}@media only screen and (min-width:768px){.pageListFilterSearchBox .component-content .ih-form-search .ih-search-box .ih-search-query{width:92%}}@media only screen and (min-width:1024px){.pageListFilterSearchBox .component-content .ih-form-search .ih-search-box .ih-search-query{width:94%}}@media only screen and (min-width:1200px){.pageListFilterSearchBox .component-content .ih-form-search .ih-search-box .ih-search-query{width:8vw}}@media only screen and (min-width:1620px){.pageListFilterSearchBox .component-content .ih-form-search .ih-search-box .ih-search-query{width:10vw}}.pageListFilterSearchBox .component-content .ih-form-search .ih-search-box .search-closeBtn{visibility:hidden;position:absolute;right:0;bottom:0;background:transparent;width:60px;height:32px;font-size:0;border-radius:0;border-width:0;cursor:pointer}.pageListFilterSearchBox .component-content .ih-form-search .ih-search-box .search-closeBtn:after{content:"\F00D";color:#0033a0;position:relative;font-size:22px;font-size:2.2rem;font-family:FontAwesome;font-weight:700;font-style:normal;pointer-events:none}.pageListFilterSearchBox .component-content .ih-form-search .ih-search-box .pageListSearchBtn{position:absolute;right:0;bottom:0;background:transparent;width:37px;height:37px;font-size:0;border-radius:17px;border-top-left-radius:0;border-bottom-left-radius:0;border:1.9px solid #ced3de;transform:scale(1.1);border-left:0}.pageListFilterSearchBox .component-content .ih-form-search .ih-search-box .pageListSearchBtn:after{content:"";display:block;opacity:1;right:8px;background:url(/etc/designs/zg/fmcna/desktop/src/assets/img/search-blue.svg);-webkit-mask:none;mask:none;width:20px;height:20px;transform:translateX(50%);margin-right:50%;position:relative;left:auto;background-repeat:no-repeat}.pageListFilterSearchBox .component-content .ih-form-search .ih-search-box .pageListSearchBtn:focus,.pageListFilterSearchBox .component-content .ih-form-search .ih-search-box .pageListSearchBtn:hover{cursor:pointer}.pageListFilterSearchBox .component-content .ih-form-search .ih-search-box .pageListSearchBtn.is-active{background-color:#0033a0;border-width:0}.pageListFilterSearchBox .component-content .ih-form-search .ih-search-box .pageListSearchBtn.is-active:after{background:url(/etc/designs/zg/fmcna/desktop/src/assets/img/search-white.svg);background-repeat:no-repeat}.pagePropertyTagRenderer .pageProperty-tagRenderer .component-content .tag-name p{font-size:16px;font-size:1.6rem;color:#0033a0;font-family:Interstate,sans-serif;line-height:1.475;font-weight:300;text-transform:uppercase;text-decoration:none}@media only screen and (min-width:768px){.pagePropertyTagRenderer .pageProperty-tagRenderer .component-content .tag-name p{font-size:18px;font-size:1.8rem}}@media only screen and (min-width:1200px){.pagePropertyTagRenderer .pageProperty-tagRenderer .component-content .tag-name p{font-size:22.5px;font-size:2.25rem}}.pagePropertyTagRenderer-articleTags .pageProperty-tagRenderer .component-content .more-about{color:#0033a0;font-size:22.5px;font-size:2.25rem;font-family:Interstate,sans-serif;line-height:1.375;font-weight:700;float:left;height:50px;padding-right:20px;margin-top:4px;margin-bottom:15px}.pagePropertyTagRenderer-articleTags .pageProperty-tagRenderer .component-content .btn1{float:left;height:50px;padding:0 10px;margin-bottom:20px}.pagePropertyTagRenderer-articleTags .pageProperty-tagRenderer .component-content .btn1 .tag-name{height:40px;background-color:rgba(0,51,160,.1);border-radius:25px;padding:0 20px;border:2px solid rgba(0,51,160,.1)}.pagePropertyTagRenderer-articleTags .pageProperty-tagRenderer .component-content .btn1 .tag-name:focus,.pagePropertyTagRenderer-articleTags .pageProperty-tagRenderer .component-content .btn1 .tag-name:hover{border:2px solid rgba(0,51,160,.2);background-color:#fff}.pagePropertyTagRenderer-articleTags .pageProperty-tagRenderer .component-content .btn1 .tag-name p{font-size:16px;font-size:1.6rem;font-family:Interstate,sans-serif;line-height:1.375;font-weight:300;color:#484c53;top:7px;position:relative;text-transform:uppercase}span.twitter-retwitted{display:none}.twitter-content a{font-size:0}.twitter-content a strong{font-size:1.5rem}.twitter-content a strong:before{content:"@"}.twitter-fmcna-feed>.component-content>.feed-provider-feeds{padding-left:0}.twitter-fmcna-feed>.component-content>.feed-provider-feeds>.twitter-feed{list-style:none;margin-top:20px}.twitter-fmcna-feed>.component-content>.feed-provider-feeds>.twitter-feed:first-child,.twitter-fmcna-feed>.component-content>.feed-provider-feeds>.twitter-feed:nth-child(2){border-bottom:1px solid #ced3de}.twitter-fmcna-feed>.component-content>.feed-provider-feeds>.twitter-feed>.twitter-date{font-size:16px;font-size:1.6rem}@media only screen and (min-width:1024px){.twitter-fmcna-feed>.component-content>.feed-provider-feeds>.twitter-feed>.twitter-date{font-size:18px;font-size:1.8rem}}.twitter-fmcna-feed>.component-content>.feed-provider-feeds>.twitter-feed>.twitter-header{width:18%;float:left}@media only screen and (min-width:768px){.twitter-fmcna-feed>.component-content>.feed-provider-feeds>.twitter-feed>.twitter-header{width:10%}}@media only screen and (min-width:1200px){.twitter-fmcna-feed>.component-content>.feed-provider-feeds>.twitter-feed>.twitter-header{width:16%}}@media only screen and (min-width:1620px){.twitter-fmcna-feed>.component-content>.feed-provider-feeds>.twitter-feed>.twitter-header{width:15%}}.twitter-fmcna-feed>.component-content>.feed-provider-feeds>.twitter-feed>.twitter-header>.twitter-sender{font-size:0}.twitter-fmcna-feed>.component-content>.feed-provider-feeds>.twitter-feed>.twitter-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px;color:#333;font-weight:300;font-size:16px;font-size:1.6rem}@media only screen and (min-width:1024px){.twitter-fmcna-feed>.component-content>.feed-provider-feeds>.twitter-feed>.twitter-content{font-size:18px;font-size:1.8rem}}.twitter-fmcna-feed>.component-content>.feed-provider-feeds>.twitter-feed>.twitter-content a{text-decoration:none;color:#333;font-size:16px;font-size:1.6rem}@media only screen and (min-width:1024px){.twitter-fmcna-feed>.component-content>.feed-provider-feeds>.twitter-feed>.twitter-content a{font-size:18px;font-size:1.8rem;padding-right:20px}}.twitter-fmcna-feed>.component-content>.feed-provider-feeds>.twitter-feed>.twitter-content a strong{font-weight:300!important;color:#333;font-size:16px;font-size:1.6rem}@media only screen and (min-width:1024px){.twitter-fmcna-feed>.component-content>.feed-provider-feeds>.twitter-feed>.twitter-content a strong{font-size:18px;font-size:1.8rem}}.twitter-fmcna-feed>.component-content>.feed-provider-feeds>.twitter-feed>.twitter-content>.twitter-date{font-style:italic;color:#0033a0;font-size:16px;font-size:1.6rem}@media only screen and (min-width:1024px){.twitter-fmcna-feed>.component-content>.feed-provider-feeds>.twitter-feed>.twitter-content>.twitter-date{font-size:18px;font-size:1.8rem}}.twitter-fmcna-feed>.component-content>.feed-provider-feeds>.twitter-feed>.twitter-actions>.twitter-action{font-size:0}.pageListTagNewsroomFilter{margin-bottom:20px}.pageListTagNewsroomFilter .component-content{margin-right:auto;margin-left:auto;max-width:100%;padding-left:0;padding-right:0}@media only screen and (min-width:768px){.pageListTagNewsroomFilter .component-content{width:768px}}@media only screen and (min-width:1200px){.pageListTagNewsroomFilter .component-content{width:1200px}}@media only screen and (min-width:1620px){.pageListTagNewsroomFilter .component-content{padding-left:0;padding-right:0;width:1620px}}@media only screen and (min-width:768px){.pageListTagNewsroomFilter .component-content{padding-left:10px;padding-right:10px}}.pageListTagNewsroomFilter .pageListTagFilter-header{font-size:15px;font-size:1.5rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:900;text-transform:uppercase;text-decoration:none;margin-bottom:30px}.pageListTagNewsroomFilter .pageListTagFilter-items{list-style:none;padding-left:0;margin:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:1200px){.pageListTagNewsroomFilter .pageListTagFilter-items{display:block}}.pageListTagNewsroomFilter .pageListTagFilter-item{width:50%;margin-bottom:15px}@media only screen and (min-width:1200px){.pageListTagNewsroomFilter .pageListTagFilter-item{width:auto}}.pageListTagNewsroomFilter .pageListTagFilter-button{color:#484c53;font-weight:300}.pageListTagNewsroomFilter .pageListTagFilter-button.is-active{color:#0033a0;font-weight:600}.pageListTagNewsroomFilter .pageListTagFilter-button.is-active:before{content:url(../../assets/img/cta-arrow.svg?8XPraPirxs4VKQVv_1h633cFw55X-p6kv9Mv343aIOo);display:inline-block;width:6px;margin-right:15px;transform:translateY(-1px)}.pageListTagNewsroomFilter .pageListTagFilter-button:focus,.pageListTagNewsroomFilter .pageListTagFilter-button:hover{opacity:.7}.pageListTagNewsroomFilter-select-wrapper{position:relative}@media only screen and (min-width:768px){.pageListTagNewsroomFilter-select-wrapper{width:300px;padding-left:10px;padding-right:10px}}@media only screen and (min-width:1200px){.pageListTagNewsroomFilter-select-wrapper{padding-left:0;padding-right:0}}.pageListTagNewsroomFilter-select-wrapper .pageListTagFilter-select{position:absolute;z-index:1;left:0;top:0;bottom:0;width:100%;height:100%;opacity:0;min-height:64px}@media only screen and (min-width:768px){.pageListTagNewsroomFilter-select-wrapper .pageListTagFilter-select{min-height:84px}}.pageListTagNewsroomFilter-select-wrapper .pageListTagFilter-select:focus+.pageListTagFilter-select-label{border:2px solid #0033a0}.pageListTagNewsroomFilter-select-wrapper .pageListTagFilter-select-label{font-size:16.5px;font-size:1.65rem;font-family:Interstate,sans-serif;line-height:1.467;font-weight:400;margin-top:0;margin-bottom:30px;width:100%;background:#fff;border:2px solid #fff;border-radius:4px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);color:#484c53;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:59px;padding-right:10px;font-weight:900;text-transform:uppercase;-ms-flex-pack:center;justify-content:center;padding-top:19px;padding-bottom:19px;border-radius:0}.pageListTagNewsroomFilter-select-wrapper .pageListTagFilter-select-label:last-child{margin-bottom:0}.pageListTagNewsroomFilter-select-wrapper .pageListTagFilter-select-label:focus{border-color:#0033a0;color:#0033a0}.pageListTagNewsroomFilter-select-wrapper .pageListTagFilter-select-label:after{content:"\F078";display:inline-block;position:relative;font-family:FontAwesome;font-weight:900;font-style:normal;font-size:12px;left:10px}@media only screen and (min-width:768px){.pageListTagNewsroomFilter-select-wrapper .pageListTagFilter-select-label{min-height:100px;-ms-flex-pack:left;justify-content:left;padding:0 30px}.pageListTagNewsroomFilter-select-wrapper .pageListTagFilter-select-label:after{position:absolute;right:30px;left:auto}}@media only screen and (min-width:768px){.pageListTagNewsroomFilter-select-wrapper .pageListTagFilter-select-label{padding-top:29px;padding-bottom:29px;border-radius:4px;min-height:59px;-ms-flex-pack:center;justify-content:center}.pageListTagNewsroomFilter-select-wrapper .pageListTagFilter-select-label:after{position:relative;left:10px;right:auto}}.pageListTagNewsroomFilter-select-wrapper .pageListTagFilter-select-label.color-blue{color:#0033a0}.pageListTagNewsroomFilter-select-wrapper .pageListTagFilter-select-label.color-light-blue{color:#0097a9}.pageListTagNewsroomFilter-select-wrapper .pageListTagFilter-select-label.color-dark-green{color:#008578}.pageListTagNewsroomFilter-select-wrapper .pageListTagFilter-select-label.color-red{color:#a4123f}.pageListTagNewsroomFilter-select-wrapper .pageListTagFilter-select-label.color-purple{color:#772583}.pageListTagNewsroomFilter-select-wrapper .pageListTagFilter-select-label.color-light-grey{color:#ced3de}.pageListTagNewsroomFilter.pageListTagNewsroomFilter-checkbox{margin-bottom:0;padding-left:0}@media only screen and (min-width:1024px){.pageListTagNewsroomFilter.pageListTagNewsroomFilter-checkbox{margin-left:-93px}}@media only screen and (min-width:1200px){.pageListTagNewsroomFilter.pageListTagNewsroomFilter-checkbox{margin-left:auto}}.pageListTagNewsroomFilter.pageListTagNewsroomFilter-checkbox .component-content{padding-left:0}.pageListTagNewsroomFilter.pageListTagNewsroomFilter-checkbox .component-content .pageListTagFilter-items .pageListTagFilter-item{font-size:14.5px;font-size:1.45rem}@media only screen and (min-width:768px){.pageListTagNewsroomFilter.pageListTagNewsroomFilter-checkbox .component-content .pageListTagFilter-items .pageListTagFilter-item{width:33.3%;font-size:medium}}@media only screen and (min-width:1024px){.pageListTagNewsroomFilter.pageListTagNewsroomFilter-checkbox .component-content .pageListTagFilter-items .pageListTagFilter-item{width:25%}}@media only screen and (min-width:1200px){.pageListTagNewsroomFilter.pageListTagNewsroomFilter-checkbox .component-content .pageListTagFilter-items .pageListTagFilter-item{width:auto}}.pageListTagNewsroomFilter.pageListTagNewsroomFilter-checkbox .component-content .pageListTagFilter-items .pageListTagFilter-item .pageListCheckbox,.pageListTagNewsroomFilter.pageListTagNewsroomFilter-checkbox .component-content .pageListTagFilter-items .pageListTagFilter-item .view-all{margin-right:10px}.pageListCheckbox:after{content:" ";background-color:#0033a0;display:inline-block;visibility:visible}.pageListCheckbox:checked:after,.view-all:disabled:before{content:"\2714";box-shadow:0 2px 4px hsla(0,0%,60.8%,.15);border-radius:3px;height:13px;display:block;width:13px;text-align:center;font-size:12px;color:#fff}.view-all:disabled:before{background-color:#0033a0;visibility:visible}.pageListFilters-disabled{opacity:.5}.composite.composite-amr-detail-hero{background:#f0f3fa}.composite.composite-amr-detail-hero>.content>.box{padding:0}.composite.composite-amr-detail-hero>.content>.box>.component-content>.content{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.composite.composite-amr-detail-hero>.content>.box>.component-content>.content>.box{padding:0;width:100%;transition:width .25s}.composite.composite-amr-detail-hero>.content>.box>.component-content>.content>.box:first-child{height:410px;background:#f0f3fa;display:none;min-width:50vw;max-width:970px}@media only screen and (min-width:1200px){.composite.composite-amr-detail-hero>.content>.box>.component-content>.content>.box:first-child{min-width:50vw;display:block}}@media only screen and (min-width:1620px){.composite.composite-amr-detail-hero>.content>.box>.component-content>.content>.box:first-child{min-width:770px;display:block}}.composite.composite-amr-detail-hero>.content>.box>.component-content>.content>.box:first-child>.component-content{height:inherit}.composite.composite-amr-detail-hero>.content>.box>.component-content>.content>.box:first-child>.component-content>.content{display:-ms-flexbox;display:flex;height:inherit;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:1620px){.composite.composite-amr-detail-hero>.content>.box>.component-content>.content>.box:first-child>.component-content>.content{-ms-flex-pack:left;justify-content:left}}.composite.composite-amr-detail-hero>.content>.box>.component-content>.content>.box:nth-child(2){min-width:100vw;max-width:100vw;height:375px}@media only screen and (min-width:1200px){.composite.composite-amr-detail-hero>.content>.box>.component-content>.content>.box:nth-child(2){height:410px;max-width:950px;min-width:50vw}}@media only screen and (min-width:1620px){.composite.composite-amr-detail-hero>.content>.box>.component-content>.content>.box:nth-child(2){min-width:750px}}.composite.composite-amr-detail-hero>.content>.box>.component-content>.content>.box:nth-child(2)>.component-content{height:375px;margin-bottom:0;background-size:auto;background-position:50%;background-repeat:no-repeat;padding:100px}@media only screen and (min-width:1200px){.composite.composite-amr-detail-hero>.content>.box>.component-content>.content>.box:nth-child(2)>.component-content{height:410px}}.composite.composite-amr-detail-hero>.content>.box>.component-content>.content>.box:nth-child(2)>.component-content>.content{height:310px}.composite.composite-amr-detail-hero.composite-variation-amr-inbound-landing-hero>.content>.box>.component-content>.content{-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media only screen and (min-width:1200px){.composite.composite-amr-detail-hero.composite-variation-amr-inbound-landing-hero>.content>.box>.component-content>.content{-ms-flex-direction:row;flex-direction:row}}.composite.composite-amr-detail-hero.composite-variation-amr-inbound-landing-hero>.content>.box>.component-content>.content>.box:first-child{height:255px;display:block}.composite.composite-amr-detail-hero.composite-variation-amr-inbound-landing-hero>.content>.box>.component-content>.content>.box:first-child>.component-content,.composite.composite-amr-detail-hero.composite-variation-amr-inbound-landing-hero>.content>.box>.component-content>.content>.box:first-child>.component-content>.content,.composite.composite-amr-detail-hero.composite-variation-amr-inbound-landing-hero>.content>.box>.component-content>.content>.box:nth-child(2){height:255px}@media only screen and (min-width:1200px){.composite.composite-amr-detail-hero.composite-variation-amr-inbound-landing-hero>.content>.box>.component-content>.content>.box:nth-child(2){height:255px}}.composite.composite-amr-detail-hero.composite-variation-amr-inbound-landing-hero>.content>.box>.component-content>.content>.box:nth-child(2)>.component-content{height:255px;background-size:cover}@media only screen and (min-width:1200px){.composite.composite-amr-detail-hero.composite-variation-amr-inbound-landing-hero>.content>.box>.component-content>.content>.box:nth-child(2)>.component-content{height:255px;background-size:auto}}.composite.composite-amr-landing-hero>.content>.box{padding:0}.composite.composite-amr-landing-hero>.content>.box>.component-content{height:375px;background-size:auto;margin-bottom:0}@media only screen and (min-width:1200px){.composite.composite-amr-landing-hero>.content>.box>.component-content{height:525px}}.composite.composite-amr-landing-hero>.content>.box>.component-content>.content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.composite.composite-amr-landing-hero>.content>.box>.component-content>.content>.richText>.component-content>.richText-content{height:280px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background:hsla(0,0%,100%,.8);border-radius:5px}.composite-variation-social-share-and-copy-with-image-amr,.composite.composite-social-share-and-copy-amr,.composite.composite-variation-social-share-and-copy-amr{background-color:#fff;padding:30px 0}.composite-variation-social-share-and-copy-with-image-amr>.content>.title,.composite.composite-social-share-and-copy-amr>.content>.title,.composite.composite-variation-social-share-and-copy-amr>.content>.title{margin-bottom:30px;color:#0033a0}@media only screen and (min-width:1200px){.composite-variation-social-share-and-copy-with-image-amr>.content .shareThis,.composite.composite-social-share-and-copy-amr>.content .shareThis,.composite.composite-variation-social-share-and-copy-amr>.content .shareThis{margin-top:80px}}.composite-variation-social-share-and-copy-with-image-amr>.content>.box,.composite.composite-social-share-and-copy-amr>.content>.box,.composite.composite-variation-social-share-and-copy-amr>.content>.box{padding:0}.composite-variation-social-share-and-copy-with-image-amr>.content>.box:nth-child(2) p,.composite.composite-social-share-and-copy-amr>.content>.box:nth-child(2) p,.composite.composite-variation-social-share-and-copy-amr>.content>.box:nth-child(2) p{margin-bottom:0}.composite-variation-social-share-and-copy-with-image-amr>.content>.box:nth-child(3)>.component-content>.content>.richText:nth-child(2),.composite.composite-social-share-and-copy-amr>.content>.box:nth-child(3)>.component-content>.content>.richText:nth-child(2),.composite.composite-variation-social-share-and-copy-amr>.content>.box:nth-child(3)>.component-content>.content>.richText:nth-child(2){border-left:1px solid #ced3de;margin:30px;padding:0 30px}.composite-variation-social-share-and-copy-with-image-amr>.content>.box:nth-child(3)>.component-content>.content>.richText:nth-child(2)>.component-content>.richText-content p,.composite.composite-social-share-and-copy-amr>.content>.box:nth-child(3)>.component-content>.content>.richText:nth-child(2)>.component-content>.richText-content p,.composite.composite-variation-social-share-and-copy-amr>.content>.box:nth-child(3)>.component-content>.content>.richText:nth-child(2)>.component-content>.richText-content p{font-size:16px;font-size:1.6rem;line-height:24px}.composite-variation-social-share-and-copy-with-image-amr>.content>.box:nth-child(3)>.component-content>.content>.richText>.component-content>.richText-content p,.composite.composite-social-share-and-copy-amr>.content>.box:nth-child(3)>.component-content>.content>.richText>.component-content>.richText-content p,.composite.composite-variation-social-share-and-copy-amr>.content>.box:nth-child(3)>.component-content>.content>.richText>.component-content>.richText-content p{margin-bottom:0}.composite-variation-social-share-and-copy-with-image-amr>.content>.box:nth-child(3)>.component-content>.content>.richText>.component-content>.richText-content p:first-child,.composite.composite-social-share-and-copy-amr>.content>.box:nth-child(3)>.component-content>.content>.richText>.component-content>.richText-content p:first-child,.composite.composite-variation-social-share-and-copy-amr>.content>.box:nth-child(3)>.component-content>.content>.richText>.component-content>.richText-content p:first-child{margin-bottom:20px}@media only screen and (min-width:1620px){.composite-variation-social-share-and-copy-with-image-amr>.content>.box:last-child,.composite.composite-social-share-and-copy-amr>.content>.box:last-child,.composite.composite-variation-social-share-and-copy-amr>.content>.box:last-child{width:20%;margin-left:5%}}.composite-variation-social-share-and-copy-with-image-amr>.content>.box:last-child>.component-content>.content>.richText,.composite.composite-social-share-and-copy-amr>.content>.box:last-child>.component-content>.content>.richText,.composite.composite-variation-social-share-and-copy-amr>.content>.box:last-child>.component-content>.content>.richText{border-left:1px solid #ced3de;padding:30px;margin-bottom:100px;margin-top:-30px}.composite-variation-social-share-and-copy-with-image-amr>.content>.box:last-child>.component-content>.content>.richText:first-child>.component-content>.richText-content p,.composite.composite-social-share-and-copy-amr>.content>.box:last-child>.component-content>.content>.richText:first-child>.component-content>.richText-content p,.composite.composite-variation-social-share-and-copy-amr>.content>.box:last-child>.component-content>.content>.richText:first-child>.component-content>.richText-content p{font-size:16px;font-size:1.6rem;line-height:24px}.composite-variation-social-share-and-copy-with-image-amr>.content>.box:last-child>.component-content>.content>.richText:nth-child(2),.composite.composite-social-share-and-copy-amr>.content>.box:last-child>.component-content>.content>.richText:nth-child(2),.composite.composite-variation-social-share-and-copy-amr>.content>.box:last-child>.component-content>.content>.richText:nth-child(2){border:1px solid #ced3de;border-radius:5px;padding:30px}.composite-variation-social-share-and-copy-with-image-amr-2021,.composite-variation-social-share-and-copy-with-image-then-copy-amr-2021,.composite.composite-social-share-and-copy-amr-2021,.composite.composite-variation-social-share-and-copy-amr-2021{background-color:#fff;padding:30px 0}.composite-variation-social-share-and-copy-with-image-amr-2021>.content>.title,.composite-variation-social-share-and-copy-with-image-then-copy-amr-2021>.content>.title,.composite.composite-social-share-and-copy-amr-2021>.content>.title,.composite.composite-variation-social-share-and-copy-amr-2021>.content>.title{margin-bottom:30px}@media only screen and (min-width:1200px){.composite-variation-social-share-and-copy-with-image-amr-2021>.content .shareThis,.composite-variation-social-share-and-copy-with-image-then-copy-amr-2021>.content .shareThis,.composite.composite-social-share-and-copy-amr-2021>.content .shareThis,.composite.composite-variation-social-share-and-copy-amr-2021>.content .shareThis{margin-top:80px}}.composite-variation-social-share-and-copy-with-image-amr-2021>.content>.box,.composite-variation-social-share-and-copy-with-image-then-copy-amr-2021>.content>.box,.composite.composite-social-share-and-copy-amr-2021>.content>.box,.composite.composite-variation-social-share-and-copy-amr-2021>.content>.box{padding:0}.composite-variation-social-share-and-copy-with-image-amr-2021>.content>.box .image img,.composite-variation-social-share-and-copy-with-image-then-copy-amr-2021>.content>.box .image img,.composite.composite-social-share-and-copy-amr-2021>.content>.box .image img,.composite.composite-variation-social-share-and-copy-amr-2021>.content>.box .image img{box-shadow:0 0 5px rgba(0,0,0,.15)}.composite-variation-social-share-and-copy-with-image-amr-2021>.content>.box:nth-child(2) p,.composite-variation-social-share-and-copy-with-image-then-copy-amr-2021>.content>.box:nth-child(2) p,.composite.composite-social-share-and-copy-amr-2021>.content>.box:nth-child(2) p,.composite.composite-variation-social-share-and-copy-amr-2021>.content>.box:nth-child(2) p{margin-bottom:0}.composite-variation-social-share-and-copy-with-image-amr-2021>.content>.box:nth-child(3)>.component-content>.content>.richText:nth-child(2),.composite-variation-social-share-and-copy-with-image-then-copy-amr-2021>.content>.box:nth-child(3)>.component-content>.content>.richText:nth-child(2),.composite.composite-social-share-and-copy-amr-2021>.content>.box:nth-child(3)>.component-content>.content>.richText:nth-child(2),.composite.composite-variation-social-share-and-copy-amr-2021>.content>.box:nth-child(3)>.component-content>.content>.richText:nth-child(2){border-left:1px solid #ced3de;margin:30px;padding:0 30px}.composite-variation-social-share-and-copy-with-image-amr-2021>.content>.box:nth-child(3)>.component-content>.content>.richText:nth-child(2)>.component-content>.richText-content p,.composite-variation-social-share-and-copy-with-image-then-copy-amr-2021>.content>.box:nth-child(3)>.component-content>.content>.richText:nth-child(2)>.component-content>.richText-content p,.composite.composite-social-share-and-copy-amr-2021>.content>.box:nth-child(3)>.component-content>.content>.richText:nth-child(2)>.component-content>.richText-content p,.composite.composite-variation-social-share-and-copy-amr-2021>.content>.box:nth-child(3)>.component-content>.content>.richText:nth-child(2)>.component-content>.richText-content p{font-size:16px;font-size:1.6rem;line-height:24px}.composite-variation-social-share-and-copy-with-image-amr-2021>.content>.box:nth-child(3)>.component-content>.content>.richText>.component-content>.richText-content p,.composite-variation-social-share-and-copy-with-image-then-copy-amr-2021>.content>.box:nth-child(3)>.component-content>.content>.richText>.component-content>.richText-content p,.composite.composite-social-share-and-copy-amr-2021>.content>.box:nth-child(3)>.component-content>.content>.richText>.component-content>.richText-content p,.composite.composite-variation-social-share-and-copy-amr-2021>.content>.box:nth-child(3)>.component-content>.content>.richText>.component-content>.richText-content p{margin-bottom:0}.composite-variation-social-share-and-copy-with-image-amr-2021>.content>.box:nth-child(3)>.component-content>.content>.richText>.component-content>.richText-content p:first-child,.composite-variation-social-share-and-copy-with-image-then-copy-amr-2021>.content>.box:nth-child(3)>.component-content>.content>.richText>.component-content>.richText-content p:first-child,.composite.composite-social-share-and-copy-amr-2021>.content>.box:nth-child(3)>.component-content>.content>.richText>.component-content>.richText-content p:first-child,.composite.composite-variation-social-share-and-copy-amr-2021>.content>.box:nth-child(3)>.component-content>.content>.richText>.component-content>.richText-content p:first-child{margin-bottom:20px}@media only screen and (min-width:1200px){.composite-variation-social-share-and-copy-with-image-amr-2021>.content>.box:last-child,.composite-variation-social-share-and-copy-with-image-then-copy-amr-2021>.content>.box:last-child,.composite.composite-social-share-and-copy-amr-2021>.content>.box:last-child,.composite.composite-variation-social-share-and-copy-amr-2021>.content>.box:last-child{width:24%;margin-left:1%;border:1px solid #ced3de;border-radius:5px}}@media only screen and (min-width:1620px){.composite-variation-social-share-and-copy-with-image-amr-2021>.content>.box:last-child,.composite-variation-social-share-and-copy-with-image-then-copy-amr-2021>.content>.box:last-child,.composite.composite-social-share-and-copy-amr-2021>.content>.box:last-child,.composite.composite-variation-social-share-and-copy-amr-2021>.content>.box:last-child{width:20%;margin-left:5%}}.composite-variation-social-share-and-copy-with-image-amr-2021>.content>.box:last-child>.component-content>.content>.richText,.composite-variation-social-share-and-copy-with-image-then-copy-amr-2021>.content>.box:last-child>.component-content>.content>.richText,.composite.composite-social-share-and-copy-amr-2021>.content>.box:last-child>.component-content>.content>.richText,.composite.composite-variation-social-share-and-copy-amr-2021>.content>.box:last-child>.component-content>.content>.richText{padding:30px}@media only screen and (min-width:1200px){.composite-variation-social-share-and-copy-with-image-amr-2021>.content>.box:last-child>.component-content>.content>.richText,.composite-variation-social-share-and-copy-with-image-then-copy-amr-2021>.content>.box:last-child>.component-content>.content>.richText,.composite.composite-social-share-and-copy-amr-2021>.content>.box:last-child>.component-content>.content>.richText,.composite.composite-variation-social-share-and-copy-amr-2021>.content>.box:last-child>.component-content>.content>.richText{text-align:center}}.composite-variation-social-share-and-copy-with-image-amr-2021>.content>.box:last-child>.component-content>.content>.richText:first-child,.composite-variation-social-share-and-copy-with-image-then-copy-amr-2021>.content>.box:last-child>.component-content>.content>.richText:first-child,.composite.composite-social-share-and-copy-amr-2021>.content>.box:last-child>.component-content>.content>.richText:first-child,.composite.composite-variation-social-share-and-copy-amr-2021>.content>.box:last-child>.component-content>.content>.richText:first-child{padding-bottom:0}.composite-variation-social-share-and-copy-with-image-amr-2021>.content>.box:last-child>.component-content>.content>.richText:first-child>.component-content>.richText-content p,.composite-variation-social-share-and-copy-with-image-then-copy-amr-2021>.content>.box:last-child>.component-content>.content>.richText:first-child>.component-content>.richText-content p,.composite.composite-social-share-and-copy-amr-2021>.content>.box:last-child>.component-content>.content>.richText:first-child>.component-content>.richText-content p,.composite.composite-variation-social-share-and-copy-amr-2021>.content>.box:last-child>.component-content>.content>.richText:first-child>.component-content>.richText-content p{font-size:16px;font-size:1.6rem;line-height:24px}.composite-variation-social-share-and-copy-with-image-amr-2021>.content>.box:last-child>.component-content>.content>.richText:nth-child(2),.composite-variation-social-share-and-copy-with-image-then-copy-amr-2021>.content>.box:last-child>.component-content>.content>.richText:nth-child(2),.composite.composite-social-share-and-copy-amr-2021>.content>.box:last-child>.component-content>.content>.richText:nth-child(2),.composite.composite-variation-social-share-and-copy-amr-2021>.content>.box:last-child>.component-content>.content>.richText:nth-child(2){padding:30px}@media only screen and (min-width:1200px){.composite-variation-social-share-and-copy-with-image-amr-2021>.content>.richText,.composite-variation-social-share-and-copy-with-image-then-copy-amr-2021>.content>.richText,.composite.composite-social-share-and-copy-amr-2021>.content>.richText,.composite.composite-variation-social-share-and-copy-amr-2021>.content>.richText{margin-left:4.33333333%}}@media only screen and (min-width:1620px){.composite-variation-social-share-and-copy-with-image-amr-2021>.content>.richText,.composite-variation-social-share-and-copy-with-image-then-copy-amr-2021>.content>.richText,.composite.composite-social-share-and-copy-amr-2021>.content>.richText,.composite.composite-variation-social-share-and-copy-amr-2021>.content>.richText{margin-left:8.33333333%}}@media only screen and (min-width:1200px){.composite-variation-social-share-and-copy-with-image-then-copy-amr-2021>.content>.box{margin-left:4.3333%}}@media only screen and (min-width:1620px){.composite-variation-social-share-and-copy-with-image-then-copy-amr-2021>.content>.box{margin-left:8.3333%}}.composite.composite-form-amr-2020{background-color:#f0f3fa;border-radius:14px;margin-top:5px;padding:50px 10px 60px;margin-bottom:10px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}@media only screen and (min-width:1200px){.composite.composite-form-amr-2020{padding:50px 60px 60px}}.composite.composite-form-amr-2020.composite-amr-form-whiteBackground{margin-bottom:0}.composite.composite-form-amr-2020.composite-amr-form-whiteBackground>.content .richText{margin-left:0}.composite.composite-form-amr-2020.composite-amr-form-whiteBackground>.content .richText>.component-content>.richText-content h5,.composite.composite-form-amr-2020.composite-amr-form-whiteBackground>.content .richText>.component-content>.richText-content p{font-size:22px;font-size:2.2rem}.composite.composite-form-amr-2020>.content .richText{margin-left:0}.composite.composite-form-amr-2020>.content .image>.component-content>picture>img{box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}.composite.composite-form-amr-2020>.content .form{margin-top:35px}.composite.composite-form-amr-2020>.content .form>.component-content>form>.formContent>.form-element{margin-left:0;padding:0}.composite.composite-form-amr-2020>.content .form>.component-content>form>.formContent>.form-element input[type=date],.composite.composite-form-amr-2020>.content .form>.component-content>form>.formContent>.form-element input[type=email],.composite.composite-form-amr-2020>.content .form>.component-content>form>.formContent>.form-element input[type=number],.composite.composite-form-amr-2020>.content .form>.component-content>form>.formContent>.form-element input[type=password],.composite.composite-form-amr-2020>.content .form>.component-content>form>.formContent>.form-element input[type=tel],.composite.composite-form-amr-2020>.content .form>.component-content>form>.formContent>.form-element input[type=text]{min-height:60px}.composite.composite-amr-form-whiteBackground{background-color:#fff!important;margin-top:0;margin-bottom:20px}.composite.composite-meet-the-author .image{height:80px;width:80px;border-radius:100%;position:relative;z-index:1;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);overflow:hidden;padding:0;margin-bottom:60px}.composite.composite-meet-the-author .image>.component-content>picture img{height:80px;width:80px;-o-object-fit:cover;object-fit:cover;-o-object-position:50%;object-position:50%}.composite-expandable-card{background:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:4px;max-height:90px;height:90px;margin-bottom:20px;transition:all .5s ease;padding:0}@media only screen and (min-width:1200px){.composite-expandable-card{height:140px;max-height:140px}}.composite-expandable-card:nth-child(odd){margin-right:20px}.composite-expandable-card>.content{max-height:90px;height:90px;transition:all .5s ease}@media only screen and (min-width:1200px){.composite-expandable-card>.content{height:140px;max-height:140px}}.composite-expandable-card>.content>.box-expandableCard-wrapper{max-height:90px;height:90px;padding:0;transition:all .5s ease}@media only screen and (min-width:1200px){.composite-expandable-card>.content>.box-expandableCard-wrapper{height:140px;max-height:140px}}.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content{max-height:90px;height:90px;padding:inherit;transition:all .5s ease}@media only screen and (min-width:1200px){.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content{height:140px;max-height:140px}}.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content>.content{max-height:90px;height:90px;padding:inherit;transition:all .5s ease}@media only screen and (min-width:1200px){.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content>.content{height:140px;max-height:140px}}.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content>.content .image-expandableCard-logo{position:absolute;top:50%;padding:inherit;margin-left:50px;transform-origin:left center;transform:translateY(-50%) scale(.9);filter:grayscale(1);transition:all .5s ease}@media only screen and (min-width:420px){.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content>.content .image-expandableCard-logo{transform:translateY(-50%) scale(.8)}}@media screen and (min-width:480px){.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content>.content .image-expandableCard-logo{transform:translateY(-50%) scale(.75)}}@media only screen and (min-width:768px){.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content>.content .image-expandableCard-logo{transform:translateY(-50%) scale(.75)}}@media only screen and (min-width:1200px){.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content>.content .image-expandableCard-logo{transform:translateY(-50%) scale(1.3)}}.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content>.content .box-expandableCard-closeBtn{top:50%;right:50px;width:32px;height:32px;padding:0;background:url(../../assets/img/plus-btn.svg?9Ar4tNmeQKBlmf5_o4zBSbhJOZyYhLsRU-o3b16Cy3f) no-repeat;transform:translateY(-50%) rotate(0deg);position:absolute;z-index:10;transform-origin:center;transition:all .5s;cursor:pointer}@media only screen and (min-width:1200px){.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content>.content .box-expandableCard-closeBtn{width:50px;height:50px}}.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content>.content .box-expandableCard-closeBtn:focus,.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content>.content .box-expandableCard-closeBtn:hover{background:url(../../assets/img/plus-btn-hover.svg?5LBEuHbgl7D9yl1qokGJRuqu-bRRGEHz5UtZH2CPiVg) no-repeat;transform:translateY(-50%) rotate(0deg)}.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content>.content .box-expandableCard-contentWrapper,.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content>.content .box:nth-child(3){height:90px;opacity:0;transition:height .5s ease-out,opacity .5s ease-out}@media only screen and (min-width:1200px){.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content>.content .box-expandableCard-contentWrapper,.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content>.content .box:nth-child(3){height:140px}}.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content>.content .box-expandableCard-contentWrapper>.component-content,.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content>.content .box:nth-child(3)>.component-content{height:90px;transition:height .5s ease-out}@media only screen and (min-width:1200px){.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content>.content .box-expandableCard-contentWrapper>.component-content,.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content>.content .box:nth-child(3)>.component-content{height:140px}}.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content>.content .box-expandableCard-contentWrapper>.component-content>.content,.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content>.content .box:nth-child(3)>.component-content>.content{height:90px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:absolute;margin-left:0;transform:none;min-width:400px;transition:height .5s ease-out}@media only screen and (min-width:1200px){.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content>.content .box-expandableCard-contentWrapper>.component-content>.content,.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content>.content .box:nth-child(3)>.component-content>.content{height:140px}}.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content>.content .box-expandableCard-contentWrapper>.component-content>.content .richText-expandableCard-richText,.composite-expandable-card>.content>.box-expandableCard-wrapper>.component-content>.content .box:nth-child(3)>.component-content>.content .richText-expandableCard-richText{width:-moz-fit-content;width:fit-content;margin-left:50px;height:-moz-min-content;height:min-content;position:absolute}.composite-expandable-card.active{height:150vw;max-height:150vw}@media only screen and (min-width:420px){.composite-expandable-card.active{max-height:450px;height:450px}}.composite-expandable-card.active>.content{height:150vw;max-height:150vw}@media only screen and (min-width:420px){.composite-expandable-card.active>.content{max-height:450px;height:450px}}.composite-expandable-card.active>.content>.box-expandableCard-wrapper{cursor:pointer;padding:0;height:150vw;max-height:150vw}@media only screen and (min-width:420px){.composite-expandable-card.active>.content>.box-expandableCard-wrapper{max-height:450px;height:450px}}.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content,.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content>.content{max-height:450px;height:450px}.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content>.content .image-expandableCard-logo{filter:grayscale(0);top:50px;transform-origin:left center;margin-left:50px;transform:translateY(0) scale(.9)}@media only screen and (min-width:420px){.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content>.content .image-expandableCard-logo{transform:translateY(0) scale(.8)}}@media screen and (min-width:480px){.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content>.content .image-expandableCard-logo{transform:translateY(0) scale(.75)}}@media only screen and (min-width:768px){.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content>.content .image-expandableCard-logo{transform:translateY(0) scale(.75)}}@media only screen and (min-width:1200px){.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content>.content .image-expandableCard-logo{transform:translateY(0) scale(1.3)}}.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content>.content .box-expandableCard-closeBtn{background:url(../../assets/img/plus-btn.svg?9Ar4tNmeQKBlmf5_o4zBSbhJOZyYhLsRU-o3b16Cy3f) no-repeat;transform:translateY(0) rotate(45deg);top:50px}.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content>.content .box-expandableCard-closeBtn:focus,.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content>.content .box-expandableCard-closeBtn:hover{background:url(../../assets/img/plus-btn-hover.svg?5LBEuHbgl7D9yl1qokGJRuqu-bRRGEHz5UtZH2CPiVg) no-repeat;transform:translateY(0) rotate(45deg)}.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content>.content .box-expandableCard-contentWrapper,.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content>.content .box:nth-child(3){opacity:1;height:150vw;padding:0}@media only screen and (min-width:420px){.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content>.content .box-expandableCard-contentWrapper,.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content>.content .box:nth-child(3){height:450px}}.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content>.content .box-expandableCard-contentWrapper>.component-content,.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content>.content .box:nth-child(3)>.component-content{height:150vw}@media only screen and (min-width:420px){.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content>.content .box-expandableCard-contentWrapper>.component-content,.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content>.content .box:nth-child(3)>.component-content{height:450px}}.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content>.content .box-expandableCard-contentWrapper>.component-content>.content,.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content>.content .box:nth-child(3)>.component-content>.content{height:150vw;margin-left:0;transform:none}@media only screen and (min-width:420px){.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content>.content .box-expandableCard-contentWrapper>.component-content>.content,.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content>.content .box:nth-child(3)>.component-content>.content{height:450px}}.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content>.content .box-expandableCard-contentWrapper>.component-content>.content .richText-expandableCard-richText,.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content>.content .box:nth-child(3)>.component-content>.content .richText-expandableCard-richText{opacity:1}@media only screen and (min-width:1200px){.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content>.content .box-expandableCard-contentWrapper>.component-content>.content .richText-expandableCard-richText,.composite-expandable-card.active>.content>.box-expandableCard-wrapper>.component-content>.content .box:nth-child(3)>.component-content>.content .richText-expandableCard-richText{width:-moz-fit-content;width:fit-content;top:50%;margin-top:-2vw}}.composite-leadership-feature{background:#002d62;color:#fff;height:-moz-max-content;height:max-content;min-height:640px;padding-bottom:0;margin-top:120px}@media only screen and (min-width:768px){.composite-leadership-feature{margin-top:90px}}.composite-leadership-feature>.content{min-height:640px}.composite-leadership-feature>.content>.box{padding-left:0;padding-right:0}@media only screen and (min-width:768px){.composite-leadership-feature>.content>.box{padding-left:20px;padding-right:20px}}.composite-leadership-feature>.content>.box>.component-content>.content{margin-top:-35px}.composite-featured-pages.composite-ourCompany-featuredPages{padding-left:0;padding-right:0}.composite-featured-pages.composite-ourCompany-featuredPages>.content{width:100%;margin:0 auto;padding-left:20px;padding-right:20px}@media only screen and (min-width:768px){.composite-featured-pages.composite-ourCompany-featuredPages>.content{max-width:1620px;width:100%;margin:0 auto}}.composite-products-hero-new{height:480px;background-color:#fff}@media only screen and (min-width:768px){.composite-products-hero-new{height:330px}}@media only screen and (min-width:1024px){.composite-products-hero-new{height:400px}}@media only screen and (min-width:1200px){.composite-products-hero-new{height:600px}}.composite-customer-testimonials{height:200px}@media only screen and (min-width:768px){.composite-customer-testimonials{height:185px}}@media only screen and (min-width:1200px){.composite-customer-testimonials{height:450px}}.composite.composite-nc-contact-us .form{margin-top:35px}.composite.composite-nc-contact-us .form>.component-content>form>.formContent>.form-element{margin-left:0;padding:0}.composite.composite-nc-contact-us .form>.component-content>form>.formContent>.form-element input[type=date],.composite.composite-nc-contact-us .form>.component-content>form>.formContent>.form-element input[type=email],.composite.composite-nc-contact-us .form>.component-content>form>.formContent>.form-element input[type=number],.composite.composite-nc-contact-us .form>.component-content>form>.formContent>.form-element input[type=password],.composite.composite-nc-contact-us .form>.component-content>form>.formContent>.form-element input[type=tel],.composite.composite-nc-contact-us .form>.component-content>form>.formContent>.form-element input[type=text]{min-height:50px}.composite.composite-nc-contact-us .form>.component-content>form>.formContent>.form-element .textField-hidden-label,.composite.composite-nc-contact-us .form>.component-content>form>.formContent>.form-element input::-moz-placeholder{text-transform:none}.composite.composite-nc-contact-us .form>.component-content>form>.formContent>.form-element .textField-hidden-label,.composite.composite-nc-contact-us .form>.component-content>form>.formContent>.form-element input:-ms-input-placeholder{text-transform:none}.composite.composite-nc-contact-us .form>.component-content>form>.formContent>.form-element .textField-hidden-label,.composite.composite-nc-contact-us .form>.component-content>form>.formContent>.form-element input::placeholder{text-transform:none}.composite.composite-nc-contact-us .form>.component-content>form>.formContent>.form-element input::-moz-placeholder{opacity:.79;color:#484c53;font-size:18px;font-weight:300}.composite.composite-nc-contact-us .form>.component-content>form>.formContent>.form-element input:-ms-input-placeholder{opacity:.79;color:#484c53;font-size:18px;font-weight:300}.composite.composite-nc-contact-us .form>.component-content>form>.formContent>.form-element input::placeholder{opacity:.79;color:#484c53;font-size:18px;font-weight:300}.composite.composite-nc-contact-us .form>.component-content>form>.formContent>.formButton button{background:#0033a0;color:#fff;padding:14px 60px}.composite-nc-our-services-block{overflow:hidden;padding:0}.composite-nc-our-services-block>.content,.composite-nc-our-services-block>.paragraphSystem{display:block;-ms-flex-align:center;align-items:center;padding:0}.composite-nc-our-services-block>.content>.box,.composite-nc-our-services-block>.paragraphSystem>.box{padding:0;width:100%;min-height:340px;margin-top:215px}@media only screen and (min-width:768px){.composite-nc-our-services-block>.content>.box,.composite-nc-our-services-block>.paragraphSystem>.box{padding:0;width:100%;margin-top:0;min-height:340px}}@media only screen and (min-width:1024px){.composite-nc-our-services-block>.content>.box,.composite-nc-our-services-block>.paragraphSystem>.box{padding:0;width:100%;margin-top:0;min-height:435px}}@media only screen and (min-width:1200px){.composite-nc-our-services-block>.content>.box,.composite-nc-our-services-block>.paragraphSystem>.box{padding:0;width:100%;margin-top:0;min-height:580px}}@media only screen and (min-width:1620px){.composite-nc-our-services-block>.content>.box,.composite-nc-our-services-block>.paragraphSystem>.box{padding:0;width:100%;margin-top:0;min-height:580px}}.composite-nc-our-services-block>.content>.box>.component-content,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content{min-height:inherit}.composite-nc-our-services-block>.content>.box>.component-content>.content,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content{max-width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;padding-top:20px}@media only screen and (min-width:768px){.composite-nc-our-services-block>.content>.box>.component-content>.content,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content{padding-top:30px}}@media only screen and (min-width:1024px){.composite-nc-our-services-block>.content>.box>.component-content>.content,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content{padding-top:70px;max-width:100%}}@media only screen and (min-width:1200px){.composite-nc-our-services-block>.content>.box>.component-content>.content,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:end;justify-content:flex-end;height:100%;min-height:inherit;padding:30px;transform:scale(1);transform-origin:right bottom;max-width:100%}}@media only screen and (min-width:1620px){.composite-nc-our-services-block>.content>.box>.component-content>.content,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:end;justify-content:flex-end;height:100%;min-height:inherit;padding:30px;transform:scale(1);transform-origin:right bottom;max-width:100%}}.composite-nc-our-services-block>.content>.box>.component-content>.content>.box,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content>.box{background-color:#fff;opacity:.82;border-radius:5px;width:375px;height:485px}@media only screen and (min-width:768px){.composite-nc-our-services-block>.content>.box>.component-content>.content>.box,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content>.box{width:310px;height:280px}}@media only screen and (min-width:1024px){.composite-nc-our-services-block>.content>.box>.component-content>.content>.box,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content>.box{width:400px;height:340px}}@media only screen and (min-width:1200px){.composite-nc-our-services-block>.content>.box>.component-content>.content>.box,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content>.box{width:430px;height:460px}}@media only screen and (min-width:1620px){.composite-nc-our-services-block>.content>.box>.component-content>.content>.box,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content>.box{width:510px;height:460px}}.composite-nc-our-services-block>.content>.box>.component-content>.content>.box>.component-content>.content,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content>.box>.component-content>.content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.composite-nc-our-services-block>.content>.box>.component-content>.content>.box>.component-content>.content>.richText,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content>.box>.component-content>.content>.richText{padding-right:15px}@media only screen and (min-width:1024px){.composite-nc-our-services-block>.content>.box>.component-content>.content>.box>.component-content>.content>.richText,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content>.box>.component-content>.content>.richText{padding-left:30px}}@media only screen and (min-width:1200px){.composite-nc-our-services-block>.content>.box>.component-content>.content>.box>.component-content>.content>.richText,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content>.box>.component-content>.content>.richText{padding-left:40px}}@media only screen and (min-width:1620px){.composite-nc-our-services-block>.content>.box>.component-content>.content>.box>.component-content>.content>.richText,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content>.box>.component-content>.content>.richText{padding-left:40px}}.composite-nc-our-services-block>.content>.box>.component-content>.content>.box>.component-content>.content>.richText>.component-content>.richText-content h3,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content>.box>.component-content>.content>.richText>.component-content>.richText-content h3{font-size:32px;font-size:3.2rem;margin-top:20px;margin-bottom:10px}@media only screen and (min-width:1024px){.composite-nc-our-services-block>.content>.box>.component-content>.content>.box>.component-content>.content>.richText>.component-content>.richText-content h3,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content>.box>.component-content>.content>.richText>.component-content>.richText-content h3{margin-top:35px}}@media only screen and (min-width:1620px){.composite-nc-our-services-block>.content>.box>.component-content>.content>.box>.component-content>.content>.richText>.component-content>.richText-content h3,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content>.box>.component-content>.content>.richText>.component-content>.richText-content h3{margin-top:80px}}.composite-nc-our-services-block>.content>.box>.component-content>.content>.box>.component-content>.content>.richText>.component-content>.richText-content p,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content>.box>.component-content>.content>.richText>.component-content>.richText-content p{font-size:21px;font-size:2.1rem;font-weight:400;font-family:Interstate-light,sans-serif;border-bottom:1px solid #0033a0;padding-top:30px;padding-bottom:30px;margin-bottom:0}@media only screen and (min-width:768px){.composite-nc-our-services-block>.content>.box>.component-content>.content>.box>.component-content>.content>.richText>.component-content>.richText-content p,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content>.box>.component-content>.content>.richText>.component-content>.richText-content p{padding-top:15px;padding-bottom:15px}}@media only screen and (min-width:1024px){.composite-nc-our-services-block>.content>.box>.component-content>.content>.box>.component-content>.content>.richText>.component-content>.richText-content p,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content>.box>.component-content>.content>.richText>.component-content>.richText-content p{padding-top:30px;padding-bottom:30px}}.composite-nc-our-services-block>.content>.box>.component-content>.content>.box>.component-content>.content>.richText>.component-content>.richText-content p:last-child,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content>.box>.component-content>.content>.richText>.component-content>.richText-content p:last-child{border-bottom:none;padding-top:30px;padding-bottom:0}@media only screen and (min-width:768px){.composite-nc-our-services-block>.content>.box>.component-content>.content>.box>.component-content>.content>.richText>.component-content>.richText-content p:last-child,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content>.box>.component-content>.content>.richText>.component-content>.richText-content p:last-child{padding-top:15px}}@media only screen and (min-width:768px){.composite-nc-our-services-block>.content>.box>.component-content>.content>.box>.component-content>.content>.richText>.component-content>.richText-content p,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content>.box>.component-content>.content>.richText>.component-content>.richText-content p{font-size:14px;font-size:1.4rem}}@media only screen and (min-width:1024px){.composite-nc-our-services-block>.content>.box>.component-content>.content>.box>.component-content>.content>.richText>.component-content>.richText-content p,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content>.box>.component-content>.content>.richText>.component-content>.richText-content p{font-size:14px;font-size:1.4rem}}@media only screen and (min-width:1200px){.composite-nc-our-services-block>.content>.box>.component-content>.content>.box>.component-content>.content>.richText>.component-content>.richText-content p,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content>.box>.component-content>.content>.richText>.component-content>.richText-content p{font-size:21px;font-size:2.1rem}}.composite-nc-our-services-block>.content>.box>.component-content>.content>.box>.component-content>.content>.richText>.component-content>.richText-content p a:after,.composite-nc-our-services-block>.paragraphSystem>.box>.component-content>.content>.box>.component-content>.content>.richText>.component-content>.richText-content p a:after{width:9px;margin-left:6px;transform:translateY(1px)}.composite-nc-our-services-block>.content>.image.hide-on-mobile.hide-on-tablet,.composite-nc-our-services-block>.paragraphSystem>.image.hide-on-mobile.hide-on-tablet{position:absolute;display:block;z-index:-1;padding-left:0;padding-right:0;min-height:inherit;max-height:inherit}.composite-nc-our-services-block>.content>.image.hide-on-mobile.hide-on-tablet>.component-content>picture>img,.composite-nc-our-services-block>.paragraphSystem>.image.hide-on-mobile.hide-on-tablet>.component-content>picture>img{width:100vw;-o-object-fit:cover;object-fit:cover;min-height:580px}@media only screen and (min-width:1200px){.composite-nc-our-services-block>.content>.image.hide-on-mobile.hide-on-tablet>.component-content>picture>img,.composite-nc-our-services-block>.paragraphSystem>.image.hide-on-mobile.hide-on-tablet>.component-content>picture>img{-o-object-fit:cover;object-fit:cover;min-height:580px}}.composite-nc-our-services-block>.content>.image.hide-on-mobile.show-on-tablet,.composite-nc-our-services-block>.paragraphSystem>.image.hide-on-mobile.show-on-tablet{position:absolute;display:block;z-index:-1;padding-left:0;padding-right:0;min-height:inherit;max-height:inherit}.composite-nc-our-services-block>.content>.image.hide-on-mobile.show-on-tablet>.component-content>picture>img,.composite-nc-our-services-block>.paragraphSystem>.image.hide-on-mobile.show-on-tablet>.component-content>picture>img{width:100vw;-o-object-fit:cover;object-fit:cover;min-height:580px}@media only screen and (min-width:1200px){.composite-nc-our-services-block>.content>.image.hide-on-mobile.show-on-tablet>.component-content>picture>img,.composite-nc-our-services-block>.paragraphSystem>.image.hide-on-mobile.show-on-tablet>.component-content>picture>img{-o-object-fit:cover;object-fit:cover;min-height:580px}}.composite-nc-our-services-block>.content>.image.hide-on-desktop.hide-on-tablet,.composite-nc-our-services-block>.paragraphSystem>.image.hide-on-desktop.hide-on-tablet{position:absolute;display:block;z-index:-1;padding-left:0;padding-right:0;min-height:inherit;max-height:inherit}.composite-nc-our-services-block>.content>.image.hide-on-desktop.hide-on-tablet>.component-content>picture>img,.composite-nc-our-services-block>.paragraphSystem>.image.hide-on-desktop.hide-on-tablet>.component-content>picture>img{width:100vw;-o-object-fit:cover;object-fit:cover;min-height:inherit}.composite.composite-optiflux-dialyzer-header{width:100%;padding-left:0;padding-right:0}.composite.composite-optiflux-dialyzer-header>.content>.box,.composite.composite-optiflux-dialyzer-header>.content>.box>.component-content,.composite.composite-optiflux-dialyzer-header>.paragraphSystem>.box,.composite.composite-optiflux-dialyzer-header>.paragraphSystem>.box>.component-content{padding-left:inherit;padding-right:inherit}.composite.composite-optiflux-dialyzer-header>.content>.box>.component-content>.content,.composite.composite-optiflux-dialyzer-header>.paragraphSystem>.box>.component-content>.content{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.composite.composite-optiflux-dialyzer-header>.content>.box>.component-content>.content .image,.composite.composite-optiflux-dialyzer-header>.paragraphSystem>.box>.component-content>.content .image{padding-left:inherit;padding-right:inherit}.composite.composite-optiflux-dialyzer-header>.content>.box>.component-content>.content .image.image-logoFullSize,.composite.composite-optiflux-dialyzer-header>.paragraphSystem>.box>.component-content>.content .image.image-logoFullSize{position:relative;top:auto;transform:none}.composite.composite-optiflux-dialyzer-header>.content>.box>.component-content>.content .image.image-logoFullSize img,.composite.composite-optiflux-dialyzer-header>.paragraphSystem>.box>.component-content>.content .image.image-logoFullSize img{width:auto;max-height:60px}.composite-insights-hub-sub-navigation{padding:0;background-color:#fff;height:64px;z-index:3}.composite-insights-hub-sub-navigation.is-sticky{position:fixed;width:100%;padding:15px 0;top:50px}@media only screen and (min-width:1200px){.composite-insights-hub-sub-navigation.is-sticky{padding:25px 0;top:90px}}.composite-insights-hub-sub-navigation>.content,.composite-insights-hub-sub-navigation>.paragraphSystem{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);display:-ms-flexbox;display:flex;background-color:inherit}.composite-insights-hub-sub-navigation>.content>.navigation,.composite-insights-hub-sub-navigation>.paragraphSystem>.navigation{display:none;margin-right:auto;margin-left:auto;max-width:100%;padding:0 20px}@media only screen and (min-width:768px){.composite-insights-hub-sub-navigation>.content>.navigation,.composite-insights-hub-sub-navigation>.paragraphSystem>.navigation{width:768px}}@media only screen and (min-width:1200px){.composite-insights-hub-sub-navigation>.content>.navigation,.composite-insights-hub-sub-navigation>.paragraphSystem>.navigation{width:1200px}}@media only screen and (min-width:1620px){.composite-insights-hub-sub-navigation>.content>.navigation,.composite-insights-hub-sub-navigation>.paragraphSystem>.navigation{padding-left:0;padding-right:0;width:1620px}}@media only screen and (min-width:768px){.composite-insights-hub-sub-navigation>.content>.navigation,.composite-insights-hub-sub-navigation>.paragraphSystem>.navigation{width:1620px}}@media only screen and (min-width:1200px){.composite-insights-hub-sub-navigation>.content>.navigation,.composite-insights-hub-sub-navigation>.paragraphSystem>.navigation{width:1620px}}@media only screen and (min-width:1620px){.composite-insights-hub-sub-navigation>.content>.navigation,.composite-insights-hub-sub-navigation>.paragraphSystem>.navigation{width:1620px;padding-left:20px;padding-right:20px}}@media only screen and (min-width:1200px){.composite-insights-hub-sub-navigation>.content>.navigation,.composite-insights-hub-sub-navigation>.paragraphSystem>.navigation{display:block}}.composite-insights-hub-sub-navigation>.content .box,.composite-insights-hub-sub-navigation>.paragraphSystem .box{padding:0;display:block;background:#fff}@media only screen and (min-width:1200px){.composite-insights-hub-sub-navigation>.content .box,.composite-insights-hub-sub-navigation>.paragraphSystem .box{display:none}}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content{margin-right:auto;margin-left:auto;max-width:100%;padding:0 20px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:768px){.composite-insights-hub-sub-navigation>.content .box>.component-content>.content,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content{width:768px}}@media only screen and (min-width:1200px){.composite-insights-hub-sub-navigation>.content .box>.component-content>.content,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content{width:1200px}}@media only screen and (min-width:1620px){.composite-insights-hub-sub-navigation>.content .box>.component-content>.content,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content{padding-left:0;padding-right:0;width:1620px}}@media only screen and (min-width:768px){.composite-insights-hub-sub-navigation>.content .box>.component-content>.content,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content{width:1620px}}@media only screen and (min-width:1200px){.composite-insights-hub-sub-navigation>.content .box>.component-content>.content,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content{width:1620px}}@media only screen and (min-width:1620px){.composite-insights-hub-sub-navigation>.content .box>.component-content>.content,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content{width:1620px;padding-left:20px;padding-right:20px}}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion,.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.navigation,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.navigation{position:relative;padding:0}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.navigation>.component-content .navigation-root.has-children,.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.navigation>.component-content .navigation-root.navigation-branch,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.navigation>.component-content .navigation-root.has-children,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.navigation>.component-content .navigation-root.navigation-branch{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.navigation>.component-content .navigation-root>.navigation-item,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.navigation>.component-content .navigation-root>.navigation-item{display:inherit}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.navigation>.component-content .navigation-root>.navigation-item .navigation-item-title,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.navigation>.component-content .navigation-root>.navigation-item .navigation-item-title{font-size:20px;font-size:2rem;margin:0}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.navigation>.component-content .navigation-root>.navigation-item .navigation-item-title:focus,.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.navigation>.component-content .navigation-root>.navigation-item .navigation-item-title:hover,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.navigation>.component-content .navigation-root>.navigation-item .navigation-item-title:focus,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.navigation>.component-content .navigation-root>.navigation-item .navigation-item-title:hover{opacity:1}@media only screen and (min-width:375px){.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.navigation>.component-content .navigation-root>.navigation-item .navigation-item-title,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.navigation>.component-content .navigation-root>.navigation-item .navigation-item-title{font-size:20px;font-size:2rem}}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.navigation>.component-content .navigation-root>.navigation-item .navigation-item-title:after,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.navigation>.component-content .navigation-root>.navigation-item .navigation-item-title:after{content:"";display:block;position:relative;left:30px;width:2px;height:40px;background:#ced3de}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.navigation>.component-content .navigation-root>.navigation-item .navigation-item-title:hover,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.navigation>.component-content .navigation-root>.navigation-item .navigation-item-title:hover{color:#022d89}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container{margin-bottom:0}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide{max-height:80px;padding-left:20px}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide.is-active,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide.is-active{max-height:none}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide.is-active>.accordion-content-wrapper,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide.is-active>.accordion-content-wrapper{overflow:visible;padding-top:20px}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide.is-active>.accordion-content-wrapper:before,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide.is-active>.accordion-content-wrapper:before{content:"";height:11px;display:-ms-flexbox;display:flex;width:100vw;background:#fff;position:absolute;margin-top:-31px;margin-left:-20px;z-index:1;box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-head,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-head{-ms-flex-pack:start;justify-content:flex-start;width:35vw;height:80px}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-head:after,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-head:after{color:#0033a0}@media only screen and (min-width:375px){.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-head,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-head{width:100%;-ms-flex-pack:end;justify-content:flex-end}}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-head>.accordion-title,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-head>.accordion-title{font-size:12px;font-size:1.2rem;font-family:Interstate,sans-serif;line-height:1.555;color:#0033a0;font-weight:800;display:block;text-transform:uppercase}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-head>.accordion-title:focus,.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-head>.accordion-title:hover,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-head>.accordion-title:focus,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-head>.accordion-title:hover{opacity:1}@media only screen and (min-width:375px){.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-head>.accordion-title,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-head>.accordion-title{font-size:14px;font-size:1.4rem}}@media screen and (min-width:450px) and (max-width:528px){.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-head>.accordion-title .accordion-title-link .accordion-title-text,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-head>.accordion-title .accordion-title-link .accordion-title-text{width:auto;min-width:200px;display:block}}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper{position:relative;left:-55vw}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper:before,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper:before{content:"";height:11px;display:-ms-flexbox;display:flex;width:100vw;background:#fff;position:absolute;margin-top:-43px;margin-left:-20px;z-index:1;box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}@media only screen and (min-width:375px){.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper{margin-left:-40px;left:-100%}}@media only screen and (min-width:768px){.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper{left:-100%}}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation{padding:0}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1>.navigation-item-title,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1>.navigation-item-title{font-size:14px;font-size:1.4rem}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1>.navigation-item-title:focus,.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1>.navigation-item-title:hover,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1>.navigation-item-title:focus,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1>.navigation-item-title:hover{opacity:1}@media only screen and (min-width:375px){.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1>.navigation-item-title,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1>.navigation-item-title{font-size:14px;font-size:1.4rem}}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1>.navigation-level2>.navigation-item,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1>.navigation-level2>.navigation-item{width:50vw}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1>.navigation-level2>.navigation-item .navigation-item-title,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1>.navigation-level2>.navigation-item .navigation-item-title{font-size:14px;font-size:1.4rem}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1>.navigation-level2>.navigation-item .navigation-item-title:focus,.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1>.navigation-level2>.navigation-item .navigation-item-title:hover,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1>.navigation-level2>.navigation-item .navigation-item-title:focus,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1>.navigation-level2>.navigation-item .navigation-item-title:hover{opacity:1}@media only screen and (min-width:375px){.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1>.navigation-level2>.navigation-item .navigation-item-title,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1>.navigation-level2>.navigation-item .navigation-item-title{font-size:14px;font-size:1.4rem}}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1>.navigation-level2>.navigation-item.is-active>.navigation-item-title,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1>.navigation-level2>.navigation-item.is-active>.navigation-item-title{border-bottom:4px solid #022d89;opacity:1;padding-bottom:5px}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1 .navigation-item-title,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1 .navigation-item-title{font-size:14px;font-size:1.4rem;font-family:Interstate,sans-serif;line-height:1.555;color:#0033a0;font-weight:800;display:block;text-transform:uppercase;margin-bottom:30px;width:-moz-fit-content;width:fit-content}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1 .navigation-item-title:focus,.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1 .navigation-item-title:hover,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1 .navigation-item-title:focus,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1 .navigation-item-title:hover{opacity:1}.composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1 .navigation-item-title:hover,.composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1 .navigation-item-title:hover{color:#022d89;border-bottom:4px solid #022d89;opacity:.7}body.template-insights-hub-landing .composite-insights-hub-sub-navigation>.content .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1>.navigation-item-title,body.template-insights-hub-landing .composite-insights-hub-sub-navigation>.paragraphSystem .box>.component-content>.content>.accordion>.component-content>.accordion-container>.accordion-slide>.accordion-content-wrapper>.accordion-content>.content>.navigation>.component-content>.navigation-root>.navigation-level1>.navigation-item-title{border-bottom:4px solid #022d89;opacity:1}.composite-insights-hub-homepage-intro-section{background-color:#fff;margin-top:50px}@media only screen and (min-width:1200px){.composite-insights-hub-homepage-intro-section{margin-top:80px}}.composite-insights-hub-homepage-intro-section .content.paragraphSystem .box{padding:0}.composite-insights-hub-homepage-intro-section .content.paragraphSystem .box .component-content .paragraphSystem.content .richText{padding-left:0;padding-right:0}.composite-insights-hub-homepage-intro-section .content.paragraphSystem .box .component-content .paragraphSystem.content .richText .component-content .richText-content h1{font-size:35.16px;font-size:3.516rem;line-height:1.4;padding-bottom:30px}@media only screen and (min-width:768px){.composite-insights-hub-homepage-intro-section .content.paragraphSystem .box .component-content .paragraphSystem.content .richText .component-content .richText-content h1{font-size:43.94px;font-size:4.394rem}}@media only screen and (min-width:1200px){.composite-insights-hub-homepage-intro-section .content.paragraphSystem .box .component-content .paragraphSystem.content .richText .component-content .richText-content h1{font-size:54.93px;font-size:5.493rem}}.composite-insights-hub-homepage-intro-section .content.paragraphSystem .box .component-content .paragraphSystem.content .richText .component-content .richText-content p{font-size:16px;font-size:1.6rem;padding-bottom:40px}@media only screen and (min-width:1200px){.composite-insights-hub-homepage-intro-section .content.paragraphSystem .box .component-content .paragraphSystem.content .richText .component-content .richText-content p{font-size:18px;font-size:1.8rem;padding-bottom:50px}}.composite-insights-homedialysis-sort-filter{padding-left:0;padding-right:0}.composite-insights-homedialysis-sort-filter .content.paragraphSystem .box .component-content .paragraphSystem.content .box{margin-top:6px}.composite-insights-homedialysis-sort-filter .content.paragraphSystem .box .component-content .paragraphSystem.content .box .component-content .paragraphSystem.content .dropDown .wrapper-dropdown-5.active{z-index:1;overflow:visible}.composite-insights-homedialysis-sort-filter .content.paragraphSystem .box .component-content .paragraphSystem.content .box .component-content .paragraphSystem.content .dropDown .wrapper-dropdown-5.active:after{content:"\F077";display:inline-block;float:right;position:relative;font-size:20px;font-size:2rem;font-family:FontAwesome;font-weight:900;font-style:normal;pointer-events:none}.composite-insights-homedialysis-sort-filter .content.paragraphSystem .box .component-content .paragraphSystem.content .box .component-content .paragraphSystem.content .dropDown .wrapper-dropdown-5.active .dropdown{max-height:400px}.composite-insights-homedialysis-sort-filter .content.paragraphSystem .box .component-content .paragraphSystem.content .box .component-content .paragraphSystem.content .dropDown .wrapper-dropdown-5{font-size:15px;font-size:1.5rem;padding:24px 20px 14px;width:200px;height:53px;color:#0033a0;text-transform:none;font-weight:900;position:relative;cursor:pointer;overflow:hidden;border:none;border-bottom:2px solid #0033a0;transition:all .3s ease-out}.composite-insights-homedialysis-sort-filter .content.paragraphSystem .box .component-content .paragraphSystem.content .box .component-content .paragraphSystem.content .dropDown .wrapper-dropdown-5:after{content:"\F078";display:inline-block;float:right;position:relative;font-size:20px;font-size:2rem;font-family:FontAwesome;font-weight:900;font-style:normal;pointer-events:none}.composite-insights-homedialysis-sort-filter .content.paragraphSystem .box .component-content .paragraphSystem.content .box .component-content .paragraphSystem.content .dropDown .wrapper-dropdown-5 .dropdown li.active,.composite-insights-homedialysis-sort-filter .content.paragraphSystem .box .component-content .paragraphSystem.content .box .component-content .paragraphSystem.content .dropDown .wrapper-dropdown-5 .dropdown li:focus,.composite-insights-homedialysis-sort-filter .content.paragraphSystem .box .component-content .paragraphSystem.content .box .component-content .paragraphSystem.content .dropDown .wrapper-dropdown-5 .dropdown li:hover{background-color:#f0f3fa}.composite-insights-homedialysis-sort-filter .content.paragraphSystem .box .component-content .paragraphSystem.content .box .component-content .paragraphSystem.content .dropDown .wrapper-dropdown-5 .dropdown li div{display:block;text-decoration:none;padding:10px 20px;transition:all .3s ease-out}.composite-insights-homedialysis-sort-filter .content.paragraphSystem .box .component-content .paragraphSystem.content .box .component-content .paragraphSystem.content .dropDown .wrapper-dropdown-5 .dropdown{color:grey;background-color:#fff;text-transform:none;padding-left:0;position:absolute;left:0;right:0;list-style:none;border:1px solid rgba(0,0,0,.2);transition:all .85s ease-out;max-height:0;overflow:hidden}.composite.composite-variation-social-share-and-copy-amr-page-property-tag-renderer{margin-top:55px;margin-bottom:20px}.composite-newsroom-sort-section{padding-left:0;padding-right:0}.composite-newsroom-sort-section .content.paragraphSystem .box .component-content .paragraphSystem.content .box{margin-top:6px}.composite-newsroom-sort-section .content.paragraphSystem .box .component-content .paragraphSystem.content .box .component-content .paragraphSystem.content .richText,.composite-newsroom-sort-section .content.paragraphSystem .box .component-content .paragraphSystem.content .box .component-content .paragraphSystem.content .richText .component-content .richText-content p .text-blue .clearSortBtn{display:none}.composite-newsroom-sort-section .content.paragraphSystem .box .component-content .paragraphSystem.content .box .component-content{display:block}.composite-newsroom-sort-section .content.paragraphSystem .box .component-content .paragraphSystem.content .box .component-content .paragraphSystem.content .dropDown .wrapper-dropdown-5.active{z-index:1;overflow:visible}.composite-newsroom-sort-section .content.paragraphSystem .box .component-content .paragraphSystem.content .box .component-content .paragraphSystem.content .dropDown .wrapper-dropdown-5.active:after{content:"\F077";display:inline-block;float:right;position:relative;font-size:20px;font-size:2rem;font-family:FontAwesome;font-weight:900;font-style:normal;pointer-events:none}.composite-newsroom-sort-section .content.paragraphSystem .box .component-content .paragraphSystem.content .box .component-content .paragraphSystem.content .dropDown .wrapper-dropdown-5.active .dropdown{max-height:400px}.composite-newsroom-sort-section .content.paragraphSystem .box .component-content .paragraphSystem.content .box .component-content .paragraphSystem.content .dropDown .wrapper-dropdown-5{font-size:15px;font-size:1.5rem;padding:24px 20px 14px;width:200px;height:53px;color:#0033a0;text-transform:none;font-weight:900;position:relative;cursor:pointer;overflow:hidden;border:none;border-bottom:2px solid #0033a0;transition:all .3s ease-out}.composite-newsroom-sort-section .content.paragraphSystem .box .component-content .paragraphSystem.content .box .component-content .paragraphSystem.content .dropDown .wrapper-dropdown-5:after{content:"\F078";display:inline-block;float:right;position:relative;font-size:20px;font-size:2rem;font-family:FontAwesome;font-weight:900;font-style:normal;pointer-events:none}.composite-newsroom-sort-section .content.paragraphSystem .box .component-content .paragraphSystem.content .box .component-content .paragraphSystem.content .dropDown .wrapper-dropdown-5 .dropdown li.active,.composite-newsroom-sort-section .content.paragraphSystem .box .component-content .paragraphSystem.content .box .component-content .paragraphSystem.content .dropDown .wrapper-dropdown-5 .dropdown li:focus,.composite-newsroom-sort-section .content.paragraphSystem .box .component-content .paragraphSystem.content .box .component-content .paragraphSystem.content .dropDown .wrapper-dropdown-5 .dropdown li:hover{background-color:#f0f3fa}.composite-newsroom-sort-section .content.paragraphSystem .box .component-content .paragraphSystem.content .box .component-content .paragraphSystem.content .dropDown .wrapper-dropdown-5 .dropdown li div{display:block;text-decoration:none;padding:10px 20px;transition:all .3s ease-out}.composite-newsroom-sort-section .content.paragraphSystem .box .component-content .paragraphSystem.content .box .component-content .paragraphSystem.content .dropDown .wrapper-dropdown-5 .dropdown{color:grey;background-color:#fff;text-transform:none;padding-left:0;position:absolute;left:0;right:0;list-style:none;border:1px solid rgba(0,0,0,.2);transition:all .85s ease-out;max-height:0;overflow:hidden}
