
/*New font*/

@font-face {
    font-family: Metric;
    src: url("../fonts/hpe/MetricWeb-Regular.eot");
    /* IE9 compat */
    src: url("../fonts/hpe/MetricWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/hpe/MetricWeb-Regular.woff") format("-woff.woff"), url("../fonts/hpe/MetricApp-Regular.ttf") format("truetype");
    /*iOS, Android, Safari*/
    font-weight: normal;
    font-style: normal;
}
/*BOLD*/

@font-face {
    font-family: Metric;
    src: url("../fonts/hpe/MetricWeb-Bold.eot");
    /* IE9 compat */
    src: url("../fonts/hpe/MetricWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/hpe/MetricWeb-Bold.woff") format("-woff.woff"), url("../fonts/hpe/MetricApp-Bold.ttf") format("truetype");
    /*iOS, Android, Safari*/
    font-weight: 700;
    font-style: normal;
}
/*LIGHT*/

@font-face {
    font-family: Metric;
    src: url("../fonts/hpe/MetricWeb-Semibold.eot");
    /* IE9 compat */
    src: url("../fonts/hpe/MetricWeb-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/hpe/MetricWeb-Semibold.woff") format("-woff.woff"), url("../fonts/hpe/MetricApp-Semibold.ttf") format("truetype");
    /*iOS, Android, Safari*/
    font-weight: 600;
    font-style: normal;
}
/*REGULAR ITALIC*/

@font-face {
    font-family: Metric;
    src: url("../fonts/hpe/MetricWeb-Light.eot");
    /* IE9 compat */
    src: url("../fonts/hpe/MetricWeb-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/hpe/MetricWeb-Light.woff") format("-woff.woff"), url("../fonts/hpe/MetricApp-Light.ttf") format("truetype");
    /*iOS, Android, Safari*/
    font-weight: 100;
    font-style: italic;
}
/*LIGHT*/

@font-face {
    font-family: Metric;
    src: url("../fonts/hpe/MetricWeb-Light.eot");
    /* IE9 compat */
    src: url("../fonts/hpe/MetricWeb-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/hpe/MetricWeb-Light.woff") format("-woff.woff"), url("../fonts/hpe/MetricApp-Light.ttf") format("truetype");
    /*iOS, Android, Safari*/
    font-weight: 100;
    font-style: normal;
}


body,
input {
    font-family: Metric, Arial, sans-serif;
}
body {
    font-size: 100%;
}
h1,
h2{
    font-weight: 700;
}
h3{
    font-family: Metric, Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
}
h1 {
    font-size: 30px;
    /*=32px*/
    line-height: 28px;
    line-height: 2.5rem;
    /*=32px*/
    margin-bottom: 9px;
    margin-bottom: 0.5625rem;
    /*=9px*/
}
h1 span {
    font-size: 50px;
}
h2 {
    font-size: 24px;
    font-size: 1.5rem;
    /*=24px*/
    line-height: 30px;
    line-height: 1.875rem;
    /*=30px*/
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    /*=5px*/
}
/*h3 {
    font-size:30px;*/

    /*=24px*/
   /* margin-bottom: 5px;
    margin-bottom: 0.3125rem;*/
    /*=5px*/
/*}*/
h4,
h5,
h6 {
    font-weight: 600;
}
 h4 {
    font-size: 20px;
    line-height: 23px;
}
p{
    font-family: Metric, Arial, sans-serif;
    font-weight: 100;
    font-size: 18px;
}
.lead{
    font-family: Metric, Arial, sans-serif;
    font-weight: 100;
    margin-top: 35px;
    font-size: 22px;
}
