﻿
.footer-inline-width {

    background-color:transparent;
    width: auto;
}

.dropdown-menu {
    font-size: 14px;
}

.list-inline-item:not(:last-child) {
    margin:0;
}

/* footer background colors */
.background-darkblue {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #162E49;
}

.background-lightblue {
    padding-top: 20px;
    padding-bottom: 35px;
    background-color: #5C88C6;
    text-align: center;
}

/* footer headings */
footer h3.footer-subtitle-darkblue {
    color: #162E49;
    font-weight: 700;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 20px;
}

footer h3.footer-subtitle-lightblue {
    color: #5C88C6;
    font-weight: 700;
}

/* footer styles */

footer {
    /*margin-top: 500px;
    padding-bottom: 60px;*/
}

    footer p {
        margin: 0;
        padding: 0;
        color: #fff;
        line-height: 40px;
    }

        footer p a {
            text-decoration: none;
            color: #fff;
        }

            footer p a:hover {
                color: #5C88C6;
            }

.footer-copyright {
    margin-top: 0;
}

    .footer-copyright p {
        color: #162E49;
    }

        .footer-copyright p a {
            font-weight: 700;
            color: #5C88C6;
        }

            .footer-copyright p a:hover {
                text-decoration: none;
                color: #162E49;
            }

i.white_icons {
    color: #fff;
}

    i.white_icons:hover {
        color: #162E49;
    }

.border_footer {
    border-right: 2px solid #5C88C6;
    border-bottom: none;
}

.logo_align {
    background-color: transparent;
    text-align: center;
    padding-bottom: 40px;
}

    .logo_align:first-child {
        border-right: none;
    }


.icon-social-footer {
    font-size: 6vh;
    color: #fff;
    margin:0;
    padding:0;
}

    .icon-social-footer:hover {
        color: #162e49;
    }

.text_align {
    text-align: center;
}

@media only screen and (max-width: 320px) {

    .logo_align {
        background-color: yellow;
        text-align: center;
    }

    .border_footer {
        border-bottom: 2px solid #5C88C6;
    }
}

.show_news {
    display: none;
}

@media (min-width: 768px) {
    .border_right {
        display: none;
    }

    .logo_align {
        background-color: red;
        text-align: center;
        padding-bottom: 40px;
    }

    .text_align {
        text-align: center;
    }

    .border_footer {
        border-bottom: none;
    }

        .border_footer:first-child {
            border-right: none;
        }
}

@media (min-width: 1024px) {

    .logo_align {
        background-color: pink;
        text-align: left;
    }

    .border_footer {
        border-right: 2px solid #5C88C6;
        border-bottom: none;
    }

    .text_align {
        text-align: left;
    }
}
