.resources-flex {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 50px 0;
}

.resources-flex .col-1 {
    width: 37%;
    border-right: 1px dashed #262629;
    padding-right: 20px;
}

.resources-flex .col-2 {
    width: 37%;
    border-right: 1px dashed #262629;
    padding: 0 20px;
}

.resources-flex .col-3 {
    width: 26%;
    padding-left: 20px;
}

.resources-flex h2 {
    font-size: 22px;
    font-weight: bold;
    color: #262629;
    margin: 0;
}

.resources-flex h2 span {
    color: #ea1777;
}

.resources-flex ul {
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

.resources-flex ul li a:link {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: #262629;
}

.resources-flex ul li a:hover {
    color: #ea1777;
}

.resources-flex ul li a .fa {
    color: #ea1777;
    margin-right: 10px;
}

.resources-flex .col-link a {
    display: block;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
    color: #262629;
}

.resources-flex .col-link a:hover {
    color: #ea1777
}

.resources-flex .col-link a .fa-stack {
    margin-left: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .resources-flex .col-1.col-menu {
        width: 50%;
        order: 1;
    }

    .resources-flex .col-2.col-menu {
        width: 50%;
        padding-right: 0;
        border: none;
        order: 2;
    }

    .resources-flex .col-3.col-menu {
        width: 100%;
        padding: 0;
        margin-top: 20px;
        order: 5;
    }

    .resources-flex .col-1.col-link {
        width: 50%;
        order: 3;
        padding-bottom: 20px;
        border-bottom: 1px dashed #262629;
    }

    .resources-flex .col-2.col-link {
        width: 50%;
        padding-right: 0;
        padding-bottom: 20px;
        border-right: none;
        border-bottom: 1px dashed #262629;
        order: 4;
    }

    .resources-flex .col-3.col-link {
        width: 100%;
        padding: 0;
        order: 6;
    }
}

@media (max-width: 767px) {
    .resources-flex .col-1.col-menu {
        width: 100%;
        padding-right: 0;
        border-right: none;
        order: 1;
    }

    .resources-flex .col-2.col-menu {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 20px;
        border-right: none;
        order: 3;
    }

    .resources-flex .col-3.col-menu {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
        order: 6;
    }

    .resources-flex .col-1.col-link {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
        border-right: none;
        border-bottom: 1px dashed #262629;
        order: 2;
    }

    .resources-flex .col-2.col-link {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
        border-right: none;
        border-bottom: 1px dashed #262629;
        order: 4;
    }

    .resources-flex .col-3.col-link {
        width: 100%;
        padding-left: 0;
        order: 6;
    }
}

.faq-result {
    border-top: 1px dashed #8d8d8d;
}

.faq-result:last-child {
    border-bottom: 1px dashed #8d8d8d;
}

.faq-title {
    color: #262628;
    cursor: pointer;
    font-family: "museo-sans", sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0;
}

.faq-trigger {
    color: #EA1777;
    font-size: 14px;
    padding: 5px 10px;
}

.faq-content {
    border-top: 1px solid #ea1777;
    color: #262628;
    font-family: "museo-sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 15px 0;
}

.article_tile {
    display: block;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    min-height: 415px;
    overflow: hidden;
}

.article_tile .article_post_image img {
    max-height: 169px;
    width: 100%;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.article_tile:hover .article_post_image img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.article_tile .article_post_wrapper {
    min-height: 190px;
    overflow: hidden;
    padding: 20px;
}

.article_tile .article_post,
.article_tile .article_post p {
    color: #262628;
    font-size: 13px;
    font-weight: 300;
    line-height: normal;
}

.article_tile .article_post h3 {
    color: #262628;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    margin-top: 0;
}


.article_tile .article_post_category {
    border-top: 1px dashed #d6d6d6;
    color: #262628;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    padding: 20px;
}

.article_tile.no-image .article_post_image {
    display: none;
}

.article_tile.no-image .article_post_wrapper {
    min-height: 360px;
}

.Breadcrumb_HomeLoanAnswers {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.44;
    color: #262629;
    padding: 25px 15px;
    background-color: #ffffff;
}

.Breadcrumb_HomeLoanAnswers a:link,
.Breadcrumb_HomeLoanAnswers a:hover {
    font-weight: 300;
    color: #262629;
}

.Breadcrumb_HomeLoanAnswers .dropdown a,
.Breadcrumb_HomeLoanAnswers .dropdown a:hover {
    color: #262629;
    font-weight: 700;
}

.Breadcrumb_HomeLoanAnswers .dropdown-menu {
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.22);
}

.Breadcrumb_HomeLoanAnswers .dropdown-menu li a:link {
    color: #262629;
    border-bottom: 1px dashed #d6d6d6;
    font-weight: 500;
    padding: 10px 15px;
}

.Breadcrumb_HomeLoanAnswers .dropdown-menu li a.active,
.Breadcrumb_HomeLoanAnswers .dropdown-menu li a:hover {
    color: #ea1777;
    font-weight: 500;
}

.Breadcrumb_HomeLoanAnswers .dropdown-menu li:last-child a {
    border-bottom: none;
}

.Breadcrumb_CarLoanAnswers {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.44;
    color: #262629;
    padding: 25px 15px;
    background-color: #ffffff;
}

.Breadcrumb_CarLoanAnswers a:link,
.Breadcrumb_CarLoanAnswers a:hover {
    font-weight: 300;
    color: #262629;
}

.Breadcrumb_FAQs {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.44;
    color: #262629;
    padding: 25px 15px;
    background-color: #ffffff;
}

.Breadcrumb_FAQs a,
.Breadcrumb_FAQs a:link,
.Breadcrumb_FAQs a:hover {
    font-weight: 300;
    color: #262629;
}

.Breadcrumb_FAQs .dropdown a,
.Breadcrumb_FAQs .dropdown a:link,
.Breadcrumb_FAQs .dropdown a:hover {
    font-weight: 700;
}

.Breadcrumb_FAQs .dropdown-menu {
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.22);
}

.Breadcrumb_FAQs .dropdown-menu li a:link {
    color: #262629;
    border-bottom: 1px dashed #d6d6d6;
    font-weight: 500;
    padding: 10px 15px;
}

.Breadcrumb_FAQs .dropdown-menu li a.active,
.Breadcrumb_FAQs .dropdown-menu li a:hover {
    color: #ea1777;
    font-weight: 500;
}

.Breadcrumb_FAQs .dropdown-menu li:last-child a {
    border-bottom: none;
}

.Banner_HomeLoanAnswers {
    min-height: 450px;
    background-color: #E5E6E1;
    background-image: url('/media/banners/page-resources-home-loan-answers.jpg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #262629;
    padding: 80px 15px 0;
}

.Banner_HomeLoanAnswers h1 {
    font-size: 54px;
    font-weight: bold;
    color: #262629;
}

.Banner_HomeLoanAnswers h1 span {
    color: #ea1777;
}

.Banner_HomeLoanAnswers p {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.59;
    width: 75%;
    ;
}

.Banner_HomeLoanAnswers .buttons {
    margin-top: 50px;
}

.Banner_HomeLoanAnswers .buttons a {
    display: inline-block;
    border-radius: 24px;
    background-image: linear-gradient(108deg, #89c742, #009d04);
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    width: 250px;
}

.Banner_HomeLoanAnswers .buttons a:hover {
    background-image: none;
    background-color: #009d04;
}

@media (max-width: 991px) {
    .Banner_HomeLoanAnswers {
        background-position: center center;
    }
}

@media (max-width: 767px) {
    .Banner_HomeLoanAnswers {
        padding: 40px 15px;
    }

    .Banner_HomeLoanAnswers h1 {
        font-size: 38px;
    }

    .Banner_HomeLoanAnswers p {
        font-size: 18px;
    }
}

.Banner_CarLoanAnswers {
    min-height: 450px;
    background-color: #E5E6E1;
    background-image: url('/media/banners/page-resources-car-loan-answers.jpg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #262629;
    padding: 80px 15px 0;
}

.Banner_CarLoanAnswers h1 {
    font-size: 54px;
    font-weight: bold;
    color: #262629;
}

.Banner_CarLoanAnswers h1 span {
    color: #ea1777;
}

.Banner_CarLoanAnswers p {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.59;
    width: 75%;
    ;
}

.Banner_CarLoanAnswers .buttons {
    margin-top: 50px;
}

.Banner_CarLoanAnswers .buttons a {
    display: inline-block;
    border-radius: 24px;
    background-image: linear-gradient(108deg, #89c742, #009d04);
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    width: 250px;
}

.Banner_CarLoanAnswers .buttons a:hover {
    background-image: none;
    background-color: #009d04;
}

@media (max-width: 991px) {
    .Banner_CarLoanAnswers {
        background-position: center center;
    }
}

@media (max-width: 767px) {
    .Banner_CarLoanAnswers {
        padding: 40px 15px;
    }

    .Banner_CarLoanAnswers h1 {
        font-size: 38px;
    }

    .Banner_CarLoanAnswers p {
        font-size: 18px;
    }
}

.Banner_FAQs {
    min-height: 450px;
    background-color: #E5E6E1;
    background-image: url('/media/banners/page-resources-faqs.jpg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #262629;
    padding: 80px 15px 0;
}

.Banner_FAQs h1 {
    font-size: 54px;
    font-weight: bold;
    color: #262629;
}

.Banner_FAQs h1 span {
    color: #ea1777;
}

.Banner_FAQs p {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.59;
    width: 75%;
    ;
}

.Banner_FAQs .buttons {
    margin-top: 50px;
}

.Banner_FAQs .buttons a {
    display: inline-block;
    border-radius: 24px;
    background-image: linear-gradient(108deg, #89c742, #009d04);
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    width: 250px;
    margin: 0 20px 20px 0;
}

.Banner_FAQs .buttons a:hover {
    background-image: none;
    background-color: #009d04;
}

.Banner_FAQs .buttons a.btnPink,
.Banner_FAQs .buttons a.btnPink:hover {
    background-image: none;
    background-color: #ea1777;
}

@media (max-width: 991px) {
    .Banner_FAQs {
        background-position: center center;
    }
}

@media (max-width: 767px) {
    .Banner_FAQs {
        padding: 40px 15px;
    }

    .Banner_FAQs h1 {
        font-size: 38px;
    }

    .Banner_FAQs p {
        font-size: 18px;
    }
}

.Resources_FAQsFilter {
    margin-top: 50px;
}

.Resources_FAQsFilter .form-control {
    border: 0 none;
    border-radius: 4px;
    box-shadow: none;
    color: #262628;
    font-size: 18px;
    font-weight: 500;
    margin-right: 15px;
    padding: 21px 15px 22px 15px;
}

.Resources_FAQsFilter .btn.btnPink {
    display: inline-block;
    border-radius: 24px;
    background-color: #ea1777;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 25px;
}

.Still_Looking_Text {
    margin-bottom: 50px;
}

.Still_Looking_Text p {
    color: #262628;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.Still_Looking_Text p.bigText {
    font-size: 28px;
    font-weight: bold;
}

.Still_Looking_Text a:link,
.Still_Looking_Text a:hover {
    color: #ea1777;
    font-weight: bold;
    text-decoration: none;
}