﻿@font-face {
  font-family: 'FontAwesome';
  src: url("/Static/themes/skyapp/fonts/font-awesome/fontawesome-webfont.eot?v=4.6.2");
  src: url("/Static/themes/skyapp/fonts/font-awesome/fontawesome-webfont.eot?v=4.6.2#iefix") format("embedded-opentype"), url("/Static/themes/skyapp/fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("/Static/themes/skyapp/fonts/font-awesome/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("/Static/themes/skyapp/fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("/Static/themes/skyapp/fonts/font-awesome/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
#search-ui .col-lg-1of3, #search-ui .ghfcol.ghfcol-lg-1of3.ghfcol-med-1of2.ghfcol-sm-1of1.ghfcol-right {
  width: 100%;
}
#search-ui .query fieldset p input:hover {
  background-color: #98c0e6;
}
#search-ui .query::-webkit-input-placeholder {
  color: #98c0e6;
  font-weight: 300;
  font-family: 'altis_unisa_web', 'altis_unisa', 'altis_unisabook', arial, helvetica, sans-serif;
}
#search-ui .query::-moz-placeholder {
  color: #98c0e6;
  font-weight: 300;
  font-family: 'altis_unisa_web', 'altis_unisa', 'altis_unisabook', arial, helvetica, sans-serif;
}
#search-ui .query:-ms-input-placeholder {
  color: #98c0e6;
  font-weight: 300;
  font-family: 'altis_unisa_web', 'altis_unisa', 'altis_unisabook', arial, helvetica, sans-serif;
}
#search-ui .query:-moz-placeholder {
  color: #98c0e6;
  font-weight: 300;
  font-family: 'altis_unisa_web', 'altis_unisa', 'altis_unisabook', arial, helvetica, sans-serif;
}
#search-ui .query {
  height: 45px;
  font-size: 22px;
  border: 0px;
  border-bottom: 2px solid #98c0e6;
  padding-right: 25px;
  padding-left: 0px;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  font-weight: 800;
  color: #98c0e6;
  background-color: transparent;
  font-family: 'altis_unisa_web', 'altis_unisa', 'altis_unisaextra_bold', arial, helvetica, sans-serif;
}
#search-ui .query:focus {
  outline: none;
}
#search-ui .form-group {
  display: inline;
}
#search-ui button {
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  color: transparent;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  padding: 0px;
  position: absolute;
  right: 0;
  top: 20px;
}
#search-ui button:hover {
  background-color: #98c0e6;
}
#search-ui button:after {
  font-family: 'fontawesome';
  content: '\f054';
  font-size: 14px;
  line-height: 20px;
  color: #003e74;
  text-align: center;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  pointer-events: none;
  padding-left: 2px;
}
#search-ui .twitter-typeahead {
  width: 100%;
  display: initial !important;
  opacity: 0.8;
}
#search-ui .search-results-best-bets {
  position: relative!important;
  margin-top: 30px;
  text-transform:none;
}
#search-ui .search-results-list {
  color: #fff;
}
#search-ui p.search-results-category {
  display: block;
  font-weight: 600;
  color: #fff;
  font-size: 1.6rem;
  margin-left: -8px;
}
#search-ui span.svg-wrapper.theme-icon-blue-2.icon40 {
  fill: #9DBEE4;
  margin-top: -5px;
  padding-left: 10px;
}
#search-ui .search-results-list {
  color: #fff;
  padding: .2rem .6rem;
}
#search-ui .tt-selectable:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#search-ui .svg-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  width: 2.4rem;
  height: 24px;
  height: 2.4rem
}
#search-ui .svg-wrapper svg {
  width: 100%;
  height: 100%;
  vertical-align: top
}
#search-ui .svg-wrapper.icon40 {
  width: 30px;
  width: 3.0rem;
  height: 30px;
  height: 3.0rem
}
#search-ui span.link-text {
  font-size: 26px;
  margin-left: 10px;
}
#search-ui .ghfcol, #search-ui .col-lg-1of3{
  position:relative;
}
#search-ui .col-lg-1of3 button{
  top:10px
}
@media screen and (min-width:640px) {
  #search-ui .query {
    height: 85px;
    font-size: 42px;
    border-bottom: 4px solid #98c0e6;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
  }
  #search-ui button {
    height: 80px;
    width: 80px;
  }
  #search-ui button:after {
    font-size: 24px;
    line-height: 40px;
  }
}