@charset "utf-8";
/* CSS Document */

/* COLOURS */
/* Examples on how to use: 

    color: var(--dark);
    backgound: var(--blue);

*/

:root {
    --black: #000000;
    --charcoal: #333333;
    --white: #ffffff;
    --lightgrey: #f1f1f1;
    --headerbg: #5A428E;
    --dusk: #5A428E;
    --night: #443065;
    --midnight: #2B203E;
    --red: #C52440;
    --blue: #00AEEF;
    --teal: #00B9B9;
    --lilac: #A491CC;
}

/* GLOBAL Styles */

body {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 18px;
    color: var(--midnight);
    background: var(--charcoal);
}

img {
    max-width: 100%;
    height: auto;
}

/* FONTS */

h1 {
    font-size: 48px;
    font-weight: 600;
}

h2 {
    font-size: 36px;
    font-weight: 600;
}

h3 {
    font-size: 28px;
    font-weight: 600;
}

h4 {
    font-size: 21px;
    font-weight: 600;
}

/* Backgrounds */

.whitebg {
    background: var(--white);
    padding-top: 50px;
    padding-bottom: 50px;
    color: var(--black);
}

.headerbg {
    background: var(--midnight);
    background-image: url("../images/bg2.png");
    background-size: cover;
    background-position: center;
    padding-top: 190px;
    padding-bottom: 190px;
    color: var(--white);
}

    .headerbg a {
        text-decoration: none;
        color: var(--lightgrey);
    }

    .headerbg table {
        color: var(--white);
    }

.overdraftbg {
    background: var(--midnight);
    background-image: url("../images/bg3.png");
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 70px;
    color: var(--white);
}

    .overdraftbg a {
        text-decoration: none;
        color: var(--lightgrey);
    }

.pensionbg {
    background: var(--midnight);
    background-image: url("../images/bg4.png");
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 70px;
    color: var(--white);
}

    .pensionbg a {
        text-decoration: none;
        color: var(--lightgrey);
    }


.ccbg {
    background: var(--midnight);
    background-image: url("../images/bg5.png");
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 70px;
    color: var(--white);
}

    .ccbg a {
        text-decoration: none;
        color: var(--lightgrey);
    }

.loanbg {
    background: var(--midnight);
    background-image: url("../images/bg6.png");
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 70px;
    color: var(--white);
}

    .loanbg a {
        text-decoration: none;
        color: var(--lightgrey);
    }

.taxbg {
    background: var(--midnight);
    background-image: url("../images/bg7.png");
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 70px;
    color: var(--white);
}

    .taxbg a {
        text-decoration: none;
        color: var(--lightgrey);
    }

.carbg {
    background: var(--midnight);
    background-image: url("../images/bg8.png");
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 70px;
    color: var(--white);
}

    .carbg a {
        text-decoration: none;
        color: var(--lightgrey);
    }


.pcpbg {
    background: var(--midnight);
    background-image: url("../images/bg9.png");
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 70px;
    color: var(--white);
}

    .pcpbg a {
        text-decoration: none;
        color: var(--lightgrey);
    }


.housebg {
    background: var(--midnight);
    background-image: url("../images/bg10.png");
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 70px;
    color: var(--white);
}

    .housebg a {
        text-decoration: none;
        color: var(--lightgrey);
    }


.midnightbg {
    background: var(--midnight);
    padding-top: 70px;
    padding-bottom: 70px;
    color: var(--white);
}

    .midnightbg a {
        text-decoration: none;
        color: var(--lightgrey);
    }

    .midnightbg table {
        color: var(--white);
    }

.duskbg {
    background: var(--dusk);
    padding-top: 70px;
    padding-bottom: 70px;
    color: var(--white);
}

    .duskbg a {
        text-decoration: none;
        color: var(--lightgrey);
    }

.redbg {
    background: var(--red);
    padding-top: 70px;
    padding-bottom: 70px;
    color: var(--white);
}

    .redbg a {
        text-decoration: none;
        font-weight: 600;
        color: var(--lightgrey);
    }

.redbox {
    background: var(--red);
    padding: 30px 30px;
    border-radius: 10px;
    color: var(--white);
    text-align: center;
    font-size: 0.85rem;
    margin-bottom: 20px;
}

    .redbox a {
        text-decoration: none;
        font-weight: 600;
        color: var(--lightgrey);
    }

.tealbg {
    background: var(--teal);
    padding-top: 70px;
    padding-bottom: 70px;
    color: var(--white);
}

    .tealbg a {
        text-decoration: none;
        font-weight: 600;
        color: var(--lightgrey);
    }

.tealbox {
    background: var(--teal);
    padding: 30px 30px;
    border-radius: 10px;
    color: var(--white);
    text-align: center;
    font-size: 0.85rem;
    margin-bottom: 20px;
}

    .tealbox a {
        text-decoration: none;
        font-weight: 600;
        color: var(--lightgrey);
    }

.bluebox {
    background: var(--midnight);
    padding: 30px 30px;
    border-radius: 10px;
    color: var(--white);
    text-align: center;
    margin-bottom: 20px;
}

.lbluebox {
    background: var(--blue);
    padding: 30px 30px;
    border-radius: 10px;
    color: var(--white);
    text-align: center;
    margin-bottom: 20px;
}

.lilacbox {
    background: var(--lilac);
    padding: 30px 30px;
    border-radius: 10px;
    color: var(--white);
    text-align: center;
    margin-bottom: 20px;
}

.nightbox {
    background: var(--night);
    padding: 30px 30px;
    border-radius: 10px;
    color: var(--white);
    margin-bottom: 20px;
}

.greybox {
    background: var(--lightgrey);
    padding: 30px 30px;
    border-radius: 10px;
    color: var(--black);
    margin-bottom: 20px;
}

.footerbg {
    background: var(--charcoal);
    padding-top: 80px;
    padding-bottom: 80px;
    color: var(--white);
    font-size: 0.85rem;
}

    .footerbg a {
        text-decoration: none;
        color: var(--lightgrey);
        font-weight: 600;
    }


/* Navigation */

.bg-dark {
    background-color: var(--dusk) !important;
}

.navbar {
    font-weight: 600;
    font-size: 0.85rem;
}

.navbar-brand {
    font-size: 1.5rem;
}

.footerbg ul {
    padding: 0;
    list-style-type: none;
}

.breadcrumbs {
    font-size: 0.75rem;
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn-teal {
    color: #fff;
    background-color: var(--red);
    border-color: var(--red);
}

    .btn-teal:hover {
        color: #fff;
        background-color: var(--dusk);
        border-color: var(--dusk);
    }

.btn-blue {
    color: #fff;
    background-color: var(--midnight);
    border-color: var(--midnight);
}

    .btn-blue:hover {
        color: #fff;
        background-color: var(--dusk);
        border-color: var(--dusk);
    }

.btn-teal {
    color: #fff;
    background-color: var(--teal);
    border-color: var(--teal);
}

    .btn-teal:hover {
        color: #fff;
        background-color: var(--dusk);
        border-color: var(--dusk);
    }

/* Home styles */

.home h1 {
    font-size: 4em;
}

@media (max-width: 768px) {

    .home h1 {
        font-size: 2em;
        font-weight: bold;
    }

    .headerbg {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .footerbg {
        padding-top: 50px;
        padding-bottom: 50px;
    }


    .mobhide {
        display: none;
    }
}
/* FAQ styles */

.panel-heading {
    padding: 20px 20px 10px 20px;
    border: solid 1px #666666;
    margin: 10px 0px;
}

.panel-body {
    padding: 20px 20px 10px 20px;
    border: solid 1px #666666;
    margin: 0px;
}

/* Blog styles */

.blogpanel {
    background-color: var(--white);
    color: var(--black);
    margin-bottom: 15px;
    border: solid 1px #707070;
}

.blogpaneltext {
    padding: 20px;
}

/* bullet styles */

ul.nobullet {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li.bullet {
    background: url("../images/arrow-li.png") no-repeat left top;
    padding-left: 25px;
    padding-top: 0px;
    margin-bottom: 5px;
}

li.wbullet {
    background: url("../images/arrow-li-w.png") no-repeat left top;
    padding-left: 25px;
    padding-top: 0px;
    margin-bottom: 5px;
}

/* Recaptcha */
#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

.grecaptcha-badge {
    visibility: hidden;
}


.accordion {
    color: var(--black);
}