body {
    font-size: 12px;
    line-height: 17px;
}

.section {
    margin: 0 auto 50px;
    width: 100%;
    min-width: 320px;
    overflow: hidden;
}

.section-content {
    width: 81.25%;
    text-align: left;
    border-top-width: 2px;
}

.section.menu {
    height: 138px;
}

.home-link {
    width: 16px;
    height: 16px;
    left: -24px;
    top: 0px;
    background: url('../img/home-link-mobile.png') no-repeat;
}



/* ----headers---- */
h1 {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
}
h2 {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
}

p.testimonial-note {
    font-size: 10px;
    line-height: 14px;
}

.media-source-hint {
    font-size: 10px;
}

/* flexslider */

.flexslider .before {
    position: absolute;
    left: -12%;
    width: 12%;
    min-height: 270px;
    background: url('../img/fadeout-left.png') repeat-y;
}
.flexslider .after {
    position: absolute;
    right: -12%;
    width: 12%;
    min-height: 270px;
    background: url('../img/fadeout-right.png') repeat-y;
}
.flex-direction-nav {
    width: 100%;
}
.flex-direction-nav li {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.flex-next {
    top: 110px;
    right: -13px;
    width: 13px;
    height: 25px;
    background: url('../img/flex-slider-next-btn-mobile.png') no-repeat;
}
.flex-prev {
    top: 110px;
    left: -13px;
    width: 13px;
    height: 25px;
    background: url('../img/flex-slider-prev-btn-mobile.png') no-repeat;
}
.section h2 + img {
    width: 100%;
}

/* menu */
#homelink  {
    position: absolute;
    width: 11.538%;
    max-width: 70px;
    text-align: left;
}
#homelink img {
    width: 100%;
}
#menu li {
    float: none;
}
#menu li a {
    padding: 0px 16px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.8px;
}