#A1-footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#A1-footer * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

#A1-footer.A1-footer {
  clear: both;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  color: rgb(244, 244, 244);
  background-color: rgb(0, 0, 0);
  font-weight: normal;
  font-size: 14px;
}

#A1-footer.A1-footer:before {
  position: static;
  display: none;
}

#A1-footer .A1-footer__top, #A1-footer .A1-footer__bottom {
  padding: 0 144px;
  margin: 0;
  overflow: visible;
  border: none;
  clear: none;
}

#A1-footer .A1-footer__top {
  background-color: rgba(255, 255, 255, 0.05);
}

#A1-footer .A1-footer__top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 32px 0 64px 0;
  border-bottom: solid 1px rgba(116, 117, 118, .4);
}

#A1-footer .A1-footer__bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 32px 0;
}

#A1-footer .A1-footer__inline-lists {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 40px;
}

#A1-footer .A1-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 -24px;
  text-align: left;
  font-size: 14px;
  overflow: visible;
}

#A1-footer .A1-footer__list + .A1-footer__list {
  margin-top: 24px;
}

#A1-footer .A1-footer__list-item {
  padding: 0;
  margin: 8px 24px;
  display: block;
  float: none;
  color: rgb(255, 255, 255);
  font-family: 'GS_Univers', Arial, Helvetica, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

#A1-footer .A1-footer__list-item:after {
  padding: 0;
  display: none;
}

#A1-footer .A1-footer__link,
#vt-root .nav-legal__link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 4px;
  margin: 0;
  color: rgb(255, 255, 255);
  font-family: 'GS_Univers', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

#A1-footer .A1-footer__link::after,
#vt-root .nav-legal__link::after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  bottom: 0;
  background-color: rgb(255, 255, 255);
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(-102%);
          transform: translateX(-102%);
}

#A1-footer .A1-footer__link:hover::after,
#vt-root .nav-legal__link:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#vt-root .nav-legal__link {
  margin: 0 9px 0 0;
  color: #7399c6;
}

#vt-root .nav-legal__link::after {
  height: 2px;
  background-color: #7399c6;
}

#vt-root.nav-collapsed .nav-legal__link {
  display: none;
}

@media all and (max-width: 767px) {
  #vt-root .nav-legal__link {
    padding-bottom: 0px;
  }
}

@media all and (max-width: 467px) {
  #vt-root .nav-legal__link {
    font-size: 3vw;
  }
}

#A1-footer .A1-footer__dropdown {
  position: relative;
  padding: 40px 20px 24px 20px;
  margin-top: -32px;
  z-index: 10;
}

#A1-footer .A1-footer__dropdown.u-active {
  background-color: #7399c6;
}

#A1-footer .A1-footer__dropdown.u-active .A1-footer__dropdown-button {
  opacity: 1;
}

#A1-footer .A1-footer__dropdown.u-active .A1-footer__dropdown-list {
  display: block;
}

#A1-footer .A1-footer__dropdown.u-active .A1-footer__dropdown-button .icon-caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  margin-top: -5px;
}

#A1-footer .A1-footer__dropdown-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0 24px 0 0;
  margin: 0;
  color: rgb(255, 255, 255);
  font-family: 'GS_Univers', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
  line-height: 1.6;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

#A1-footer .A1-footer__dropdown-button:hover {
  opacity: .7;
}

#A1-footer .A1-footer__dropdown-button i {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  color: rgb(255, 255, 255);
  font-size: 10px;
  text-decoration: none;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  vertical-align: top;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#A1-footer .A1-footer__dropdown-button i.icon-caret::before {
  content: "\e902";
}

#A1-footer .A1-footer__dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 16px 20px;
  margin: 0;
  overflow: visible;
  text-align: left;
  background-color: #7399c6;
  border-top: solid 1px rgba(255, 255, 255, 0.25);
}

#A1-footer .A1-footer__dropdown-item {
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  color: rgb(255, 255, 255);
  font-family: 'GS_Univers', Arial, Helvetica, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

#A1-footer .A1-footer__dropdown-item:not(:last-child) {
  margin-bottom: 8px;
}

#A1-footer .A1-footer__dropdown-item:after {
  padding: 0;
  display: none;
}

#A1-footer .A1-footer__dropdown-item .A1-footer__link {
  font-size: 12px;
  padding-bottom: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

#A1-footer .A1-footer__dropdown-item .A1-footer__link:hover {
  opacity: .7;
}

#A1-footer .A1-footer__dropdown-item .A1-footer__link::after {
  display: none;
}

#A1-footer .A1-footer__social-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 40px;
}

#A1-footer .A1-footer__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  margin: 0 0 0 -4px;
  overflow: visible;
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

#A1-footer .A1-footer__social-item {
  position: relative;
  padding: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgb(105, 106, 107);
  font-family: 'GS_Univers', Arial, Helvetica, sans-serif;
}

#A1-footer .A1-footer__social-item:after {
  padding: 0;
  display: none;
}

#A1-footer .A1-footer__social-item.u-dropdown {
  padding-right: 6px;
}

#A1-footer .A1-footer__social-item.u-dropdown .A1-footer__social-link {
  padding-right: 20px;
}

#A1-footer .A1-footer__social-item.u-active {
  background-color: #7399c6;
}

#A1-footer .A1-footer__social-item.u-active .A1-footer__icon {
  fill: rgb(255, 255, 255);
}

#A1-footer .A1-footer__social-item.u-active .A1-footer__social-link .icon-caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  margin-top: -5px;
  color: rgb(255, 255, 255);
}

#A1-footer .A1-footer__social-item.u-active .A1-footer__social-dropdown-list {
  display: block;
}

#A1-footer .A1-footer__social-link {
  position: relative;
  display: block;
  color: rgb(105, 106, 107);
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

#A1-footer .A1-footer__social-link:hover .A1-footer__icon {
  fill: rgb(255, 255, 255);
}

#A1-footer .A1-footer__social-link:hover .icon-caret {
  color: rgb(255, 255, 255);
}

#A1-footer .A1-footer__social-link i {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  color: rgb(105, 106, 107);
  font-size: 10px;
  text-decoration: none;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  vertical-align: top;
  z-index: 1;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#A1-footer .A1-footer__social-link i.icon-caret::before {
  content: "\e902";
}

#A1-footer .A1-footer__social-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: transparent;
}

#A1-footer .A1-footer__icon {
  fill: #999999;
  width: 27px;
  height: 27px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#A1-footer .A1-footer__social-dropdown-list {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 140px;
  padding: 12px;
  margin: 0;
  overflow: visible;
  text-align: left;
  background-color: #7399c6;
}

#A1-footer .A1-footer__social-dropdown-list .A1-footer__dropdown-item:not(:last-child) {
  margin-bottom: 0;
}

#A1-footer .A1-footer__social-dropdown-list .A1-footer__link {
  padding-bottom: 2px;
  line-height: 1.2;
}

#A1-footer .A1-footer__copyright {
  color: #999999;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 1440px) {
  #A1-footer .A1-footer__top, #A1-footer .A1-footer__bottom {
    padding: 0 48px;
  }
}

@media only screen and (max-width: 768px) {
  #A1-footer .A1-footer__top {
    padding: 0;
  }
  #A1-footer .A1-footer__top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    border: none;
  }
  #A1-footer .A1-footer__dropdown-lists {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  #A1-footer .A1-footer__inline-lists {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 24px 48px;
    border-bottom: solid 1px rgba(116, 117, 118, .4);
    border-top: solid 1px rgba(116, 117, 118, .4);
  }
  #A1-footer .A1-footer__list {
    display: block;
    margin: 0;
  }
  #A1-footer .A1-footer__list-item {
    margin: 0;
  }
  #A1-footer .A1-footer__list-item:not(:last-child) {
    margin-bottom: 24px;
  }
  #A1-footer .A1-footer__dropdown {
    display: inline-block;
    margin-top: 0;
    margin-left: 28px;
    padding: 32px 56px 28px 20px;
  }
  #A1-footer .A1-footer__bottom-wrapper {
    display: block;
  }
  #A1-footer .A1-footer__social-bar {
    padding-right: 0;
  }
  #A1-footer .A1-footer__copyright {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 480px) {
  #A1-footer .A1-footer__inline-lists {
    padding: 24px 16px;
  }
  #A1-footer .A1-footer__dropdown {
    margin-left: 0;
    padding-left: 16px;
  }
  #A1-footer .A1-footer__dropdown-list {
    padding: 16px;
  }
  #A1-footer .A1-footer__bottom {
    padding: 0 16px;
  }
}

body .nav-banner__container {
  font-family: 'Univers LT W01 55 Roman';
  padding: 1rem;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1rem;
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  body .nav-banner__container {
    padding: 1rem;
    font-size: 1rem;
    margin-bottom: 16px;
  }
}
body .nav-banner__container a.nav-banner__text {
  text-decoration: none;
}
body .nav-banner__container a.nav-banner__text:hover {
  text-decoration: underline;
}

.nav-banner__container .nav-banner__text:hover {
  text-decoration: underline !important;
}
