/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

@media print {
  a[href]:after {
    content: "";
  }
}

.text-white {
    color: white;
}

.navbar-custom {
  margin-top: -13px;
}

/* Page header */

#header {
    clear: both;
    float: left;
    margin-top: -15px;
    width: 100%;
    background-color: #004064;
    background-image: url(/public/img/bg-blue.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0px;
}

#headerwr {
    position: relative;
    clear: both;
    margin-left: 70px;
    width: 980px;
    overflow: hidden;
    color: white;
    font-family: "Roboto", Helvetica, Arial, sans-serif;

}

#logo {
    width: 200px;
    display: block;
    float: left;
    position: relative;
}

#headerwr .title {
    position: relative;
    top: 15px;
    height: 100%;
}

#headerwr span {
    display: inline-block;
    width: 70%;
}

#headerwr .sitename {
    left: 20px;
    padding-top: 20px;
    font-size: 18pt;
}

#headerwr .total-terms {
    margin-top: 20px;
    font-size: 14pt;
}

.logo {
    width: 60px; 
}