:root {
  --aka-primary-color: #75adea;
  --aka-primary-color-darken: #4993e3;
  --aka-primary-opposite-color: #ffffff;
  --aka-secondary-color: #414142;
  --aka-secondary-opposite-color: #d7d7d7;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes stretchup15 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
@-webkit-keyframes stretchup15 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
  }
}
@-ms-keyframes stretchup15 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(1.5);
  }
}
@-moz-keyframes stretchup15 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(1.5);
  }
}
@keyframes stretchup2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(2);
  }
}
@-webkit-keyframes stretchup2 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
  }
}
@-ms-keyframes stretchup2 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(2);
  }
}
@-moz-keyframes stretchup2 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(2);
  }
}
@keyframes stretchup3 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(3);
  }
}
@-webkit-keyframes stretchup3 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(3);
  }
}
@-ms-keyframes stretchup3 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(3);
  }
}
@-moz-keyframes stretchup3 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(3);
  }
}
@-webkit-keyframes linear-loading-anim-1 {
  0% {
    border-left: 10px solid #f7f7f7;
    background-color: #f7f7f7;
    border-right: 10px solid #75adea;
  }
  33% {
    border-left: 10px solid #75adea;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #75adea;
    border-right: 10px solid #f7f7f7;
  }
}
@keyframes linear-loading-anim-1 {
  0% {
    border-left: 10px solid #f7f7f7;
    background-color: #f7f7f7;
    border-right: 10px solid #75adea;
  }
  33% {
    border-left: 10px solid #75adea;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #75adea;
    border-right: 10px solid #f7f7f7;
  }
}
#cb-search-box {
  width: 100%;
  max-width: 900px;
  margin-top: 20px;
}
#cb-search-box #cb-search-by-inst {
  height: 45px;
  width: 935px;
  border: 1px solid #bcc3c7;
  position: relative;
  cursor: text;
}
#cb-search-box #cb-search-by-inst #cb-input-autocomplete {
  width: 935px !important;
  height: 45px;
  border: none;
  padding: 0 10px 0 10px;
  color: #4B5C66;
  font-size: 16px;
  font-style: italic;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#cb-search-box #cb-search-by-inst.searching:after {
  content: " ";
  font-size: 0;
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  height: 15px;
  margin-top: -7px;
  width: 10px;
  background-color: #f7f7f7;
  border-left: 10px solid #f7f7f7;
  border-right: 10px solid #75adea;
  -webkit-animation: linear-loading-anim-1 0.6s infinite;
  animation: linear-loading-anim-1 0.6s infinite;
}
#cb-search-box #cb_search_box_outer {
  position: relative;
  z-index: 10;
}
#cb-search-box #cb_search_box_outer #cb-search-box2 {
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 935px;
}
#cb-search-box #cb_search_box_outer #cb-search-box2 #sb-body {
  border: 1px solid #bcc3c7;
  border-bottom: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 5;
}
#cb-search-box #cb_search_box_outer #cb-search-box2 #sb-body .cb-search-results-list-viewport {
  overflow: auto;
  position: relative;
  z-index: 5;
  padding: 0;
  max-height: 400px;
}
#cb-search-box #cb_search_box_outer #cb-search-box2 #sb-body ul.search-results-list {
  top: 0 !important;
  left: 0 !important;
  width: auto !important;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
#cb-search-box #cb_search_box_outer #cb-search-box2 #sb-body ul.search-results-list > li {
  background-color: #fff;
  border-top: 2px solid #f2f2f2;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 20px;
  overflow: hidden;
  position: relative;
  width: auto !important;
}
#cb-search-box #cb_search_box_outer #cb-search-box2 #sb-body ul.search-results-list > li a {
  text-decoration: none;
}
#cb-search-box #cb_search_box_outer #cb-search-box2 #sb-body ul.search-results-list > li span {
  display: block;
  color: #333438;
}
#cb-search-box #cb_search_box_outer #cb-search-box2 #sb-body ul.search-results-list > li:hover,
#cb-search-box #cb_search_box_outer #cb-search-box2 #sb-body ul.search-results-list .item-selected {
  background-color: #e9f7ff;
}
#cb-search-box #cb_search_box_outer #cb-search-box2 #sb-bottom {
  margin: 0;
  padding: 10px 20px;
  background-color: #bcc3c7;
}
#cb-search-box #cb_search_box_outer #cb-search-box2 #sb-bottom #cb-num-of-results {
  font-size: 16px;
  color: #000;
}
