﻿body {
    padding-top: 40px;
    padding-bottom: 20px;
    overflow-y: scroll;
    *overflow-y: auto;
    color: #505050;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%; /* Prevent mobile zooming while remain desktop zooming.*/
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: Arial, sans-serif;
    background: #fff url(/images/vw-background.jpg) 0 4.3em repeat-x;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-header {
    float: right !important;
}

.navbar-brand {
    margin-top: -40px;
}

#header {
    min-height: 4.0em;
    border-bottom: 1px solid #9299a0;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 rgba(0, 0, 0, 0.06);
    background: #fff center top no-repeat;
}


h1,
.h1 {
    margin: 0 0 2px;
    color: #00B1E5;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    /* Google chrome better font rendering */
    font-family: VWHeadlineSemiboldRegular, Arial, sans-serif;
    font-size: 2em;
    /* 24px */
    font-weight: 400;
    line-height: 1;
}


    .sub-heading,
    h1 em {
        display: block;
        margin: 2px 0 6px;
        color: #797979;
        font-family: VWHeadlineBookRegular, Arial, sans-serif;
        font-size: 1.5em;
        /* 18px */
        font-weight: 400;
        font-style: normal;
        line-height: 1.1;
    }

    h1 em {
        font-size: 0.75em; /* 18px */
    }

p {
    margin-bottom: 1.5em;
}

.btn-breadcrumb .btn.btn-default {
    color: #4c4d4f;
    font-family: "VWHeadlineBookRegular", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
}






@font-face {
    font-family: "VWHeadlineBookRegular";
    src: url("/assets/common/font/vw-headline-book-webfont.eot");
    src: url("/assets/common/font/vw-headline-book-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/common/font/vw-headline-book-webfont.woff") format("woff"), url("/assets/common/font/vw-headline-book-webfont.ttf") format("truetype"), url("/assets/common/font/vw-headline-book-webfont.svg#VWHeadlineBookRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "VWHeadlineSemiboldRegular";
    src: url("/fonts/vw-headline-semibold-webfont.eot");
    src: url("/fonts/vw-headline-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/vw-headline-semibold-webfont.woff") format("woff"), url("/fonts/vw-headline-semibold-webfont.ttf") format("truetype"), url("/fonts/vw-headline-semibold-webfont.svg#VWHeadlineSemiboldRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}
