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

/* Pulled from our CSS */

.uw-thinstrip {
  height: 115px; /*was 55*/
  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: 123px;
  height: 88px;
  background: url('../assets/svg/uw-sprite.svg') no-repeat 0 -3px transparent;
  position: absolute;
  top: 21px; /*was -7px*/
  left: auto;
  right: 0;
  z-index: 1;
}
.uw-thinstrip .uw-wordmark {
  display: block;
  position: absolute;
  top: -6px;
  left: 27px;
  text-indent: -9999px;
  width: 575px;
  height: 113px;
  /*background: url('../assets/svg/uw-sprite-mini.svg') no-repeat 0 -74px transparent;*/
  background-image: url('../assets/img/BRTC_masthead_v2@2x.png');
  background-repeat: no-repeat;
  background-size: 80% auto;
}
.uw-thinstrip ul.uw-thin-links {
  margin: 0;
  position: relative;
  z-index: 1;
  font-weight: 700;
  padding: 0;
  float: right;
  list-style: none;
}
.uw-thinstrip ul.uw-thin-links li {
  display: inline-block;
}
.uw-thinstrip ul.uw-thin-links li a {
  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 a:focus {
  color: #b7a57a;
}
.uw-thinstrip ul.uw-thin-links li:last-child a:after {
  display: none;
}

/* 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 {
    /*display: none;*/
    background-image: url('../assets/img/BRTC_mobile_W.png');
    width: 12%;
    height: 52px;
    top: 20px;
    left: auto;
    right: 0;
    background-size: 100%;
  }
  .uw-thinstrip .uw-wordmark {
    width: 83%;
    height: 63px;
    /*background: url('../assets/svg/uw-sprite-mini.svg') no-repeat 0 -59px rgba(0, 0, 0, 0);*/
    background-image: url('../assets/img/BRTC_mobile_header@2x.png');
    margin: 0;
    float: none;
    position: absolute;
    left: 10px;
    top: 8px;

    background-size: 340px auto;
  }
  .uw-thinstrip ul.uw-thin-links {
    height: 50px;
  }
  .uw-thinstrip ul.uw-thin-links li {
    float: none;
  }


}

@media only screen and (max-width: 767px) {
  .uw-thinstrip {
    height: 73px;
  }
  .uw-thinstrip ul.uw-thin-links li {
    display: none;
  }
  /*.uw-thinstrip .uw-wordmark {
    background-image: url('../assets/img/BRTC_mobile_header@2x.png');
    left: 0;
    top: 0;
  }*/
  .uw-thinstrip .uw-patch {
    /*background: url('../assets/svg/uw-sprite-mini.svg') no-repeat 0 -3px transparent;*/
    /*height: 55px;
    width: 81px;*/
  }
  /*.uw-thinstrip .uw-wordmark {
    left: 10px;
    top: 0;
  }*/

}
@media only screen and (max-width: 410px) {
  .uw-thinstrip {
    height: 61px;
  }
  .uw-thinstrip .uw-wordmark {
    top: 10px;
    height: 50px;
    background-size: 100%;
  }
}
