.LoadingIndicator_LoadingIndicator__3hGhB {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .LoadingIndicator_LoadingIndicator__3hGhB:focus {
    outline: 0;
  }
  .LoadingIndicator_LoadingIndicator__content__3Iy-D {
    max-width: 288px;
    margin: 0 auto;
  }
  .LoadingIndicator_LoadingIndicator__heading__29bfs {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .LoadingIndicator_LoadingIndicator__body__ogW0b {
    margin-top: 2px;
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
    color: #0D1C3D;
  }
  @-webkit-keyframes LoadingIndicator_rotateClockwise__1NVqC {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  @keyframes LoadingIndicator_rotateClockwise__1NVqC {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  .LoadingIndicator_LoadingIndicator__spinner__1yr9Q {
    position: relative;
    height: 28px;
    width: 28px;
    margin: auto;
    border-radius: 50%;
    background-image: linear-gradient(to right, #90cef1, #94dfff 40%, #fff 100%);
    -webkit-animation-duration: .95s;
            animation-duration: .95s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: LoadingIndicator_rotateClockwise__1NVqC;
            animation-name: LoadingIndicator_rotateClockwise__1NVqC;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  .LoadingIndicator_LoadingIndicator__spinner__1yr9Q:before {
    position: absolute;
    content: '';
    border-radius: 50%;
    background: linear-gradient(0deg, white 50%, white 100%) 0 0%, linear-gradient(90deg, white 0%, white 100%) 100% 0, linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.3) 100%) 100% 100%, linear-gradient(360deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%) 0% 100%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
  }
  .LoadingIndicator_LoadingIndicator__spinner__1yr9Q:after {
    position: absolute;
    content: '';
    background: #fff;
    border-radius: 50%;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
  }
  .LoadingIndicator_LoadingIndicator__spinner__1yr9Q.LoadingIndicator_xLarge__2Rc1U {
    height: 75px;
    width: 75px;
  }
  .LoadingIndicator_LoadingIndicator__spinner__1yr9Q.LoadingIndicator_xLarge__2Rc1U:before {
    background: linear-gradient(0deg, white 50%, white 100%) 2% 0%, linear-gradient(90deg, white 0%, white 100%) 100% 2%, linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.3) 100%) 100% 100%, linear-gradient(360deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%) 0% 100%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
  }
  .LoadingIndicator_LoadingIndicator__spinner__1yr9Q.LoadingIndicator_Large__2YB1s {
    height: 50px;
    width: 50px;
  }
  .LoadingIndicator_LoadingIndicator__spinner__1yr9Q.LoadingIndicator_Large__2YB1s:before {
    background: linear-gradient(0deg, white 50%, white 100%) 0 0%, linear-gradient(90deg, white 0%, white 100%) 100% 0, linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.3) 100%) 100% 100%, linear-gradient(360deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%) 0% 100%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
  }
  .LoadingIndicator_LoadingIndicator__spinner__1yr9Q.LoadingIndicator_Small__3mFj7 {
    height: 15px;
    width: 15px;
  }
  .LoadingIndicator_LoadingIndicator__spinner__1yr9Q.LoadingIndicator_Small__3mFj7:before {
    background: linear-gradient(0deg, white 50%, white 100%) 6% 0%, linear-gradient(90deg, white 0%, white 100%) 100% 6%, linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.3) 100%) 100% 100%, linear-gradient(360deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%) 0% 100%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
  }
.utility-component>a{
  font-weight: 325;
}

@media print {
  .notificationAlerts, .header.header-pattern, .header-pattern, .rxUtil, .back-link-container {
    display: none;
  }
  .print-only {
    margin-bottom: 40px;
  }
}

.back-link-container a{
  text-decoration: none;
}

.link-list-title--small{
    color: #0D1C3D !important;
  }

  .kp-theme-ds2 .proxy-picker .proxyPicker .navigational-select-dropdown{
    width: auto;
    white-space: nowrap;
  }
  
  @media screen and (max-width: 450px) {
    .kp-theme-ds2 .proxy-picker .proxyPicker .navigational-select-dropdown{
      width: auto;
      white-space: normal;
    }
  }

.notification.-validation-error,
.notification.-validation-error--small {
  border: 3px solid #F4F5F6;
  padding: 15px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .notification.-validation-error,
  .notification.-validation-error--small {
    flex-direction: row;
    padding: 20px;
  }
}

@media screen and (max-width: 600px) {
  .notification.-validation-error,
  .notification.-validation-error--small {
    padding-left: 10px;
  }
}

.notification.-validation-error .-main,
.notification.-validation-error--small .-main {
  display: flex;
  display: -ms-flexbox;
  width: 100%;
}

.notification.-validation-error .-icon:before,
.notification.-validation-error--small .-icon:before {
  font-family: 'kp-icons';
  color: #B63125;
}

.icon-alert:before,
.notification.-system-error .-icon:before,
.notification.-system-error--small .-icon:before,
.notification.-validation-error .-icon:before,
.notification.-validation-error--small .-icon:before {
  content: "\f103";
}

.notification.-system-error .-icon:before,
.notification.-system-error--small .-icon:before,
.notification.-validation-error .-icon:before,
.notification.-validation-error--small .-icon:before {
  line-height: 50px;
  font-size: 50px;
}

.notification.-validation-error .-icon,
.notification.-validation-error--small .-icon {
  background: transparent;
  flex-shrink: 0;
  margin-right: 10px;
}

.notification.-validation-error .-body,
.notification.-validation-error--small .-body {
  width: 90%;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -moz-box-flex: 1;
}

.notification.-validation-error p,
.notification.-validation-error--small p {
  margin-top: 0;
  margin-bottom: 10px;
}

.notification.-validation-error .-body p, .notification.-validation-error .-body .styling-6 .-medium{
  font-size: 16px !important;
}
.utility-component a {
    min-width: 24px;
    min-height: 24px;
    display: inline-block;
}
