﻿@media print {
    body {
        background-color: white !important;
    }
}

body {
    background-color: #2E507A;
    min-width: 1024px !important;
    color: #4F4E4E;
}

#wrapper-inner {
    width: 100%;
    padding: 0;
}

#wrapper-header {
    background-color: #ddd;
    background: linear-gradient(to bottom right, #ddd, #ddd);
    padding-top: 20px;
}

#wrapper-content {
    background-color: white;
    min-height: 300px;
    margin: auto !important;
}

#wrapper-footer {
    background-color: #ddd;
}

.row {
    margin: auto !important;
}

header, footer, #home-action, #home-news, .page, .content {
    max-width: 1024px;
    margin: auto;
}
/*HEADER*/
header {
    padding-bottom: 1%;
}

#logo img {
    width: 100%;
}

#nav-top {
    margin-top: 30px;
}

    #nav-top ul {
        width: 100%;
        margin-top: 30px;
    }

        #nav-top ul li, #nav-top ul li a {
            color: #4F4E4E;
        }

            #nav-top ul li:hover, #nav-top ul li a:hover {
                color: #00539F;
                cursor: pointer;
            }

        #nav-top ul li {
            list-style-type: none;
            display: inline-block;
            width: 19%;
            padding: 0;
            margin: 0;
            font-size: 16px;
            text-align: center;
        }

            #nav-top ul li ul {
                position: absolute;
                display: block;
                top: 75px;
                border: 1px solid #003366;
                background-color: white;
                z-index: 999;
                opacity: 0;
                margin: 0;
                width: 187px;
                padding: 0;
            }

            #nav-top ul li:hover > ul {
                visibility: visible;
                opacity: 1;
            }

            #nav-top ul li ul, #nav-top ul li ul li, #nav-top ul li ul li a {
                text-align: left;
                display: block;
            }

                #nav-top ul li ul li a:hover {
                    text-decoration: underline;
                }

                #nav-top ul li ul li {
                    display: block;
                }

                    #nav-top ul li ul li a {
                        color: #003366 !important;
                        padding: 5px;
                        width: 185px;
                    }

/*FOOTER*/
#bottom-nav ul li, #bottom-nav ul {
    list-style-type: none !important;
    padding: 0;
}

    #bottom-nav ul li {
        padding: 1% 0;
        margin: 0 !important;
    }

footer {
    padding: 20px 10px;
    margin-bottom: 0;
}

.footer.row {
    width: 100%;
}

footer a, footer a:active, footer a:visited {
    color: #4F4E4E;
}

footer h5, footer ul {
    margin-left: 0;
}

header a:hover, footer a:hover {
    font-weight: normal;
}

footer a:hover {
    color: #00539F;
    text-decoration: none !important;
}

header a.bold:hover, footer a.bold:hover {
    font-weight: bold !important;
    text-decoration: none !important;
}

#copyright {
    font-size: 90%;
    padding-top: 5%;
    position: absolute;
    bottom: 20px;
}

.fa-linkedin {
    font-size: 125%;
    padding: 5px;
    color: white;
    background-color: #3572A5;
    border-radius: 100%;
    opacity: 1;
}

    .fa-linkedin:hover {
        opacity: 0.6;
        transition: 0.1s;
        -webkit-transition: 0.1s;
        -moz-transition: 0.1s;
    }

#sunburst {
    /*background: url('../../images/frame/sunburst.png');
    background-size: 300px 170px;
    background-repeat: no-repeat;*/
    height: 80px;
    margin-top: 34px;
}

.fa-pad-right {
    padding-right: 10px;
}

@media (max-width: 768px) {
    body {
        min-width: 0 !important;
    }

    #logo {
        text-align: center;
    }

    #layout-login {
        text-align: center;
    }

        #layout-login a {
            padding-right: 0;
            padding-left: 0;
            font-weight: normal;
        }

    img {
        display: none;
    }

    #logo img {
        width: 50% !important;
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }

    #nav-top {
        text-align: center;
    }

    #top-nav-desktop {
        margin: 0;
        padding: 0;
    }

        #top-nav-desktop ul li {
            width: 20%;
        }

            #top-nav-desktop ul li a {
                font-size: 80%;
                text-decoration: underline !important;
            }

        #top-nav-desktop i {
            display: none;
        }

    #sunburst {
        background: none;
    }
}
