/* -----------------------------------------------------------
    Load fonts
----------------------------------------------------------- */
@import url(/webfonts/helveticaneue/stylesheet.css);

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

html {
    font-size: 10px;
}
body {
    font-family: 'HelveticaNeueSC', 'HelveticaNeueW01-75Bold','HelveticaNeue-Bold', "HelveticaNeue", "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.3rem;
    color: #010101;
    letter-spacing: 0rem;
    line-height: 2.1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
strong, b {
    font-weight: bold;
}
a,
a:visited,
a:hover,
.link_color {
    color: #aaa;
    text-decoration: none;
}
a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a.black-link,
a.black-link:visited,
a.black-link:hover,
.link_color.black-link {
    color: #010101;
}

a:hover,
.link_color:hover {
    color: #aaa;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, #hero_header, .fullscreen_slideshow .hero_splash_text {
    font-family: 'HelveticaNeueSC', sans-serif;
    font-weight: normal;
}
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 {
    text-decoration: none;
}
h1 {
    font-size: 2.3rem;
    letter-spacing: 0;
    line-height: 3.35rem;
    margin: 0 0 40px 0;
}

h2 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 0;
}
h3 {
    font-size: 1.7rem;
    letter-spacing: 0;
}
h4 {
    font-size: 1.5rem;
    letter-spacing: 0;
    margin: 0 0 10px;
}
h5 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: 0;
    margin: 0 0 6px;
}
h6 {
    font-size: 1.3rem;
    letter-spacing: 0;
    margin: 0 0 6px;
}

input,
select,
textarea {
    font-weight: normal;
    color: #010101;
    font-size: 1.3rem;
    font-family: 'HelveticaNeueSC', 'HelveticaNeueW01-75Bold','HelveticaNeue-Bold', "HelveticaNeue", "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.3rem;
    color: #010101;
    letter-spacing: 0rem;
    line-height: 2.1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.h1_subtitle {
    font-style: italic;
}



