﻿#CopyrightContainer {
    text-align: center;
    font-size: 10px;
    font-family: Arial;
    /*padding-top: 10px;*/
}



.PrivacyParagraph {
    font-size: 10px;
    color: #5f5f5f;
    text-decoration: none;
    text-align: center;
}

.companyAddress {
    font-size: 10px;
    color: #5f5f5f;
    text-decoration: none;
    text-align: center;
}

#MainPhoneNum {
    font-size: 1.2em;
}
.SecPgTitle {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
    text-decoration: underline;
    margin: 0 0 15px 0;
}

 .SectHdrLf {margin:5px 0 5px 0px;font-size:1.1em;font-weight:bold;

     }
.secondaryFooter {
    margin-top: 50px;
    

}


input[type=text].txbStandard, textarea.txbStandard, input[type=email].txbStandard, select, input:-webkit-autofill, select:-webkit-autofill {
    background-color: #f4f4f4; /*#c2f5b3;*/
    padding: 2px;
    height: 27px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    border-radius: 3px 4px;
    padding: 5px;
    -webkit-box-shadow: 0 0 0px 1000px #f4f4f4 inset;
}
select{
    color:black;
    margin-bottom:10px;
}

/*@media (max-width: 450px) {
    input[type=text].txbStandard, textarea.txbStandard, input[type=email].txbStandard {
        margin: 0px 0 7px 2px;
    }
}*/

.SmallWarning{
    color:red;
}

.Emphasized {
    font-weight:bold;
}

.greenbtn {
    background: url(images/green_btn-3.jpg) repeat-x left top #5f8c1d;
    /*border: solid 1px #3b8956;*/ /*#a4c05b;*/
    color: #FFF !important;
}

.SmallLink {
    color: #004c8d !important;
}

a.SmallLink:link {
    color: Blue !important;
}

a.SmallLink:hover {
    color: red !important;
}

a.SmallLink:visited {
    color: blue !important;
}

.pricing-learn-li {
    list-style:circle !important;
}
/* FAQs */
.FAQTitle {
    cursor: pointer !important;
    /*border:1px solid green;*/
    margin: 10px;
    padding-bottom: 5px;
    font-weight: bold;
}

div.FAQTitle:hover {
    color: blue;
}

.FAQAnswer {
    margin: 10px 10px 10px 20px;
    padding: 10px;
    border: 1px solid #5f8c1d;
    border-radius: 10px;
    background-color: #f8d757;
}

.FAQContact_LI {
    margin: 10px;
    vertical-align: top;
}

#FAQ_MoreAnswersCon {
    margin: 25px 5px 15px 0px;
    border: 2px solid #eec964;
    border-radius: 10px;
    padding: 10px
}

@media (max-width: 850px) {
    #FAQ_MoreAnswersCon {
        display: none;
    }
}

#modal_Progress {
    margin-left: -100px;
    margin-top: -200px;
    background-color: White;
    width: 300px;
    height: 75px;
    border: 3px solid blue;
    padding-top: 10px;
}