
/* -----------------------------------------------------------
    Load fonts
----------------------------------------------------------- */

    @import url(/lib/webfonts/din/din.css);



/* -----------------------------------------------------------
    Global Styles
----------------------------------------------------------- */

    body {
        font-family: 'Din', Sans-Serif;
        font-weight: normal;
        color: #666;
        font-size: 15px;
        line-height: 1.5em;
        height: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    a,
    a:visited,
    a:hover,
    .link_color,
    .link_color:hover {
        color: #666;
    }
    sup {
        line-height: 12px;
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: 'Baskerville', 'Georgia', 'Times New Roman', Serif;
        font-weight: 400;
        color: #666;
        margin: 0 0 20px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    h1 a,h1 a:visited,
    h2 a, h2 a:visited,
    h3 a, h3 a:visited,
    h4 a, h4 a:visited,
    h5 a, h5 a:visited,
    h6 a, h6 a:visited {
        color: #666;
        text-decoration: none;
    }
    h1 {
        font-size: 40px;
        line-height: 44px;
    }
        h1 span.heading_title,
        h1 span.heading_subtitle {
            
        }
    h2 {
        font-size: 30px;
        line-height: 34px;
    }
    h3 {
        font-size: 30px;
        line-height: 34px;
    }
    h4 {
        font-size: 26px;
        line-height: 30px;
    }
    h5 {
        font-size: 22px;
        line-height: 26px;
    }
    h6 {
        font-size: 20px;
        line-height: 24px;
    }
    input,
    select,
    textarea {
        font-family: 'Din', Sans-Serif;
        font-weight: normal;
        color: #666;
        font-size: 15px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    blockquote {
        border: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none;
        margin: 0;
        padding: 0 0 0 9px;
        line-height: normal;
        overflow: visible;
        text-indent: 0;
        font-size: 30px;
        line-height: 34px;
        position: relative;
        color: #a1b5b5;
        font-family: 'Baskerville', 'Georgia', 'Times New Roman', Serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
        blockquote span,
        blockquote p {
            margin: 0;
            padding: 0;
            display: inline;
        }
        blockquote:before {
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            content: "‘";
            font-size: 34px;
        }
        blockquote:after {
            display: inline-block;
            content: "’";
            font-size: 34px;
        }


    .emphasis_text {
        line-height: normal;
        font-size: 30px;
        line-height: 34px;
        color: #a1b5b5;
        color: #839696;
        font-family: 'Baskerville', 'Georgia', 'Times New Roman', Serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .button_large,
    .button_large a,
    .button_large a:visited,
    .button_large:visited {
        display: inline-block;
        background: #a1b5b5;
        border-radius: 3px;
        font-size: 20px;
        line-height: 24px;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        padding: 14px 25px;
        min-width: 240px;
        text-align: center;
    }
    .button_large a,
    .button_large a:visited {
        padding: 0;
        background: none;
    }


/* -----------------------------------------------------------
    Safari fixes
----------------------------------------------------------- */

    .browser-safari {
        -webkit-font-smoothing: inherit;
    }
    .browser-safari h1,
    .browser-safari h2,
    .browser-safari h3,
    .browser-safari h4,
    .browser-safari h5,
    .browser-safari h6 {
        
    }
    
    