/* Add here all your css styles (customizations) */
.header .logo img {
  margin: 10px 0;
}
.header .logo {
    min-width: 60px;
    width: 64px;
}
.latest-list li a {
  color: #555;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans';
}
h1, h2, h3, h4, h5, h6 {
  color: #333;
}
h3 {
  display: inline-block;
  border-bottom: 2px solid #999;
}
body {
  font-size: 12pt;
}
.fw {
  float: left;
  width: 60px;
}
.inner-row {
    margin-bottom: 1em;
}
.debug-box {
    border: 1px solid red;
}
.content-sm {
    padding-top: 30px;
    padding-bottom: 30px;
}
.desc h5 {
    margin-top: 8px;
    font-weight: bold;
    font-size: 1.1em;
}
.service {
    margin-bottom: 0px;
}
.tagline {
    color: red;
    border-top: 2px solid red;
    margin-left: 4px;
    margin-top: 4px;
    margin-right: 30px;
}
.coname {
    color: #000099;
    font-size: 16pt;
    margin-bottom: -5px;
    padding-left: 4px;
}
.coname span {
    padding-right: 30px;
}
.coname a {
    color: inherit;
}
.headline h2, .headline h3, .headline h4 {
    padding-bottom: 0px;
}
.clients .sep {
    border-top: 1px solid silver;
    padding-top: 10px;
}
.service .headline {
    margin-bottom: 8px;
}
.slideshow {
    height: 100px;
}
.slide {
    position: absolute;
}
.slide h5 {
    font-size: 1.1em;
}
.footer-v2 .copyright {
    padding: 8px;
}
.wrapper {
    background: inherit;
    background-image: url(../img/upfeathers-v2.png);
}
#topcontrol {
    bottom: 4px !important;
    right: 4px !important;
}
