﻿

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/


.footer-wrapper {
    width: 100%;
    position: relative;
}

.footer-top {
    border-top: 1px solid #ccc;
    padding: 16px 0 0;
    margin-top: 30px;
    margin-bottom: 16px;
}

    .footer-top i,
    .footer-top .icon {
        margin-right: 10px;
    }

        .footer-top i:before,
        .footer-top .icon:before {
            margin-left: 0;
            margin-right: 0;
        }

    .footer-top p {
        font-size: 18px;
        margin-bottom: 0;
        color: #444444;
    }

    .footer-top .feedback-trigger {
        text-align: right;
    }

        .footer-top .feedback-trigger i,
        .footer-top .feedback-trigger .icon {
            font-size: 12px;
            margin-right: 0;
            margin-left: 6px;
        }

        .footer-top .feedback-trigger a i:before,
        .footer-top .feedback-trigger a .icon:before {
            text-decoration: none;
        }

.footer .f-header {
    color: rgb(255, 255, 255);
    margin-top: 0px;
    border-bottom: 1px solid rgb(77, 105, 137);
    padding-bottom: 14px;
    margin-bottom: 24px;
    font-family: "Futura PT Demi", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 1.2;
}


.footer {
    background-color: #003d6e;
    padding-top: 40px;
}

    .footer h4 {
        color: #fff;
        margin-top: 0;
        border-bottom: 1px solid #4d6989;
        padding-bottom: 14px;
        margin-bottom: 24px;
        font-family: 'Futura PT Demi', Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: normal;
    }

        .footer h4 a {
            color: #fff;
        }

        .footer ul {
            list-style: none;
            padding-left: 0;
            font-size: 20px;
            margin-bottom: 30px;
        }

        .footer ul > li {
            padding-left: 0;
        }

            .footer ul > li > a {
                color: #fff;
                text-decoration: none;
            }

                .footer ul > li > a:hover,
                .footer ul > li > a:focus {
                    text-decoration: underline;
                }

    .footer .footer-bottom {
        padding: 24px 0 14px;
    }

    .footer .footer-links > .container > .row {
        border-bottom: 1px solid #4d6989;
    }

    .footer .footer-bottom .backtotop {
        font-size: 18px;
    }

        .footer .footer-bottom .backtotop a {
            color: #fff;
            text-decoration: none;
        }

            .footer .footer-bottom .backtotop a i,
            .footer .footer-bottom .backtotop a .icon {
                padding-right: 8px;
                font-size: 14px;
                transition: all 0.5s ease 0s;
                -webkit-transition: all 0.5s ease 0s;
            }

            .footer .footer-bottom .backtotop a:hover,
            .footer .footer-bottom .backtotop a:focus {
                text-decoration: underline;
            }

                .footer .footer-bottom .backtotop a:hover i,
                .footer .footer-bottom .backtotop a:focus i,
                .footer .footer-bottom .backtotop a:hover .icon,
                .footer .footer-bottom .backtotop a:focus .icon {
                    color: #ce9700;
                    transition: all 0.5s ease-in-out 0s;
                    -webkit-transition: all 0.5s ease-in-out 0s;
                }

        .footer .footer-bottom a img {
            height: auto;
        }


/*------------------------------------*\
    $FOOTER MOBILE ACCORDION
\*------------------------------------*/

.footer-accordion {
    display: none;
}

    .footer-accordion .panel-group.accordion {
        margin-bottom: 0;
    }

    .footer-accordion .accordion .panel {
        border: 0;
        border-bottom: 1px solid #4d6989;
        background-color: #003d6e;
        border-radius: 0;
        margin-top: 0;
    }

    .footer-accordion .accordion .panel-heading {
        padding: 0;
    }

        .footer-accordion .accordion .panel-heading .panel-title {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: 0;
        }

            .footer-accordion .accordion .panel-heading .panel-title .accordion-toggle {
                display: block;
                padding: 16px 15px;
                border-radius: 0;
                background-color: #003d6e;
                text-decoration: none;
                transition: all 0.5s ease-in 0s;
                -webkit-transition: all 0.5s ease-in 0s;
            }

                .footer-accordion .accordion .panel-heading .panel-title .accordion-toggle:hover,
                .footer-accordion .accordion .panel-heading .panel-title .accordion-toggle:focus,
                .footer-accordion .accordion .panel.active > .panel-heading > .panel-title > .accordion-toggle,
                .footer-accordion .panel-group.accordion .panel.active > .panel-heading > .panel-title > .accordion-toggle:hover,
                .footer-accordion .accordion .panel.active > .panel-heading > .panel-title > .accordion-toggle:focus {
                    background-color: #406e92;
                    color: #fff;
                    transition: all 0.5s ease-in-out 0s;
                    -webkit-transition: all 0.5s ease-in-out 0s;
                }

    .footer-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top: 0;
        padding: 0 15px 15px;
    }

    .footer-accordion .accordion .panel-heading .panel-title .accordion-toggle i,
    .footer-accordion .accordion .panel-heading .panel-title .accordion-toggle .icon {
        float: right;
        color: #fff;
        font-size: 14px;
        transition: all 0.5s ease-in 0s;
        -webkit-transition: all 0.5s ease-in 0s;
    }

    .footer-accordion .panel-group.accordion .accordion-toggle .header-content {
        float: left;
        font-size: 20px;
    }

        .footer-accordion .panel-group.accordion .accordion-toggle .header-content h4 {
            margin-bottom: 0;
            transition: all 0.5s ease-in 0s;
            -webkit-transition: all 0.5s ease-in 0s;
            border-bottom: 0;
            padding-bottom: 0;
        }

    .footer-accordion .accordion .panel-heading .panel-title .accordion-toggle:hover .header-content h4,
    .footer-accordion .accordion .panel-heading .panel-title .accordion-toggle:focus .header-content h4,
    .footer-accordion .accordion .panel-heading .panel-title .accordion-toggle:hover i,
    .footer-accordion .accordion .panel-heading .panel-title .accordion-toggle:focus i,
    .footer-accordion .accordion .panel-heading .panel-title .accordion-toggle:hover .icon,
    .footer-accordion .accordion .panel-heading .panel-title .accordion-toggle:focus .icon,
    .footer-accordion .accordion .panel.active > .panel-heading > .panel-title > .accordion-toggle .header-content h4,
    .footer-accordion .accordion .panel.active > .panel-heading > .panel-title > .accordion-toggle i,
    .footer-accordion .accordion .panel.active > .panel-heading > .panel-title > .accordion-toggle .icon {
        color: #fff;
        transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
    }

    .footer-accordion .accordion .panel .panel-body {
        background-color: #406e92;
    }

        .footer-accordion .accordion .panel .panel-body .accordian-content ul {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0;
            padding-top: 16px;
            border-top: 1px solid #768ca4;
        }

.footer .footer-bottom div.govt-logo p {
    text-align: inherit !important;
    font-size: inherit !important;
}

@media only screen and (max-width: 767px) {

    .footer-top {
        margin-top: 16px;
    }
    .footer {
        padding-top: 0;
    }

    .footer-top .feedback-trigger {
        text-align: left;
        margin-top: 8px;
    }

    .footer .footer-bottom {
        padding: 14px 0 0;
        border-top: 0;
    }

/*        .footer .footer-bottom a img {
            width: 185px;
        }*/

    .footer-accordion {
        display: block;
    }

    .footer .footer-bottom .container {
        margin: 0;
    }
}
@media only screen and (max-width: 480px) {
    footer .footer-bottom .col-xs-7,
    footer .footer-bottom .col-xs-5 {
        width: 100%;
    }

    .footer .footer-bottom .backtotop {
        text-align: center;
    }

    .footer .footer-bottom .backtotop a i,
    .footer .footer-bottom .backtotop a .icon {
        font-size: 12px;
        padding-right: 4px;
    }

/*    .footer .footer-bottom a img {
        width: 160px;
    }
*/
}

footer #shielded-logo img {
    width: 40px;
}

@media only screen and (max-width: 320px) {
    footer .footer-bottom a img {
        width: 190px;
        display: block;
        margin: 10px auto;
    }

    .footer .footer-bottom .backtotop {
        text-align: center;
    }

    footer .footer-bottom .col-xs-7,
    footer .footer-bottom .col-xs-5 {
        width: 100%;
    }
}