﻿html, body {
    overflow-x: hidden
}

body {
    position: relative
}

.text-underline {
    text-decoration: underline
}

.title-link {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .title-link:hover > h3 {
        color: #36a0c9;
        -webkit-text-decoration-line: none;
        text-decoration-line: none
    }

nav.navbar {
    padding: 0 5.4em
}

.gray-gradient {
    background-color: rgba(0, 0, 0, 0.47)
}

#overlay {
    display: none;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in
}

#main {
    /*float: right;*/
    width: 100%;
    z-index: 99;
    position: relative;
    overflow-x: hidden;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in
}

    #main.open {
        left: 250px
    }

#overlay.open {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow-x: hidden;
    left: 250px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
}

.mobileNavigation {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: white
}

    .mobileNavigation > li {
        list-style: none;
        padding: 8px 20px 10px 5px;
        border-bottom: #2e2e2e 3px solid
    }

        .mobileNavigation > li > a {
            color: #555555
        }

.navigation {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#576c87', endColorstr='#344557', GradientType=0 );
    background: -ms-linear-gradient(top, #576c87, #344557);
    background: -webkit-gradient(linear, left top, left bottom, from(#576c87), to(#344557));
    background: -moz-linear-gradient(top, #576c87, #344557);
    padding: 0.40em 6.5em;
    font-size: 14px !important
}

.dropdown {
    padding: 0 1em
}

    .dropdown > a {
        color: white
    }

a.nav-link {
    color: white !important
}

.dropdown-submenu > a {
    color: white
}

.dropdown-item {
    padding-left: 1.2em;
    min-width: 16em
}

.dropdown-menu {
    background-color: rgba(45, 61, 79, 0.815);
    color: #fff
}

    .dropdown-menu > .dropdown-item > a {
        color: #fff
    }

    .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
        background-color: rgba(45, 61, 79, 0.815)
    }

.dropdown-submenu {
    position: relative;
    padding: 0.25em 1.25em
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff
    }

footer {
    overflow-x: hidden
}

.bg-footer-lt {
    padding-left: 5.5em;
    padding-right: 5.5em
}

@media (max-width:568px) {

    nav.navbar {
        padding: 0.5em 0 !important
    }
}

.wf-chart {
    overflow-x: auto !important;
}

    .wf-chart table {
        margin: 0 auto !important;
        width: 1px !important;
    }

    .wf-chart td {
        border: none !important;
        border-style: solid !important;
        background-color: white;
        padding: 3px !important;
    }

    .wf-chart p {
        margin-bottom: 0;
    }

    .wf-chart span {
        font-size: 1em;
        font-family: 'Lato' !important;
    }
