锘?hide {
    display: none;
}

.PagerControl .PagerResults {
    display: none;
}

.PagerControl {
    text-align: center;
}

.PagerNumberArea span span, .PagerNumberArea span a {
    color: #06c;
}

.PagerNumberArea span a {
    text-decoration: initial;
}

    .PagerNumberArea span a.UnselectedPage, .PagerNumberArea span span.SelectedPage {
        text-decoration: none;
        margin: 0 5px;
        display: inline-block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        border-radius: 50%;
    }

.PagerNumberArea span span.SelectedPage {
    background-color: #06c;
    color: #FFF;
}

.self-help .model .inner .button {
    position: absolute;
    right: 0;
    bottom: 0;
}

.color-ul .category:nth-child(1) .links-container ul.links > li a span {
    color: #a6ce3a;
}

.color-ul .category:nth-child(2) .links-container ul.links > li a span {
    color: #03afef;
}

.color-ul .category:nth-child(3) .links-container ul.links > li a span {
    color: #ec018c;
}

.color-ul .category:nth-child(4) .links-container ul.links > li a span {
    color: #ffa30c;
}

.CMSEditableRegionEdit input[type='text'] {
    color: black;
}

@media (min-width: 768px) {
    .apply-form fieldset label.EditingFormLabel {
        width: 180px;
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.apply-form fieldset label.EditingFormLabel {
    text-transform: uppercase;
}

.apply-form .FormButton {
    width: 100%;
    margin-top: 20px;
    background-color: #b51f7e;
    color: #FFF;
}

@media (min-width: 768px) {
    .apply-form .FormButton {
        width: 40%;
    }
}

@media (min-width: 1024px) {
    .FormButton {
        height: 49px;
    }
}

.FormButton {
    overflow: visible;
    display: inline-block;
    -webkit-appearance: none;
    border-radius: 4px;
    border: #06c;
    background-color: #06c;
    padding: 0 16px;
    cursor: pointer;
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    height: 42px;
}

span.ErrorLabel {
    display: none;
}

span.EditingFormErrorLabel {
    background-color: red;
    border-radius: 4px;
    color: #FFF;
    padding: .8rem;
    margin-top: .5rem;
    position: relative;
    line-height: 1.1;
    display: block;
}


    span.EditingFormErrorLabel:after {
        bottom: 100%;
        left: 16px;
        left: 1.6rem;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255,0,0,0);
        border-bottom-color: red;
        border-width: 8px;
        margin-left: -8px;
    }
/*remove followings tomorrow*/
.nav-hightlight a {
    background-color: #0052a3;
}

/*.solutions a, .color-ul a {
    color: black;
    text-decoration: initial;
}*/

.comments-container .comment .copy, .comments-container .comment .details {
    padding-left: initial !important;
}



.easy-autocomplete-container ul li {
    margin-bottom: 0px;
}

.loading-popup {
    text-align: center;
}

    .loading-popup img {
        max-width: 30px;
    }

.benefit-list {
    background-color: transparent;
}
.benefit-list .icon {
    font-size: 85px;
}
