@CHARSET "UTF-8";
.bg-white {
    background-color: #fff;
}

.article-info dd {
    display: inline-block;
    margin-left: 0;
    margin-right: 10px;
    white-space: nowrap;
}

body {
    background: #e9f0f4;
    font-family: "Arvo";
    font-weight: 500;
}

.navbar-default {

    background: #f9fcff;
    border-top: 1px solid #4c85ab;
    border-bottom: 1px solid #4c85ab;
}

.navbar.navbar-default.subm {
    border: 0 none;
    background: #4c85ab;
    border-radius: 0px;
}

.navbar-brand > img {
    position: relative;
    z-index: 1000;
    margin-top: -54px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: #2e2e2e;
    color: #fff;
    font-size: 14px;
}

.navbar-default.subm .navbar-nav > .active > a, .navbar-default.subm .navbar-nav > .active > a:hover, .navbar-default.subm .navbar-nav > .active > a:focus {
    background: #2e2e2e;
    color: #fff;
    font-size: 14px;
}

.main-menu .navbar-default .navbar-nav > li > a {
    font-size: 14px;
}

.navbar-default.subm .navbar-nav>li>a {
    color: #fff;
    font-family: "Oxygen";
    background-color: transparent;
}

.sub-menu {
    display: block;
    min-height: 50px;
}

.sub-menu .navbar-default .navbar-nav > li > a {
    font-size: 12px;
    margin-top: 20px;
}

.navbar {
    margin-bottom: 0;
}

.site-description {
    position: relative;
    z-index: 1000;
    top: -74px;
    left: 150px;
    font-size: 22px;
    color: #2e2e2e;
}

.item-page div p {
    font-family: "Times New Roman";
    font-size: 18px;
}

.white-bar {
    min-height: 25px;
    background: #fff;
    border-top: 1px solid #4c85ab;
    border-bottom: 1px solid #4c85ab;
}

.white-bar p {
    text-align: center;
    font-size: 26px;
    margin: 5px 0;
}

.blue-bar {
    padding: 15px 0;
    background: #4c85ab;
}

.blue-bar .home-introimage {
    text-align: center;
}

.blue-bar .home-introduction {
    color: #fff;
    font-size: 18px;
    line-height: 56px;
    font-weight: normal;
    font-family: "Times New Roman";
}

.footer-top,
.footer-bottom {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.footer-top ul {
    float:none;
    text-align: center;
}

.footer-top ul li {
    width: 15%;
    font-size: 16px;
}

.footer-top ul li a:hover {
    background: transparent;
}

.footer-top ul li a {
    color: #2e2e2e;
}

.page-header {
    padding-bottom: 9px;
    margin: 0px 0 20px;
    border-bottom: 1px solid #eee;
}

.page-header h1 {
    background: #4c85ab;

    font-family: "Oxygen";
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    margin: 0;
    font-size: 24px;
}

#labor-solutions .list {
    list-style: none;
    padding: 0;
}

#labor-solutions .list li {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}

#labor-solutions .list li a {
    font-family: "Oxygen";
}

#labor-solutions .list li div.glyphicon {
    color: #23527c;
}

.creativecontactform_title {
    font-family: "Arvo";
}

.item-page {
    font-family: "Times New Roman";
    font-size: 18px;
    padding: 24px;
    background: #fff;
}

.well-lg {
    border-radius: 0;
}

#navbar-sub-menu {
    float: right;
}

#system-message-container {
    margin-top: 40px;
}

#system-message-container .alert {
    border: 1px solid #ccc;
    background: #ebffb3;
    margin-bottom: 0;
    padding: 10px;
}

.no-horz-padding {
    padding-left: 0;
    padding-right: 0;
}

#gruemenu {
    z-index: 10 !important;
}

#gruemenu > ul {
    box-shadow: unset !important;
}

#navigation-toggle {
    margin-top: 4px;
}

@media (max-width: 767px) {

    .site-description {
        display: none;
    }
    .white-bar p {
        font-size: 20px;
    }

    .blue-bar .home-introimage.col-md-3,
    .blue-bar .home-introduction.col-md-9
    {
        padding-left: 0;
        padding-right: 0;
    }
    .blue-bar .home-introduction.col-md-9 {
        padding: 0 10px;
        text-align: justify;
    }
    div.navbar-collapse.col-md-6.collapse.in {
        padding-top: 30px;
    }

    div.main-menu.pull-right,
    div.sub-menu.pull-right {
        float:none !important;
    }

    ul.nav.navbar-nav.menu li,
    ul.nav.navbar-nav .sub-menu li {
        width: 100%;
        text-align: center;
    }

    #navbar-sub-menu {
        float: none;
    }

    .logged-in {
        float: right;
        margin: 8px 13px;
    }
}