.navbar-main {
    background-color: purple;
}

.navbar-main .nav a:hover, .navbar-main .nav a:active, .navbar-main .nav a:focus, .navbar-main .open .dropdown-menu a:hover, .navbar-main .open > a, .navbar-main .nav .open a:hover, .navbar-main .nav .open a:active, .navbar-main .nav .open a:focus {
    background-color: #ed2690;
}

.header a.callmeback, .footer a.callmeback {
    border-color: #ed2690;
    color: #ed2690;
}

.header a.callmeback:hover, .footer a.callmeback:hover {
    background-color: #ed2690;
}

.header .need-help, .header .phone-2, .footer .need-help, .footer a.phone-2 {
    color: #696969;
}

.comparison-well, #business-contact-form {
    background-color: purple;
    border: 1px solid purple;
}

.comparison-well .btn-sm-white, #switch-form .btn-sm-white, .comparison-well .label_item {
    border: 1px solid purple;
}

.comparison-well .label_item {
    background-color: rgba(255, 255, 255, 0.6);
}

.comparison-well .btn-sm-white.chosen, #switch-form .btn-sm-white.chosen, .comparison-well .radio_item:checked + label {
    border: 1px solid purple;
    background-color: #ffffff;
    color: purple;
}

.comparison-well .btn-sm-white:hover, .comparison-well .label_item:hover {
    color: purple;
    border-color: purple;
    background-color: #FFFFFF;
}

.comparison-well input, .comparison-well select, #switch-form input, #switch-form select {
    color: purple;
}

.comparison-well ::-webkit-input-placeholder, #switch-form ::-webkit-input-placeholder {
    color: purple;
}

.comparison-well :-moz-placeholder, #switch-form :-moz-placeholder { /* Firefox 18- */
    color: purple;
}

.comparison-well ::-moz-placeholder, #switch-form ::-moz-placeholder {  /* Firefox 19+ */
    color: purple;
}

.comparison-well :-ms-input-placeholder, #switch-form :-ms-input-placeholder {
    color: purple;
}

.table-hover > tbody > tr:hover {
    background-color: rgba(237, 38, 144, .3);
}

.form-control:focus {
    border-color: #ed2690;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(237, 38, 144, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(237, 38, 144, .6);
}

.btn-switch, .btn-compare, .comparison-well #gobutton {
    margin-bottom: 10px;
    font-size: 18px;
    background-image: -webkit-linear-gradient(top, #EE84BC 0%, #ed2690 100%);
    background-image: -o-linear-gradient(top, #EE84BC 0%, #ed2690 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EE84BC), to(#ed2690));
    background-image: linear-gradient(to bottom, #EE84BC 0%, #ed2690 100%);
    background-color: #ed2690;
    background-repeat: repeat-x;
    border-color: purple;
    color: #ffffff;
    /*text-shadow: 0 -1px 0 rgba(255, 255, 255, .5);*/
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    font-weight: 500;
    line-height: 22px;
    white-space: normal;
}

.btn-switch:hover, .btn-switch:active, .btn-switch:focus, .btn-compare:hover, .btn-compare:active, .btn-compare:focus, .comparison-well #gobutton:hover, .comparison-well #gobutton:active, .comparison-well #gobutton:focus {
    background-image: -webkit-linear-gradient(top, #ed2690 0%, #EE84BC 100%);
    background-image: -o-linear-gradient(top, #ed2690 0%, #EE84BC 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ed2690), to(#EE84BC));
    background-image: linear-gradient(to bottom, #ed2690 0%, #EE84BC 100%);
    background-color: #EE84BC;
    color: #ffffff;
    text-shadow: none;
}

.submitted-area {
    color: #FFFFFF;
}

.comparison-results a {
    color: purple;
}

#switch-form .btn-sm-white {
    color: purple;
}

#switch-form a {
    color: purple;
    text-decoration: underline;
}

.comparison-results .incentive, .comparison-results .incentive a {
    background-color: purple;
    color: #FFFFFF;
}

.comparison-results .wannatalk {
    border-color: purple;
}


.comparison-results .wannatalk b {
    color: purple;
}

#switch-form h2, #switch-form label {
    color: purple;
}
#switch-form .btn-success.active, #switch-form .btn-success.active:focus {
    background-color: purple;
    border-color: purple;
}

#triad .triad-box {
    border-color: purple;
}

.navbar-retailers, .homepage-bottomcontent, .business-bottomcontent {
    border-bottom-color: purple;
}

.footer a {
    color: purple;
}