﻿body {
  /*font-family: Ubuntu, Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  /*.padding-top(50px);*/
  padding-bottom: 20px;
  padding-bottom: 2rem;
  background-color: #efeeef;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-left: 1.5rem;
  padding-right: 15px;
  padding-right: 1.5rem;
}
body div.container.body-content h1.gap-from-top-small > .glyphicon {
  /*top: 5px;*/
  font-size: 1em;
}
.content-wrapper {
  max-width: none;
}
.head-wrapper {
  background: url(../../Images/header-bg.jpg) center top repeat-x;
  overflow: auto;
  margin-bottom: 14px;
}
.header {
  position: relative;
  padding: 0;
  background: #FFFFFF;
}
.header-logo {
  float: left;
  border: 0;
  height: 86px;
  width: 480px;
  background-image: url(../../Images/zhi-reimbursementportal-banner.png);
}
.TopRightHeaderLinks {
  float: right;
  margin: 45px 20px 0 0;
  font-family: Calibri;
  font-style: italic;
  font-size: large;
}
.TopRightHeaderLinks a {
  padding: 5px;
}
.TopRightHeaderLinks a {
  font: 15px 'Monda', sans-serif;
  color: #acd1f1;
  text-decoration: none;
  float: left;
}
.TopRightHeaderLinks a:hover {
  color: #efefef;
}
.zhi-reimbursement-hero {
  height: 700px;
  background: url(../../Images/hero4.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (min-width: 1500px) {
  .zhi-reimbursement-hero {
    height: 835px;
  }
}
@media screen and (max-width: 650px) {
  .header-logo {
    background-image: url(/Images/zhi-banner-mobile.png);
    width: 124px;
  }
  .zhi-reimbursement-hero {
    height: 350px;
  }
}
@media screen and (max-width: 475px) {
  .zhi-reimbursement-hero {
    height: 250px;
  }
}
/*# sourceMappingURL=header.css.map */