@import url("radios.css");
@import url("search.css");
@import url("structure.css");

@font-face {
  font-family: 'Encode Sans Compressed';
  src: url('../assets/fonts/encodesanscompressed-600-semibold-webfont.eot');
  src: url('../assets/fonts/encodesanscompressed-600-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/encodesanscompressed-600-semibold-webfont.woff') format('woff'), url('../assets/fonts/encodesanscompressed-600-semibold-webfont.ttf') format('truetype'), url('../assets/fonts/encodesanscompressed-600-semibold-webfont.svg#encodesanscompressed-600-semibold-webfont') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Flat-UI-Icons";
  src: url('../assets/icons/flat-ui-icons-regular.eot');
  src: url('../assets/icons/flat-ui-icons-regular.eot?#iefix') format('embedded-opentype'), url('assets/icons/flat-ui-icons-regular.woff') format('woff'), url('assets/icons/flat-ui-icons-regular.ttf') format('truetype'), url('assets/icons/flat-ui-icons-regular.svg#flat-ui-icons-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}



/* Pulled from our CSS */

.uw-thinstrip {
  height: 55px;
  width: 100%;
  background: #4b2e83;
  padding-top: 7px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.uw-thinstrip .container {
  position: relative;
}
.uw-thinstrip .uw-patch {
  display: block;
  text-indent: -9999px;
  width: 81px;
  height: 55px;
  background: url(../assets/svg/uw-sprite-mini.svg) no-repeat 0 -3px transparent;
  position: absolute;
  top: -7px;
  left: 0;
  z-index: 1;
}
.uw-thinstrip .uw-wordmark {
  display: block;
  position: absolute;
  top: 11px;
  left: 97px;
  text-indent: -9999px;
  width: 260px;
  height: 24px;
  background: url(../assets/svg/uw-sprite-mini.svg) no-repeat 0 -74px transparent;
}
.uw-thinstrip ul.uw-thin-links {
  float: right;
  margin: 0;
  position: relative;
  z-index: 1;
  font-weight: 700;
  padding: 0;
}
.uw-thinstrip ul.uw-thin-links li {
  display: inline-block;
  list-style: none;
}
.uw-thinstrip ul.uw-thin-links li a,
.uw-thinstrip ul.uw-thin-links li button {
  font-family: "Encode Sans Compressed", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  float: right;
  padding: 8px 25px 10px 0;
  letter-spacing: .01em;
}
.uw-thinstrip ul.uw-thin-links li a:after {
  position: absolute;
  right: 8px;
  height: 24px;
  width: 12px;
  top: 8px;
  content: "";
  background: url(../assets/svg/uw-sprite-mini.svg) no-repeat -696px 0;
}
.uw-thinstrip ul.uw-thin-links li a:hover,
.uw-thinstrip ul.uw-thin-links li button:hover,
.uw-thinstrip ul.uw-thin-links li a:focus,
.uw-thinstrip ul.uw-thin-links li button:focus {
  color: #b7a57a;
}
.uw-thinstrip ul.uw-thin-links li:last-child a:after {
  display: none;
}
.uw-thinstrip ul.uw-thin-links li.uw-search button {
  text-indent: -99999px;
  position: relative;
  padding-right: 78px;
  background-color: transparent;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 45px;
  display: block;
  padding: 0;
  height: 43px;
  margin: 0 10px 0 -5px;
  overflow: hidden;  
  -webkit-transform: skew(-15deg,0);
  -ms-transform: skewX(-15deg) skewY(0);
  transform: skew(-15deg,0);
}
.uw-thinstrip ul.uw-thin-links li.uw-search button:hover,
.uw-thinstrip ul.uw-thin-links li.uw-search button:focus {
  background-color: #402770;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.uw-thinstrip ul.uw-thin-links li.uw-search button svg {
  position: absolute;
  top: 12px;
  left: 17px;
  -webkit-transform: skew(15deg,0);
  -ms-transform: skewX(15deg) skewY(0);
  transform: skew(15deg,0);
}
.uw-thinstrip ul.uw-thin-links li button {
  border: none;
}
.search-open .uw-thinstrip ul.uw-thin-links li.uw-search button svg {
  top: -21px;
  left: 8px;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {

  .uw-thinstrip {
    padding: 0;
    height: 45px;
  }
  .uw-thinstrip .container {
    position: static;
  }
  .uw-thinstrip .uw-patch {
    width: 73px;
    height: 39px;
    top: 6px;
    left: -3px;
    background-size: 630px;
  }
  .uw-thinstrip .uw-wordmark {
    width: 285px;
    height: 30px;
    background: url('../assets/svg/uw-sprite-mini.svg') no-repeat 0 -59px rgba(0, 0, 0, 0);
    margin: 0;
    float: none;
    position: absolute;
    left: 63px;
    top: 15px;
    background-size: 697px;
  }
  .uw-thinstrip ul.uw-thin-links {
    height: 50px;
  }
  .uw-thinstrip ul.uw-thin-links li {
    float: none;
  }

  .uw-thinstrip ul.uw-thin-links li.uw-search button {
    top: 0px;
    right: -7px;
    height: 47px;
    width: 65px;
    margin-right: 0;
    border: none;
    overflow: hidden;
  }
  .uw-thinstrip ul.uw-thin-links li.uw-search button:hover {
    background-color: transparent;
    border: none;
  }
  .uw-thinstrip ul.uw-thin-links li.uw-search button svg {
    top: 14px;
    left: 29px;
  }
  .uw-thinstrip ul.uw-thin-links li.uw-search button:before {
    position: absolute;
    top: 1px;
    right: 6px;
    content: "";
    width: 51px;
    height: 45px;
    display: block;
  }
  .search-open .uw-thinstrip ul.uw-thin-links li.uw-search button svg {
    top: -18px;
    left: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .uw-thinstrip ul.uw-thin-links li {
    display: none;
  }
  .uw-thinstrip ul.uw-thin-links li.uw-search {
    display: block;
  }

}

