

.sparkapi_error {
    color:#CC0000;
    border:1px solid #CC0000;
    background-color:#F8EFEF;
    border-radius:3px;
    margin:2em;
    padding:1em;
}

body.hide-pickers #utility-picker, body.hide-pickers .rate-title, #utility-changer-group, .utility-inline,
#form-error {
    display: none;
    list-style-image: none;
}

#utility-changer-group .dropdown-toggle {

    border:1px solid #CCC;
    position:relative;
    display:inline-block;
}

#utility-picker ul {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 10px;
    list-style-image: none;
}

    #utility-picker ul li {
        list-style-type: none;
        display: inline-block;
        margin: 2em;
        /*border: 3px solid rgba(0,0,0,0.4);*/
      border-radius:5px;
        box-shadow: 0 2px 4px 2px rgba(0,0,0,0.54);
    }

a.utility img {
    /* border: .1px solid rgba(0,0,0,0.4); */
    background-color: white;
    border-radius: 20px;
    padding:10px;
    border: 0px ! important; 
}

ul.dropdown-menu li {
    list-style-type: none;
    list-style-image: none;
}

.rates-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.rate-item li {
    text-decoration: none !important;
    list-style-type: none;
    list-style-image: none;
    font-size:16px;
    /*padding: 10px;
    list-style-type: none;
    text-align: left;
    position: relative;
    background-color: #fff;
    /*margin: 0 0 20px 0;*/
    /*text-shadow: -1px 1px 1px rgba(0,0,0,0.4);*/
    /*overflow: visible;
    border: 1px solid #999;
    margin-bottom: 20px;*/ */
}
.rate-item {
    list-style-type: none;
    list-style-image: none;
}

.rate-icon {
    width: auto;
    float: left;
    /*margin-right: 15px;
    margin-top: 5px;*/
    margin: 30px;
}

.rate-head {
    margin-bottom: 15px;
   
}
    .rate-head h1 {
        padding: 0;
        color: #64862e;
        line-height: 1.2em;
        clear: none;
        font-size: 22px;
        text-align: justify;
        margin-top: 10px;
    }
    .rate-head p {
        text-align: justify;
    }
    
    .rate-head h1 span {
        color: #64862e;
        font-size: 40px;
        font-weight: normal;
        margin-right: -120px;
        text-align: justify;
        margin-top: 10px;
    }

    .rate-head h2 {
        color: #64862e;
        font-size: 25px;
        clear: none;
        margin: 3px 143px 13px 0;
        padding: 0;
        line-height: 1.1em;
        text-transform: none !important;
    }
.right-box {
    background-color: rgba(0,0,0,0.08);
    float: right;
    padding: 10px;
    width: 25%;
    height: 180px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
}
.left-box {
    float: left;
    padding: 10px;
    width: 75%;
    height: 180px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
}
a.view-rate-details {
    margin-top: 5px;
    color: #64862e;
    text-decoration: none !important;
    display: inline-block;
    text-decoration: underline;
    background-color: white;
    color: #87b43f;
    border: 2px solid #87b43f;
    padding: 5px 15px;
}

a.view-rate-details:hover, a.view-rate-details:focus {
    display: inline-block;
    outline:none;
}

a.sign-up-button:link, a.sign-up-button:visited {
    background: #87b43f;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
   
   
    text-shadow: none;
   
    text-transform: uppercase;
}
a.sign-up-button:hover {
    background-color: #555555;
    color: white;
}

}

a.change-rate:link, a.change-rate:visited {
    border-radius: 360px !important;
    padding: 5px 8px !important;
}

.choose-rate {
    display:inline-block;
}

a.choose-rate-bottom:link, a.choose-rate-bottom:visited {
    float: none;
    margin: 20px auto 11px;
    display: none;
}

.details-left {
    width: 75%;
    margin-right: 3%;
    float: left;
    font-size: 14px;
}

.rate-description {
    color:#555;
    font-size:17px;
    margin-bottom:10px;
}

.rate-detail {
    display:none;
    padding: 1.2em 1.2em 0px;
    margin-top: -15px;
  background-color: #EFEFEF !important;
    overflow: hidden;
    font-size:.8em;
    margin-bottom:10px;
}

.rate-detail-table {
    background-color:#FFF;
    font-size:.9em;
    text-shadow:none;
    color:#000;
}

.rate-detail-table th {
    font-weight: bold;
}

label small {
    font-size:10px;
    font-weight:normal;
}

#enrollment-form {
    text-align:left;
    font-size:.8em;
}

#enrollment-form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.scfError {
    display: inline;
    color: #CC0000;
    font-size: 10px;
    font-weight: normal;
}

.help-link {
    margin-top: -4px;
    padding: 1px 2px;
}

.help-link strong {
    color:inherit;
}

.modal-title {
    clear:none;
    padding:7px 0 0 0;
    margin:0;
}

.modal {
    font-size:.8em;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    background-color: #EFEFEF;
}

.modal-header .close {
    margin-top: 5px;
}

.modal-footer {
    text-align: left;
    background-color: #EFEFEF;
    color: #555;
}

input.sign-up-button {
    border-radius: 0;
    text-shadow: none;
    text-transform: uppercase;
    font-size:22px !important;
    padding:20px 0 !important;
}

.submit-button {
    min-width:250px;
    margin-top:12px;
    margin-bottom:12px;
    margin-right:8px;
    padding: .6em 1em .5em !important;
}
.submit-button:hover{
    color:#fff;
}

#VerifySignUp .sign-up-button {
    min-width: 185px;
    margin-top: 10px;
    padding: .6em 0 .5em;
    background-color: #eb5937;
    box-shadow: none;
    color: #fff;
}
#VerifySignUp:hover .sign-up-button:hover{
    color:#fff;
}

#pick-a-rep {
    margin-bottom:0;
}

#pick-a-rep select {
    margin-top:5px;
}

#enrollment-form .footer {
    margin-top: 1em; 
    padding:18px;     
    background-color: #DFDFDF;
}

.submit-column {
    text-align:right;
}
.submit-column-renew {
    text-align: left;
}

#form-error {
    color:#CC0000;
    border:1px solid #CC0000;
    background-color:#F8EFEF;
    border-radius:3px;
    margin:1em 0;
    padding:0 1em;
}

#form-error h2 {
    color:#CC0000;
    font-size:40px;
    margin:.5em 0 0 0;
}

#form-error p {
    margin: 0 0 20px 0;
    font-size:14px;
}



@media (max-width: 400px) {

    a.view-rate-details {
        margin-left: 0;
        font-size: 17px;
    }

    #SalesPersonToggle strong {
        display:block;
        padding-bottom:5px;
    }

    .col-sm-4.first-name{
        margin-left:0px !important;
    }

    #product-details-right {
        margin-top: 85px !important;
    }
    a.choose-rate-bottom:link, a.choose-rate-bottom:visited {
        display: block !important;
        margin-top: -32px;
        margin-left: 10px;
    }

    }

@media (max-width: 500px) {
    
    h1 {
        font-size: 60px;
    }

    .rate-head h1 span {
        font-size: 30px;
        text-align: justify;
        margin-top: 10px;
    }

    .rate-head h2 {
        font-size:26px;
    }
    .rate-head p {
        font-size: 13px;
        text-align: justify;
        margin-top: 10px;
    }

    .rate-item {
        padding: 1em;
    }

    a.sign-up-button:link, a.sign-up-button:visited {
        margin-right: 0;
        margin-top: 4px;
       padding:15px;
        float: left;
    }

    a.choose-rate i {
        display:none;
    }
    #product-details-right {
        margin-top: 155px !important;
    }
    a.choose-rate-bottom:link, a.choose-rate-bottom:visited {
        display: block !important;
        margin-top: -32px;
        margin-left: 10px;
    }

}

@media (max-width: 600px) {

    .rate-icon {
        display:none;
    }

    .rate-item {
        padding-left: 2em;
    }

    .rate-detail {
        padding: 10px;
        background-color: #efefef;
    }
 

}

@media (max-width: 768px) {
    
    .submit-column {
        text-align:center;
        padding-bottom:15px;
    }
    #product-left {
        height: 220px !important;
    }

    #product-right {
        height: 220px !important;
    }

    #product-details-right {
        height: 220px !important;
    }

    #product-details-left {
        height: 270px !important;
    }
    a.choose-rate-bottom:link, a.choose-rate-bottom:visited {
        display: none !important;
       
    }


}

@media (max-width: 772px) {

    .details-left {
        font-size:12px;
        float: none;
        width: 100%;
    }

    a.choose-rate-bottom:link, a.choose-rate-bottom:visited {
        display:block;
        margin-top:-32px;
        margin-left:10px;
    }


    }

#applypromo {
    background: #87b43f;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: bold; 
    text-shadow: none;
    display: inline-block;
    box-shadow: none;
    margin-bottom: 15px;
    height: 45px;
    
}
#promocode {
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.4);
    padding-left: 5px;
    height: 44px;
    margin-bottom: 15px;
    text-align: left;
    margin-right: 1px;
    font-size: 14px;
}

#find-a-rate-title {
    text-transform: uppercase;
    color: #000;
    background: transparent;
    box-shadow: none !important;
    border-left: 0;
    border-right: 0;
    padding-left: .25em;
    padding-right: .25em;
    margin-top: 40px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 50px;
    line-height: 88px;
    word-break: normal;
}

#find-a-rate-subtitle {
    font-size: 33px;
    font-style: normal;
    font-weight: lighter;
    text-transform: uppercase;
    color: #000000;
    font-family: 'open-sans', "Times New Roman", Times, serif;
    line-height: 1.2;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 40px;
}
.highlight{

color:#a34000;
}
a.utility img {
    border: .1px solid rgba(0,0,0,0.4);
}
#enter {
    background-color: #87b43f !important;
    color: #fff;
    height: 45px;
    padding-top: 10px !important;
    border: none;
    box-shadow: none;
    
   
}
#ZipCode {
    height: 45px;
    border:1px solid #999;
    border-radius:0;
    text-transform:none !important;
    display:inline-block;
    width:150px;
}
.checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.table > tbody > tr.info > th {
    background-color: #8cc640;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #8cc640;
}
.city{
    margin: 0px;
}
.btn .btn-default .sign-up-button .submit-button {
    color: #fff;
    background-color: #eb5937;
    border-color: #eb5937;
    box-shadow: none;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 150%;
        left: 50%;
        margin-left: -60px;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent black transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }
    .form-control{
        height:38px;

    }

.col-sm-4.first-name  {
    /*margin-left: -15px;*/
}
.checkbox{
    margin-left: -20px !important;
}

.specialoffer{
    color:#eb5937;
    font-size:15px;
}

#product-left {
    border-color: #EFEFEF #EFEFEF #EFEFEF #EFEFEF;
    border-width: 1px;
    border-style: solid;
    height: 150px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
    background-color:#fff
}
#product-right {
    background-color: #EFEFEF !important;
    border-width: 1px;
    border-style: solid;
    border-color: #EFEFEF #EFEFEF #EFEFEF #EFEFEF;
    height: 150px;
    text-align: center;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
}


.col-sm-9 .divider {
    border-top: 1px solid #CCC;
    text-decoration:none !important ;
    margin-bottom:10px;
}
.divider li {
    text-decoration: none !important;
    list-style-type: none;
    list-style-image: none;
}
#product-details-left {
    height: 240px;
    margin-bottom: 10px;
    background-color: rgba(239, 239, 239, 0.43137254901960786);
    padding-top: 10px;
    margin-top: -15px;
    font-size: 16px;
}

#product-details-right {
    height: 240px;
    margin-bottom: 10px;
    background-color: rgba(239, 239, 239, 0.43137254901960786);
    padding-top: 10px;
    margin-top: -15px;
    font-size: 16px;
}
.popular-icon {
    float: left;
    margin-left: -15px;
}
.SpecialOffer{
    color:#eb5937;
}
.col-sm-4{
   font-size:16px;
}
.col-sm-3 {
    font-size: 16px;
}
.col-sm-2 {
    font-size: 16px;
}

#title{

    color:#87b43f;
}
#titleleft{
    color:#eb5937;
}

.tooltipcss {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltipcss .tooltiptext {
        visibility: hidden;
        width: 800px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltipcss:hover .tooltiptext {
        visibility: visible;
    }