﻿/* Navigation */

.top-bar {
    text-align: center;
    background-color: #E8C65E;
    padding: 0;
}

    .top-bar .top-bar-left {
        max-width: 75rem;
        margin-left: auto;
    }

    .top-bar-left > ul {
        display: flex;
    }

div.top-bar-left {
    float: none;
}

.top-bar ul {
    background-color: #E8C65E;
}

.top-bar .global_connection li {
    background-color: #E8C65E;
    -webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
    width: 100%;
}

.top-bar .menu > li > a {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #FFFFFF;
    font-weight: normal;
    font-size: .875rem;
}

    .top-bar .menu > li > a.heightmatch {
        padding-top: 19px;
        padding-bottom: 18px;
    }

    .top-bar .menu > li > a:hover {
        background-color: #E8C65E;
        color: black;
    }

.top-bar .menu > li.current a {
    background-color: #E8C65E !important;
    color: black;
}

.top-bar .global_connection .menu > li.current {
    background-color: #F2DB9E !important;
    color: white;
}

.top-bar .dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-right: 1rem;
}

.top-bar .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: none;
}



.top-bar li a:not(.button) {
    background-color: #456173;
    -webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
    text-align: center;
    vertical-align: middle;
}

.top-bar li li a:not(.button) {
    font-weight: normal;
    background-color: #E8C65E;
    color: #456173;
    text-align: left;
}

@media only screen and (max-width: 64em) {
    div.top-bar-left {
        float: left;
    }

    .top-bar .menu > li > a.heightmatch {
        padding-top: .8rem;
        padding-bottom: .8rem;
    }
}

@media only screen and (min-width: 40em) {
    .top-bar .top-bar-left, .top-bar .top-bar-right {
        width: 100%;
    }
}

@media only screen and (max-width: 64em) {

    .top-bar {
        padding-top: 50px;
    }

    .title-bar {
        background-color: #003E7E;
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
        position: fixed;
        z-index: 100;
        height: 50px;
    }

    .title-bar-title {
        padding-left: 10px;
    }

    #navBar {
        height: 50px;
    }
}

.aboutimages .cell {
    margin-bottom: 30px;
}

.aboutimages figure{
    text-align:center;
}

.aboutimages figcaption {
    color: #909090;
}
