﻿/*
@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
*/
html.lt-ie9 header.main .background {
  border-bottom: 4px solid #d9d9d9;
}
header.main {
  position: relative;
  z-index: 9;
}
header.main .padding-left {
  margin-left: 160px;
  position: relative;
}
@media (max-width: 959px) {
  header.main .padding-left {
    margin-left: 80px;
  }
}
header.main .background {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
header.main .background:before,
header.main .background:after {
  content: " ";
  display: table;
}
header.main .background:after {
  clear: both;
}
header.main .navs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 131px;
}
html.mobile-engaged body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 767px) {
  html.mobile-engaged body {
    overflow: auto !important;
  }
}
header.mobile {
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 9;
}
header.mobile .mobile-mynystrs {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #007da5;
}
header.mobile .mobile-trigger {
  cursor: pointer;
  position: absolute;
  top: 48px;
  right: 10px;
  font-size: 23px;
  color: #840000;
}
header.mobile .mobile-trigger:after {
  content: "\f0c9";
  font-family: "FontAwesome";
  margin: 0 0 0 4px;
  position: relative;
  top: 1px;
}
header.mobile .mobile-trigger:hover {
  color: #000;
}
header.mobile .mobile-slide {
  display: none;
  position: fixed;
  z-index: 9;
  left: 0;
  width: 100%;
  height: 100%;
  background: #007da5;
  padding: 15px;
  overflow: auto;
}
@media (min-width: 767px) {
  header.mobile .mobile-slide {
    display: none !important;
  }
}
/*# sourceMappingURL=Header.ascx.css.map */