/* -----------------------------------------------------------
    Fonts
----------------------------------------------------------- */

@import url(/lib/webfonts/gillsansnova/gillsansnova.css);
/*@import url(/webfonts/icons/icons.css);*/


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

    body {
        font-family: 'Gill Sans Nova', sans-serif;
        font-size: 16.5px;
        color: #756f72;
        letter-spacing: 0.4px;
        line-height: 30px;
        font-weight: 200;
    }
    a,
    a:visited,
    a:hover,
    .link_color,
    .link_color:hover {
        color: #303030;
    }
    h1, h2, h3, h4, h5, h6, #hero_header, .fullscreen_slideshow .hero_splash_text {
        font-family: 'Gill Sans Nova', sans-serif;
        color: #8f3740;
        margin: 0 0 15px;
        text-transform: none;
        letter-spacing: 0;
        font-weight: 200;
    }
    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: #303030;
        text-decoration: none;
    }
    h1 {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: 0.8px;
        font-weight: 200;
        margin: 0 0 50px;
    }
    h2 {
        font-size: 26px;
        line-height: 30px;
        letter-spacing: 0;
    }
    h3 {
        font-size: 20px;
        letter-spacing: 0;
    }
    h4 {
        font-size: 17px;
        letter-spacing: 0;
        margin: 0 0 10px;
    }
    h5 {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0;
        margin: 0 0 6px;
    }
    h6 {
        font-size: 13px;
        letter-spacing: 0;
        margin: 0 0 6px;
    }
    #hero_header,
    #custom_hero_header .title,
    .feature_panels .records_list.image_list ul li.panel_hero .hero_heading > h2,
    .feature_panels .records_list.image_list ul li.panel_hero .hero_heading > a > h2,
    .section-home .fullscreen_slideshow .hero_splash_text .title {
        font-size: 66px;
        line-height: 74px;
        letter-spacing: 0.5px;
        margin: 0;
        padding: 0;
        -webkit-font-smoothing: antialiased;
        color: #fff;
        text-transform: none;
    }
    #hero_header .subtitle,
    .feature_panels .records_list.image_list ul li.panel_hero .hero_heading .subtitle {
        text-transform: uppercase;
        display: block;
        margin: 0;
        padding: 20px 0 0;
        letter-spacing: 3.5px;
        color: #fff;
        font-size: 16px;
        font-weight: 200;
        -webkit-font-smoothing: subpixel-antialiased;
    }
    #hero_header .title {
        margin-bottom: 10px;
    }
    .feature_panels .records_list.image_list ul li.panel_hero .hero_heading .description {
        margin: 0;
        padding: 20px 0 0;
        font-weight: normal;
        -webkit-font-smoothing: subpixel-antialiased;
    }
    input,
    select,
    textarea {
        font-weight: 200;
        color: #303030;
        font-size: 12.5px;
    }
    strong {
        font-weight: normal;
    }
    .feature_panels .records_list.image_list ul li #custom_hero_header .description {
        color: #fff;
    }
    blockquote::before,
    #section-overview .quote::before {
        content: '';
        display: block;
        position: absolute;
        left: -20px;
        top: -20px;
        height: 49px;
        width: 73px;
        background-image: url('/images/quotemark.svg');
    }
    blockquote {
        border: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
        margin: 0;
        padding: 0;
        line-height: normal;
        overflow: auto;
        text-indent: 0;
        overflow: visible;
        font-weight: 200;
        clear: both;
    }
    blockquote {
        font-size: 31px;
        color: #873B40;
        letter-spacing: 0.5px;
        margin-bottom: 40px;
        line-height: 44px;
    }
