/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./build/assets/font-icons.css ***!
  \***********************************************************************************************************/
/* from https://bitbucket-fof.appl.kp.org/projects/KPRWD/repos/styleguide/browse/lib/modern/stylesheets/_kp-icons.scss */
/*Nancy S1. Crandall committed 48e9c117b46 21 Jul 2017 */
@font-face {
  /*fonts paths are hard codede here!*/
  font-family: "kp-icons";
  src: url("../../../../../../../etc.clientlibs/settings/wcm/designs/kporg/kp-foundation/clientlib-modules/styleguide/resources/assets/fonts/kp-icons.eot");
  src: url("../../../../../../../etc.clientlibs/settings/wcm/designs/kporg/kp-foundation/clientlib-modules/styleguide/resources/assets/fonts/kp-icons.eot?#iefix") format("embedded-opentype"), url("../../../../../../../etc.clientlibs/settings/wcm/designs/kporg/kp-foundation/clientlib-modules/styleguide/resources/assets/fonts/kp-icons.woff") format("woff"), url("../../../../../../../etc.clientlibs/settings/wcm/designs/kporg/kp-foundation/clientlib-modules/styleguide/resources/assets/fonts/kp-icons.ttf") format("truetype"), url("../../../../../../../etc.clientlibs/settings/wcm/designs/kporg/kp-foundation/clientlib-modules/styleguide/resources/assets/fonts/kp-icons.svg#kp-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icons-selector [class^="fip-icon-"]:before, .icons-selector [class*=" fip-icon-"]:before {
    font-family: "iconpicker" !important;
}

.icons-selector [class^="icon-"]:before, .icons-selector [class*="icon-"]:before {
    font-family: "kp-icons";
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[3].use[4]!./app/utilities/ds1-header/index.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*Last updated : 12/22 
Developer: Luz D Saucedo / Wendy Rodriguez */
/*Last updated : 12/22 
Developer: Luz D Saucedo / Wendy Rodriguez */
.test {
  aspect-ratio: 21/9;
  width: fit-content;
  height: fit-content;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .test {
    aspect-ratio: 4/3;
  }
}
@media screen and (min-width: 769px) {
  .test {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 600px) {
  .test {
    aspect-ratio: 1/1;
  }
}

@-moz-document url-prefix() {}

/* neutral-icon-circle-lg mixin */
@-moz-document url-prefix() {}

/* neutral-icon-circle-lg mixin */
/* Drop Menu Pattern */
#kp-header[data-header-state=LOGGED_IN] .drop-menu-pattern {
  display: none;
}
#kp-header[data-header-state=LOGGED_IN] .drop-menu-static-label {
  display: none;
}
@media screen and (max-width: 768px) {
  #kp-header[data-header-state=LOGGED_IN] .kp-global-menu div.drop-menu-pattern.--area {
    display: block;
  }
  #kp-header[data-header-state=LOGGED_IN] .kp-global-menu div.drop-menu-pattern.--area .drop-menu {
    position: relative;
    margin: 0 15px 40px;
    border-top: 1px solid #fff;
    font: 1.125rem "Gotham 4r";
    color: #fff;
    text-align: center;
    font: 1.125rem "Gotham 3r";
  }
  #kp-header[data-header-state=LOGGED_IN] .kp-global-menu div.drop-menu-pattern.--area .drop-menu .drop-menu-label {
    display: flex;
    padding: 40px 0 20px;
    align-items: center;
    justify-content: center;
  }
  #kp-header[data-header-state=LOGGED_IN] .kp-global-menu div.drop-menu-pattern.--area .drop-menu .drop-menu-label-img {
    display: inline-block;
    margin-bottom: 6px;
    width: 27px;
    height: 27px;
  }
  #kp-header[data-header-state=LOGGED_IN] .kp-global-menu div.drop-menu-pattern.--area .drop-menu .drop-menu-label-text {
    padding-left: 10px;
  }
  #kp-header[data-header-state=LOGGED_IN] .kp-global-menu div.drop-menu-pattern.--area .drop-menu .drop-menu-dropdown {
    margin: 0 10%;
    padding: 0 10px;
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  #kp-header[data-header-state=LOGGED_IN] .kp-global-menu div.drop-menu-pattern.--area .drop-menu .drop-menu-dropdown:focus {
    outline: 1px dotted #212121;
    outline: 1px auto -webkit-focus-ring-color;
  }
  @-moz-document url-prefix() {
    #kp-header[data-header-state=LOGGED_IN] .kp-global-menu div.drop-menu-pattern.--area .drop-menu .drop-menu-dropdown:focus {
      outline-offset: 2px;
      outline: 1px dotted #0D1C3D;
    }
  }
  #kp-header[data-header-state=LOGGED_IN] .kp-global-menu div.drop-menu-pattern.--area .drop-menu .drop-menu-button-img {
    display: none;
  }
  #kp-header[data-header-state=LOGGED_IN] .kp-global-menu div.drop-menu-pattern.--area .drop-menu .drop-menu-button-text {
    padding-right: 10px;
  }
  #kp-header[data-header-state=LOGGED_IN] .kp-global-menu div.drop-menu-pattern.--area .drop-menu .drop-down-menu-chevron {
    float: right;
    display: block;
    margin-top: 2px;
    width: 17px;
    height: 17px;
    filter: brightness(0) saturate(100%) invert(100%);
    pointer-events: none;
  }
  #kp-header[data-header-state=LOGGED_IN] .kp-global-menu div.drop-menu-pattern.--area .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
    transform: rotate(180deg);
  }
  #kp-header[data-header-state=LOGGED_IN] .kp-global-menu div.drop-menu-pattern.--area .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
    display: none;
    opacity: 0;
  }
  #kp-header[data-header-state=LOGGED_IN] .kp-global-menu div.drop-menu-pattern.--area .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
    opacity: 1;
  }
  #kp-header[data-header-state=LOGGED_IN] .kp-global-menu div.drop-menu-pattern.--area .drop-menu .drop-menu-list {
    margin: 30px 0 0;
    padding: 0;
    background-color: #fff;
  }
  #kp-header[data-header-state=LOGGED_IN] .kp-global-menu div.drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op {
    list-style: none;
    padding: 16px 10px;
    line-height: 20px;
    color: #0D1C3D;
    text-align: left;
    cursor: pointer;
  }
  #kp-header[data-header-state=LOGGED_IN] .kp-global-menu div.drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op:hover {
    color: #fff;
    background-color: #0078B3;
  }
  #kp-header[data-header-state=LOGGED_IN] .kp-global-menu div.drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op:focus {
    z-index: 2;
  }
  #kp-header[data-header-state=LOGGED_IN] .kp-global-menu div.drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text {
    display: inline-block;
    padding-left: 26px;
    word-break: break-word;
  }
  #kp-header[data-header-state=LOGGED_IN] .kp-global-menu div.drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img {
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    opacity: 0;
    pointer-events: none;
  }
  #kp-header[data-header-state=LOGGED_IN] .kp-global-menu div.drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img {
    display: block;
    opacity: 1;
  }
  #kp-header[data-header-state=LOGGED_IN] .kp-global-menu div.drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img {
    filter: brightness(0) saturate(100%) invert(100%);
  }
  #kp-header[data-header-state=LOGGED_IN] .kp-global-menu div.drop-menu-pattern.--area .drop-menu .drop-menu-list {
    background-color: #fff !important;
    right: 0;
  }
  #kp-header[data-header-state=LOGGED_IN] .kp-global-menu div.drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op {
    color: #0D1C3D !important;
  }
  #kp-header[data-header-state=LOGGED_IN] .kp-global-menu div.drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op:hover {
    color: #fff !important;
    background-color: #0078B3 !important;
  }
  #kp-header[data-header-state=LOGGED_IN] .kp-global-menu .drop-menu-static-label {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  #kp-header[data-header-state=LOGGED_IN] div.drop-menu-pattern, #kp-header[data-header-state=LOGGED_IN] div.drop-menu-static-label {
    display: none;
  }
  #kp-header[data-header-state=LOGGED_IN] .top-header div.drop-menu-pattern.--area {
    display: inline-block;
  }
  #kp-header[data-header-state=LOGGED_IN] .top-header div.drop-menu-pattern.--area .drop-menu {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    z-index: 99;
  }
  #kp-header[data-header-state=LOGGED_IN] .top-header div.drop-menu-pattern.--area .drop-menu .drop-menu-label-img {
    float: left;
    width: 29px;
    height: 29px;
  }
  #kp-header[data-header-state=LOGGED_IN] .top-header div.drop-menu-pattern.--area .drop-menu .drop-menu-label-text {
    display: inline-block;
    padding: 5px 0 0 10px;
    font: 16px "Gotham 5r";
  }
  #kp-header[data-header-state=LOGGED_IN] .top-header div.drop-menu-pattern.--area .drop-menu .drop-menu-dropdown {
    margin: 0 6px;
    padding: 0 4px;
    border: 0;
    background-color: transparent;
    font: 16px "Gotham 5r";
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  #kp-header[data-header-state=LOGGED_IN] .top-header div.drop-menu-pattern.--area .drop-menu .drop-menu-dropdown:focus {
    outline: 1px dotted #212121;
    outline: 1px auto -webkit-focus-ring-color;
  }
  @-moz-document url-prefix() {
    #kp-header[data-header-state=LOGGED_IN] .top-header div.drop-menu-pattern.--area .drop-menu .drop-menu-dropdown:focus {
      outline-offset: 2px;
      outline: 1px dotted #0D1C3D;
    }
  }
  #kp-header[data-header-state=LOGGED_IN] .top-header div.drop-menu-pattern.--area .drop-menu .drop-menu-button-img {
    display: none;
  }
  #kp-header[data-header-state=LOGGED_IN] .top-header div.drop-menu-pattern.--area .drop-menu .drop-menu-button-text {
    padding-right: 8px;
  }
  #kp-header[data-header-state=LOGGED_IN] .top-header div.drop-menu-pattern.--area .drop-menu .drop-down-menu-chevron {
    float: right;
    display: block;
    margin-top: 2px;
    width: 17px;
    height: 17px;
    pointer-events: none;
  }
  #kp-header[data-header-state=LOGGED_IN] .top-header div.drop-menu-pattern.--area .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
    transform: rotate(180deg);
  }
  #kp-header[data-header-state=LOGGED_IN] .top-header div.drop-menu-pattern.--area .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
    display: none;
    opacity: 0;
  }
  #kp-header[data-header-state=LOGGED_IN] .top-header div.drop-menu-pattern.--area .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
    opacity: 1;
  }
  #kp-header[data-header-state=LOGGED_IN] .top-header div.drop-menu-pattern.--area .drop-menu .drop-menu-list {
    position: absolute;
    top: 113%;
    margin: 0;
    padding: 0;
    border: 1px solid #E9EBEE;
    background-color: #fff;
  }
  #kp-header[data-header-state=LOGGED_IN] .top-header div.drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op {
    list-style: none;
    float: left;
    padding: 16px 10px;
    width: 100%;
    font: 16px "Gotham 4r";
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
  }
  #kp-header[data-header-state=LOGGED_IN] .top-header div.drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op:hover {
    color: #fff;
    background-color: #0078B3;
  }
  #kp-header[data-header-state=LOGGED_IN] .top-header div.drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op:focus {
    z-index: 2;
  }
  #kp-header[data-header-state=LOGGED_IN] .top-header div.drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text {
    padding-left: 26px;
    white-space: nowrap;
  }
  #kp-header[data-header-state=LOGGED_IN] .top-header div.drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img {
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    opacity: 0;
    pointer-events: none;
  }
  #kp-header[data-header-state=LOGGED_IN] .top-header div.drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img {
    display: block;
    opacity: 1;
  }
  #kp-header[data-header-state=LOGGED_IN] .top-header div.drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img {
    filter: brightness(0) saturate(100%) invert(100%);
  }
  #kp-header[data-header-state=LOGGED_IN] .top-header div.drop-menu-pattern.--area .drop-menu .drop-menu-list .drop-menu-list-op {
    text-align: left;
  }
  #kp-header[data-header-state=LOGGED_IN] .top-header div.drop-menu-static-label {
    display: inline-block;
    font: 16px "Gotham 5r";
  }
  #kp-header[data-header-state=LOGGED_IN] div#account-details-dropdown {
    top: 3px;
  }
  #kp-header[data-header-state=LOGGED_IN] div#account-details-dropdown button#acct_user_name-topnav i.icon-zz004-profile-border {
    margin-bottom: 4px;
  }
}

.kp-header__top-header .drop-menu-pattern.--account {
  font-family: "Gotham 4r";
}
.kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list {
  background-color: #fff !important;
  right: 0;
  border-color: #0074AD;
}
.kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-button-img {
  filter: brightness(0) saturate(100%) invert(100%);
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-icon {
  filter: brightness(0) saturate(100%) invert(20%) sepia(98%) saturate(2179%) hue-rotate(183deg) brightness(100%) contrast(103%);
  margin-right: 4px;
}
.kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-link:hover .drop-menu-list-text {
  color: #003B71;
}
.kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-link:hover .drop-menu-list-icon {
  filter: none;
}
.kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list.-expanded {
  margin-top: 2px;
}
.kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list.-expanded li {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 0;
}
.kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list.-expanded li .drop-menu-list-text,
.kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list.-expanded li .drop-menu-list-link {
  color: #0078B3;
}
.kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list.-expanded li:hover {
  background: #ffffff;
  color: #003B71;
}
.kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list.-expanded li:hover > .drop-menu-list-text,
.kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list.-expanded li:hover .drop-menu-list-link {
  color: #003B71;
}
.kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list.-expanded li .drop-menu-list-link {
  display: flex;
  width: 100%;
  text-decoration: none;
  align-items: center;
  padding: 8px 12px;
}
.kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list.-expanded li .drop-menu-list-link:hover {
  color: #003B71;
  text-decoration: underline;
  background-color: transparent;
}
.kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-dropdown {
  padding: 3px 8px;
}
.kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-dropdown .drop-menu-button-text {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  font-style: normal;
  font-family: "Gotham 5r";
  margin-right: 8px;
}
@media (hover: hover) {
  .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-dropdown:hover {
    background-color: #92CCF0;
    border-color: #92CCF0;
  }
  .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-dropdown:hover .drop-menu-button-text {
    color: #0D1C3D;
  }
  .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-dropdown:hover img[class^=drop] {
    filter: brightness(0) saturate(100%) invert(10%) sepia(49%) saturate(1949%) hue-rotate(198deg) brightness(85%) contrast(98%);
  }
}
/*End of DS1 My Account*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .kp-global-header-component .kp-header[data-header-state=LOGGED_IN] .top-header .kp-logo {
    position: relative;
    margin-right: 0;
  }
  .kp-global-header-component .kp-header[data-header-state=LOGGED_IN] div#top-header-links {
    margin-right: 0;
    margin-left: 0;
  }
}
.drop-menu-pattern.--region-dark,
.drop-menu-pattern.--language {
  display: block;
}
.drop-menu-pattern.--region-dark .drop-menu,
.drop-menu-pattern.--language .drop-menu {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 24px;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-dropdown,
.drop-menu-pattern.--language .drop-menu .drop-menu-dropdown {
  display: flex;
  align-items: center;
  border: 1px solid #FFFFFF;
  background-color: #003B71;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 3px 12px;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-dropdown span,
.drop-menu-pattern.--language .drop-menu .drop-menu-dropdown span {
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  font-style: normal;
  font-family: "Gotham 5r";
  margin-right: 8px;
}
.drop-menu-pattern.--region-dark .drop-menu button.drop-menu-dropdown:hover,
.drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown:hover {
  background-color: #92CCF0;
  border: 1px solid #92CCF0;
}
.drop-menu-pattern.--region-dark .drop-menu button.drop-menu-dropdown:hover .drop-menu-button-img,
.drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown:hover .drop-menu-button-img {
  filter: brightness(0) saturate(100%) invert(8%) sepia(61%) saturate(1950%) hue-rotate(204deg) brightness(93%) contrast(97%);
}
.drop-menu-pattern.--region-dark .drop-menu button.drop-menu-dropdown:hover img.drop-down-menu-chevron,
.drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown:hover img.drop-down-menu-chevron {
  filter: brightness(0) saturate(100%) invert(8%) sepia(61%) saturate(1950%) hue-rotate(204deg) brightness(93%) contrast(97%);
}
.drop-menu-pattern.--region-dark .drop-menu button.drop-menu-dropdown:hover span.drop-menu-button-text,
.drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown:hover span.drop-menu-button-text {
  color: #0D1C3D;
}
@media screen and (max-width: 768px) {
  .drop-menu-pattern.--region-dark .drop-menu button.drop-menu-dropdown:hover span.drop-menu-button-text,
  .drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown:hover span.drop-menu-button-text {
    font-size: 16px;
  }
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-label,
.drop-menu-pattern.--language .drop-menu .drop-menu-label {
  font-style: normal;
  font-family: "Gotham 5r";
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  margin-right: 12px;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-down-menu-chevron,
.drop-menu-pattern.--language .drop-menu .drop-down-menu-chevron {
  filter: brightness(0) saturate(100%) invert(100%);
  pointer-events: none;
  margin-left: auto;
}
.drop-menu-pattern.--region-dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron,
.drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
  transform: rotate(180deg);
}
.drop-menu-pattern.--region-dark .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list,
.drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
  opacity: 0;
  display: none;
}
.drop-menu-pattern.--region-dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list,
.drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
  display: flex;
  opacity: 1;
  z-index: 100;
}
.drop-menu-pattern.--region-dark .drop-menu span.drop-menu-selected-text[aria-hidden=true],
.drop-menu-pattern.--language .drop-menu span.drop-menu-selected-text[aria-hidden=true] {
  display: none;
  visibility: hidden;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-list,
.drop-menu-pattern.--language .drop-menu .drop-menu-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: auto;
  min-width: 156px;
  background: #ffffff;
  border: 1px solid #0074AD;
  box-sizing: border-box;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  margin-top: 2px;
  left: 60px;
  white-space: nowrap;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-list .drop-menu-list-op,
.drop-menu-pattern.--language .drop-menu .drop-menu-list .drop-menu-list-op {
  list-style: none;
  cursor: pointer;
  float: right;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 16px;
  height: 40px;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-list .drop-menu-list-op:focus,
.drop-menu-pattern.--language .drop-menu .drop-menu-list .drop-menu-list-op:focus {
  z-index: 2;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text,
.drop-menu-pattern.--language .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text {
  font-style: normal;
  font-family: "Gotham 5r";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #0074AD;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img,
.drop-menu-pattern.--language .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img {
  visibility: hidden;
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(2223%) hue-rotate(183deg) brightness(80%) contrast(101%);
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-list .drop-menu-list-op.active,
.drop-menu-pattern.--language .drop-menu .drop-menu-list .drop-menu-list-op.active {
  background-color: #F0F7FA;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img,
.drop-menu-pattern.--language .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img {
  visibility: visible;
  opacity: 1;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-list .drop-menu-list-op:hover,
.drop-menu-pattern.--language .drop-menu .drop-menu-list .drop-menu-list-op:hover {
  color: #ffffff;
  background-color: #003B71;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-list .drop-menu-list-op:hover .drop-menu-list-text,
.drop-menu-pattern.--language .drop-menu .drop-menu-list .drop-menu-list-op:hover .drop-menu-list-text {
  color: #ffffff;
  background-color: transparent;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img,
.drop-menu-pattern.--language .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-list .drop-menu-list-op:first-child,
.drop-menu-pattern.--language .drop-menu .drop-menu-list .drop-menu-list-op:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.drop-menu-pattern.--region-dark .drop-menu .drop-menu-list .drop-menu-list-op:last-child,
.drop-menu-pattern.--language .drop-menu .drop-menu-list .drop-menu-list-op:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media (max-width: 1151px) {
  .drop-menu-pattern.--region-dark .drop-menu,
  .drop-menu-pattern.--language .drop-menu {
    flex-flow: column;
    align-items: baseline;
    width: 100%;
    margin-bottom: 20px;
  }
  .drop-menu-pattern.--region-dark .drop-menu .drop-menu-label,
  .drop-menu-pattern.--language .drop-menu .drop-menu-label {
    font-size: 14px;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .drop-menu-pattern.--region-dark .drop-menu .drop-menu-dropdown,
  .drop-menu-pattern.--language .drop-menu .drop-menu-dropdown {
    width: 100%;
    padding: 15px 16px;
    background-color: transparent;
  }
  .drop-menu-pattern.--region-dark .drop-menu .drop-menu-dropdown span,
  .drop-menu-pattern.--language .drop-menu .drop-menu-dropdown span {
    font-size: 16px;
  }
  .drop-menu-pattern.--region-dark .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list,
  .drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
    display: none;
    opacity: 0;
  }
  .drop-menu-pattern.--region-dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list,
  .drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
    opacity: 1;
  }
  .drop-menu-pattern.--region-dark .drop-menu .drop-menu-list,
  .drop-menu-pattern.--language .drop-menu .drop-menu-list {
    left: 0;
    width: 100%;
    margin-top: 2px;
    position: relative;
    white-space: normal;
  }
  .drop-menu-pattern.--region-dark .drop-menu .drop-menu-list .drop-menu-list-op,
  .drop-menu-pattern.--language .drop-menu .drop-menu-list .drop-menu-list-op {
    height: 40px;
  }
}

.drop-menu-pattern.--region-area-dark {
  display: block;
}
.drop-menu-pattern.--region-area-dark .drop-menu {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 24px;
  position: relative;
  margin-right: 24px;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-dropdown {
  display: flex;
  align-items: center;
  border: 1px solid #FFFFFF;
  background-color: #003B71;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 3px 12px;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-dropdown span {
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  font-style: normal;
  font-family: "Gotham 5r";
  margin-right: 8px;
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown:hover {
  background-color: #92CCF0;
  border: 1px solid #92CCF0;
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown:hover .drop-menu-button-img {
  filter: brightness(0) saturate(100%) invert(8%) sepia(61%) saturate(1950%) hue-rotate(204deg) brightness(93%) contrast(97%);
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown:hover img.drop-down-menu-chevron {
  filter: brightness(0) saturate(100%) invert(8%) sepia(61%) saturate(1950%) hue-rotate(204deg) brightness(93%) contrast(97%);
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown:hover span.drop-menu-button-text {
  color: #0D1C3D;
}
@media screen and (max-width: 768px) {
  .drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown:hover span.drop-menu-button-text {
    font-size: 16px;
  }
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-label {
  font-style: normal;
  font-family: "Gotham 5r";
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  margin-right: 12px;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-down-menu-chevron {
  filter: brightness(0) saturate(100%) invert(100%);
  pointer-events: none;
  margin-left: auto;
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
  transform: rotate(180deg);
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
  opacity: 0;
  display: none;
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
  display: flex;
  opacity: 1;
  z-index: 100;
}
.drop-menu-pattern.--region-area-dark .drop-menu span.drop-menu-selected-text[aria-hidden=true] {
  display: none;
  visibility: hidden;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: auto;
  min-width: 156px;
  background: #ffffff;
  border: 1px solid #0074AD;
  box-sizing: border-box;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  margin-top: 2px;
  left: 60px;
  white-space: nowrap;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op {
  list-style: none;
  cursor: pointer;
  float: right;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 16px;
  height: 40px;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op:focus {
  z-index: 2;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text {
  font-style: normal;
  font-family: "Gotham 5r";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #0074AD;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img {
  visibility: hidden;
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(2223%) hue-rotate(183deg) brightness(80%) contrast(101%);
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op.active {
  background-color: #F0F7FA;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img {
  visibility: visible;
  opacity: 1;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op:hover {
  color: #ffffff;
  background-color: #003B71;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op:hover .drop-menu-list-text {
  color: #ffffff;
  background-color: transparent;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media (max-width: 1151px) {
  .drop-menu-pattern.--region-area-dark .drop-menu {
    flex-flow: column;
    align-items: baseline;
    width: 100%;
    margin-bottom: 20px;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-label {
    font-size: 14px;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-dropdown {
    width: 100%;
    padding: 15px 16px;
    background-color: transparent;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-dropdown span {
    font-size: 16px;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
    display: none;
    opacity: 0;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
    opacity: 1;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list {
    left: 0;
    width: 100%;
    margin-top: 2px;
    position: relative;
    white-space: normal;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op {
    height: 40px;
  }
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-dropdown {
  display: flex;
  align-items: center;
  border: 1px solid #ffffff;
  background-color: #003B71;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 3px 8px;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-dropdown span {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 350;
  margin-right: 8px;
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown:hover {
  background-color: #92CCF0;
  border: 1px solid #92CCF0;
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown:hover .drop-menu-button-img {
  filter: brightness(0) saturate(100%) invert(8%) sepia(61%) saturate(1950%) hue-rotate(204deg) brightness(93%) contrast(97%);
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown:hover img.drop-down-menu-chevron {
  filter: brightness(0) saturate(100%) invert(8%) sepia(61%) saturate(1950%) hue-rotate(204deg) brightness(93%) contrast(97%);
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown:hover span.drop-menu-button-text {
  color: #0D1C3D;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 350;
  margin-right: 8px;
}
@media (max-width: 1151px) {
  .drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown:hover span.drop-menu-button-text {
    font-size: 16px;
  }
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown:focus {
  background-color: #92CCF0;
  border: 1px solid #92CCF0;
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown:focus .drop-menu-button-img {
  filter: brightness(0) saturate(100%) invert(8%) sepia(61%) saturate(1950%) hue-rotate(204deg) brightness(93%) contrast(97%);
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown:focus img.drop-down-menu-chevron {
  filter: brightness(0) saturate(100%) invert(8%) sepia(61%) saturate(1950%) hue-rotate(204deg) brightness(93%) contrast(97%);
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown:focus span.drop-menu-button-text {
  color: #0D1C3D;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 350;
  margin-right: 8px;
}
@media (max-width: 1151px) {
  .drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown:focus span.drop-menu-button-text {
    font-size: 16px;
  }
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-label {
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-right: 8px;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-down-menu-chevron {
  filter: brightness(0) saturate(100%) invert(100%);
  pointer-events: none;
  margin-left: auto;
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
  transform: rotate(180deg);
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
  opacity: 0;
  display: none;
}
.drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
  display: flex;
  opacity: 1;
  z-index: 100;
}
.drop-menu-pattern.--region-area-dark .drop-menu span.drop-menu-selected-text[aria-hidden=true] {
  display: none;
  visibility: hidden;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: auto;
  min-width: 156px;
  background: #ffffff;
  border: 1px solid #0074AD;
  box-sizing: border-box;
  border-radius: 4px;
  position: absolute;
  top: 100%;
  margin-top: 2px;
  left: auto;
  right: 0;
  white-space: nowrap;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op {
  list-style: none;
  cursor: pointer;
  float: right;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 16px;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op:focus {
  z-index: 2;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text {
  font-style: normal;
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #006ba6;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img {
  visibility: hidden;
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(2223%) hue-rotate(183deg) brightness(80%) contrast(101%);
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op.active {
  background-color: #F0F7FA;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img {
  visibility: visible;
  opacity: 1;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op:hover {
  color: #ffffff;
  background-color: #003B71;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op:hover .drop-menu-list-text {
  color: #ffffff;
  background-color: transparent;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list .drop-menu-list-op:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media (max-width: 1151px) {
  .drop-menu-pattern.--region-area-dark .drop-menu {
    flex-flow: column;
    align-items: baseline;
    width: 100%;
    margin-bottom: 20px;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-label {
    font-size: 14px;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-label-text {
    font-size: 14px;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-dropdown {
    width: 100%;
    padding: 15px;
    background-color: transparent;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-dropdown span {
    font-size: 16px;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
    display: none;
    opacity: 0;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
    opacity: 1;
  }
  .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list {
    left: 0;
    width: 100%;
    margin-top: 2px;
    position: relative;
    white-space: normal;
  }
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-button-img {
  width: 24px;
  height: 24px;
  left: 1.5px;
  pointer-events: none;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  filter: brightness(0) saturate(100%) invert(100%);
}
.drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-button-img.inactive {
  display: none;
  opacity: 0;
}

.drop-menu-pattern.--account .drop-menu {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 24px;
}
.drop-menu-pattern.--account .drop-menu .drop-menu-dropdown {
  display: flex;
  align-items: center;
  border: 1px solid #FFFFFF;
  background-color: #003B71;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 3px 12px;
}
.drop-menu-pattern.--account .drop-menu .drop-menu-dropdown span {
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  font-style: normal;
  font-family: "Gotham 5r";
  margin-right: 8px;
}
.drop-menu-pattern.--account .drop-menu button.drop-menu-dropdown:hover {
  background-color: #92CCF0;
  border: 1px solid #92CCF0;
}
.drop-menu-pattern.--account .drop-menu button.drop-menu-dropdown:hover .drop-menu-button-img {
  filter: brightness(0) saturate(100%) invert(8%) sepia(61%) saturate(1950%) hue-rotate(204deg) brightness(93%) contrast(97%);
}
.drop-menu-pattern.--account .drop-menu button.drop-menu-dropdown:hover img.drop-down-menu-chevron {
  filter: brightness(0) saturate(100%) invert(8%) sepia(61%) saturate(1950%) hue-rotate(204deg) brightness(93%) contrast(97%);
}
.drop-menu-pattern.--account .drop-menu button.drop-menu-dropdown:hover span.drop-menu-button-text {
  color: #0D1C3D;
}
@media screen and (max-width: 768px) {
  .drop-menu-pattern.--account .drop-menu button.drop-menu-dropdown:hover span.drop-menu-button-text {
    font-size: 16px;
  }
}
.drop-menu-pattern.--account .drop-menu .drop-menu-label {
  font-style: normal;
  font-family: "Gotham 5r";
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  margin-right: 12px;
}
.drop-menu-pattern.--account .drop-menu .drop-down-menu-chevron {
  filter: brightness(0) saturate(100%) invert(100%);
  pointer-events: none;
  margin-left: auto;
}
.drop-menu-pattern.--account .drop-menu button.drop-menu-dropdown[aria-expanded=true] .drop-down-menu-chevron {
  transform: rotate(180deg);
}
.drop-menu-pattern.--account .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
  opacity: 0;
  display: none;
}
.drop-menu-pattern.--account .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
  display: flex;
  opacity: 1;
  z-index: 100;
}
.drop-menu-pattern.--account .drop-menu span.drop-menu-selected-text[aria-hidden=true] {
  display: none;
  visibility: hidden;
}
.drop-menu-pattern.--account .drop-menu .drop-menu-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: auto;
  min-width: 156px;
  background: #ffffff;
  border: 1px solid #0074AD;
  box-sizing: border-box;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  margin-top: 2px;
  left: 60px;
  white-space: nowrap;
}
.drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-op {
  list-style: none;
  cursor: pointer;
  float: right;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 16px;
  height: 40px;
}
.drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-op:focus {
  z-index: 2;
}
.drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-text {
  font-style: normal;
  font-family: "Gotham 5r";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #0074AD;
}
.drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-op .checkmark-img {
  visibility: hidden;
  opacity: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(2223%) hue-rotate(183deg) brightness(80%) contrast(101%);
}
.drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-op.active {
  background-color: #F0F7FA;
}
.drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-op.active .checkmark-img {
  visibility: visible;
  opacity: 1;
}
.drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-op:hover {
  color: #ffffff;
  background-color: #003B71;
}
.drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-op:hover .drop-menu-list-text {
  color: #ffffff;
  background-color: transparent;
}
.drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-op.active:hover .checkmark-img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-op:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-op:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media (max-width: 1151px) {
  .drop-menu-pattern.--account .drop-menu {
    flex-flow: column;
    align-items: baseline;
    width: 100%;
    margin-bottom: 20px;
  }
  .drop-menu-pattern.--account .drop-menu .drop-menu-label {
    font-size: 14px;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .drop-menu-pattern.--account .drop-menu .drop-menu-dropdown {
    width: 100%;
    padding: 15px 16px;
    background-color: transparent;
  }
  .drop-menu-pattern.--account .drop-menu .drop-menu-dropdown span {
    font-size: 16px;
  }
  .drop-menu-pattern.--account .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
    display: none;
    opacity: 0;
  }
  .drop-menu-pattern.--account .drop-menu button.drop-menu-dropdown[aria-expanded=true] + ul.drop-menu-list {
    opacity: 1;
  }
  .drop-menu-pattern.--account .drop-menu .drop-menu-list {
    left: 0;
    width: 100%;
    margin-top: 2px;
    position: relative;
    white-space: normal;
  }
  .drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-op {
    height: 40px;
  }
}

.pl-dropdown-menu-version:before {
  content: "3.0.3";
}

/* Autocomplete Search Pattern */
.autocomplete-search {
  width: 100%;
  clear: both;
}
.autocomplete-search .autocomplete-search__manual,
.autocomplete-search .autocomplete-search__manual-search {
  display: none;
}
.autocomplete-search .autocomplete-search__form.-auto-width {
  min-width: auto;
  width: auto;
}
.autocomplete-search .autocomplete-search__form.-auto-width .autocomplete-search__submit {
  float: left;
}
.autocomplete-search .autocomplete-search__form .container {
  max-width: 85rem;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .autocomplete-search .autocomplete-search__form .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.autocomplete-search .autocomplete-search__label {
  display: block;
  font-weight: normal;
  display: block;
  margin-bottom: 8px;
  color: #0D1C3D;
}
.autocomplete-search .autocomplete-search__combobox {
  display: block;
  position: relative;
  width: 100%;
  clear: both;
  margin-right: -20px;
}
@media screen and (min-width: 1152px) {
  .autocomplete-search .autocomplete-search__combobox {
    float: left;
    width: calc(100% - 151px);
  }
}
.autocomplete-search .autocomplete-search__combobox .container {
  max-width: 85rem;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .autocomplete-search .autocomplete-search__combobox .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.autocomplete-search .autocomplete-search__input {
  line-height: 28px;
  width: 100%;
  height: 48px;
  border: 1px solid #D3D6DC;
  padding-top: 10px;
  padding-right: 46px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #0D1C3D;
  border-radius: 54px;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.autocomplete-search .autocomplete-search__input::-webkit-search-decoration, .autocomplete-search .autocomplete-search__input::-webkit-search-cancel-button, .autocomplete-search .autocomplete-search__input::-webkit-search-results-button, .autocomplete-search .autocomplete-search__input::-webkit-search-results-decoration {
  display: none;
}
.autocomplete-search .autocomplete-search__input::-moz-placeholder {
  color: #677083;
  opacity: 1;
}

.autocomplete-search .autocomplete-search__input::-webkit-input-placeholder {
  color: #677083;
  opacity: 1;
}

.autocomplete-search .autocomplete-search__input:-ms-input-placeholder {
  color: #677083;
  opacity: 1;
}

.autocomplete-search .autocomplete-search__input:focus {
  padding-left: 9px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .autocomplete-search .autocomplete-search__input:focus {
    padding-left: 9.5px;
  }
}
.autocomplete-search .autocomplete-search__input[type=search] {
  box-sizing: inherit;
}
@media screen and (min-width: 1152px) {
  .autocomplete-search .autocomplete-search__input {
    line-height: 33px;
    padding-right: 40px;
    padding-left: 15px;
  }
  .autocomplete-search .autocomplete-search__input:focus {
    padding-left: 14px;
  }
}
@media only screen and (min-width: 1152px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1152px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 1152px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 1152px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1152px) and (min-resolution: 192dpi), only screen and (min-width: 1152px) and (min-resolution: 2dppx) {
  .autocomplete-search .autocomplete-search__input:focus {
    padding-left: 14.5px;
  }
}
.autocomplete-search .autocomplete-search__heading {
  color: #0D1C3D;
  margin: 0;
  padding-top: 24px;
  padding-bottom: 10px;
  padding-left: 25px;
  float: left;
}
@media screen and (max-width: 1151px) {
  .autocomplete-search .autocomplete-search__heading {
    padding-right: 15px;
  }
}
@media screen and (min-width: 1152px) {
  .autocomplete-search .autocomplete-search__heading {
    padding-right: 15px;
    padding-left: 25px;
  }
}
.autocomplete-search .autocomplete-search__listbox {
  position: relative;
  width: 100%;
  background: white;
  border-right: 1px solid #D3D6DC;
  border-bottom: 1px solid #D3D6DC;
  border-left: 1px solid #D3D6DC;
}
.autocomplete-search .autocomplete-search__listbox.-arrow-event .autocomplete-search__link:focus {
  outline: 0;
}
.autocomplete-search .autocomplete-search__listbox.-toggle-border {
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
@media screen and (min-width: 1152px) {
  .autocomplete-search .autocomplete-search__listbox {
    top: 55px;
    position: absolute;
    z-index: 1;
    padding: 0;
  }
}
.autocomplete-search .autocomplete-search__listbox.-hidden {
  display: none;
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__list {
  list-style: none;
  margin: 0;
  padding: 0 0 15px 0;
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-family: "Gotham 5r";
  position: relative;
  margin: 0;
  padding: 12px 0;
  clear: both;
  cursor: pointer;
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.-book, .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.\--book {
  font-family: "Gotham 4r";
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.-light, .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.\--light {
  font-family: "Gotham 3r";
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.-medium, .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.\--medium {
  font-family: "Gotham 5r";
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.-bold, .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 600px) {
  .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result {
    line-height: 21px;
  }
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result .-typed {
  font-family: "Gotham 4r";
  text-transform: capitalize;
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result [class^=icon-] {
  float: left;
  margin: 0 10px;
  margin-top: 3px;
  filter: brightness(82.1%) saturate(100%) invert(15%) sepia(85%) saturate(1723%) hue-rotate(166deg) brightness(95%) contrast(102%);
}
@media screen and (min-width: 768px) {
  .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result [class^=icon-] {
    margin-left: 15px;
  }
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.-no-icon {
  padding-left: 10px;
}
@media screen and (min-width: 1152px) {
  .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.-no-icon {
    padding-left: 15px;
  }
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.-link {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Gotham 4r";
  text-transform: capitalize;
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.-link a {
  display: block;
  width: fit-content;
  padding: 12px 0;
  color: #0074AD;
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.-link a:hover {
  color: white;
  background-color: #003B71;
  transform: translateZ(0);
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.-link a:hover [class^=icon-] {
  filter: brightness(0) invert(1);
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.-link a.focused, .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.-link a:focus-visible {
  outline: auto;
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result:hover {
  color: white;
  background-color: #003B71;
  transform: translateZ(0);
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result:hover a {
  color: white;
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result:hover [class^=icon-] {
  color: white;
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result:focus-visible, .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result:focus, .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.focused {
  width: fit-content;
  outline: auto;
}
.autocomplete-search .autocomplete-search__listbox .autocomplete-search__result:focus-visible:hover, .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result:focus:hover, .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result.focused:hover {
  width: 100%;
  outline: none;
}
@-moz-document url-prefix() {
  .autocomplete-search .autocomplete-search__submit:focus {
    outline-offset: 2px;
    outline: 1px dotted #0D1C3D;
  }
}
@supports (position: -ms-page) {
  .autocomplete-search .autocomplete-search__submit:focus {
    outline: 1px dotted #0D1C3D;
  }
}
@media screen and (min-width: 1152px) {
  .autocomplete-search .autocomplete-search__submit {
    float: right;
    position: relative;
    margin-left: -2px;
    min-width: 0;
    width: 97px;
    margin-top: 0;
    margin-left: 20px;
    padding-top: 15px;
    padding-bottom: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.autocomplete-search .autocomplete-search__submit [class^=icon-] {
  position: relative;
  top: -2px;
  margin: 0 10px 0 0;
  padding: 0;
  width: 1.3rem;
}
.autocomplete-search .autocomplete-search__submit .search-icon {
  filter: brightness(0) invert(1);
  margin: 0 4px 0 0;
  width: 1.3rem;
  padding: 0;
  vertical-align: middle;
}
.autocomplete-search .clear-input-button {
  top: 13px;
}
@media screen and (max-width: 1151px) {
  .autocomplete-search .clear-input-button {
    right: 28px;
  }
}
.autocomplete-search .autocomplete-search__close {
  position: absolute;
  bottom: 96px;
  right: 4px;
  color: white;
  padding: 11px 12px 9px 14px;
  width: 44px;
  height: 44px;
  appearance: none;
  background-color: transparent;
  border: none;
  margin: 0;
  font-size: 0;
  display: inline-block;
  min-width: 44px;
}
@media screen and (min-width: 1152px) {
  .autocomplete-search .autocomplete-search__close {
    width: 14px;
    height: auto;
    position: inherit;
    padding: 0px 0px;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .autocomplete-search .autocomplete-search__close__icon {
    width: 14px;
    height: auto;
    padding: 0px 0px;
  }
}
.autocomplete-search *::-ms-backdrop,
.autocomplete-search .autocomplete-search__input:focus {
  outline: 1px dotted #0D1C3D;
}
.autocomplete-search *::-ms-backdrop,
.autocomplete-search .autocomplete-search__input:focus {
  outline: 1px dotted #0D1C3D;
}
.autocomplete-search-version:before {
  content: "autocomplete-search-pattern v1.0.0";
}
.autocomplete-search.-ds2 {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.autocomplete-search.-ds2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  width: 100%;
  height: 162px;
  background-color: #003B71;
}
@media screen and (max-width: 1151px) {
  .autocomplete-search.-ds2 {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1152px) {
  .autocomplete-search.-ds2 {
    float: left;
    padding-top: 21px;
    padding-bottom: 21px;
    background: #0D1C3D;
  }
  .autocomplete-search.-ds2:before {
    display: none;
  }
}
@media screen and (min-width: 1152px) {
  .autocomplete-search.-ds2 .autocomplete-search__close {
    margin-left: 9px;
    font-size: 14px;
    width: 60px;
    min-width: auto;
    white-space: normal;
  }
  .autocomplete-search.-ds2 .autocomplete-search__close:hover, .autocomplete-search.-ds2 .autocomplete-search__close:focus-visible {
    text-decoration: underline;
    border-radius: 0;
  }
}
.autocomplete-search.-ds2 .autocomplete-search__logo {
  filter: brightness(0) invert(1);
  margin-bottom: 10px;
  margin-right: 125px;
}
@media screen and (max-width: 1151px) {
  .autocomplete-search.-ds2 .autocomplete-search__logo {
    display: none;
  }
}
.autocomplete-search.-ds2 .autocomplete-search__form {
  margin-top: 25px;
  position: relative;
  margin-right: 50px;
}
@media screen and (max-width: 1151px) {
  .autocomplete-search.-ds2 .autocomplete-search__form {
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .autocomplete-search.-ds2 .autocomplete-search__form {
    display: flex;
    float: none;
    margin: 0 auto;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 85rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1151px) {
  .autocomplete-search.-ds2 .container--ds2 {
    margin: 24px auto auto auto;
    position: absolute;
    width: 100%;
  }
}
@media screen and (max-width: 1151px) {
  .autocomplete-search.-ds2 .autocomplete-search__combobox {
    width: 100%;
  }
}
@media screen and (min-width: 1152px) {
  .autocomplete-search.-ds2 .autocomplete-search__combobox {
    width: calc(100% - 165px);
  }
  .autocomplete-search.-ds2 .autocomplete-search__combobox .container {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1151px) {
  .autocomplete-search.-ds2 .autocomplete-search__listbox {
    position: relative;
    top: 62px;
    border: none;
  }
}
@media screen and (min-width: 1152px) {
  .autocomplete-search.-ds2 .autocomplete-search__listbox {
    border-radius: 10px;
    border: 1px solid #0078B3;
  }
}
.autocomplete-search.-ds2 .autocomplete-search__input {
  line-height: 28px;
}
@media screen and (max-width: 1151px) {
  .autocomplete-search.-ds2 .autocomplete-search__input {
    height: 44px;
  }
}
@media screen and (max-width: 1151px) {
  .autocomplete-search.-ds2 .autocomplete-search__input {
    color: #0D1C3D;
    background-color: white;
    padding-left: 12px;
    border-radius: 54px;
  }
  .autocomplete-search.-ds2 .autocomplete-search__input:focus {
    caret-color: black;
  }
}
.autocomplete-search.-ds2 .autocomplete-search__submit {
  display: flex;
  align-items: center;
  width: 97px;
  height: 36px;
  margin-left: 0;
  margin-top: 5px;
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid white;
  color: white;
}
@media screen and (min-width: 1152px) {
  .autocomplete-search.-ds2 .autocomplete-search__submit {
    margin-left: 24px;
    font-size: 13px;
  }
  .autocomplete-search.-ds2 .autocomplete-search__submit:hover, .autocomplete-search.-ds2 .autocomplete-search__submit:focus-visible {
    background-color: #90CEF1;
    border: 1px solid #90CEF1;
    color: #003B71;
  }
  .autocomplete-search.-ds2 .autocomplete-search__submit:hover .search-icon, .autocomplete-search.-ds2 .autocomplete-search__submit:focus-visible .search-icon {
    filter: none;
  }
}
@media screen and (max-width: 1151px) {
  .autocomplete-search.-ds2 .autocomplete-search__submit {
    display: inline;
    width: 100%;
    margin-top: 16px;
    height: 36px;
    padding-top: 5px;
    font-size: 16px;
  }
  .autocomplete-search.-ds2 .autocomplete-search__submit .search-icon {
    margin-bottom: 4px;
  }
}
.autocomplete-search.-ds2.-exposed-search {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #0D1C3D;
}
.autocomplete-search.-ds2.-exposed-search:before {
  display: none;
}
.autocomplete-search.-ds2.-exposed-search .autocomplete-search__top-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.autocomplete-search.-ds2.-exposed-search .autocomplete-search__form {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
}
.autocomplete-search.-ds2.-exposed-search .autocomplete-search__combobox {
  width: 100%;
}
.autocomplete-search.-ds2.-exposed-search .autocomplete-search__heading {
  padding-top: 18px;
}
.autocomplete-search.-ds2.-exposed-search .autocomplete-search__listbox {
  border-radius: 4px;
  top: 0;
  margin-top: 12px;
}
@media screen and (min-width: 1152px) {
  .autocomplete-search.-ds2.-exposed-search .autocomplete-search__listbox {
    margin-top: 22px;
    box-shadow: 0px 7px 14px 3px rgba(0, 0, 0, 0.09);
  }
}
.autocomplete-search.-ds2.-exposed-search .autocomplete-search__listbox .autocomplete-search__result {
  padding-right: 12px;
}
.autocomplete-search.-ds2.-exposed-search .container--ds2 {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
}

.sg-spacing .autocomplete-search__form {
  margin-bottom: 20px;
}
.sg-spacing .autocomplete-search__submit.button {
  margin-bottom: 0;
}

@media screen and (max-width: 1151px) {
  .autocomplete-search__close.button {
    min-width: 44px;
  }
}

.pl-autocomplete-search-pattern-version:before {
  content: "2.6.7";
}

.character-count {
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 16px;
}
.character-count.\-caps, .character-count.\--caps {
  text-transform: uppercase;
}
.character-count.-book, .character-count.\--book {
  font-family: "Gotham 4r";
}
.character-count.-light, .character-count.\--light {
  font-family: "Gotham 3r";
}
.character-count.-medium, .character-count.\--medium {
  font-family: "Gotham 5r";
}
.character-count.-bold, .character-count.\--bold {
  font-family: "Gotham 5r";
}
.character-count p {
  margin: 10px auto;
}

.expDesc {
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 16px;
  color: #D00000;
  display: block;
  width: 100%;
}
.expDesc.\-caps, .expDesc.\--caps {
  text-transform: uppercase;
}
.expDesc.-book, .expDesc.\--book {
  font-family: "Gotham 4r";
}
.expDesc.-light, .expDesc.\--light {
  font-family: "Gotham 3r";
}
.expDesc.-medium, .expDesc.\--medium {
  font-family: "Gotham 5r";
}
.expDesc.-bold, .expDesc.\--bold {
  font-family: "Gotham 5r";
}
.expDesc p {
  margin: 10px auto;
}

.clear-input-field {
  display: inline-block;
  position: relative;
}

input.clear-input-textbox {
  padding-right: 40px;
}
input.clear-input-textbox::-ms-clear {
  display: none;
}

.clear-input-button {
  position: absolute;
  top: 20px;
  right: 14px;
  width: 19px;
  height: 19px;
  border: 0;
  color: transparent;
  background: transparent;
  overflow: hidden;
}
@-moz-document url-prefix() {
  .clear-input-button:focus {
    outline-offset: 2px;
    outline: 1px dotted #0D1C3D;
  }
}
.clear-input-button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
}
.clear-input-button .close-icon {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.clear-input-button .close-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  background: url("ds1-header/css/~styleguide/lib/modern/assets/images/cancelcirclesolid.svg");
  background-size: contain;
}

@media screen and (max-width: 600px) {
  .form-group input + .clear-input-button {
    top: 15px;
  }
}
.password-toggle-button {
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 16px;
  position: absolute;
  top: 15px;
  right: 10px;
  padding: 1px;
  border: 0;
  color: #0078B3;
  background-color: transparent;
}
.password-toggle-button.\-caps, .password-toggle-button.\--caps {
  text-transform: uppercase;
}
.password-toggle-button.-book, .password-toggle-button.\--book {
  font-family: "Gotham 4r";
}
.password-toggle-button.-light, .password-toggle-button.\--light {
  font-family: "Gotham 3r";
}
.password-toggle-button.-medium, .password-toggle-button.\--medium {
  font-family: "Gotham 5r";
}
.password-toggle-button.-bold, .password-toggle-button.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (min-width: 601px) {
  .password-toggle-button {
    top: 20px;
  }
}
@-moz-document url-prefix() {
  .password-toggle-button:focus {
    outline-offset: 2px;
    outline: 1px dotted #0D1C3D;
  }
}

.password-toggle-field {
  display: inline-block;
  position: relative;
}

input.password-toggle-textbox {
  padding-right: 3.5em;
}
input.password-toggle-textbox.-es {
  padding-right: 4.5em;
}
input.password-toggle-textbox::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
input.password-toggle-textbox::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
input.password-toggle-textbox::-ms-reveal {
  display: none;
}
input.password-toggle-textbox::-ms-clear {
  display: none;
}

.selectable-group:before, .selectable-group:after {
  content: " ";
  display: table;
}
.selectable-group:after {
  clear: both;
}
.selectable-group .selectable-group__label {
  margin-top: 0;
}

.selectable {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 12px 17px;
  border: 3px solid #677083;
  color: #0D1C3D;
  overflow: hidden;
  cursor: pointer;
}
.selectable [data-line-clamp="1"] {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-right: 1.1em;
}
.selectable [data-line-clamp="1"] .visual-ellipsis {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  bottom: 0.2em;
}
.selectable [data-line-clamp="1"] .visual-ellipsis__cover {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}
.selectable [data-line-clamp="2"] {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-right: 1.1em;
}
.selectable [data-line-clamp="2"] .visual-ellipsis {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  bottom: 0.2em;
}
.selectable [data-line-clamp="2"] .visual-ellipsis__cover {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}
.selectable [data-line-clamp="3"] {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-right: 1.1em;
}
.selectable [data-line-clamp="3"] .visual-ellipsis {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  bottom: 0.2em;
}
.selectable [data-line-clamp="3"] .visual-ellipsis__cover {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}
.selectable [data-line-clamp="4"] {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-right: 1.1em;
}
.selectable [data-line-clamp="4"] .visual-ellipsis {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  bottom: 0.2em;
}
.selectable [data-line-clamp="4"] .visual-ellipsis__cover {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}
.selectable [data-line-clamp="5"] {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-right: 1.1em;
}
.selectable [data-line-clamp="5"] .visual-ellipsis {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  bottom: 0.2em;
}
.selectable [data-line-clamp="5"] .visual-ellipsis__cover {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}
.selectable [data-line-clamp="6"] {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-right: 1.1em;
}
.selectable [data-line-clamp="6"] .visual-ellipsis {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  bottom: 0.2em;
}
.selectable [data-line-clamp="6"] .visual-ellipsis__cover {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}
.selectable [data-line-clamp="7"] {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-right: 1.1em;
}
.selectable [data-line-clamp="7"] .visual-ellipsis {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  bottom: 0.2em;
}
.selectable [data-line-clamp="7"] .visual-ellipsis__cover {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}
.selectable [data-line-clamp="8"] {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-right: 1.1em;
}
.selectable [data-line-clamp="8"] .visual-ellipsis {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  bottom: 0.2em;
}
.selectable [data-line-clamp="8"] .visual-ellipsis__cover {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}
.selectable [data-line-clamp="9"] {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-right: 1.1em;
}
.selectable [data-line-clamp="9"] .visual-ellipsis {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  bottom: 0.2em;
}
.selectable [data-line-clamp="9"] .visual-ellipsis__cover {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}
.selectable [data-line-clamp="10"] {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-right: 1.1em;
}
.selectable [data-line-clamp="10"] .visual-ellipsis {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  bottom: 0.2em;
}
.selectable [data-line-clamp="10"] .visual-ellipsis__cover {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}
@media screen and (min-width: 601px) {
  .selectable {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.selectable:hover {
  border: 3px solid #0078B3;
}
.selectable.-no-focus-outline:focus {
  outline: 0;
}
.selectable.-no-focus-outline img {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 601px) {
  .selectable.-no-focus-outline img {
    top: 19px;
  }
}
.selectable .selectable__label,
.selectable .selectable__category,
.selectable .selectable__text {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.selectable .selectable__label {
  overflow: hidden;
  padding-right: 15px;
  margin-right: 15px;
}
.selectable > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.selectable > *:last-child, .selectable > *:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.selectable .selectable__checkmark {
  position: absolute;
  top: 12px;
  right: 17px;
  color: #0078B3;
  display: none;
}
@media screen and (min-width: 601px) {
  .selectable .selectable__checkmark {
    top: 17px;
  }
}
.selectable .selectable__checkmark:before {
  font-weight: 600;
}
.selectable[aria-checked=true] {
  border: 3px solid #0078B3;
}
.selectable[aria-checked=true] .selectable__label {
  font-family: "Gotham 5r";
}
.selectable[aria-checked=true] .selectable__checkmark {
  display: block;
}
.selectable.selectable--big-tile {
  display: flex;
  padding-top: 17px;
  padding-bottom: 17px;
}
.selectable.selectable--big-tile .selectable__icon {
  display: flex;
}
.selectable.selectable--big-tile .selectable__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 15px;
}
.selectable.selectable--big-tile .selectable__label {
  margin-top: 0;
  margin-bottom: 0;
}
.selectable.selectable--big-tile .selectable__text {
  padding-right: 0;
  margin-right: 0;
  margin-top: 7px;
  margin-bottom: 0;
}
@media screen and (min-width: 601px) {
  .selectable.selectable--big-tile {
    width: 100%;
    padding-top: 27px;
    padding-bottom: 27px;
    flex-direction: column;
    align-items: center;
  }
  .selectable.selectable--big-tile .selectable__content {
    align-items: center;
    text-align: center;
    padding-left: 0;
  }
  .selectable.selectable--big-tile .selectable__label {
    margin-top: 15px;
    padding-right: 0;
    margin-right: 0;
  }
}
.selectable.selectable--doctor {
  display: flex;
  padding-top: 17px;
  padding-bottom: 17px;
}
.selectable.selectable--doctor .selectable__icon {
  display: flex;
  align-items: flex-start;
}
.selectable.selectable--doctor .selectable__icon i[class^=icon] {
  width: 60px;
  height: 60px;
}
.selectable.selectable--doctor .selectable__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 15px;
}
.selectable.selectable--doctor .selectable__label {
  margin-top: 0;
  margin-bottom: 0;
}
.selectable.selectable--doctor .selectable__category {
  margin-bottom: 0;
  margin-top: 3px;
}
.selectable.selectable--doctor .selectable__text {
  margin-bottom: 0;
  margin-top: 13px;
}
.selectable.-disabled {
  border: 3px solid #F7F7F7;
  background-color: #F7F7F7;
  cursor: not-allowed;
}
.selectable.-disabled .selectable__label,
.selectable.-disabled .selectable__category,
.selectable.-disabled .selectable__text {
  color: #677083;
}
.selectable.-disabled .selectable__icon i[class^=icon-] {
  color: #D3D6DC;
  background-color: #fff;
}
.selectable.-disabled .selectable__checkmark {
  color: #D3D6DC;
}
.selectable.-disabled:hover {
  border: 3px solid #F7F7F7;
}
.selectable.-disabled:focus {
  outline: 0;
}

.visual-ellipsis,
.visual-ellipsis__cover {
  display: none;
}

.sg-spacing .natural-lang-dropdown-group {
  margin-bottom: 20px;
}

.natural-lang-dropdown-group {
  display: inline-block;
  font-size: 16px;
  line-height: 2rem;
}
.natural-lang-dropdown-group .natural-lang-dropdown-label {
  display: inline;
}
.natural-lang-dropdown-group .natural-lang-dropdown-label label, .natural-lang-dropdown-group .natural-lang-dropdown-label span {
  color: #0D1C3D;
  text-transform: none;
}
.natural-lang-dropdown-group .natural-lang-dropdown-field {
  position: relative;
  display: inline-block;
}
.natural-lang-dropdown-group .natural-lang-dropdown-field select {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #0078B3;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.natural-lang-dropdown-group .natural-lang-dropdown-field select:disabled {
  cursor: not-allowed;
}
.natural-lang-dropdown-group .natural-lang-dropdown-field select::-ms-expand {
  display: none;
}
.natural-lang-dropdown-group .natural-lang-dropdown-field select option {
  padding: 0;
}
.natural-lang-dropdown-group .natural-lang-dropdown-field .natural-lang-dropdown-option {
  position: absolute;
  z-index: -1;
  padding-right: 1.45rem;
  white-space: nowrap;
  color: transparent;
}
.natural-lang-dropdown-group .natural-lang-dropdown-field .icon-chevron-down[aria-hidden=true] {
  position: absolute;
  right: 0.15rem;
  bottom: 0;
  pointer-events: none;
}
.natural-lang-dropdown-group .natural-lang-dropdown-field .icon-chevron-down[aria-hidden=true]:before {
  color: #0078B3;
}
.natural-lang-dropdown-group .natural-lang-dropdown-field img {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0.15rem;
  bottom: 8px;
  pointer-events: none;
}
.natural-lang-dropdown-group .natural-lang-dropdown-field .natural-lang-dropdown-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 1.45rem);
  border-bottom: 2px solid #0078B3;
}
@supports (-webkit-overflow-scrolling: touch) {
  .natural-lang-dropdown-group .natural-lang-dropdown-field .natural-lang-dropdown-option {
    padding-right: 2.25rem;
  }
}
@supports (-ms-ime-align: auto) {
  .natural-lang-dropdown-group .natural-lang-dropdown-field .natural-lang-dropdown-option {
    padding-right: 1.9rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .natural-lang-dropdown-group .natural-lang-dropdown-field .natural-lang-dropdown-option {
    padding-right: 1.75rem;
  }
}
.natural-lang-dropdown-group .natural-lang-dropdown-field .natural-lang-dropdown-option {
  -moz-padding-start: 0.55rem;
}
.natural-lang-dropdown-group .natural-lang-dropdown-field.-inky-blue select {
  color: #0D1C3D;
}
.natural-lang-dropdown-group .natural-lang-dropdown-field.-medium select, .natural-lang-dropdown-group .natural-lang-dropdown-field.-medium .natural-lang-dropdown-option {
  font-family: "Gotham 5r";
}

.natural-lang-dropdown-group.-variation-2 {
  display: inline-block;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 769px) {
  .natural-lang-dropdown-group.-variation-2 {
    font-size: 2.25rem;
    line-height: 40px;
  }
}
.natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-label {
  line-height: 40px;
}
@media screen and (min-width: 769px) {
  .natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-label {
    line-height: 50px;
  }
}
.natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-field select {
  padding-bottom: 8px;
  font-size: 28px;
}
@media screen and (min-width: 769px) {
  .natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-field select {
    padding-bottom: 10px;
    font-size: 2.25rem;
  }
}
.natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-field .natural-lang-dropdown-option {
  padding-right: 34px;
}
@media screen and (min-width: 769px) {
  .natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-field .natural-lang-dropdown-option {
    padding-right: 48px;
  }
}
.natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-field .icon-chevron-down[aria-hidden=true] {
  padding-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-field .icon-chevron-down[aria-hidden=true] {
    padding-bottom: 7px;
  }
}
.natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-field .natural-lang-dropdown-underline {
  width: calc(100% - 34px);
}
@media screen and (min-width: 769px) {
  .natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-field .natural-lang-dropdown-underline {
    width: calc(100% - 48px);
    border-width: 3px;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  .natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-field .natural-lang-dropdown-option {
    padding-right: 59px;
  }
}
@supports (-ms-ime-align: auto) {
  .natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-field .natural-lang-dropdown-option {
    padding-right: 39px;
  }
  @media screen and (min-width: 769px) {
    .natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-field .natural-lang-dropdown-option {
      padding-right: 53px;
    }
  }
}
.natural-lang-dropdown-group.-variation-2 .natural-lang-dropdown-field .natural-lang-dropdown-option {
  -moz-padding-start: 10px;
}

.natural-lang-dropdown-adjacent-group {
  display: inline-block;
}

.natural-lang-dropdown-adjacent-group.-variation-2 {
  padding-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .natural-lang-dropdown-adjacent-group.-variation-2 {
    padding-bottom: 10px;
  }
}

.container_password-strength .password-strength-text {
  margin-bottom: 0;
  line-height: 27px;
}
.container_password-strength .bar-text {
  display: flex;
  line-height: 27px;
}
@media screen and (min-width: 769px) {
  .container_password-strength .bar-text {
    display: inline-flex;
    padding-left: 20px;
  }
}
.container_password-strength .box1 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.container_password-strength .box2 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.container_password-strength .box3 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.container_password-strength .box4 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.container_password-strength .box5 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.container_password-strength .result_red .box1 {
  background: #FF0000;
}
.container_password-strength .result_orange .box1,
.container_password-strength .result_orange .box2 {
  background: #F36C0D;
}
.container_password-strength .result_yellow .box1,
.container_password-strength .result_yellow .box2,
.container_password-strength .result_yellow .box3 {
  background: #FEC941;
}
.container_password-strength .result_green .box1,
.container_password-strength .result_green .box2,
.container_password-strength .result_green .box3,
.container_password-strength .result_green .box4 {
  background: #57A635;
}
.container_password-strength .result_green--full .box1,
.container_password-strength .result_green--full .box2,
.container_password-strength .result_green--full .box3,
.container_password-strength .result_green--full .box4,
.container_password-strength .result_green--full .box5 {
  background: #57A635;
}

.example-password-strength_bar-weak .password-strength-text {
  margin-bottom: 0;
  line-height: 27px;
}
.example-password-strength_bar-weak .bar-text {
  display: flex;
  line-height: 27px;
}
@media screen and (min-width: 769px) {
  .example-password-strength_bar-weak .bar-text {
    display: inline-flex;
    padding-left: 20px;
  }
}
.example-password-strength_bar-weak .box1 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-weak .box2 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-weak .box3 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-weak .box4 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-weak .box5 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-weak .result_red .box1 {
  background: #FF0000;
}
.example-password-strength_bar-weak .result_orange .box1,
.example-password-strength_bar-weak .result_orange .box2 {
  background: #F36C0D;
}
.example-password-strength_bar-weak .result_yellow .box1,
.example-password-strength_bar-weak .result_yellow .box2,
.example-password-strength_bar-weak .result_yellow .box3 {
  background: #FEC941;
}
.example-password-strength_bar-weak .result_green .box1,
.example-password-strength_bar-weak .result_green .box2,
.example-password-strength_bar-weak .result_green .box3,
.example-password-strength_bar-weak .result_green .box4 {
  background: #57A635;
}
.example-password-strength_bar-weak .result_green--full .box1,
.example-password-strength_bar-weak .result_green--full .box2,
.example-password-strength_bar-weak .result_green--full .box3,
.example-password-strength_bar-weak .result_green--full .box4,
.example-password-strength_bar-weak .result_green--full .box5 {
  background: #57A635;
}

.example-password-strength_bar-too-short .password-strength-text {
  margin-bottom: 0;
  line-height: 27px;
}
.example-password-strength_bar-too-short .bar-text {
  display: flex;
  line-height: 27px;
}
@media screen and (min-width: 769px) {
  .example-password-strength_bar-too-short .bar-text {
    display: inline-flex;
    padding-left: 20px;
  }
}
.example-password-strength_bar-too-short .box1 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-too-short .box2 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-too-short .box3 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-too-short .box4 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-too-short .box5 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-too-short .result_red .box1 {
  background: #FF0000;
}
.example-password-strength_bar-too-short .result_orange .box1,
.example-password-strength_bar-too-short .result_orange .box2 {
  background: #F36C0D;
}
.example-password-strength_bar-too-short .result_yellow .box1,
.example-password-strength_bar-too-short .result_yellow .box2,
.example-password-strength_bar-too-short .result_yellow .box3 {
  background: #FEC941;
}
.example-password-strength_bar-too-short .result_green .box1,
.example-password-strength_bar-too-short .result_green .box2,
.example-password-strength_bar-too-short .result_green .box3,
.example-password-strength_bar-too-short .result_green .box4 {
  background: #57A635;
}
.example-password-strength_bar-too-short .result_green--full .box1,
.example-password-strength_bar-too-short .result_green--full .box2,
.example-password-strength_bar-too-short .result_green--full .box3,
.example-password-strength_bar-too-short .result_green--full .box4,
.example-password-strength_bar-too-short .result_green--full .box5 {
  background: #57A635;
}

.example-password-strength_bar-weak .password-strength-text {
  margin-bottom: 0;
  line-height: 27px;
}
.example-password-strength_bar-weak .bar-text {
  display: flex;
  line-height: 27px;
}
@media screen and (min-width: 769px) {
  .example-password-strength_bar-weak .bar-text {
    display: inline-flex;
    padding-left: 20px;
  }
}
.example-password-strength_bar-weak .box1 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-weak .box2 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-weak .box3 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-weak .box4 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-weak .box5 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-weak .result_red .box1 {
  background: #FF0000;
}
.example-password-strength_bar-weak .result_orange .box1,
.example-password-strength_bar-weak .result_orange .box2 {
  background: #F36C0D;
}
.example-password-strength_bar-weak .result_yellow .box1,
.example-password-strength_bar-weak .result_yellow .box2,
.example-password-strength_bar-weak .result_yellow .box3 {
  background: #FEC941;
}
.example-password-strength_bar-weak .result_green .box1,
.example-password-strength_bar-weak .result_green .box2,
.example-password-strength_bar-weak .result_green .box3,
.example-password-strength_bar-weak .result_green .box4 {
  background: #57A635;
}
.example-password-strength_bar-weak .result_green--full .box1,
.example-password-strength_bar-weak .result_green--full .box2,
.example-password-strength_bar-weak .result_green--full .box3,
.example-password-strength_bar-weak .result_green--full .box4,
.example-password-strength_bar-weak .result_green--full .box5 {
  background: #57A635;
}

.example-password-strength_bar-good .password-strength-text {
  margin-bottom: 0;
  line-height: 27px;
}
.example-password-strength_bar-good .bar-text {
  display: flex;
  line-height: 27px;
}
@media screen and (min-width: 769px) {
  .example-password-strength_bar-good .bar-text {
    display: inline-flex;
    padding-left: 20px;
  }
}
.example-password-strength_bar-good .box1 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-good .box2 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-good .box3 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-good .box4 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-good .box5 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-good .result_red .box1 {
  background: #FF0000;
}
.example-password-strength_bar-good .result_orange .box1,
.example-password-strength_bar-good .result_orange .box2 {
  background: #F36C0D;
}
.example-password-strength_bar-good .result_yellow .box1,
.example-password-strength_bar-good .result_yellow .box2,
.example-password-strength_bar-good .result_yellow .box3 {
  background: #FEC941;
}
.example-password-strength_bar-good .result_green .box1,
.example-password-strength_bar-good .result_green .box2,
.example-password-strength_bar-good .result_green .box3,
.example-password-strength_bar-good .result_green .box4 {
  background: #57A635;
}
.example-password-strength_bar-good .result_green--full .box1,
.example-password-strength_bar-good .result_green--full .box2,
.example-password-strength_bar-good .result_green--full .box3,
.example-password-strength_bar-good .result_green--full .box4,
.example-password-strength_bar-good .result_green--full .box5 {
  background: #57A635;
}

.example-password-strength_bar-strong .password-strength-text {
  margin-bottom: 0;
  line-height: 27px;
}
.example-password-strength_bar-strong .bar-text {
  display: flex;
  line-height: 27px;
}
@media screen and (min-width: 769px) {
  .example-password-strength_bar-strong .bar-text {
    display: inline-flex;
    padding-left: 20px;
  }
}
.example-password-strength_bar-strong .box1 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-strong .box2 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-strong .box3 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-strong .box4 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-strong .box5 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-strong .result_red .box1 {
  background: #FF0000;
}
.example-password-strength_bar-strong .result_orange .box1,
.example-password-strength_bar-strong .result_orange .box2 {
  background: #F36C0D;
}
.example-password-strength_bar-strong .result_yellow .box1,
.example-password-strength_bar-strong .result_yellow .box2,
.example-password-strength_bar-strong .result_yellow .box3 {
  background: #FEC941;
}
.example-password-strength_bar-strong .result_green .box1,
.example-password-strength_bar-strong .result_green .box2,
.example-password-strength_bar-strong .result_green .box3,
.example-password-strength_bar-strong .result_green .box4 {
  background: #57A635;
}
.example-password-strength_bar-strong .result_green--full .box1,
.example-password-strength_bar-strong .result_green--full .box2,
.example-password-strength_bar-strong .result_green--full .box3,
.example-password-strength_bar-strong .result_green--full .box4,
.example-password-strength_bar-strong .result_green--full .box5 {
  background: #57A635;
}

.example-password-strength_bar-very-strong .password-strength-text {
  margin-bottom: 0;
  line-height: 27px;
}
.example-password-strength_bar-very-strong .bar-text {
  display: flex;
  line-height: 27px;
}
@media screen and (min-width: 769px) {
  .example-password-strength_bar-very-strong .bar-text {
    display: inline-flex;
    padding-left: 20px;
  }
}
.example-password-strength_bar-very-strong .box1 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-very-strong .box2 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-very-strong .box3 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-very-strong .box4 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-very-strong .box5 {
  height: 9px;
  width: 25px;
  display: inline-flex;
  background-color: rgb(228, 228, 228);
  text-align: center;
  border-radius: 10px;
}
.example-password-strength_bar-very-strong .result_red .box1 {
  background: #FF0000;
}
.example-password-strength_bar-very-strong .result_orange .box1,
.example-password-strength_bar-very-strong .result_orange .box2 {
  background: #F36C0D;
}
.example-password-strength_bar-very-strong .result_yellow .box1,
.example-password-strength_bar-very-strong .result_yellow .box2,
.example-password-strength_bar-very-strong .result_yellow .box3 {
  background: #FEC941;
}
.example-password-strength_bar-very-strong .result_green .box1,
.example-password-strength_bar-very-strong .result_green .box2,
.example-password-strength_bar-very-strong .result_green .box3,
.example-password-strength_bar-very-strong .result_green .box4 {
  background: #57A635;
}
.example-password-strength_bar-very-strong .result_green--full .box1,
.example-password-strength_bar-very-strong .result_green--full .box2,
.example-password-strength_bar-very-strong .result_green--full .box3,
.example-password-strength_bar-very-strong .result_green--full .box4,
.example-password-strength_bar-very-strong .result_green--full .box5 {
  background: #57A635;
}

.textarea-wrapper p.character-count {
  margin: 10px auto;
}

.text-area_word-count {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  display: block;
  padding: 15px;
  width: calc(100% - 28px);
  height: 252px;
  border: 1px solid #878F9B;
  border-radius: 0;
  color: #0D1C3D;
  -webkit-appearance: none;
}
.text-area_word-count.-book, .text-area_word-count.\--book {
  font-family: "Gotham 4r";
}
.text-area_word-count.-light, .text-area_word-count.\--light {
  font-family: "Gotham 3r";
}
.text-area_word-count.-medium, .text-area_word-count.\--medium {
  font-family: "Gotham 5r";
}
.text-area_word-count.-bold, .text-area_word-count.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 600px) {
  .text-area_word-count {
    font-size: 15px;
    line-height: 20px;
  }
}
.text-area_word-count.focus {
  border-color: #0074AD;
}
.text-area_word-count[data-show-lines="1"] {
  height: 54px;
}
.text-area_word-count[data-show-lines="2"] {
  height: 76px;
}
.text-area_word-count[data-show-lines="3"] {
  height: 98px;
}
.text-area_word-count[data-show-lines="4"] {
  height: 120px;
}
.text-area_word-count[data-show-lines="5"] {
  height: 142px;
}
.text-area_word-count[data-show-lines="6"] {
  height: 164px;
}
.text-area_word-count[data-show-lines="7"] {
  height: 186px;
}
.text-area_word-count[data-show-lines="8"] {
  height: 208px;
}
.text-area_word-count[data-show-lines="9"] {
  height: 230px;
}
.text-area_word-count[data-show-lines="10"] {
  height: 252px;
}
@media screen and (max-width: 600px) {
  .text-area_word-count {
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    height: 234px;
  }
  .text-area_word-count.-book, .text-area_word-count.\--book {
    font-family: "Gotham 4r";
  }
  .text-area_word-count.-light, .text-area_word-count.\--light {
    font-family: "Gotham 3r";
  }
  .text-area_word-count.-medium, .text-area_word-count.\--medium {
    font-family: "Gotham 5r";
  }
  .text-area_word-count.-bold, .text-area_word-count.\--bold {
    font-family: "Gotham 5r";
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .text-area_word-count {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 600px) {
  .text-area_word-count[data-show-lines="1"] {
    height: 54px;
  }
  .text-area_word-count[data-show-lines="2"] {
    height: 74px;
  }
  .text-area_word-count[data-show-lines="3"] {
    height: 94px;
  }
  .text-area_word-count[data-show-lines="4"] {
    height: 114px;
  }
  .text-area_word-count[data-show-lines="5"] {
    height: 134px;
  }
  .text-area_word-count[data-show-lines="6"] {
    height: 154px;
  }
  .text-area_word-count[data-show-lines="7"] {
    height: 174px;
  }
  .text-area_word-count[data-show-lines="8"] {
    height: 194px;
  }
  .text-area_word-count[data-show-lines="9"] {
    height: 214px;
  }
  .text-area_word-count[data-show-lines="10"] {
    height: 234px;
  }
}

.pl-form-pattern-version:before {
  content: "6.2.6";
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
    width: 50px;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    width: 100%;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(-100vw);
  }
}
.kp-header .autocomplete-search {
  min-height: 75px;
}
.kp-header .autocomplete-search.expanded {
  animation: fadeInLeft 0.2s ease-out;
  display: block;
  width: 100%;
}
.kp-header .autocomplete-search.collapsed {
  animation: fadeInRight 0.2s ease-out;
}

/* Theming */
.theme-nt-mobile-kp-blue .kp-header-global-menu {
  background-color: #F7F7F7;
}
.theme-nt-mobile-kp-blue .kp-header-global-menu .peripheral-content__device span, .theme-nt-mobile-kp-blue .kp-header-global-menu .peripheral-content__device a, .theme-nt-mobile-kp-blue .kp-header-global-menu .peripheral-content__device p, .theme-nt-mobile-kp-blue .kp-header-global-menu .peripheral-content__device li, .theme-nt-mobile-kp-blue .kp-header-global-menu .peripheral-content__device button:not(.button), .theme-nt-mobile-kp-blue .kp-header-global-menu .peripheral-content__device i {
  color: inherit;
}
.theme-nt-mobile-kp-blue .kp-header-global-menu .peripheral-content__device button.-tertiary {
  color: inherit;
}
.theme-nt-mobile-kp-blue .kp-header-global-menu .peripheral-content__device .navigational-select-dropdown i {
  color: inherit;
}
@media screen and (min-width: 769px) {
  .theme-nt-mobile-kp-blue .kp-header-global-menu {
    background-color: #F7F7F7;
  }
  .theme-nt-mobile-kp-blue .kp-header-global-menu span, .theme-nt-mobile-kp-blue .kp-header-global-menu p, .theme-nt-mobile-kp-blue .kp-header-global-menu li {
    color: #0D1C3D;
  }
}
.theme-nt-mobile-kp-blue .kp-header-global-menu__mobile-buttons__inner .mobile-menu-button-close i {
  color: #0074AD;
}
.theme-nt-mobile-kp-blue .kp-header-global-menu__menu-item {
  text-align: left;
}
.theme-nt-mobile-kp-blue .kp-header-global-menu__menu-item__link {
  text-align: left;
  color: #0074AD;
}
@media screen and (min-width: 769px) {
  .theme-nt-mobile-kp-blue .kp-header-global-menu__menu-item__link {
    color: #0D1C3D;
  }
  .theme-nt-mobile-kp-blue .kp-header-global-menu__menu-item__link:hover {
    color: #0D1C3D;
  }
}
.theme-nt-mobile-kp-blue .kp-header-global-menu__menu-item__link i {
  color: #0074AD;
}
@media screen and (max-width: 768px) {
  .theme-nt-mobile-kp-blue .kp-header-global-menu .sub-menu {
    background-color: #F7F7F7;
  }
  .theme-nt-mobile-kp-blue .kp-header-global-menu .sub-menu span, .theme-nt-mobile-kp-blue .kp-header-global-menu .sub-menu p, .theme-nt-mobile-kp-blue .kp-header-global-menu .sub-menu li, .theme-nt-mobile-kp-blue .kp-header-global-menu .sub-menu button:not(.button), .theme-nt-mobile-kp-blue .kp-header-global-menu .sub-menu i {
    color: inherit;
  }
}
.theme-nt-mobile-kp-blue .kp-header-global-menu .peripheral-content__device {
  margin-top: 20px;
}
.theme-nt-mobile-kp-blue .kp-header-global-menu .peripheral-content__device__buttons {
  padding: 10px 0;
  border-bottom: 0 none;
}
.theme-nt-mobile-kp-blue .kp-header-global-menu .peripheral-content__device hr {
  border-top: 3px solid #ccc;
}

.theme-nt-mobile-dark-mode .kp-header-global-menu {
  background-color: #0D1C3D;
}
.theme-nt-mobile-dark-mode .kp-header-global-menu .peripheral-content__device span, .theme-nt-mobile-dark-mode .kp-header-global-menu .peripheral-content__device a, .theme-nt-mobile-dark-mode .kp-header-global-menu .peripheral-content__device p, .theme-nt-mobile-dark-mode .kp-header-global-menu .peripheral-content__device li, .theme-nt-mobile-dark-mode .kp-header-global-menu .peripheral-content__device button:not(.button), .theme-nt-mobile-dark-mode .kp-header-global-menu .peripheral-content__device i {
  color: white;
}
.theme-nt-mobile-dark-mode .kp-header-global-menu .peripheral-content__device button.-tertiary {
  color: white;
}
.theme-nt-mobile-dark-mode .kp-header-global-menu .peripheral-content__device .navigational-select-dropdown i {
  color: white;
}
.theme-nt-mobile-dark-mode .kp-header-global-menu .peripheral-content__device a {
  color: white;
}
@media screen and (min-width: 769px) {
  .theme-nt-mobile-dark-mode .kp-header-global-menu {
    background-color: #F7F7F7;
  }
  .theme-nt-mobile-dark-mode .kp-header-global-menu span, .theme-nt-mobile-dark-mode .kp-header-global-menu p, .theme-nt-mobile-dark-mode .kp-header-global-menu li {
    color: #0D1C3D;
  }
}
.theme-nt-mobile-dark-mode .kp-header-global-menu__mobile-buttons__inner .mobile-menu-button-close i {
  color: white;
}
.theme-nt-mobile-dark-mode .kp-header-global-menu__menu-item {
  text-align: center;
}
.theme-nt-mobile-dark-mode .kp-header-global-menu__menu-item__link {
  text-align: center;
  color: white;
}
@media screen and (min-width: 769px) {
  .theme-nt-mobile-dark-mode .kp-header-global-menu__menu-item__link {
    color: #0D1C3D;
  }
  .theme-nt-mobile-dark-mode .kp-header-global-menu__menu-item__link:hover {
    color: #0D1C3D;
  }
}
.theme-nt-mobile-dark-mode .kp-header-global-menu__menu-item__link i {
  color: white;
}
@media screen and (max-width: 768px) {
  .theme-nt-mobile-dark-mode .kp-header-global-menu .sub-menu {
    background-color: #0D1C3D;
  }
  .theme-nt-mobile-dark-mode .kp-header-global-menu .sub-menu span, .theme-nt-mobile-dark-mode .kp-header-global-menu .sub-menu p, .theme-nt-mobile-dark-mode .kp-header-global-menu .sub-menu li, .theme-nt-mobile-dark-mode .kp-header-global-menu .sub-menu button:not(.button), .theme-nt-mobile-dark-mode .kp-header-global-menu .sub-menu i {
    color: white;
  }
  .theme-nt-mobile-dark-mode .kp-header-global-menu .sub-menu a {
    color: white;
  }
}
.theme-nt-mobile-dark-mode .kp-header-global-menu .peripheral-content__device {
  margin-top: 0;
}
.theme-nt-mobile-dark-mode .kp-header-global-menu .peripheral-content__device__buttons {
  padding: 30px 0 0;
  border-bottom: 0 none;
}
.theme-nt-mobile-dark-mode .kp-header-global-menu .peripheral-content__device hr {
  border-top: 0 none;
}

.theme-nt-mobile-inky-blue .kp-header-global-menu {
  background-color: #0D1C3D;
}
.theme-nt-mobile-inky-blue .kp-header-global-menu .peripheral-content__device span, .theme-nt-mobile-inky-blue .kp-header-global-menu .peripheral-content__device a, .theme-nt-mobile-inky-blue .kp-header-global-menu .peripheral-content__device p, .theme-nt-mobile-inky-blue .kp-header-global-menu .peripheral-content__device li, .theme-nt-mobile-inky-blue .kp-header-global-menu .peripheral-content__device button:not(.button), .theme-nt-mobile-inky-blue .kp-header-global-menu .peripheral-content__device i {
  color: white;
}
.theme-nt-mobile-inky-blue .kp-header-global-menu .peripheral-content__device button.-tertiary {
  color: white;
}
.theme-nt-mobile-inky-blue .kp-header-global-menu .peripheral-content__device .navigational-select-dropdown i {
  color: white;
}
.theme-nt-mobile-inky-blue .kp-header-global-menu .peripheral-content__device a {
  color: white;
}
@media screen and (min-width: 769px) {
  .theme-nt-mobile-inky-blue .kp-header-global-menu {
    background-color: #0D1C3D;
  }
  .theme-nt-mobile-inky-blue .kp-header-global-menu span, .theme-nt-mobile-inky-blue .kp-header-global-menu p, .theme-nt-mobile-inky-blue .kp-header-global-menu li {
    color: #FFFFFF;
  }
}
.theme-nt-mobile-inky-blue .kp-header-global-menu__mobile-buttons__inner .mobile-menu-button-close i {
  color: white;
}
.theme-nt-mobile-inky-blue .kp-header-global-menu__menu-item {
  text-align: left;
}
.theme-nt-mobile-inky-blue .kp-header-global-menu__menu-item__link {
  text-align: left;
  color: white;
}
.theme-nt-mobile-inky-blue .kp-header-global-menu__menu-item__link:hover, .theme-nt-mobile-inky-blue .kp-header-global-menu__menu-item__link:focus, .theme-nt-mobile-inky-blue .kp-header-global-menu__menu-item__link:active {
  color: white;
}
@media screen and (min-width: 769px) {
  .theme-nt-mobile-inky-blue .kp-header-global-menu__menu-item__link {
    color: #FFFFFF;
  }
  .theme-nt-mobile-inky-blue .kp-header-global-menu__menu-item__link:hover {
    color: #FFFFFF;
  }
}
.theme-nt-mobile-inky-blue .kp-header-global-menu__menu-item__link i {
  color: white;
}
@media screen and (max-width: 768px) {
  .theme-nt-mobile-inky-blue .kp-header-global-menu .sub-menu {
    background-color: #0D1C3D;
  }
  .theme-nt-mobile-inky-blue .kp-header-global-menu .sub-menu span, .theme-nt-mobile-inky-blue .kp-header-global-menu .sub-menu p, .theme-nt-mobile-inky-blue .kp-header-global-menu .sub-menu li, .theme-nt-mobile-inky-blue .kp-header-global-menu .sub-menu button:not(.button), .theme-nt-mobile-inky-blue .kp-header-global-menu .sub-menu i {
    color: white;
  }
  .theme-nt-mobile-inky-blue .kp-header-global-menu .sub-menu a {
    color: white;
  }
}
.theme-nt-mobile-inky-blue .kp-header-global-menu .peripheral-content__device {
  margin-top: 0;
}
.theme-nt-mobile-inky-blue .kp-header-global-menu .peripheral-content__device__buttons {
  padding: 30px 0 0;
  border-bottom: 0 none;
}
/* Theming */
.theme-header-color-inky-blue .kp-header-global-menu {
  background-color: #0D1C3D;
}
.theme-header-color-inky-blue .kp-header-global-menu .kp-header-global-menu__menu-item__link {
  color: white;
  text-align: center;
}
.theme-header-color-inky-blue .kp-header-global-menu .navigational-select-dropdown {
  color: white;
}
.theme-header-color-inky-blue .kp-header-global-menu .kp-header-global-menu__mobile-buttons .mobile-menu-button-close i {
  color: white;
}
.theme-header-color-inky-blue .kp-header-global-menu .kp-header-global-menu__menu-item i.expandable-heading-icon {
  color: white;
}
@media screen and (min-width: 769px) {
  .theme-header-color-inky-blue .kp-header-global-menu .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link,
  .theme-header-color-inky-blue .kp-header-global-menu a.kp-header-global-menu__menu-item__link:hover,
  .theme-header-color-inky-blue .kp-header-global-menu .kp-header-global-menu__menu-item.active .kp-header-global-menu__menu-item__link {
    border-bottom-color: white;
  }
}
@media screen and (min-width: 769px) {
  .theme-header-color-inky-blue .kp-header-global-menu__navigation-container {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .theme-header-color-inky-blue .kp-header-global-menu .peripheral-content {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
}
.theme-header-color-inky-blue .kp-header-global-menu .peripheral-content__desktop__search-button .search-btn-text {
  color: white;
}
.theme-header-color-inky-blue .kp-header-global-menu .peripheral-content__desktop__search-button:before {
  color: white;
}
.theme-header-color-inky-blue .kp-header-global-menu .peripheral-content__device__buttons .button {
  color: white;
  background-color: transparent;
}

.theme-header-color-interactive-blue-dark .kp-header-global-menu {
  background-color: #0D1C3D;
}
.theme-header-color-interactive-blue-dark .kp-header-global-menu .kp-header-global-menu__menu-item__link {
  color: white;
  text-align: center;
}
.theme-header-color-interactive-blue-dark .kp-header-global-menu .navigational-select-dropdown {
  color: white;
}
.theme-header-color-interactive-blue-dark .kp-header-global-menu .kp-header-global-menu__mobile-buttons .mobile-menu-button-close i {
  color: white;
}
.theme-header-color-interactive-blue-dark .kp-header-global-menu .kp-header-global-menu__menu-item i.expandable-heading-icon {
  color: white;
}
@media screen and (min-width: 769px) {
  .theme-header-color-interactive-blue-dark .kp-header-global-menu .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link,
  .theme-header-color-interactive-blue-dark .kp-header-global-menu a.kp-header-global-menu__menu-item__link:hover,
  .theme-header-color-interactive-blue-dark .kp-header-global-menu .kp-header-global-menu__menu-item.active .kp-header-global-menu__menu-item__link {
    border-bottom-color: white;
  }
}
@media screen and (min-width: 769px) {
  .theme-header-color-interactive-blue-dark .kp-header-global-menu__navigation-container {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .theme-header-color-interactive-blue-dark .kp-header-global-menu .peripheral-content {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
}
.theme-header-color-interactive-blue-dark .kp-header-global-menu .peripheral-content__desktop__search-button .search-btn-text {
  color: white;
}
.theme-header-color-interactive-blue-dark .kp-header-global-menu .peripheral-content__desktop__search-button:before {
  color: white;
}
.theme-header-color-interactive-blue-dark .kp-header-global-menu .peripheral-content__device__buttons .button {
  color: white;
  background-color: transparent;
}

.theme-header-color-moss .kp-header-global-menu {
  background-color: #0D1C3D;
}
.theme-header-color-moss .kp-header-global-menu .kp-header-global-menu__menu-item__link {
  color: white;
  text-align: center;
}
.theme-header-color-moss .kp-header-global-menu .navigational-select-dropdown {
  color: white;
}
.theme-header-color-moss .kp-header-global-menu .kp-header-global-menu__mobile-buttons .mobile-menu-button-close i {
  color: white;
}
.theme-header-color-moss .kp-header-global-menu .kp-header-global-menu__menu-item i.expandable-heading-icon {
  color: white;
}
@media screen and (min-width: 769px) {
  .theme-header-color-moss .kp-header-global-menu .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link,
  .theme-header-color-moss .kp-header-global-menu a.kp-header-global-menu__menu-item__link:hover,
  .theme-header-color-moss .kp-header-global-menu .kp-header-global-menu__menu-item.active .kp-header-global-menu__menu-item__link {
    border-bottom-color: white;
  }
}
@media screen and (min-width: 769px) {
  .theme-header-color-moss .kp-header-global-menu__navigation-container {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .theme-header-color-moss .kp-header-global-menu .peripheral-content {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
}
.theme-header-color-moss .kp-header-global-menu .peripheral-content__desktop__search-button .search-btn-text {
  color: white;
}
.theme-header-color-moss .kp-header-global-menu .peripheral-content__desktop__search-button:before {
  color: white;
}
.theme-header-color-moss .kp-header-global-menu .peripheral-content__device__buttons .button {
  color: white;
  background-color: transparent;
}

.theme-header-color-ocean .kp-header-global-menu {
  background-color: #0D1C3D;
}
.theme-header-color-ocean .kp-header-global-menu .kp-header-global-menu__menu-item__link {
  color: white;
  text-align: center;
}
.theme-header-color-ocean .kp-header-global-menu .navigational-select-dropdown {
  color: white;
}
.theme-header-color-ocean .kp-header-global-menu .kp-header-global-menu__mobile-buttons .mobile-menu-button-close i {
  color: white;
}
.theme-header-color-ocean .kp-header-global-menu .kp-header-global-menu__menu-item i.expandable-heading-icon {
  color: white;
}
@media screen and (min-width: 769px) {
  .theme-header-color-ocean .kp-header-global-menu .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link,
  .theme-header-color-ocean .kp-header-global-menu a.kp-header-global-menu__menu-item__link:hover,
  .theme-header-color-ocean .kp-header-global-menu .kp-header-global-menu__menu-item.active .kp-header-global-menu__menu-item__link {
    border-bottom-color: white;
  }
}
@media screen and (min-width: 769px) {
  .theme-header-color-ocean .kp-header-global-menu__navigation-container {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .theme-header-color-ocean .kp-header-global-menu .peripheral-content {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
}
.theme-header-color-ocean .kp-header-global-menu .peripheral-content__desktop__search-button .search-btn-text {
  color: white;
}
.theme-header-color-ocean .kp-header-global-menu .peripheral-content__desktop__search-button:before {
  color: white;
}
.theme-header-color-ocean .kp-header-global-menu .peripheral-content__device__buttons .button {
  color: white;
  background-color: transparent;
}

.theme-header-color-plum .kp-header-global-menu {
  background-color: #0D1C3D;
}
.theme-header-color-plum .kp-header-global-menu .kp-header-global-menu__menu-item__link {
  color: white;
  text-align: center;
}
.theme-header-color-plum .kp-header-global-menu .navigational-select-dropdown {
  color: white;
}
.theme-header-color-plum .kp-header-global-menu .kp-header-global-menu__mobile-buttons .mobile-menu-button-close i {
  color: white;
}
.theme-header-color-plum .kp-header-global-menu .kp-header-global-menu__menu-item i.expandable-heading-icon {
  color: white;
}
@media screen and (min-width: 769px) {
  .theme-header-color-plum .kp-header-global-menu .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link,
  .theme-header-color-plum .kp-header-global-menu a.kp-header-global-menu__menu-item__link:hover,
  .theme-header-color-plum .kp-header-global-menu .kp-header-global-menu__menu-item.active .kp-header-global-menu__menu-item__link {
    border-bottom-color: white;
  }
}
@media screen and (min-width: 769px) {
  .theme-header-color-plum .kp-header-global-menu__navigation-container {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .theme-header-color-plum .kp-header-global-menu .peripheral-content {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
}
.theme-header-color-plum .kp-header-global-menu .peripheral-content__desktop__search-button .search-btn-text {
  color: white;
}
.theme-header-color-plum .kp-header-global-menu .peripheral-content__desktop__search-button:before {
  color: white;
}
.theme-header-color-plum .kp-header-global-menu .peripheral-content__device__buttons .button {
  color: white;
  background-color: transparent;
}

.theme-header-color-burnt-sienna .kp-header-global-menu {
  background-color: #0D1C3D;
}
.theme-header-color-burnt-sienna .kp-header-global-menu .kp-header-global-menu__menu-item__link {
  color: white;
  text-align: center;
}
.theme-header-color-burnt-sienna .kp-header-global-menu .navigational-select-dropdown {
  color: white;
}
.theme-header-color-burnt-sienna .kp-header-global-menu .kp-header-global-menu__mobile-buttons .mobile-menu-button-close i {
  color: white;
}
.theme-header-color-burnt-sienna .kp-header-global-menu .kp-header-global-menu__menu-item i.expandable-heading-icon {
  color: white;
}
@media screen and (min-width: 769px) {
  .theme-header-color-burnt-sienna .kp-header-global-menu .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link,
  .theme-header-color-burnt-sienna .kp-header-global-menu a.kp-header-global-menu__menu-item__link:hover,
  .theme-header-color-burnt-sienna .kp-header-global-menu .kp-header-global-menu__menu-item.active .kp-header-global-menu__menu-item__link {
    border-bottom-color: white;
  }
}
@media screen and (min-width: 769px) {
  .theme-header-color-burnt-sienna .kp-header-global-menu__navigation-container {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .theme-header-color-burnt-sienna .kp-header-global-menu .peripheral-content {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
}
.theme-header-color-burnt-sienna .kp-header-global-menu .peripheral-content__desktop__search-button .search-btn-text {
  color: white;
}
.theme-header-color-burnt-sienna .kp-header-global-menu .peripheral-content__desktop__search-button:before {
  color: white;
}
.theme-header-color-burnt-sienna .kp-header-global-menu .peripheral-content__device__buttons .button {
  color: white;
  background-color: transparent;
}

.theme-header-color-acai .kp-header-global-menu {
  background-color: #0D1C3D;
}
.theme-header-color-acai .kp-header-global-menu .kp-header-global-menu__menu-item__link {
  color: white;
  text-align: center;
}
.theme-header-color-acai .kp-header-global-menu .navigational-select-dropdown {
  color: white;
}
.theme-header-color-acai .kp-header-global-menu .kp-header-global-menu__mobile-buttons .mobile-menu-button-close i {
  color: white;
}
.theme-header-color-acai .kp-header-global-menu .kp-header-global-menu__menu-item i.expandable-heading-icon {
  color: white;
}
@media screen and (min-width: 769px) {
  .theme-header-color-acai .kp-header-global-menu .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link,
  .theme-header-color-acai .kp-header-global-menu a.kp-header-global-menu__menu-item__link:hover,
  .theme-header-color-acai .kp-header-global-menu .kp-header-global-menu__menu-item.active .kp-header-global-menu__menu-item__link {
    border-bottom-color: white;
  }
}
@media screen and (min-width: 769px) {
  .theme-header-color-acai .kp-header-global-menu__navigation-container {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .theme-header-color-acai .kp-header-global-menu .peripheral-content {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
}
.theme-header-color-acai .kp-header-global-menu .peripheral-content__desktop__search-button .search-btn-text {
  color: white;
}
.theme-header-color-acai .kp-header-global-menu .peripheral-content__desktop__search-button:before {
  color: white;
}
.theme-header-color-acai .kp-header-global-menu .peripheral-content__device__buttons .button {
  color: white;
  background-color: transparent;
}

.theme-header-color-kp-blue .kp-header-global-menu {
  background-color: #0D1C3D;
}
.theme-header-color-kp-blue .kp-header-global-menu .kp-header-global-menu__menu-item__link {
  color: white;
  text-align: center;
}
.theme-header-color-kp-blue .kp-header-global-menu .navigational-select-dropdown {
  color: white;
}
.theme-header-color-kp-blue .kp-header-global-menu .kp-header-global-menu__mobile-buttons .mobile-menu-button-close i {
  color: white;
}
.theme-header-color-kp-blue .kp-header-global-menu .kp-header-global-menu__menu-item i.expandable-heading-icon {
  color: white;
}
@media screen and (min-width: 769px) {
  .theme-header-color-kp-blue .kp-header-global-menu .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link,
  .theme-header-color-kp-blue .kp-header-global-menu a.kp-header-global-menu__menu-item__link:hover,
  .theme-header-color-kp-blue .kp-header-global-menu .kp-header-global-menu__menu-item.active .kp-header-global-menu__menu-item__link {
    border-bottom-color: white;
  }
}
@media screen and (min-width: 769px) {
  .theme-header-color-kp-blue .kp-header-global-menu__navigation-container {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .theme-header-color-kp-blue .kp-header-global-menu .peripheral-content {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
}
.theme-header-color-kp-blue .kp-header-global-menu .peripheral-content__desktop__search-button .search-btn-text {
  color: white;
}
.theme-header-color-kp-blue .kp-header-global-menu .peripheral-content__desktop__search-button:before {
  color: white;
}
.theme-header-color-kp-blue .kp-header-global-menu .peripheral-content__device__buttons .button {
  color: white;
  background-color: transparent;
}

.theme-header-color-black .kp-header-global-menu {
  background-color: black;
}
.theme-header-color-black .kp-header-global-menu .kp-header-global-menu__menu-item__link {
  color: white;
  text-align: center;
}
.theme-header-color-black .kp-header-global-menu .navigational-select-dropdown {
  color: white;
}
.theme-header-color-black .kp-header-global-menu .kp-header-global-menu__mobile-buttons .mobile-menu-button-close i {
  color: white;
}
.theme-header-color-black .kp-header-global-menu .kp-header-global-menu__menu-item i.expandable-heading-icon {
  color: white;
}
@media screen and (min-width: 769px) {
  .theme-header-color-black .kp-header-global-menu .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link,
  .theme-header-color-black .kp-header-global-menu a.kp-header-global-menu__menu-item__link:hover,
  .theme-header-color-black .kp-header-global-menu .kp-header-global-menu__menu-item.active .kp-header-global-menu__menu-item__link {
    border-bottom-color: white;
  }
}
@media screen and (min-width: 769px) {
  .theme-header-color-black .kp-header-global-menu__navigation-container {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .theme-header-color-black .kp-header-global-menu .peripheral-content {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
}
.theme-header-color-black .kp-header-global-menu .peripheral-content__desktop__search-button .search-btn-text {
  color: white;
}
.theme-header-color-black .kp-header-global-menu .peripheral-content__desktop__search-button:before {
  color: white;
}
.theme-header-color-black .kp-header-global-menu .peripheral-content__device__buttons .button {
  color: white;
  background-color: transparent;
}

.theme-header-color-maui .kp-header-global-menu {
  background-color: #076464;
}
.theme-header-color-maui .kp-header-global-menu .kp-header-global-menu__menu-item__link {
  color: white;
  text-align: center;
}
.theme-header-color-maui .kp-header-global-menu .navigational-select-dropdown {
  color: white;
}
.theme-header-color-maui .kp-header-global-menu .kp-header-global-menu__mobile-buttons .mobile-menu-button-close i {
  color: white;
}
.theme-header-color-maui .kp-header-global-menu .kp-header-global-menu__menu-item i.expandable-heading-icon {
  color: white;
}
@media screen and (min-width: 769px) {
  .theme-header-color-maui .kp-header-global-menu .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link,
  .theme-header-color-maui .kp-header-global-menu a.kp-header-global-menu__menu-item__link:hover,
  .theme-header-color-maui .kp-header-global-menu .kp-header-global-menu__menu-item.active .kp-header-global-menu__menu-item__link {
    border-bottom-color: white;
  }
}
@media screen and (min-width: 769px) {
  .theme-header-color-maui .kp-header-global-menu__navigation-container {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .theme-header-color-maui .kp-header-global-menu .peripheral-content {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
}
.theme-header-color-maui .kp-header-global-menu .peripheral-content__desktop__search-button .search-btn-text {
  color: white;
}
.theme-header-color-maui .kp-header-global-menu .peripheral-content__desktop__search-button:before {
  color: white;
}
.theme-header-color-maui .kp-header-global-menu .peripheral-content__device__buttons .button {
  color: white;
  background-color: transparent;
}

.kp-header-global-menu .tray-menu__item, .kp-header-global-menu .tray-menu__sub-heading {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  max-width: 100%;
}

body.kp-modal-disable-scroll-ios, body.kp-header-disable-scroll-ios {
  position: fixed;
  -webkit-overflow-scrolling: touch;
}

body.kp-modal-disable-scroll, body.kp-header-disable-scroll {
  overflow: hidden;
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}
@keyframes slideout {
  from {
    margin-left: -100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}
@keyframes slidetop {
  from {
    margin-top: -300%;
    height: 300%;
  }
  to {
    margin-top: 0%;
    height: auto;
  }
}
.text-center {
  text-align: center;
}

.hidden {
  display: none;
}

.kp-header {
  display: inline-block;
  width: 100%;
  /* added vertical-align as part of STYLGD-9633 */
  vertical-align: bottom;
}
.kp-header__mobile-buttons .button {
  display: inline-block;
  width: auto;
}
@media screen and (min-width: 769px) {
  .kp-header__mobile-buttons .button {
    display: none;
  }
}
.kp-header__mobile-buttons .button i {
  font-size: 30px;
  line-height: 30px;
  height: 30px;
}

.authenticated .kp-header-global-menu__icon-item {
  display: flex;
  align-items: center;
  filter: brightness(0) invert(1);
  padding-left: 16px;
}
@media screen and (min-width: 1152px) {
  .authenticated .kp-header-global-menu__icon-item {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .authenticated .kp-header-global-menu__icon-item {
    padding-left: 20px;
  }
}
.authenticated .kp-header-global-menu__icon-item .icon {
  width: 24px;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.authenticated .kp-header-global-menu__icon-item:first-child div {
  font-family: "Gotham 5r";
  margin: 0px;
}
@media screen and (min-width: 1152px) {
  .authenticated .kp-header-global-menu__my-account-list {
    display: none;
  }
}
.authenticated .kp-header-global-menu__my-account-list .kp-header-global-menu__menu-item .sign-out-link img {
  filter: brightness(0) invert(1);
  height: 24px;
  padding-right: 8px;
  vertical-align: middle;
  margin-block-end: 4px;
}
.authenticated .kp-header-global-menu__my-account-list .kp-header-global-menu__menu-item__link {
  height: 0px;
  line-height: 0px;
  padding-left: 0;
  font-size: 16px;
  font-family: "Gotham 4r";
}
.authenticated .kp-header-global-menu__my-account-list hr {
  margin: 14px 16px 21px;
  background-color: #677083;
  height: 2px;
  border: 0;
}
@media screen and (min-width: 1152px) {
  .authenticated .kp-header-global-menu__my-account-list hr {
    display: none;
  }
}
.authenticated .kp-header-global-menu__my-account-list li {
  line-height: 40px;
  padding-left: 16px;
}
.authenticated .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
  color: #ffffff;
}
@media screen and (max-width: 1151px) {
  .authenticated .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1152px) {
  .authenticated .kp-header-global-menu__menu-item {
    width: auto;
  }
  .has-subnav .authenticated .kp-header-global-menu__menu-item {
    padding: 0 7px 0;
  }
  .authenticated .kp-header-global-menu__menu-item:first-of-type {
    padding-left: 1em;
  }
}
@media (min-width: 1152px) and (max-width: 1326px) {
  .authenticated .kp-header-global-menu__menu-item {
    padding-right: 0em;
  }
  .authenticated .kp-header-global-menu__menu-item:first-of-type {
    padding-left: 0em;
  }
}
@media screen and (max-width: 1151px) {
  .authenticated .kp-header-global-menu__primary-links-list:last-of-type .kp-header-global-menu__menu-item > a {
    line-height: 60px;
  }
}
.authenticated .kp-header-global-menu__mobile-buttons__inner .mobile-menu-button-close {
  top: 21px;
  right: 21px;
}
.authenticated .kp-header-global-menu__mobile-buttons__inner .mobile-menu-button-close .icon {
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 768px) {
  .authenticated .kp-header-global-menu {
    padding: 45px 0;
  }
}
.authenticated .drop-menu-pattern .drop-menu label.drop-menu-label {
  margin-right: 8px;
}
.authenticated .drop-menu-pattern.--account ul.drop-menu-list {
  left: 0;
}
.authenticated .provisional-header .--region-area-dark .drop-menu {
  margin-right: 12px;
}
.authenticated .peripheral-content .drop-menu-pattern.--region-area-dark .drop-menu-dropdown {
  padding: 11px 16px;
  background-color: transparent;
}
@media screen and (max-width: 1151px) {
  .authenticated .peripheral-content .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list {
    left: 0;
    width: 100%;
    margin-top: 12px;
    position: relative;
    white-space: normal;
  }
}
@media screen and (max-width: 1151px) {
  .authenticated .peripheral-content .drop-menu-pattern.--region-area-dark .drop-menu button.drop-menu-dropdown[aria-expanded=false] + ul.drop-menu-list {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}

.kp-header-global-menu {
  border: none;
}
@media screen and (max-width: 1151px) {
  .kp-header-global-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    overflow-x: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: 100%;
    display: none;
  }
  .kp-header-global-menu.open {
    z-index: 10;
    display: block;
    animation-name: slidetop;
    animation-duration: 0.2s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header-global-menu {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .kp-header-global-menu {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header-global-menu__inner {
    margin: 0;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    grid-gap: 0 16px;
  }
  .kp-header-global-menu__container .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-3 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-5 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-6 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-7 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-8 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-9 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-10 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-11 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-12 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) and (min-width: 601px) and (max-width: 768px) {
  .kp-header-global-menu__container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 20px;
  }
  .kp-header-global-menu__container .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) and (min-width: 769px) and (max-width: 1024px) {
  .kp-header-global-menu__container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 30px;
  }
  .kp-header-global-menu__container .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1025px) {
  .kp-header-global-menu__container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 32px;
  }
  .kp-header-global-menu__container .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1281px) {
  .kp-header-global-menu__container {
    grid-template-columns: repeat(12, 1fr);
  }
  .kp-header-global-menu__container .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header-global-menu__container .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) and (max-width: 600px) {
  .kp-header-global-menu__container {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 321px) and (max-width: 600px) {
  .kp-header-global-menu__container {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 601px) and (max-width: 768px) {
  .kp-header-global-menu__container {
    margin-right: 28px;
    margin-left: 28px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 769px) and (max-width: 1024px) {
  .kp-header-global-menu__container {
    margin-right: 35px;
    margin-left: 35px;
    max-width: 1280px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1025px) {
  .kp-header-global-menu__container {
    margin-right: 35px;
    margin-left: 35px;
    max-width: 1280px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1281px) {
  .kp-header-global-menu__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0 38px;
    padding-right: 0 38px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu__mobile-buttons {
    display: none;
  }
}
.kp-header-global-menu__mobile-buttons .hidden {
  display: none;
}
.kp-header-global-menu__mobile-buttons i {
  font-size: 1.5em;
  color: #0078B3;
}
.kp-header-global-menu__mobile-buttons .mobile-menu-button-close {
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  position: absolute;
}
.kp-header-global-menu__mobile-buttons .mobile-menu-button-close .icon {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header-global-menu__mobile-buttons .mobile-menu-button-close {
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .kp-header-global-menu__mobile-buttons .mobile-menu-button-close {
    top: 20px;
    right: 20px;
  }
}
.kp-header-global-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.kp-header-global-menu__menu-item {
  width: 100%;
  max-width: 100%;
  font-family: "Gotham 5r";
  display: inline-block;
}
@media screen and (max-width: 1151px) {
  .kp-header-global-menu__menu-item {
    position: relative;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu__menu-item {
    width: auto;
  }
  .kp-header-global-menu__menu-item:first-of-type {
    padding-left: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .kp-header-global-menu__menu-item i.expandable-heading-icon {
    right: 150px;
  }
}
@media screen and (max-width: 600px) {
  .kp-header-global-menu__menu-item i.expandable-heading-icon {
    right: 16px;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header-global-menu__menu-item i.expandable-heading-icon {
    position: absolute;
    color: #0078B3;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu__menu-item .navtray-icon-expand {
    display: none;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link, .kp-header-global-menu__menu-item__link:hover, .kp-header-global-menu__menu-item__link:focus, .kp-header-global-menu__menu-item.active .kp-header-global-menu__menu-item__link {
    /* Removing as the part of the fix in ticket STYLGD-8775 */
    /* @include media($desktop-small-menu-text-wrap) {
        background-position-y: 10.6vh;
      } */
  }
  .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link {
    font-family: "Gotham 5r";
  }
}
.kp-header-global-menu__menu-item.open .sub-menu {
  z-index: 1;
  display: block;
}
@media screen and (max-width: 1151px) {
  .kp-header-global-menu__menu-item.open .sub-menu {
    animation-duration: 0.3s;
    animation-name: slidein;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
    font-size: 14px;
    text-align: left;
    height: 20px;
    line-height: 100%;
    position: relative;
  }
}
@media screen and (min-width: 769px) and (max-width: 1196px) {
  .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
    padding: 0 1em;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
    font-size: 1.125rem;
    font-weight: normal;
    height: 80px;
    line-height: 80px;
  }
}
.kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link:hover {
  background-color: transparent;
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu__menu-item.is-active .kp-header-global-menu__menu-item__link::after, .kp-header-global-menu__menu-item.is-active .kp-header-global-menu__menu-item__link:hover::after, .kp-header-global-menu__menu-item__link:hover::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #92CCF0;
    z-index: 2;
    height: 3px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu__menu-item.active .kp-header-global-menu__menu-item__link::after, .kp-header-global-menu__menu-item.active.is-active .kp-header-global-menu__menu-item__link::after, .kp-header-global-menu__menu-item.active.is-active .kp-header-global-menu__menu-item__link:hover::after, .kp-header-global-menu__menu-item.open .kp-header-global-menu__menu-item__link::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #92CCF0;
    z-index: 2;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu__menu-item.has-megamenu.is-active .kp-header-global-menu__menu-item__link::after, .kp-header-global-menu__menu-item.has-megamenu.is-active .kp-header-global-menu__menu-item__link:hover::after, .kp-header-global-menu__menu-item.has-megamenu .kp-header-global-menu__menu-item__link:hover::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #92CCF0;
    z-index: 2;
    height: 3px;
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu__menu-item.has-megamenu.active .kp-header-global-menu__menu-item__link::after, .kp-header-global-menu__menu-item.has-megamenu.active.is-active .kp-header-global-menu__menu-item__link::after, .kp-header-global-menu__menu-item.has-megamenu.active.is-active .kp-header-global-menu__menu-item__link:hover::after, .kp-header-global-menu__menu-item.has-megamenu.open .kp-header-global-menu__menu-item__link::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #92CCF0;
    z-index: 2;
    width: calc(100% - 20px);
  }
}
.kp-header-global-menu:before {
  border-radius: 0;
  background-color: #0D1C3D;
  border: none;
  border-color: unset;
  bottom: 0;
}
.kp-header-global-menu .sub-menu {
  display: none;
  background-color: #ffffff;
  width: auto;
  left: 0;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .kp-header-global-menu .sub-menu {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .sub-menu {
    position: absolute;
    margin-top: 20px;
  }
}
.kp-header-global-menu .sub-menu__trigger-close {
  top: 20px;
  left: 20px;
  max-width: 61px;
  font-size: inherit;
  position: absolute;
}
.kp-header-global-menu .sub-menu__trigger-close i {
  font-size: inherit;
  padding-right: 0;
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .sub-menu__trigger-close {
    display: none;
  }
}
.kp-header-global-menu .tray-menu {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu {
    padding: 30px;
    border-bottom: 2px solid #E9EBEE;
    border-top: 0 none;
  }
}
.kp-header-global-menu .tray-menu__heading {
  margin: 10px 0;
}
.kp-header-global-menu .tray-menu__sub-heading {
  margin-top: 5px;
  margin-bottom: 5px;
}
.kp-header-global-menu .tray-menu__item {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 20px;
}
.kp-header-global-menu .tray-menu__item.-book, .kp-header-global-menu .tray-menu__item.\--book {
  font-family: "Gotham 4r";
}
.kp-header-global-menu .tray-menu__item.-light, .kp-header-global-menu .tray-menu__item.\--light {
  font-family: "Gotham 3r";
}
.kp-header-global-menu .tray-menu__item.-medium, .kp-header-global-menu .tray-menu__item.\--medium {
  font-family: "Gotham 5r";
}
.kp-header-global-menu .tray-menu__item.-bold, .kp-header-global-menu .tray-menu__item.\--bold {
  font-family: "Gotham 5r";
}
@media screen and (max-width: 600px) {
  .kp-header-global-menu .tray-menu__item {
    font-size: 15px;
    line-height: 20px;
  }
}
.kp-header-global-menu .tray-menu__row {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .kp-header-global-menu .tray-menu__row__content {
    margin-top: 30px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .kp-header-global-menu .tray-menu__row__content {
    margin-top: 20px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 600px) {
  .kp-header-global-menu .tray-menu__row {
    padding: 0 16px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    grid-gap: 0 16px;
  }
  .kp-header-global-menu .tray-menu__row .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-3 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-5 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-6 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-7 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-8 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-9 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-10 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-11 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-12 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) and (min-width: 601px) and (max-width: 768px) {
  .kp-header-global-menu .tray-menu__row {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 20px;
  }
  .kp-header-global-menu .tray-menu__row .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) and (min-width: 769px) and (max-width: 1024px) {
  .kp-header-global-menu .tray-menu__row {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 30px;
  }
  .kp-header-global-menu .tray-menu__row .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1025px) {
  .kp-header-global-menu .tray-menu__row {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 32px;
  }
  .kp-header-global-menu .tray-menu__row .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1281px) {
  .kp-header-global-menu .tray-menu__row {
    grid-template-columns: repeat(12, 1fr);
  }
  .kp-header-global-menu .tray-menu__row .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header-global-menu .tray-menu__row .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) and (max-width: 600px) {
  .kp-header-global-menu .tray-menu__row {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 321px) and (max-width: 600px) {
  .kp-header-global-menu .tray-menu__row {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 601px) and (max-width: 768px) {
  .kp-header-global-menu .tray-menu__row {
    margin-right: 28px;
    margin-left: 28px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 769px) and (max-width: 1024px) {
  .kp-header-global-menu .tray-menu__row {
    margin-right: 35px;
    margin-left: 35px;
    max-width: 1280px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1025px) {
  .kp-header-global-menu .tray-menu__row {
    margin-right: 35px;
    margin-left: 35px;
    max-width: 1280px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1281px) {
  .kp-header-global-menu .tray-menu__row {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0 38px;
    padding-right: 0 38px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column {
    padding: 0 10px;
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-1:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-1:first-of-type {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-2:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-2:first-of-type {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-3:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-3:first-of-type {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-4:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-4:first-of-type {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-5:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-5:first-of-type {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-6:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-6:first-of-type {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-7:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-7:first-of-type {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-8:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-8:first-of-type {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-9:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-9:first-of-type {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-10:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-10:first-of-type {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-11:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-11:first-of-type {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-12:not(:last-of-type) {
    border-right: 2px solid #E9EBEE;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header-global-menu .tray-menu__row__column-12:first-of-type {
    padding-right: 10px;
  }
}
.kp-header-global-menu .secondary-menu {
  padding-left: 40px;
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .secondary-menu {
    padding: 15px 23px 20px;
    left: -50%;
    min-width: 15em;
  }
}

.unstyled-list {
  list-style: none;
}

@media screen and (min-width: 769px) {
  .list-2-col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

.container-fluid {
  width: 100%;
}

/* Theming */
@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-inky-blue {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-inky-blue .kp-header__top-header {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-inky-blue .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-inky-blue .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-inky-blue .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-inky-blue.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-interactive-blue-dark {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-interactive-blue-dark .kp-header__top-header {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-interactive-blue-dark .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-interactive-blue-dark .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-interactive-blue-dark .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-interactive-blue-dark.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-moss {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-moss .kp-header__top-header {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-moss .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-moss .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-moss .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-moss.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-ocean {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-ocean .kp-header__top-header {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-ocean .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-ocean .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-ocean .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-ocean.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-plum {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-plum .kp-header__top-header {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-plum .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-plum .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-plum .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-plum.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-burnt-sienna {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-burnt-sienna .kp-header__top-header {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-burnt-sienna .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-burnt-sienna .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-burnt-sienna .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-burnt-sienna.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-acai {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-acai .kp-header__top-header {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-acai .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-acai .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-acai .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-acai.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-kp-blue {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-kp-blue .kp-header__top-header {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-kp-blue .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-kp-blue .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-kp-blue .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-kp-blue.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-black {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-black .kp-header__top-header {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-black .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-black .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-black .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-black.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-pebble {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-pebble .kp-header__top-header {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-pebble .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-pebble .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-pebble .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-pebble.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-white {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-white .kp-header__top-header {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-white .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-white .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-white .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-white.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-graphite-dark {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-graphite-dark .kp-header__top-header {
    background-color: #0D1C3D;
  }
  .kp-header.theme-header-color-graphite-dark .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-graphite-dark .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-graphite-dark .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-graphite-dark.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-maui {
    background-color: #076464;
  }
  .kp-header.theme-header-color-maui .kp-header__top-header {
    background-color: #076464;
  }
  .kp-header.theme-header-color-maui .kp-header__branding .logo-icon {
    display: none;
  }
  .kp-header.theme-header-color-maui .kp-header__branding .logo-short {
    display: block;
  }
}
.kp-header.theme-header-color-maui .kp-header__mobile-buttons .button {
  color: white;
}

@media screen and (max-width: 768px) {
  .kp-header.theme-header-color-maui.task-flow .kp-header__branding {
    padding: 0.95em 0;
  }
}

.kp-header.has-subnav-global-menu__inner {
  margin-left: unset;
}
.kp-header.has-subnav .subnav__container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1152px) {
  .kp-header.has-subnav .subnav__container {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.kp-header.has-subnav .subnav .kp-header-global-menu__inner {
  width: 100%;
  height: inherit;
}
.kp-header.has-subnav .subnav .kp-header-global-menu__inner .kp-header-global-menu__navigation-container {
  height: inherit;
}
@media screen and (min-width: 1152px) {
  .kp-header.has-subnav .subnav .kp-header-global-menu__inner .kp-header-global-menu__navigation-container nav {
    display: flex;
    flex-direction: column;
    height: 90px;
    justify-content: center;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__inner .kp-header-global-menu__navigation-container nav .kp-header-global-menu__primary-links-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 34px;
    height: inherit;
    margin: 0 20px;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__inner .kp-header-global-menu__navigation-container nav .kp-header-global-menu__primary-links-list.for-mobile-global-menu {
    display: block;
  }
}
.kp-header.has-subnav .subnav .kp-header-global-menu__menu-item {
  display: flex;
  vertical-align: top;
  align-items: center;
}
.kp-header.has-subnav .subnav .kp-header-global-menu__menu-item.active {
  color: red !important;
}
.kp-header.has-subnav .subnav .kp-header-global-menu__menu-item.active .expandable-heading-text span {
  position: relative;
}
.kp-header.has-subnav .subnav .kp-header-global-menu__menu-item.active .expandable-heading-text span:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #92CCF0;
  display: block;
  position: absolute;
  bottom: -4px;
}
.kp-header.has-subnav .subnav .kp-header-global-menu__menu-item.active > a {
  position: relative;
}
.kp-header.has-subnav .subnav .kp-header-global-menu__menu-item.active > a:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #92CCF0;
  display: block;
  position: absolute;
  bottom: -4px;
}
.kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .expandable-heading {
  background-color: transparent;
}
.kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .for-desktop-icon {
  display: none;
}
.kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .content.show {
  background-color: transparent;
}
.kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .open-list li li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 1152px) {
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .expandable-heading {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0;
    height: auto;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .expandable-heading .expandable-heading-text {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .expandable-heading .expandable-heading-icon {
    display: none;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .expandable-heading .for-desktop-icon {
    display: block;
    margin-top: 0px;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .expandable-heading:hover .expandable-heading-text span, .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .expandable-heading.active .expandable-heading-text span {
    position: relative;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .expandable-heading:hover .expandable-heading-text span:after, .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .expandable-heading.active .expandable-heading-text span:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #92CCF0;
    display: block;
    position: absolute;
    bottom: -4px;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .expandable-heading[aria-expanded=true] .for-desktop-icon {
    transform: rotate(180deg);
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .expandable-heading[aria-expanded=true] .expandable-heading-text span {
    position: relative;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .expandable-heading[aria-expanded=true] .expandable-heading-text span:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #92CCF0;
    display: block;
    position: absolute;
    bottom: -4px;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .content.show {
    background-color: #0D1C3D;
    max-height: initial;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .open-list .subnav__link.highlight {
    font-family: "Gotham 5r";
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .content {
    position: absolute;
    left: 0;
    width: 100%;
    top: 90px;
    background: #0D1C3D;
    text-align: left;
    z-index: 2;
    padding: 15px 0 25px 0;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .content ul.open-list {
    /*Note for Rodolfo: We need to add subnav classes to identify these styles*/
    display: flex;
    flex-direction: row;
    width: 85rem;
    margin: 0 auto;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .content ul.open-list > li {
    flex: 0 1 25%;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .content ul.open-list ul {
    margin-left: 20px;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item .content ul.open-list ul li {
    margin-bottom: 20px;
  }
}
.kp-header.has-subnav .subnav .kp-header-global-menu__menu-item > a {
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: #fff;
  padding: 24px 16px 24px 26px;
  margin-bottom: -1px;
  height: 72px;
  font-family: "Gotham 5r";
  height: auto;
}
@media screen and (min-width: 1152px) {
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item > a {
    display: inline-block;
    height: auto;
    margin-bottom: 0;
    padding: 0;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item > a:hover, .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item > a.active {
    position: relative;
  }
  .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item > a:hover:after, .kp-header.has-subnav .subnav .kp-header-global-menu__menu-item > a.active:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #92CCF0;
    display: block;
    position: absolute;
    bottom: -4px;
  }
}
.kp-header.has-subnav .subnav__title {
  display: block;
  padding-left: 40px;
  padding-bottom: 27px;
  font-family: "Gotham 5r";
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 1152px) {
  .kp-header.has-subnav .subnav__title {
    padding-left: 20px;
    padding-bottom: 11px;
  }
}
.kp-header.has-subnav .subnav__link {
  display: inline-block;
  text-decoration: none;
  font-family: "Gotham 3r";
  color: white;
  padding: 0 0 2px 0;
  margin-left: 40px;
  font-size: 16px !important;
}
@media screen and (min-width: 1152px) {
  .kp-header.has-subnav .subnav__link {
    padding: 0;
    margin-left: 0;
  }
}
.kp-header.has-subnav .subnav__link.arrow-icon {
  display: flex;
  align-items: center;
}
.kp-header.has-subnav .subnav__link.arrow-icon .chevron-right-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(101%) contrast(103%);
}
.kp-header.has-subnav .subnav__link.highlight {
  font-family: "Gotham 5r";
}
.kp-header.has-subnav .subnav__link:hover {
  text-decoration: underline;
}
.kp-header.has-subnav.authenticated .subnav__container {
  display: grid;
  grid-row: auto;
}
.kp-header.has-subnav.authenticated .subnav__link.external-link {
  font-family: "Gotham 5r";
  padding: 10px 5px 10px 20px;
}
.kp-header.has-subnav.authenticated .subnav .kp-header-global-menu__list-title {
  background-color: #003B71;
  font-family: "Gotham 5r";
  font-size: 16px;
  line-height: 24px;
  color: white;
  padding-top: 18px;
  padding-right: 21px;
  padding-left: 21px;
  padding-bottom: 13px;
}
.kp-header.has-subnav.authenticated .subnav .kp-header-global-menu__my-account-list {
  background-color: #003B71;
}
.kp-header.has-subnav.authenticated .subnav .kp-header-global-menu__my-account-list .kp-header-global-menu__menu-item {
  line-height: 16px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 21px;
  padding-left: 21px;
}
@media screen and (max-width: 1151px) {
  .kp-header.has-subnav.authenticated .subnav .kp-header-global-menu__my-account-list .kp-header-global-menu__menu-item > a {
    font-family: "Gotham 4r";
    height: auto;
    padding: 0;
  }
}
.kp-header.has-subnav.authenticated .subnav .kp-header-global-menu__my-account-list hr {
  margin: 3px 21px 0;
}
.kp-header.has-subnav.authenticated .subnav .kp-header-global-menu__icon-item.mobile-menu {
  background-color: #003B71;
  filter: none;
  padding-top: 18px;
  padding-left: 22px;
  padding-bottom: 13px;
}
.kp-header.has-subnav.authenticated .subnav .kp-header-global-menu__icon-item.mobile-menu .icon {
  filter: brightness(0) invert(1);
}
.kp-header.has-subnav.authenticated .subnav .kp-header-global-menu__primary-links-list:last-of-type li a {
  line-height: normal;
}
.kp-header.has-subnav.authenticated .subnav .peripheral-content {
  padding: unset;
}
.kp-header.has-subnav.authenticated .subnav .peripheral-content .provisional-header {
  background-color: #003B71;
}
@media screen and (max-width: 1151px) {
  .kp-header.has-subnav.authenticated .subnav .peripheral-content .provisional-header {
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 24px;
    padding-bottom: 4px;
  }
}
.kp-header .pushdown-nav.kp-header-global-menu.open {
  position: relative;
}
@media screen and (max-width: 1151px) {
  .kp-header .pushdown-nav.kp-header-global-menu.open {
    position: initial;
    padding: 0;
    animation-name: none;
    overflow: unset;
  }
}
.kp-header.authenticated .pushdown-nav.kp-header-global-menu {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header.authenticated .pushdown-nav.kp-header-global-menu {
    position: initial;
    padding: 0;
    animation-name: none;
    overflow: unset;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .kp-header.authenticated .pushdown-nav.kp-header-global-menu.open {
    position: initial;
    padding: 0;
    animation-name: none;
    overflow: unset;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header.authenticated.task-flow .pushdown-nav.kp-header-global-menu {
    display: none;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header.authenticated.task-flow .pushdown-nav.kp-header-global-menu.open {
    display: block;
  }
}

.kp-header {
  position: relative;
  z-index: 100;
}
@media (max-width: 1151px) {
  .kp-header {
    background-color: #0D1C3D;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header .kp-header__branding-mobile {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header .kp-header__top-header {
    background-color: #003B71;
  }
  .kp-header .kp-header__branding {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header .kp-header__component-container {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
}
.kp-header__rows-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  grid-gap: 0 16px;
}
.kp-header__rows-container .columns-1 {
  grid-column: span 1;
  -ms-grid-column-span: 1;
  margin-right: 0;
}
.kp-header__rows-container .columns-2 {
  grid-column: span 2;
  -ms-grid-column-span: 2;
  margin-right: 0;
}
.kp-header__rows-container .columns-3 {
  grid-column: span 6;
  -ms-grid-column-span: 6;
  margin-right: 0;
}
.kp-header__rows-container .columns-4 {
  grid-column: span 4;
  -ms-grid-column-span: 4;
  margin-right: 0;
}
.kp-header__rows-container .columns-5 {
  grid-column: span 4;
  -ms-grid-column-span: 4;
  margin-right: 0;
}
.kp-header__rows-container .columns-6 {
  grid-column: span 4;
  -ms-grid-column-span: 4;
  margin-right: 0;
}
.kp-header__rows-container .columns-7 {
  grid-column: span 4;
  -ms-grid-column-span: 4;
  margin-right: 0;
}
.kp-header__rows-container .columns-8 {
  grid-column: span 4;
  -ms-grid-column-span: 4;
  margin-right: 0;
}
.kp-header__rows-container .columns-9 {
  grid-column: span 4;
  -ms-grid-column-span: 4;
  margin-right: 0;
}
.kp-header__rows-container .columns-10 {
  grid-column: span 4;
  -ms-grid-column-span: 4;
  margin-right: 0;
}
.kp-header__rows-container .columns-11 {
  grid-column: span 4;
  -ms-grid-column-span: 4;
  margin-right: 0;
}
.kp-header__rows-container .columns-12 {
  grid-column: span 4;
  -ms-grid-column-span: 4;
  margin-right: 0;
}
@media print {
  .kp-header__rows-container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 20px;
  }
  .kp-header__rows-container .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .kp-header__rows-container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 20px;
  }
  .kp-header__rows-container .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media print {
  .kp-header__rows-container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 30px;
  }
  .kp-header__rows-container .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .kp-header__rows-container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 30px;
  }
  .kp-header__rows-container .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media print {
  .kp-header__rows-container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 32px;
  }
  .kp-header__rows-container .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .kp-header__rows-container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 32px;
  }
  .kp-header__rows-container .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media print {
  .kp-header__rows-container {
    grid-template-columns: repeat(12, 1fr);
  }
  .kp-header__rows-container .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1281px) {
  .kp-header__rows-container {
    grid-template-columns: repeat(12, 1fr);
  }
  .kp-header__rows-container .columns-1 {
    grid-column: span 1;
    -ms-grid-column-span: 1;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-2 {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-3 {
    grid-column: span 3;
    -ms-grid-column-span: 3;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-4 {
    grid-column: span 4;
    -ms-grid-column-span: 4;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-5 {
    grid-column: span 5;
    -ms-grid-column-span: 5;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-6 {
    grid-column: span 6;
    -ms-grid-column-span: 6;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-7 {
    grid-column: span 7;
    -ms-grid-column-span: 7;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-8 {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-9 {
    grid-column: span 9;
    -ms-grid-column-span: 9;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-10 {
    grid-column: span 10;
    -ms-grid-column-span: 10;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-11 {
    grid-column: span 11;
    -ms-grid-column-span: 11;
    margin-right: 0;
  }
  .kp-header__rows-container .columns-12 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .kp-header__rows-container {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media screen and (min-width: 321px) and (max-width: 600px) {
  .kp-header__rows-container {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .kp-header__rows-container {
    margin-right: 28px;
    margin-left: 28px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .kp-header__rows-container {
    margin-right: 35px;
    margin-left: 35px;
    max-width: 1280px;
  }
}
@media screen and (min-width: 1025px) {
  .kp-header__rows-container {
    margin-right: 35px;
    margin-left: 35px;
    max-width: 1280px;
  }
}
@media screen and (min-width: 1281px) {
  .kp-header__rows-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0 38px;
    padding-right: 0 38px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header__selector-container {
    display: flex;
    float: left;
    align-items: center;
    height: 100%;
  }
}
.kp-header__selector-container .region-selector-label {
  color: white;
}
.kp-header__selector-container #kp-header__region-selector-container {
  display: flex;
}
@media screen and (max-width: 1151px) {
  .kp-header__branding {
    display: none;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header__branding {
    height: 90px;
    display: flex;
    align-items: center;
  }
  .kp-header__branding .primary {
    display: inline;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header__branding a .primary .cmp-image {
    display: inline-block;
  }
}
.kp-header__branding img {
  height: 28px;
}
@media screen and (max-width: 1151px) {
  .kp-header__branding img {
    height: 42px;
  }
}
.kp-header__branding .logo-long {
  display: none;
}
@media screen and (min-width: 1152px) {
  .kp-header__branding .logo-long {
    display: inline-block;
    height: auto;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header__branding-mobile {
    display: none;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header__branding-mobile {
    position: relative;
    padding: 0.75rem 0;
    display: flex;
    align-items: center;
  }
}
.kp-header__branding-mobile .logo-icon {
  float: left;
}
@media screen and (min-width: 1152px) {
  .kp-header__branding-mobile .logo-icon {
    display: none;
  }
}
.kp-header__branding-mobile .logo-short {
  width: auto;
  display: none;
}
.kp-header__mobile-buttons {
  grid-column: span 5;
  -ms-grid-column-span: 5;
  margin-right: 0;
  display: block;
  padding: 0.75em 0;
  text-align: right;
}
.kp-header__mobile-buttons .mobile-header-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  min-width: 160px;
  font-weight: normal;
  cursor: pointer;
  border: none;
  user-select: none;
  text-align: center;
  height: auto;
  line-height: 20px;
  vertical-align: middle;
  white-space: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  min-width: auto;
  background-color: transparent;
}
@media screen and (min-width: 601px) {
  .kp-header__mobile-buttons .mobile-header-button {
    line-height: 22px;
  }
}
.kp-header__mobile-buttons .icon {
  display: block;
  margin: 0 auto 3px;
  width: 24px;
  height: 24px;
}
.kp-header__mobile-buttons .mobile-signin-button,
.kp-header__mobile-buttons .mobile-search-button {
  margin-right: 0.5em;
  padding: 0 3px;
  border: none;
  background: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .kp-header__mobile-buttons .mobile-signin-button,
  .kp-header__mobile-buttons .mobile-search-button {
    margin-right: 1em;
  }
}
.kp-header__mobile-buttons .search-btn-text, .kp-header__mobile-buttons .menu-btn-text, .kp-header__mobile-buttons .signin-btn-text {
  color: white;
  font-size: 12px;
  line-height: 16px;
  font-family: "Gotham 5r";
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .kp-header__mobile-buttons {
    grid-column: span 8;
    -ms-grid-column-span: 8;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header__mobile-buttons {
    display: none;
  }
}
.kp-header__mobile-buttons .icon-menu {
  font-size: 2.5rem;
}
.kp-header__mobile-buttons .icon-search {
  font-size: 2.5rem;
}
.kp-header__mobile-buttons .mobile-menu-trigger-open i {
  padding-right: 0;
}
.kp-header__util-links {
  grid-column: span 12;
  -ms-grid-column-span: 12;
  margin-right: 0;
  grid-row: 1;
  display: none;
  text-align: start;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  font-size: 13px;
  list-style: none;
}
@media screen and (min-width: 1152px) {
  .kp-header__util-links {
    display: block;
  }
}
.kp-header__util-links > li {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}
.kp-header__util-links > li:last-child {
  border-right: 0 none;
  padding-right: 0;
  font-family: "Gotham 5r";
}
.kp-header__util-links > li a {
  color: #0078b3;
  letter-spacing: -0.1px;
}
.kp-header__util-links > li .kp-header__register-text {
  color: #ffffff;
  text-decoration: underline;
  font-size: 14px;
  line-height: 20px;
}
.kp-header__util-links > li .kp-header__signin-or-register-text {
  display: inline-block;
  vertical-align: super;
}
.kp-header__util-links > li.kp-header__signin-text {
  position: relative;
  top: 2px;
  padding-right: 0;
}
@media screen and (min-width: 1152px) {
  .kp-header__util-links .provisional-header {
    display: flex;
    padding-bottom: 12px;
    padding-top: 12px;
    align-items: center;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu {
    align-items: center;
    background-color: #0D1C3D;
  }
  .kp-header-global-menu__navigation-outer-container {
    height: 90px;
    display: flex;
  }
}
@media screen and (min-width: 1152px) and (max-width: 600px) {
  .kp-header-global-menu__navigation-outer-container {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 321px) and (max-width: 600px) {
  .kp-header-global-menu__navigation-outer-container {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 601px) and (max-width: 768px) {
  .kp-header-global-menu__navigation-outer-container {
    margin-right: 28px;
    margin-left: 28px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 769px) and (max-width: 1024px) {
  .kp-header-global-menu__navigation-outer-container {
    margin-right: 35px;
    margin-left: 35px;
    max-width: 1280px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1025px) {
  .kp-header-global-menu__navigation-outer-container {
    margin-right: 35px;
    margin-left: 35px;
    max-width: 1280px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1281px) {
  .kp-header-global-menu__navigation-outer-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0 38px;
    padding-right: 0 38px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu__inner {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1151px) {
  .kp-header-global-menu__menu-item {
    text-align: left;
  }
}
.kp-header-global-menu .peripheral-content {
  margin-top: 0;
  padding: 0 15px;
  grid-column: span 2;
  -ms-grid-column-span: 2;
  margin-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header-global-menu .peripheral-content {
    grid-column: span 12;
    -ms-grid-column-span: 12;
    margin-right: 0;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .peripheral-content {
    padding: 0;
  }
}
.kp-header-global-menu .peripheral-content .button {
  width: 100%;
}
.kp-header-global-menu .peripheral-content .button.-tertiary {
  margin-top: 36px;
}
@media screen and (max-width: 1151px) {
  .kp-header-global-menu .peripheral-content__desktop {
    display: none;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .peripheral-content__desktop {
    display: flex;
    align-items: center;
    grid-column: span 2;
    -ms-grid-column-span: 2;
    margin-right: 0;
    height: 90px;
    text-align: right;
  }
}
.kp-header-global-menu .peripheral-content__desktop__search-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #ffffff;
  background-color: transparent;
  text-align: left;
  padding: 2px 16px;
  height: 36px;
  margin-right: -1.5em;
  display: flex;
  margin-right: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.kp-header-global-menu .peripheral-content__desktop__search-button:before {
  color: #0078B3;
  font-size: 1.2em;
  font-weight: bold;
  padding-right: 5px;
}
@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .kp-header-global-menu .peripheral-content__desktop__search-button .search-btn-text {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .peripheral-content__desktop__search-button .search-btn-text {
    visibility: visible;
    font-size: 13px;
    line-height: 32px;
  }
}
.kp-header-global-menu .peripheral-content__desktop__search-button img {
  margin: 0 6px 0 0;
  height: 15px;
  filter: brightness(0) invert(1);
}
.kp-header-global-menu .peripheral-content__desktop__search-button:hover {
  background-color: #90CEF1;
  border: 1px solid #90CEF1;
  text-decoration: underline;
}
.kp-header-global-menu .peripheral-content__desktop__search-button:hover .search-btn-text {
  color: #003B71;
}
.kp-header-global-menu .peripheral-content__desktop__search-button:hover img {
  filter: none;
}
.kp-header-global-menu .peripheral-content__desktop__search-button:focus {
  background-color: #90CEF1;
  border: 1px solid #90CEF1;
  text-decoration: underline;
}
.kp-header-global-menu .peripheral-content__desktop__search-button:focus .search-btn-text {
  color: #003B71;
}
.kp-header-global-menu .peripheral-content__desktop__search-button:focus img {
  filter: none;
}
.kp-header-global-menu .peripheral-content__device {
  display: block;
  text-align: center;
}
@media screen and (min-width: 1152px) {
  .kp-header-global-menu .peripheral-content__device {
    display: none;
  }
}
.kp-header-global-menu .peripheral-content__device__buttons .button {
  background-color: #0D1C3D;
  color: white;
  border: 1px solid #ffffff;
  padding: 2px 16px;
  height: 52px;
  font-size: 16px;
  border-radius: 24px;
}
.kp-header-global-menu .peripheral-content__device__buttons .button:hover {
  background-color: #92CCF0;
  color: #0D1C3D;
}
.kp-header-global-menu .peripheral-content__device__register-container {
  margin-top: 16px;
  margin-bottom: 58px;
  font-size: 16px;
  line-height: 16px;
}
.kp-header-global-menu .peripheral-content__device__register-container a {
  text-decoration: underline;
}
.kp-header-global-menu .peripheral-content__device__register-container a:hover {
  text-decoration: underline;
}
.kp-header-global-menu .peripheral-content__device__selectors {
  display: block;
}
.kp-header__search-container {
  clear: both;
  float: left;
  display: block;
  width: 100%;
}
.kp-header__search-container .autocomplete-container {
  clear: both;
  float: left;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1152px) {
  .kp-header.non-authenticated .kp-header__signin-or-register-utility-links, .kp-header.authenticated .kp-header__signin-or-register-utility-links {
    float: right;
    display: flex;
    align-items: center;
    height: 56px;
  }
  .kp-header.non-authenticated .kp-header__signin-or-register-utility-links img, .kp-header.authenticated .kp-header__signin-or-register-utility-links img {
    margin-right: 10px;
  }
  .kp-header.non-authenticated .kp-header__signin-or-register-utility-links .kp-header__signin-or-register-text, .kp-header.authenticated .kp-header__signin-or-register-utility-links .kp-header__signin-or-register-text {
    color: #FFFFFF;
  }
  .kp-header.non-authenticated .kp-header__signin-or-register-utility-links .kp-header__signin-or-register-text p, .kp-header.authenticated .kp-header__signin-or-register-utility-links .kp-header__signin-or-register-text p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .kp-header.non-authenticated .kp-header__signin-or-register-utility-links .kp-header__signin-or-register-text a, .kp-header.authenticated .kp-header__signin-or-register-utility-links .kp-header__signin-or-register-text a {
    color: #FFFFFF;
    text-decoration: underline;
    font-size: 14px;
    line-height: 20px;
  }
  .kp-header.non-authenticated .kp-header__signin-or-register-utility-links .kp-header__signin-or-register-text a:hover, .kp-header.authenticated .kp-header__signin-or-register-utility-links .kp-header__signin-or-register-text a:hover {
    color: #92CCF0;
  }
  .kp-header.non-authenticated .kp-header__top-header, .kp-header.authenticated .kp-header__top-header {
    height: 56px;
  }
}
.kp-header.authenticated .kp-header__signin-or-register-utility-links img {
  margin-right: 0px;
}
.kp-header.authenticated .kp-header__signin-or-register-utility-links .--account .drop-menu {
  margin-right: 0px;
  display: flex !important;
}
.kp-header.authenticated .outer-hr {
  margin: 24px 16px 0px;
  border: 1px solid #677083;
}
@media screen and (min-width: 1152px) {
  .kp-header.authenticated .outer-hr {
    display: none;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.authenticated .provisional-header .--language .drop-menu .drop-menu-list {
    margin-top: 3px;
    left: 55px;
  }
  .kp-header.authenticated .provisional-header .--language .drop-menu .drop-menu-list .drop-menu-list-op {
    padding: 8px;
  }
  .kp-header.authenticated .provisional-header .--language .drop-menu .drop-menu-list .drop-menu-list-op img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(2223%) hue-rotate(183deg) brightness(80%) contrast(101%);
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.authenticated .device-only-ds2 {
    display: none;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.task-flow .kp-header__branding {
    height: 96px;
  }
  .kp-header.task-flow .kp-header-global-menu__navigation-outer-container {
    height: 96px;
  }
  .kp-header.task-flow .kp-header-global-menu__navigation-container {
    display: none;
  }
  .kp-header.task-flow.kp-header.authenticated .kp-header__top-header {
    height: 0;
  }
  .kp-header.task-flow .peripheral-content__desktop section .kp-header__top-header.navigation {
    height: fit-content;
    background-color: transparent;
  }
  .kp-header.task-flow .peripheral-content__desktop section .kp-header__top-header.navigation .--account {
    margin-left: 8px;
  }
  .kp-header.task-flow__top-header-global-menu {
    height: 0px;
  }
  .kp-header.task-flow .peripheral-content__desktop:last-child .drop-menu-pattern.--language ul.drop-menu-list {
    left: auto;
    right: 0;
  }
}
.kp-header.task-flow .drop-menu-pattern {
  background-color: #0D1C3D;
}
.kp-header.task-flow .drop-menu-pattern .drop-menu .drop-menu-dropdown {
  white-space: nowrap;
  background-color: #0D1C3D;
}
.kp-header.task-flow .drop-menu-pattern:first-child .drop-menu {
  margin-right: 0;
}
.kp-header.task-flow .drop-menu-pattern.--region-dark .drop-menu {
  margin-right: 17px;
}
.kp-header.task-flow .drop-menu-pattern.--region-dark .drop-menu .drop-menu-label {
  margin-right: 8px;
  font-size: 14px;
}
.kp-header.task-flow .outer-hr {
  margin: 24px 16px 0px;
  border: 1px solid #677083;
}
@media screen and (min-width: 1152px) {
  .kp-header.task-flow .outer-hr {
    display: none;
  }
}
.kp-header.task-flow.kp-header .drop-menu-pattern.--language .drop-menu-label {
  margin-right: 4px;
  font-size: 14px;
}
.kp-header.task-flow.kp-header .drop-menu-pattern.--language .drop-menu-label-text {
  color: #ffffff;
}
@media screen and (max-width: 1151px) {
  .kp-header.task-flow {
    height: 64px;
  }
  .kp-header.task-flow.kp-header__branding {
    padding: 1em 0;
  }
  .kp-header.task-flow.kp-header__branding-mobile {
    align-items: flex-start;
  }
  .kp-header.task-flow .mobile-menu-button.mobile-header-button.mobile-menu-trigger-open .icon {
    margin: 0 auto;
  }
  .kp-header.task-flow .mobile-menu-button.mobile-header-button.mobile-menu-trigger-open .menu-btn-text {
    font-weight: 350;
  }
  .kp-header.task-flow .kp-header-global-menu__menu-item__link {
    font-weight: 350;
  }
  .kp-header.task-flow.authenticated .kp-header-global-menu {
    padding: 45px 0;
  }
  .kp-header.task-flow.kp-header .drop-menu-pattern.--language .drop-menu-label, .kp-header.task-flow.kp-header .drop-menu-pattern.--region-dark .drop-menu-label {
    margin-bottom: 4px;
  }
}
.kp-header.task-flow .pheriperal-content__device__selectors hr.outer-hr {
  margin: 24px 0px;
}
.kp-header.task-flow .drop-menu-pattern.--language .drop-menu .drop-menu-dropdown {
  background-color: #0D1C3D;
}
.kp-header.task-flow .drop-menu-pattern.--language .drop-menu .drop-menu-dropdown:hover {
  background-color: #92CCF0;
  border: 1px solid #92CCF0;
}
.kp-header.task-flow .drop-menu-pattern.--language .drop-menu .drop-menu-dropdown:focus {
  background-color: #92CCF0;
  border: 1px solid #92CCF0;
}
.kp-header .mobile-header-button.btn-pushdown-trigger .icon {
  display: block;
}
.kp-header .mobile-header-button.btn-pushdown-trigger.open .icon.hidden {
  display: block;
}
.kp-header .mobile-header-button.btn-pushdown-trigger.open .icon.hidden.hidden {
  display: none;
}
.kp-header .mobile-header-button.btn-pushdown-trigger.open .icon__close {
  display: block;
  margin: 2px auto 1px;
  width: 24px;
  height: 24px;
}
.kp-header .mobile-header-button.btn-pushdown-trigger.open .icon__close img {
  height: 19.83px;
  width: 19.83px;
}
.kp-header .mobile-header-button.btn-pushdown-trigger.open .icon__close.hidden {
  display: none;
}
@media screen and (min-width: 1152px) {
  .kp-header .kp-header-global-menu__navigation-container {
    display: flex;
    flex-direction: column;
    height: 90px;
    justify-content: center;
  }
  .kp-header .kp-header-global-menu__navigation-container .kp-header-global-menu__primary-links-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 34px;
    height: inherit;
    margin: 0 35px;
  }
}

.visibility-hidden {
  visibility: hidden;
}

.kp-header__menu-end {
  visibility: visible;
}

.kp-header__menu-end-trigger {
  visibility: hidden;
}
@media screen and (min-width: 1152px) {
  .kp-header__menu-end-trigger {
    display: none;
  }
}

.kp-header-global-menu.pushdown-nav.open .kp-header__menu-end-trigger {
  visibility: visible;
}

.kp-header .logo-long {
  max-width: initial;
}
.kp-header .kp-header__top-header {
  position: relative;
  background-color: #0D1C3D;
}
@media screen and (min-width: 1152px) {
  .kp-header .kp-header__top-header {
    background-color: #003B71;
  }
}
.kp-header.theme-nt-mobile-maui .kp-header__top-header, .kp-header.theme-header-color-maui .kp-header__top-header {
  background-color: #076464;
}
.kp-header.task-flow {
  height: auto;
}
.kp-header.task-flow .logo-long {
  display: block;
}
.kp-header .kp-header__util-links > li {
  font-size: initial;
  padding-right: 0;
}
@media screen and (min-width: 1152px) {
  .kp-header .kp-header__util-links .provisional-header {
    padding-top: 0;
    padding-bottom: 0;
    height: 58px;
  }
}
@media screen and (min-width: 768px) {
  .kp-header .kp-header__rows-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header .kp-header-global-menu__navigation-outer-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.kp-header .peripheral-content {
  padding: 0 16px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header .peripheral-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header .peripheral-content {
    padding: 0;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
    padding: 0;
    margin-left: 22px;
    text-decoration: none;
  }
}
.kp-header .kp-header-global-menu__menu-pipe {
  display: none;
}
@media screen and (min-width: 1152px) {
  .kp-header .kp-header-global-menu__menu-pipe {
    display: block;
    align-self: center;
    width: 1px;
    height: 22px;
    background-color: #92CCF0;
  }
}
.kp-header .kp-header__messages-link-desktop {
  position: relative;
  display: flex;
  align-content: center;
  color: white;
  top: 1px;
}
.kp-header .kp-header__messages-link-desktop .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.kp-header .kp-header__messages-link-desktop .text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Gotham 5r";
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0;
}
.kp-header .kp-header__messages-pipe-desktop {
  width: 1px;
  height: 24px;
  border: 0;
  background-color: white;
  opacity: 0.4;
  margin: 0 18px;
}
.kp-header .autocomplete-search.-ds2 {
  float: none;
}
@media screen and (max-width: 1151px) {
  .kp-header .autocomplete-search.-ds2 {
    padding-top: 0;
    height: 120px;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header .autocomplete-search.-ds2:before {
    height: 120px;
  }
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__logo {
  margin-bottom: 6px;
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__form {
  position: relative;
  max-width: 90rem;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1152px) {
  .kp-header .autocomplete-search.-ds2 .autocomplete-search__form {
    margin-top: 0;
    max-width: 90rem;
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header .autocomplete-search.-ds2 .autocomplete-search__form .container {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__input__container .focus-input {
  position: absolute;
  border-radius: 4px;
  display: block;
  bottom: -5px;
  border: 1px solid white;
  left: -5px;
  height: 58px;
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__input {
  padding-left: 16px;
  border-radius: 4px;
  font-size: 16px !important;
  height: 48px;
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__input:focus {
  outline: none;
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__input::placeholder {
  font-size: 14px !important;
}
@media screen and (min-width: 1152px) {
  .kp-header .autocomplete-search.-ds2 .autocomplete-search__input::placeholder {
    font-size: 16px !important;
  }
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__submit {
  display: flex;
  font-size: inherit;
  width: auto;
  min-width: auto;
  height: 48px;
  border-radius: 24px;
  margin: 0 0 0 24px;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 1151px) {
  .kp-header .autocomplete-search.-ds2 .autocomplete-search__submit {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header .autocomplete-search.-ds2 .autocomplete-search__submit {
    margin-right: 60px;
  }
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__submit .search-icon {
  width: auto;
}
@media screen and (max-width: 1151px) {
  .kp-header .autocomplete-search.-ds2 .autocomplete-search__submit .search-icon {
    display: none;
  }
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__submit:hover, .kp-header .autocomplete-search.-ds2 .autocomplete-search__submit:focus {
  text-decoration: underline;
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__submit span {
  text-overflow: unset;
  overflow: unset;
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__close {
  bottom: 68px;
  padding: 0;
  position: absolute;
  right: 7px;
  min-width: 0;
  border-radius: 0;
  margin-bottom: 0;
  text-decoration: none;
}
@media screen and (min-width: 1152px) {
  .kp-header .autocomplete-search.-ds2 .autocomplete-search__close {
    bottom: 0;
    right: 16px;
    width: 50px;
    justify-content: center;
  }
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__close:hover {
  color: #fff;
  background-color: transparent;
  text-decoration: underline;
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__close__icon {
  width: 14px;
  height: auto;
  margin-right: 0;
  padding-right: 0;
}
@media screen and (min-width: 1152px) {
  .kp-header .autocomplete-search.-ds2 .autocomplete-search__close__icon {
    width: 14px;
    height: 14px;
  }
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__heading {
  padding-bottom: 4px;
  padding-top: 12px;
  font-size: 14px;
  padding-left: 22px;
}
@media screen and (min-width: 1152px) {
  .kp-header .autocomplete-search.-ds2 .autocomplete-search__heading {
    padding-left: 16px;
  }
}
.kp-header .autocomplete-search.-ds2 .clear-input-button {
  right: 14px;
}
@media screen and (min-width: 1152px) {
  .kp-header .autocomplete-search.-ds2 .clear-input-button {
    top: 16px;
  }
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__combobox {
  margin-right: 0;
}
@media screen and (min-width: 1152px) {
  .kp-header .autocomplete-search.-ds2 .autocomplete-search__combobox {
    max-width: 1150px;
    width: 100%;
  }
}
.kp-header .autocomplete-search.-ds2 .container--ds2 {
  margin: auto 0;
  position: absolute;
  z-index: 3;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  top: 84px;
  left: -22px;
  right: -22px;
}
@media screen and (min-width: 1152px) {
  .kp-header .autocomplete-search.-ds2 .container--ds2 {
    width: calc(100% - 106px);
    margin-right: auto;
    margin-left: auto;
    top: 0;
    left: unset;
    right: unset;
  }
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__list {
  padding-bottom: 8px;
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__listbox {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0 0 4px 4px;
  top: 0;
}
@media screen and (min-width: 1152px) {
  .kp-header .autocomplete-search.-ds2 .autocomplete-search__listbox {
    top: 58px;
    border-radius: 4px;
  }
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__listbox .autocomplete-search__result.-link {
  display: flex;
  align-items: flex-start;
  padding: 12px 0px;
  font-size: 14px;
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__listbox .autocomplete-search__result.-link a {
  padding: 0;
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__listbox .autocomplete-search__result [class^=icon-] {
  height: 24px;
  margin: -1px 16px 0px 22px !important;
}
@media screen and (min-width: 1152px) {
  .kp-header .autocomplete-search.-ds2 .autocomplete-search__listbox .autocomplete-search__result [class^=icon-] {
    margin-left: 16px !important;
  }
}
.kp-header .autocomplete-search.-ds2 .autocomplete-search__listbox .autocomplete-search__result:hover [class^=icon-] {
  color: white;
  filter: brightness(0) invert(1);
}
.kp-header .autocomplete-search.-ds2.expanded {
  display: flex;
}
@media screen and (min-width: 1152px) {
  .kp-header .autocomplete-search.-ds2.has-subnav {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal .kp-header-global-menu__navigation-outer-container {
    flex-direction: column;
    height: auto;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal .kp-header-global-menu__inner {
    flex-direction: column;
  }
}
.kp-header.universal .kp-header-global-menu__navigation-container .kp-header-global-menu__primary-links-list {
  justify-content: flex-start;
}
@media screen and (min-width: 1152px) {
  .kp-header.universal .kp-header-global-menu__navigation-container .kp-header-global-menu__primary-links-list {
    margin-right: 32px;
  }
}
.kp-header.universal.task-flow .kp-header-global-menu__navigation-outer-container,
.kp-header.universal.task-flow .kp-header__branding {
  height: auto;
  min-height: 80px;
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.task-flow .kp-header-global-menu__navigation-outer-container,
  .kp-header.universal.task-flow .kp-header__branding {
    min-height: 90px;
  }
}
.kp-header.universal.task-flow .peripheral-content__desktop section .kp-header__top-header.navigation .--account {
  margin-left: 24px;
}
.kp-header.universal.task-flow .drop-menu-pattern.--region-dark .drop-menu {
  margin-right: 24px;
}
@media screen and (min-width: 769px) {
  .kp-header.universal.task-flow .kp-header-global-menu__navigation-outer-container {
    flex-direction: unset;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.task-flow .kp-header-global-menu__inner {
    flex-direction: unset;
  }
}
.kp-header.universal .kp-header__util-links {
  font-size: 0; /* inline block extra space fix */
}
.kp-header.universal .drop-menu-pattern.--region-dark .drop-menu .drop-menu-label,
.kp-header.universal .drop-menu-pattern.--language .drop-menu .drop-menu-label {
  margin-right: 8px;
}
@media screen and (min-width: 1152px) {
  .kp-header.universal .drop-menu-pattern.--account .drop-menu .drop-menu-label {
    display: none;
  }
}
.kp-header.universal .drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown:focus {
  background-color: #92CCF0;
  border: 1px solid #92CCF0;
}
.kp-header.universal .drop-menu-pattern.--language .drop-menu button.drop-menu-dropdown:focus span.drop-menu-button-text {
  color: #0D1C3D;
}
@media screen and (min-width: 1152px) {
  .kp-header.universal .autocomplete-search {
    align-items: center;
    min-height: 68px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.kp-header.universal .autocomplete-search.collapsed, .kp-header.universal .autocomplete-search.expanded {
  animation: none;
}
@media screen and (min-width: 1152px) {
  .kp-header.universal .autocomplete-search.expanded {
    display: flex;
  }
}
.kp-header.universal.exposed-search .kp-header__branding-mobile {
  padding-top: 16px;
  padding-bottom: 24px;
}
.kp-header.universal.exposed-search .kp-header__branding-mobile .logo-icon {
  height: 40px;
  width: 150px;
}
.kp-header.universal.exposed-search .kp-header-global-menu__mobile-buttons {
  display: none;
}
.kp-header.universal.exposed-search .mobile-header-button.btn-pushdown-trigger {
  position: relative;
  top: -1px;
  width: 34px;
}
.kp-header.universal.exposed-search .mobile-header-button.btn-pushdown-trigger.open .icon__close {
  position: relative;
  top: -2px;
}
.kp-header.universal.exposed-search .mobile-header-button.btn-pushdown-trigger.open .icon__close img {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .kp-header__bottom-bar {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .peripheral-content {
    flex-grow: 1;
  }
  .kp-header.universal.exposed-search .peripheral-content .peripheral-content__desktop {
    max-width: 645px;
    width: 100%;
    justify-content: flex-end;
  }
  .kp-header.universal.exposed-search .peripheral-content .peripheral-content__desktop .swap-position {
    width: 100%;
    max-width: 471px;
  }
}
.kp-header.universal.exposed-search .autocomplete-search {
  height: auto;
}
@media screen and (max-width: 1151px) {
  .kp-header.universal.exposed-search .autocomplete-search {
    padding-bottom: 16px;
    padding-top: 4px;
    min-height: unset;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search {
    display: flex;
    margin-top: 0;
  }
}
.kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__heading {
  font-family: "Gotham 5r";
  font-size: 16px;
  font-size: 20px;
  padding-bottom: 10px;
  padding-left: 22px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__heading {
    padding-left: 16px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__heading {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: -0.01em;
    padding-top: 16px;
    padding-bottom: 8px;
  }
}
.kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__form {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-right: 16px;
  margin-left: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__form {
    max-width: 683px;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__form {
    padding: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
.kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__input__container .focus-input {
  height: 46px;
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__input__container .focus-input {
    height: 54px;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__input {
    height: 36px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__input {
    height: 44px;
  }
}
.kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__input:focus-visible {
  outline: none;
}
.kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__input[aria-expanded=true] {
  border: 2px solid #0078B3;
}
.kp-header.universal.exposed-search .autocomplete-search .active-input:focus-visible {
  border: 2px solid #0078B3;
}
.kp-header.universal.exposed-search .autocomplete-search .clear-input-button {
  right: 6px;
  width: 24px;
  height: 24px;
  top: 16%;
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search .clear-input-button {
    right: 10px;
  }
}
.kp-header.universal.exposed-search .autocomplete-search .clear-input-button img {
  width: 24px;
  height: 24px;
  filter: invert(67%) sepia(100%) saturate(1083%) hue-rotate(175deg) brightness(62%) contrast(137%);
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search .clear-input-button {
    top: 22%;
  }
}
.kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__submit {
  width: auto;
  display: flex;
  font-size: inherit;
  width: auto;
  min-width: auto;
  font-size: 14px;
  padding: 2px 16px 2px 16px;
  height: 36px;
  border-radius: 100px;
  margin: 0 0 0 14px;
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__submit {
    margin-left: 24px;
  }
}
.kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__submit .search-icon {
  width: auto;
}
.kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__submit:hover, .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__submit:focus {
  text-decoration: underline;
}
.kp-header.universal.exposed-search .autocomplete-search .container--ds2 {
  position: absolute;
  margin: 0;
  top: 52px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header.universal.exposed-search .autocomplete-search .container--ds2 {
    right: 0;
    left: 0;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search .container--ds2 {
    top: 46px;
  }
}
.kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__listbox {
  top: 0;
  margin-top: 0;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__listbox {
    border-radius: 4px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__listbox {
    top: 10px;
    margin-bottom: 0;
    box-shadow: none;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result,
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result .-typed {
    color: #0D1C3D;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result:hover,
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result .-typed:hover {
    color: #fff;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result:hover .-typed,
  .kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result .-typed:hover .-typed {
    color: #fff;
  }
}
.kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__listbox .autocomplete-search__result {
  font-size: 16px;
}
.kp-header.universal.exposed-search .autocomplete-search .autocomplete-search__list {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .kp-header.universal.exposed-search .autocomplete-search.-ds2 .autocomplete-search__listbox .autocomplete-search__result [class^=icon-] {
    margin-left: 16px !important;
  }
}
.kp-header.universal.exposed-search.task-flow .kp-header__branding-mobile {
  padding-top: 20px;
  padding-bottom: 20px;
}
.kp-header__middle-bar {
  display: none;
}
@media screen and (min-width: 1152px) {
  .kp-header__middle-bar {
    display: flex;
    justify-content: space-between;
    height: 94px;
    width: 100%;
  }
  .kp-header__middle-bar .kp-header__branding {
    height: unset;
  }
}
.kp-header__account-ctas {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px 0;
}
@media screen and (min-width: 1152px) {
  .kp-header__account-ctas .button {
    margin-bottom: 0 !important;
  }
}
.kp-header__authenticated-search-desktop {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
.kp-header__authenticated-search-desktop .swap-position {
  width: 100%;
  max-width: 471px;
}
@media screen and (min-width: 1152px) {
  .kp-header__authenticated-search-desktop .swap-position .autocomplete-search {
    height: 94px;
  }
}
.kp-header__cross-site-nav-wrap {
  float: right;
}
.kp-header__cross-site-nav {
  position: relative;
  float: right;
  display: flex;
  align-items: center;
  height: 58px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: left;
}
.kp-header__cross-site-nav li {
  display: inline-block;
  margin-right: 24px;
}
.kp-header__cross-site-nav li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.kp-header__cross-site-nav li a {
  font-family: "Gotham 4r";
  color: #fff;
}
.kp-header__cross-site-nav a:hover {
  text-decoration: underline;
}
.kp-header__cross-site-nav__icon {
  position: relative;
  width: 20px;
  height: 20px;
  top: 3px;
  margin-left: 6px;
}
.kp-header__bottom-bar {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1152px) {
  .kp-header__bottom-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 68px;
    align-items: center;
  }
  .kp-header__bottom-bar .kp-header-global-menu__inner {
    margin-left: 0;
    margin-right: 0;
  }
  .kp-header__bottom-bar .kp-header-global-menu__navigation-container {
    flex-direction: unset;
    height: unset;
    justify-content: unset;
  }
  .kp-header__bottom-bar .kp-header-global-menu__navigation-container .kp-header-global-menu__primary-links-list {
    margin: 0;
    column-gap: 32px;
    row-gap: 0;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header__bottom-bar .kp-header-global-menu__navigation-container .kp-header-global-menu__primary-links-list {
    column-gap: 24px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1281px) {
  .kp-header__bottom-bar .kp-header-global-menu__navigation-container .kp-header-global-menu__primary-links-list {
    column-gap: 32px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header__bottom-bar .peripheral-content .desktop-search-button {
    font-size: inherit;
    width: auto;
    min-width: auto;
    height: 48px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 24px;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 0 !important;
  }
  .kp-header__bottom-bar .peripheral-content .desktop-search-button:has(span) {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kp-header__bottom-bar .peripheral-content .desktop-search-button:hover, .kp-header__bottom-bar .peripheral-content .desktop-search-button:focus {
    color: #003B71;
    background-color: #F2F8FB;
    border-color: #003B71;
    text-decoration: underline;
  }
  .kp-header__bottom-bar .peripheral-content .desktop-search-button.-secondary, .kp-header__bottom-bar .peripheral-content .desktop-search-button.-inverted {
    color: #0074AD;
    background-color: #ffffff;
    border: 1px solid #0074AD;
  }
  .kp-header__bottom-bar .peripheral-content .desktop-search-button.-secondary:hover, .kp-header__bottom-bar .peripheral-content .desktop-search-button.-secondary:focus, .kp-header__bottom-bar .peripheral-content .desktop-search-button.-inverted:hover, .kp-header__bottom-bar .peripheral-content .desktop-search-button.-inverted:focus {
    color: #ffffff;
    background-color: #003B71;
    border-color: #003B71;
  }
  .kp-header__bottom-bar .peripheral-content .desktop-search-button.-dark {
    color: #92CCF0;
    background-color: #0D1C3D;
    border: 1px solid #92CCF0;
  }
  .kp-header__bottom-bar .peripheral-content .desktop-search-button.-dark:hover, .kp-header__bottom-bar .peripheral-content .desktop-search-button.-dark:focus {
    color: #E6F2F7;
    background-color: #0D1C3D;
    border: 1px solid #E6F2F7;
  }
  .kp-header__bottom-bar .peripheral-content .desktop-search-button.-inverted.-dark {
    color: #E6F2F7;
    background-color: #0D1C3D;
    border: 1px solid #E6F2F7;
  }
  .kp-header__bottom-bar .peripheral-content .desktop-search-button.-inverted.-dark:hover, .kp-header__bottom-bar .peripheral-content .desktop-search-button.-inverted.-dark:focus {
    color: #003B71;
    background-color: #92CCF0;
    border-color: #92CCF0;
  }
  .kp-header__bottom-bar .peripheral-content .desktop-search-button.-light {
    color: #0074AD;
    background-color: #E6F2F7;
    border: 1px solid #0074AD;
  }
  .kp-header__bottom-bar .peripheral-content .desktop-search-button.-light:hover, .kp-header__bottom-bar .peripheral-content .desktop-search-button.-light:focus {
    color: #003B71;
    background-color: #F2F8FB;
    border-color: #003B71;
  }
  .kp-header__bottom-bar .peripheral-content .desktop-search-button .-light:focus-visible, .kp-header__bottom-bar .peripheral-content .desktop-search-button:not(.-dark) {
    outline-offset: 3px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) {
  .kp-header__bottom-bar .peripheral-content .desktop-search-button .search-btn-text {
    color: unset;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header__bottom-bar .peripheral-content .desktop-search-button img {
    padding-right: 0;
    margin-right: 8px;
    height: 24px;
    filter: brightness(0) invert(1);
  }
  .kp-header__bottom-bar .peripheral-content .desktop-search-button:hover, .kp-header__bottom-bar .peripheral-content .desktop-search-button:focus {
    text-decoration: underline;
  }
  .kp-header__bottom-bar .peripheral-content .desktop-search-button:hover img, .kp-header__bottom-bar .peripheral-content .desktop-search-button:focus img {
    filter: none;
  }
}
@media screen and (min-width: 1152px) and (min-width: 1152px) and (max-width: 1180px) {
  .kp-header__bottom-bar .peripheral-content .desktop-search-button {
    padding: 2px 16px 2px 14px;
    height: 36px;
    border-radius: 100px;
  }
  .kp-header__bottom-bar .peripheral-content .desktop-search-button .search-btn-text {
    font-size: 14px;
  }
  .kp-header__bottom-bar .peripheral-content .desktop-search-button img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1152px) and (min-width: 769px) {
  .kp-header__bottom-bar .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    height: 25px;
    overflow: visible;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 300px;
    text-decoration: none;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header__bottom-bar .peripheral-content .peripheral-content__desktop {
    height: unset;
  }
}
.kp-header__bottom-bar.hidden {
  display: none;
}

.kp-header-global-menu .peripheral-content__device__register-container {
  margin-bottom: 58px;
}
.kp-header-global-menu .peripheral-content__device__cross-site-nav {
  margin-top: 16px;
  margin-bottom: 58px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-align: left;
}
.kp-header-global-menu .peripheral-content__device__cross-site-nav a:hover,
.kp-header-global-menu .peripheral-content__device__cross-site-nav a:focus {
  text-decoration: underline;
}
.kp-header-global-menu .peripheral-content__device__cross-site-nav > h3 {
  font-family: "Gotham 5r";
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 24px;
}
.kp-header-global-menu .peripheral-content__device__list li {
  margin-left: 36px;
  margin-bottom: 24px;
}
.kp-header-global-menu .peripheral-content__device__list li:last-child {
  margin-bottom: 0;
}
.kp-header-global-menu .peripheral-content__device__icon {
  position: relative;
  width: 20px;
  height: 20px;
  top: 3px;
  margin-left: 6px;
}

.kp-header__branding-mobile {
  padding-top: 20px;
  padding-bottom: 20px;
}

.kp-header__mobile-buttons {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: flex-end;
}
.kp-header__mobile-buttons img {
  filter: brightness(0) invert(1) !important;
}
@media screen and (min-width: 1152px) {
  .kp-header__mobile-buttons {
    display: none;
  }
}
.kp-header__mobile-buttons .mobile-header-button {
  margin: 0;
  padding: 0;
  line-height: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header__mobile-buttons .mobile-header-button .signin-btn-text,
  .kp-header__mobile-buttons .mobile-header-button .menu-btn-text {
    position: relative;
    top: -1px;
  }
}
.kp-header__mobile-buttons .mobile-signin-button,
.kp-header__mobile-buttons .mobile-search-button {
  margin-right: 22px;
}

.button {
  letter-spacing: 0.01em;
}
.button.-inverted.-dark.-register, .button.-dark.-sign-in {
  font-size: inherit;
  width: auto;
  min-width: auto;
  height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 24px;
  padding-left: 24px;
  padding-right: 24px;
}
.button.-inverted.-dark.-register:has(span), .button.-dark.-sign-in:has(span) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button.-inverted.-dark.-register:hover, .button.-inverted.-dark.-register:focus, .button.-dark.-sign-in:hover, .button.-dark.-sign-in:focus {
  color: #003B71;
  background-color: #F2F8FB;
  border-color: #003B71;
  text-decoration: underline;
}
.button.-inverted.-dark.-register.-secondary, .button.-inverted.-dark.-register.-inverted, .button.-dark.-sign-in.-secondary, .button.-dark.-sign-in.-inverted {
  color: #0074AD;
  background-color: #ffffff;
  border: 1px solid #0074AD;
}
.button.-inverted.-dark.-register.-secondary:hover, .button.-inverted.-dark.-register.-secondary:focus, .button.-inverted.-dark.-register.-inverted:hover, .button.-inverted.-dark.-register.-inverted:focus, .button.-dark.-sign-in.-secondary:hover, .button.-dark.-sign-in.-secondary:focus, .button.-dark.-sign-in.-inverted:hover, .button.-dark.-sign-in.-inverted:focus {
  color: #ffffff;
  background-color: #003B71;
  border-color: #003B71;
}
.button.-inverted.-dark.-register.-dark, .button.-dark.-sign-in.-dark {
  color: #92CCF0;
  background-color: #0D1C3D;
  border: 1px solid #92CCF0;
}
.button.-inverted.-dark.-register.-dark:hover, .button.-inverted.-dark.-register.-dark:focus, .button.-dark.-sign-in.-dark:hover, .button.-dark.-sign-in.-dark:focus {
  color: #E6F2F7;
  background-color: #0D1C3D;
  border: 1px solid #E6F2F7;
}
.button.-inverted.-dark.-register.-inverted.-dark, .button.-dark.-sign-in.-inverted.-dark {
  color: #E6F2F7;
  background-color: #0D1C3D;
  border: 1px solid #E6F2F7;
}
.button.-inverted.-dark.-register.-inverted.-dark:hover, .button.-inverted.-dark.-register.-inverted.-dark:focus, .button.-dark.-sign-in.-inverted.-dark:hover, .button.-dark.-sign-in.-inverted.-dark:focus {
  color: #003B71;
  background-color: #92CCF0;
  border-color: #92CCF0;
}
.button.-inverted.-dark.-register.-light, .button.-dark.-sign-in.-light {
  color: #0074AD;
  background-color: #E6F2F7;
  border: 1px solid #0074AD;
}
.button.-inverted.-dark.-register.-light:hover, .button.-inverted.-dark.-register.-light:focus, .button.-dark.-sign-in.-light:hover, .button.-dark.-sign-in.-light:focus {
  color: #003B71;
  background-color: #F2F8FB;
  border-color: #003B71;
}
.button.-inverted.-dark.-register .-light:focus-visible, .button.-inverted.-dark.-register:not(.-dark), .button.-dark.-sign-in .-light:focus-visible, .button.-dark.-sign-in:not(.-dark) {
  outline-offset: 3px;
}
.button.-inverted.-dark.-register:hover, .button.-inverted.-dark.-register:focus, .button.-dark.-sign-in:hover, .button.-dark.-sign-in:focus {
  text-decoration: underline;
}
.button.-dark.-sign-in {
  background-color: #E6F2F7 !important;
  color: #003B71 !important;
  border: 1px solid #0074AD !important;
}
.button.-dark.-sign-in:hover, .button.-dark.-sign-in:focus {
  text-decoration: underline;
}
.button.-dark.-sign-in:hover {
  color: !important;
  background-color: #92CCF0 !important;
  border-color: #92CCF0 !important;
}
.button.-dark.-sign-in span {
  color: #003B71;
}
.button.-dark.-sign-in img {
  padding-right: 0;
  margin-right: 8px;
  height: 24px;
}

@media screen and (max-width: 1151px) {
  .kp-header-global-menu .peripheral-content__desktop {
    display: none !important;
  }
}

.kp-header.non-authenticated .autocomplete-search:not(.hidden),
.kp-header.authenticated .autocomplete-search:not(.hidden) {
  display: flex !important;
}

#autocomplete-search-secure {
  width: 100%;
}

#nav-device-position-authenticated > nav {
  flex: 0 0 100%;
}

@media screen and (max-width: 1151px) {
  .device-only {
    display: block !important;
  }
}
@media screen and (min-width: 1152px) {
  .device-only {
    display: none !important;
  }
}

.kp-header #sda-autocomplete {
  text-align: left;
}
.kp-header #sda-autocomplete fieldset {
  margin-top: 0 !important;
}
.kp-header #sda-autocomplete fieldset:last-of-type ul li:last-child:hover, .kp-header #sda-autocomplete fieldset:last-of-type ul li:last-child:focus-within {
  border-radius: 0 0 4px 4px;
}
.kp-header #sda-autocomplete fieldset legend.sda-h3,
.kp-header #sda-autocomplete fieldset legend h3 {
  font-family: "Gotham 5r", Verdana !important;
  margin-left: 22px;
  margin-right: 22px;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 1152px) {
  .kp-header #sda-autocomplete fieldset legend.sda-h3,
  .kp-header #sda-autocomplete fieldset legend h3 {
    margin-top: 16px;
    margin-left: 16px;
  }
}
.kp-header #sda-autocomplete fieldset ul li {
  text-decoration: none;
  font-size: 16px;
}
.kp-header #sda-autocomplete fieldset ul li a {
  text-decoration: none;
}
.kp-header #sda-autocomplete fieldset ul li a span {
  color: #0074AD !important;
}
.kp-header #sda-autocomplete fieldset ul li div span {
  color: #0D1C3D !important;
}
.kp-header #sda-autocomplete fieldset ul li a span,
.kp-header #sda-autocomplete fieldset ul li div span {
  cursor: inherit !important;
  margin: 0 0 0 12px !important;
}
.kp-header #sda-autocomplete fieldset ul li a:focus span,
.kp-header #sda-autocomplete fieldset ul li div:focus span {
  color: #fff !important;
}
.kp-header #sda-autocomplete fieldset ul li:hover a,
.kp-header #sda-autocomplete fieldset ul li:hover div {
  color: #fff !important;
}
.kp-header #sda-autocomplete fieldset ul li:hover a span,
.kp-header #sda-autocomplete fieldset ul li:hover div span {
  color: #fff !important;
}
.kp-header #sda-autocomplete fieldset ul li:hover a {
  text-decoration: underline;
}
.kp-header #sda-autocomplete fieldset.sda-autocomplete-external-links ul li {
  padding-left: 16px;
  padding-right: 16px;
}
.kp-header #sda-autocomplete fieldset.sda-autocomplete-external-links ul li:hover {
  cursor: hand !important;
}
.kp-header #sda-autocomplete fieldset.sda-autocomplete-external-links ul li .sda-autocomplete-item-icon {
  width: 24px;
  height: 24px;
}
.kp-header #sda-autocomplete fieldset.sda-autocomplete-suggestions ul li div {
  padding-left: 16px;
  padding-right: 16px;
}
.kp-header #sda-autocomplete fieldset.sda-autocomplete-suggestions ul li div .sda-autocomplete-item-icon {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .kp-header.exposed-search #sda-autocomplete fieldset legend h3 {
    margin-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  .kp-header.exposed-search #sda-autocomplete fieldset.sda-autocomplete-external-links ul li {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .kp-header.exposed-search #sda-autocomplete fieldset.sda-autocomplete-suggestions ul li div {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.kp-header .drop-menu-label-text {
  font-size: 13px !important;
}
@media screen and (max-width: 1151px) {
  .kp-header .drop-menu-pattern.--region-area-dark .drop-menu {
    display: block;
  }
  .kp-header .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-label {
    display: block;
    text-align: left;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-dropdown,
  .kp-header .drop-menu-pattern.--account .drop-menu .drop-menu-dropdown {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    max-height: 36px;
  }
}
.kp-header .drop-menu-pattern.--account ul.drop-menu-list {
  left: auto !important;
}
.kp-header .drop-menu-pattern.--region-area-dark .drop-menu,
.kp-header .drop-menu-pattern.--region-dark .drop-menu,
.kp-header .drop-menu-pattern.--language .drop-menu {
  margin-right: 26px;
}
@media screen and (max-width: 1151px) {
  .kp-header .drop-menu-pattern.--region-area-dark .drop-menu,
  .kp-header .drop-menu-pattern.--region-dark .drop-menu,
  .kp-header .drop-menu-pattern.--language .drop-menu {
    align-items: flex-start;
  }
}
.kp-header .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-dropdown,
.kp-header .drop-menu-pattern.--region-dark .drop-menu .drop-menu-dropdown,
.kp-header .drop-menu-pattern.--language .drop-menu .drop-menu-dropdown {
  padding: 10px 6px 10px 12px;
  max-height: 36px;
}
@media screen and (max-width: 1151px) {
  .kp-header .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-dropdown,
  .kp-header .drop-menu-pattern.--region-dark .drop-menu .drop-menu-dropdown,
  .kp-header .drop-menu-pattern.--language .drop-menu .drop-menu-dropdown {
    padding: 15px 16px !important;
    max-height: unset;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-dropdown span,
  .kp-header .drop-menu-pattern.--region-dark .drop-menu .drop-menu-dropdown span,
  .kp-header .drop-menu-pattern.--language .drop-menu .drop-menu-dropdown span {
    font-size: 16px;
  }
}
.kp-header .drop-menu-pattern.--region-area-dark .drop-menu .drop-down-menu-chevron,
.kp-header .drop-menu-pattern.--region-dark .drop-menu .drop-down-menu-chevron,
.kp-header .drop-menu-pattern.--language .drop-menu .drop-down-menu-chevron {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1151px) {
  .kp-header .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-label,
  .kp-header .drop-menu-pattern.--region-dark .drop-menu .drop-menu-label,
  .kp-header .drop-menu-pattern.--language .drop-menu .drop-menu-label {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header .drop-menu-pattern.--region-area-dark .drop-menu .drop-menu-list,
  .kp-header .drop-menu-pattern.--region-dark .drop-menu .drop-menu-list,
  .kp-header .drop-menu-pattern.--language .drop-menu .drop-menu-list {
    left: 0;
    width: 100%;
    margin-top: 2px;
    position: relative;
    white-space: normal;
  }
}
.kp-header.theme-header-color-maui.task-flow .drop-menu-pattern {
  background-color: transparent;
}
.kp-header.theme-header-color-maui.task-flow .drop-menu-pattern .drop-menu .drop-menu-dropdown {
  background-color: #076464;
}
.kp-header.theme-header-color-maui.task-flow .drop-menu-pattern .drop-menu .drop-menu-dropdown:hover, .kp-header.theme-header-color-maui.task-flow .drop-menu-pattern .drop-menu .drop-menu-dropdown:focus {
  background-color: #ffffee;
}
.kp-header.theme-header-color-maui.task-flow .drop-menu-pattern .drop-menu .drop-menu-dropdown:hover img, .kp-header.theme-header-color-maui.task-flow .drop-menu-pattern .drop-menu .drop-menu-dropdown:focus img {
  filter: brightness(0) saturate(100%) invert(23%) sepia(45%) saturate(2608%) hue-rotate(154deg) brightness(95%) contrast(95%);
}
.kp-header.theme-header-color-maui.task-flow .drop-menu-pattern .drop-menu .drop-menu-dropdown:hover span, .kp-header.theme-header-color-maui.task-flow .drop-menu-pattern .drop-menu .drop-menu-dropdown:focus span {
  color: #076464;
}
.kp-header.theme-header-color-maui.task-flow .drop-menu-pattern .drop-menu .drop-menu-list {
  border-color: #076464;
}
.kp-header.theme-header-color-maui.task-flow .drop-menu-pattern .drop-menu .drop-menu-list li.drop-menu-list-op a .drop-menu-list-icon {
  filter: brightness(0) saturate(100%) invert(23%) sepia(45%) saturate(2608%) hue-rotate(154deg) brightness(95%) contrast(95%);
}
.kp-header.theme-header-color-maui.task-flow .drop-menu-pattern .drop-menu .drop-menu-list li.drop-menu-list-op a .drop-menu-list-text {
  color: #076464;
}
.kp-header.theme-header-color-maui.task-flow .drop-menu-pattern .drop-menu .drop-menu-list li.drop-menu-list-op a:hover .drop-menu-list-icon {
  filter: none;
}
.kp-header.theme-header-color-maui.task-flow .drop-menu-pattern .drop-menu .drop-menu-list li.drop-menu-list-op a:hover .drop-menu-list-text {
  color: #0D1C3D;
}
@media screen and (min-width: 1152px) {
  .kp-header.non-authenticated .kp-header__top-header, .kp-header.authenticated .kp-header__top-header {
    height: 58px;
  }
}

@media screen and (max-width: 1151px) {
  .kp-header.authenticated {
    background-color: transparent;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header.authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-label {
    display: none;
  }
}
.kp-header.authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list .drop-menu-list-op .drop-menu-list-link:hover {
  color: #0D1C3D !important;
  background-color: transparent !important;
}
@media screen and (min-width: 769px) {
  .kp-header.authenticated .kp-header__top-header .drop-menu-pattern.--region-area-dark {
    display: flex;
  }
  .kp-header.authenticated .kp-header__top-header .drop-menu-pattern.--region-area-dark .drop-menu {
    margin-right: 16px;
  }
}
.kp-header.authenticated a {
  text-decoration: none;
}
@media screen and (max-width: 1151px) {
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner {
    position: relative;
    left: 0;
    transition: left ease 0.9s;
    will-change: left;
    z-index: 1;
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.12);
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner.is-active-container {
    left: -100vw;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner .kp-header-global-menu__primary-links-list {
    background-color: #E6F2F7;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item {
    position: static;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item.is-active .megamenu-wrap {
    visibility: visible;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    min-height: 57px;
    height: auto;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 24px;
    color: #0D1C3D;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link .kp-header-global-menu__menu-item__icon-device {
    display: block;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link .kp-header-global-menu__menu-item__icon-desktop-wrap {
    display: none;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__navigation-container {
    float: left;
    width: 100%;
    padding: 22px 0 0 0;
    background-color: #0D1C3D;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__navigation-container .kp-header-global-menu__icon-item {
    margin-bottom: 18px;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__navigation-container .kp-header-global-menu__icon-item-link {
    display: flex;
    align-items: center;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__navigation-container .account-list {
    margin-bottom: 24px;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__navigation-container .kp-header-global-menu__my-account-list > li {
    margin-left: 22px;
    line-height: unset;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__navigation-container .kp-header-global-menu__my-account-list .kp-header-global-menu__menu-item {
    margin-left: 48px;
    margin-bottom: 22px;
    padding-left: 0;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__navigation-container .kp-header-global-menu__my-account-list .kp-header-global-menu__menu-item .sign-out-link {
    font-family: "Gotham 5r";
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__navigation-container .kp-header-global-menu__my-account-list .kp-header-global-menu__menu-item .sign-out-link img {
    padding-right: 0;
    margin-right: 4px;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__navigation-container .kp-header-global-menu__my-account-list .kp-header-global-menu__menu-item:last-child {
    margin-bottom: 0;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__navigation-container .kp-header-global-menu__my-account-list .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header.authenticated .kp-header__bottom-bar {
    position: relative;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner {
    position: absolute;
    width: 568px;
    left: -568px;
    background-color: #0D1C3D;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner.is-active-container {
    left: 0;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner.is-active-container .megamenu-wrap {
    left: -568px;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner.is-active-container .kp-header-global-menu__menu-item.is-active .megamenu-wrap {
    left: 0;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
    padding-left: 20px;
    padding-right: 20px;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner .kp-header-global-menu__navigation-container {
    padding: 20px 0 0 0;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner .kp-header-global-menu__navigation-container .kp-header-global-menu__my-account-list .kp-header-global-menu__menu-item {
    margin-left: 52px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__primary-links-list {
    margin-right: 0;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item:first-of-type {
    padding-left: 0;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link {
    position: relative;
    display: flex;
    align-items: center;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link .kp-header-global-menu__menu-item__icon-device {
    display: none;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link .kp-header-global-menu__menu-item__icon-desktop-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 20px;
    position: relative;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item .kp-header-global-menu__menu-item__link .kp-header-global-menu__menu-item__icon-desktop {
    width: 12px;
    height: 12px;
    transition: all ease 0.3s;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item .megamenu-wrap {
    top: -42px;
    opacity: 0;
    z-index: -1;
    transition: all ease 0.4s;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item.is-active .kp-header-global-menu__menu-item__icon-desktop {
    transform: rotate(180deg);
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item.is-active .megamenu-wrap {
    visibility: visible;
    top: 62px;
    opacity: 1;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner {
    position: relative;
    width: 100%;
  }
  .kp-header.authenticated .kp-header__bottom-bar .kp-header-global-menu__inner.no-megamenu-desktop-animation .kp-header-global-menu__primary-links-list .kp-header-global-menu__menu-item .megamenu-wrap {
    top: 62px;
    opacity: 1;
    transition: none;
  }
}
.kp-header.authenticated.theme-nt-mobile-inky-blue .kp-header-global-menu .megamenu-wrap h2,
.kp-header.authenticated.theme-nt-mobile-inky-blue .kp-header-global-menu .megamenu-wrap h3,
.kp-header.authenticated.theme-nt-mobile-inky-blue .kp-header-global-menu .megamenu-wrap h4,
.kp-header.authenticated.theme-nt-mobile-inky-blue .kp-header-global-menu .megamenu-wrap span,
.kp-header.authenticated.theme-nt-mobile-inky-blue .kp-header-global-menu .megamenu-wrap p,
.kp-header.authenticated.theme-nt-mobile-inky-blue .kp-header-global-menu .megamenu-wrap li {
  color: #0D1C3D;
}
@media screen and (max-width: 1151px) {
  .kp-header.authenticated.theme-nt-mobile-inky-blue .kp-header-global-menu {
    background-color: transparent;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header.authenticated.theme-nt-mobile-inky-blue.task-flow .kp-header-global-menu {
    background-color: #0D1C3D;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-header.authenticated .kp-header-global-menu.pushdown-nav.open .kp-header-global-menu__inner {
    left: 0;
  }
  .kp-header.authenticated .kp-header-global-menu.pushdown-nav.open .kp-header-global-menu__inner .megamenu-wrap {
    left: -568px;
  }
  .kp-header.authenticated .kp-header-global-menu.pushdown-nav.open .kp-header-global-menu__inner.is-active-container {
    left: -568px;
  }
  .kp-header.authenticated .kp-header-global-menu.pushdown-nav.open .kp-header-global-menu__inner.is-active-container .megamenu-wrap {
    left: 568px;
  }
}

.kp-header__dim {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: opacity ease 0.4s;
}
@media screen and (min-width: 768px) {
  .kp-header__dim.-animating {
    visibility: visible;
  }
}
@media screen and (min-width: 768px) {
  .kp-header__dim.-active {
    opacity: 1;
    visibility: visible;
  }
}

.megamenu-wrap {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 100%;
  left: 100vw;
  transition: left ease 0.9s;
  will-change: left;
  visibility: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .megamenu-wrap {
    left: -568px;
    z-index: 2;
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.12);
  }
}
@media screen and (min-width: 1152px) {
  .megamenu-wrap {
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    max-width: 100%;
    z-index: 2;
    transition: none;
  }
}

.megamenu {
  width: 100%;
  background-color: #fff;
  box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid #0074AD;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .megamenu {
    box-shadow: -1px 0 0 #0074AD;
  }
}
@media screen and (min-width: 768px) {
  .megamenu {
    border-right: 1px solid #0074AD;
    border-radius: 0 8px 8px 0;
  }
}
@media screen and (min-width: 1152px) {
  .megamenu {
    border-left: 1px solid #0074AD;
    border-top: 1px solid #0074AD;
    border-radius: 8px;
  }
}

.megamenu__content {
  position: relative;
  padding: 16px 16px 24px 16px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .megamenu__content {
    padding: 20px 20px 32px 20px;
  }
}
@media screen and (min-width: 1152px) {
  .megamenu__content {
    padding: 24px 24px 32px 24px;
  }
}

.megamenu__utility-bar {
  margin-top: 8px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1152px) {
  .megamenu__utility-bar {
    display: none;
  }
}

.megamenu__back-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0 8px 0 0;
  background-color: transparent;
  font-family: "Gotham 5r";
  font-size: 18px;
  line-height: 24px;
  color: #0078B3;
}
@media screen and (min-width: 1152px) {
  .megamenu__back-button {
    display: none;
  }
}
.megamenu__back-button .svg-fill {
  color: #0078B3 !important;
}
.megamenu__back-button span {
  color: #0078B3 !important;
}
.megamenu__back-button:hover {
  color: #003B71;
}
.megamenu__back-button:hover .svg-fill {
  color: #003B71 !important;
}
.megamenu__back-button:hover span {
  color: #003B71 !important;
}

.megamenu__back-icon {
  display: block;
  width: 24px;
  height: 24px;
}

.megamenu__close-button {
  display: none;
  position: absolute;
  top: 12px;
  right: 12px;
  border: 0;
  padding: 8px;
  background-color: transparent;
  z-index: 1;
}
@media screen and (min-width: 1152px) {
  .megamenu__close-button {
    display: block;
    top: 22px;
    right: 22px;
  }
}

.megamenu__close-icon {
  display: block;
  width: 30px;
  height: 30px;
}

.megamenu__header-wrap {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .megamenu__header-wrap {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1152px) {
  .megamenu__header-wrap {
    display: flex;
    column-gap: 32px;
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 1281px) {
  .megamenu__header-wrap {
    column-gap: 32px;
  }
}
.megamenu__header-wrap .button {
  height: 48px;
  box-sizing: border-box;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 24px;
  line-height: 24px;
  border-width: 1px;
  width: 100%;
}
@media screen and (min-width: 1152px) {
  .megamenu__header-wrap .button {
    width: auto;
  }
}

@media screen and (min-width: 1152px) {
  .megamenu__header-content {
    flex: 0 0 916px;
  }
}

.megamenu__header {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  font-size: 26px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: -0.01em;
  font-family: "Gotham 5r";
}
@media screen and (min-width: 1152px) {
  .megamenu__header {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;
  }
}

.megamenu__title-icon {
  width: 48px;
  height: 48px;
}

.megamenu__title {
  display: flex;
  flex-direction: column;
}

.megamenu__for-person {
  font-size: 13px;
  line-height: 20px;
  font-family: "Gotham 4r";
  color: #677083 !important;
  letter-spacing: 0;
}
@media screen and (min-width: 1152px) {
  .megamenu__for-person {
    font-size: 14px;
  }
}

.megamenu__subheader {
  font-family: "Gotham 4r";
  margin-bottom: 0;
}
@media screen and (min-width: 1152px) {
  .megamenu__subheader {
    margin-left: 67px;
  }
}
.megamenu__subheader p,
.megamenu__subheader a,
.megamenu__subheader ul {
  line-height: 24px;
}
.megamenu__subheader p {
  margin: 8px 0;
  line-height: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .megamenu__subheader p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1152px) {
  .megamenu__subheader p {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.megamenu__subheader ul {
  list-style-type: disc;
  margin-block-start: 16px;
  margin-block-end: 24px;
  padding-inline-start: 1.8em;
}
@media screen and (min-width: 769px) {
  .megamenu__subheader ul {
    margin-block-end: 36px;
  }
}
.megamenu__subheader > *:last-child {
  margin-bottom: 0;
}
.megamenu__subheader a:hover {
  color: #003B71 !important;
  background-color: transparent !important;
  text-decoration: underline;
}

.megamenu-wrap.mychart .megamenu__header-wrap {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1152px) {
  .megamenu-wrap.mychart .megamenu__subheader {
    margin-left: 90px;
  }
}

.megamenu__subheader-link-wrapper {
  margin-bottom: 24px;
}
@media screen and (min-width: 1152px) {
  .megamenu__subheader-link-wrapper {
    margin-bottom: 16px;
  }
}

.megamenu__subheader-link--big {
  display: inline-block;
  font-family: "Gotham 5r";
  font-size: 20px;
  line-height: 28px !important;
}
.megamenu__subheader-link--big:hover {
  text-decoration: underline;
}
.megamenu__subheader-link--small {
  font-size: 13px;
  line-height: 20px !important;
}
.megamenu__subheader-link--small:hover {
  text-decoration: underline;
}

.megamenu__subheader-cta {
  border-color: #0078B3 !important;
}
@media screen and (max-width: 1151px) {
  .megamenu__subheader-cta {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .megamenu__subheader-cta {
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 1152px) {
  .megamenu__subheader-cta {
    position: relative;
    top: 34px;
    padding-left: 38px;
    padding-right: 38px;
  }
}
.megamenu__subheader-cta:hover, .megamenu__subheader-ctafocus {
  border-color: #003B71 !important;
}

.megamenu__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .megamenu__body {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 64px;
    row-gap: 48px;
  }
}
@media screen and (min-width: 1152px) {
  .megamenu__body {
    grid-template-columns: repeat(auto-fit, 288px);
    column-gap: 65px;
    row-gap: 56px;
  }
}

.megamenu__column-header {
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: -0.01em;
  font-family: "Gotham 5r";
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}

.megamenu__column-list {
  font-family: "Gotham 4r";
  font-size: 16px !important;
  line-height: 24px !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
.megamenu__column-list li {
  margin-bottom: 24px;
}
.megamenu__column-list li:last-child {
  margin-bottom: 0;
}
.megamenu__column-list li:last-child > *:last-child {
  margin-bottom: 0;
}
.megamenu__column-list li a {
  font-family: "Gotham 5r";
}
.megamenu__column-list li a:hover {
  color: #003B71 !important;
  background-color: transparent !important;
  text-decoration: underline;
}
.megamenu__column-list li .external-link a svg,
.megamenu__column-list li .external-link svg {
  vertical-align: baseline;
}
.megamenu__column-list li .megamenu__supporting-text {
  font-size: 12px;
  line-height: 16px;
  color: #677083 !important;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .megamenu__column-list li .megamenu__supporting-text {
    font-size: 13px;
    line-height: 20px;
  }
}

.megamenu__column--full-width {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .megamenu__column--full-width {
    grid-column: span 2;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1152px) {
  .megamenu__column--full-width {
    grid-column: span 3;
    margin-bottom: -16px;
  }
}
@media screen and (min-width: 1452px) {
  .megamenu__column--full-width {
    grid-column: span 4;
  }
}
.megamenu__column--full-width .megamenu__column-list li a {
  font-size: 18px;
  line-height: 24px;
}

.megamenu__icon-wrapper {
  color: inherit !important;
  white-space: nowrap;
}

.pl-header-pattern-version::before {
  content: "12.5.4";
}

@media screen and (max-width: 767px) {
  .kp-header__rows-container {
    grid-template-columns: repeat(6, 1fr);
  }
  .kp-header__mobile-buttons {
    grid-column: span 5;
  }
}
@media screen and (min-width: 768px) {
  .kp-header .kp-header-global-menu__navigation-outer-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 90rem;
  }
}
@media screen and (min-width: 1152px) {
  .kp-header__rows-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 90rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header__rows-container {
    margin-right: 0;
    margin-left: 0;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header .kp-header__mobile-buttons .mobile-header-button {
    padding: 0;
  }
}

[data-node-name=schedule-appointment] .content-toggle .expandable-heading[aria-expanded=true],
[data-node-name=schedule-appointment] .content-toggle .content.show {
  background-color: transparent !important;
}

.kp-global-header-component .bulletinAlerts .view-more-less-text > p {
  display: inline;
}
.kp-global-header-component .bulletinAlerts .pl-view-more-less-text-pattern-version:before {
  content: "1.1.5";
}
.kp-global-header-component .bulletinAlerts .ds-carousel {
  width: 100%;
  overflow: hidden;
}
.kp-global-header-component .bulletinAlerts .ds-carousel .ds-carousel__item:not(:first-child) {
  display: none;
}
.kp-global-header-component .bulletinAlerts .ds-carousel .ds-carousel__slide {
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}
.kp-global-header-component .bulletinAlerts .ds-carousel .ds-carousel__slide.ds-carousel__slide--active {
  height: auto;
  visibility: visible;
}
.kp-global-header-component .bulletinAlerts .ds-carousel .ds-carousel__slide .ds-carousel__item {
  display: block;
}
.kp-global-header-component .bulletinAlerts .alert .alert__description:before {
  width: 100%;
  padding: 0 16px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  z-index: 11;
}
.kp-global-header-component .bulletinAlerts .alert.alert--p3 {
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}
.kp-global-header-component .bulletinAlerts .alert {
  width: 100%;
  padding: 0 16px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .kp-global-header-component .bulletinAlerts .alert {
    padding: 0 24px;
  }
}
.kp-global-header-component .bulletinAlerts .alert .alert__content {
  text-align: left;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .kp-global-header-component .bulletinAlerts .alert .alert__content {
    max-width: 1400px;
  }
}
.kp-global-header-component .bulletinAlerts .alert .alert__icon {
  height: 24px;
  width: 24px;
  margin-right: 16px;
}
.kp-global-header-component .bulletinAlerts .alert .alert__message {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 2vw 0;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-global-header-component .bulletinAlerts .alert .alert__message {
    padding: 3vw 0;
  }
}
@media screen and (min-width: 768px) {
  .kp-global-header-component .bulletinAlerts .alert .alert__message {
    max-width: 1400px;
    margin: 0 auto;
  }
}
.kp-global-header-component .bulletinAlerts .alert .alert__text {
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin-top: 2px;
}
@media screen and (min-width: 1152px) {
  .kp-global-header-component .bulletinAlerts .alert .alert__text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
  }
}
.kp-global-header-component .bulletinAlerts .alert .alert__text p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}
@media screen and (min-width: 1152px) {
  .kp-global-header-component .bulletinAlerts .alert .alert__text p {
    font-size: 16px;
    line-height: 24px;
  }
}
.kp-global-header-component .bulletinAlerts .alert .alert__text a {
  text-decoration: underline;
}
.kp-global-header-component .bulletinAlerts .alert .alert__text a:hover {
  color: #003B71;
  background-color: transparent;
}
.kp-global-header-component .bulletinAlerts .alert .alert__title {
  font-family: "Gotham 5r";
  padding-right: 4px;
}
.kp-global-header-component .bulletinAlerts .alert .container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
.kp-global-header-component .bulletinAlerts .alert .alert__description:before {
  content: "";
  display: block;
}
@media screen and (min-width: 601px) {
  .kp-global-header-component .bulletinAlerts .alert .alert__description .container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.kp-global-header-component .bulletinAlerts .alert.alert--p1 {
  background-color: #94DFFF;
}
.kp-global-header-component .bulletinAlerts .alert.alert--p1 .alert__text p {
  color: #0D1C3D;
}
.kp-global-header-component .bulletinAlerts .alert.alert--p1 .alert__text a {
  color: #0D1C3D;
}
.kp-global-header-component .bulletinAlerts .alert.alert--p1 .alert__text a:hover {
  color: #0D1C3D;
}
.kp-global-header-component .bulletinAlerts .alert.alert--p2 {
  background-color: #D3D6DC;
}
.kp-global-header-component .bulletinAlerts .alert.alert--p2 .alert__text p {
  color: #0D1C3D;
}
.kp-global-header-component .bulletinAlerts .alert.alert--p2 .alert__text a {
  color: #0D1C3D;
}
.kp-global-header-component .bulletinAlerts .alert.alert--p2 .alert__text a:hover {
  color: #0D1C3D;
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel {
  background-color: #FBF5F4;
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel .alert__text p {
  color: #0D1C3D;
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel .alert__text a {
  color: #0074AD;
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel .alert__text a:hover {
  color: #003B71;
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel .alert__message {
  padding-top: 14px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .kp-global-header-component .bulletinAlerts .alert.alert-carousel .alert__message {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .kp-global-header-component .bulletinAlerts .alert.alert-carousel .alert__icon {
    margin-right: 8px;
  }
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel .alert__text {
  display: block;
  font-size: 12px;
  line-height: 16px;
  padding-top: 2px;
}
@media screen and (min-width: 768px) {
  .kp-global-header-component .bulletinAlerts .alert.alert-carousel .alert__text {
    font-size: 15px;
    line-height: 20px;
    padding-top: 1px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-global-header-component .bulletinAlerts .alert.alert-carousel .alert__text {
    padding-top: 2px;
  }
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel .alert__text p {
  font-size: 12px;
  line-height: 16px;
}
@media screen and (min-width: 768px) {
  .kp-global-header-component .bulletinAlerts .alert.alert-carousel .alert__text p {
    font-size: 15px;
    line-height: 20px;
  }
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel .alert__text * + * {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .kp-global-header-component .bulletinAlerts .alert.alert-carousel .alert__text * + * {
    margin-top: 16px;
  }
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel .alert__content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .kp-global-header-component .bulletinAlerts .alert.alert-carousel .alert__content {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel {
    flex: 1 1 auto;
    margin-right: 24px;
  }
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__button {
  font-size: 13px;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  color: #0D1C3D;
  background-color: transparent;
  border-color: #0D1C3D;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 14px;
  transition: all 0.2s;
  min-width: auto;
  width: auto;
  font-family: "Gotham 4r";
  border-width: 1px;
  border-radius: 100px;
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__button img {
  width: 24px;
  height: 24px;
  padding: 0;
  filter: grayscale(100) opacity(100%);
  transition: all 0.2s;
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__button.ds-carousel__button--prev {
  padding-right: 16px;
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__button.ds-carousel__button--prev img {
  margin-right: 5px;
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__button.ds-carousel__button--next {
  padding-left: 17px;
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__button.ds-carousel__button--next img {
  margin-left: 5px;
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__button:disabled {
  cursor: default;
  color: #677083;
  border-color: #677083;
  text-decoration: none;
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__button:disabled img {
  filter: grayscale(100) opacity(68%);
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__button:hover:not(:disabled) {
  text-decoration: underline;
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__paging-info {
  font-size: 12px;
  line-height: 16px;
  min-width: 34px;
  white-space: nowrap;
  justify-content: center;
  text-align: center;
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (min-width: 370px) {
  .kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__paging-info {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__paging-info {
    font-size: 15px;
    line-height: 20px;
    min-width: 44px;
  }
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__nav {
  margin-top: 0;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}
@media screen and (min-width: 769px) {
  .kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__nav {
    display: inline-flex;
    flex-direction: row;
  }
}
@media screen and (min-width: 601px) {
  .kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__nav {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__nav {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__nav {
    margin-bottom: 12px;
  }
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__nav.-visible {
  visibility: visible;
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__nav.-hidden {
  display: none;
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__link {
  white-space: nowrap;
  align-self: flex-end;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__link {
    margin-top: 8px;
  }
}
@media screen and (min-width: 769px) {
  .kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__link {
    align-self: center;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 600px) {
  .kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__link {
    margin-top: 8px;
    margin-bottom: 12px;
  }
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__link a {
  font-size: 14px;
  color: #006BA6;
  line-height: 20px;
  text-decoration: none;
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__link a:hover {
  color: #003B71;
  text-decoration: underline;
  background-color: transparent;
}
@media screen and (max-width: 600px) {
  .kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__link a {
    font-size: 12px;
    line-height: 16px;
  }
}
.kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__nav-wrapper {
  margin-top: 0;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__nav-wrapper {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .kp-global-header-component .bulletinAlerts .alert.alert-carousel .ds-carousel__nav-wrapper {
    margin-top: 20px;
  }
}
.kp-global-header-component .bulletinAlerts .alert.alert--p3 {
  background-color: #ffffff;
  width: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  z-index: 11;
  padding: 0;
}
.kp-global-header-component .bulletinAlerts .alert.alert--p3 .alert__content {
  text-align: left;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .kp-global-header-component .bulletinAlerts .alert.alert--p3 .alert__content {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .kp-global-header-component .bulletinAlerts .alert.alert--p3 .alert__content .columns-4 {
    grid-column: span 6;
  }
}
.kp-global-header-component .bulletinAlerts .alert.alert--p3 .alert__content .columns-4 div {
  display: block;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
@media screen and (max-width: 600px) {
  .kp-global-header-component .bulletinAlerts .alert.alert--p3 .alert__content .columns-4 div {
    padding-right: 16px;
  }
}
.kp-global-header-component .bulletinAlerts .alert.alert--p3 .alert__content .columns-4 div p:first-child {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style-type: disc;
}
.kp-global-header-component .bulletinAlerts .alert.alert--p3 .alert__icon {
  height: 24px;
  width: 24px;
  margin-right: 16px;
  margin-top: 5px;
}
.kp-global-header-component .bulletinAlerts .alert.alert--p3 .alert__message {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px 16px;
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-global-header-component .bulletinAlerts .alert.alert--p3 .alert__message {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .kp-global-header-component .bulletinAlerts .alert.alert--p3 .alert__message {
    max-width: 1720px;
    padding: 24px 16px;
    margin: 0 auto;
  }
}
.kp-global-header-component .bulletinAlerts .alert.alert--p3 .alert__text {
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin-top: 2px;
}
@media screen and (min-width: 1152px) {
  .kp-global-header-component .bulletinAlerts .alert.alert--p3 .alert__text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
  }
}
.kp-global-header-component .bulletinAlerts .alert.alert--p3 .alert__text .alert__title {
  font-family: "Gotham 5r";
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .kp-global-header-component .bulletinAlerts .alert.alert--p3 .alert__text .alert__title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-global-header-component .bulletinAlerts .alert.alert--p3 .alert__text .alert__title {
    font-size: 26px;
    line-height: 32px;
  }
}
.kp-global-header-component .bulletinAlerts .alert.alert--p3 p {
  font-size: 13px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .kp-global-header-component .bulletinAlerts .alert.alert--p3 p {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  .kp-global-header-component .bulletinAlerts .alert.alert--p3 p {
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1152px) {
  .kp-global-header-component .bulletinAlerts .alert.alert--p3 p {
    font-size: 16px;
    line-height: 24px;
  }
}
.kp-global-header-component .bulletinAlerts .alert.alert--p3 a {
  text-decoration: underline;
}
.kp-global-header-component .bulletinAlerts .alert.alert--p3 a:hover {
  color: #003B71;
  background-color: transparent;
}
.kp-global-header-component .bulletinAlerts .alert.alert--p3 .container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
.kp-global-header-component .bulletinAlerts .pl-alert-pattern-version::before {
  content: "1.4.7";
}

.kp-header__branding .logo-long {
  max-width: auto;
}
.kp-header__branding a:hover {
  background-color: transparent !important;
}

.kp-header__util-links > li {
  border-right: 0;
  margin-left: 0;
}

.kp-header .clear-input-button {
  position: absolute;
}
.kp-header.non-authenticated .autocomplete-search:not(.hidden) {
  display: flex !important;
}
.kp-header.non-authenticated .kp-header__mobile-buttons .mobile-menu-button {
  display: inline !important;
}
.kp-header.non-authenticated .mobile-menu-button-close {
  display: block !important;
}
@media screen and (min-width: 769px) {
  .kp-header.non-authenticated .mobile-menu-button-close {
    display: inherit;
  }
}
.kp-header.non-authenticated .autocomplete-search button.autocomplete-search__close.button {
  bottom: 100px;
  margin-bottom: 0;
}
@media screen and (min-width: 1152px) {
  .kp-header.non-authenticated .autocomplete-search button.autocomplete-search__close.button {
    bottom: 0;
  }
}
.kp-header.non-authenticated .autocomplete-search button.autocomplete-search__close.button:hover {
  background-color: transparent;
}
.kp-header.non-authenticated .autocomplete-search .autocomplete-search__form {
  width: 100%;
}
.kp-header.non-authenticated .autocomplete-search .autocomplete-search__form img.autocomplete-search__logo {
  margin-top: 5px;
  margin-bottom: 0;
}
@media screen and (min-width: 1152px) {
  .kp-header.non-authenticated .autocomplete-search.expanded {
    display: flex !important;
    visibility: visible !important;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header.non-authenticated .autocomplete-search.expanded {
    display: block !important;
    visibility: visible !important;
  }
}
.kp-header.non-authenticated .autocomplete-search__input {
  border-radius: 54px;
  padding-left: 14px;
  padding-right: 40px;
  height: 48px;
  margin: 0;
}
@media screen and (max-width: 1151px) {
  .kp-header.non-authenticated .kp-header-global-menu.open {
    z-index: 9999999 !important;
  }
}
.kp-header.authenticated .autocomplete-search:not(.hidden) {
  display: flex !important;
}
.kp-header.authenticated #logged_in_topnav {
  display: block !important;
}
@media screen and (min-width: 769px) {
  .kp-header.authenticated #logged_in_topnav {
    width: 100%;
    display: flex;
  }
}
.kp-header.authenticated #logged_in_topnav .primary-links-list {
  width: 100% !important;
}
.kp-header.authenticated .mobile-menu-button {
  display: inline-block !important;
}
@media screen and (min-width: 769px) {
  .kp-header.authenticated .mobile-menu-button {
    display: inherit;
  }
}
.kp-header.authenticated .mobile-menu-button-close {
  display: block !important;
}
@media screen and (min-width: 769px) {
  .kp-header.authenticated .mobile-menu-button-close {
    display: inherit;
  }
}
.kp-header.authenticated .account-picker-container button.drop-menu-dropdown:hover {
  background-color: #92ccf0;
}
.kp-header.authenticated .account-picker-container button.drop-menu-dropdown[aria-expanded=true]:hover {
  background-color: transparent !important;
}
.kp-header.authenticated .account-picker-container button.drop-menu-dropdown[aria-expanded=true]:hover img[class^=drop] {
  filter: brightness(0) saturate(100%) invert(100%) !important;
}
.kp-header.authenticated .account-picker-container button.drop-menu-dropdown[aria-expanded=true]:hover span {
  color: #fff !important;
}
@media screen and (min-width: 1152px) {
  .kp-header.authenticated .kp-header-global-menu .kp-header-global-menu__navigation-outer-container .kp-header__bottom-bar nav#logged_in_topnav {
    height: auto !important;
  }
  .kp-header.authenticated .autocomplete-search.expanded {
    display: flex !important;
    visibility: visible !important;
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 1151px) {
  .kp-header.authenticated .autocomplete-search.expanded {
    display: flex !important;
    visibility: visible !important;
  }
}
.kp-header.authenticated.task-flow .kp-header__top-header {
  height: auto !important;
}
.kp-header .account-picker-container button.drop-menu-dropdown {
  background-color: #0d1c3d;
}
.kp-header .account-picker-container button.drop-menu-dropdown[aria-expanded=true]:hover img[class^=drop] {
  filter: brightness(0) saturate(100%) invert(100%) !important;
}
.kp-header .account-picker-container button.drop-menu-dropdown[aria-expanded=true]:hover span {
  color: #fff !important;
}
.kp-header button.drop-menu-dropdown[aria-expanded=false]:not(:hover) {
  background-color: transparent;
}
.kp-header button.drop-menu-dropdown[aria-expanded=false]:not(:hover) span {
  color: #fff;
}
.kp-header .region-picker-container button.drop-menu-dropdown:focus, .kp-header .language-picker-container button.drop-menu-dropdown:focus, .kp-header .account-picker-container button.drop-menu-dropdown:focus {
  border: 1px solid #fff !important;
}
.kp-header .drop-menu ul.drop-menu-list {
  min-width: 11rem;
}
.kp-header .kp-header__cross-site-nav li a {
  color: #fff !important;
}

@media screen and (min-width: 1152px) {
  .kp-header.universal.exposed-search .autocomplete-search {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.kp-header.authenticated .kp-header__top-header .drop-menu-pattern.--account .drop-menu .drop-menu-list {
  left: auto;
}

@media screen and (min-width: 601px) and (max-width: 768px) {
  .kp-header__rows-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 601px) {
  .bulletinAlerts .alert {
    padding: 0;
  }
}
.bulletinAlerts .alert.alert-carousel .alert__content {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 601px) {
  .bulletinAlerts .alert.alert-carousel .alert__content {
    margin-right: auto;
    margin-left: auto;
    max-width: 90rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}

p {
  word-wrap: break-word !important;
}

.width-auto {
  width: auto !important;
}

.icon-link-out {
  font-size: 12px !important;
}

@media screen and (max-width: 768px) {
  .action-area-container,
  .list-action-area-container {
    display: block !important;
    padding: 0 20px;
  }
  .action-area-container .header-styles,
  .list-action-area-container .header-styles {
    display: block !important;
  }
}
@media screen and (max-width: 1151px) {
  .-tablet-1 {
    grid-column: span 12 !important;
  }
}

.button.-primary img {
  filter: brightness(0) invert(1);
}

div[aria-labelledby=modal-header-gmw-footer-skip-modal] button.-close--small::before {
  display: inline !important;
}

@media screen and (max-width: 1151px) {
  .kp-global-header-component .mobile-menu-button {
    display: inline-block !important;
  }
}

.icon-tile-container .icon-tile__link {
  height: auto !important;
}

.gs-icon-link-tile .icon-tile__link .icon-tile__icon i {
  display: flex;
}

.error-container {
  width: 100% !important;
}

@media screen and (max-width: 600px) {
  .sg-spacing .side-navigation {
    display: block !important;
  }
}
.promotional-component__icon div {
  width: 60px;
}

@media print {
  .column-control.parbase .column-control-container .rows {
    display: block !important;
    grid-template-columns: auto !important;
    grid-gap: initial !important;
  }
}
a, a.-active, a:active, a:visited {
  color: #0074ad;
}

.text-nowrap {
  white-space: nowrap;
}

.kp-header__rows-container {
  max-width: 90rem !important;
}

@media screen and (min-width: 1152px) {
  .kp-header.authenticated .kp-header-global-menu .kp-header-global-menu__navigation-outer-container .kp-header__branding {
    min-width: 100px !important;
    margin-right: 1rem !important;
  }
  .kp-header.authenticated .kp-header-global-menu .kp-header-global-menu__navigation-outer-container .kp-header__branding img.logo-long {
    width: auto !important;
    height: auto !important;
  }
  .kp-header.authenticated .kp-header-global-menu .kp-header-global-menu__navigation-outer-container .kp-header__bottom-bar nav#logged_in_topnav .kp-header-global-menu__primary-links-list {
    flex-wrap: nowrap !important;
    align-items: center !important;
  }
  .kp-header.authenticated .kp-header-global-menu .kp-header-global-menu__navigation-outer-container .kp-header__bottom-bar nav#logged_in_topnav .kp-header-global-menu__primary-links-list li.kp-header-global-menu__menu-item a.kp-header-global-menu__menu-item__link {
    white-space: unset !important;
    height: auto !important;
  }
}

@media screen and (min-width: 1152px) {
  .exposed-search-secure {
    margin: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .kp-global-header-component[aria-hidden=true] {
    display: none !important;
  }
}
#pnp-profile-container #street1-form .clear-input-button, #pnp-profile-container #street2-form .clear-input-button, #pnp-profile-container #pref-name-form .clear-input-button, #pnp-profile-container #city-form .clear-input-button, #pnp-profile-container #zip-code-form .clear-input-button, #pnp-profile-container #email-id-form .clear-input-button, #pnp-profile-container div[id^=mobile-phone-form] .clear-input-button, #pnp-profile-container #day-phone-form-0 .clear-input-button, #pnp-profile-container #evening-phone-form-1 .clear-input-button, #pnp-profile-container #mobile-phone-add-form .clear-input-button {
  background: url("ds1-header/css/~styleguide/lib/modern/assets/images/clear_x.svg");
  background-repeat: no-repeat;
}

.d-flex {
  display: flex !important;
}

header .language-picker-container ul.drop-menu-list li:not([data-name=English]):not([data-name=Español]) {
  display: none !important;
}

div.back-link {
  margin-top: 40px;
}

.slider-img-height {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
