#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: white;
  background-color: black;
  font-weight: normal;
  font-size: 14px;
}

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

#A1-footer .A1-footer__top {
  padding: 0 60px;
  margin: 0;
  overflow: visible;
  border: none;
  clear: none;
}
#A1-footer .A1-footer__bottom {
  padding: 0 26px;
  margin: 0;
  overflow: visible;
  border: none;
  clear: none;
}
@media all and (min-width: 768px) {
  #A1-footer .A1-footer__bottom {
    padding-right: 144px;
    padding-left: 60px;
  }
}
#A1-footer .A1-footer__top {
  background-color: black;
}

#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: 85px 0 64px 0;
  margin: 0 auto;
  max-width: 1120px;
  /*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;
  display: flex;
}

#A1-footer .A1-footer__list, #A1-footer .A1-footer__list__first {
  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;
  flex-direction: column;
}

#A1-footer .A1-footer__list__first {
  margin-right: 200px;
}

@media all and (max-width: 1560px) {
  #A1-footer .A1-footer__list__first {
    margin-right: 200px;
  }
}

@media all and (max-width: 1470px) {
  #A1-footer .A1-footer__list__first {
    margin-right: 115px;
  }
}

@media all and (max-width: 1170px) {
  #A1-footer .A1-footer__list__first {
    margin-right: 100px;
  }
}

@media all and (max-width: 1075px) {
  #A1-footer .A1-footer__list__first {
    margin-right: 50px;
    margin-bottom: 75px;
  }
}

.A1-footer__logo-img {
  width: 50%;
  margin-bottom: 75px;
}

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

#A1-footer .A1-footer__list-item {
  padding: 0;
  margin: 12px 24px 0;
  display: block;
  float: none;
  color: rgb(255, 255, 255);
  font-family: 'Basis Grotesque', 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,
.A1-footer__list-item a,
#vt-root .nav-legal__link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 0px;
  margin: 0;
  color: white;
  font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  line-height: 16px;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

@media all and (max-width: 768px) {
  #A1-footer .A1-footer__link,
  .A1-footer__list-item a,
  #vt-root .nav-legal__link {
    font-size: 14px;
    line-height: 14px;
  }
}

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

#A1-footer .A1-footer__link:hover::after,
.A1-footer__list-item a: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: 1040px) {
  #vt-root .nav-legal__link {
    padding-bottom: 0px;
  }
  #A1-footer .A1-footer__bottom-wrapper {
    display: block;
  }
}

@media all and (max-width: 1040px) {
  #A1-footer .A1-footer__inline-lists {
    flex-direction: column;
  }
}



@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: 'Basis Grotesque', 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: 'Basis Grotesque', 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,
.A1-footer__list-item a:hover
{
  opacity: .7;
}

#A1-footer .A1-footer__dropdown-item .A1-footer__link::after,
.A1-footer__list-item a::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;
  display: none;
}

#A1-footer .A1-footer__social-item {
  position: relative;
  padding: 4px;
  margin-right: 20px;
  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: 'Basis Grotesque', 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(0, 0, 0);
}

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

#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;
  min-width: 160px;
  width: fit-content;
  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;
  margin-top: 15px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
}

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

@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: 48px 26px;
    /*border-bottom: solid 1px rgba(116, 117, 118, .4);*/
    /*border-top: solid 1px rgba(116, 117, 118, .4);*/
  }
  #A1-footer .A1-footer__list, #A1-footer .A1-footer__list__first {
    margin: 0;
    margin-bottom: 74px;
  }
  #A1-footer .A1-footer__list-item {
    margin: 16px 0 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__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 26px;
  }
  #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: 'Basis Grotesque';
  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;
}
