/*
Theme Name: Fair Finance
*/
/* Colors */
/* Fonts */
/******************************************************************************************/
/* GENERAL */
body {
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
    color: #473731;
    min-width: 380px;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
}

    a:hover,
    a:focus {
        text-decoration: none;
        color: #473731;
    }

.bg-dark {
    background-color: #6acacd;
}

@font-face {
    font-family: 'dinregular';
    font-weight: normal;
    font-style: normal;
}

h1, h2 {
    /*font-family: "Ropa Sans", sans-serif;*/
    font-family: 'dinregular', sans-serif;
}

.btn {
    border: 0;
}

.btn-small {
    font-size: 16px;
    line-height: 1.5625em;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
    padding: 2px 24px 1px 24px;
}

.btn-mid {
    font-size: 28px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
    padding: 2px 24px 4px 24px;
}

.btn-dark {
    background-color: #f78449;
    color: #ffffff;
}

    .btn-dark:hover,
    .btn-dark:focus {
        background-color: #dc6d33;
        color: #ffffff;
    }

.btn-brown {
    background-color: #473731;
    color: #ffffff;
}

    .btn-brown:hover,
    .btn-brown:focus {
        background-color: #f78449;
        color: #ffffff;
    }

.text-white {
    color: #ffffff;
}

.alignleft {
    float: left;
    padding: 0 1em 1em 0;
}

.alignright {
    float: right;
    padding: 0 0 1em 1em;
}

.aligncentered {
    display: block;
    margin: 1.5em auto;
    padding: 0;
}
/******************************************************************************************/
/* SLIDE MENU */
#wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    min-height: 475px;
    max-height: 875px;
}

#slide-menu-content .toggle {
    position: absolute;
    top: 19px;
    margin: 0;
    right: 35px;
}

    #slide-menu-content .toggle span:after,
    #slide-menu-content .toggle span:before {
        background-color: #fff;
    }

    #slide-menu-content .toggle span {
        background-color: transparent;
    }

        #slide-menu-content .toggle span:before {
            -webkit-transform: rotate(45deg) translate(-4px, -4px);
            -ms-transform: rotate(45deg) translate(-4px, -4px);
            transform: rotate(45deg) translate(-4px, -4px);
        }

        #slide-menu-content .toggle span:after {
            -webkit-transform: rotate(-45deg) translate(-3px, 3px);
            -ms-transform: rotate(-45deg) translate(-3px, 3px);
            transform: rotate(-45deg) translate(-3px, 3px);
        }

#slide-menu {
    z-index: 10001;
    display: none;
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    background-color: #444444;
    padding: 0 34px 0 0;
}

#slide-menu-content {
    display: block;
    position: relative;
    width: 250px;
    top: 0;
    padding-top: 60px;
}

#slide-menu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#slide-menu .menu li a {
    display: block;
    color: #ffffff;
    padding-left: 25px;
    font-size: 20px;
    line-height: 36px;
    font-weight: 100;
    border-bottom: 1px solid #3b3b3b;
    text-decoration: none;
}

#slide-menu-content .flags {
    position: initial;
    margin: 10px 25px;
    height: 18px;
}

.toggle {
    display: inline-block;
    width: 38px;
    height: 30px;
    cursor: pointer;
    float: right;
    margin-top: 24px;
    margin-left: 24px;
}

    .toggle span:after,
    .toggle span:before {
        content: "";
        position: absolute;
        left: 0;
        top: 18px;
    }

    .toggle span:after {
        top: 9px;
    }

    .toggle span {
        position: relative;
        display: block;
    }

        .toggle span,
        .toggle span:after,
        .toggle span:before {
            width: 100%;
            height: 5px;
            background-color: #484746;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            border-radius: 2px;
        }

/* END SLIDE MENU */
/******************************************************************************************/
/****** HEADER ******/
header {
    position: fixed;
    height: 73px;
    width: 100%;
    background: #ffffff;
    top: 0;
    left: 0;
    z-index: 10000;
    min-width: 380px;
    -webkit-box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.1);
}

    header .container {
        position: relative;
    }

#signup-newsletter .form-control {
    width: 205px;
    display: inline-block;
    margin-right: 10px;
}

#signup-newsletter .submit {
    display: inline-block;
    border-radius: 9px;
}

.make-space {
    height: 136px;
}

a.logo {
    display: block;
    float: left;
}

    a.logo img {
        /*
	width: auto;
	height: 100%;
*/
        width: 100%;
        height: 75px;
        margin-left: 15px;
    }

/* TOP NAV */
#top-nav {
    margin: 5px 0 0 22px;
    padding: 10px 0 0 0;
    list-style-type: none;
    font-size: 17px;
    line-height: 20px;
    float: left;
}

    #top-nav li {
        display: inline-block;
        float: left;
        position: relative;
        padding: 0;
        margin-right: 3px;
    }

        #top-nav li:hover,
        #top-nav li.current-menu-item,
        #top-nav li.current-menu-parent,
        #top-nav li.current_page_parent {
            background: #59bbbe;
            border-radius: 15px;
        }

        #top-nav li.menu-item-has-children:hover {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        #top-nav li:hover a,
        #top-nav li.current-menu-item a,
        #top-nav li.current-menu-parent a,
        #top-nav li.current_page_parent a {
            color: #ffffff;
        }

        #top-nav li ul {
            position: absolute;
            display: none;
            top: 100%;
            left: 0;
            background: #59bbbe;
            padding: 0;
            margin: 0;
            list-style: none;
            min-width: 100%;
            border-radius: 15px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        #top-nav li:hover ul {
            display: block;
        }

        #top-nav li ul li {
            white-space: nowrap;
            background: transparent;
            width: 100%;
            margin: 0;
        }

        #top-nav li:hover ul li {
            background: transparent;
        }

        #top-nav li ul li a:hover {
            background: #66d5d9;
            text-decoration: none;
        }

    #top-nav a {
        color: #3e3e3e;
        text-decoration: none;
        margin: 0;
        display: inline-block;
        width: 100%;
        padding: 4px 10px;
        border-radius: 0;
    }

    #top-nav li ul li:last-of-type a {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

#xcite {
    float: right;
    width: 30px;
    margin-top: -30px;
}

    #xcite img {
        margin: 0;
    }

.toggle-nav {
    border: none;
    background: transparent;
    float: right;
    margin-top: 19px;
    margin-left: 25px;
}

    .toggle-nav .icon-bar {
        background: #3e3e3e;
        display: block;
        height: 4px;
        width: 38px;
        border-radius: 4px;
    }

        .toggle-nav .icon-bar + .icon-bar {
            margin-top: 5px;
        }

.cookies-desc {
    margin: 20px 0;
    background: #eeeeee;
}

    .cookies-desc td {
        padding: 5px 10px;
    }

    .cookies-desc tr {
        border-bottom: solid 1px #c5c5c5;
    }

.feefowidget-independent-service {
    margin-top: 8px;
}

.feefowidget-carousel-single-slide-content .feefowidget-review-content-outer .feefowidget-content-row {
    color: #473731;
    font-family: "Ropa Sans", sans-serif;
    font-size: 22px;
    line-height: 1.13636em;
    margin-bottom: 10px;
}

.feefowidget-independent-service,
.feefowidget-carousel-summary.feefowidget-carousel-summary-single-review.feefowidget-carousel-summary-single-review .feefowidget-review-summary-text,
.feefowidget-carousel-body .feefowidget-carousel-single-slide-content .feefowidget-meta-row,
.feefowidget-desktop-wrapper .feefowidget-carousel-summary a {
    color: #473731;
}

.sidenote-apr {
    background-color: white;
    border-radius: 50px;
    font-size: 21px;
    padding: 8px;
}

@media (max-width: 370px) {
    .toggle-nav {
        position: absolute;
        top: 0;
        right: 18px;
    }
}

/* END TOP NAV */
/* Contact Box */
.contact-box {
    margin-top: 3px;
    text-align: right;
}

    .contact-box p {
        display: inline-block;
        font-size: 14px;
        line-height: 0.68966em;
        letter-spacing: 0.02em;
        text-align: right;
        margin: 0;
        padding: 4px 4px 4px 0;
    }

        .contact-box p span {
            color: #e57332;
            font-weight: 600;
        }

@media(min-width: 900px) {
    .contact-box p span.contact-box-pl {
        font-size: 23px;
    }
}

#social-icons {
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
    float: right;
    display: inline-block;
}

    #social-icons li {
        display: inline;
    }

    #social-icons a {
        display: inline-block;
        padding: 0;
        margin: 0;
        height: 23px;
        background: url("img/social-icons.png") 0 0 no-repeat;
    }

    #social-icons .social-fb a {
        background-position: 0 0;
        width: 10px;
        margin: 0 6px 0 0;
    }

        #social-icons .social-fb a:hover {
            background-position: 0 100%;
        }

    #social-icons .social-tw a {
        background-position: -24px 0;
        width: 21px;
        margin: 0 6px;
    }

        #social-icons .social-tw a:hover {
            background-position: -24px 100%;
        }

    #social-icons .social-li a {
        background-position: -55px 0;
        width: 22px;
        margin: 0 4px 0 2px;
    }

        #social-icons .social-li a:hover {
            background-position: -55px 100%;
        }

    #social-icons .social-pi a {
        background-position: -86px 0;
        width: 18px;
        margin: 0 3px;
    }

        #social-icons .social-pi a:hover {
            background-position: -86px 100%;
        }

    #social-icons .social-gp a {
        background-position: -113px 0;
        width: 24px;
        margin: 0 0 0 2px;
    }

        #social-icons .social-gp a:hover {
            background-position: -113px 100%;
        }

@media (max-width: 991px) {
    .contact-box p {
        font-size: 24px;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .contact-box {
        position: absolute;
        right: 15px;
        top: 20px;
        margin: 0;
        padding: 0;
    }

    #social-icons {
        display: none;
    }

    .contact-box p {
        font-size: 18px;
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
    }

    header,
    .make-space {
        height: 110px;
    }

    a.logo {
        height: 90px;
        width: 199px;
    }
}

@media (max-width: 479px) {
    .contact-box {
        /*display: none;*/
    }

        .contact-box p {
            font-size: 12px;
        }
}

/* END Contact Box */
.flags {
    position: absolute;
    top: 95px;
    right: 15px;
}

    .flags ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .flags ul li {
            display: inline-block;
            float: left;
        }

            .flags ul li + li {
                margin-left: 8px;
            }

            .flags ul li a {
                display: block;
                width: 26px;
                height: 18px;
                background: url("img/flags.png") 0 0 no-repeat;
            }

                .flags ul li a.flag-pl {
                    background-position: 0 -20px;
                }

                .flags ul li a.flag-es {
                    background-position: 0 -40px;
                }

                .flags ul li a.flag-pt {
                    background-position: 0 -60px;
                }

                .flags ul li a.flag-fr {
                    background-position: 0 -80px;
                }

.flags {
    /*right: 240px;*/
}

@media screen and (max-width: 767px) {
    header .flags {
        display: none;
    }
}

/****** END HEADER ******/
/******************************************************************************************/
/* HEADLINE */
.headline {
    margin: 0;
    margin-top: 146px;
    padding: 10px 0;
    text-align: center;
}

    .headline.headline-middle {
        padding: 40px 0;
    }

    .headline h2 {
        font-size: 40px;
        line-height: 0.825em;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .headline p {
        max-width: 810px;
        display: inline-block;
        font-family: "Ropa Sans", sans-serif;
        font-size: 30px;
        line-height: 1.33333em;
        color: #ffffff;
    }

@media screen and (max-width: 767px) {
    .headline {
        margin-top: 125px;
    }

        .headline h2 {
            font-size: 30px;
            line-height: 40px;
        }

        .headline p {
            font-size: 22.5px;
        }
}

/* END HEADLINE */
/******************************************************************************************/
/* PRICE COMPARISON */
.price-comparison {
    overflow: hidden;
}

/* Billboard */
.billboard {
    position: relative;
    width: 335px;
    margin-top: 70px;
    margin-bottom: 150px;
    padding: 5px 0 15px 0;
    text-align: center;
}

    .billboard .cartoon-people {
        position: absolute;
        top: -45px;
        right: -250px;
        background: url("img/cartoon-people.png") 0 0 no-repeat;
        width: 275px;
        height: 425px;
    }

    .billboard .billboard-rope {
        position: absolute;
        top: -70px;
        left: 0;
        background: url("img/billboard-rope.png") 0 0 no-repeat;
        width: 335px;
        height: 85px;
    }

    .billboard h2 {
        font-family: "Ropa Sans", sans-serif;
        font-size: 38px;
        line-height: 1em;
        font-weight: 600;
        text-transform: uppercase;
        color: #473731;
        letter-spacing: -0.1em;
        margin-top: -5px;
        margin-bottom: 0;
    }

    .billboard h3 {
        font-family: "Ropa Sans", sans-serif;
        font-size: 27px;
        line-height: 1.25926em;
        font-weight: 600;
        text-transform: uppercase;
        color: #ffffff;
        margin-bottom: 0;
    }

    .billboard p {
        font-family: "Ropa Sans", sans-serif;
        font-size: 20px;
        line-height: 1.75em;
        text-transform: uppercase;
        color: #ffffff;
        margin-bottom: 0;
    }

@media screen and (max-width: 639px) {
    .billboard {
        width: 100%;
        margin-top: 35px;
        margin-bottom: 0;
    }

        .billboard .cartoon-people {
            display: none;
        }

        .billboard .billboard-rope {
            left: 50%;
            margin-left: -168px;
        }
}

/* END Billboard */
/* Table */
.price-comparison-table {
    background-color: #f78449;
    border-radius: 10px;
    /*padding: 10px;*/
    overflow: hidden;
}

    .price-comparison-table h2 {
        background: #fc0;
    }

    .price-comparison-table table {
        width: 100%;
    }

    .price-comparison-table tr td:last-of-type,
    .price-comparison-table tr th:last-of-type {
        background: #f17a3c;
    }

    .price-comparison-table td, .price-comparison-table th {
        padding: 5px 5px 5px 25px;
    }

@media screen and (max-width: 479px) {
    .price-comparison-table th:last-of-type,
    .price-comparison-table td:last-of-type {
        display: none;
    }
}

/* END Table */
.price-comparison-tablex {
    position: relative;
    margin: 30px 0 15px 0;
}

    .price-comparison-tablex .btn {
        position: absolute;
        bottom: 25px;
        left: 25px;
        z-index: 1;
    }

    .price-comparison-tablex h2 {
        position: absolute;
        top: 12px;
        left: 25px;
        z-index: 1;
        margin: 0;
        padding: 0;
        color: #ffffff;
        font-size: 32px;
        line-height: 1.5em;
        text-transform: uppercase;
    }

    .price-comparison-tablex .row {
        margin-left: 0;
        margin-right: 0;
    }

    .price-comparison-tablex [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

.pc-tbl {
    padding: 25px 25px;
    font-family: "Ropa Sans", sans-serif;
    font-size: 21px;
    line-height: 2.19048em;
    color: #ffffff;
}

.pc-hr {
    border-top: 1px solid #dc6d33;
}

.pc-tbl-ff {
    background-color: #f78449;
    padding-top: 65px;
    border-radius: 10px 10px 0 0;
}

.pc-tbl-el {
    background-color: #f17a3c;
    padding-bottom: 75px;
    border-radius: 0 0 10px 10px;
}

#competitors-fade {
    background: #f17a3c;
    border-radius: 0 0 10px 10px;
    max-height: 452px;
    overflow: hidden;
}

.pc-ttp {
    font-size: 28px;
    line-height: 1.64286em;
    color: #4b423d;
}

.price-note {
    margin-bottom: 30px;
}

footer p.fca-text {
    text-align: center;
    margin-top: 45px;
}

@media screen and (max-width: 1199px) {
    .pc-tbl-el .company-logo {
        width: 100px;
        height: auto;
        padding: 10px 0;
    }
}

@media screen and (max-width: 991px) {
    .pc-tbl-el .company-logo {
        width: auto;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .pc-tbl-el {
        padding-top: 0;
    }

        .pc-tbl-el .col-xs-12.pc-hr {
            border-top: 0;
        }
}

@media screen and (min-width: 768px) {
    .pc-tbl.pc-tbl-ff {
        border-radius: 10px 0 0 10px;
        padding-right: 0;
    }

    .pc-tbl.pc-tbl-el {
        border-radius: 0 10px 10px 0;
        padding-left: 0;
    }

    #competitors-fade {
        border-radius: 0 10px 10px 0;
    }

    .pc-tbl.pc-tbl-el .col-xs-9 {
        display: none;
    }

    .pc-tbl.pc-tbl-el [class*="col-"] {
        padding-left: 25px;
    }

    .pc-tbl-ff,
    .pc-tbl-el {
        padding-top: 65px;
        padding-bottom: 75px;
    }
}

/* END PRICE COMPARISON */
/******************************************************************************************/
/* STEPS */
.steps {
    background-color: #e9e9e9;
    text-align: center;
    margin: 0;
    padding: 0 0 15px 0;
}

    .steps .container {
        max-width: 900px;
    }

    .steps h2 {
        display: inline-block;
        height: 67px;
        width: 67px;
        background: #f78449;
        border-radius: 67px;
        font-size: 39px;
        line-height: 1.23077em;
        line-height: 67px;
        color: #ffffff;
        padding: 0;
        margin-bottom: 10px;
        margin: 10px 0 7px 0;
    }

    .steps p {
        font-family: "Ropa Sans", sans-serif;
        font-size: 22px;
        line-height: 1.13636em;
        margin-bottom: 10px;
    }

    .steps .hidden-text {
        display: none;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 16px;
        line-height: 1.25em;
    }

/* END STEPS */
/******************************************************************************************/
/* BAD CREDIT */
.bad-credit {
    text-align: center;
    padding: 30px 0 25px 0;
}

    .bad-credit h2 {
        font-size: 35px;
        line-height: 1.37143em;
        margin: 0;
        padding: 0;
    }

/* END BAD CREDIT */
/******************************************************************************************/
/* FOOTER */

@media(min-width: 1200px) {
    footer .container {
        height: 190px !important;
    }
}

@media(min-width: 768px) and (max-width:1199px) {
    footer .container {
        height: 210px !important;
    }
}

@media(max-width: 767px) {
    footer .container {
        height: 260px !important;
    }
}

footer {
    text-align: center;
    font-size: 14px;
    line-height: 1.42857em;   
    color: #8d7f7a;
    
    background-color: #ededed;
}  


    footer .footer-awards {
        display: inline-block;
    }

        footer .footer-awards img {
            width: 100%;
            height: 50px;
        }

    footer .container {
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px;
    }

@media (max-width: 767px) {
    footer .container {
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px;
        height: 260px;
    }
}

@media (min-width: 768px) {
    footer .container {
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px;
        height: 210px;
    }
}

@media (min-width: 1200px) {
    footer .container {
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px;
        height:190px;
    }
}

    footer .row {
        text-align: left;
        margin-top: 1px;
    }

    footer p {
        text-align: right;
    }

    footer ul {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left;
    }

        footer ul li {
            display: inline-block;
            float: left;
        }

            footer ul li + li {
                /*margin-left: 15px;*/ margin-left: 8px;
            }

            footer ul li a {
                color: #8d7f7a;
            }

    footer .xcite-logo {
        position: absolute;
        right: 15px;
        bottom: 15px;
        z-index: 10;
    }

@media screen and (max-width: 992px) {
    footer .row {
        text-align: center;
    }

    footer p {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    footer .container {
        padding-bottom: 95px;
    }

    footer .xcite-logo {
        right: 50%;
        margin-right: -15px;
    }
}

/* END FOOTER */
/******************************************************************************************/
/* FAQs */
.section-faq {
    padding: 10px 0 70px 0;
    text-align: center;
}

    .section-faq .btn-small {
        padding: 2px 50px 1px 50px;
        margin-top: 45px;
    }

    .section-faq h2 {
        font-size: 35px;
        line-height: 1.25714em;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .section-faq h3 {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 22px;
        line-height: 1.13636em;
        font-weight: 600;
        color: #473731;
    }

    .section-faq p {
        font-size: 16px;
        line-height: 1.25em;
        color: #473731;
        margin-bottom: 0;
    }

    .section-faq .faq-container {
        position: relative;
        padding-bottom: 10px;
    }

        .section-faq .faq-container:hover, .section-faq .faq-container:focus {
            cursor: pointer;
        }

            .section-faq .faq-container:hover h3, .section-faq .faq-container:focus h3 {
                color: #e57332;
            }

        .section-faq .faq-container .faq-answer p:last-of-type {
            margin-bottom: 15px;
        }

        .section-faq .faq-container.active h3 {
            color: #473731;
        }

        .section-faq .faq-container.active .show-hide-icon {
            background-position: 0 0;
        }

        .section-faq .faq-container .show-hide-icon {
            position: absolute;
            top: 20px;
            right: 50px;
            width: 30px;
            height: 30px;
            background: url("img/show-hide-icons-dark.png") 0 -30px no-repeat;
        }

    .section-faq div.faq-container + div.faq-container {
        border-top: 1px solid #c5c5c5;
    }

@media screen and (max-width: 767px) {
    .section-faq .faq-container .show-hide-icon {
        display: none;
    }
}

/* END FAQs */
/******************************************************************************************/
/* PRICE COMPARISON BOXES */
.section-price-comparison-boxes {
    padding: 30px 0 50px 0;
}

    .section-price-comparison-boxes .container {
        text-align: center;
    }

    .section-price-comparison-boxes h2 {
        font-size: 35px;
        line-height: 1.37143em;
        font-weight: 600;
        margin-bottom: 30px;
    }

.pc-box {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

.pc-box-row {
    overflow: hidden;
    background: #6acacd;
    padding: 30px 5px 0;
    margin: 0 -15px 20px;
}

.pc-box-sm {
    width: 18.96552%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 30px;
}

.pc-box-md {
    width: 19.56897%;
    float: left;
    margin-top: 18px;
}

.pc-box-lg {
    width: 22.93103%;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
}

.pc-box-content {
    background: #ececec;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .pc-box-content img {
        width: 100%;
        height: auto;
    }

    .pc-box-content .pc-box-logo {
        display: inline-block;
        margin-top: 20px;
        margin-bottom: -5px;
    }

    .pc-box-content h3 {
        border-top: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
        font-size: 32px;
        line-height: 1.34375em;
        color: #dc6d33;
        text-transform: uppercase;
        font-weight: 600;
        padding: 11px 0 8px 0;
    }

    .pc-box-content h4 {
        margin-bottom: 0;
        margin-top: 20px;
        font-weight: bold;
    }

.pc-box-md .pc-box-content {
    padding-bottom: 23px;
}

    .pc-box-md .pc-box-content .pc-box-logo {
        margin-top: 30px;
    }

    .pc-box-md .pc-box-content h3 {
        font-size: 35px;
        line-height: 1.37143em;
    }

.pc-box-lg .pc-box-content {
    background: #473731;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

    .pc-box-lg .pc-box-content .pc-box-logo {
        margin-top: 7px;
        margin-bottom: 8px;
    }

    .pc-box-lg .pc-box-content h3 {
        position: relative;
        z-index: 10;
        margin-left: -12px;
        margin-right: -12px;
        border: 0;
        background: #f78449;
        font-size: 41px;
        line-height: 1.17073em;
        color: #ffffff;
    }

    .pc-box-lg .pc-box-content h4 {
        color: #f78449;
        margin-top: 30px;
    }

@media screen and (max-width: 991px) {
    .pc-box-sm {
        display: none;
    }

    .pc-box-md {
        width: 31.52778%;
    }

    .pc-box-lg {
        width: 36.94444%;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media screen and (max-width: 767px) {
    .pc-box-row {
        margin-left: 0;
        margin-right: 0;
    }

    .section-price-comparison-boxes h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 639px) {
    .pc-box-md .pc-box-content h3 {
        font-size: 28px;
    }

    .pc-box-lg .pc-box-content h3 {
        font-size: 35px;
    }

    .pc-box-lg .pc-box-content .pc-box-logo {
        margin-top: 15px;
    }
}

@media screen and (max-width: 479px) {
    .pc-box-md .pc-box-content h3 {
        font-size: 20px;
    }

    .pc-box-md .pc-box-content .pc-box-logo {
        margin-top: 15px;
    }

    .pc-box-lg .pc-box-content h3 {
        font-size: 28px;
    }

    .section-price-comparison-boxes h2 {
        font-size: 25px;
    }
}

/* END PRICE COMPARISON BOXES */
/******************************************************************************************/
/* SECTION MAP */
.section-map {
    /*height: 530px;*/
    position: relative;
    background-color: #E5E3DF;
}

.branches-box {
    position: absolute;
    top: 60px;
    right: 0;
    min-width: 355px;
    background-color: #ffffff;
    padding-left: 12px;
    padding-right: 18px;
    padding-bottom: 40px;
}

    .branches-box h2 {
        font-size: 35px;
        line-height: 1.25714em;
        text-transform: uppercase;
        margin-top: 30px;
        margin-top: 0;
        padding-top: 30px;
    }

.branch-container {
    position: relative;
    padding-left: 50px;
    font-size: 14px;
    line-height: 1.28571em;
}

div.branch-container + .branch-container {
    border-top: 1px solid #e6e6e6;
}

.branch-container:hover, .branch-container:focus {
    cursor: pointer;
}

.branch-container h4 {
    font-size: 20px;
    line-height: 1.4em;
    font-family: "Source Sans Pro", sans-serif;
    padding: 0;
    margin: 0;
    margin-bottom: 4px;
}

.branch-container a {
    color: #6acacd;
}

.branch-container .show-hide-icon {
    position: absolute;
    top: 4px;
    left: 10px;
    width: 18px;
    height: 20px;
    background: url("img/map-show-hide-icons.png") 0 0 no-repeat;
}

.branch-container.active h4 {
    color: #6acacd;
}

.branch-container.active .show-hide-icon {
    background-position: 0 -20px;
}

.branch-details {
    margin-top: -5px;
}

    .branch-details a {
        display: inline-block;
        margin-bottom: 12px;
    }

@media screen and (max-width: 767px) {
    .branches-box {
        position: static;
    }
}

/* END SECTION MAP */
/******************************************************************************************/
/* GOOGLE MAP */
#map-canvas {
    height: 530px;
    width: 100%;
    margin: 0;
    padding: 0;
}

#map-canvas-location {
    width: 100%;
    height: 360px;
    margin: 2em 0;
    padding: 0;
}

.col-sm-5.col-location {
    padding-right: 30px;
}

.col-sm-3.col-other-locations {
    padding-top: 20px;
}

.location-link a {
    color: #473731;
}

@media screen and (max-width: 767px) {
    #map-canvas {
        height: 360px;
    }
}

/* END GOOGLE MAP */

.col-sm-5.col-location {
    padding-right: 15px;
}

#map-canvas-location {
    height: 240px;
}

/******************************************************************************************/
/* LANDING FORM */
#landing-form {
    padding: 20px 0 55px 0;
}

.landing-form-container {
    background: #ffffff;
    border: 20px solid #ffffff;
    border-radius: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width: 767px) {
    .landing-form-container {
        background: #ffffff;
        border: 15px solid #ffffff;
        border-radius: 15px;
    }
}

#landing-form h3 {
    color: #ffffff;
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 25px;
    padding: 0;
}

#landing-form label {
    color: #ffffff;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

#landing-form .question-error label {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    padding: 6px;
}

#landing-form .question-error select {
    border: solid 10px #f2dede;
    border-left-width: 0px;
}

#landing-form-main {
    background: #473731;
    border-radius: 20px;
    padding: 24px 18px 18px 32px;
    margin: 0;
}

.form-slider {
    margin-bottom: 40px;
}

    .form-slider span {
        display: block;
        float: right;
        margin-top: -11px;
    }

.how-long-monthly {
    display: none;
}

.form-output {
    display: block;
    text-align: center;
    background: #ffffff;
    border-radius: 35px;
    padding: 4px;
    max-width: 138px;
    width: 100%;
    font-size: 21px;
    line-height: 21px;
    font-weight: 600;
}

.form-output-large {
    text-align: left;
    background: #ffffff;
    border-radius: 35px;
    font-weight: 400;
    font-size: 21px;
    line-height: 46px;
    max-width: 368px;
    width: 100%;
    float: right;
    margin-bottom: 10px;
}

    .form-output-large:first-child {
        margin-top: 0px;
    }

a.form-btn-check {
    float: right;
    margin-top: 10px;
}

.form-output-large p {
    margin-bottom: 0;
    padding-left: 30px;
}

    .form-output-large p.large-text {
        font-size: 30px;
        line-height: 1.53333em;
        font-weight: 600;
        float: right;
        width: 155px;
        text-align: left;
        padding: 0 0 0 15px;
        margin-bottom: 0;
    }

input[type="radio"] {
    display: none;
}

    input[type="radio"] + label span {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: -1px 4px 0 0;
        vertical-align: middle;
        background: url("img/input-radio.png") left top no-repeat;
        cursor: pointer;
    }

    input[type="radio"]:checked + label span {
        background: url("img/input-radio.png") -15px top no-repeat;
    }

#landing-form-second input[type="text"].error {
    background: #f2dede url("img/field-error-icon.png") right center no-repeat;
    border: solid #a94442 1px;
}

#landing-form-second textarea.error {
    background: #f2dede url("img/field-error-icon.png") right center no-repeat;
    border: solid #a94442 1px;
}

#landing-form-second input[type="text"].error.error-clear {
    background: #fff;
    border: none;
}

#landing-form-second {
    background: url("img/form-shadow.png") 50% 0 no-repeat #3d2f2a;
    border-radius: 0 0 20px 20px;
    margin: 0 30px;
    padding: 18px 18px 18px 55px;
    position: relative;
}

    #landing-form-second input[type="text"] {
        background: #ffffff;
        border: 0;
        border-radius: 5px;
        margin: 0 0 10px 0;
        color: #333333;
        font-size: 15px;
        line-height: 20px;
        padding: 4px 12px;
        width: 100%;
    }

    #landing-form-second textarea {
        background: #ffffff;
        border: 0;
        border-radius: 5px;
        margin: 0 0 10px 0;
        color: #333333;
        font-size: 15px;
        line-height: 20px;
        padding: 4px 12px;
        width: 100%;
    }

    #landing-form-second .question {
        position: relative;
        margin: 0 0 22px 0;
        padding: 0 0 0 60px;
    }

        #landing-form-second .question h3 {
            font-size: 40px;
            font-weight: 600;
            position: absolute;
            top: 3px;
            left: 0;
        }

        #landing-form-second .question p {
            color: #ffffff;
            font-size: 18px;
            line-height: 21px;
        }

    #landing-form-second .apply-now {
        position: absolute;
        bottom: 46px;
        right: 18px;
        padding: 6px 66px;
        font-size: 33px;
    }

#question-2,
#question-3,
#question-4 {
    display: none;
}

    #question-2.question-show,
    #question-3.question-show,
    #question-4.question-show {
        display: block;
    }

.styled-select {
    background: url("img/form-select-arrow.png") 100% 50% no-repeat #473731;
    overflow: hidden;
    width: 235px;
    border-radius: 3px;
}

    .styled-select select {
        color: #ffffff;
        font-size: 17px;
        border: none;
        background: url("img/form-select-arrow.png") 85% 50% no-repeat #473731;
        padding: 4px 5px;
        width: 270px;
    }

    .styled-select.styled-select-white select {
        background: url('img/form-select-arrow-black.png') 85% 50% no-repeat #fff;
        color: #333333;
        width: 260px;
    }

#title-select {
    margin-bottom: 10px;
    width: 229px;
}

.sidenotes {
    text-align: center;
    color: #473731;
    font-size: 18px;
    line-height: 1.11111em;
    margin: 30px 0 23px 0;
}

    .sidenotes a {
        color: #ffffff;
    }

.thank-you-note {
    margin: 2em 0 4em 0;
}

.back-to-home {
    margin: 2em 0 0 0;
}

@media screen and (max-width: 767px) {
    .form-output-large:first-child {
        margin-top: 30px;
    }
}

@media (max-width: 992px) {
    .form-output-large {
        font-size: 17px;
        line-height: 46px;
        max-width: 348px;
        width: 100%;
    }

        .form-output-large p {
            padding-left: 12px;
        }

            .form-output-large p.large-text {
                font-size: 28px;
                width: 104px;
                padding-left: 6px;
            }

    a.large-button.form-btn-check {
        font-size: 20px;
    }

    #landing-form-second .apply-now {
        position: relative;
        bottom: 0;
        left: 0;
        padding: 6px 66px;
        font-size: 33px;
        display: block;
        max-width: 297px;
        margin: 20px auto 0;
    }
}

@media (max-width: 768px) {
    .form-output-large {
        font-size: 17px;
        float: none;
        margin: 0 auto 10px auto;
    }

        .form-output-large p.large-text {
            font-size: 32px;
            width: 110px;
        }

    a.large-button.form-btn-check {
        font-size: 24px;
    }

    a.form-btn-check {
        float: none;
        display: block;
        margin: 0 auto;
        max-width: 348px;
    }

    #landing-form-second {
        padding: 18px;
    }

        #landing-form-second .apply-now {
            font-size: 24px;
        }
}

@media (max-width: 500px) {
    .rangeslider {
        margin-right: 0;
    }

    .form-slider span {
        float: none;
        margin: 0 auto 25px auto;
    }

    #xcite {
        margin-top: 10px;
    }
}

@media (max-width: 400px) {
    .form-output-large p {
        /*font-size: 13px;*/
    }

    .form-output-large {
        font-size: 17px;
    }

        .form-output-large p.large-text {
            font-size: 24px;
            width: 95px;
        }

    a.large-button.form-btn-check {
        font-size: 20px;
    }

    a.form-btn-check {
        float: none;
        display: block;
        margin: 0 auto;
        max-width: 348px;
    }

    #landing-form-second .apply-now {
        font-size: 20px;
    }
}

.round-button {
    display: inline-block;
    background: #f78449;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    border-radius: 20px;
    padding: 3px 20px;
    border: none;
}

a.round-button {
    color: #ffffff;
    text-decoration: none;
}

.round-button.round-button-brown {
    background: #473731;
    margin: 10px 0 6px 0;
}

.large-button {
    font-size: 28px;
    line-height: 41px;
    border-radius: 32px;
    padding: 8px 32px;
}

/* END LANDING FORM */
.form-headline {
    text-align: center;
}

    .form-headline h2 {
        display: inline-block;
        max-width: 580px;
        font-size: 35px;
        line-height: 1.25714em;
        font-weight: 600;
        margin-bottom: 70px;
    }

        .form-headline h2 span {
            color: #ffffff;
        }

@media screen and (max-width: 767px) {
    .form-headline h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 479px) {
    .form-headline h2 {
        font-size: 25px;
    }
}

/******************************************************************************************/
/* SECTION ICONS */
.section-icons {
    text-align: center;
    padding: 45px 0 85px 0;
}

    .section-icons h2 {
        font-size: 35px;
        font-weight: bold;
        line-height: 1.28571em;
        text-transform: uppercase;
    }

    .section-icons hr {
        width: 150px;
        height: 2px;
        background-color: #473731;
        margin-bottom: 10px;
        border: 0;
    }

    .section-icons p {
        font-size: 17px;
        line-height: 1.47059em;
        margin-bottom: 75px;
    }

    .section-icons .icon-container {
        position: relative;
        /*
		min-height: 1px;
		width: 20%;
		float: left;
*/
        padding-left: 0px;
        padding-right: 0px;
    }

        .section-icons .icon-container a {
            display: block;
        }

            .section-icons .icon-container a h3, .section-icons .icon-container a p {
                color: #473731;
            }

            .section-icons .icon-container a:hover h3, .section-icons .icon-container a:hover p, .section-icons .icon-container a:focus h3, .section-icons .icon-container a:focus p {
                color: #6acacd;
            }

        .section-icons .icon-container h3 {
            font-size: 25px;
            line-height: 1.2em;
            text-transform: uppercase;
            font-weight: 600;
            margin-top: 5px;
            margin-bottom: 13px;
        }

        .section-icons .icon-container p {
            font-size: 20px;
            line-height: 1.25em;
            margin-bottom: 10px;
        }

        .section-icons .icon-container .img-container {
            display: inline-block;
        }

        .section-icons .icon-container img {
            width: 100%;
            height: auto;
        }

@media screen and (max-width: 991px) {
    .section-icons .icon-container h3 {
        font-size: 20px;
    }

    .section-icons .icon-container p {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .section-icons {
        padding-bottom: 45px;
    }

        .section-icons p {
            margin-bottom: 30px;
        }

        .section-icons .icon-container {
            /*width: 100%;*/
            margin-bottom: 30px;
        }
}

/* END SECTION ICONS */
/******************************************************************************************/
/* SECTION PUZZLE */
.section-puzzle {
    margin-top: 136px;
    overflow: hidden;
}

.hp-banner-top {
    height: 470px;
    overflow-x: hidden;
    position: relative;
}

.hp-banner-content {
    position: absolute;
    top: 120px;
    left: 0;
}

    .hp-banner-content h2 {
        font-size: 46px;
        line-height: 0.91304em;
        text-transform: uppercase;
        font-weight: 600;
        color: #ffffff;
        margin: 0 0 8px 0;
        letter-spacing: 0.02em;
    }

        .hp-banner-content h2 span {
            background: #4b423d;
            padding: 8px 10px 4px 10px;
        }

    .hp-banner-content p {
        font-size: 26px;
        line-height: 1.15385em;
        color: #ffffff;
        margin: 3px 0 0 0;
        letter-spacing: -0.02em;
    }

        .hp-banner-content p span {
            background: #4b423d;
            padding: 0 10px;
        }

        .hp-banner-content p + p span {
            padding: 0 10px 6px 10px;
        }

    .hp-banner-content .btn {
        margin-top: 30px;
        font-family: "dinregular", sans-serif;
        font-size: 26px;
        padding: 5px 24px 6px 24px;
        background: #e57332;
    }

.hp-banner-top-left {
    background-image: url("img/homepage-fpl.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.hp-banner-top-right {
    background-image: url("img/test2.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    margin-right: -50px;
    padding-right: 50px;
}

@media screen and (max-width: 1199px) {
    .hp-banner-top {
        height: 385.31532px;
    }

    .hp-banner-content {
        top: 98.37838px;
    }

        .hp-banner-content h2 {
            font-size: 37.71171px;
        }

        .hp-banner-content p {
            font-size: 21.31532px;
        }

    header .flags {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .hp-banner-top {
        height: 292.16216px;
    }

    .hp-banner-content {
        top: 74.59459px;
    }

        .hp-banner-content .btn {
            font-size: 24px;
        }

        .hp-banner-content h2 {
            font-size: 28.59459px;
        }

        .hp-banner-content p {
            font-size: 16.16216px;
        }
}

@media screen and (max-width: 767px) {
    .section-puzzle {
        margin-top: 90px;
    }

    .hp-banner-top {
        height: 300px;
    }

    .hp-banner-top-right {
        margin-right: 0;
        padding-right: 0;
    }

    .hp-banner-top {
        height: 385.31532px;
    }

    .hp-banner-content {
        top: 98.37838px;
        left: 60px;
    }

        .hp-banner-content .btn {
            font-size: 28px;
        }

        .hp-banner-content h2 {
            font-size: 37.71171px;
        }

        .hp-banner-content p {
            font-size: 21.31532px;
        }
}

@media screen and (max-width: 639px) {
    .hp-banner-top {
        height: 338.73874px;
    }

    .hp-banner-content {
        top: 86.48649px;
    }

        .hp-banner-content h2 {
            font-size: 33.15315px;
        }

        .hp-banner-content p {
            font-size: 18.73874px;
        }
}

@media screen and (max-width: 479px) {
    .hp-banner-top {
        height: 300.63063px;
    }

    .hp-banner-content {
        top: 76.75676px;
        left: 0px;
    }

        .hp-banner-content .btn {
            font-size: 24px;
        }

        .hp-banner-content h2 {
            font-size: 29.42342px;
        }

        .hp-banner-content p {
            font-size: 16.63063px;
        }
}

.hp-banner-bottom {
    height: 295px;
    background-image: url("img/homepage-banner-bottom.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-left: -999px;
    margin-right: -999px;
    padding-left: 999px;
    padding-right: 999px;
    /*background-position: 40% center;*/
    border-top: 2px solid #ffffff;
    background-color: transparent;
    background-size: 60.9375%;
}

.hp-banner-bottom-content-container {
    position: relative;
}

.hp-banner-bottom-content {
    position: absolute;
    top: 35px;
    left: 10px;
}

    .hp-banner-bottom-content h2 {
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
        font-size: 38px;
        line-height: 0.97368em;
        font-weight: 600;
        text-transform: uppercase;
    }

    .hp-banner-bottom-content p {
        margin: 0;
        padding: 0;
        font-size: 26px;
        line-height: 0.96154em;
        color: #ffffff;
    }

    .hp-banner-bottom-content h3 {
        padding: 0;
        margin: 0;
        margin-bottom: 17px;
        font-size: 33px;
        line-height: 1.15152em;
        font-weight: 600;
        text-transform: uppercase;
    }

.ff-logo-banner {
    position: absolute;
    top: -49px;
    left: 50%;
    margin-left: -49px;
}

@media screen and (max-width: 639px) {
    .hp-banner-bottom {
        height: 345px;
    }

    .hp-banner-bottom-content {
        top: 85px;
    }

    .hp-banner-bottom {
        background-position: 52% bottom;
    }
}

@media screen and (max-width: 479px) {
    .hp-banner-bottom-content .btn {
        font-size: 24px;
    }

    .hp-banner-bottom {
        background-position: 52% bottom;
        background-size: 48%;
    }
}

/* END SECTION PUZZLE */
/******************************************************************************************/
/* SECTION HEADLINE */
.section-headline {
    margin-top: 136px;
}

    .section-headline h1 {
        font-size: 46px;
        line-height: 1.04348em;
        color: #ffffff;
        margin: 0;
        padding: 11px 0;
    }

        .section-headline h1 a {
            color: #ffffff;
        }

/* END SECTION HEADLINE */
/******************************************************************************************/
/* MAIN CONTENT */
.main-content {
    margin: 0;
    padding: 22px 0 22px 0;
    font-size: 17px;
}

/* END MAIN CONTENT */
/******************************************************************************************/
/* POST CONTAINER */
.post-container h2 {
    font-size: 35px;
    line-height: 1.37143em;
    margin: 0;
    padding: 0;
}

.post-container h4 {
    margin-top: 0;
    font-weight: 600;
}

.post-container p {
    font-size: 17px;
    line-height: 1.47059em;
    margin: 0 0 1.5em 0;
    padding: 0;
}

    .post-container p + h4 {
        margin-top: 22px;
    }

.post-container ul li {
    font-size: 17px;
    line-height: 1.47059em;
}

.post-container .space-left {
    margin-left: 120px;
    margin-bottom: 22px;
}

.post-container hr {
    height: 1px;
    background-color: #EDEDED;
}

.post-container span img {
    width: 100%;
    height: auto;
}

/* END POST CONTAINER */
/******************************************************************************************/
/* SIDEBAR CONTAINER */
.sidebar-box h3 {
    font-size: 20px;
    line-height: 1em;
    color: #ffffff;
    margin: 0;
    padding: 11px 22px;
    background-color: #6acacd;
    font-weight: 600;
}

.sidebar-box ul {
    list-style: outside none none;
    margin: 0 0 22px 0;
    padding: 11px 22px;
    background-color: #ededed;
}

    .sidebar-box ul li {
        margin-bottom: 6px;
        font-size: 17px;
        line-height: 1.17647em;
    }

        .sidebar-box ul li a {
            color: #473731;
        }

            .sidebar-box ul li a:hover {
                color: #473731;
                text-decoration: underline;
            }

/* END SIDEBAR CONTAINER */
/******************************************************************************************/
/* FAQ */
.faq-section h3 {
    font-size: 25px;
    line-height: 1.2em;
    margin: 0 0 11px 0;
    padding: 0;
    font-family: "Ropa Sans", sans-serif;
}

    .faq-section h3 a {
        color: #473731;
        outline: none;
    }

        .faq-section h3 a:hover {
            color: #e57332;
        }

        .faq-section h3 a::after {
            content: '';
            display: inline-block;
            width: 15px;
            height: 15px;
            background-image: url("img/show-hide-icon-faq.png");
            background-repeat: no-repeat;
            background-position: -15px -15px;
            margin-left: 11px;
        }

        .faq-section h3 a:hover::after {
            background-position: 0 -15px;
        }

.faq-section .active h3 a {
    color: #e57332;
}

    .faq-section .active h3 a::after {
        background-position: 0 0;
    }

.faq-box {
    position: relative;
    padding: 0;
    padding-left: 16px;
    margin: 0;
}

    .faq-box h4 {
        font-size: 20px;
        line-height: 1.25em;
        font-weight: 600;
        color: #5bbec1;
        margin: 0 0 11px 0;
        padding: 0;
        cursor: pointer;
    }

        .faq-box h4::before {
            content: '';
            position: absolute;
            top: 10px;
            left: 0;
            display: block;
            vertical-align: middle;
            width: 8px;
            height: 8px;
            border-radius: 8px;
            background-color: #e57332;
            margin-right: 6px;
        }

    .faq-box .faq-answer p:last-of-type {
        margin-bottom: 22px;
    }

/* END FAQ */
/******************************************************************************************/
/* BLOG */
.post-container {
    padding: 11px 22px 22px 22px;
    margin: 0 0 22px 0;
}

.post-excerpt {
    border-top: 1px solid #6acacd;
    border-bottom: 1px solid #6acacd;
}

    .post-excerpt:nth-child(2n) {
        background: #ededed;
    }

.job {
    padding: 11px 22px 22px 22px
}

    .job:nth-of-type(odd) {
        background: #ededed;
    }

.post-container h2 {
    font-size: 35px;
    line-height: 48px;
    font-family: 'Ropa Sans', sans-serif;
    margin: 0;
    padding: 0;
    color: #473731;
}

    .post-container h2 a {
        color: #473731;
    }

.post-container h3 {
    font-size: 25px;
    line-height: 30px;
    font-family: 'Ropa Sans', sans-serif;
    margin: 0 0 11px 0;
    padding: 0;
    color: #473731;
}

.post-meta {
    margin: -6px 0 11px;
    padding: 0;
    font-size: 12px;
}

    .post-meta span {
        margin-left: 25px;
    }

.post-container p {
    font-size: 17px;
    line-height: 25px;
    color: #473731;
    margin: 0 0 11px;
    padding: 0;
}

.wp-post-image {
    float: right;
    margin: 0 0 22px 22px;
    max-width: 150px;
    max-height: 150px;
    height: auto;
}

.read-more {
    margin-top: 11px;
    background-color: #473731;
}

.post-tab-container {
    margin-bottom: 22px;
}

    .post-tab-container ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .post-tab-container ul li {
            display: inline-block;
            margin-right: 11px;
            margin-bottom: 11px;
        }

            .post-tab-container ul li:last-child {
                margin-right: 0;
            }

span.wpcf7-not-valid-tip {
    color: #a94442;
    margin: -4px 0 8px 0;
}

div.wpcf7-validation-errors {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-width: 1px;
}

div.wpcf7-mail-sent-ok {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border-width: 1px;
}

section.white {
    text-align: center;
}

    section.white h1 {
        margin: 60px auto 30px auto;
        font-size: 31px;
        line-height: 1.25714em;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        color: black;
    }

    section.white p {
        padding-bottom: 14px;
        color: black;
        font-size: 21px;
        line-height: 1.42857143;
    }

/* WE ARE DIFFERENT */
#how-we-are-different, #we-are-different {
    background: #ffffff;
    text-align: center;
    margin-bottom: 0;
}

    #how-we-are-different h2, #we-are-different h2 {
        color: #473731;
        font-size: 31px;
        line-height: 37px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        margin-top: 90px;
    }

    #how-we-are-different p, #we-are-different p {
        color: #473731;
        font-size: 17px;
        line-height: 25px;
        text-align: center;
        margin-bottom: 60px;
    }

    #how-we-are-different p {
        font-size: 20px;
    }

    #we-are-different .content-box {
        text-align: center;
        max-width: 300px;
        margin-bottom: 75px;
    }

        #we-are-different .content-box h3 {
            color: #473731;
            font-size: 25px;
            line-height: 30px;
            font-weight: 600;
            text-transform: uppercase;
        }

        #we-are-different .content-box p {
            color: #473731;
            font-size: 20px;
            line-height: 25px;
            margin: 0;
        }

@media (max-width: 768px) {
    #we-are-different .content-box {
        max-width: 100%;
    }

    .styled-select {
        width: 205px;
    }

        .styled-select select {
            width: 236px;
        }
}
/* END WE ARE DIFFERENT */

/* CASE STUDIES */
#case-studies {
    background: #ffffff;
    text-align: center;
}

    #case-studies h2 {
        color: #473731;
        font-size: 31px;
        line-height: 37px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        margin-top: 100px;
    }

    #case-studies p {
        color: #473731;
        font-size: 17px;
        line-height: 25px;
        text-align: center;
    }

        #case-studies p:last-of-type {
            margin-bottom: 40px;
        }

    #case-studies .item-content {
        max-width: 705px;
        margin: 0 auto;
    }

    #case-studies .item h3 {
        color: #473731;
        font-size: 18px;
        line-height: 25px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
    }

    #case-studies .item p {
        font-size: 22px;
        line-height: 30px;
        margin: 20px 0;
    }

    #case-studies .item a {
        margin-top: 20px;
    }

        #case-studies .item a:hover {
            text-decoration: none;
        }

    #case-studies .carousel-indicators {
        position: relative;
        top: 0;
        margin-top: 35px;
        margin-bottom: 85px;
    }

        #case-studies .carousel-indicators li {
            border: none;
            background: #999999;
            width: 11px;
            height: 11px;
            margin: 0 10px;
        }

        #case-studies .carousel-indicators .active {
            width: 11px;
            height: 11px;
            background: #473731;
            margin: 0 10px;
        }

.photo-round {
    border-radius: 50%;
}

.quote {
    background-image: url('img/quotes-img.png');
    background-position: 0 -18px;
    background-repeat: no-repeat;
    height: 18px;
    width: 19px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 10px;
}

    .quote.quote-right {
        background-position: 0 0;
        margin: 0 10px 0 15px;
    }

/* END CASE STUDIES */

h2.bad-credit {
    font-size: 31px;
}

@media screen and (max-width: 479px) {
    .post-tab-container ul li {
        display: block;
    }

        .post-tab-container ul li + li {
            margin-left: 0;
            margin-top: 11px;
        }
}

/* END BLOG */
/******************************************************************************************/
/* PAGINATION */
.paging {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 22px;
}

    .paging > div {
        display: inline;
        margin-right: 2px;
    }

    .paging ul {
        display: inline;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .paging ul li {
            display: inline-block;
            width: 26px;
            height: 26px;
            border-radius: 24px;
            text-align: center;
            margin-right: 1px;
            background: #473731;
            color: #ffffff;
        }

    .paging li a {
        display: inline-block;
        width: 26px;
        height: 26px;
        border-radius: 26px;
        border: 1px solid #473731;
        text-align: center;
        margin-right: 3px;
        background: #ffffff;
        text-decoration: none;
        color: #333333;
    }

        .paging li a:hover {
            background: #473731;
            color: #ffffff;
        }

/* END PAGINATION */
/******************************************************************************************/
/* CONTACT FORM */
.wpcf7-form {
    margin-top: 22px;
}

    .wpcf7-form label {
        margin-bottom: 0;
    }

    .wpcf7-form .wpcf7-response-output {
        margin: 0 0 1em 0;
    }

    .wpcf7-form input[type=submit] {
        margin-bottom: 22px;
    }

    .wpcf7-form input[type=text],
    .wpcf7-form input[type=email],
    .wpcf7-form textarea {
        background: #ffffff;
        border: 1px solid #6acacd;
        border-radius: 5px;
        margin: 0 0 10px 0;
        font-size: 15px;
        line-height: 1.33333em;
        padding: 4px 12px;
        width: 100%;
        max-width: 360px;
    }

/* END CONTACT FORM */
/******************************************************************************************/

@media only screen and (max-width: 359px) {
    .contact-box p {
        margin-top: 16px;
    }
}

.wpcf7-form input[type=tel], .wpcf7-form select {
    background: #ffffff;
    border: 1px solid #6acacd;
    border-radius: 5px;
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: 1.33333em;
    padding: 4px 12px;
    width: 100%;
    max-width: 360px;
}


/* Mobile nav menu */

#slide-menu-content {
    height: 100%;
    overflow-y: auto;
}

    #slide-menu-content .toggle {
        top: 13px;
        right: 6px;
    }

#slide-menu {
    z-index: 99999999;
}

    #slide-menu .menu-item {
        position: relative;
    }

    #slide-menu .menu-collapse {
        position: absolute;
        right: 0;
        top: 1px;
        color: #fff;
        width: 40px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        z-index: 9;
        font-size: 2em;
        cursor: pointer;
        background-color: #3b3b3b;
    }

    #slide-menu .sub-menu {
        background-color: #3b3b3b;
    }

.sub-menu {
    margin: 0px 0px -8px 0px !important;
}

#slide-menu .sub-menu li a {
    padding-left: 45px;
    font-size: 16px;
    border-color: #444;
}

#slide-menu .sub-menu .menu-collapse,
#slide-menu .menu-item-1148 .menu-collapse {
    display: none;
}

/* ie scroll fix */
body,
html {
    -ms-overflow-style: scrollbar;
}


#landing-form .form-headline h2 {
    margin-bottom: 20px;
    font-size: 25px;
}

.supernova {
    background-color: #ffffff !important;
}

.jotform-form {
    background: #fff !important;
}

.post-container .app-form-title {
    background: #fff;
    margin-bottom: -15px;
    position: relative;
    z-index: 10;
}

.fca-copy {
    font-size: 16px;
    padding-bottom: 10px;
}

.thankyou-form {
    padding-top: 30px;
}

    .thankyou-form h1 {
        font-size: 24pt;
        color: #33cccc;
        font-weight: bold;
    }

    .thankyou-form p, .thankyou-form a {
        color: #808080;
    }

    .thankyou-form a {
        text-decoration: underline;
    }

.cookie-notice-container {
    padding: 20px 120px 20px 20px;
    color: #473731;
    font-size: 15px;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.cn-set-cookie {
    position: absolute;
    right: 20px;
    top: 50%;
    background: #6acacd;
    max-width: 80px;
    text-align: center;
    width: 100%;
    padding: 5px;
    margin: -13px 0 0 !important;
    transition: .3s;
    border-radius: 3px;
}

    .cn-set-cookie:hover {
        opacity: .8;
        text-decoration: none;
    }

#cn-notice-text {
    float: left;
    text-align: left;
    margin: 0 10px 0 0;
}

#cn-more-info {
    float: left;
    text-decoration: underline;
}

#cookie-notice .button {
    color: #473731;
    margin: 0;
}

#cn-accept-cookie {
    float: right;
}

.fca-text {
    padding: 0 0 20px;
}

@media (max-width: 768px) {
    .cookie-notice-container {
        font-size: 13px !important;
        max-width: 515px;
    }

    .cn-set-cookie {
        margin: -20px 0 0 !important;
    }
}

@media (max-width: 1024px) {
    .cookie-notice-container {
        max-width: 760px;
        margin: 0;
        padding: 40px 120px 40px 20px;
    }
}

@media (max-width: 1364px) {
    .cookie-notice-container {
        max-width: 1024px;
        margin: 0;
        padding: 40px 120px 40px 20px;
    }
}

.section-testimonials {
    background: #dc6d33;
    padding: 20px 0 30px;
}

.testimonials-slider {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    max-width: 1010px;
}

    .testimonials-slider .logo-holder {
        padding: 10px 0 0 20px;
    }

    .testimonials-slider .carousel-inner {
        flex: 1 1 auto;
        width: auto;
    }

        .testimonials-slider .carousel-inner .item {
            -webkit-transition-property: opacity;
            transition-property: opacity;
        }

        .testimonials-slider .carousel-inner .item,
        .testimonials-slider .carousel-inner .active.left,
        .testimonials-slider .carousel-inner .active.right {
            opacity: 0;
        }

        .testimonials-slider .carousel-inner .active,
        .testimonials-slider .carousel-inner .next.left,
        .testimonials-slider .carousel-inner .prev.right {
            opacity: 1;
        }

            .testimonials-slider .carousel-inner .next,
            .testimonials-slider .carousel-inner .prev,
            .testimonials-slider .carousel-inner .active.left,
            .testimonials-slider .carousel-inner .active.right {
                left: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

    .testimonials-slider blockquote {
        border-left: 0;
        font-size: 1.5em;
        margin: 0;
    }

        .testimonials-slider blockquote cite {
            font-style: normal;
        }

.section-loan {
    padding: 50px 0 60px;
}

    .section-loan h2 {
        font-weight: bold;
        text-transform: uppercase;
    }

.loans-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .loans-list li {
        vertical-align: top;
        padding: 0 50px 50px;
        width: 33.3333%;
    }

    .loans-list h3 {
        color: #dc6d33;
        font-size: 21px;
        text-transform: uppercase;
    }

        .loans-list h3 a {
            color: inherit;
        }

            .loans-list h3 a:hover {
                color: #473731;
            }

    .loans-list p {
        margin-right: 55px;
        margin-left: 55px;
    }

.section-price-comparison h2,
.section-price-comparison h3 {
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .loans-list li {
        padding: 0 20px 50px;
    }

    .loans-list p {
        margin-right: 25px;
        margin-left: 25px;
    }
}

@media (max-width: 767px) {
    .loans-list li {
        padding-bottom: 20px;
        width: 50%;
    }
}

@media (max-width: 480px) {
    .loans-list li {
        padding: 0 0 20px;
        width: 100%;
    }
}

.rating-badge {
    clear: right;
    display: inline-block;
    vertical-align: top;
    float: right;
    margin: 10px 0 0;
}

.contact-box + .btn {
    float: right;
    margin-top: 15px !important;
}

header.fixed .rating-badge {
    clear: none;
    margin-right: 10px;
}

header.fixed .toggle-nav {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .rating-badge {
        margin: 35px 0 0;
    }

    header.fixed .rating-badge {
        display: none;
    }

    header.fixed .toggle-nav {
        margin-top: 15px;
    }

    header.fixed .contact-box {
        right: 65px;
        top: 6px;
    }

        header.fixed .contact-box + .btn {
            clear: right;
        }

    header.fixed + .headline {
        margin-top: 90px;
    }
}

@media (max-width: 480px) {
    a.logo {
        height: 68px;
        margin: 30px 0 0;
        width: 150px;
    }
}


/* new or existing customer choice */
.client-choice {
    color: #fff;
    display: inline-block;
    margin-bottom: 18px;
}

.client-choice__option {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 10px;
    color: #f6d3be;
    padding: 6px 12px 7px;
    background: #c28555;
    border-radius: 30px;
}

    .client-choice__option:first-child {
        margin-left: 0;
    }

    .client-choice__option.selected,
    .client-choice__option.selected:hover {
        color: #fff;
        background: #5bbec1;
    }

    .client-choice__option:hover {
        background: #a09879;
    }

    .client-choice__option:before {
        content: '';
        display: inline-block;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #f6d3be;
        border: solid 3px #f79646;
        margin-right: 5px;
        vertical-align: middle;
        position: relative;
        left: -3px;
    }

    .client-choice__option.selected:before {
        background: #f79646;
        border-color: #fff;
        box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
        content: "\2714";
        font-size: 36px;
        font-weight: normal;
        color: #333333;
    }

@media (max-width: 500px) {
    .client-choice__option {
        font-size: 13px;
        line-height: 24px;
        font-weight: 600;
        margin-left: 10px;
        padding: 2px 12px 3px;
        border-radius: 30px;
    }

        .client-choice__option:before {
            width: 24px;
            height: 24px;
            margin-right: 0;
            left: -7px;
        }

        .client-choice__option.selected:before {
            font-size: 24px;
        }
}

@media (max-width: 767px) {
    .client-choice-wrapper {
        text-align: center;
    }
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #dc6d33;
    color: #ffffff;
    width: 100%;
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.2s ease;
}

    .dropdown-content a {
        color: #ffffff;
        padding: 4px 6px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:last-child {
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
        }

        .dropdown-content a:hover {
            background-color: #f78449;
        }

.dropdown:hover .dropdown-content {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}

.dropdown:hover .btn-small {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown:hover .btn-dark {
    background-color: #dc6d33;
}

.homepage-message {
    padding: 40px 0 20px 0;
    background-color: rgb(206, 208, 209);
    color: rgb(71, 55, 49);
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}





.contact-box img {
    width: 125px;
}

@media only screen and (max-width: 359px) {
    .contact-box p {
        margin-top: 35px;
        margin-right: 10px;
        text-align: left !important;
        width: 330px;
    }
}

@media only screen and (max-width: 479px) {
    .contact-box p {
        margin-top: 35px;
        margin-right: 10px;
        text-align: left !important;
        width: 330px;
    }

    a.logo {
        height: 68px;
        margin: 15px 0 0;
        width: 150px;
    }
}

/* sm */
@media (min-width: 768px) {
    .contact-box img {
        width: 150px;
    }
}
/* md */
@media (min-width: 992px) {
    .contact-box img {
        width: 200px;
    }
}
/* lg */
@media (min-width: 1200px) {
    .contact-box img {
        width: 225px;
    }
}

.details {
    margin-top: 60px;
}

.actions {
    margin-top: 20px;
    height: 52px;
}

.bank {
    margin-top: 20px;
}

.fileUpload {
    width: 100%
}