.container-fluid {
  width: 90%;
  max-width: 1700px;
  padding-right: 12.5px;
  padding-left: 12.5px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.container-fluid div {
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 12.5px;
  padding-left: 12.5px;
}
.row .row {
  margin-right: -12.5px;
  margin-left: -12.5px;
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-order-first {
  order: -1 !important;
}

.col-order-0 {
  order: 0 !important;
}

.col-order-1 {
  order: 1 !important;
}

.col-order-2 {
  order: 2 !important;
}

.col-order-3 {
  order: 3 !important;
}

.col-order-4 {
  order: 4 !important;
}

.col-order-5 {
  order: 5 !important;
}

.col-order-last {
  order: 6 !important;
}

.align-items-center {
  align-items: center !important;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-offset-sm-0 {
    margin-left: 0;
  }
  .col-offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .col-offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .col-offset-sm-3 {
    margin-left: 25%;
  }
  .col-offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .col-offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .col-offset-sm-6 {
    margin-left: 50%;
  }
  .col-offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .col-offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .col-offset-sm-9 {
    margin-left: 75%;
  }
  .col-offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .col-offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .col-order-sm-first {
    order: -1 !important;
  }
  .col-order-sm-0 {
    order: 0 !important;
  }
  .col-order-sm-1 {
    order: 1 !important;
  }
  .col-order-sm-2 {
    order: 2 !important;
  }
  .col-order-sm-3 {
    order: 3 !important;
  }
  .col-order-sm-4 {
    order: 4 !important;
  }
  .col-order-sm-5 {
    order: 5 !important;
  }
  .col-order-sm-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .row > * {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-offset-md-0 {
    margin-left: 0;
  }
  .col-offset-md-1 {
    margin-left: 8.33333333%;
  }
  .col-offset-md-2 {
    margin-left: 16.66666667%;
  }
  .col-offset-md-3 {
    margin-left: 25%;
  }
  .col-offset-md-4 {
    margin-left: 33.33333333%;
  }
  .col-offset-md-5 {
    margin-left: 41.66666667%;
  }
  .col-offset-md-6 {
    margin-left: 50%;
  }
  .col-offset-md-7 {
    margin-left: 58.33333333%;
  }
  .col-offset-md-8 {
    margin-left: 66.66666667%;
  }
  .col-offset-md-9 {
    margin-left: 75%;
  }
  .col-offset-md-10 {
    margin-left: 83.33333333%;
  }
  .col-offset-md-11 {
    margin-left: 91.66666667%;
  }
  .col-order-md-first {
    order: -1 !important;
  }
  .col-order-md-0 {
    order: 0 !important;
  }
  .col-order-md-1 {
    order: 1 !important;
  }
  .col-order-md-2 {
    order: 2 !important;
  }
  .col-order-md-3 {
    order: 3 !important;
  }
  .col-order-md-4 {
    order: 4 !important;
  }
  .col-order-md-5 {
    order: 5 !important;
  }
  .col-order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-offset-lg-0 {
    margin-left: 0;
  }
  .col-offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .col-offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .col-offset-lg-3 {
    margin-left: 25%;
  }
  .col-offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .col-offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .col-offset-lg-6 {
    margin-left: 50%;
  }
  .col-offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .col-offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .col-offset-lg-9 {
    margin-left: 75%;
  }
  .col-offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .col-offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .col-order-lg-first {
    order: -1 !important;
  }
  .col-order-lg-0 {
    order: 0 !important;
  }
  .col-order-lg-1 {
    order: 1 !important;
  }
  .col-order-lg-2 {
    order: 2 !important;
  }
  .col-order-lg-3 {
    order: 3 !important;
  }
  .col-order-lg-4 {
    order: 4 !important;
  }
  .col-order-lg-5 {
    order: 5 !important;
  }
  .col-order-lg-last {
    order: 6 !important;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-offset-xl-0 {
    margin-left: 0;
  }
  .col-offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .col-offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .col-offset-xl-3 {
    margin-left: 25%;
  }
  .col-offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .col-offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .col-offset-xl-6 {
    margin-left: 50%;
  }
  .col-offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .col-offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .col-offset-xl-9 {
    margin-left: 75%;
  }
  .col-offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .col-offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .col-order-xl-first {
    order: -1 !important;
  }
  .col-order-xl-0 {
    order: 0 !important;
  }
  .col-order-xl-1 {
    order: 1 !important;
  }
  .col-order-xl-2 {
    order: 2 !important;
  }
  .col-order-xl-3 {
    order: 3 !important;
  }
  .col-order-xl-4 {
    order: 4 !important;
  }
  .col-order-xl-5 {
    order: 5 !important;
  }
  .col-order-xl-last {
    order: 6 !important;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-offset-xxl-0 {
    margin-left: 0;
  }
  .col-offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .col-offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .col-offset-xxl-3 {
    margin-left: 25%;
  }
  .col-offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .col-offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .col-offset-xxl-6 {
    margin-left: 50%;
  }
  .col-offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .col-offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .col-offset-xxl-9 {
    margin-left: 75%;
  }
  .col-offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .col-offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .col-order-xxl-first {
    order: -1 !important;
  }
  .col-order-xxl-0 {
    order: 0 !important;
  }
  .col-order-xxl-1 {
    order: 1 !important;
  }
  .col-order-xxl-2 {
    order: 2 !important;
  }
  .col-order-xxl-3 {
    order: 3 !important;
  }
  .col-order-xxl-4 {
    order: 4 !important;
  }
  .col-order-xxl-5 {
    order: 5 !important;
  }
  .col-order-xxl-last {
    order: 6 !important;
  }
}
.boxed-links {
  margin-bottom: 30px;
  text-align: left;
  box-sizing: border-box;
}
.boxed-links * {
  box-sizing: border-box;
}
.boxed-links h5 {
  margin: 0 0 15px 0;
  font-size: 22px;
  font-weight: normal;
  line-height: 26px;
  text-transform: none;
}
.boxed-links .boxed-links__item {
  width: 100%;
  height: calc(100% - 30px);
  background-color: #EDEDED;
  margin-bottom: 30px;
  padding: 24px 30px 20px 30px;
}
.boxed-links .boxed-links__item p {
  margin: 0 0 15px 0;
  font-family: "AvenirNextWorld-Bold";
  font-size: 16px;
  line-height: 20px;
}
.boxed-links .boxed-links__item ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.boxed-links .boxed-links__item ul li {
  margin: 0 6px 10px 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.boxed-links .boxed-links__item ul li .btn {
  font-family: "AvenirNextWorld-Demi";
  text-transform: none;
}

a.btn,
button.btn {
  background-color: #004C97;
  background-image: none;
  color: white;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 9px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  text-align: center !important;
  font-family: "AvenirNextWorld-Bold";
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  text-transform: uppercase;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: background-color 0.25s ease-in-out;
}
a.btn:hover,
button.btn:hover {
  background-color: #E35205;
  border: none o !important;
}
a.btn.btn--secondary,
button.btn.btn--secondary {
  background-color: #E35205;
  color: black;
}
a.btn.btn--secondary:hover,
button.btn.btn--secondary:hover {
  background-color: #004C97;
}

.feature-card {
  width: 100%;
  margin-bottom: 60px;
  text-align: left;
  box-sizing: border-box;
}
.feature-card * {
  box-sizing: border-box;
}
.feature-card .link-list {
  margin: 0 0 15px 0;
}
.feature-card a:not(.btn) {
  color: black;
}
.feature-card a:not(.btn):hover {
  color: #004C97 !important;
}
.feature-card a:not(.btn):hover * {
  color: #004C97 !important;
}
.feature-card img {
  width: 100%;
  margin-bottom: 20px;
}
.feature-card h5 {
  margin: 0 0 17px 0;
  font-size: 22px;
  font-weight: normal;
  line-height: 25px;
  text-transform: none;
}
.feature-card p {
  margin: 0 0 16px 0;
  font-size: 16px;
  line-height: 20px;
}
.feature-card p a:not(.btn) {
  color: #004C97 !important;
  display: inline-block !important;
}
.feature-card p a:not(.btn):hover {
  color: #E35205 !important;
}
.feature-card p a:not(.btn):hover * {
  color: #E35205 !important;
}
.feature-card .feature-card__social p {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.feature-card .feature-card__social ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
}
.feature-card .feature-card__social ul li {
  margin: 0 15px 16px 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.feature-card .feature-card__social ul li a i {
  color: #004C97;
  font-size: 23px;
  transition: color 0.25s ease-in-out;
}
.feature-card .feature-card__social ul li a:hover i {
  color: #E35205 !important;
}
.feature-card .link-list {
  margin-top: 25px;
}
.feature-card.feature-card--background {
  display: block;
}
.feature-card.feature-card--background h4 {
  margin: 0 0 20px 0;
  font-size: 22px;
  line-height: 24px;
}
.feature-card.feature-card--side-by-side a:not(.btn) {
  display: block;
}
.feature-card.feature-card--side-by-side h4 {
  font-size: 22px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .feature-card.feature-card--background {
    background-color: #004C97;
    margin-bottom: 30px;
    position: relative;
  }
  .feature-card.feature-card--background:after {
    width: 100%;
    height: 75%;
    background: rgba(0, 0, 0, 0.25);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: "";
  }
  .feature-card.feature-card--background img {
    margin: 0;
  }
  .feature-card.feature-card--background .feature-card__content {
    width: 100%;
    padding: 30px 30px 30px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
  }
  .feature-card.feature-card--background .feature-card__content h4 {
    color: white;
    font-size: 34px;
    line-height: 38px;
  }
  .feature-card.feature-card--background .feature-card__content p {
    color: white;
    margin: 0;
  }
  .feature-card.feature-card--background:hover .feature-card__content h4 {
    text-decoration: underline;
  }
  .feature-card.feature-card--side-by-side {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 60px;
  }
  .feature-card.feature-card--side-by-side img {
    margin: 0;
  }
  .feature-card.feature-card--side-by-side h4 {
    font-size: 34px;
    line-height: 42px;
  }
}
.hero .btn {
  border: 1px solid #009CDE;
}
.hero .btn:hover {
  border: none !important;
}

.hero-simple {
  margin-bottom: 60px;
  padding: 53px 0 60px 0;
  text-align: left;
  box-sizing: border-box;
}
.hero-simple * {
  box-sizing: border-box;
}
.hero-simple .col-12 {
  position: relative;
  z-index: 10;
}
.hero-simple h4 {
  color: white;
  margin: 0 0 11px 0;
}
.hero-simple p {
  color: white;
  margin: 0;
}
.hero-simple .btn {
  margin-top: 25px;
}
.hero-simple .hero-simple__search {
  background-color: white;
  border-radius: 2px;
  margin-top: 25px;
  display: inline-block;
  position: relative;
  font-size: 0;
}
.hero-simple .hero-simple__search label {
  color: white;
}
.hero-simple .hero-simple__search input {
  width: 308px;
  max-width: calc(100% - 42px);
  height: 40px;
  background-color: white;
  color: black;
  border: none !important;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  outline-width: 0;
  outline-color: transparent;
  margin: 0;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  font-family: "AvenirNextWorld-Regular";
  font-size: 16px;
  line-height: 19px;
}
.hero-simple .hero-simple__search input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #767470;
}
.hero-simple .hero-simple__search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #767470;
}
.hero-simple .hero-simple__search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #767470;
}
.hero-simple .hero-simple__search input::-ms-input-placeholder { /* Microsoft Edge */
  color: #767470;
}
.hero-simple .hero-simple__search button {
  height: 40px;
  background-color: white;
  color: #004C97;
  border: none !important;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  outline-width: 0;
  outline-color: transparent;
  margin: 0;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.hero-simple .hero-simple__search button i {
  color: #004C97;
  margin-top: -2px;
  font-size: 18px;
  transition: color 0.25s ease-in-out;
}
.hero-simple .hero-simple__search button:hover i {
  color: #E35205;
}
.hero-simple .hero-simple__search ul.hero-simple__search__dropdown {
  width: 350px;
  max-width: 100%;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  margin: 0;
  padding: 3px 0 12px 0;
  list-style-type: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
}
.hero-simple .hero-simple__search ul.hero-simple__search__dropdown li {
  margin: 0;
  padding: 10px;
  font-family: "AvenirNextWorld-Regular";
  font-size: 16px;
  line-height: 19px;
}
.hero-simple .hero-simple__search ul.hero-simple__search__dropdown li:hover {
  background-color: #EDEDED;
}
.hero-simple.hero-simple--gradient {
  position: relative;
}
.hero-simple.hero-simple--gradient:after {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  content: "";
}

@media (min-width: 768px) {
  .hero-simple.hero-simple--gradient:after {
    width: 75%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.hero-rotator {
  background-color: #052648;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  margin-bottom: 60px;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
.hero-rotator * {
  box-sizing: border-box;
}
.hero-rotator .hero-rotator__slide {
  padding-top: 25px;
  padding-bottom: 66px;
}
.hero-rotator .hero-rotator__slide .container-fluid {
  position: relative;
  z-index: 5;
}
.hero-rotator .hero-rotator__slide .container-fluid img {
  width: 100%;
  margin: 0 0 25px 0;
}
.hero-rotator .hero-rotator__slide .container-fluid .hero-rotator__slide__content h4 {
  color: white;
  margin: 0 0 12px 0;
}
.hero-rotator .hero-rotator__slide .container-fluid .hero-rotator__slide__content p {
  color: white;
  margin: 0 0 25px 0;
}
.hero-rotator .hero-rotator__slide.hero-rotator__slide--with-background {
  position: relative;
}
.hero-rotator .hero-rotator__slide.hero-rotator__slide--with-background .hero-rotator__slide__background {
  width: 100%;
  height: 100%;
  opacity: 0.25;
  -moz-filter: blur(15px);
  -ms-filter: blur(15px);
  -o-filter: blur(15px);
  filter: blur(15px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.hero-rotator .slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 5%;
  bottom: 30px;
}
.hero-rotator .slick-dots li {
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.hero-rotator .slick-dots li button {
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  color: transparent;
  border: none;
  border-radius: 999999px;
  outline-width: 0;
  outline-color: transparent;
  padding: 0;
  overflow: hidden;
}
.hero-rotator .slick-dots li.slick-active button {
  background-color: white;
}

@media (min-width: 768px) {
  .hero-rotator .hero-rotator__slide {
    padding-top: 40px;
    padding-bottom: 74px;
  }
  .hero-rotator .hero-rotator__slide .container-fluid img {
    margin: 0 0 32px 0;
  }
}
@media (min-width: 992px) {
  .hero-rotator .slick-track {
    display: flex;
  }
  .hero-rotator .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
  }
  .hero-rotator .hero-rotator__slide {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hero-rotator .hero-rotator__slide .container-fluid .row {
    align-items: center !important;
  }
  .hero-rotator .hero-rotator__slide .container-fluid img {
    margin: 0;
  }
  .hero-rotator .hero-rotator__arrow {
    background-color: transparent;
    color: white;
    border: none !important;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    pointer-events: none;
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  }
  .hero-rotator .hero-rotator__arrow i {
    color: #FBB004;
    font-size: 48px;
  }
  .hero-rotator .hero-rotator__arrow.hero-rotator__arrow--prev {
    left: 10px;
  }
  .hero-rotator .hero-rotator__arrow.hero-rotator__arrow--next {
    right: 10px;
  }
  .hero-rotator:hover .hero-rotator__arrow {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media (min-width: 1700px) {
  .hero-rotator .slick-dots {
    left: 50%;
    transform: translateX(-850px);
  }
}
.items-links-section {
  width: 100%;
  background-color: #EDEDED;
  padding-top: 53px;
  padding-bottom: 20px;
}
.items-links-section .items-links {
  margin-bottom: 30px;
}
.items-links-section.items-links-section--margin-bottom {
  margin-bottom: 60px;
}

.items-links {
  margin-bottom: 60px;
  text-align: left;
  box-sizing: border-box;
}
.items-links * {
  box-sizing: border-box;
}
.items-links h5 {
  margin: 0 0 15px 0;
  font-size: 22px;
  font-weight: normal;
  line-height: 26px;
  text-transform: none;
}
.items-links p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 20px;
}
.items-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.items-links ul li {
  margin: 0 15px 10px 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.items-links.items-links--with-background {
  background-color: #EDEDED;
  padding: 24px 30px 20px 30px;
}

.language-selector {
  margin-bottom: 30px;
  text-align: left;
  display: inline-block;
  box-sizing: border-box;
  float: left;
  position: relative;
}
.language-selector * {
  box-sizing: border-box;
}
.language-selector .language-selector__trigger {
  color: #E35205;
  padding-right: 21px;
  position: relative;
  font-family: "AvenirNextWorld-Bold";
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  cursor: pointer;
}
.language-selector .language-selector__trigger i {
  margin: -1px 0 0 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.language-selector .language-selector__dropdown {
  background-color: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding: 15px 25px 5px 25px;
  list-style-type: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  z-index: 15;
  pointer-events: none;
}
.language-selector .language-selector__dropdown li {
  margin: 0 0 15px 0;
  padding: 0;
  white-space: nowrap;
}
.language-selector .language-selector__dropdown li a {
  color: black;
  font-size: 14px;
  line-height: 17px;
}
.language-selector .language-selector__dropdown li a:hover {
  color: #004C97;
}
.language-selector.language-selector--open .language-selector__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.titlebar-with-language-selector {
  text-align: left;
}
.titlebar-with-language-selector .contain {
  position: relative;
}
.titlebar-with-language-selector h1 {
  width: calc(100% - 150px);
}
.titlebar-with-language-selector .language-selector {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.titlebar-with-language-selector .language-selector .language-selector__trigger {
  color: white;
}
.titlebar-with-language-selector .language-selector .language-selector__dropdown {
  right: 0;
  left: auto;
}

.link-icons {
  width: 100%;
  padding-bottom: 7px !important;
}
.link-icons h4 {
  margin: 0 0 47px 0;
}
.link-icons .link-icons__item {
  margin-bottom: 47px;
  box-sizing: border-box;
  display: block;
  text-align: center;
}
.link-icons .link-icons__item * {
  box-sizing: border-box;
}
.link-icons .link-icons__item img {
  height: 54px;
  margin: 0 auto 18px auto;
}
.link-icons .link-icons__item span {
  display: block;
  text-align: center;
  font-family: "AvenirNextWorld-Demi";
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
.link-icons.link-icons--with-background {
  background-color: #EDEDED;
  padding: 36px 0 0 0;
}
.link-icons.link-icons--with-report {
  background-color: #004C97;
  padding: 36px 0 60px 0 !important;
}
.link-icons.link-icons--with-report h4 {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin: 0 0 34px 0;
  padding-bottom: 10px;
}
.link-icons.link-icons--with-report .link-icons__item {
  margin-bottom: 54px;
}
.link-icons.link-icons--with-report .link-icons__item img {
  height: 50px;
  margin: 0 auto 14px auto;
}
.link-icons.link-icons--with-report .link-icons__item p {
  color: white;
  margin: 0 0 1px 0;
  font-family: "AvenirNextWorld-Bold";
  font-size: 34px;
  line-height: 42px;
}
.link-icons.link-icons--with-report .link-icons__item span {
  display: block;
  color: white;
  font-family: "AvenirNextWorld-Regular";
  font-size: 16px;
  line-height: 19px;
  text-transform: none;
}
.link-icons.link-icons--with-report .link-icons__report h5 {
  color: white;
  margin: 11px 0 14px 0;
  font-size: 22px;
  line-height: 25px;
  text-transform: none;
}
.link-icons.link-icons--with-report .link-icons__report a {
  display: block;
}
.link-icons.link-icons--with-report .link-icons__report a img {
  width: 100%;
}
.link-icons.link-icons--margin-bottom {
  margin-bottom: 40px;
}

.link-list {
  margin-bottom: 60px;
  text-align: left;
  box-sizing: border-box;
}
.link-list * {
  box-sizing: border-box;
}
.link-list h5 {
  margin: 0 0 25px 0;
  text-transform: none;
  font-size: 22px;
  font-weight: normal;
  line-height: 25px;
  text-transform: none;
}
.link-list ul {
  border-top: 1px solid #E6E6E6;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.link-list ul li {
  border-bottom: 1px solid #E6E6E6;
  margin: 0;
  padding: 11px 0 13px 0;
  font-size: 16px;
  line-height: 20px;
}
.link-list ul li p {
  margin-top: 0;
  margin: 0 0 8px 0;
}
.link-list ul li a {
  color: black;
}
.link-list ul li a:hover {
  color: #004C97;
}
.link-list ul li.link-list__inline-links {
  padding-bottom: 3px;
}
.link-list ul li.link-list__inline-links span {
  margin: 0 0 10px 0;
}
.link-list ul li.link-list__inline-links a {
  color: #004C97;
  margin: 0 26px 10px 0;
  display: inline-block;
  vertical-align: middle;
  font-family: "AvenirNextWorld-Bold";
  font-size: 14px;
  line-height: 17px;
}
.link-list ul li.link-list__inline-links a i {
  margin: -2px 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
}
.link-list ul li.link-list__inline-links a:hover {
  color: #E35205;
}
.link-list .btn {
  margin-top: 30px;
}
.link-list.link-list--grey-background {
  background-color: #EDEDED;
  margin-bottom: 30px;
  padding: 22px 30px 32px 30px;
}
.link-list.link-list--grey-background ul {
  border-top: 1px solid white;
}
.link-list.link-list--grey-background ul li {
  border-bottom: 1px solid white;
}
.link-list.link-list--photos img {
  width: 80px;
  margin: 0 20px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.link-list.link-list--photos span {
  width: calc(100% - 104px);
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.link-list.link-list--icons img {
  width: 50px;
  margin: 0 20px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.link-list.link-list--icons span {
  width: calc(100% - 74px);
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.link-list.link-list--icons span strong {
  display: block;
}
.link-list.link-list--news {
  font-family: "AvenirNextWorld-Bold";
}
.link-list.link-list--news span {
  color: #767470;
  display: block;
  font-family: "AvenirNextWorld-Demi";
  font-size: 14px;
}
.link-list.link-list--news .btn {
  margin: 30px 0 60px 0;
  float: right;
}
.link-list.link-list--country h4 {
  margin: 0 0 20px 0;
}

.link-list-grey-section {
  background-color: #EDEDED;
  padding-top: 50px;
}
.link-list-grey-section h4 {
  margin: 0 0 40px 0;
}
.link-list-grey-section ul {
  border-top: 1px solid white;
}
.link-list-grey-section ul li {
  border-bottom: 1px solid white;
}

@media (min-width: 768px) {
  .link-list.link-list--country h4 {
    margin: 0 0 20px 0;
  }
  .link-list.link-list--country ul {
    border-top: none;
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .link-list.link-list--country ul li {
    margin-top: -1px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
  }
}
p.note {
  margin: 0 0 30px 0;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
  font-family: "AvenirNextWorld-Regular";
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
}
p.note * {
  box-sizing: border-box;
}
p.note span {
  font-family: "AvenirNextWorld-Demi";
  font-weight: 500;
}

.publication-cards {
  width: 100%;
  background-color: #8D8F8E;
  padding-top: 17px;
  padding-bottom: 40px;
  text-align: left;
  box-sizing: border-box;
}
.publication-cards * {
  box-sizing: border-box;
}
.publication-cards h4 {
  color: white;
  margin: 23px 0 20px 0;
  font-size: 34px;
  line-height: 42px;
}
.publication-cards .publication-cards__item {
  width: 100%;
  height: calc(100% - 20px);
  background-color: white;
  margin-bottom: 20px;
  padding: 10px 10px 22px 10px;
  display: block;
  font-family: "AvenirNextWorld-Regular";
  font-size: 14px;
  line-height: 18px;
}
.publication-cards .publication-cards__item img {
  width: 100%;
  margin-bottom: 17px;
}
.publication-cards .publication-cards__other {
  width: 100%;
  background-color: white;
  padding: 21px 29px 11px 29px;
}
.publication-cards .publication-cards__other h5 {
  margin: 0 0 25px 0;
  font-size: 22px;
  font-weight: normal;
  line-height: 25px;
  text-transform: none;
}
.publication-cards .publication-cards__other ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.publication-cards .publication-cards__other ul li {
  border-top: 1px solid #E6E6E6;
  margin: 0;
  padding: 11px 0 13px 0;
}
.publication-cards .publication-cards__other ul li a {
  color: black;
  display: block;
  font-size: 16px;
  line-height: 20px;
}
.publication-cards .publication-cards__other ul li a:hover {
  color: #004C97;
}

@media (min-width: 768px) {
  .publication-cards {
    padding-bottom: 60px;
  }
  .publication-cards .publication-cards__item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .publication-cards {
    padding-bottom: 30px;
  }
  .publication-cards .publication-cards__other {
    margin-top: 12px;
  }
}
.search {
  margin: 0 0 30px 0;
  text-align: left;
  box-sizing: border-box;
}
.search * {
  box-sizing: border-box;
}
.search .search__input-group {
  margin-bottom: 14px;
}
.search .search__input-group input {
  width: calc(100% - 85px);
  max-width: 200px;
  height: 35px;
  background-color: white;
  color: black;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  margin: 0 5px 0 0;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  font-family: "AvenirNextWorld-Regular";
  font-size: 14px;
  line-height: 14px;
}
.search .search__input-group input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #404040;
}
.search .search__input-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #404040;
}
.search .search__input-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #404040;
}
.search .search__input-group input::-ms-input-placeholder { /* Microsoft Edge */
  color: #404040;
}
.search .search__input-group .btn {
  width: 75px;
  display: inline-block;
  vertical-align: middle;
}
.search a {
  margin: 0 0 0 10px;
  font-family: "AvenirNextWorld-Demi";
  font-size: 14px;
}

html[dir=rtl] .search .search__input-group input {
  margin: 0 0 0 5px;
}
html[dir=rtl] .search a {
  margin: 0 10px 0 0;
}

.timeline {
  background-color: #004C97;
  padding: 30px 0 60px 0;
  text-align: center;
  box-sizing: border-box;
}
.timeline * {
  box-sizing: border-box;
}
.timeline h4 {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 0 64px 0;
  padding-bottom: 10px;
  text-align: left;
  font-size: 34px;
  line-height: 42px;
}
.timeline ul.timeline__graph {
  margin: 0 0 64px 0;
  padding: 0;
  display: inline-block;
  position: relative;
  list-style-type: none;
}
.timeline ul.timeline__graph:after {
  width: 1px;
  height: calc(100% - 5px);
  background-color: #FBB004;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  content: "";
}
.timeline ul.timeline__graph li {
  width: 16px;
  height: 16px;
  color: white;
  margin: 0 0 61px 0;
  padding: 0;
  position: relative;
  font-family: "AvenirNextWorld-Regular";
  font-size: 14px;
  line-height: 17px;
}
.timeline ul.timeline__graph li:after {
  width: 16px;
  height: 16px;
  background-color: #FBB004;
  border-radius: 999999px;
  display: block;
  content: "";
}
.timeline ul.timeline__graph li .timeline__graph__content {
  width: calc(52vw - 84px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.timeline ul.timeline__graph li .timeline__graph__content span {
  margin: 0 0 6px 0;
  display: block;
  font-family: "AvenirNextWorld-Demi";
  font-size: 22px;
  line-height: 25px;
}
.timeline ul.timeline__graph li:nth-child(odd) {
  text-align: right;
}
.timeline ul.timeline__graph li:nth-child(odd) .timeline__graph__content {
  right: 50px;
}
.timeline ul.timeline__graph li:nth-child(even) {
  text-align: left;
}
.timeline ul.timeline__graph li:nth-child(even) .timeline__graph__content {
  left: 50px;
}
.timeline ul.timeline__graph li:last-child {
  margin-bottom: 0;
}
.timeline .btn {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .timeline ul.timeline__graph {
    width: 90%;
    margin: 30px auto 60px auto;
    display: flex;
    justify-content: space-between;
  }
  .timeline ul.timeline__graph:after {
    width: calc(100% - 5px);
    height: 1px;
    left: 0;
    top: 0;
    transform: translateX(0);
  }
  .timeline ul.timeline__graph li {
    margin: -7px 0 0 0;
    display: inline-block;
    vertical-align: middle;
  }
  .timeline ul.timeline__graph li .timeline__graph__content {
    width: 10vw;
    text-align: center;
    position: absolute;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    transform: translateX(-50%);
  }
  .timeline ul.timeline__graph li:nth-child(odd) .timeline__graph__content {
    bottom: 50px !important;
  }
  .timeline ul.timeline__graph li:nth-child(even) .timeline__graph__content {
    top: 50px !important;
  }
  .timeline .btn {
    float: right;
  }
  .timeline .btn:hover {
    background-color: white !important;
    color: #004C97;
  }
}
@media (min-width: 992px) {
  .timeline ul.timeline__graph li {
    font-size: 16px;
    line-height: 20px;
  }
  .timeline ul.timeline__graph li .timeline__graph__content span {
    font-size: 34px;
    line-height: 34px;
  }
}
.image-link-section {
  margin-bottom: 30px;
}

.image-link {
  width: 100%;
  display: block;
  margin: 0 0 30px 0;
}
.image-link img {
  width: 100%;
}

.youtube-video-wrapper {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 56.25%;
  position: relative;
}
.youtube-video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hidden-for-accessibility {
  width: 1px;
  height: 1px;
  border: 0;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  position: absolute;
  clip: rect(0 0 0 0);
}

html[dir=rtl] * {
  text-align: right;
}/*# sourceMappingURL=rda-styles.css.map */