/* search box */
#ibm-search-box-wrapper {
  position: relative;
  width: 100%;
}

.Loader__message{
  position:relative;
  bottom: 40%;
}

.loader-message{
  position:relative;
  left: 46%;
  padding: 4%;
  margin: 0;
}

.ibm-search-box {
  background-color: #fff;
  margin-top: 10px;
}
.ibm-search-box__text {
  width: 100%;
  border: 1px solid #959f9f;
  padding-right: 40px;
}
.ibm-search-box__text:focus, .ibm-search-box__action:focus {
  outline: 0;
  box-shadow: 0 0 2px 2px #5aaafa;
}
.ibm-search-box__text::placeholder {
  color: #777677;
}
.ibm-search-box__action {
  display: block;
  visibility: visible;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  z-index: 1;
}
.ibm-search-box__loader {
  position: absolute;
  right: 6px;
  top: 6px;
  background: #fff;
  width: 20px;
  height: 20px;
  margin: 0;
  box-shadow: 0 0 0 4px #fff;
  z-index: 2;
}
.ibm-search-box__loader.is-hidden {
  display: none
}

.ibm-sitenav-menu-list > ul > li > button,
.ibm-sitenav-menu-list > ul > li > span,
.ibm-sitenav-menu-list > ul > li > a {
  display: block;
}

#typeahead-container {
  position: absolute;
  width:100%;
  z-index: 800;
}
#typeahead-container.ibm-search-typeahead-container {
  top: auto;
  border-top: 0;
}

.ibm-hits-header {
  padding-top: 5px;
}

.ibm-hits-stats {
  float: left;
}

/* tabs */
.ibm-tabs-menu {
  clear: both;
  padding-top: 25px;
}

.ibm-custom-tabs {
  width: 100%;
  border-bottom: 1px solid #c7c7c7;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ibm-custom-tabs.is-disabled {
  display: none
}
.ibm-custom-tabs__item {
  cursor: pointer;
  display: inline-block;
  margin: 0 35px -1px 0;
  border: 0;
  border-bottom: 4px solid transparent;
  padding: 15px 5px 8px;
  line-height: 1.5rem;
  color: #5a5a5a;
  transition: border-color 0.3s ease;
}
.ibm-custom-tabs__item:last-child {
  margin-right: 0;
}
.ibm-custom-tabs__item:hover {
  text-decoration: none;
  border-color: #4178be;
}
.ibm-custom-tabs__item.is-active {
  border-color: #4178be;
  color: #4178be;
  font-weight: bold;
}
.ibm-custom-tabs__item.is-disabled {
  cursor: initial;
  color: #ccc
}
.ibm-custom-tabs-option__count, .ibm-custom-tabs-option__text {
  display: inline
}
.ibm-custom-tabs-option__count {
  font-size: 0.75em;
  color: #6d7777;
  margin-left: 2px;
}
.ibm-custom-tabs-option__count:before {
  content: " ("
}
.ibm-custom-tabs-option__count:after {
  content: ")"
}

.ibm-custom-showhide__title, .no-js .ibm-custom-showhide__title {
  display: none;
  background: #e0e0e0;
  padding: 15px 20px;
  transition: color 0.3s ease, background 0.3s ease;
}
.ibm-custom-showhide__title:hover {
  background: #4178be;
  color: #fff;
}
.ibm-custom-showhide__title .ibm-icon {
  float: right;
  margin-top: -5px;
}
.ibm-custom-showhide__content, .no-js .ibm-custom-showhide__content.is-collapsed {
  display: block;
}

.ibm-sticky-header.no-tabs #ibm-content-nav {
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}

.ibm-sticky-header.no-tabs.is-sticky #ibm-content-nav {
  border-bottom-color: #ddd;
}

@media screen and (max-width: 760px) {
  .ibm-custom-tabs__item { display: block; margin: 0; border-top: 1px solid #c7c7c7; border-bottom: 0; padding: 10px 20px; }
  .ibm-custom-tabs__item:hover { background: #f3f3f3; border-color: #c7c7c7; }
  .ibm-custom-tabs__item.is-active { background: #4178be; color: #fff; }
  .ibm-custom-tabs__item.is-active .ibm-custom-tabs-option__count { color: #fff; }

  .ibm-custom-showhide { margin: 0 -20px; }
  .ibm-custom-showhide__title { display: block; cursor: pointer; }
  .ibm-custom-showhide__content.is-collapsed { display: none; }
}

/* sticky header */
.ibm-sticky-header.is-sticky .ibm-sticky-header__content {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  overflow: auto;
}

@media screen and (max-width: 760px) {
  .ibm-sticky-header__compensation { display: none; }
  .ibm-sticky-header.is-sticky .ibm-sticky-header__content { position: static; }
}

/* results */
.Loader__background {
  background: #fff;
}

#ibm-hits-wrapper {
  margin-top: 20px;
}

.ibm--result-item {
  width: 100%;
  box-sizing: border-box;
}
.ibm--result-item h2, .ibm--result-item h3 {
  padding-bottom: 5px;
}
.ibm--result-item .ibm-blocklink:hover, .ibm--result-item .ibm-blocklink:focus {
  background-color: #f4f4f4;
}

.s-input__clear {
    position: absolute;
    top: 0;
    right: 39px;
    bottom: 0;
    width: 30px;
    padding: 0 5px;
    opacity: 0;
    display: block;
}
.s-input__clear p, .s-input__clear p a {
    display: block !important;
    text-align: center;
    line-height: 40px;
    margin: 0 !important;
    padding: 0 !important;
    color: #222;
}

#ibm-search-input::-ms-clear {
  display: none;
}
#ibm-search-input:hover + .s-input__clear, #ibm-search-input:focus + .s-input__clear, .s-input__clear:hover, .s-input__clear:active {
  opacity: 1;
}

/* pagination */
.ibm-hits-footer {
  margin-top: 20px;
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  text-align: center;
}
.ibm-hits-footer:after {
  content: "";
  display: block;
  clear: both;
}

.ibm-pagination-container {
  float:left;
}
.ibm-pagination a[aria-disabled="true"] {
  color: #c7c7c7;
  cursor: default;
  pointer-events: none;
}
.ibm-pagination > li:last-child {
  margin-left: 8px;
}

.ibm-pagesize-container {
  float: right;
}
.ibm-pagesize {
  display: inline-block;
  margin-left: 5px;
}
.ibm-pagesize-option {
  display: inline-block;
}
.ibm-pagesize-option:after {
  content: "|";
  display: inline-block;
  margin: 0 4px;
}
.ibm-pagesize-option:last-child:after {
  display: none;
}
.ibm-pagesize-option__text {
  display: inline-block;
  color: #3b6caa;
  cursor: pointer;
}
.ibm-pagesize-option.is-active .mg-pagesize-option__text {
  color: #323232;
  font-weight: 600;
  cursor: default;
  pointer-events: none;
}

@media screen and (max-width: 1260px) {
  .ibm-pagination-container {
    float: none;
    display: inline-block;
  }
  .ibm-pagesize-container {
    float: none;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1020px) {
  .ibm-pagesize-container {
    display: none;
  }
}

/* misc */
.ibm-icon {
  display: inline-block;
  margin: 0 -4px 0 3px;
  vertical-align: middle;
}
.ibm-icon::before {
  font-size: 1.6rem;
  position: relative !important;
}

/* no-results page */
.ibm-padding-content-small {
  padding: 10px;
}
.ibm-margin-bottom-small {
margin-bottom: 5px;
}

/* search tips modal */
.ibm-custom-overlay__body-open {
  overflow: hidden;
}
.ibm-custom-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background-color: rgba(17,17,17,0.5);
  z-index: 900
}
.ibm-custom-overlay {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  max-width: 1200px;
  outline: none;
  padding: 0 0 20px 0;
  transform: translate3d(-50%,0,0);
}
.ibm-custom-overlay--header {
  min-height: 45px;
  padding-left: 20px;
  border-bottom: 1px solid #c7c7c7;
}
.ibm-custom-overlay--header a.ibm-close-link {
  position: absolute;;
  right: 0;
  margin: 0;
  padding: 12px 16px 0 0;
  color: #777677
}
.ibm-custom-overlay--content {
  overflow: auto;
  padding: 0 40px;
  max-height: calc(100vh - 120px);
  min-height: 45px;
}
.ibm-custom-overlay--content li {
  position: relative;
}

@media screen and (max-width: 999px) {
  .ibm-custom-overlay { width: 90%; padding: 0 0 20px 0; }
  .ibm-custom-overlay--content { padding: 0 20px; max-height: calc(100vh - 110px); }
}

@media screen and (max-width: 579px) {
  .ibm-custom-overlay { width: 100%; padding: 0 0 20px 0; }
  .ibm-custom-overlay--content { padding: 0 20px; max-height: calc(100vh - 90px); }
}

.ibm-search-box__clear {
    position: absolute;
    top: 0;
    right: 39px;
    bottom: 0;
    width: 30px;
    padding: 0 5px;
    opacity: 0;
    display: block;
}

.ibm-search-box__clear p, .ibm-search-box__clear p a {
    display: block !important;
    text-align: center;
    line-height: 40px;
    margin: 0 !important;
    padding: 0 !important;
    color: #222;
}

#ibm-search-input::-ms-clear {
    display: none;
}

#ibm-search-input:hover + .ibm-search-box__clear, #ibm-search-input:focus + .ibm-search-box__clear, .ibm-search-box__clear:hover, .ibm-search-box__clear:active {
    opacity: 1;
}

/* copernicus */

/* expert tiles */
.expert-module {
  border-top: 1px solid #c7c7c7;
}
.expert-module .ibm-fluid > div:first-child {
  padding-top: 1px;
}
.expert-module p.ibm-icon-nolink {
  padding-left: 3em !important;
}
.expert-module p.ibm-icon-nolink:before {
  font-size: 2.2em !important;
}

/* custom L1 color */
.ibm-sitenav-menu-container.ibm-alternate-dark,
.ibm-alternate-dark .ibm-sitenav-menu-list button, .ibm-alternate-dark .ibm-sitenav-menu-list span, .ibm-alternate-dark .ibm-sitenav-menu-list a,
.ibm-alternate-dark .ibm-sitenav-menu-list>ul>li.ibm-haschildlist>button, .ibm-alternate-dark .ibm-sitenav-menu-list>ul>li.ibm-haschildlist>span, .ibm-alternate-dark .ibm-sitenav-menu-list>ul>li.ibm-haschildlist>a {
  background: #252525;
}

/* site name highlighted */
.ibm-sitenav-menu-name.ibm-highlight a:after {
  -ms-transform: translate(0,0);
  transform: translate3d(0,0,0);
}

/* leadspace */
#ibm-leadspace-head {
  border-bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#ibm-leadspace-body {
  min-height: 310px;
  max-width: none !important;
  background: -moz-linear-gradient(left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.2) 75%, rgba(0,0,0,0.2) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 40%,rgba(0,0,0,0.2) 75%,rgba(0,0,0,0.2) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 40%,rgba(0,0,0,0.2) 75%,rgba(0,0,0,0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#33000000',GradientType=1 );
  overflow: hidden;
}

.clp-leadspace-overlay {
  padding: 10px 0;
}

#ibm-leadspace-body h1, #ibm-leadspace-body .clp-leadspace-cta {
  max-width: 600px;
}

#ibm-leadspace-body h1 + p {
  max-width: 500px;
  line-height: 1.375rem;
}

#ibm-leadspace-body a {
  display: inline-block !important;
  margin-right: 25px !important;
}

@media screen and (max-width: 1239px) {
  #ibm-leadspace-body .ibm-h4 { max-width: 400px; }
}

@media screen and (max-width: 999px) {
  #ibm-leadspace-body h1, #ibm-leadspace-body .clp-leadspace-cta { max-width: 500px; }
  #ibm-leadspace-body h1 { font-weight: 500; }
  #ibm-leadspace-body { background: rgba(0,0,0,0.6); min-height: 290px; }
}

@media screen and (max-width: 579px) {
  #ibm-leadspace-body { min-height: 280px; }
}

/* category link header */
#ibm-content-nav {
  margin-top: 13px;
}
.clp-header {
  padding: 0;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
#ibm-content-nav.is-sticky .clp-header, .clp-header.modal-layout {
  border-color: #c7c7c7;
}
.clp-header__title {
  padding: 12px 0;
  max-width: 140px;
  font-weight: 600;
  line-height: 1.625rem;
}
#ibm-content-nav.is-sticky .clp-header__title, .modal .clp-header__title {
  max-width: none;
}
.ibm-grid-small .clp-header > div > div:first-child, .ibm-grid-medium #ibm-content-nav.is-sticky .clp-header__title {
  display: none;
}
.clp-header__links.list {
  padding-top: 12px;
}
.ibm-grid-small .clp-products {
  margin-top: 0;
  padding-top: 20px;
  border: none;
}
.ibm-accessible-menu.list ul {
  list-style: none;
  padding: 0;
}
.ibm-accessible-menu.list li {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1.875rem;
}
.ibm-accessible-menu.list li:before {
  display: none;
}
.ibm-accessible-menu.list li:after {
  content: '|';
  display: inline-block;
  margin: 0 10px;
  color: #c7c7c7;
}
.ibm-accessible-menu.list li:last-child:after {
  display: none;
}
.ibm-accessible-menu.list li a {
  color: #323232;
}
.clp-header > .ibm-fluid {
  position: relative;
}
.clp-header__to-top {
  position: absolute;
  right: 20px;
  top: 9px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#ibm-content-nav.is-sticky .clp-header__to-top {
  pointer-events: auto;
  opacity: 1;
}

@media screen and (max-width: 579px) {
  #ibm-content-nav {
    margin-top: 0;
  }
}
@media screen and (min-width: 580px) and (max-width: 999px) {
  .clp-header__links {
    margin-right: 40px;
  }
}
@media screen and (max-width: 999px) {
  .clp-header__title {
    max-width: none;
  }
}

/* accessible menu (3-view menu list) */
.ibm-accessible-menu.dropdown {
  display: inline-block;
  float: left;
}
.ibm-accessible-menu.dropdown ul {
  padding: 0;
  margin: 0;
}
.ibm-accessible-menu.dropdown ul li::before {
  display: none;
}
.ibm-accessible-menu.dropdown .dropdown-label {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 12px 22px 12px 0;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.625rem;
}
.ibm-accessible-menu.dropdown .dropdown-label:before {
  position: absolute;
  right: -4px;
  font-family: icons-ibm-v12;
  font-size: 24px;
  font-size: 1.5rem;
  content: "\f19c";
  display: inline-block;
  margin-left: 5px;
}
.ibm-accessible-menu.dropdown .dropdown-label:after {
  background: #3b6caa;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  -webkit-transform: translate3d(0,4px,0);
  transform: translate3d(0,4px,0);
  transition: -webkit-transform .4s cubic-bezier(.4,1,.4,1);
  transition: transform .4s cubic-bezier(.4,1,.4,1);
  transition: transform .4s cubic-bezier(.4,1,.4,1),-webkit-transform .4s cubic-bezier(.4,1,.4,1);
  width: 100%;
}
.ibm-accessible-menu.dropdown:hover .dropdown-label:after, .ibm-accessible-menu.dropdown.ibm-active .dropdown-label:after {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.ibm-accessible-menu.dropdown .dropdown-options {
  position: absolute;
  z-index: 100;
  background: #fff;
  border: 1px solid #d8d8d8;
  padding: 0;
  display: none;
  min-width: 300px;
  margin: 0 0 0 -20px;
}
.ibm-accessible-menu.dropdown.ibm-active .dropdown-options {
  display: block;
}
.ibm-accessible-menu.dropdown .dropdown-options li {
  display: block;
  padding: 0;
}
.ibm-accessible-menu.dropdown .dropdown-options li a {
  display: block;
  line-height: 26px;
  padding: 7px 20px;
  text-decoration: none;
  color: #323232;
}
.ibm-accessible-menu.dropdown .dropdown-options li a:hover, .ibm-accessible-menu.dropdown .dropdown-options li a:focus {
  color: #fff;
  background: #3b6caa;
}

.ibm-accessible-menu .modal-button {
  display: block;
  position: relative;
  cursor: pointer;
}
.ibm-accessible-menu .modal-button h3::after {
  position: absolute;
  right: 0;
  font-family: icons-ibm-v12;
  font-size: 24px;
  font-size: 1.5rem;
  content: "\f19c";
  display: inline-block;
  margin-left: 5px;
}
#clp-header__modal ul {
  margin-top: 20px;
}

.ibm-sitenav-menu-list > ul > li.ibm-haschildlist > button,
.ibm-sitenav-menu-list > ul > li.ibm-haschildlist > span,
.ibm-sitenav-menu-list > ul > li.ibm-haschildlist > a {
  display: block;
}
.ibm-sitenav-menu-list > ul > li:not(.ibm-active) > button:not(:active):not(:hover):after,
.ibm-sitenav-menu-list > ul > li:not(.ibm-active) > span:not(:active):not(:hover):after,
.ibm-sitenav-menu-list > ul > li:not(.ibm-active) > a:not(:active):not(:hover):after {
  opacity: 0;
}

/* Merchandising Band */
#merchandising-band {
    background-color: #0029b0;
}

#merchandising-band-preheadline {
  padding-top: 6px;
}

#merchandising-band-headline {
  padding-bottom: 12px;
}

#merchandising-band-main {
  border-right: 1px solid rgba(255,255,255,0.5);
  padding-top: 6px;
}

#merchandising-band-cta-label {
  line-height: 1.5rem;
  padding-left: 15px;
  padding-top: 6px;
}

#merchandising-band-headline, #merchandising-band-main p, #merchandising-band-cta-label {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

#merchandising-band:hover #merchandising-band-headline, a:focus #merchandising-band-headline,
#merchandising-band:hover #merchandising-band-main p, a:focus #merchandising-band-main p,
#merchandising-band:hover #merchandising-band-cta-label, a:focus #merchandising-band-cta-label {
  opacity: 1;
}

#merchandising-band-cta-label .ibm-icon {
  padding: 0 10px 0 0;
  transition: padding 0.3s ease;
}

#merchandising-band:hover #merchandising-band-cta-label .ibm-icon, a:focus #merchandising-band-cta-label .ibm-icon {
  padding: 0 0 0 10px;
}

@media screen and (max-width: 579px) {
  #merchandising-band-main { border-right: none; }
  #merchandising-band-cta-label { padding-left: 10px; }
}

/* browse category products */
.clp-products {
  margin-top: 80px;
  border-top: 1px solid #c7c7c7;
}

.clp-products__category {
  margin-top: 80px;
  padding-top: 20px;
  border-top: 1px solid #c7c7c7;
}

.clp-products__category.first {
  margin-top: 0;
  border-top: 0;
}

.clp-products__category:focus, .clp-products__category:active {
  outline: none;
}

.clp-products__featured {
  margin-right: 2px;
  border-color: #f4f4f4;
}
.clp-products__featured.ibm-card .ibm-icononly span {
  padding: 0;
}

.clp-products__featured-title {
  padding-left: 20px;
}
.clp-products__description .ibm-card__content, .clp-products__description .ibm-card__bottom {
  padding-left: 0;
}
.clp-products__description .ibm-card__content p {
  max-width: 460px;
}
.clp-products__description a {
  color: #0062ff;
}

@media screen and (max-width: 999px) {
  .clp-products__category { margin-top: 50px; }
  .clp-products__category .ibm-fluid + .ibm-fluid { margin: 0 -20px !important; }
  .clp-products__category .ibm-fluid + .ibm-fluid > div:first-child { padding: 0 20px; }
  .clp-products__description.ibm-card { height: auto !important; }
  .clp-products__description.ibm-card .ibm-card__content { padding: 10px 0 0 !important; }
  .clp-products__description.ibm-card .ibm-card__bottom { padding: 0 !important; position: static; }
}
@media screen and (max-width: 579px) {
  .clp-products__category .ibm-fluid + .ibm-fluid > div:not(:first-child) .ibm-card { margin-bottom: 2px; }
  .clp-products__category .ibm-fluid + .ibm-fluid > div:nth-child(3) > p { display: none; }
}
