#ibm-content-main {
  padding-top: 40px;
}

#ibm-content-nav {
  padding-top: 10px;
}

/* 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-bottom: 8px;
}
.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
}

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

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

/* tabs */
.ibm-tabs-menu {
  clear: both;
  padding-top: 20px;
  transition: padding 0.2s ease;
}

.ibm-sticky-header.is-sticky .ibm-tabs-menu {
  padding-top: 0;
}

.ibm-custom-tabs {
  width: 100%;
  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: 7px 0 12px;
  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;
  border-bottom: 1px solid #aeaeae;
  padding: 10px 20px;
  font-weight: bold;
  transition: color 0.3s ease, background 0.3s ease;
}
.ibm-custom-showhide__title:hover {
  background: #f4f4f4;
}
.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: 539px) {
  .ibm-custom-tabs__item { display: block; margin: 0; border-bottom: 0; padding: 10px 20px; }
  .ibm-custom-tabs__item:hover { background: #f4f4f4; }
  .ibm-custom-tabs__item.is-active { color: #464646; }
  .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 { border-bottom: 1px solid #aeaeae; }
  .ibm-custom-showhide__content.is-collapsed { display: none; }

  #ibm-content-nav .ibm-rule { 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--result-item {
  width: auto;
  margin: 0 -20px;
  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: #f6f6f6;
  border-color: #f6f6f6;
}

.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: right;
}
.ibm-pagination a[aria-disabled="true"] {
  color: #c7c7c7;
  cursor: default;
  pointer-events: none;
}
.ibm-pagination > li {
  font-size: 0.875rem;
}
.ibm-pagination > li:last-child {
  margin-left: 8px;
  margin-right: 0;
}

.ibm-pagesize-container {
  float: right;
}
.ibm-pagesize {
  display: inline-block;
  margin-left: 8px;
}
.ibm-pagesize-title {
  font-size: .875rem;
  line-height: 1.4rem;
  color: #464646;
}
.ibm-pagesize-option {
  display: inline-block;
  margin-left: 8px;
}
.ibm-pagesize-option__text {
  display: inline-block;
  font-size: .875rem;
  line-height: 1.4rem;
  color: #777677;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: border-color 250 ease;
}
.ibm-pagesize-option__text:hover {
  border-color: #4178be;
}
.ibm-pagesize-option.is-active .ibm-pagesize-option__text {
  color: #4178be;
  border-color: #4178be;
  font-weight: 500;
  cursor: default;
  pointer-events: none;
}

@media screen and (max-width: 480px) {
  .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;
}
.ibm-no-hits .ibm-highlight-bg-gray-30:hover {
  background: #f4f4f4;
}
.ibm-no-hits .ibm-fluid.ibm-categories {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
@media screen and (min-width: 400px) and (max-width: 579px) {
  .ibm-categories-tech, .ibm-categories-biz {
    float: left !important;
    width: 50% !important;
    box-sizing: border-box;
  }
  .ibm-categories-tech {
    padding-right: 10px;
  }
  .ibm-categories-biz {
    padding-left: 10px;
  }
}

/* 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: 20px;
  bottom: 20px;
  background: #fff;
  width: 80%;
  max-width: 1200px;
  outline: none;
  padding: 0 0 40px 0;
  transform: translate3d(-50%,0,0);
}
.ibm-custom-overlay--header {
  height: 45px;
}
.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: 760px) {
  .ibm-custom-overlay { width: 90%; padding: 0 0 20px 0; }
  .ibm-custom-overlay--content { padding: 0 20px; max-height: calc(100vh - 110px); }
}

.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;
}

/* taxonomies */

#mg-filters-wrapper {
  margin-top: -50px;
}
.refine-by .sk-hierarchical-refinement-list {
  margin-bottom: 32px
}
.refine-by .sk-hierarchical-refinement-list__header {
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: 600;
    padding-bottom: 8px;
}
.refine-by .sk-hierarchical-refinement-option {
    padding: 5px 0;
}
.refine-by .sk-hierarchical-refinement-option__text {
    font-size: 0.875rem;
    line-height: 1.2rem;
    padding: 8px 0;
    font-weight: 300;
    color: #323232;
}
.refine-by .sk-hierarchical-refinement-option.is-selected .sk-hierarchical-refinement-option__text {
    color: #323232;
    font-weight: 600;
}
.refine-by .sk-hierarchical-refinement-option__count,
.refine-by .sk-hierarchical-refinement-option .ibm-fright {
    font-size: 0.875rem;
    font-weight: 300;
    color: #777677;
    line-height: 26px;
    padding-left: 5px;
}
.refine-by .sk-hierarchical-refinement-option:hover {
    text-decoration: none !important;
}
.refine-by .sk-hierarchical-refinement-option:hover .sk-hierarchical-refinement-option__text {
    text-decoration: underline;
}
.refine-by a + .sk-hierarchical-refinement-list__hierarchical-options {
    margin-left: 15px;
}

/* industry and type */

.refine-by .sk-panel__header {
}
.refine-by .sk-panel__content {
    margin-left: 0;
}

.sk-tabs-option__count {
	font-size: 0.8em;
	color: #6d7777;
	margin-left: 4px;
}

.sk-search-box__text {
	border-color: #959f9f;
	padding-right: 40px;
}

.sk-search-box__action {
	display: block;
	visibility: visible;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: transparent;
	border: 0;
	font-family: "icons-ibm-v10" !important;
	font-size: 1.6em;
	cursor: pointer;
}

.sk-search-box__loader {
	position: absolute;
	right: 6px;
	top: 6px;
	background: #fff;
	width: 30px;
	height: 30px;
	margin: 0;
	box-shadow: 0 0 0 2px #fff;
}

.sk-item-list-option-alt {
	display: inline-block;
	line-height: 30px;
}

.sk-item-list-option__checkbox {
    background: transparent;
    border: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute
}

.sk-item-list-option__checkbox + .sk-item-list-option__text {
    cursor: pointer;
    display: inline-block;
    min-height: 16px;
    padding-left: 30px;
    position: relative
}

.sk-item-list-option__checkbox + .sk-item-list-option__text:before {
    background: #fff;
    border: 1px solid #959595;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    transition: background .4s cubic-bezier(0.2,1,0.2,1);
    width: 18px;
    z-index: 1
}

.sk-item-list-option__checkbox + .sk-item-list-option__text:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    height: 8px;
    left: 6px;
    position: absolute;
    top: 3px;
    transform: scale(0) rotate(45deg);
    transition: all .4s cubic-bezier(0.2,1,0.2,1);
    width: 4px;
    z-index: 2
}

.sk-item-list-option__checkbox:focus + .sk-item-list-option__text {
    outline: dotted thin
}

.sk-item-list-option__checkbox:focus + .sk-item-list-option__text:before, .sk-item-list-option__checkbox + .sk-item-list-option__text:hover:before {
    border: 2px solid #3b6caa
}

.sk-item-list-option__checkbox:checked + .sk-item-list-option__text:before {
    background: #323232;
    border: 2px solid #323232;
    transition: border .4s cubic-bezier(0.2,1,0.2,1)
}

.sk-item-list-option__checkbox:checked + .sk-item-list-option__text:after {
    border-color: #fff;
    transform: scale(1) rotate(45deg)
}

.sk-item-list-option__checkbox:disabled + .sk-item-list-option__text {
    cursor: not-allowed
}

.sk-item-list-option__checkbox:disabled + .sk-item-list-option__text:before, .sk-item-list-option__checkbox:disabled + .sk-item-list-option__text:hover:before {
    background: #ececec;
    border: 1px solid #959595;
    transition: none
}

.sk-item-list-option__checkbox:checked:disabled + .sk-item-list-option__text:after {
    border-color: #000
}

/* view all (filters) */

.sk-refinement-list__view-more-action {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 36px;
    color: #3b6caa;
    margin: 0;
}
.sk-refinement-list__view-more-action:hover {
    text-decoration: underline;;
}

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

.sk-search-box__clear p, .sk-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 + .sk-search-box__clear, #ibm-search-input:focus + .sk-search-box__clear, .sk-search-box__clear:hover, .sk-search-box__clear:active {
    opacity: 1;
}

/* filters toggle */

#mg-filters-mobile {
    clear: both;
    display: none;
    border-bottom: 1px solid #c7c7c7;
    margin-top: 20px;
}
#mg-filters-mobile #mg-filters-wrapper {
    margin: -20px 0 20px;
}

.mg-filters-show {
    display: none;
    position: relative;
    font-size: 0.875rem;
    margin-right: 20px;
    padding-right: 2.2em;
    cursor: pointer;
}
.mg-filters-show::after {
    position: absolute;
    right: 0;
    font-family: "icons-ibm-v10";
    font-size: 1.6rem;
    line-height: 1rem;
    content: "\f145";
    color: #3b6caa;
}

.mg-filters-hide {
    display: none;
    position: absolute;
    left: 0;
    top: 27px;
    height: 30px;
    width: 30px;
    font-size: 0.875rem;
    cursor: pointer;
}
.mg-filters-hide::after {
    position: absolute;
    left: 0;
    font-family: "icons-ibm-v10";
    font-size: 1.6rem;
    line-height: 1rem;
    content: "\f151";
    color: #3b6caa;
}

.filters-open {
    position: relative;
    padding-left: 40px;
}

.filters-open .mg-filters-hide {
    display: block;
}

.filters-open .mg-filters-show {
    display: none;
}

.ibm-filters .ibm-custom-showhide__title {
  border-top: 1px solid #c7c7c7;
  border-bottom: none;
  font-weight: normal;
  padding: 7px 0 5px 0;
}
@media screen and (max-width: 1199px) {
  .ibm-filters .ibm-custom-tabs__item { display: block; margin: 0; border-bottom: 0; padding: 10px 20px; }
  .ibm-filters .ibm-custom-tabs__item:hover { background: #f4f4f4; }
  .ibm-filters .ibm-custom-tabs__item.is-active { color: #464646; }
  .ibm-filters .ibm-custom-tabs__item.is-active .ibm-custom-tabs-option__count { color: #fff; }

  .ibm-filters .ibm-custom-showhide { margin: 0 0 20px; border-bottom: 1px solid #c7c7c7; }
  .ibm-filters .ibm-custom-showhide__title { display: block; cursor: pointer; }
  .ibm-filters .ibm-custom-showhide__content { padding-top: 20px; border-bottom: none; }
  .ibm-filters .ibm-custom-showhide__content.is-collapsed { display: none; }
}


/* filters row */

.sk-selected-filters div {
    margin-right: 8px;
    float: left;
}
.sk-selected-filters div:last-child {
  margin-right: 18px;
}

.sk-hits-stats {
    float: left;
}
.sk-hits-stats__info, .sk-reset-filters__reset {
    font-size: 0.875rem;
}
.sk-hits-stats__info {
    color: #323232;
}
.sk-reset-filters__reset {
    color: #3b6caa;
    line-height: 1.75rem;
    font-weight: 500;
}

.sk-reset-filters {
    float: left;
    padding: 0;
    margin: 0;
    cursor: auto;
}
.sk-reset-filters.is-disabled {
    display: none;
}

.sk-filter-groups {
    margin: 10px 0 0;
}
.sk-filter-group-items__title, .sk-filter-group__remove-action {
    display: none;
}

.sk-filter-group {
    display: inline-block;
}
.sk-filter-group-items__value {
    background: #ececec;
    border-radius: 29px;
    padding: 5px 15px;
    margin: 3px;
    line-height: 1rem;
}

.sk-filter-group-items__value:after, .sk-filter-group-items__value:last-child:after {
    content: "\f119";
    font-family: "icons-ibm-v10" !important;
    font-size: 1rem;
    line-height: 1rem;
}

.sk-panel__header {
    font-weight: 700;
    font-size: 14px
}
.sk-panel__header.is-collapsable {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 15px;
    position: relative
}
.sk-panel__header.is-collapsable:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: -1px;
    width: 0;
    height: 0;
    border-top: 5px solid #666;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}
.sk-panel__header.is-collapsable.is-collapsed:after {
    width: 0;
    height: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #666;
    margin-top: -5px;
    left: 0
}
.sk-panel.is-disabled,
.sk-panel__content.is-collapsed {
    display: none
}

.sk-item-list.is-disabled {
    display: none
}
.sk-item-list-option {
    position: relative;
    cursor: pointer;
    padding: 0;
    line-height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 300
}
.sk-item-list-option__checkbox {
    margin: 5px 5px 0 1px
}
.sk-item-list-option.is-active .sk-item-list-option__text,
.sk-item-list-option.is-selected .sk-item-list-option__text {
    font-weight: 700;
    color: #000
}
.sk-item-list-option__text {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    font-size: 14px;
    color: #666
}
.sk-item-list-option__count {
    font-size: 12px;
    text-align: right;
    color: #ccc
}
.sk-item-list-option.is-histogram {
    z-index: 1
}
.sk-item-list-option.is-histogram .sk-item-list-option__count {
    padding-right: 4px;
    color: #999
}
.sk-item-list-option__bar {
    background: #e7e7e7;
    top: 0;
    bottom: 0
}
.sk-item-list-option__bar,
.sk-item-list-option__bar-container {
    position: absolute;
    display: inline-block;
    right: 0;
    border-radius: 8px
}
.sk-item-list-option__bar-container {
    top: 3px;
    bottom: 3px;
    width: 40%;
    max-width: 60px;
    z-index: -1;
    background: #f4f4f4;
    overflow: hidden
}

/* filters in leftside bar */

.refine-by > div:first-child {
    margin-top: -3px;
}

.refine-by .sk-panel {
  margin-bottom: 32px;
}

.refine-by .sk-panel__header {
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: 600;
    padding-bottom: 8px;
}

.refine-by .sk-item-list-option {
  padding: 8px 0;
}

.refine-by .sk-item-list-option__text {
    font-size: 0.875rem;
    line-height: 18px;
    padding-left: 28px;
    font-weight: 300;
    color: #323232;
}
.refine-by .sk-item-list-option.is-active .sk-item-list-option__text {
    color: #323232;
    font-weight: 600;
}

.refine-by .sk-item-list-option__count {
	font-size: 0.875rem;
    font-weight: 300;
    color: #777677;
}

.refine-by .sk-item-list-option:hover .sk-item-list-option__text {
    text-decoration: underline;
}

.refine-by .sk-item-list-option:hover .sk-item-list-option__count {
    text-decoration: none;
}

#mg-filters-desktop {
}

#ibm-content-nav .ibm-rule {
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .ibm-col-pri, .ibm-col-sec {
    float: none !important;
    width: 100% !important;
    max-width: 700px;
    margin: 0 auto !important;
  }
  .ibm-col-void {
    display: none;
  }
  #mg-filters-wrapper {
    margin-top: 0;
  }
}

@media screen and (min-width: 540px) and (max-width: 1199px) {
  .ibm-filters-group-1, .ibm-filters-group-2 {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
  .ibm-filters-group-1 {
    padding-right: 10px;
  }
  .ibm-filters-group-2 {
    padding-left: 10px;
  }
}

.searchkit-no-results .ibm-pagesize-container, .searchkit-no-results .ibm-hits-footer {
  display: none;
}
