/*********************************************************************************************

Results

*********************************************************************************************/

.text-color-white {
    color: #fff;
}

.text-color-white p,
.text-color-white ul,
.text-color-white li,
.text-color-white strong,
.text-color-white a,
.text-color-white h1,
.text-color-white h2,
.text-color-white h3,
.text-color-white h4,
.text-color-white h5,
.text-color-white h6 {
    color: inherit;
}

.results-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.results-row--pull-t {
    margin-top: -64px;
    position: relative;
}

.results-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    margin: 16px 16px 48px 16px;
}

@media screen and (max-width: 575px) {
    .results-item {
        margin: 0 0 16px 0;
    }
}

.results-item__header {
    padding: 16px 24px 0 24px;
}

.results-item__desc {
    margin: 0 0 8px 0;
    font-size: 14px;
    text-align: center;
}

.results-item__logo {
    width: 100%;
    height: auto;
}

.results-item__body {
    padding: 16px 24px;
}

@media screen and (max-width: 575px) {
    .results-item__body {
        display: none;
    }
}

.results-item__features {
    list-style: none;
    margin: 0;
}

.results-item__feature {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    color: #777;
}

.results-item__footer {
    padding: 16px 24px 32px 24px;
    text-align: center;
    margin-bottom: 0;
    margin-top: auto;
}


/*********************************************************************************************

Results B

*********************************************************************************************/

.results-b-header {
    padding: 32px 16px 16px 16px;
}

@media screen and (max-width: 575px) {
    .results-b-header {
        padding-bottom: 0;
    }
}

.results-b-title {
    font-size: 40px;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
}

@media screen and (max-width: 575px) {
    .results-b-title {
        font-size: 32px;
        margin-bottom: 8px;
    }
}

.results-b-title span {
    display: inline-block;
    position: relative;
    padding-bottom: 16px;
}

.results-b-title span::after {
    content: ' ';
    height: 2px;
    width: 40%;
    position: absolute;
    left: 30%;
    top: 100%;
    background: #000;
}

@media screen and (max-width: 575px) {
    .results-b-title span {
        padding: 0;
    }

    .results-b-title span::after {
        display: none;
    }
}

.results-b-subtitle {
    font-size: 30px;
    line-height: 1;
}

@media screen and (max-width: 575px) {
    .results-b-subtitle {
        font-size: 21px;
    }
}

.results-b-row {
    display: flex;
    justify-content: center;
    width: 100%;
}

@media screen and (max-width: 575px) {
    .results-b-row {
        flex-direction: column;
    }
}

.results-b-item {
    width: 100%;
    background: #f7f7f7;
    margin: 0 0 32px;
    border-right: 4px solid;
}

@media screen and (max-width: 575px) {
    .results-b-item {
        margin: 0 0 16px 0;
    }
}

.results-b-item__header {
    padding: 16px 24px 0 24px;
    width: 100%;
    display: none;
}

@media screen and (max-width: 575px) {
    .results-b-item__header {
        display: block;
    }
}

.results-b-item__body {
    display: flex;
    padding: 16px 24px;
}

.results-b-item__desc {
    margin: 0 0 8px 0;
    font-size: 24px;
    margin-bottom: 16px;
}

@media screen and (max-width: 575px) {
    .results-b-item__body .results-b-item__desc {
        display: none;
    }
}

.results-b-item__features {
    list-style: none;
    margin: 0;
}

.results-b-item__feature {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    color: #777;
}

.results-b-item__feature i {
    margin-right: 8px;
}

.results-b-item__cta {
    padding: 16px 24px 32px 24px;
    text-align: center;
    margin-left: auto;
    margin-right: 0;
}

.results-b-item__btn {
    white-space: nowrap;
    background: none;
}

.results-b-item .results-b-item__btn {
    background: none;
    border: 2px solid;
}

.results-b-item .results-b-item__btn:hover {
    background: none;
}

.results-b-item:nth-child(5n+1) .results-b-item__btn,
.results-b-item:nth-child(5n+1) {
    border-color: Tomato;
}

.results-b-item:nth-child(5n+1) .fa,
.results-b-item:nth-child(5n+1) .results-b-item__btn {
    color: Tomato;
}

.results-b-item:nth-child(5n+2) .results-b-item__btn,
.results-b-item:nth-child(5n+2) {
    border-color: SlateBlue;
}

.results-b-item:nth-child(5n+2) .fa,
.results-b-item:nth-child(5n+2) .results-b-item__btn {
    color: SlateBlue;
}

.results-b-item:nth-child(5n+3) .results-b-item__btn,
.results-b-item:nth-child(5n+3) {
    border-color: YellowGreen;
}

.results-b-item:nth-child(5n+3) .fa,
.results-b-item:nth-child(5n+3) .results-b-item__btn {
    color: YellowGreen;
}

.results-b-item:nth-child(5n+4) .results-b-item__btn,
.results-b-item:nth-child(5n+4) {
    border-color: MediumVioletRed;
}

.results-b-item:nth-child(5n+4) .fa,
.results-b-item:nth-child(5n+4) .results-b-item__btn {
    color: MediumVioletRed;
}

.results-b-item:nth-child(5n+5) .results-b-item__btn,
.results-b-item:nth-child(5n+5) {
    border-color: Turquoise;
}

.results-b-item:nth-child(5n+5) .fa,
.results-b-item:nth-child(5n+5) .results-b-item__btn {
    color: Turquoise;
}


.results-b__info-column {
    max-width: 25%;
    padding-left: 32px;
}

@media screen and (max-width: 575px) {
    .results-b__info-column {
        order: -1;
        max-width: 100%;
        padding: 0;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .results-b-steps {
        display: none;
    }
}

.results-b-step {
    display: flex;
}

.results-b-step__number {
    height: 32px;
    width: 32px;
    border-radius: 32px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #ddd;
    color: #999;
    margin-right: 8px;
}

.results-b-step__desc {
    color: #666;
    font-size: 18px;
    margin-top: 4px;
}

.loan-type-row {
    background: #efefef;
    padding: 32px 8px;
}

/*********************************************************************************************

Results D

*********************************************************************************************/

.results-d-container {
    background: #efefef;
    padding: 16px;
}

.results-d-row {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
}

.results-d-item {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 16px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    position: relative;
}

@media screen and (max-width: 575px) {
    .results-d-item {
        display: block;
        padding-left: 0;
    }

    .results-d-item::before {
        content: none;
    }
}

.results-d-item__header {
    padding: 16px;
    width: 25%;
    text-align: center;
    align-self: center;
}

@media screen and (max-width: 575px) {
    .results-d-item__header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    .results-d-item__header img {
        width: 140px;
        max-height: 40px;
    }
}

.results-d-item__cta {
    display: none;
}

@media screen and (max-width: 575px) {
    .results-d-item__cta {
        display: block;
    }
}

.results-d-item__body {
    padding: 16px;
    width: 50%;
}

@media screen and (max-width: 575px) {
    .results-d-item__body {
        width: 100%;
    }
}

.results-d-item__desc {
    margin-bottom: 8px;
}

.results-d-item__features {
    list-style: none;
    margin: 0;
}

.results-d-item__feature {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    color: #777;
}

.results-d-item__feature i {
    margin-right: 8px;
}

.results-d-item__rating {
    color: #fdb300;
}

@media screen and (max-width: 575px) {
    .results-d-item__rating {
        display: none;
    }
}

.results-d-item__footer {
    padding: 16px;
    width: 25%;
}

@media screen and (max-width: 575px) {
    .results-d-item__footer {
        display: none;
    }
}






.loan-type-row {
    background: #efefef;
    padding: 32px 8px;
}

.loan-type-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 24px;
    width: 100%;
    max-width: 420px;
    margin: 0 auto 16px auto;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.loan-type-item i.fa::before {
    content: "\f054";
}

.loan-type-item--clicked i.fa::before {
    content: "\f00c";
}

.loan-type-item__icon {
    height: 64px;
    width: 64px;
    flex-shrink: 0;
    line-height: 64px;
    text-align: center;
    border-radius: 64px;
    background: #efefef;
    font-size: 24px;
}

.loan-type-item__body {
    padding: 0 16px;
}

.loan-type-item__title {
    margin: 0;
}

.loan-type-item__subtitle {
    margin: 0;
    color: #666;
    font-size: 14px;
    width: 200px;
}

.loan-type-item__arrow {
    height: 64px;
    line-height: 64px;
}

.loan-type-item--clicked {
    color: #999;
}

.loan-type-item--clicked .loan-type-item__subtitle {
    color: #999;
}

.loan-type-item--clicked .loan-type-item__icon {
    opacity: 0.5;
}

.loan-type-item--short-term .loan-type-item__icon {
    background: #ffebee;
    color: #f44336;
}

.loan-type-item--all-credit-types .loan-type-item__icon {
    background: #f3e5f5;
    color: #9c27b0;
}

.loan-type-item--quick-cash .loan-type-item__icon {
    background: #e8f5e9;
    color: #4caf50;
}

.loan-type-item--lender .loan-type-item__icon {
    background: #e8eaf6;
    color: #3f51b5;
}

.loan-type-item--personalized .loan-type-item__icon {
    background: #fff3e0;
    color: #ff9800;
}


/*********************************************************************************************

Results E

*********************************************************************************************/

.results-e-container {
    background: #efefef;
    padding: 16px;
}

.results-e-row {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    counter-reset: results;
}

.results-e-title {
    text-align: center;
    line-height: 1;
    padding-top: 16px;
    margin-bottom: 32px;
    font-size: 30px;
}

.results-e-item {
    width: 100%;
    margin: 0 0 16px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    position: relative;
}

.results-e-item__header {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 16px;
    border-bottom: 1px solid #eee;
}

.results-e-item__header .btn {
    display: none;    
}

.results-e-item__header a {
    display: block;
}

.results-e-item__header img {
    display: block;
    height: 40px;
    width: auto;
    margin: 0;
}

.results-e-item__body {
    display: flex;
    padding: 16px;
}


.results-e-item__cta {
    width: 25%;
}

.results-e-item__features {
    width: 50%;
    padding: 0 32px;
}

.results-e-item__features-list {
    font-size: 14px;
    color: #666;
}

.results-e-item__desc {
    font-size: 18px;
    margin-bottom: 8px;
}

.results-e-item__rating {
    width: 25%;
}

.results-e-item .editorRating {
    height: auto
}



@media screen and (max-width: 575px) {
    .results-e-item__title {
        text-align: center;
    }
    .results-e-item__body {
        flex-direction: column;
    }

    .results-e-item__header img {
        margin: 0 auto;
    }
    
    .results-e-item__cta {
        display: none;
    }

    .results-e-item__header .btn {
        display: block;
    }
    
    .results-e-item__features {
        width: 100%;
        padding: 16px 0;
    }
    
    .results-e-item__rating {
        width: 100%;
        order: 4;
    }
}