﻿/*
@font-size-large:         ceil((@font-size-base * 1.10)); // ~17px
@font-size-largest:       ceil((@font-size-base * 1.50)); // ~23px
@font-size-small:         ceil((@font-size-base * 0.85)); // ~13px
@font-size-smallest:      ceil((@font-size-base * 0.65)); // ~10px
*/
header.main .global {
  background: #1a1a1a;
  text-align: center;
}
header.main .global:before,
header.main .global:after {
  content: " ";
  display: table;
}
header.main .global:after {
  clear: both;
}
header.main .global ul {
  margin: 0 175px 0 0;
  padding: 0;
  list-style-type: none;
  font-size: 13px;
  text-transform: uppercase;
}
header.main .global ul:before,
header.main .global ul:after {
  content: " ";
  display: table;
}
header.main .global ul:after {
  clear: both;
}
header.main .global ul li {
  float: left;
}
header.main .global ul a {
  display: block;
  color: #fff;
  padding: 6px;
  border: 1px solid #007da5;
  border-width: 0 1px 0 0;
  margin: 0 -1px;
}
header.main .global ul a:hover {
  color: #a6e0f3;
}
header.main .global div.search {
  float: right;
  border: none;
  padding: 3px 0;
  width: 160px;
}
header.main .global div.search .form {
  position: relative;
  margin: 0 auto;
}
header.main .global div.search label {
  color: #a6e0f3;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  text-transform: uppercase;
}
header.main .global div.search input.form-control {
  background: none;
  color: #a6e0f3;
  font-size: 15px !important;
  font-weight: 700;
  border: 1px solid #a6e0f3;
  border-width: 0 0 1px 0;
  padding: 0 24px 0 0;
  width: 100%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
header.main .global div.search input.btn.btn-default {
  border: none;
  color: #a6e0f3;
  position: absolute;
  top: 3px;
  right: -3px;
  outline: none;
  background: url(/App_Themes/NYSTRS/img/header-search-submit.png) center center no-repeat;
  padding: 10px;
  width: 13px;
  height: 15px;
  text-indent: -9999px;
}
html.ie header.main .global div.search input {
  padding-bottom: 3px;
}
header.mobile .global {
  font-size: 13px;
  text-transform: uppercase;
}
header.mobile .global ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header.mobile .global ul:before,
header.mobile .global ul:after {
  content: " ";
  display: table;
}
header.mobile .global ul:after {
  clear: both;
}
header.mobile .global ul a {
  display: block;
  color: #fff;
  padding: 5px;
}
header.mobile .global ul a:hover {
  color: #000;
}
header.mobile div.search {
  margin: 10px 25px 100px 25px;
}
header.mobile div.search .form {
  position: relative;
  margin: 0 auto;
}
header.mobile div.search label {
  color: #a6e0f3;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
}
header.mobile div.search input.form-control {
  background: none;
  color: #a6e0f3;
  font-size: 15px !important;
  font-weight: 700;
  border: 1px solid #a6e0f3;
  border-width: 0 0 1px 0;
  padding: 0 24px 0 0;
  width: 100%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
header.mobile div.search input.btn.btn-default {
  border: none;
  color: #a6e0f3;
  position: absolute;
  top: 3px;
  right: -3px;
  outline: none;
  background: url(/App_Themes/NYSTRS/img/header-search-submit.png) center center no-repeat;
  padding: 10px;
  width: 13px;
  height: 15px;
  text-indent: -9999px;
}
/*# sourceMappingURL=HeaderNavGlobal.ascx.css.map */