﻿html
{
    font-size: 62.5%;
}

body
{
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #716B4E;
    line-height: 20px;
    line-height: 2rem;
    background-color: #1E651F;
}

a, a:link
{
    color: #98BE14;
    text-decoration: none;
}

    a:visited, a:active, a:hover
    {
        color: #85A611;
        text-decoration: none;
    }

p
{
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
}

ul
{
    list-style: circle;
    list-style-image: url(../images/arrow.png);
    padding-left: 21px;
}

    ul b
    {
        color: #85A611;
    }

.page
{
    position: relative;
}

header, .header,
footer, .footer,
nav, .nav,
section, .section
{
    display: block;
}

.bg
{
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1600px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1600px)
{
    img.bg
    {
        left: 50%;
        margin-left: -800px;
    }
}

@font-face
{
    font-family: 'erieregular';
    src: url('../Fonts/erie-webfont.eot');
    src: url('../Fonts/erie-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/erie-webfont.woff') format('woff'), url('../Fonts/erie-webfont.ttf') format('truetype'), url('../Fonts/erie-webfont.svg#erieregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-family: 'erieregular', Verdana, Helvetica, Sans-Serif;
    color: #85A611;
    line-height: 20px;
    line-height: 2.0rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

h1
{
    position: relative;
    font-size: 20px;
    font-size: 2.0rem;
}

    h1 span
    {
        position: absolute;
        left: -45px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #C5DB7E;
        display: inline-block;
    }

h2
{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3.0rem;
}

h3
{
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 2px;
    margin-bottom: 0.2rem;
}

h4
{
    font-size: 13px;
    font-size: 1.3rem;
}

h5, h6
{
    font-size: 13px;
    font-size: 1.3rem;
}

/* PRIMARY LAYOUT ELEMENTS     
----------------------------------------------------------*/
#logo,
nav, .nav,
section, .section
{
    background-color: rgba(255, 255, 255, 0.85);
    border: solid 0px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

#logo
{
    padding: 10px;
    text-align: center;
}

nav, .nav
{
    margin: 40px 0 20px 0;
    margin: 4rem 0 2rem 0;
    height: 45px;
    height: 4.5rem;
}

section, .section
{
    padding: 30px 0;
    padding: 3rem 0;
}

footer, .footer
{
    margin-top: 10px;
    margin-top: 1rem;
    text-align: center;
    color: white;
    font-size: 11px;
    font-size: 1.1rem;
}

    footer a, footer a:link, footer a:visited, footer a:active, footer a:hover .footer a, .footer a:link, .footer a:visited, .footer a:active, .footer a:hover
    {
        color: #fff;
    }

/* MENU   
----------------------------------------------------------*/

nav, .nav
{
    font-family: 'erieregular', Verdana, Helvetica, Sans-Serif;
    color: #85A611;
    font-size: 16px;
    font-size: 1.6rem;
}

    nav a, nav a:link, nav a:visited, nav a:active, nav a:hover,
    .nav a, .nav a:link, .nav a:visited, .nav a:active, .nav a:hover
    {
        color: #85A611;
    }

    nav ul li, .nav ul li
    {
        display: block;
        float: left;
        position: relative;
        margin-top: 6px;
        border-left: solid 1px #C5DB7E;
        padding: 6px 20px;
        padding: 0.6rem 2rem;
    }

        nav ul li.first, .nav ul li.first
        {
            border-left: solid 0 #C5DB7E;
            padding-left: 0;
        }

        nav ul li a, nav ul li a:link,
        .nav ul li a, .nav ul li a:link
        {
            display: block;
            width: auto;
            _width: 0px;
            height: 16px;
            height: 1.6rem;
            padding-top: 5px;
            line-height: 16px;
            line-height: 1.6rem;
            white-space: nowrap;
        }

            nav ul li a .arrow-up, nav ul li a:link .arrow-up,
            .nav ul li a .arrow-up, .nav ul li a:link .arrow-up
            {
                display: none;
            }

            nav ul li a:hover .arrow-up, nav ul li a.current .arrow-up, nav ul li a:active .arrow-up,
            .nav ul li a:hover .arrow-up, .nav ul li a.current .arrow-up, .nav ul li a:active .arrow-up
            {
                display: table;
                margin: 4px auto;
            }

.arrow-up
{
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #C5DB7E;
}

/* Components
-----------------------------------------------------------*/
.pictureBox
{
    width: 100%;
    display: block;
    float: left;
    border: 3px solid #C5DB7E;
    background-color: #C5DB7E;
    overflow: hidden;
    margin-bottom: 20px;
    margin-bottom: 2.0rem;
}

    .pictureBox img
    {
        display: block;
    }

.callToAction
{
    text-align: center;
}

    .callToAction p
    {
        text-align: left;
    }

.badge
{
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 40px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-color: #98BE14;
    border: 2px solid white;
    -moz-box-shadow: 0 0 0 3px #98BE14;
    -webkit-box-shadow: 0 0 0 3px #98BE14;
    box-shadow: 0 0 0 3px #98BE14;
    font-family: 'erieregular', Verdana, Helvetica, Sans-Serif;
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    padding-top: 20px;
    margin-top: -38px;
    margin-bottom: 20px;
}

.badgeConnector
{
    margin: 0 auto;
    width: 600px;
    height: 10px;
    background-color: #98BE14;
    margin-top: 40px;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

input[type="text"], input[type="password"], textarea, select
{
    border: 1px solid #ccc;
    padding: 2px;
    padding: 0.2rem;
    font-size: 14px;
    font-size: 1.4rem;
    color: #444;
    width: 200px;
    width: 20.0rem;
}

textarea
{
    font-family: Verdana, Helvetica, Sans-Serif;
    min-height: 75px;
    min-height: 7.5rem;
    height: 200px;
    height: 20.0rem;
    resize: vertical;
    width: 400px;
    width: 40.0rem;
    max-width: 400px;
    max-width: 40.0rem;
    margin: 2px 0;
    margin: 0.2rem 0;
}

select
{
    width: 206px;
    width: 20.6rem;
}

input[type="submit"]
{
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px;
    padding: 0.5rem;
    margin-left: -1px;
    margin-left: -0.1rem;
    margin-top: 10px;
    margin-top: 1.0rem;
}

/* Misc
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
    margin: 5px 0 0 0;
    margin: 0.5rem 0 0 0;
}

.display-field, .editor-field
{
    margin: 2px 0 0 0;
    margin: 0.2rem 0 0 0;
}

.text-box
{
    width: 150px;
    width: 15.0rem;
}

    .text-box.multi-line
    {
        height: 400px;
        height: 40.0rem;
    }

.tri-state
{
    width: 300px;
    width: 3006rem;
}

.radiobuttons
{
    margin: 15px 0;
    margin: 1.5rem 0;
}

/* SCNS Button
----------------------------------------------------------*/
.SCNS_Button .ButtonArea, .SCNS_Button .ButtonArea:visited, .SCNS_Button .ButtonArea:link
{
    background: #98be14;
    background: -moz-linear-gradient(top, #98be14 0%, #73900f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #98be14, color-stop(100%, #73900f)));
    background: -webkit-linear-gradient(top, #98be14 0%, #73900f 100%);
    background: -o-linear-gradient(top, #98be14 0%, #73900f 100%);
    background: -ms-linear-gradient(top, #98be14 0%, #73900f 100%);
    background: linear-gradient(top, #98be14 0%, #73900f 100%);
    border: solid 1px #4e620a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.5),0px 2px 0px #4e620a;
    -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.5),0px 2px 0px #4e620a;
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.5),0px 2px 0px #4e620a;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    filter: dropshadow(color=#cfef63, offx=1, offy=1);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#98be14', endColorstr='#73900f', GradientType=0);
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0;
    margin-bottom: 1px;
    padding: 5px 10px;
    text-decoration: none;
    -webkit-text-shadow: 1px 1px 1px #73900f;
    text-shadow: 1px 1px 1px #73900f;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .SCNS_Button .ButtonArea:hover
    {
        background: #b6e318;
        background: -moz-linear-gradient(top, #91b513 0%, #98be14 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #91b513, color-stop(100%, #98be14)));
        background: -webkit-linear-gradient(top, #91b513 0%, #98be14 100%);
        background: -o-linear-gradient(top, #91b513 0%, #98be14 100%);
        background: -ms-linear-gradient(top, #91b513 0%, #98be14 100%);
        background: linear-gradient(top, #91b513 0%, #98be14 100%);
        color: #fff;
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#91b513', endColorstr='#98be14', GradientType=0);
    }

    .SCNS_Button .ButtonArea:active
    {
        background: #73900f;
        background: -moz-linear-gradient(top, #73900f 0%, #98be14 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #73900f, color-stop(100%, #98be14)));
        background: -webkit-linear-gradient(top, #73900f 0%, #98be14 100%);
        background: -o-linear-gradient(top, #73900f 0%, #98be14 100%);
        background: -ms-linear-gradient(top, #73900f 0%, #98be14 100%);
        background: linear-gradient(top, #73900f 0%, #98be14 100%);
        -moz-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.4),0px 0px 0px #3c4b08;
        -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.4),0px 0px 0px #3c4b08;
        box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.4),0px 0px 0px #3c4b08;
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#73900f', endColorstr='#98be14', GradientType=0);
        margin-bottom: -1px;
        margin-top: 2px;
        padding-bottom: 4px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 6px;
    }

.SCNS_Button
{
    display: inline-block;
}