:root {
    --blue-sapphire: #1E5385;
    --photo-blue: #98DFEA;
}

.header-top:not(.banner) {
    padding: 5px 0;
}

.list-inline {
    margin-top: 9px;
    margin-bottom: 8px;
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline a {
    text-decoration: none;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.header-left {
    padding: 0;
    display: inline-block;
    width: 30%;
}

.logo img {
    margin: 20px 0;
}

.header-right {
    position: relative;
    margin-top: 60px;
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

.navbar .navbar-nav {
    font-family: 'Raleway', sans-serif;
}

.navbar-default .navbar-nav > li > a {
    color: #000 !important;
    font-size: 19px;
    font-weight: 700;
    padding: 28px 15px 27px 15px;
    z-index: 102;
    border: none;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    text-decoration: none;
}

.container-top {
    max-width: 1170px;
    width: 90%;
    padding: 2px 0;
    margin: 0 auto;
}

.info-top {
    width: 66.66666667%;
}

.container-nav {
    width: 75%;
}

#logo_img {
    width: 250px;
    padding: 20px 0 0 0;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #1e5385;
    color: #fff !important;
    transition: padding 0s linear, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.header-top {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
}

.navbar-nav > li {
    float: left;
}

.header-top:not(.banner) {
    background-color: var(--blue-sapphire);
}

.header-top a:hover {
    color: var(--photo-blue);
}

.header {
    background-color: rgba(255, 255, 255, .95);
}

.list-inline a {
    color: #fff;
}

.subfooter {
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    font-weight: bold;
    text-align: left;
    background-color: #000000;
    padding: 25px 0;
    border-top: 1px solid #000;
}

.subfooter a {
    color: #fff;
}

@media (max-width: 991px) {
    .header-left {
        display: block;
        width: 100%;
        text-align: center;
    }

    .header-right {
        margin: 0 auto;
        width: 100%;
        display: block;
        vertical-align: top;
        text-align: center;
    }

    .navbar-nav {
        float: none !important;
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .header-right {
        display: none;
    }
}
