﻿.noNav {
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
}
@-moz-document url-prefix() {
    #wrapper {
    overflow: auto !important;
    }
}
#wrapper {
    overflow: hidden;
    background-color: white;
}

    #wrapper:hover {
        overflow: auto;
    }

#Nav_Site {
    height: 35px;
    background-color: white;
    overflow: hidden;
    margin-right: 15px;
    font-size: 11px;
    color: #7c7c7c;
    position: relative;
}

#Nav_Forms {
    width: 210px;
    background-color: white;
    float: left;
    height: auto;
    margin-top: 45px;
    overflow: auto;
    position: relative;
}

#Nav_Logo {
    position: absolute;
    width: 210px;
    z-index: 11;
    top: 0px;
    background-color: white;
}

#LogoContainer {
    opacity: 0;
    height: 118px;
    width: 210px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px auto;
    background-position-x: center;
    background-position-y: center;
}

.Nav_Site_Box {
    width: auto;
    height: 35px;
    overflow: hidden;
    line-height: 35px;
    padding: 0 44px;
    border-right: 1px #e9ecee solid;
    float: left;
    cursor: pointer !important;
    font-size: 11px;
    font-family: 'robotoregular', sans-serif;
    color: #7c7c7c;
}

    .Nav_Site_Box:first-of-type {
        margin-left: 210px;
        border-left: 1px #e9ecee solid;
    }

.hvrSweep {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    .hvrSweep:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #87ae4e;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        -o-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        -moz-transition-property: transform;
        -o-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        color: #FFF;
        cursor: pointer;
    }

    .hvrSweep:hover, .hvrSweep:focus, .hvrSweep:active {
        color: white;
    }

        .hvrSweep:hover:before, .hvrSweep:focus:before, .hvrSweep:active:before {
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1);
        }

.Nav_Form_Box {
    background-color: transparent;
    width: 165px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    border-bottom: 1px #f0f1f1 solid;
    font-size: 12px;
    font-weight: 200;
    color: #787878;
    padding-left: 13px;
    margin: 0px auto;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .Nav_Form_Box:hover {
        background-color: #ecf2f6;
        font-weight: 500;
        font-size: 12px;
        cursor: pointer;
        color: #4a5762;
    }

#FormContainer {
    background-color: #edf0f3;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}


#FormTitleHolder {
    height: 97px;
    line-height: 97px;
    overflow: hidden;
    margin: 0 20px;
    font-family: 'robotothin', sans-serif;
    font-size: 35px;
    color: #32363a;
}

#FormBox {
    height: auto;
    background: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 20px 20px 20px;
    overflow: hidden;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(196,214,233,0.7);
    -moz-box-shadow: 1px 1px 5px 0px rgba(196,214,233,0.7);
    box-shadow: 1px 1px 5px 0px rgba(196,214,233,0.7);
}


