@font-face {
    font-family: 'DroidSerif';
    font-weight: bold;
    font-style: normal;
    src: url('DroidSerif.ttf') format('truetype');
}
@font-face {
    font-family: 'DroidSerifBold';
    font-weight: bold;
    font-style: normal;
    src: url('DroidSerif-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'FrutigerLT47LightCondensed';
    font-weight: normal;
    font-style: italic;
    src: url('Frutiger-LT-47-Light-Condensed.ttf') format('truetype');
}

.top-header {
    display: block;
    position: relative;
    background: none;
    overflow: hidden;
    min-height: 80px;
}
.top-header .head-img img {
    width: 100%;
}
.top-header .logo {
  position: absolute;
  content: '';
  z-index: 12;
  left: 0;
  top: 0;
}
.top-header .logo img {
  height: 65px;
  margin: 12px 0 0 22px;
}
.main-page {
    font-size: 20px;
    margin-bottom: 30px;
    font-family: FrutigerLT47LightCondensed;
}
.main-page .btn {
    font-size: 20px;
    padding: 0px;
}
.main-page .btn-link {
    border: none;
    vertical-align: baseline;
}
.main-page h2 {
    background-color: #004687;
    color: #FFF;
    padding: 10px 0;
    margin-top: 0px;
    font-family: DroidSerif;
}
.main-page h3 {
    font-family: DroidSerif;
}
.main-page h4 {
    font-weight: bold;
    font-size: 20px;
}
.main-page .row {
    margin-left: 0px;
    margin-right: 0px;
}
.text-blue {
    color: #004687;
}
.text-blue > img {
    margin-right: 10px;
}
a.test-env {
    display: none;
}
#important_info {
  margin-top: 0px;
  margin-bottom: 10px;
}

/* styling for old browser popup */
.buorg {
  border-bottom: 1px solid #004687 !important;
  background-color: rgba(0, 113, 185, 0.95) !important;
  font-family: DroidSerif !important;
  color: #FFF !important;
}
.buorg b {
  font-family: DroidSerifBold;
}
#buorgig, #buorgul, #buorgpermanent {
  border-radius: 0 !important;
}
#buorgul {
  background-color: #004687 !important;
}
#buorgig {
  background-color: #b98e00 !important;
}

.main-page ul li {
  margin-bottom: 10px;
}
