.btn-primary {
  color: #FFF;
  background-color: #f78f2c;
  border-color: #f78f2c;
}

.btn-primary:hover {
    color: #fff;
    background-color: #f78f2c;
    border-color: #8b5017;
}

@media only screen and (max-width: 767px) {

    .page-header { margin-bottom: 20px; }

    .plugin .info { margin-top: 20px; text-align: left; }

    .panel.note { margin-top: 0; padding: 20px; text-align: center; }
    .panel.note img { display: none; }

    .spotlight { text-align: center; }
    .spotlight .h1 { margin-bottom: 10px; }
}

.activate-button{
    display: inline-block;
}

.error{
   border: 1px solid #f00!important;
}

#agreed-holder{
    padding: 10px;
}

#agreed-holder input[type="checkbox"]{
    margin-right: 20px;

}

.error-message{
    margin: 10px 0;
    font-size: 14px;
    font-style: italic;
    color: red;
}

.cta-button{
    background-color: #54a300;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 12px;
    text-align: center;
    width: 250px;
    display: block;
    font-size: 23px;
    border: 0;
    height:50px;
    line-height: 27px;
}

.cta-basic, .cta-current, .cta-current:hover {
  background-color:#707171 !important;
}


.cta-button:hover {
    color: white;
    background-color: #4E8217;
    text-decoration: none;
}

.cta-basic:hover {
   color: white;
  background-color:#3F3F3F!important;
  text-decoration: none;
}

.pro-basic-table .cta-button{
    margin-top: 40px;
    margin: 17px auto;
}

.pro-basic-table small.benefit-underline, .pro-basic-table small.cta-underline{
    font-size: 11px;
    display: block;

}

.pro-basic-table small.cta-underline{
    width: 217px;
    margin: 0 auto;
}

.pro-basic-table{
    position: relative;
}

.pro-basic-table .col-sm-6 {
    position: static;
    padding: 0 50px;
}

.pro-basic-table .basic-col{
    padding-left: 15px;
}

.pro-basic-table .pro-col{
    padding-right: 15px;
}

.pro-basic-table .cta-button-holder{
    position: absolute;
    bottom: 0;
    left: 0;
}

.basic-col .cta-button-holder {
    left: 0;
}

.pro-col .cta-button-holder {
    left: 15%;
    margin-left: -110px;
}

.square-bullets li{
    position: relative;
    //font-size: 16px;
    margin-bottom: 6px;
}

.blue-border-line {
    background: #f1f1f1;
    width: 2px;
    position: absolute;
    left: 45%;
    height: 100%;
    margin-left: -5px;
}

.square-bullets{
    padding: 0;
    margin: 0;
    margin-top: 30px;
    padding-left: 0px;
    list-style: none;
}

li .fa {
    //color: #458bca;
}

.basic-col .fa {
    color: #707171;
}

.fa-check {
     color:#54a300;
}

.ibanError  .fa-times {
    color: #F44336;
}






@media only screen and (max-width: 767px) {

    .pro-basic-table{
        min-height: 400px;
        position: relative;
    }

    .pro-basic-table .cta-button{
        max-width: 100%;
        font-size: 11px;
        padding: 10px;
    }

    .pro-basic-table small.cta-underline {
        width: auto;
    }

    .blue-border-line {
        display: none;
    }


    .pro-basic-table .cta-button-holder{
        position: relative;
        bottom: auto;
        left: auto;
        text-align: center;
        margin: 10px auto 29px;
        width: 90%;
    }

    .pro-basic-table .col-sm-6 {
        position: static;
        padding: 0 15px;
    }
}


.back {
  font-size: 11px;
  padding-top: 15px;
}
.link {
  text-decoration: underline;
}


@media only screen and (max-width: 767px) {
    .content-padding { padding:0px; }
}