/** bootstrap overrides*/

.btn {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-family: BrandonGrotesque;
    text-transform: uppercase;
}

.navbar-default {
    background: none;
    border: none;
    font-size: 16px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0px !important;
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background: #f5f5f5;
        font-family: TondoBold;
        font-weight: normal;
        color: #333;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 12px;
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        color: #333;
        margin: 0 6px;
    }

    .navbar-default .navbar-nav > li:hover > a {
        background: #f5f5f5;
    }

    .navbar-default .nav .dropdown:hover .dropdown-menu {
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        border: none;
    }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background: none;
}

.breadcrumb {
    background: none;
    padding: 0;
    font-size: 11px;
}

    .breadcrumb > li + li:before {
        color: #333333;
        content: "> ";
        padding: 0 5px;
        font-family: TondoRegular;
        font-weight: normal;
    }

    .breadcrumb a {
        color: #ec2028 !important;
    }

        .breadcrumb a:hover {
            text-decoration: underline;
        }

    .breadcrumb > .active, .breadcrumb > .active a, .breadcrumb > .active a:hover {
        color: #333 !important;
        font-family: TondoBold;
        font-weight: normal;
        text-decoration: none;
    }

.media-heading {
    text-transform: uppercase;
    margin-bottom: 10px;
}


/* common stuff before custom & after bootstrap */


/** new buttons **/

.btn-purple {
    color: #fff !important;
    border-color: #34306e;
    background-color: #34306e;
}

    .btn-purple:hover {
        color: #fff !important;
        ;
        border-color: #565493;
        background-color: #565493;
    }

    .btn-purple:active {
        color: #fff !important;
        border-color: #45417c !important;
        background-color: #45417c !important;
        ;
    }

.btn-purple-border {
    color: #8262a4 !important;
    border-color: #6a65aa;
}

    .btn-purple-border:hover {
        color: #fff !important;
        ;
        border-color: #6a65aa;
        background-color: #6a65aa;
    }

    .btn-purple-border:active {
        color: #fff !important;
        border-color: #45417c !important;
        background-color: #45417c !important;
        ;
    }

.btn-red {
    color: #fff !important;
    background: #e82332;
    border-color: #e82332;
}

    .btn-red:hover {
        background: #c2101e;
        border-color: #c2101e;
    }

    .btn-red:active {
        background: #9f0c17;
        border-color: #9f0c17;
    }


/* purple div list */

div.list-purple .list-group-item {
    background: #FDFDFD;
    color: #333;
    font-family: BrandonGrotesque;
    text-transform: uppercase;
}

    div.list-purple .list-group-item:first-child, .list-group-item:last-child {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #FDFDFD;
        color: #333;
    }

    div.list-purple .list-group-item:active, div.list-purple .list-group-item-active {
        background-color: #e5e2e9;
        color: #333;
    }

    div.list-purple .list-group-item:hover {
        background-color: #e5e2e9;
        color: #333;
    }

div.list-purple .list-group-header, .list-purple .list-group-header:hover, .list-purple .list-group-header:active {
    background: #8262a4 !important;
    color: #fff !important;
}

div.list-purple .list-group-item i {
    color: #8361a5;
    margin-right: 8px;
}


/* label-purple */

.label-purple {
    background: #8262a4;
    color: #fff;
}


/* purple nav */

.navbar-default {
    background: none;
    border: none;
    font-size: 16px;
    border-bottom: 1px solid #dddddd;
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background: #f5f5f5;
        font-family: TondoBold;
        font-weight: normal;
        color: #333;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 12px;
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        color: #333;
        margin: 0 6px;
    }

    .navbar-default .navbar-nav > li:hover > a {
        background: #f5f5f5;
    }

    .navbar-default .nav .dropdown:hover .dropdown-menu {
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        border: none;
    }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background: none;
}

.nav-purple {
    border: 0;
}

    .nav-purple > li {
        text-align: center;
        border-bottom: 0;
        border-right: 1px solid #ddd;
    }

        .nav-purple > li:last-child {
            border-right: none;
        }

        .nav-purple > li > a {
            color: #333;
            border-bottom-color: #fff !important;
        }

            .nav-purple > li > a:hover {
                background: none;
                border-color: #fff;
            }

        .nav-purple > li .fa {
            font-size: 44px;
            color: #8361a5;
            margin-bottom: 8px;
        }

        .nav-purple > li h2 {
            margin-top: 0;
            font-size: 16px;
            text-transform: uppercase;
            margin-bottom: 0px;
        }


/* full width columns @ http://stackoverflow.com/a/22025566*/

.table-container {
    display: table;
}

    .table-container .table-row {
        height: 100%;
        display: table-row;
    }

        .table-container .table-row .table-col {
            display: table-cell;
            float: none;
            vertical-align: top;
        }

/* Inflows Table Container */
/* Inflows Table Container */
.inflows-table-container {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Inflows Row */
.inflows-row {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

    .inflows-row:last-child {
        border-bottom: none;
    }

/* Inflows Header */
.inflows-header {
    background-color: #f2f2f2;
    font-weight: bold;
    text-align: center;
}

/* Inflows Cell */
.inflows-cell {
    flex: 1;
    padding: 8px 10px;
    text-align: right;
    font-size: 14px;
}

    .inflows-cell:first-child {
        text-align: left;
    }

/* Highlight Row */
.inflows-row.highlight {
    background-color: yellow;
}

/* Highlight Cell */
.inflows-cell.highlight {
    background-color: yellow;
}
.surplus-table .inflows-cell.deficit {
    color: red;
    font-weight: bold;
}

.surplus-table .inflows-cell.surplus {
    color: green;
    font-weight: bold;
}

.surplus-table .inflows-header {
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 768px) {
    /* Make the table container scrollable on smaller screens */
    .inflows-table-container {
        display: block;
        overflow-x: auto;
    }

    /* Adjust row display to allow better alignment on smaller screens */
    .inflows-row {
        min-width: 600px;
    }

    /* Adjust the font size and padding for smaller screens */
    .inflows-cell {
        padding: 6px 8px;
        font-size: 12px;
    }
}


/* Courses Container */
.courses-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Individual Course Tile */
.course-tile {
    display: block;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    text-decoration: none;
    color: #333;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

    /* Hover Effect */
    .course-tile:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        border-color: #0073e6;
    }

    /* Title and Subtitle Styling */
    .course-tile h2 {
        font-size: 18px;
        margin: 0 0 10px 0;
        color: #0073e6;
    }

    .course-tile h3 {
        font-size: 16px;
        margin: 0 0 10px 0;
        color: #333;
    }

    .course-tile p {
        font-size: 14px;
        line-height: 1.6;
        margin: 0;
    }
    /* Image Styling */
    .course-tile img {
        display: block;
        width: 100%; /* Ensures the image fits within the container */
        height: auto; /* Maintains aspect ratio */
        margin: 10px 0; /* Adds spacing above and below the image */
        border-radius: 5px; /* Optional: Rounds the image corners */
    }
/* pagination */


.pagination li:first-child a {
    border-left: none;
    padding-right: 20px;
}

.pagination li:last-child a {
    border-right: none;
    padding-left: 20px;
}

.pagination > li > a, .pagination > li > span {
    border-top: none;
    border-bottom: none;
    color: #ec2028;
    padding: 0 7px;
    font-size: 13px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: none;
    color: #333 !important;
    border-color: #ddd;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #ccc !important;
}

.pagination > li:hover > a {
    background: none;
}


/* custom css */

@font-face {
    font-family: "TondoLight";
    src: url("../fonts/be4c6a92-dbbb-498e-be5d-9ac55fcb9efc.eot?#iefix");
    src: url("../fonts/be4c6a92-dbbb-498e-be5d-9ac55fcb9efc.eot?#iefix") format("eot"), url("../fonts/a9e18607-da56-4774-87e9-6587851d8333.woff2") format("woff2"), url("../fonts/f09245df-3b3b-47a6-aab1-b95429b3c20d.woff") format("woff"), url("../fonts/58674259-7cb9-416a-9623-45ba388b4544.ttf") format("truetype"), url("../fonts/51b496ba-5ac5-4ca9-a22b-074d360fa24c.svg#51b496ba-5ac5-4ca9-a22b-074d360fa24c") format("svg");
}

@font-face {
    font-family: "TondoRegular";
    src: url("../fonts/18c35e4e-5709-4556-8fdc-7a8ef400fdb6.eot?#iefix");
    src: url("../fonts/18c35e4e-5709-4556-8fdc-7a8ef400fdb6.eot?#iefix") format("eot"), url("../fonts/b27d684b-71ca-4cf9-a140-358f641d3043.woff2") format("woff2"), url("../fonts/432e49cd-d621-48ad-84c9-8d49657ac60a.woff") format("woff"), url("../fonts/8008c629-d89e-442d-9452-30541d1d2aef.ttf") format("truetype"), url("../fonts/391854d3-668a-4496-82db-2f3b2bdf4e79.svg#391854d3-668a-4496-82db-2f3b2bdf4e79") format("svg");
}

@font-face {
    font-family: "TondoBold";
    src: url("../fonts/be292b8a-3258-4750-953c-b62f442cb793.eot?#iefix");
    src: url("../fonts/be292b8a-3258-4750-953c-b62f442cb793.eot?#iefix") format("eot"), url("../fonts/d59f19a5-8176-4e63-a6c1-be9a6f17b517.woff2") format("woff2"), url("../fonts/d5fd5b51-443b-4bb7-98c2-f91c3109c2a5.woff") format("woff"), url("../fonts/6c356f09-0855-4c81-b41f-bc3245f41cb7.ttf") format("truetype"), url("../fonts/3fa04760-dc3b-4a86-9e53-7e6d4b1ea49f.svg#3fa04760-dc3b-4a86-9e53-7e6d4b1ea49f") format("svg");
}

@font-face {
    font-family: "BrandonGrotesque";
    src: url("../fonts/172fdde2-f56b-433a-a6e2-ebeab9dfb588.eot?#iefix");
    src: url("../fonts/172fdde2-f56b-433a-a6e2-ebeab9dfb588.eot?#iefix") format("eot"), url("../fonts/50ca6f6f-b64d-4af0-9b30-526cf363d87e.woff2") format("woff2"), url("../fonts/050c2cbf-b818-4b8e-b6d2-71b70478bd9d.woff") format("woff"), url("../fonts/7da41ce3-b3fd-4fca-a85f-4f3099884c15.ttf") format("truetype"), url("../fonts/37c88f3d-9532-4547-9e11-7cca7f66048c.svg#37c88f3d-9532-4547-9e11-7cca7f66048c") format("svg");
}


/* design guides */

body {
    color: #333333;
    font-family: TondoRegular;
}

a, a:visited {
    color: #8262a4;
}

    a:hover {
        text-decoration: none;
        color: #8262a4;
    }

p {
    font-size: 16px;
}

    strong, b, p strong, p b {
        font-family: TondoBold;
        font-weight: normal;
    }

pre {
    border: none;
    width: auto;
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    font-family: TondoRegular;
    font-size: 16px;
}

h1, h1 a, .h1, .h1 a {
    color: #8262a4 !important;
    font-size: 36px;
    font-family: BrandonGrotesque;
    text-transform: uppercase;
}

h2, h2 a, .h2, .h2 a {
    color: #333 !important;
    font-size: 20px;
    font-family: BrandonGrotesque;
    text-transform: uppercase;
}

h1.headline, h1.headline a {
    font-size: 24px;
    color: #8262a4 !important;
}

h2.headline, h2.headline a, .h2headline, .h2headline a {
    font-size: 24px;
}

    h2.headline .fa, h2.headline a .fa, .h2headline .fa, .h2headline a .fa {
        color: #8262a4;
    }

h3 {
    color: #333;
    font-size: 16px;
    font-family: BrandonGrotesque;
    text-transform: uppercase;
}

h4 {
    color: #8262a4;
    font-size: 20px;
    font-family: BrandonGrotesque;
    text-transform: uppercase;
}

h5 {
    color: #333;
    font-size: 13px;
    font-family: BrandonGrotesque;
    text-transform: uppercase;
}

h6 {
    color: #333;
    font-size: 13px;
    font-family: BrandonGrotesque;
    text-transform: uppercase;
}

h5.subheading {
    color: #8262a4;
}


/* header */

header #logo-bar {
    margin: 30px 0 20px 0;
    background: url("../images/logos/stripes.png") center top repeat-x;
}

body.page-type-blog header #logo-bar {
    background: url("../images/logos/stripes-matters.png") center -4px repeat-x;
}

header #logo-bar #logo {
    text-align: center;
}

header #logo-bar .btns {
    float: right;
    margin-right: 50px;
    margin-top: -42px
}

    header #logo-bar .btns .btn-whitespace {
        border: 7px solid #fff;
        float: left;
        margin-right: 10px
    }

        header #logo-bar .btns .btn-whitespace:last-child {
            margin-right: 0;
        }

    header #logo-bar .btns a.btn {
        width: 120px;
        font-size: 14px;
        text-transform: uppercase;
        border-width: 2px;
    }

header .logo-headline {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-family: BrandonGrotesque;
    color: #666;
}

    header .logo-headline span {
        color: #ec2028;
    }

header #logo-headline-mobile {
    margin-top: -15px;
    margin-bottom: 10px;
}


/* purple nav */

.navbar-default {
    background: none;
    border: none;
    font-size: 16px;
    border-bottom: 1px solid #dddddd;
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background: #f5f5f5;
        font-family: TondoBold;
        font-weight: normal;
        color: #333;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 12px;
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        color: #333;
        margin: 0 6px;
    }

    .navbar-default .navbar-nav > li:hover > a {
        background: #f5f5f5;
    }

    .navbar-default .nav .dropdown:hover .dropdown-menu {
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        border: none;
    }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background: none;
}

.nav-purple {
    border: 0;
}

    .nav-purple > li {
        text-align: center;
        border-bottom: 0;
        border-right: 1px solid #ddd;
    }

        .nav-purple > li:last-child {
            border-right: none;
        }

        .nav-purple > li > a {
            color: #333;
            border-bottom-color: #fff !important;
            ;
        }

            .nav-purple > li > a:hover {
                background: none;
                border-color: #fff;
            }

        .nav-purple > li .fa {
            font-size: 44px;
            color: #8361a5;
            margin-bottom: 8px;
        }

        .nav-purple > li h2 {
            margin-top: 0;
            font-size: 16px;
            text-transform: uppercase;
            margin-bottom: 0px;
        }

header #nav-menu {
    margin: 5px;
    min-height: 0;
}

    header #nav-menu .navbar-header .navbar-header-border {
        margin-top: -58px;
        float: left;
        border: 5px solid #fff;
    }

    header #nav-menu .navbar-header .navbar-toggle {
        background: #333;
        border: none;
        padding: 10px 9px;
        margin: 0;
    }

        header #nav-menu .navbar-header .navbar-toggle span.icon-bar {
            background: #fff;
            height: 4px;
            border-bottom: 1px solid #333;
            width: 18px;
        }

    header #nav-menu .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
        text-transform: uppercase;
    }

    header #nav-menu .navbar-collapse {
        text-align: center;
    }

    header #nav-menu ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }


/* section */

.section-wrapper {
    background: none;
    padding: 15px 0 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .section-wrapper.mt-150 {
        margin-top: 150px;
    }

    .section-wrapper.mt-150-100 {
        margin-top: 150px;
    }

@media (max-width: 1040px) {
    .section-wrapper.mt-150-100 {
        margin-top: 100px;
    }
}

section {
    background: #fff;
    border: none;
    min-height: 400px;
    border-bottom: none;
    padding: 25px 40px;
    font-size: 16px;
}

    section .page-header {
        border: none;
        margin-top: 0px;
        margin-bottom: 5px
    }

        section .page-header h1, section .page-header h1 a {
            margin: 0;
        }

        section .page-header .h1 {
            margin: 0;
        }

        section .page-header h5 {
            color: #8361A5;
            text-transform: none;
            font-family: TondoBold;
        }

    section .purple {
        color: #8262A4;
    }

    section .red {
        color: #ec2028;
    }

    section h2 {
        margin-top: 25px;
    }

    section .page-header a {
        color: #8262A4 !important;
    }


    /* money guideline */

    section.content-guideline {
        padding: 30px 45px;
    }



/* purple nav */

.navbar-default {
    background: none;
    border: none;
    font-size: 16px;
    border-bottom: 1px solid #dddddd;
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background: #f5f5f5;
        font-family: TondoBold;
        font-weight: normal;
        color: #333;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 12px;
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        color: #333;
        margin: 0 6px;
    }

    .navbar-default .navbar-nav > li:hover > a {
        background: #f5f5f5;
    }

    .navbar-default .nav .dropdown:hover .dropdown-menu {
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        border: none;
    }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background: none;
}

.nav-purple {
    border: 0;
}

    .nav-purple > li {
        text-align: center;
        border-bottom: 0;
        border-right: 1px solid #ddd;
    }

        .nav-purple > li:last-child {
            border-right: none;
        }

        .nav-purple > li > a {
            color: #333;
            border-bottom-color: #fff !important;
        }

            .nav-purple > li > a:hover {
                background: none;
                border-color: #fff;
            }

        .nav-purple > li .fa {
            font-size: 44px;
            color: #8361a5;
            margin-bottom: 8px;
        }

        .nav-purple > li h2 {
            margin-top: 0;
            font-size: 16px;
            text-transform: uppercase;
            margin-bottom: 0px;
        }

header #nav-menu {
    margin: 5px;
    min-height: 0;
}

    header #nav-menu .navbar-header .navbar-header-border {
        margin-top: -58px;
        float: left;
        border: 5px solid #fff;
    }

    header #nav-menu .navbar-header .navbar-toggle {
        background: #333;
        border: none;
        padding: 10px 9px;
        margin: 0;
    }

        header #nav-menu .navbar-header .navbar-toggle span.icon-bar {
            background: #fff;
            height: 4px;
            border-bottom: 1px solid #333;
            width: 18px;
        }

    header #nav-menu .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
        text-transform: uppercase;
    }

    header #nav-menu .navbar-collapse {
        text-align: center;
    }

    header #nav-menu ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }

section.content-guideline .sub-nav {
    margin-bottom: 20px;
    margin-top: 15px;
}

    section.content-guideline .sub-nav > li > a {
        color: #333;
        text-transform: uppercase;
        padding: 10px;
    }

        section.content-guideline .sub-nav > li > a i {
            color: #8361a5;
            margin-right: 4px;
            font-size: 18px;
        }

    section.content-guideline .sub-nav > li.active a {
        font-family: TondoBold;
        cursor: pointer;
    }

section.content-guideline .page-content {
    padding: 0 15px;
}


/* money guidance videos & interviews */

section.content-guideline-videos .page-content .container-fluid, section.content-guideline-interviews .page-content .container-fluid {
    margin-top: 30px;
}

section.content-guideline-videos .row .media, section.content-guideline-interviews .row .media {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

    section.content-guideline-videos .row .media:last-child, section.content-guideline-interviews .row .media:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
    }

section.content-guideline-videos .media-left, section.content-guideline-interviews .media-left {
    padding-right: 30px;
}

section.content-guideline-videos h2, section.content-guideline-interviews h2, section.content-guideline-videos .h2, section.content-guideline-interviews .h2 {
    font-size: 18px;
    margin-top: 0;
    text-transform: uppercase;
}

    section.content-guideline-videos h2 a, section.content-guideline-interviews h2 a, section.content-guideline-videos .h2 a, section.content-guideline-interviews .h2 a {
        color: #ec2028 !important;
    }

section.content-guideline-tools .nav-purple {
    margin-top: 40px;
    margin-bottom: 40px;
}

    section.content-guideline-tools .nav-purple li {
        padding-left: 65px;
        padding-right: 65px;
    }


/* money guidance planner */

section.content-guideline-tools-planner .calculation-item > div {
    margin-bottom: 3px;
}

section.content-guideline-tools-planner h3.calculation-outgoings {
    margin-top: 20px;
}

section.content-guideline-tools-planner h3.calculation-results {
    margin-top: 0;
}

section.content-guideline-tools-planner .input-group .input-group-addon {
    background: none;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
}

section.content-guideline-tools-planner .input-group .form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

section.content-guideline-tools-planner .calculation-input-column {
    border-right: 1px solid #ddd;
}

section.content-guideline-tools-planner h4.panel-title {
    text-transform: uppercase;
}

    section.content-guideline-tools-planner h4.panel-title a {
        color: #333 !important;
    }

section.content-guideline-tools-planner .panel-heading {
    cursor: pointer;
}

    section.content-guideline-tools-planner .panel-heading .panel-title .fa-caret-down {
        display: none;
    }

section.content-guideline-tools-planner .panel.panel-expanded .panel-heading .panel-title .fa-caret-down {
    display: inline-block;
}

section.content-guideline-tools-planner .panel.panel-expanded .panel-heading .panel-title .fa-caret-right {
    display: none;
}

section.content-guideline-tools-planner input.bpf {
    text-align: right;
}

section.content-guideline-tools-planner .calculation-result-column {
    display: none;
}

    section.content-guideline-tools-planner .calculation-result-column #calculation-results-div {
        display: none;
    }

        section.content-guideline-tools-planner .calculation-result-column #calculation-results-div p {
            font-size: 14px;
        }

        section.content-guideline-tools-planner .calculation-result-column #calculation-results-div .calculations div.bignumber {
            float: left;
            height: 60px;
            margin-right: 10px;
            font-size: 34px;
            margin-bottom: -8px;
            font-family: TondoBold
        }

        section.content-guideline-tools-planner .calculation-result-column #calculation-results-div .calculations div.bigdesc {
            float: left;
            margin-top: 5px;
        }

section.content-guideline-tools-planner .panel-body > div {
    padding-left: 0;
}

    section.content-guideline-tools-planner .panel-body > div > div {
        padding: 0;
    }

section.content-guideline-tools-planner .panel-sum {
    color: #8262a4;
    font-size: 16px;
    font-family: TondoBold;
    float: right;
    margin-top: 0px !important;
    text-align: right;
}


/* worksheet */

section.content-guideline-tools-worksheet .media {
    margin-left: 35px;
}

    section.content-guideline-tools-worksheet .media .media-left a {
        color: #8262a4;
    }

section.content-media-list .media-body h4 {
    color: #333;
}


/* media list (2 columns e.g. additional borrowing) */

section.content-media-list-2c .cols {
    padding-left: 0;
    padding-top: 20px;
}

    section.content-media-list-2c .cols .media .media-left .fa {
        color: #8262a4;
        font-size: 38px;
    }

    section.content-media-list-2c .cols .media .media-body h4 {
        margin-top: 15px;
    }

section.content-media-list-2c .footnote {
    margin-top: 15px;
    font-size: 14px;
}


/* consumer template */

section.content-consumer hr {
    margin-top: 40px;
    margin-bottom: 40px;
}


/* money guidance calculator */

section.content-guideline-tools-calculator .calculation-item > div {
    margin-bottom: 10px;
}

section.content-guideline-tools-calculator .calculation-result-column {
    border-left: 1px solid #ddd;
}

section.content-guideline-tools-calculator h3.calculation-outgoings {
    margin-top: 20px;
}

section.content-guideline-tools-calculator h3.calculation-results {
    margin-top: 0;
}

section.content-guideline-tools-calculator .input-group .input-group-addon {
    background: none;
    border: none;
    padding-left: 0px;
}

section.content-guideline-tools-calculator .input-group .form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

section.content-guideline-tools-calculator #calculation-results-div {
    display: none;
}

    section.content-guideline-tools-calculator #calculation-results-div .calculations div.bignumber {
        float: left;
        height: 60px;
        font-size: 40px;
        font-family: TondoBold;
    }

    section.content-guideline-tools-calculator #calculation-results-div .calculations div.bigdesc {
        float: left;
        margin-left: 8px;
        margin-top: 5px;
    }

.no-padding {
    padding: 0px !important;
}

section.content-guideline-tools-calculator .number:disabled {
    cursor: default;
}

.button {
    font-family: BrandonGrotesque;
    background-color: #8262a4;
    color: #FFFFFF;
    text-decoration: none;
    min-width: 110px;
    height: 40px;
    padding-top: 8px;
    border-radius: 8px !important;
}

    .button:hover {
        background-color: #6a65aa;
        color: #FFFFFF;
    }

    .button:visited {
        background-color: #45417c;
        color: #FFFFFF;
    }

.button-back {
    background-color: #FFFFFF;
    color: #8262a4;
    border-color: #8262a4;
}

    .button-back:hover {
        color: #FFF;
    }

    .button-back:visited {
        color: #FFF;
    }

.button-red {
    background-color: #ec2028;
    text-align: center;
    text-decoration: none;
    width: 200px !important;
    height: 50px !important;
    padding-top: 15px;
}

    .button-red:hover {
        background-color: #c2101e;
        color: #FFFFFF;
    }

    .button-red:active {
        background-color: #9f0c17;
        color: #FFFFFF;
    }

    .button-red:visited {
        background-color: #ec2028;
    }

section.content-guideline-tools-calculator .apply-button {
    margin-top: 12px;
}

@media (max-width:350px) {
    section.content-guideline-tools-calculator .input-group .input-group-addon {
        padding-right: 5px;
    }

    section.content-guideline-tools-calculator .number {
        width: 72px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.content-guideline-tools-calculator .apply-button {
        margin-top: 38px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.content-guideline-tools-calculator .apply-button {
        margin-top: 12px !important;
    }
}

section.content-guideline-tools-calculator .dividing-line {
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
    margin-bottom: 15px;
}

section.content-guideline-tools-calculator .result-dividing-line {
    border-bottom: 1px solid #ccc;
    margin: auto;
}

section.content-guideline-tools-calculator .pad-top-bottom {
    margin-top: 15px;
    margin-bottom: 15px;
}

section.content-guideline-tools-calculator input[type=text] {
    text-align: right;
}

    section.content-guideline-tools-calculator input[type=text]:invalid {
        background-color: red;
    }

section.content-guideline-tools-calculator .redText {
    color: #e82332;
}

section.content-guideline-tools-calculator .blackText {
    color: #333333;
}

section.content-guideline-tools-calculator .read-only-textfield {
    background-color: #FFFFFF !important;
    cursor: default !important;
    border: none;
    box-shadow: none;
}

section.content-guideline-tools-calculator .result-box {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: thin solid #8361A5;
}

section.content-guideline-tools-calculator .result-header {
    background-color: #8361A5;
    border-bottom: none;
    color: #FFFFFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

section.content-guideline-tools-calculator .help-text {
    font-size: 13px;
    color: #999999;
}

section.content-guideline-tools-calculator .btn-apply {
    font-size: 18px;
    padding-top: 12px;
}

.full-width {
    width: 100%;
}

.text-right {
    text-align: right;
}

.font-bold {
    font-family: TondoBold;
}

.font-regular {
    font-family: TondoRegular;
}

section.content-guideline-tools-calculator .left-panel {
    padding-left: 0px;
    padding-right: 30px;
}

section.content-guideline-tools-calculator .right-panel {
    padding-left: 30px;
    padding-right: 0px;
}

@media (max-width: 767px) {
    section.content-guideline-tools-calculator .left-panel {
        padding-left: 0px;
        padding-right: 0px;
    }

    section.content-guideline-tools-calculator .right-panel {
        padding-left: 0px;
        padding-right: 0px;
    }

    section.content-guideline-tools-calculator .result-header {
        text-align: center;
    }

    header #logo-bar {
        background: url("../images/logos/mobile-stripes.png") center top repeat-x;
    }

    body.page-type-blog header #logo-bar {
        background: url("../images/logos/mobile-stripes-matters.png") center top repeat-x;
    }
}


/*#region [[Custom Radio Buttons]] */

section.content-guideline-tools-calculator .circle-radio-wrapper span:hover {
    cursor: pointer;
}

section.content-guideline-tools-calculator .pointer {
    cursor: pointer;
}

section.content-guideline-tools-calculator .circle-radio div.selected {
    background-color: red;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-left: 3px;
    margin-top: 3px;
    padding: 0px;
}

section.content-guideline-tools-calculator .circle-radio {
    display: inline-block;
    height: 22px;
    width: 22px;
    border: solid 1px gray;
    border-radius: 50%;
    text-align: center;
    vertical-align: bottom;
    padding: 0px;
    background-color: #FFFFFF;
}

    section.content-guideline-tools-calculator .circle-radio.focus {
        outline: 1px dotted gray;
    }

    section.content-guideline-tools-calculator .circle-radio:hover {
        cursor: pointer;
    }

    section.content-guideline-tools-calculator .circle-radio input[type="radio"]:checked + .red-point {
        display: block;
        height: 12px;
        width: 12px;
        border: none;
        background-color: #333333;
        margin-left: 4px;
        border-radius: 50%;
        vertical-align: baseline;
        padding: 0px;
        margin-top: -18px;
    }

    section.content-guideline-tools-calculator .circle-radio input[type="radio"] {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        margin: 0px;
    }

        section.content-guideline-tools-calculator .circle-radio input[type="radio"]:checked {
            top: -20px;
            position: relative;
        }


/*#endregion */

section.content-guideline-tools-calculator .representative-message {
    margin-top: 10px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
}

    section.content-guideline-tools-calculator .representative-message p {
        margin-left: 10px;
    }

        section.content-guideline-tools-calculator .representative-message p strong {
            font-size: 22px;
        }


/* videos pages ********************************************************************************/

a.twitter-share-button, a.twitter-mention-button, a.twitter-hashtag-button {
    display: inline-block;
    padding: 1px 3px 0 19px;
    border: #ccc solid 1px;
    border-radius: 3px;
    background: #f8f8f8 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNzIgNzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDcyIDcyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHg9IjAiIGZpbGw9Im5vbmUiIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIvPg0KPHBhdGggZmlsbD0iIzU1YWNlZSIgZD0iTTY4LjgxMiwxNS4xNDFjLTIuMzQ4LDEuMDM5LTQuODY5LDEuNzQzLTcuNTE5LDIuMDZjMi43MDMtMS42Miw0Ljc3OC00LjE4Nyw1Ljc1Ni03LjI0NGMtMi41MjksMS41LTUuMzMsMi41OTItOC4zMTMsMy4xNzYNCglDNTYuMzQ5LDEwLjU5MSw1Mi45NDgsOSw0OS4xODIsOWMtNy4yMjksMC0xMy4wOTIsNS44NjEtMTMuMDkyLDEzLjA5M2MwLDEuMDI2LDAuMTE4LDIuMDIxLDAuMzM4LDIuOTgxDQoJYy0xMC44ODUtMC41NDgtMjAuNTI4LTUuNzU3LTI2Ljk4Ny0xMy42NzljLTEuMTI2LDEuOTM2LTEuNzcxLDQuMTg0LTEuNzcxLDYuNTgxYzAsNC41NDIsMi4zMTIsOC41NTEsNS44MjQsMTAuODk4DQoJYy0yLjE0Ni0wLjA2OS00LjE2NS0wLjY1Ny01LjkzLTEuNjM4Yy0wLjAwMiwwLjA1NS0wLjAwMiwwLjExLTAuMDAyLDAuMTYyYzAsNi4zNDUsNC41MTMsMTEuNjM4LDEwLjUwNCwxMi44NA0KCWMtMS4xMDEsMC4yOTgtMi4yNTYsMC40NTctMy40NDksMC40NTdjLTAuODQ2LDAtMS42NjctMC4wNzgtMi40NjUtMC4yMzFjMS42NjcsNS4yLDYuNDk5LDguOTg2LDEyLjIzLDkuMDkNCgljLTQuNDgyLDMuNTEyLTEwLjEyOSw1LjYwNi0xNi4yNiw1LjYwNmMtMS4wNTUsMC0yLjA5Ni0wLjA2MS0zLjEyMi0wLjE4NGM1Ljc5NCwzLjcxNywxMi42NzYsNS44ODIsMjAuMDY3LDUuODgyDQoJYzI0LjA4MywwLDM3LjI1MS0xOS45NDksMzcuMjUxLTM3LjI0OWMwLTAuNTY2LTAuMDE0LTEuMTM0LTAuMDM5LTEuNjk0QzY0LjgzOCwyMC4wNjgsNjcuMDU4LDE3Ljc2NSw2OC44MTIsMTUuMTQxeiIvPg0KPC9zdmc+DQo=") 2px 3px no-repeat;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNzIgNzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDcyIDcyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHg9IjAiIGZpbGw9Im5vbmUiIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIvPg0KPHBhdGggZmlsbD0iIzU1YWNlZSIgZD0iTTY4LjgxMiwxNS4xNDFjLTIuMzQ4LDEuMDM5LTQuODY5LDEuNzQzLTcuNTE5LDIuMDZjMi43MDMtMS42Miw0Ljc3OC00LjE4Nyw1Ljc1Ni03LjI0NGMtMi41MjksMS41LTUuMzMsMi41OTItOC4zMTMsMy4xNzYNCglDNTYuMzQ5LDEwLjU5MSw1Mi45NDgsOSw0OS4xODIsOWMtNy4yMjksMC0xMy4wOTIsNS44NjEtMTMuMDkyLDEzLjA5M2MwLDEuMDI2LDAuMTE4LDIuMDIxLDAuMzM4LDIuOTgxDQoJYy0xMC44ODUtMC41NDgtMjAuNTI4LTUuNzU3LTI2Ljk4Ny0xMy42NzljLTEuMTI2LDEuOTM2LTEuNzcxLDQuMTg0LTEuNzcxLDYuNTgxYzAsNC41NDIsMi4zMTIsOC41NTEsNS44MjQsMTAuODk4DQoJYy0yLjE0Ni0wLjA2OS00LjE2NS0wLjY1Ny01LjkzLTEuNjM4Yy0wLjAwMiwwLjA1NS0wLjAwMiwwLjExLTAuMDAyLDAuMTYyYzAsNi4zNDUsNC41MTMsMTEuNjM4LDEwLjUwNCwxMi44NA0KCWMtMS4xMDEsMC4yOTgtMi4yNTYsMC40NTctMy40NDksMC40NTdjLTAuODQ2LDAtMS42NjctMC4wNzgtMi40NjUtMC4yMzFjMS42NjcsNS4yLDYuNDk5LDguOTg2LDEyLjIzLDkuMDkNCgljLTQuNDgyLDMuNTEyLTEwLjEyOSw1LjYwNi0xNi4yNiw1LjYwNmMtMS4wNTUsMC0yLjA5Ni0wLjA2MS0zLjEyMi0wLjE4NGM1Ljc5NCwzLjcxNywxMi42NzYsNS44ODIsMjAuMDY3LDUuODgyDQoJYzI0LjA4MywwLDM3LjI1MS0xOS45NDksMzcuMjUxLTM3LjI0OWMwLTAuNTY2LTAuMDE0LTEuMTM0LTAuMDM5LTEuNjk0QzY0LjgzOCwyMC4wNjgsNjcuMDU4LDE3Ljc2NSw2OC44MTIsMTUuMTQxeiIvPg0KPC9zdmc+DQo=") 2px 3px no-repeat, -webkit-linear-gradient(#fff, #dedede);
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNzIgNzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDcyIDcyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHg9IjAiIGZpbGw9Im5vbmUiIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIvPg0KPHBhdGggZmlsbD0iIzU1YWNlZSIgZD0iTTY4LjgxMiwxNS4xNDFjLTIuMzQ4LDEuMDM5LTQuODY5LDEuNzQzLTcuNTE5LDIuMDZjMi43MDMtMS42Miw0Ljc3OC00LjE4Nyw1Ljc1Ni03LjI0NGMtMi41MjksMS41LTUuMzMsMi41OTItOC4zMTMsMy4xNzYNCglDNTYuMzQ5LDEwLjU5MSw1Mi45NDgsOSw0OS4xODIsOWMtNy4yMjksMC0xMy4wOTIsNS44NjEtMTMuMDkyLDEzLjA5M2MwLDEuMDI2LDAuMTE4LDIuMDIxLDAuMzM4LDIuOTgxDQoJYy0xMC44ODUtMC41NDgtMjAuNTI4LTUuNzU3LTI2Ljk4Ny0xMy42NzljLTEuMTI2LDEuOTM2LTEuNzcxLDQuMTg0LTEuNzcxLDYuNTgxYzAsNC41NDIsMi4zMTIsOC41NTEsNS44MjQsMTAuODk4DQoJYy0yLjE0Ni0wLjA2OS00LjE2NS0wLjY1Ny01LjkzLTEuNjM4Yy0wLjAwMiwwLjA1NS0wLjAwMiwwLjExLTAuMDAyLDAuMTYyYzAsNi4zNDUsNC41MTMsMTEuNjM4LDEwLjUwNCwxMi44NA0KCWMtMS4xMDEsMC4yOTgtMi4yNTYsMC40NTctMy40NDksMC40NTdjLTAuODQ2LDAtMS42NjctMC4wNzgtMi40NjUtMC4yMzFjMS42NjcsNS4yLDYuNDk5LDguOTg2LDEyLjIzLDkuMDkNCgljLTQuNDgyLDMuNTEyLTEwLjEyOSw1LjYwNi0xNi4yNiw1LjYwNmMtMS4wNTUsMC0yLjA5Ni0wLjA2MS0zLjEyMi0wLjE4NGM1Ljc5NCwzLjcxNywxMi42NzYsNS44ODIsMjAuMDY3LDUuODgyDQoJYzI0LjA4MywwLDM3LjI1MS0xOS45NDksMzcuMjUxLTM3LjI0OWMwLTAuNTY2LTAuMDE0LTEuMTM0LTAuMDM5LTEuNjk0QzY0LjgzOCwyMC4wNjgsNjcuMDU4LDE3Ljc2NSw2OC44MTIsMTUuMTQxeiIvPg0KPC9zdmc+DQo=") 2px 3px no-repeat, linear-gradient(#fff, #dedede);
    background-size: 16px 13px, auto auto;
    /* Text */
    font: bold 11px/17px Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    white-space: nowrap;
}


    /* Color Highlight for keyboard navigation */

    a.twitter-share-button:focus, a.twitter-mention-button:focus, a.twitter-hashtag-button:focus {
        outline: none;
        border-color: #0089cb;
    }

.margin-auto {
    margin: auto;
}

.padding-right-5 {
    padding-right: 5px;
}

.max-image {
    max-width: 100%;
    max-height: 100%;
}


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


/* seo stufF */

section.content-seo .subnav {
    text-transform: uppercase;
}

section.content-seo .ad-block {
    margin-bottom: 20px;
    min-height: 250px;
}

    section.content-seo .ad-block img {
        width: 100%;
    }

    section.content-seo .ad-block .btn {
        width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }


/* archive: blog/news */

body.page-type-blog #nav-menu {
    display: none;
}

section.content-archive {
    padding-top: 30px;
}

    section.content-archive article {
        padding-right: 25px;
    }

    section.content-archive .col-posts {
        padding: 0;
    }

    section.content-archive .col-posts-odd {
        padding-right: 25px;
    }

    section.content-archive .col-posts-even {
        padding-left: 25px;
    }

    section.content-archive .col-posts .panel-body {
        padding-bottom: 5px;
    }

        section.content-archive .col-posts .panel-body:hover {
            background: #F4F4F4;
        }

    section.content-archive .col-posts h1 {
        font-size: 20px;
        height: 62px;
        text-align: center;
        overflow: hidden;
    }

    section.content-archive .col-posts img.img-post {
        height: 200px;
        width: 100%;
    }

@media (min-width: 768px) and (max-width: 991px) {
    body section.content-archive .col-posts img.img-post {
        height: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body section.content-archive .col-posts img.img-post {
        width: auto;
        height: 171px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1200px) {
    body section.content-archive .col-posts img.img-post {
        width: auto;
        height: 220px;
        margin-left: auto;
        margin-right: auto;
    }
}

section.content-archive .financial-toolkit a {
    padding-left: 15px;
    padding-right: 2px;
}

section.content-archive .panel .new-post {
    text-align: center;
    position: absolute;
    margin-top: -17px;
    margin-left: -15px;
}

section.content-archive .pagi {
    text-align: center;
    margin-top: 15px;
}

body.page-type-blog .ad-block {
    margin-bottom: 20px;
    min-height: 250px;
    text-align: center;
    border: 1px solid #ddd;
    background: #fff;
}

    body.page-type-blog .ad-block img {
        display: block;
        margin: 0 auto;
    }

    body.page-type-blog .ad-block .btn {
        margin-top: 15px;
        margin-bottom: 15px;
    }


/* archive single page for news & blogs */

section.content-archive-single .post-control {
    margin-top: 20px;
    margin-bottom: 20px;
}

    section.content-archive-single .post-control .social {
        margin-bottom: 15px;
    }

section.content-archive-single .page-header {
    margin-bottom: 0;
    padding-bottom: 0;
}

section.content-archive-single .img-featured {
    margin-bottom: 5px;
    width: 100%;
}

section.content-archive-single .financial-toolkit a {
    padding-left: 15px;
    padding-right: 2px;
}

/*blog */

/* Blog CTA Container */
.blog-cta-container {
    background-color: #ffffff;
    border-radius: 12px; /* Slightly more prominent edges */
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15); /* Sharper and more visible shadow */
    padding: 40px; /* Slightly increased padding for breathing space */
    max-width: 66%; /* 2/3rds of the line */
    text-align: center; /* Centers the content */
    margin: 30px auto; /* Adds spacing above and below */
    border: 1px solid #e0e0e0; /* Subtle border to make it stand out more */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers content vertically */
    align-items: center; /* Centers content horizontally */
}

    /* Blog CTA Heading */
    .blog-cta-container h2 {
        color: #333;
        font-size: 1.6em; /* Slightly smaller to fit within the box */
        margin-bottom: 15px;
        white-space: normal; /* Allows text wrapping if needed */
        line-height: 1.4; /* Improves readability */
        text-align: center;
    }

    /* Blog CTA Subtext */
    .blog-cta-container p {
        color: #666;
        font-size: 1em;
        margin-bottom: 25px; /* Better spacing below subtext */
        text-align: center;
    }

/* Blog CTA Buttons Wrapper */
.blog-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px; /* Increases spacing between buttons */
}

/* Blog CTA Button Styles */
.blog-cta-button {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff !important; /* Ensures the text is white */
    background-color: #ec2028;
    width: 150px; /* Ensures both buttons have equal width */
    text-align: center;
    transition: background-color 0.3s ease, transform 0.2s ease; /* Adds hover animation */
}

    /* Blog CTA Button Hover Effect */
    .blog-cta-button:hover {
        background-color: #d81b23;
        transform: scale(1.05); /* Slight zoom-in effect */
    }


/* faq */

section.content-faq .panel-group {
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

    section.content-faq .panel-group .panel {
        border: none;
        margin: 0;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        section.content-faq .panel-group .panel .panel-heading {
            background: none;
            text-transform: uppercase;
            padding: 20px 15px;
            border: none;
            border-top: 1px solid #ddd;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

            section.content-faq .panel-group .panel .panel-heading h4 a {
                color: #333;
                font-family: BrandonGrotesque;
                font-size: 20px;
            }

            section.content-faq .panel-group .panel .panel-heading .panel-title {
                cursor: pointer;
            }

                section.content-faq .panel-group .panel .panel-heading .panel-title .fa {
                    color: #ec2028;
                    float: right;
                }

                section.content-faq .panel-group .panel .panel-heading .panel-title .fa-caret-down {
                    display: none;
                }

        section.content-faq .panel-group .panel.panel-expanded .panel-heading .panel-title .fa-caret-down {
            display: inline-block;
        }

        section.content-faq .panel-group .panel.panel-expanded .panel-heading .panel-title .fa-caret-right {
            display: none;
        }

        section.content-faq .panel-group .panel .panel-body {
            border: none;
            padding-top: 25px;
            border-top: 1px solid #ddd;
        }

            section.content-faq .panel-group .panel .panel-body .panel-item {
                margin-bottom: 40px;
            }

                section.content-faq .panel-group .panel .panel-body .panel-item h3 {
                    margin-top: 0;
                }


/* homepage */

body.homepage .section-wrapper {
    background: none;
    background-size: cover;
}

body.homepage .content-homepage {
    background: none;
    border: none;
}

body.homepage .iframe-borrow-widget {
    width: 655px;
    height: 500px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    letter-spacing: .5px;
}

    body.homepage .iframe-borrow-widget iframe {
        width: 100%;
        height: 500px;
        border: 0;
    }

body.homepage .content-homepage .slogan {
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 110px;
}

    body.homepage .content-homepage .slogan div {
        display: none;
    }

body.homepage .why-diff-wrapper {
    padding: 50px 0;
    color: #fff;
    background: #99528a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #99528a 0%, #8262a4 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #99528a), color-stop(100%, #8262a4));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #99528a 0%, #8262a4 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #99528a 0%, #8262a4 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #99528a 0%, #8262a4 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #99528a 0%, #8262a4 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#99528a', endColorstr='#8261a6', GradientType=0);
    /* IE6-9 */
}

body.homepage .apr-wrapper {
    text-align: center;
    padding: 30px 0;
}

    body.homepage .apr-wrapper p {
        margin: 0;
    }

body.homepage .apr-wrapper-test {
    text-align: center;
    padding: 30px 0;
}

    body.homepage .apr-wrapper-test p {
        margin: 0;
    }

body.homepage .why-diff-wrapper .feefo-mid-image {
    margin: 0 auto;
    text-align: center;
}

    body.homepage .why-diff-wrapper .feefo-mid-image img {
        width: 100px;
        margin-bottom: -108px
    }

body.homepage .why-diff-wrapper .headline {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

body.homepage .why-diff-wrapper .diff-why {
    padding-right: 50px;
}

body.homepage .why-diff-wrapper .diff-lines {
    padding-left: 50px;
    border-left: 1px solid #A27DA8;
    padding-bottom: 82px;
}

    body.homepage .why-diff-wrapper .diff-lines a, body.homepage .why-diff-wrapper .diff-lines a:hover {
        color: #fff !important;
    }

    body.homepage .why-diff-wrapper .diff-lines hr {
        display: none;
    }

    body.homepage .why-diff-wrapper .diff-lines .media {
        padding-bottom: 10px;
    }

    body.homepage .why-diff-wrapper .diff-lines .media-left > div {
        width: 50px;
        text-align: center;
    }

    body.homepage .why-diff-wrapper .diff-lines i.fa {
        font-size: 36px;
    }

body.homepage .ratings {
    padding: 50px 15px;
}

    body.homepage .ratings .headline {
        font-size: 40px;
        text-transform: uppercase;
        margin-bottom: 25px;
        color: #8262a4;
    }

    body.homepage .ratings p {
        padding: 10px 20px;
        border: 1px solid #ccc;
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }

    body.homepage .ratings .triangle {
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 0 solid transparent;
        border-top: 30px solid #ccc;
        position: relative;
        margin-top: -11px;
        margin-left: 20px;
    }

        body.homepage .ratings .triangle:after {
            content: '';
            position: absolute;
            top: -30px;
            left: -28px;
            width: 0;
            height: 0;
            border-left: 27px solid transparent;
            border-right: 0 solid transparent;
            border-top: 27px solid white;
        }

    body.homepage .ratings .feefo-widget {
        text-align: center;
        padding: 0 0 30px 0;
    }

    body.homepage .ratings .rt-author {
        text-align: center;
        margin-bottom: 5px;
        margin-top: 10px;
    }

        body.homepage .ratings .rt-author .aut {
            color: #8262a4;
            font-size: 20px;
            text-transform: uppercase;
        }

        body.homepage .ratings .rt-author .loc {
            font-size: 16px;
        }

    body.homepage .ratings .rt-stars {
        color: #CBBFD7;
        font-size: 24px;
        text-align: center;
    }

body.homepage .stats-wrapper {
    background: #e7e7e7;
    padding: 50px 15px;
}

    body.homepage .stats-wrapper .st-number {
        color: #8262a4;
        font-size: 20px;
        text-align: center;
    }

    body.homepage .stats-wrapper .st-label {
        text-transform: uppercase;
        font-size: 16px;
        text-align: center;
    }

body.homepage .quickcheck-wrapper {
    background: #e82332;
    color: #FFFFFF;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

body.homepage .header-text {
    font-size: 40px;
    color: #FFFFFF;
    text-transform: uppercase;
}

body.homepage .sub-text {
    font-size: 16px;
    color: #FFFFFF;
    text-transform: none;
}

body.homepage .quickcheck-button {
    min-width: 150px;
    font-size: 20px;
    text-transform: uppercase;
    color: #333333;
    background-color: #FFFFFF;
}


/* footer */

footer #footer-dark {
    background: #2F2F2F;
    min-height: 200px;
    color: #fff;
    padding: 40px 0;
}

    footer #footer-dark .has-menu a {
        color: #b6b6b6;
    }

    footer #footer-dark .has-menu {
        margin-bottom: 30px
    }

        footer #footer-dark .has-menu .footer-headline {
            margin-top: 0;
            margin-bottom: 10px;
            text-transform: uppercase;
            font-size: 16px;
            font-family: BrandonGrotesque;
            color: #ffffff;
        }

.footer-headline a {
    color: #ffffff !important;
}

footer #footer-dark .has-text, footer #footer-dark .has-text p {
    color: #CCCCCC;
    font-size: 13px;
}

    footer #footer-dark .has-text a {
        color: #ccc;
        text-decoration: underline;
    }

footer #footer-dark a:hover {
    color: #fff;
}

footer #footer-dark .nav > li a {
    padding: 2px 0;
}

footer #footer-dark .nav > li > a:focus, #footer-dark .nav > li > a:hover {
    background: none;
    color: #fff;
}

footer #footer-white {
    background: #fff;
    padding: 40px 0;
    font-size: 14px;
}

    footer #footer-white p {
        font-size: 14px;
    }

    footer #footer-white .press-badges div:first-child {
        margin-bottom: 20px;
    }

    footer #footer-white .press-badges div.rows div {
        padding-left: 0;
        padding-right: 0
    }

    footer #footer-white .press-badges img {
        max-width: 135px
    }

    footer #footer-white .press-badges .img-feefo {
        max-width: 270px;
    }

footer #footer-light {
    background: #E7E7E7;
    padding: 40px 0;
    text-align: center;
    font-size: 24px;
    color: #8361A5;
    text-transform: uppercase;
}

    footer #footer-light .btn {
        font-size: 18px;
        padding: 8px 80px;
        display: block;
        margin: 5px 10% 0 10%;
        font-weight: normal;
        text-transform: uppercase;
    }

footer #footer-sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    margin: 0;
}

    footer #footer-sticky .btn {
        width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        text-align: center;
        font-size: 18px;
        padding: 10px;
    }

        footer #footer-sticky .btn .fa {
            float: right;
            margin-left: -12px;
            margin-top: 4px;
        }


/* other common stuff*/


/* social links @ http://www.kodingmadesimple.com/2014/11/create-stylish-bootstrap-3-social-media-icons.html */

.social {
    margin: 0;
    padding: 0;
}

    .social ul {
        margin: 0;
        padding: 5px;
    }

        .social ul li {
            margin: 5px;
            list-style: none outside none;
            display: inline-block;
        }

    .social i {
        color: #ccc;
        font-size: 36px;
        text-align: center;
        padding-top: 12px;
        margin-right: 25px;
    }

        .social i:hover {
            color: #FFF;
            text-decoration: none;
        }

.no-corners {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.social-color i {
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 25px;
    margin-right: 10px;
}

.social-color .fa-facebook, .social-color .fa-facebook:hover {
    background: #4060A5;
}

.social-color .fa-twitter, .social-color .fa-twitter:hover {
    background: #00ABE3;
}

.social-color .fa-google-plus, .social-color .fa-google-plus:hover {
    background: #e64522;
}

.social-color .fa-pinterest, .social-color .fa-pinterest:hover {
    background: #cb2027;
}

.social-color .fa-linkedin, .social-color .fa-linkedin:hover {
    background: #0094BC;
}

.social-color .fa-flickr, .social-color .fa-flickr:hover {
    background: #FF57AE;
}

.social-color .fa-instagram, .social-color .fa-instagram:hover {
    background: #375989;
}

.social-color .fa-tumblr, .social-color .fa-tumblr:hover {
    background: #3a5876;
}

.social-color .fa-youtube, .social-color .fa-youtube:hover {
    background: #FF1F25;
}

.social-color .fa-rss, .social-color .fa-rss:hover {
    background: #e88845;
}

.social-color .fa-youtube-play, .social-color .fa-youtube-play:hover {
    background: #DF192A;
}

.social-color .fa-envelope, .social-color .fa-envelope:hover {
    background: #7A7A7A;
}

.round-corners {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.ad-feefo {
    padding-top: 20px;
    min-height: auto !important;
    padding-bottom: 20px;
}

    .ad-feefo img {
        width: 85px;
        margin-bottom: 2px;
    }

    .ad-feefo .feefo-label {
        font-size: 11px;
        color: #777;
        text-transform: uppercase;
    }

    .ad-feefo .rt-stars {
        margin-top: 8px;
        color: #FFD749;
        margin-bottom: 0;
        font-size: 24px;
    }


/* mobile devices */

@media (max-width: 768px) {
    h1, h1 a, .h1, .h1 a {
        font-size: 24px;
    }

    h2, h2 a, .h2, .h2 a {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4, h5, h6 {
        font-size: 14px;
    }

    header #nav-menu .login-controls a {
        display: block;
        text-transform: uppercase;
        background: #333333;
        color: #fff;
        padding: 5px 0;
    }

        header #nav-menu .login-controls a:hover {
            background: #494949;
        }

    header #nav-menu .login-controls-top a {
        display: block;
        text-transform: uppercase;
        color: #333;
    }

    header #nav-menu .login-controls-bottom {
        border-top: 1px solid #ddd;
        padding-top: 10px;
        margin-right: 15px;
        margin-left: 15px;
    }

        header #nav-menu .login-controls-bottom a {
            display: block;
            text-transform: uppercase;
            color: #333;
            padding: 10px 20px;
            -webkit-border-radius: 5px 5px 5px 5px;
            -moz-border-radius: 5px 5px 5px 5px;
            border-radius: 5px 5px 5px 5px;
        }

            header #nav-menu .login-controls-bottom a:hover, header #nav-menu .login-controls-bottom a:focus, header #nav-menu .login-controls-bottom a:active {
                background: #f5f5f5;
                text-decoration: none;
            }

    .section-wrapper section {
        margin: 0px;
        padding: 10px 5px;
    }

    section.content-guideline .page-content {
        padding: 0;
        margin-bottom: 20px;
    }

    section.content-media-list .media-object {
        max-width: 50px;
    }

    section.content-guideline-tools-planner .calculation-input-column {
        padding-left: 0;
        padding-right: 0;
        border-right: none;
    }

    section.content-guideline-tools-planner .calculation-result-column {
        border-left: none;
        border-top: 1px solid #ddd;
        padding: 20px 0 0;
        margin-top: 20px;
        padding-right: 0;
    }

    section.content-guideline-tools-planner .calculation-item {
        padding-left: 0;
        padding-right: 0;
    }

        section.content-guideline-tools-planner .calculation-item > div {
            padding-left: 0px;
            padding-right: 0px;
        }

    section.content-guideline-tools-planner .calculation-result-column #calculation-results-div .calculations div.bigdesc {
        margin-top: 18px;
    }

    section.content-guideline-tools-worksheet .media {
        margin-left: 0px;
    }

    section.content-consumer hr {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    section.content-faq .panel-group .panel .panel-heading {
        padding-right: 0;
        padding-left: 0;
    }

    section.content-faq .panel-group .panel .panel-body {
        padding-right: 0;
        padding-left: 0;
    }

    section.content-media-list-2c .cols .media .media-left {
        display: block;
        text-align: center;
    }

    section.content-media-list-2c .cols .media .media-body {
        display: block;
        width: 100%;
    }

        section.content-media-list-2c .cols .media .media-body h3 {
            text-align: center;
        }

    section.content-media-list-2c .cols_second {
        padding-top: 0;
    }

    body.page-type-blog #nav-menu {
        display: block;
    }

    body.page-type-blog section {
        background: none;
        padding-left: 0;
        padding-right: 0;
        border: none;
    }

        body.page-type-blog section.content-archive article {
            padding: 0;
        }

        body.page-type-blog section aside {
            padding: 0;
        }

        body.page-type-blog section.content-archive-single article {
            background: #fff;
            margin-bottom: 20px;
        }

        body.page-type-blog section.content-archive-single .breadcrumb {
            display: none;
        }

        body.page-type-blog section.content-archive-single .page-header {
            padding: 10px 0 8px 0;
        }

    section.content-archive .col-posts {
        padding: 0;
    }

        section.content-archive .col-posts h1 {
            height: auto !important;
        }

    section.content-archive .panel .new-post {
        position: absolute;
        margin-top: 0;
        margin-left: 0;
    }

    section.content-archive .col-posts img.img-post {
        height: auto !important;
    }

    section.content-archive .pagi {
        text-align: center;
        margin-bottom: 15px;
        margin-top: 0;
    }

        section.content-archive .pagi a {
            width: 100%;
        }

    section.content-archive-single .social-color i {
        color: #fff;
        width: 30px;
        height: 38px;
        font-size: 22px;
        margin-right: 4px;
    }

    body.homepage .section-wrapper {
        background: #E7E7E7 url('../images/bgs/bg_home_mobile.jpg') no-repeat center;
        background-size: cover;
        background-position: -390px 0px;
    }

    body.homepage .content-homepage .slogan {
        margin-right: 0;
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

        body.homepage .content-homepage .slogan div {
            display: block;
        }

    body.homepage .why-diff-wrapper {
        padding: 25px 0;
    }

    body.homepage .iframe-borrow-widget {
        width: 100%;
        height: 421px;
    }

        body.homepage .iframe-borrow-widget iframe {
            width: 100%;
            border: 0;
            height: 350px;
        }

    body.homepage .why-diff-wrapper .diff-why {
        padding-right: 15px;
    }

    body.homepage .why-diff-wrapper .diff-lines {
        padding-left: 15px;
        border-left: none;
        margin-top: -18px;
        padding-bottom: 0;
    }

        body.homepage .why-diff-wrapper .diff-lines .media {
            padding-bottom: 0;
        }

        body.homepage .why-diff-wrapper .diff-lines hr {
            padding-bottom: 20px;
            display: block;
            border-color: #A27DA8;
        }

    body.homepage .ratings {
        padding: 25px 15px 0 15px;
    }

        body.homepage .ratings p {
            margin: 0 20px;
        }

        body.homepage .ratings .triangle {
            margin-top: -1px;
            margin-left: 55px;
        }

        body.homepage .ratings .rt-stars {
            margin-bottom: 25px;
        }

    body.homepage .stats-wrapper {
        padding: 25px 15px;
    }

        body.homepage .stats-wrapper .row > div:first-child {
            margin-bottom: 25px;
        }

    body.homepage .sub-text {
        margin-bottom: 20px;
    }

    footer > div {
        padding: 20px 0 !important;
    }

    footer #footer-white {
        margin-bottom: 30px;
    }

    footer #footer-sticky {
        padding: 0 !important;
    }

    .xs-mb-20 {
        margin-bottom: 20px;
    }

    .xs-mt-20 {
        margin-top: 20px;
    }

    .mobile-full-width {
        width: 100% !important;
    }

    article {
        word-wrap: break-word;
    }
}


/* Small devices (tablets, 768px to 99px) */

@media (min-width: 768px) and (max-width: 991px) {
    h1, h1 a {
        font-size: 30px;
    }

    h2, h2 a {
        font-size: 24px;
    }

    header #cookie-bar {
        padding-left: 15px;
        padding-right: 15px;
    }

    header #logo-bar #logo {
        text-align: center;
    }

    header #logo-bar .btns {
        margin-right: 5px;
        margin-top: -40px !important;
    }

        header #logo-bar .btns .btn-whitespace {
            border: 5px solid #fff;
            margin-right: 7px
        }

        header #logo-bar .btns a.btn {
            width: 100px;
            font-size: 14px;
            padding: 6px 0;
        }

        header #logo-bar .btns a.btn-log {
            width: 80px;
        }

    header #nav-menu {
        margin-top: -15px;
        margin-right: 0;
        margin-left: 0;
    }

        header #nav-menu .container {
            padding: 0;
        }

        header #nav-menu #nav-menu-collapse {
            padding: 0;
        }

    body.page-type-blog header #nav-menu .navbar-header .navbar-header-border {
        margin-top: -90px;
    }

    header #nav-menu ul.nav > li.menu-item > a {
        margin: 0;
        font-size: 12px;
        padding: 10px 9px 10px 9px;
    }

    header #nav-menu ul.nav > li.menu-item:first-child > a {
        margin-left: -9px;
    }

    header #nav-menu ul.nav > li.menu-item:last-child > a {
        margin-right: -9px;
    }

    header #nav-menu ul.nav .sub-menu {
        margin-left: 1px;
    }

    .section-wrapper section {
        padding: 15px 10px;
    }

    section.content-media-list .media-object {
        max-width: 90px;
    }

    section.content-guideline-tools-planner .calculation-input-column {
        padding-left: 0;
        padding-right: 0;
        border-right: none;
    }

    section.content-guideline-tools-planner .calculation-result-column {
        border-left: none;
        border-top: 1px solid #ddd;
        padding: 20px 0 0;
        margin-top: 20px;
    }

    section.content-guideline-tools-worksheet .media {
        margin-left: 0px;
    }

    section.content-consumer hr {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    body.page-type-blog section {
        background: none;
        padding-left: 0;
        padding-right: 0;
        border: none;
    }

        body.page-type-blog section.content-archive article {
            padding: 0;
        }

        body.page-type-blog section aside {
            padding: 0;
        }

        body.page-type-blog section.content-archive-single article {
            background: #fff;
            margin-bottom: 20px;
        }

        body.page-type-blog section.content-archive-single .breadcrumb {
            display: none;
        }

        body.page-type-blog section.content-archive-single .page-header {
            padding: 10px 0 8px 0;
        }

    section.content-archive .col-posts {
        padding: 0;
    }

        section.content-archive .col-posts h1 {
            height: auto !important;
        }

    section.content-archive .panel .new-post {
        position: absolute;
        margin-top: 0;
        margin-left: 0;
    }

    section.content-archive .pagi {
        text-align: center;
        margin-bottom: 15px;
    }

        section.content-archive .pagi a {
            width: 100%;
        }

    body.homepage .section-wrapper {
        background: none;
        background-size: cover;
        background-position: -205px 0;
    }

    body.homepage .content-homepage .slogan {
        font-size: 30px;
        margin-right: 35px;
    }

        body.homepage .content-homepage .slogan div {
            display: block;
        }

    body.homepage .why-diff-wrapper {
        padding: 25px 0;
    }

        body.homepage .why-diff-wrapper .diff-why {
            padding-right: 15px;
        }

        body.homepage .why-diff-wrapper .diff-lines {
            padding-left: 15px;
            border-left: none;
            margin-top: 0;
            padding-bottom: 0;
        }

            body.homepage .why-diff-wrapper .diff-lines .media {
                padding-bottom: 0;
            }

            body.homepage .why-diff-wrapper .diff-lines hr {
                padding-bottom: 20px;
                display: block;
                border-color: #A27DA8;
            }

    body.homepage .ratings {
        padding: 25px 15px 0 15px;
    }

        body.homepage .ratings p {
            margin: 0 20px;
        }

        body.homepage .ratings .triangle {
            margin-top: -1px;
            margin-left: 55px;
        }

        body.homepage .ratings .rt-stars {
            margin-bottom: 25px;
        }

    body.homepage .stats-wrapper {
        padding: 25px 15px;
    }

        body.homepage .stats-wrapper .row > div:first-child {
            margin-bottom: 25px;
        }

    footer #footer-light .btn {
        margin: 5px 20% 0 20%;
    }

    footer #footer-white .press-badges .img-feefo {
        max-width: 200px;
        padding-top: 15px;
    }

    footer #footer-white {
        margin-bottom: 30px;
    }

    footer #footer-sticky {
        padding: 0 !important;
    }

    .sm-mb-20 {
        margin-bottom: 20px;
    }

    .sm-mt-20 {
        margin-top: 20px;
    }
}


/* just medium screen */

@media (min-width: 992px) and (max-width: 1199px) {
    body.homepage .content-homepage .slogan {
        margin-right: 0;
    }
}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    footer #footer-dark .has-menu {
        border-left: 4px solid #5B5B5B;
    }

    footer #footer-light .btn {
        display: inline-block;
        margin: 0;
        margin-left: 40px;
    }

    header #nav-menu ul.nav > li.menu-item > a {
        margin: 0;
        font-size: 16px;
        padding: 10px 9px 10px 9px;
    }

    header #nav-menu ul.nav > li.menu-item:first-child > a {
        margin-left: -9px;
    }

    header #nav-menu ul.nav > li.menu-item:last-child > a {
        margin-right: -9px;
    }

    header #nav-menu ul.nav .sub-menu {
        margin-left: 1px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header #nav-menu ul.nav > li.menu-item > a {
        margin: 0;
        font-size: 15px;
        padding: 10px 9px 10px 9px;
    }
}


/* very big screens */

@media (min-width: 1400px) {
    body.homepage .section-wrapper {
        background-position: calc(100% - 0px) calc(100% - 0px);
    }

    header #nav-menu ul.nav > li.menu-item > a {
        margin: 0 6px;
        font-size: 16px;
        padding: 10px 12px;
    }

    header #nav-menu ul.nav > li.menu-item:first-child > a {
        margin-left: 0;
    }

    header #nav-menu ul.nav > li.menu-item:last-child > a {
        margin-right: 0;
    }

    header #nav-menu ul.nav .sub-menu {
        margin-left: 8px;
    }
}

@media (max-width:340px) {
    div.list-purple .list-group-item {
        padding-right: 5px;
        padding-left: 5px;
    }
}

.apr-wrapper-test {
    display: none;
}

@media (max-width:990px) {
    .apr-wrapper-test {
        display: block;
        text-align: center;
        padding: 30px 0;
    }

    body.homepage .section-wrapper {
        background-position: -300px 0px;
    }
}

@media (min-width:650px) and (max-width: 767px) {
    .apr-wrapper {
        display: none;
    }

    body.homepage .section-wrapper {
        background-position: -300px 0px;
    }
}

@media (min-width: 769px) {
    body.homepage #footer-sticky {
        display: none;
    }
}

@media (max-width:991px) {
    .shot-it-anyways {
        display: block !important;
    }
}

#ie-notice {
    display: none;
}


/* IE Notice */

.lt-ie9 #ie-notice {
    display: block;
}

.lt-ie9 #ie-notice-cover {
    z-index: 2000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    background: none repeat scroll 0% 0% white;
    display: block;
}

.lt-ie9 #ie-notice-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    z-index: 2100;
    top: 0;
    text-align: center;
}

    .lt-ie9 #ie-notice-wrap #ie-notice-close {
        margin: 1em auto 0 auto;
        width: 200px;
        z-index: 2200;
        position: relative;
    }

    .lt-ie9 #ie-notice-wrap #block-ie-support {
        width: 680px;
        position: relative;
        top: 25%;
        margin: 0 auto;
        overflow: hidden;
        background: none repeat scroll 0% 0% white;
        border: 1px solid #cccccc;
        font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
        list-style-type: none;
        color: #4f4f4f;
        font-size: 12px;
    }

        .lt-ie9 #ie-notice-wrap #block-ie-support #block-ie-support-wrap {
            margin: 20px;
        }

            .lt-ie9 #ie-notice-wrap #block-ie-support #block-ie-support-wrap h1 {
                display: block;
                font-size: 1.3em;
                margin-bottom: 0.5em;
                color: #333333;
                font-family: Helvetica, Arial, sans-serif;
                font-weight: bold;
            }

            .lt-ie9 #ie-notice-wrap #block-ie-support #block-ie-support-wrap p {
                margin-bottom: 1em;
                text-align: center;
            }

            .lt-ie9 #ie-notice-wrap #block-ie-support #block-ie-support-wrap a {
                text-decoration: none;
            }

            .lt-ie9 #ie-notice-wrap #block-ie-support #block-ie-support-wrap .icon {
                width: 100px;
                height: 100px;
                margin: 1px auto;
            }

            .lt-ie9 #ie-notice-wrap #block-ie-support #block-ie-support-wrap .text {
                color: gray;
                font-size: 0.8em;
                height: 18px;
                line-height: 17px;
                margin: 1px auto;
                width: 118px;
                text-align: center;
            }

            .lt-ie9 #ie-notice-wrap #block-ie-support #block-ie-support-wrap ul {
                list-style: none outside none;
                padding: 0px;
                text-align: center;
                margin: 0 40px;
            }

            .lt-ie9 #ie-notice-wrap #block-ie-support #block-ie-support-wrap li {
                background: url(../images/ie/background_browser.gif) no-repeat scroll left top transparent;
                cursor: pointer;
                width: 120px;
                height: 122px;
                margin: 0px 25px 0px 0px;
                float: left;
            }

                .lt-ie9 #ie-notice-wrap #block-ie-support #block-ie-support-wrap li#browser1 .icon {
                    background: url(../images/ie/browser_ie.gif);
                }

                .lt-ie9 #ie-notice-wrap #block-ie-support #block-ie-support-wrap li#browser2 .icon {
                    background: url(../images/ie/browser_firefox.gif);
                }

                .lt-ie9 #ie-notice-wrap #block-ie-support #block-ie-support-wrap li#browser3 .icon {
                    background: url(../images/ie/browser_safari.gif);
                }

                .lt-ie9 #ie-notice-wrap #block-ie-support #block-ie-support-wrap li#browser4 {
                    margin: 0px;
                }

                    .lt-ie9 #ie-notice-wrap #block-ie-support #block-ie-support-wrap li#browser4 .icon {
                        background: url(../images/ie/browser_chrome.png) no-repeat 11px 11px;
                    }

.error-page {
    text-align: center;
    position: relative;
}

    .error-page .page-header h1 {
        margin-top: 75px;
        font-size: 60px;
    }

    .error-page span {
        display: block;
    }

    .error-page .subheading {
        color: rgb(102, 101, 101);
        font-size: 22px;
        letter-spacing: 1px;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .error-page .subheading {
        color: rgb(102, 101, 101);
        font-size: 18px;
        letter-spacing: 1px;
    }
}

.error-page section {
    position: relative;
    padding: 0;
}

.error-page .left-error-img, .error-page .right-error-img {
    position: absolute;
    width: 350px;
    bottom: 0;
}

.error-page .left-error-img {
    left: 0;
    width: 373px;
}

.error-page .right-error-img {
    right: 0;
    width: 519px;
}

.sub-menu {
    list-style: outside none none;
    text-align: left;
    position: absolute;
    background-color: #fff;
    width: 250px;
    box-shadow: 0px 4px 3px #dedede;
    padding-bottom: 20px;
    padding-left: 27px;
    display: none;
    z-index: 999;
    margin-left: 8px;
}

    .sub-menu li {
        padding: 5px 0;
    }

        .sub-menu li a {
            color: #333;
            text-transform: capitalize;
        }

.menu-item {
    text-align: left;
}

    .menu-item:hover .sub-menu {
        display: block;
    }

.error-page .both-error-img {
    display: none;
    bottom: 0;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 760px) {
    .menu-item {
        text-align: left;
    }

    .sub-menu {
        display: block;
        padding-left: 30px;
        box-shadow: none;
        position: static;
    }

        .sub-menu li {
            padding: 0;
        }

            .sub-menu li a {
                font-size: 14px;
            }

    .video-links-padding {
        padding: 12px 22px;
    }

    body.dont-panic-page .have-you-seen .have-you-seen-headline {
        margin-bottom: 16px !important;
        text-align: center !important;
    }

    body.dont-panic-page .section-wrapper .header-content .content h2 {
        font-size: 18px !important;
    }

    body.dont-panic-page .section-wrapper .header-content .content p {
        font-size: 13px !important;
    }

    body.dont-panic-page .section-wrapper .header-content .content {
        position: absolute !important;
        top: -348px !important;
        left: 0px !important;
        text-align: center !important;
        line-height: 0px !important;
        right: 0px !important;
    }

    body.dont-panic-page .iframe-borrow-widget {
        width: 100% !important;
        height: 100% !important;
        top: 92px !important;
        left: 0px !important;
        right: 0px !important;
    }

    body.dont-panic-page .section-wrapper .header-img img {
        display: block !important;
        width: 100% !important;
        ;
        height: auto !important;
        ;
        margin-top: -62px !important;
        left: 0px !important;
        right: 0px !important;
    }

    body.dont-panic-page .section-wrapper {
        padding-bottom: 90px !important;
    }
}


/* Don't Panic Page */

body.dont-panic-page .dont-panic-wrapper .you-are-not-wrapper {
    text-align: center;
}

    body.dont-panic-page .dont-panic-wrapper .you-are-not-wrapper div h1 {
        color: white !important;
        font-size: 24px;
    }

    body.dont-panic-page .dont-panic-wrapper .you-are-not-wrapper div h4 {
        color: white !important;
    }

    body.dont-panic-page .dont-panic-wrapper .you-are-not-wrapper .services img {
        margin-bottom: 34px;
    }

    body.dont-panic-page .dont-panic-wrapper .you-are-not-wrapper .services .service-icon {
        width: 90px;
        height: 90px;
    }

    body.dont-panic-page .dont-panic-wrapper .you-are-not-wrapper .services .service-block {
        margin-top: 57px;
    }

    body.dont-panic-page .dont-panic-wrapper .you-are-not-wrapper .services .think-icon {
        margin-left: 28px;
        width: 113px;
        height: 90px;
    }

body.dont-panic-page .dont-panic-wrapper {
    padding: 50px 0;
}

body.dont-panic-page .have-you-seen {
    background-image: url('../images/bgs/bg-dontpanic-gray.jpg');
    background-repeat: repeat-x;
    background-size: 1px 100%;
}

body.dont-panic-page .section-wrapper {
    background-image: url('../images/bgs/bg-dontpanic-header2.jpg');
    background-repeat: repeat-x;
    background-size: 1px 100%;
    padding: 0px;
}

body.dont-panic-page .have-you-seen h1 {
    font-size: 24px;
}

body.dont-panic-page .have-you-seen .video-links img {
    width: 100%;
    height: 155px;
}

body.dont-panic-page .have-you-seen .have-you-seen-headline {
    margin-bottom: 38px;
    text-align: center;
}

    body.dont-panic-page .have-you-seen .have-you-seen-headline h1 {
        float: right;
    }

    body.dont-panic-page .have-you-seen .have-you-seen-headline img {
        float: right;
        margin-top: 10px;
    }

body.dont-panic-page .section-wrapper .header-content {
    position: relative;
}

    body.dont-panic-page .section-wrapper .header-content .content {
        position: absolute;
        top: 25px;
        left: 112px;
        text-align: center;
        line-height: 0px;
    }

        body.dont-panic-page .section-wrapper .header-content .content h2 {
            font-size: 28px;
            letter-spacing: -1px;
        }

body.dont-panic-page .section-wrapper .header-img img {
    z-index: 999;
    margin-top: -55px;
    position: relative;
    top: 135px;
    left: -58px;
}

body.dont-panic-page .iframe-borrow-widget {
    width: 420px;
    height: 481px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    top: 30px;
    left: -40px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.24);
}

    body.dont-panic-page .iframe-borrow-widget iframe {
        height: 470px;
    }

body.dont-panic-page .section-wrapper .header-right-section {
    float: right;
}

body.dont-panic-page .section-wrapper .header-left-section {
    float: left;
}

    body.dont-panic-page .section-wrapper .header-left-section h2 {
        font-weight: bold;
    }

body.dont-panic-page .font-tondo-regular {
    font-family: TondoRegular;
}

body.dont-panic-page .font-tondo-bold {
    font-family: TondoBold;
}

body.dont-panic-page .service-headline {
    margin-top: 10px;
}

body.dont-panic-page .you-are-not-wrapper .services h4 {
    text-transform: inherit !important;
}

body.homepage .dont-panic-wrapper .feefo-mid-image {
    margin: 0 auto;
    text-align: center;
}

    body.homepage .dont-panic-wrapper .feefo-mid-image img {
        width: 100px;
        margin-bottom: -163px
    }

body.dont-panic-page .ratings .headline {
    font-size: 24px;
    margin-top: -14px;
    font-weight: bold;
}

body.homepage .why-diff .media-2 {
    line-height: 30px;
}

body.homepage .why-diff .media-3 {
    line-height: 20px;
}

.clock-icon {
    width: 45px;
    height: 45px;
}

.dont-panic-show-mobile {
    display: none;
}

.dont-panic-img-mobile {
    text-align: center;
    padding-top: 15px;
}

.dont-panic-mobile-rep-ex {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    text-align: center;
}

.page-money-talks .about-money {
    margin-top: 28px;
}

.page-money-talks .about-money-section-left {
    border: 1px solid #cdcccc;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 25px;
}

.page-money-talks .about-money-section-right {
    border: 1px solid #cdcccc;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 25px;
}

.page-money-talks .about-money img {
    display: block;
    width: 100%;
    height: auto;
}

.page-money-talks .about-money h2 {
    margin-bottom: 20px;
}

.page-money-talks .about-money-section-left .about-money-section-left-content {
    margin-top: 32px;
    padding: 0px 33px;
}

.page-money-talks .about-money-section-right .about-money-section-right-content {
    margin-top: 32px;
    padding: 0px 28px;
}

    .page-money-talks .about-money-section-right .about-money-section-right-content h2 {
        padding: 0px 32px;
    }

.page-money-talks .btn-readmore {
    background-color: #8262a4;
    color: white;
    border: none;
    padding: 8px 84px;
    border-radius: 3px;
    margin-bottom: 33px;
}

    .page-money-talks .btn-readmore:hover {
        color: #fff;
        background-color: #644884;
        border-color: #644884;
    }

.page-money-talks .about-money-section-left .btn-readmore {
    margin-top: 28px;
}

.page-money-talks .about-money-section-right .btn-readmore {
    margin-top: 6px;
}

body.friends-family .section-wrapper .main-content .section-content {
    background-color: #f2eff6;
    padding: 11px 26px;
}

    body.friends-family .section-wrapper .main-content .section-content img {
        margin: 0 auto;
        margin-top: 10px;
        padding: 18px 0px;
    }

    body.friends-family .section-wrapper .main-content .section-content p {
        font-size: 15px;
    }

body.friends-family .upper-content-section {
    padding: 0px;
}

.img-full-width {
    display: block;
    width: 100%;
    height: auto;
}

body.friends-family .section-wrapper .header-content, .main-content {
    padding: 0px 75px;
}

body.friends-family .section-wrapper-bg-white .content-section-2, .content-section-3 {
    padding: 0px 60px;
}

body.friends-family .section-wrapper {
    background: #E7E7E7 url('../images/bgs/bg-freinds-family.jpg') no-repeat center;
    background-size: cover;
}

body.friends-family .section-wrapper-bg-white {
    background-color: #ffffff;
    color: #000000;
    padding: 50px 0;
}

body.friends-family .section-wrapper .upper-content-section {
    background-color: #ffffff;
    color: #000000;
}

    body.friends-family .section-wrapper .upper-content-section .header-content {
        margin-top: 36px;
        margin-bottom: 21px;
    }

    body.friends-family .section-wrapper .upper-content-section .main-content .friends-family-info-section {
        margin-top: 33px;
    }

    body.friends-family .section-wrapper .upper-content-section .header-content h4 {
        color: #ec2028;
        margin-bottom: -18px;
    }

body.friends-family .mobile-img {
    display: none;
}

body.friends-family .section-wrapper-bg-white ul li {
    color: #8868a9;
}

    body.friends-family .section-wrapper-bg-white ul li p {
        color: #000000;
    }

body.friends-family .section-wrapper-bg-white ul, ol {
    padding: 0px 13px;
}

body.friends-family .section-wrapper .friends-family-info-section .pd-r {
    padding-right: 0px;
}

body.friends-family .section-wrapper-bg-white .section-img {
    margin: 33px 0px;
}


/* Small devices (tablets, 768px to 99px) */

@media screen and (max-width: 768px) {
    .dont-panic-show-mobile {
        display: block;
    }

    .dont-panic-show-desktop {
        display: none;
    }

    body.dont-panic-page .iframe-borrow-widget {
        height: 345px !important;
        z-index: 9999;
    }

    body.dont-panic-page #footer-sticky {
        z-index: 100000;
    }

    body.dont-panic-page .iframe-borrow-widget iframe {
        height: 335px !important;
    }

    body.dont-panic-page .section-wrapper .header-content .content {
        top: -335px !important;
    }

    body.homepage .stats-wrapper .st-label {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.dont-panic-page .iframe-borrow-widget {
        top: 125px !important;
        left: 0px !important;
        right: 0px !important;
        width: 370px !important;
        height: 325px !important;
        z-index: 10000;
    }

        body.dont-panic-page .iframe-borrow-widget iframe {
            height: 300px !important;
        }

    body.dont-panic-page .section-wrapper .header-content .content {
        top: -305px !important;
        left: 0px !important;
        right: 0px !important;
    }

    body.dont-panic-page .section-wrapper .header-img img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        top: 135px !important;
        left: -20px !important;
        right: 0px !important;
    }

    body.dont-panic-page .section-wrapper {
        padding-bottom: 50px;
    }

    .dont-panic-mobile-rep-ex {
        padding-top: 60px;
    }

    .dont-panic-show-mobile {
        display: block;
    }

    .dont-panic-show-desktop {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .error-page .right-error-img {
        max-width: 85%;
        bottom: 0;
    }

    .error-page .left-error-img, .error-page .right-error-img {
        display: none;
    }

    .error-page .both-error-img {
        display: block;
    }

    body.dont-panic-page .have-you-seen .video-links img {
        width: 100%;
        height: 100%;
    }

    .video-links-padding {
        padding: 12px 22px;
    }

    body.dont-panic-page .have-you-seen .have-you-seen-headline img {
        margin: 0 auto;
        float: none;
    }

    body.dont-panic-page .have-you-seen .have-you-seen-headline h1 {
        float: none;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    body.dont-panic-page .ratings .headline {
        margin-top: 20px;
    }

    .page-money-talks .about-money-section-left .about-money-section-left-content {
        padding: 0px 11px;
    }

    .page-money-talks .about-money-section-right .about-money-section-right-content {
        padding: 0px 11px;
    }

    .page-money-talks .about-money h2 {
        font-size: 16px;
    }

    .page-money-talks .about-money-section-right .about-money-section-right-content h2 {
        padding: 0px 1px;
    }

    .page-money-talks .btn-readmore {
        padding: 8px 60px;
        border-radius: 0px;
    }

    .page-money-talks .about-money-section-left .btn-readmore {
        margin-top: 12px;
    }

    body.friends-family .section-wrapper .header-content, .main-content {
        padding: 0px 17px;
    }

    body.friends-family .section-wrapper-bg-white .content-section-2, .content-section-3 {
        padding: 0px 19px;
    }

    body.friends-family .section-wrapper .upper-content-section .header-content {
        margin-top: 21px;
        margin-bottom: -2px;
    }

    body.friends-family .mobile-img {
        display: block;
    }

    body.friends-family .large-img {
        display: none;
    }

    body.friends-family .section-wrapper .upper-content-section .main-content .friends-family-info-section {
        margin-top: -10px;
    }

    body.friends-family .section-wrapper .friends-family-info-section .section-content {
        margin-top: 23px;
    }

    body.friends-family .section-wrapper .friends-family-info-section .pd-r {
        padding-right: 15px;
    }

    body.friends-family .section-wrapper-bg-white .section-img {
        margin-top: -12px;
        margin-bottom: 28px;
    }
}


/** WIDGET **/

.widget-header {
    margin-bottom: 15px;
    padding: 5px;
    background-color: #8262a4;
    float: left;
}

    .widget-header h1 {
        font-family: BrandonGrotesque;
        margin-top: 10px !important;
    }

.dynamic-label1 {
    margin-bottom: 0px;
    font-family: TondoRegular;
    color: #8262a4;
}

.dynamic-label2 {
    margin-bottom: 15px;
    font-family: TondoRegular;
    color: #8262a4;
}

.input-variant1-group-1 {
    margin: auto;
    width: 345px;
}

.input-label-1 {
    float: left;
    margin-right: 10px;
    padding-top: 8px;
}

.input-item-1 {
    float: left;
}

.iframe-borrow-widget .LoanAmount {
    text-align: center !important;
    width: 130px;
}

.iframe-borrow-widget select, .iframe-borrow-widget textarea, .iframe-borrow-widget input, .uneditable-input {
    display: inline-block;
    height: 40px;
    padding: 4px 12px 4px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    color: #8262a4;
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #F2EFF6;
    font-family: TondoBold;
}

    .iframe-borrow-widget input[type="button"] {
        font-size: 24px;
        display: inline-block;
        padding: 10px 30px;
        color: #ffffff;
        /*width: auto;*/
        background-color: #e02b2d;
    }

        .iframe-borrow-widget input[type="button"]:hover {
            /*color: white;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
    border: 1px solid #af1a1b;
    border-top-color: #901516;
    border-left-color: #901516;
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    cursor: pointer;*/
        }

        .iframe-borrow-widget input[type="button"]:disabled {
            opacity: .75;
        }

            .iframe-borrow-widget input[type="button"]:disabled:hover {
                background-color: #e02b2d;
                cursor: default;
                -webkit-transform: translateY(0px);
                -moz-transform: translateY(0px);
                -ms-transform: translateY(0px);
                -o-transform: translateY(0px);
                transform: translateY(0px);
            }

.input-group-2 {
    margin: auto;
    width: 300px;
}

.input-label-2 {
    float: left;
    margin-right: 10px;
    padding-top: 8px;
}

.input-item-2 {
    float: left;
}

.landing-btn {
    display: block;
    margin-bottom: 20px;
}

@media (max-width:622px) {
    .hidden-small {
        display: none;
    }

    .hidden-large {
        display: block;
    }

    .widget-header {
        padding: 12px;
    }

    body {
        letter-spacing: 0px;
    }

        body > div:first-child {
            padding: 6px;
        }

    h4 {
        font-size: 17px;
    }

    .static-label-1 {
        width: 280px;
    }

        .static-label-1 h2 {
            font-size: 26px;
        }

    .input-variant2-group-1 {
        margin: auto;
        width: auto;
    }

    .input-variant1-group-1 {
        margin: auto;
        width: auto;
    }

    .input-label-1 {
        float: none;
        margin-right: 0px;
        margin-bottom: 5px;
    }

    .input-item-1 {
        float: none;
    }

    .input-group-2 {
        margin: auto;
        width: 260px;
    }

    .input-label-2 {
        float: none;
        margin-right: 0px;
        margin-bottom: 5px;
    }

    .input-item-2 {
        float: none;
    }

    .rep-ex {
        display: none;
    }
}

@media (max-width:768px) {
    .landing-btn {
        display: none;
    }

    .input-section {
        width: 100%;
        margin-top: 0px;
    }

    .center-header-mobile h1 {
        text-align: center;
    }

    .omg-mobile strong {
        color: #8262a4;
    }

    .center-footer-block li {
        text-align: center;
    }
}

.applestore {
    max-width: 45%;
    width: 285px;
    background-image: url(https://d1qszrubpypzfg.cloudfront.net/PROD/img/appleStoreBadge@2x.png);
    background-position-x: center;
    background-repeat: no-repeat;
    display: block;
    height: 60px;
    background-size: contain;
}

.googleplay {
    max-width: 45%;
    width: 285px;
    background-image: url(https://d1qszrubpypzfg.cloudfront.net/PROD/img/googlePlayBadge@2x.png);
    background-position-x: center;
    background-repeat: no-repeat;
    display: block;
    height: 60px;
    background-size: contain;
}

.new-home-header {
    font-size: 75px !important;
    text-align: center;
    font-family: Helvetica Neue, Helvetica, Liberation Sans, Arial, sans-serif;
    font-weight: 900 !important;
    font-style: normal !important;
    font-stretch: condensed !important;
    line-height: 0.8;
    !important;
    letter-spacing: -0.2px !important;
}

.new-home-subheader {
    font-family: TondoRegular;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.2px;
    text-align: center;
    color: #000000;
}

.new-home-loans {
    background-color: #ffffff;
}

.new-home h1 {
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -0.2px;
    color: #8262a4;
}

.new-home p {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -0.3px;
}

.new-home-credit {
    padding-top: 50px !important;
    background-color: #f8f8f8;
    padding-bottom: 50px;
}

.new-home-why-better {
    background-color: rgba(130, 98, 164, 0.0);
    padding: 50px 15px 50px 15px;
}

    .new-home-why-better p {
        line-height: 1.2;
        font-size: 18px !important;
        padding-top: 5px;
    }

.new-home-bottom {
    margin-top: 50px;
    background-color: #ffffff;
    padding: 15px 15px 0px 15px;
}

    .new-home-bottom p {
        font-size: 18px !important;
        line-height: 1.5;
    }

.btn-new-home {
    height: 60px;
    min-width: 350px;
    font-size: 20px;
    padding-top: 15px;
}

.calculator-widget {
    width: 48%;
    border-radius: 8px;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.27);
    overflow: hidden;
    vertical-align: top;
    margin-top: 15px;
    background-color: #ffffff;
    padding-left: 0px !important;
    padding-right: 0px;
    max-width: 598px;
}

.border-box {
    letter-spacing: -0.1px;
    float: left;
}

    .border-box h1 {
        font-size: 34px;
    }

    .border-box > h1:first-child {
        color: #333333 !important;
    }

.widget-text-box {
    width: 208px;
    height: 41px;
    border-radius: 8px;
    box-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.27);
    background-color: #f3eff7;
    border: solid 0.5px #8262a4;
    font-size: 20px;
}

.widget-select-box {
    width: 208px;
    height: 41px;
    border-radius: 8px;
    background-color: #f3eff7;
    border: solid 0.5px #8262a4;
    padding: 4px 12px 4px;
    padding-left: 45px;
    font-size: 20px;
}

.widget-content {
    background-image: url(https://d6o2d05d5m9vw.cloudfront.net/content/2018/7/0123456789/landscape-tv-ad-bg-gradient.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    padding: 0px;
    height: auto;
    padding-bottom: 20px;
    padding-left: 7px;
}

.widget-rep-ex-outer {
    background-color: #f2eff5;
    text-align: left;
    padding: 15px 10px 10px 10px;
}

.widget-rep-ex {
    font-size: 22px;
    margin-bottom: 10px;
}

.widget-rep-ex-table {
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
}

.widget-credit-slogan {
    font-size: 18px;
    line-height: 22px;
    padding: 10px
}

.widget-not-effect-credit {
    color: #666666;
    margin: 10px 0px 10px 0px;
    font-size: 18px
}

.widget-repayable-over {
    font-size: 18px;
    margin-bottom: 7px;
}

.widget-your-monthly {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

.btn-widget-apply {
    font-size: 20px;
}

.minPayment {
    font-size: 28px;
}

.maxPayment {
    font-size: 28px;
}

@media (min-width: 1200px) {
    .new-home {
        width: 1366px !important;
    }

        .new-home.new-home-calculators {
            margin: auto;
            width: 1245px !important;
        }

    .cc-slider-home {
        height: 482px;
    }

    .new-home-loans, .new-home-fix {
        position: unset !important;
        z-index: -1;
    }
}

@media (max-width:991px) {
    .minPayment {
        font-size: 22px;
    }

    .maxPayment {
        font-size: 22px;
    }

    .widget-rep-ex {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .widget-rep-ex-table {
        font-size: 16px;
        line-height: 1.5;
        color: #333333;
    }

    .widget-credit-slogan {
        font-size: 16px;
        line-height: 20px;
        padding: 10px
    }

    .widget-not-effect-credit {
        color: #666666;
        margin: 10px 0px 10px 0px;
        font-size: 16px
    }

    .widget-repayable-over {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .widget-your-monthly {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 13px;
    }

    .new-home-bottom {
        margin-top: 0px;
    }

    .border-box h1 {
        font-size: 18px;
    }

    .border-box > h1:first-child {
        font-size: 24px;
    }
}

.owl-carousel .calculator-widget {
    display: block;
    width: 97%;
    height: auto;
    padding: 0px !important;
}

.owl-stage {
    padding-left: 10px !important;
    padding-right: 0px !important;
}

.owl-item {
    width: 50% !important;
}

@media (min-width:375px) and (max-width: 480px) {
    .owl-item {
        width: 43% !important;
    }
}

.wrapper {
    width: 100%;
}

.keeps-britain-running {
    padding-top: 70px;
}

@media (max-width: 1200px) {
    .keeps-britain-running {
        padding-top: 18px;
    }
}

.widget-card {
    background-image: url('https://d6o2d05d5m9vw.cloudfront.net/content/2018/7/0123456789/credit-card.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 150px;
    width: 238px;
    margin: auto;
}

@media (max-width:1150px) {
    .widget-no-cash-withdrawal {
        font-size: 22px !important;
    }

    .widget-card {
        height: 161px;
    }
}

@media (max-width:991px) {
    .widget-card {
        height: 145px;
    }
}

@media (max-width:768px) {
    .minPayment {
        font-size: 16px;
    }

    .maxPayment {
        font-size: 16px;
    }

    .widget-content {
        height: auto;
        background-image: url(https://d6o2d05d5m9vw.cloudfront.net/content/2018/7/0123456789/purple-bg.png);
        padding-left: 0px !important;
    }

    .new-home h1 {
        font-size: 36px !important;
    }

    .calculator-widget .border-box h1 {
        font-size: 16px !important;
    }

    .calculator-widget .border-box > h1:first-child {
        font-size: 20px !important;
    }

    .new-home-loans {
        text-align: center;
    }

    .new-home-credit {
        text-align: center;
    }

    .new-home-header {
        font-size: 36px !important;
    }

    .new-home p {
        font-size: 18px !important;
    }

    .new-home-subheader {
        font-size: 16px;
    }

    .btn-new-home {
        height: 60px;
        width: 100%;
        min-width: 50px;
    }

    .purple {
        color: #8262a4 !important;
    }

    .new-home-credit {
        padding-top: 25px !important;
        padding-bottom: 50px;
    }

    .new-home-mid-why {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .new-home-expand-mobile {
        margin-right: -15px;
        margin-left: -15px;
    }

    .widget-rep-ex {
        font-size: 17px;
    }

    .widget-rep-ex-table {
        font-size: 14px;
    }

    .btn-widget-apply {
        font-size: 17px;
        width: 240px;
    }
}

@media (max-width: 480px) {
    .minPayment {
        font-size: 15px;
    }

    .maxPayment {
        font-size: 15px;
    }

    .media-body pre, p {
        font-size: 13px !important;
    }

    .widget-card {
        width: 206px;
        height: 130px;
    }

    .widget-not-effect-credit {
        font-size: 14px;
    }
}

.hidden-all-but-320 {
    display: none;
}

@media(max-width:320px) {

    .hidden-all-but-320 {
        display: block;
    }

    .minPayment {
        font-size: 14px;
    }

    .maxPayment {
        font-size: 14px;
    }

    .widget-rep-ex {
        font-size: 15px;
    }

    .widget-rep-ex-table {
        font-size: 13px;
    }

    .widget-not-effect-credit {
        font-size: 12px;
    }

    .btn-widget-apply {
        font-size: 14px;
        width: 200px;
    }

    .widget-credit-slogan {
        font-size: 14px;
    }

    .widget-card {
        width: 195px;
        height: 123px;
    }

    .widget-repayable-over {
        font-size: 14px;
    }

    .widget-content {
        height: auto;
        padding-left: 0px !important;
    }

    .widget-your-monthly {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}

/* new mobile nav button */
.lh-header,
.main-menu > .menu-item a,
.main-menu__item__link {
    border-left: 10px solid transparent;
    color: #999;
    display: block;
    font-size: .8125rem;
    font-weight: 300;
    line-height: 2.07692;
    padding: 10px 0;
    text-transform: none;
    border-bottom: none !important
}

.sub-menu__item__link {
    border-bottom: 1px solid #ccc !important
}

.main-menu {
    background-color: #fff;
    border-top: none;
    clear: both;
    width: 100%;
    height: 100vh
}

.main-menu__item__link:hover {
    border-left: 10px solid #8262a4 !important;
    text-decoration: none;
    color: #ccc
}

.main-menu__item a,
.main-menu__item a:active {
    color: #8262a4 !important;
    text-decoration: none
}

.main-menu__item__link div {
    color: #444444 !important
}

.main-menu > .menu-item,
.main-menu__item {
    font-family: TondoRegular
}

@media (max-width:768px) {
    .navigation-wrap {
        width: 100%;
        top: 0;
        z-index: 100;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: #fff;
        background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #fff), color-stop(100%, #fff));
        background-image: -webkit-linear-gradient(top, #fff, #fff);
        background-image: -moz-linear-gradient(top, #fff, #fff);
        background-image: -o-linear-gradient(top, #fff, #fff);
        background-image: linear-gradient(top, #fff, #fff);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#ffffff');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#ffffff')";
        background-image: -ms-linear-gradient(top, #fff 0, #fff 100%)
    }

        .navigation-wrap .container {
            padding: 0
        }

    #menu-button {
        color: #fff;
        cursor: pointer;
        margin: 0;
        padding: 10px;
        z-index: 100;
        width: 40px;
        float: left
    }

    #menu-details {
        background-color: #fff;
        height: 760px;
        padding: 30px 25px;
        text-transform: uppercase
    }

        #menu-details table {
            background-color: inherit;
            width: 100%
        }

            #menu-details table td {
                height: 35px
            }

                #menu-details table td label {
                    font-size: .8125rem
                }

    .menu-details-value {
        color: #fff
    }

    .menu-details-label {
        color: #ccc
    }

    .menu-details-error {
        height: 760px;
        color: #575b5e;
        text-align: center;
        text-transform: uppercase
    }

    #menu-button div {
        width: 100%;
        margin: 0 auto
    }

    #menu-button .icon-bar {
        background-color: #8262a4 !important;
        border-radius: 1px;
        box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
        display: block;
        height: 3px;
        margin: 5px 0;
        width: 100%
    }

    .main-menu__item.no-link a {
        color: #444 !important;
        text-transform: none !important
    }
}

#nav-menu {
    margin: 0 !important
}

#nav-menu-collapse {
    text-align: left !important
}

    #nav-menu-collapse a {
        font-size: 16px !important
    }

.navbar-nav {
    width: 100%;
}

    .navbar-nav li {
        width: auto;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }

.sub-menu li {
    width: 100% !important;
    text-align: left !important;
}

#nav-menu-desktop a {
    text-transform: uppercase !important;
    font-size: 16px;
}

#nav-menu-desktop ul {
    max-width: 750px !important;
    margin: auto !important;
    float: none !important;
    text-align: center;
    padding-left: 25px;
}


@media (max-width:480px) {
    .btn-new-home {
        min-width: 50px;
        font-size: 16px;
        padding-top: 20px;
    }
}

@media (max-width:376px) {
    .btn-new-home {
        min-width: 50px !important;
        font-size: 13px !important;
        padding-top: 20px !important;
    }
}

.purple {
    color: #8262A4 !important;
}

nav.nav {
    display: block;
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
}

    nav.nav .logo {
        margin-top: 50px;
        margin-bottom: 15px;
        overflow: hidden;
    }

@media (max-width: 1040px) {
    nav.nav .logo {
        overflow: visible;
        position: relative;
        margin-top: 30px;
    }
}

nav.nav .logo .hamburger {
    display: none;
    position: absolute;
    width: 35px;
    cursor: pointer;
    left: 30px;
    top: 1px;
}

@media (max-width: 1040px) {
    nav.nav .logo .hamburger {
        display: block;
    }
}

@media (max-width: 340px) {
    nav.nav .logo .hamburger {
        left: 15px;
    }
}

nav.nav .logo .hamburger div {
    width: 26px;
    background-color: #fff;
    height: 3px;
    margin-bottom: 4px;
}

nav.nav .logo .mobile-login {
    background-color: transparent;
    color: #fff;
    border: none;
    display: none;
    position: absolute;
    top: 1px;
    right: 30px;
    height: 17px;
    line-height: 17px;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.04px;
    padding: 0px;
    text-align: right;
    width: auto;
}

@media (max-width: 1040px) {
    nav.nav .logo .mobile-login {
        display: block;
    }
}

@media (max-width: 340px) {
    nav.nav .logo .mobile-login {
        right: 15px;
    }
}

nav.nav .logo__image {
    position: relative;
    display: inline-block;
}

@media (max-width: 1040px) {
    nav.nav .logo__image {
        display: block;
        margin: 0 auto;
        width: 140px;
    }
}

nav.nav .logo__image:before {
    content: "";
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0px;
    left: -1367px;
    width: 1363px;
    background-image: url("/images/nav-red-lines-left.png");
    background-size: 1363px;
    background-repeat: no-repeat;
    background-position: center right;
}

@media (max-width: 1040px) {
    nav.nav .logo__image:before {
        background-position: center center;
        background-image: url("/images/nav-red-lines--mobile.png");
        left: -27px;
        background-size: 15px;
        width: 25px;
    }
}

nav.nav .logo__image:after {
    content: "";
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    margin-left: 3px;
    right: 0px;
    left: 100%;
    width: 1949px;
    background-image: url("/images/nav-red-lines-right.png");
    background-size: 1949px;
    background-repeat: no-repeat;
    background-position: center left;
}

@media (max-width: 1040px) {
    nav.nav .logo__image:after {
        background-position: center center;
        background-image: url("/images/nav-red-lines--mobile.png");
        margin-left: 0px;
        background-size: 15px;
        width: 25px;
    }
}

nav.nav .logo img {
    width: 240px;
}

@media (max-width: 1040px) {
    nav.nav .logo img {
        width: 100%;
    }
}

nav.nav .logo__white {
    display: block;
}

nav.nav .logo__black {
    display: none;
}

nav.nav .mustache {
    -webkit-transition: all "none";
    -moz-transition: all "none";
    -o-transition: all "none";
    -ms-transition: all "none";
    -khtml-transition: all "none";
    transition: all "none";
    visibility: hidden;
    position: absolute;
    height: 25px;
    width: 70px;
    left: -80px;
    top: -50px;
}

    nav.nav .mustache img {
        width: 70px;
    }

@media (max-width: 1040px) {
    nav.nav .mustache {
        display: none;
    }
}

nav.nav .links {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    nav.nav .links .navigation-close {
        display: none;
        position: absolute;
        width: 30px;
        top: 20px;
        margin-left: -3px;
    }

nav.nav .navigation {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 10px;
}

    nav.nav .navigation li {
        display: inline-block;
        margin-right: 35px;
        font-size: 18px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.06px;
        color: #ffffff;
        position: relative;
    }

        nav.nav .navigation li.active:after {
            content: "";
            height: 2px;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            -khtml-border-radius: 4px;
            position: absolute;
            background-color: #fff;
            width: 100%;
            bottom: -5px;
            left: 0px;
        }

        nav.nav .navigation li a {
            color: #fff;
            text-decoration: none;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -khtml-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            nav.nav .navigation li a:hover {
                opacity: 0.8;
                -moz-opacity: 0.8;
                -webkit-opacity: 0.8;
                -ms-opacity: 0.8;
                -o-opacity: 0.8;
                -khtml-opacity: 0.8;
            }

        nav.nav .navigation li.mobile-navlist-login {
            display: none;
        }

nav.nav--black .logo .hamburger div {
    background-color: #000;
}

nav.nav--black .logo .mobile-login {
    color: #000;
}

nav.nav--black .logo__white {
    display: none;
}

nav.nav--black .logo__black {
    display: block;
}

nav.nav--black .navigation li.active:after {
    background-color: #333333;
}

nav.nav--black .navigation li a {
    color: #333333;
}

nav.nav.fixed {
    position: fixed;
    background-color: #fff;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    -khtml-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
}

    nav.nav.fixed .logo {
        display: none;
    }

@media (max-width: 1040px) {
    nav.nav.fixed .logo {
        display: block;
        margin-top: 15px;
    }

        nav.nav.fixed .logo .logo__white {
            display: none;
        }

        nav.nav.fixed .logo .logo__black {
            display: block;
        }
}

nav.nav.fixed .logo .hamburger div {
    background-color: #000;
}

nav.nav.fixed .logo .mobile-login {
    color: #000;
}

nav.nav.fixed .links {
    padding: 15px 0px 10px 0px;
}

@media (max-width: 1360px) {
    nav.nav.fixed .links {
        margin-left: 100px;
    }
}

@media (max-width: 1040px) {
    nav.nav.fixed .links {
        padding: 0px;
        margin-left: 0px;
    }
}

nav.nav.fixed .navigation {
    position: relative;
}

nav.nav.fixed .mustache {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -khtml-transition: all 0.7s ease;
    transition: all 0.7s ease;
    visibility: visible;
    top: 8px;
}

nav.nav.fixed .navigation li.active:after {
    background-color: #333333;
    bottom: -28px;
}

nav.nav.fixed .navigation li a {
    color: #333333;
}

@media (max-width: 1040px) {
    nav.nav .links {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 999;
        background-color: #fff;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -khtml-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -khtml-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -khtml-opacity: 0;
        visibility: hidden;
    }

        nav.nav .links.open {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            -khtml-transform: scale(1);
            transform: scale(1);
            opacity: 1;
            -moz-opacity: 1;
            -webkit-opacity: 1;
            -ms-opacity: 1;
            -o-opacity: 1;
            -khtml-opacity: 1;
            visibility: visible;
        }

        nav.nav .links .navigation {
            margin-top: 70px;
        }

            nav.nav .links .navigation li {
                display: block;
                margin-bottom: 25px;
            }

                nav.nav .links .navigation li.active:after {
                    display: none;
                }

                nav.nav .links .navigation li a {
                    color: #333333;
                }

        nav.nav .links .mobile-navlist-login {
            display: block;
        }

        nav.nav .links .cta {
            display: none;
        }

        nav.nav .links .navigation-close {
            display: block;
        }
}

.cta {
    display: inline-block;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    -khtml-border-radius: 25px;
    background-color: transparent;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.06px;
    text-align: center;
    color: #ffffff;
    line-height: 24px;
    min-height: 46px;
    padding: 8px 30px;
    min-width: 142px;
}

.cta--small {
    min-height: 36px;
    padding: 2px 15px;
    min-width: 116px;
}

.cta--ghost-white {
    color: #fff;
    border: 2px solid #fff;
}

    .cta--ghost-white:hover {
        color: #fff;
    }

.cta--ghost-black {
    color: #333333;
    border: 2px solid #333333;
}

    .cta--ghost-black:hover {
        color: #333333;
    }

.cta--ghost-gray {
    color: #333333;
    border: 2px solid #999999;
    background-color: #999999;
}

    .cta--ghost-gray:hover {
        color: #333333;
    }

.cta--fill-white {
    color: #4a4a4a;
    border: 2px solid #fff;
    background-color: #fff;
}

    .cta--fill-white:hover {
        color: #4a4a4a;
    }

.cta--fill-red {
    color: #fff;
    border: 2px solid #ec2028;
    background-color: #ec2028;
}

    .cta--fill-red:hover {
        color: #fff;
    }

.cta--light-white-bg {
    background-color: rgba(255, 255, 255, 0.1);
}

.cta--strong-white-bg {
    background-color: rgba(255, 255, 255, 0.7);
}

.cta:hover {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    -khtml-opacity: 0.8;
}

a.cta {
    text-decoration: none !important;
}

button.cta {
    outline: none !important;
}

/*
.cta {
    display: inline-block;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    -khtml-border-radius: 25px;
    background-color: transparent;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.06px;
    text-align: center;
    color: #ffffff;
    line-height: 24px;
    min-height: 46px;
    padding: 8px 30px;
    min-width: 142px;
}

.cta--ghost-white {
    color: #fff;
    border: 2px solid #fff;
}

.cta--ghost-white:hover {
    color: #fff;
}

.cta--ghost-black {
    color: #333333;
    border: 2px solid #333333;
}

.cta--ghost-black:hover {
    color: #333333;
}

.cta--fill-white {
    color: #4a4a4a;
    border: 2px solid #fff;
    background-color: #fff;
}

.cta--fill-white:hover {
    color: #4a4a4a;
}

.cta--fill-red {
    color: #fff;
    border: 2px solid #ec2028;
    background-color: #ec2028;
}

.cta--fill-red:hover {
    color: #fff;
}

.cta:hover {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -khtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    -khtml-opacity: 0.8;
}

a.cta {
    text-decoration: none !important;
}

button.cta {
    outline: none !important;
} */

.footer {
    display: block;
    background-color: #f8f8f8;
    padding: 50px 0px 50px 0px;
}

@media (max-width: 767px) {
    .footer {
        padding: 30px 0px;
    }
}

.footer__col {
    padding-left: 30px;
    width: 25%;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .footer__col {
        padding-left: 15px;
        width: 33.33333%;
    }
}

@media (max-width: 767px) {
    .footer__col {
        margin-bottom: 0px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .footer__col .links {
        display: none;
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

@media (min-width: 767px) {
    .footer__col .links {
        display: block !important;
    }
}

.footer__col .title {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.06px;
    color: #333333;
    margin-bottom: 15px;
    display: block;
}

.mobile-app-faqs-link {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .footer__col .title {
        margin-bottom: 0px;
        padding: 10px 0px;
        border-bottom: 1px solid #666;
        font-size: 16px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -khtml-transition: all 0.2s linear;
        transition: all 0.2s linear;
        background-image: url("/images/plus-icon.png");
        background-repeat: no-repeat;
        background-position: center right;
        background-size: 12px;
    }

    .mobile-app-faqs-link {
        margin-top: 0;
    }
}

.footer__col a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    padding: 5px 0px;
}

.footer__col.toggled .title {
    background-image: url("/images/minus-icon.png");
}

.footer__col--cards a {
    margin-bottom: 10px;
}

.footer__col--questions .subtitle {
    display: block;
    font-weight: 700;
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 5px;
}

.footer__col--app .title {
    border: none;
    background-image: none !important;
}

.footer__col--app a {
    display: inline-block;
}

.footer__col--app img.download {
    width: 140px;
    display: inline-block;
}

@media (max-width: 767px) {
    .footer__col--app img.download {
        width: 115px;
        margin-right: 10px;
    }
}

.footer__col--app .social {
    margin-top: 40px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .footer__col--app .social {
        margin-top: 10px;
        padding-top: 15px;
        border-top: 1px solid #666666;
    }
}

.footer__col--app .social img {
    width: 40px;
    margin-right: 5px;
}

.footer .small-copy {
    font-size: 12.5px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
}

@media (max-width: 767px) {
    .footer .small-copy {
        font-size: 13px;
    }
}

.footer .small-copy span {
    font-weight: bold;
    display: block;
}


/* manual fix */
@media (max-width: 767px) {
    .footer > div.container {
        padding: 0 15px !important;
    }
}

@media (max-width: 767px) {
    #mobile-test {
        display: none;
    }
}

/* user Login */
#user-login {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.contact-us .mb-3em {
    margin-bottom: 3em;
}

.customer-complaint-item {
    border-top: 2px solid rgb(130, 98, 164, .5);
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
}

.customer-complaint-last-item {
    border-top: 2px solid rgb(130, 98, 164, .5);
    border-bottom: 2px solid rgb(130, 98, 164, .5);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
}

    .customer-complaint-item .pt-10, .customer-complaint-last-item .pt-10 {
        padding-top: 10px !important;
    }

#money-day {
    line-height: 1.75 !important;
}

    #money-day ol {
        padding: 0 15px !important;
    }

.start-node {
    margin-bottom: 0;
}

.media .media-body .media-width {
    width: 100% !important;
}

.media .media-left .m-left {
    float: left;
}

.media-body h4 {
    color: #333;
}

#rep-example-page-bottom {
    padding: 10px 0px
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.navigation-close-button {
    display: flex;
    flex-wrap: wrap;
}

.image-full-width {
    width: 100%;
    height: auto;
}

.m-0 {
    margin: 0;
}

.fs-18 {
    font-size: 18px;
}

.mobile-app-faqs .download-app img {
    width: auto;
    height: 64px;
    margin-right: 55px;
}

.mobile-app-faqs .download-app img:first-child {
    margin-right: 55px;
}

.mobile-app-faqs .old-app-icons img {
    width: 227px;
    height: 227px;
    margin-bottom: 15px;
}

.mobile-app-faqs .old-app-icons .app-icons-inline {
    display: inline-block;
    text-align: center;
}

.mobile-app-faqs .old-app-icons .app-icons-inline:first-child {
    margin-right: 28px;
}

.mobile-app-faqs-answers img {
    max-width: 303px;
    width: 100%;
    height: auto;
}

@media (max-width: 760px) {
    .mobile-app-faqs .download-app img {
        width: auto;
        height: 40px;
    }

    .mobile-app-faqs .download-app img:first-child {
        margin-right: 15px;
    }

    .mobile-app-faqs .old-app-icons img {
        width: 145px;
        height: 145px;
    }

    .mobile-app-faqs .old-app-icons .app-icons-inline:first-child {
        margin-right: 10px;
    }

    #faq-accordion h3 {
        font-size: 16px;
    }
}

.privacy-policy table, .privacy-policy th, .privacy-policy td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
}