@font-face {
    font-family: digital-7;
    src: url('../fonts/digital-7.eot');
    src: url('../fonts/digital-7.eot?#iefix') format('embedded-opentype'),
    url('../fonts/digital-7.woff') format('woff'),
    url('../fonts/digital-7.otf') format("opentype");
}


/*----- MQ Small Mobile -----*/

body {
    min-width: 300px;
}

div#page {
    padding: 1em;
    text-align: center;
}

div#measureCounter {
    display: none;
}

ul.socialMedia.index {
    display: none;
}

section {
    border: none;
    margin: 0;
}

section#serviceList {
    margin-bottom: 1.5em;
}

section#serviceList h5 {
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: left;
    font-weight: normal;
    color: #777;
    border-bottom: 1px solid #CCC;
    padding-bottom: .125em;
}

section#serviceList h2 a {
    display: block;
    padding: 1em 0;
    border-bottom: 1px solid #CCC;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    font-family: arial, helvetica, sans-serif;
}

section#serviceList h2 a:hover {
    color: #DF2030;
}

section#serviceList p {
    display: none;
}

section#serviceList a.learnMore {
    display: none;
}

aside {
    margin: 0 0 1em;
}

aside section {
    padding: .75em .5em 1.5em;
    border-radius: 8px;
    border: 1px solid #CCC;
    background-color: #f3f3f3;
    background-image: -moz-linear-gradient(center top, #FFFFFF, #EEEEEE);
    max-width: 380px;
    font-family: arial;
    margin: 0 auto 1em;
}

section#interpreter header {
    background-image: url("../img/bomaLogoV1.svg");
    background-repeat: no-repeat;
    background-position: center 1em;
    background-size: 180px auto;
}

div#standards {
    display: none;
}

section#interpreter h2 {
    padding-top: 85px;
    font-weight: normal;
    color: #084595;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1;
}

.ie8 section#interpreter h2 {
    padding-top: 110px;
}

section#interpreter h3 {
    padding: .25em 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
}

section#interpreter a.button {
    margin: 1em auto 0;
    padding: .3em 1.5em;
    display: inline-block;
}

section#planmine h2 {
    background: url("../images/planmineLogo.png") no-repeat 0 0;
    padding-left: 37px;
    margin-left: 40px;
}

.ie8 section#planmine h2 {
    padding: 20px 0 0 92px;
    position: relative;
    left: -10px;
    height: 45px;
}

section#planmine h2 i {
    font-style: normal;
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
    top: -8px;
}

section#fsheets h2, section#planmine h2 {
    font-family: dinNeuzeit, arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 24px;
    font-size: 2.4rem;
    color: #555;
}

section#fsheets h2 {
    background: url("../images/diyFSlogo.png") no-repeat scroll left top;
    background-size: 72px auto;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    line-height: 1;
    padding: 16px 0 14px 72px;
}

.ie8 section#fsheets h2 {
    padding: 20px 0 0 92px;
    height: 50px;
}

section#planmine h2 {
    background: url("../images/planmineLogo.png") no-repeat 0 0;
    background-size: 72px auto;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    line-height: 1;
    padding: 14px 0 15px 75px;
}

section#fsheets h2 span {
    display: none;
}

a.tryNow {
    display: block;
    width: 150px;
    padding: 5px 8px;
    border-radius: 4px;
    margin: 1em auto 0;
    text-decoration: none;
}

/*----- MQ Big Mobile -----*/

@media screen and (min-width:420px) {

    section#serviceList h2 a {
        font-size: 21px;
        font-size: 2.1rem;
        padding: 1em 0;
    }
}

/*----- MQ Small Desktop-----*/
@media screen and (min-width:680px) {

    div#banner {
        position: relative;
        margin-top: 36px;
        margin-left: 0;
        width: 100%;
        height: 240px;
        background-color: #000;
        background-size: cover;
        background-image: url("/images/testBanner10.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
    }

    div#measureCounter {
        position: absolute;
        top: 90px;
        left: 0;
        right: 0;
        background: none;
        border: none;
        margin: 0 auto;
        display: block;
        text-align: center;
    }


    .ie8 div#measureCounter {
        padding-top: 40px;
        margin-top: -20px;
    }

    div#measureTotal {
        display: inline;
        font-family: digital-7, arial, sans-serif;
        font-size: 80px;
        font-size: 8rem;
        letter-spacing: 0.075em;
        color: #FFF;
        text-shadow: 0 0 10px #000;
        padding: 0 .25em;
        line-height: 0;
        border-radius: 15px;
    }

    div#measureCounter span {
        display: block;
        font-family: dinNeuzeit, arial, sans-serif;
        color: #44BADF;
        text-align: center;
        display: block;
        padding-top: .125em;
        padding-left: 10px;
        text-shadow: 0 0 10px #000000;
        font-size: 35px;
        font-size: 3.5rem;
    }

    ul.socialMedia.index {
        display: block;
        position: absolute;
        right: 20px;
        top: 190px;
        height: 36px;
        width: 190px;
        text-align: right;
        overflow: hidden; /*for some reason this prevents horizontal scroll from coming on page in FF - probably a rendering bug*/
    }

    div#page {
        text-align: left;
    }

    section#serviceList {
        width: 55%;
        padding-top: 0;
    }

    section#serviceList h2 a {
        color: #DF2030;
        color: #555;
    }

    w
section#serviceList h2 a:hover {
        color: #DF2030;
    }

    section#serviceList p {
        display: block;
        line-height: 1.5;
        font-size: 13px;
        font-size: 1.3rem;
    }

    section#serviceList h5 {
        background: url("/images/serviceArrowDn.png") no-repeat 10px 15px, url("/images/whiteTab.png") no-repeat scroll right 0;
        border: medium none;
        color: #777777;
        font-family: arial, helvetica, sans-serif;
        font-weight: normal;
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 1px;
        height: 38px;
        left: 0;
        line-height: 40px;
        padding: 0 25px 0 30px;
        position: absolute;
        text-transform: uppercase;
        top: -65px;
    }

    .ie8 section#serviceList h5 {
        background: url("/images/whiteTab.png") no-repeat scroll right 0;
        padding: 0 32px 0 26px;
    }

    section#serviceList h2 a {
        border: none;
        clear: both;
        position: relative;
        padding: 0;
        text-align: left;
        color: #555555;
        font-family: dinNeuzeit, arial, helvetica, sans-serif;
        font-weight: normal;
        font-size: 20px;
        font-size: 2.5rem;
    }

    section#serviceList li {
        padding-bottom: 1.25em;
        margin-bottom: 1.25em;
        border-bottom: 2px dotted #BBB;
    }
    section#serviceList li:last-child {
        border-bottom: none;
    }

    div#page {
        position: relative;
        max-width: 1100px;
        margin: 30px auto;
        padding: 0 1.5em;
    }

    aside {
        width: 40%;
        max-width: 410px;
        position: absolute;
        right: 0;
        top: 0;
        margin-right: 20px;
    }

    aside section {
        text-align: center;
        border: 1px solid #BBB;
        background: #f3f3f3;
        font-size: 14px;
        font-size: 1.4rem;
        background-image: -moz-linear-gradient(center top, #FFFFFF, #EEEEEE);
    }
}

/*----- MQ Medium Desktop-----*/
@media screen and (min-width:970px) {

    div#banner {
        height: 290px;
    }

    div#measureCounter {
        top: 120px;
    }

    div#measureTotal {
        font-size: 100px;
        font-size: 10rem;
    }

    div#measureCounter span {
        font-size: 44px;
        font-size: 4.4rem;
    }

    ul.socialMedia.index {
        right: 20px;
        top: 220px;
    }

    div#page {
        padding: 0 3em;
        margin-top: 2.5em;
    }

    section#serviceList h5 {
        top: -78px;
        left: 32px;
        background: url("/images/serviceArrowDn.png") no-repeat 14px 17px, url("/images/whiteTab.png") no-repeat scroll right 0;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 44px;
        padding: 0 26px 0 36px;
    }

    .ie8 section#serviceList h5 {
        background: url("/images/whiteTab.png") no-repeat scroll right 0;
        padding: 0 32px 0 26px;
    }

    section#serviceList {
        width: auto;
        margin-right: 425px;
    }

    section#serviceList li {
        padding-bottom: 1.5em;
        margin-bottom: 1.5em;
    }

    section#serviceList h2 a {
        font-size: 32px;
        font-size: 3.2rem;
    }

    section#serviceList p {
        display: block;
        line-height: 2;
        font-size: 15px;
        font-size: 1.5rem;
        padding: .5em 0 .75em;
    }

    section#serviceList a.learnMore {
        color: #DF2030;
        font-family: arial;
        padding: 0.5em 0 0 15px;
        text-decoration: underline;
        background: url("/images/bltRedPoints.gif") no-repeat 0 11px;
    }

    aside {
        width: 430px
    }

    aside section {
        padding: .75em 1.5em 1.5em;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.5;
    }

    aside section p {
        padding: 0 1em 0;
        text-align: left;
    }

    section#interpreter header {
        background-size: 260px;
    }

    section#interpreter h2 {
        padding: 115px 0 3px;
        font-size: 21px;
        font-size: 2.1rem;
    }

    div#standards {
        overflow: auto;
        margin: 0 1em 0;
        display: block;
    }

    section#interpreter ul#st01 {
        float: left;
        width: 145px;
    }

    section#interpreter ul#st02 {
        float: left;
    }

    section#interpreter li {
        background: url("../images/bltRedArrowSm.gif") no-repeat scroll 0 4px transparent;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 18px;
        padding-left: 13px;
        text-align: left;
    }

    section#fsheets h2, section#planmine h2 {
        color: #555555;
        font-family: dinNeuzeit, arial, helvetica, sans-serif;
        font-size: 32px;
        font-size: 3.2rem;
        font-weight: normal;
    }

    section#fsheets h2 {
        background-size: auto;
        padding: 18px 0 18px 92px;
    }

    section#planmine h2 {
        background-size: auto;
        padding: 20px 0 15px 96px;
    }

    section#fsheets p {

    }

    section#planmine p {

    }

    a.tryNow {

    }
}

/*----- MQ Large Desktop-----*/

@media screen and (min-width:1620px) {
    div#banner {
        height: 340px;
    }

    div#measureCounter {
        top: 135px;
    }

    div#measureTotal {
        font-size: 110px;
        font-size: 11rem;
    }

    div#measureCounter span {
        font-size: 48px;
        font-size: 4.8rem;
    }

    ul.socialMedia.index {
        right: 2em;
        top: 270px;
    }
}