﻿/*green - #78b941*/
/*green(dark) = #5d9e28*/
/*grey - #787d80*/
/*grey(dark) - #505559*/

html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    color: #666666;
    color: #444444;
    min-width: 480px;
}

body
{
    overflow-x: hidden;
}

/*############ COMMON STYLES  ################*/

.center
{
    position: relative;
    margin: 0 auto 0 auto;
}

.nonHomeCenter
{
    width: 1000px;
    position: relative;
    margin: 0 auto 0 auto;
}

.pageGroup
{
    min-height: 700px;
    /*position: relative;*/
    clear: both;
}

.imageHolder
{
    width: 100%;
    height: 100%;
    min-height: 700px;
    position: relative;
}

.photoImage
{
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    min-height: 620px;
    width: 100%;
    background-position: left;
    position: relative;
}

.sectionSubHeader
{
    font-size: 30px;
    padding: 10px 0 10px 0;
    font-weight: 300;
}

.sectionSubDescription
{
    font-size: 20px;
    padding: 0 0 10px 0;
    font-weight: 300;
}

.sectionText
{
    font-weight: 300;
    font-size: 17px;
    line-height: 1.4;
}

.btnGreen
{
    height: 30px;
    width: 120px;
    background-color: #78b941;
    border: 1px solid #78b941;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #FEFEFE;
    cursor: pointer;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

    .btnGreen:hover
    {
        background-color: #5d9e28;
        -o-transition: .7s;
        -ms-transition: .7s;
        -moz-transition: .7s;
        -webkit-transition: .7s;
        transition: .7s;
    }

.btnBlue
{
    height: 30px;
    width: 120px;
    background-color: #2E94C2;
    border: 1px solid #2985AF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FEFEFE;
    cursor: pointer;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

    .btnBlue:hover
    {
        background-color: #2985AF;
        -o-transition: .7s;
        -ms-transition: .7s;
        -moz-transition: .7s;
        -webkit-transition: .7s;
        transition: .7s;
    }

.btnFullBlue
{
    height: 40px;
    width: 140px;
    background-color: #2E94C2;
    border-right: 1px solid #2985AF;
    border-left: 1px solid #2985AF;
    border-top: none;
    border-bottom: none;
    color: #FEFEFE;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

    .btnFullBlue:hover
    {
        background-color: #2985AF;
        -o-transition: .7s;
        -ms-transition: .7s;
        -moz-transition: .7s;
        -webkit-transition: .7s;
        transition: .7s;
    }

.btnBigGreen
{
    width: 120px;
    height: 40px;
    background-color: #78b941;
    border: 1px solid #5d9e28;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #FEFEFE;
    cursor: pointer;
    font-weight: 300;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
}

    .btnBigGreen:hover
    {
        color: #FEFEFE;
        border: 1px solid #5d9e28;
        background-color: #5d9e28;
        -o-transition: .7s;
        -ms-transition: .7s;
        -moz-transition: .7s;
        -webkit-transition: .7s;
        transition: .7s;
    }

/*############ HEADER CONTROL ################*/
.headerTop
{
    height: 70px;
    background-color: #FEFEFE;
    width: 100%;
}

.headerNav
{
    height: 60px;
    background-color: #33a5d7;
}

    .headerNav ul
    {
        list-style-type: none;
        margin: 0;
        padding: 0;
        height: 100%;
    }

.headerLI
{
    display: inline-block;
    color: #FEFEFE;
    height: 60px;
    padding: 0 20px 0 20px;
    line-height: 60px;
    vertical-align: middle;
    cursor: pointer;
    margin: 0px;
    font-weight: 500;
    font-size: 16px;
}

    .headerLI:hover
    {
        background-color: #57B7E1;
        -o-transition: .7s;
        -ms-transition: .7s;
        -moz-transition: .7s;
        -webkit-transition: .7s;
        transition: .7s;
    }

.headerImgLI
{
    display: none;
    height: 60px;
    padding: 0 20px 0 20px;
    line-height: 60px;
    vertical-align: middle;
    margin: 0px;
}

/*############## FOOTER CONTROL ##################*/

.footerSocialMediaDiv
{
    width: 75px;
    margin: 10px auto 0 auto;
}

    .footerSocialMediaDiv a
    {
        text-decoration: none;
        width: 35px;
        height: 35px;
    }


.footerLinks
{
    height: 20px;
    margin: 10px 0 0 0;
    font-size: 12px;
}

    .footerLinks ul
    {
        list-style-type: none;
        margin: 0 0 0 340px;
        padding: 0;
        height: 100%;
        width: 400px;
    }

        .footerLinks ul li
        {
            text-align: center;
            display: inline-block;
            color: #999999;
            height: 20px;
            padding: 0 13px 0 13px;
            line-height: 20px;
            vertical-align: middle;
            cursor: pointer;
            border-right: 1px #999999 solid;
        }

            .footerLinks ul li:hover
            {
                text-decoration: underline;
            }

.footerCopyright
{
    font-size: 12px;
    margin: 10px 0 0 0;
    text-align: center;
    color: #999999;
}

/*############## HOME.HTML ####################*/

.homeCenter
{
    position: relative;
    margin: 0 auto 0 auto;
}

.homeMainPhoto
{
    background-image: url('images/home/main1920x1080.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

    .homeMainPhoto img
    {
        height: 100%;
        width: 100%;
    }

.homeMainText
{
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-left: -483px;
    margin-top: -410px;
    height: 250px;
    font-weight: 300;
    position: absolute;
    padding: 20px;
    background: transparent;
    z-index: 3;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    min-width: 1000px;
    color:#656869;
}

    .homeMainText .h
    {
        font-size: 43px;
        margin: 0px 20px 10px 20px;
        font-weight: 300;
    }

.pageOverlayText2
{
    height: 450px;
    width: 760px;
    font-weight: 300;
    position: absolute;
    padding: 20px;
    background: transparent;
    z-index: 3;
    color: #444444;
}

    .pageOverlayText2 .h
    {
        font-size: 48px;
        margin: 10px 20px 10px 20px;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    }

    .pageOverlayText2 .l
    {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

        .pageOverlayText2 .l li
        {
            font-weight: 300;
            line-height: 1.4;
            z-index: 3;
            margin: 10px 0px 10px 0;
        }

    .pageOverlayText2 .sh
    {
        font-size: 25px;
        margin: 10px 20px 10px 20px;
    }

    .pageOverlayText2 .b
    {
        font-weight: 300;
        line-height: 1.4;
        font-size: 20px;
        margin: 10px 20px 10px 20px;
    }

.homeInfoDivRowWhite
{
    background-color: #FEFEFE;
    color: #666666;
    height: 50%;
    position: relative;
}


.homeGreySep
{
    background-color: #787d80;
    position: relative;
    height: 2px;
}

.homeTestimonyTable
{
    width: 1000px;
    height: 600px;
    margin: 0px auto 0px auto;
    font-weight: 300;
}

    .homeTestimonyTable tr
    {
        height: 210px;
        width: 100%;
    }

        .homeTestimonyTable tr td
        {
            width: 50%;
            color: #444444;
            text-align: center;
            vertical-align: top;
            padding: 30px;
            border: 2px solid #e5e5e5;
        }

.homeTestimonyComment
{
    line-height: 1.4;
}

.homeTestimonyName
{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
}

.homeTestimonyCompany
{
    text-align: center;
    font-size: 14px;
    font-style: italic;
    line-height: 1.6;
}



.homeTestimonySep
{
    width: 50px;
    height: 3px;
    background-color: #5d9e28;
    margin: 15px auto 15px auto;
}

.homeTestimonySep2
{
    width: 50px;
    height: 3px;
    background-color: #5d9e28;
    margin: 25px auto 25px auto;
}

.homeTestimonyQuote
{
    color: #78b941;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
}

/*############## PRICING.HTML ####################*/

.pricingList li
{
    margin: 5px 0 5px 0;
}


/*############## CONTACT.HTML ####################*/
.contactTextBox
{
    height: 25px;
    width: 230px;
    border: 2px solid #B8B8B8;
    color: #444444;
}

    .contactTextBox:hover
    {
        border: 2px solid #A3A3A3;
    }

.contactRequiredTextBox
{
    height: 25px;
    width: 226px;
    border: 2px solid #B8B8B8;
    border-left: 4px solid #78b941;
    color: #444444;
}

    .contactRequiredTextBox:hover
    {
        border-top: 2px solid #A3A3A3;
        border-right: 2px solid #A3A3A3;
        border-bottom: 2px solid #A3A3A3;
    }

.contactDDL
{
    height: 30px;
    width: 235px;
    border: 2px solid #B8B8B8;
    color: #444444;
}

    .contactDDL:hover
    {
        border: 2px solid #A3A3A3;
    }

input[type=checkbox].contactCheckbox
{
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].contactCheckbox + label.contactCheckboxLabel
    {
        padding-left: 20px;
        height: 15px;
        display: inline-block;
        line-height: 14px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 14px;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=checkbox].contactCheckbox:checked + label.contactCheckboxLabel
    {
        background-position: 0 -15px;
    }

label.contactCheckboxLabel
{
    background-image: url(images/checkboxcustom.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contactDialogPopup
{
    display: none;
    position: fixed;
    width: 400px;
    height: 180px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -150px;
    background-color: #FEFEFE;
    border: 4px solid #5d9e28;
    padding: 0px;
    z-index: 102;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 3px 3px 10px #393939;
    -moz-box-shadow: 3px 3px 10px #393939;
    -webkit-box-shadow: 3px 3px 10px #393939;
}

/*################### NEWS.HTML #########################*/
.newsTitle
{
    text-align: center;
    font-size: 25px;
    padding: 80px 35px 0px 35px;
    color: #5d9e28;
}

.newsUnderline
{
    margin: 20px auto 20px auto;
    width: 150px;
    background-color: #C2C2C2;
    height: 1px;
    border: 1px solid #C2C2C2;
    border-radius: 5px;
}

.newsDate
{
    text-align: center;
    margin: 10px 0px 10px 0px;
    font-size: 14px;
    color: #C2C2C2;
}

.newsBody
{
    margin: 0px 40px 20px 40px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
}

.newsMoreLabel
{
    text-decoration: underline;
    cursor: pointer;
    display: none;
}


/*############## ABOUT.HTML #####################*/

.partnersTable
{
    width: 100%;
    margin: 0px 0px 50px 0px;
}

    .partnersTable tr
    {
        height: 100px;
    }

.partners
{
    text-align: center;
    border: 2px solid #e0e0e0;
    cursor: pointer;
}

    .partners:hover
    {
        border: 2px solid #CACACA;
    }

.spacingCol
{
    width: 70px;
}

.accusott
{
}

/*################### SOLUTIONS.HTML #############################*/
.solutionsTopTable
{
    width: 100%;
    margin-top: 15px;
}

    .solutionsTopTable tr td
    {
        width: 50%;
        vertical-align: top;
    }
