body * {
  font-family: "Muli", 'sans-serif' !important; }

#header {
  width: 100%;
  height: 155px; }
  #header .inner {
    padding: 17px 35px; }
  #header .logo {
    float: left; }
    #header .logo img {
      height: 70px;
      width: auto; }
  #header #userLoginInset {
    float: right;
    margin-top: 25px; }
    #header #userLoginInset > div {
      display: inline-block;
      margin-right: 25px; }
      #header #userLoginInset > div * {
        color: #213f7c;
        font-size: 18px; }
    #header #userLoginInset .welcome {
      font-size: 18px;
      color: #213f7c; }
  #header .header-top {
    height: 110px; }
  #header .header-bottom {
    height: 45px;
    background-color: #213f7c; }
    #header .header-bottom .inner {
      padding: 0 35px; }
    #header .header-bottom #mainMenu {
      text-align: center; }
      #header .header-bottom #mainMenu #mainMenuLinks li {
        display: inline-block;
        margin-right: 15px;
        height: 45px;
        line-height: 45px; }
        #header .header-bottom #mainMenu #mainMenuLinks li a {
          color: #fff;
          font-size: 17px;
          padding: 0 15px;
          height: 45px;
          line-height: 45px; }
          #header .header-bottom #mainMenu #mainMenuLinks li a:hover {
            text-decoration: none; }
        #header .header-bottom #mainMenu #mainMenuLinks li:hover {
          background: #ad2e24; }

#homePageContainer {
  min-height: 200px; }

#footer {
  background: #eaecee; }
  #footer .inner {
    padding: 17px 35px; }
  #footer .footerMenu {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
    font-size: 14px; }
    #footer .footerMenu h4 {
      color: #ad2e24;
      text-transform: uppercase;
      margin-bottom: 1em;
      font-size: 14px; }
    #footer .footerMenu a {
      color: #222;
      font-size: 14px; }
  #footer .clear {
    height: 25px; }
  #footer .poweredBy {
    float: right;
    margin-top: -30px; }

#pageContainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 35px 0; }
