@charset "UTF-8";
/* CSS Document */

/*TYPOGRAPHY */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    line-height: 1.1;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
        color: #000;
    }

h1, h2, h3 {
    margin-bottom: 20px;
}

h4, h5, h6 {
    margin-bottom: 15px;
}

h1, .h1 {
    font-size: 44px;
}

h2, .h2 {
    font-size: 37px;
}

h3, .h3 {
    font-size: 27px;
}

h4, .h4 {
    font-size: 23px;
}

h5, .h5 {
    font-size: 18px;
    line-height: 1.8;
}

h6, .h6 {
    font-size: 16px;
}


body, p {
    line-height: 1.8;
    /*    color: #555;*/
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

em {
    color: #929292;
}

a {
    color: #0032BB;
}

    a:hover {
        color: #132040;
        text-decoration: none;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.bold {
    font-weight: 700;
}

p {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.narrow {
    font-family: "Lato", sans-serif;
    width: 80%;
    margin: 10px auto;
}

.lead {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.4;
}

.medium-text {
    font-size: 85%;
}

html {
    position: relative;
    min-height: 100%;
}

hr {
    margin-bottom: 35px;
}

    hr.divider {
        width: 10%;
        border-width: 2px;
        margin-left: auto;
        margin-right: auto;
    }

.btn {
    border-radius: 40px;
}

.nav-link {
    margin: 0px 15px 0px 0px;
}

top-infobar-mobile small,
top-infobar-mobile .small {
    font-size: 80%;
    line-height: 0;
}




#top-header .logo {
    max-width: 65%;
    align-content: center;
}

#top-bar {
    background-color: #0e0f23;
    padding: 20px 0px;
}

#top-header #top-bar #top-links,
#top-links a {
    color: #FFFFFF;
}

#top-message a {
    color: #6aceff;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    #top-bar {
        text-align: center;
        height: auto;
        background-color: #fff;
        padding: 10px;
    }
}

.logo-mobile {
    width: 75%;
    align-content: center;
}

.heading {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    padding: 20px 0px;
}

.container-fluid .row .col-md-5.left-content-img {
    background-image: url(../images/truck-driver.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#solutions.col-md-5.left-content-img {
    background-image: url("../images/janitor.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#solutions .left-content-img-solutions {
    background-image: url("../images/janitor.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

nav #top-infobar-mobile li {
    text-align: right;
}

.subheading {
    /*	font-family: ;*/
    font-size: 24px;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 25px;
}

.text-primary {
    color: #0864b0 !important;
}

.navbar #top-bar a {
    color: #FFFFFF;
}

#top-infobar {
    padding-top: 15px;
}

#top-infobar-mobile small {
    font-size: 80%;
    line-height: 0;
}

#top-infobar-mobile {
    margin-bottom: 20px;
}

#menu-bar {
    /*	background-color: #e1e2e6;*/
    background-color: #244476;
    color: #989898;
    border-top: 2px solid #a68933;
    text-transform: uppercase;
    letter-spacing: 1.9px;
}

@media only screen and (max-width: 768px) {
    #menu-bar {
        margin-bottom: -16px;
    }

    #top-header #top-bar #top-links, #top-links a {
        color: #004085;
    }
}

@media only screen and (max-width: 989px) {
    #top-header {
        font-size: .85rem;
        ;
    }
}

.font-weight-black {
    font-weight: 900;
}
/*--------- SECTIONS ----------*/

.content-block {
    width: 100%;
    padding: 0px;
    z-index: 100;
    position: relative;
}

.content-block-30 {
    width: 100%;
    padding: 30px 0px;
    z-index: 100;
    position: relative;
}

.content-block-10 {
    width: 100%;
    padding: 10px 0px 10px 0px;
    z-index: 100;
    position: relative;
}

.content-block-60 {
    width: 100%;
    padding: 60px 0px 60px 0px;
    z-index: 100;
    position: relative;
}

.content-left {
    background-color: #132040;
    color: #fff;
}

.content-right {
    background-color: #132040;
    color: #fff;
}



#header.hero {
    background: url("../images/engineers.jpg") center 10% no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 500px;
    position: relative;
}




.shadow {
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}




.section-title {
    margin: 10px 0px;
}

.header-headline {
    background-color: #017dc5;
    color: #fff;
    margin: 40% 0% 0% 0%;
    width: 75%;
    /*	text-align: center;*/
}

.header-sub-headline {
    background-color: #000;
    color: #fff;
    margin: 0% 0% 0% 0%;
    /*	text-align: center;*/
}

.icon-boxes {
    /*	background-color: #f7fbff;*/
    background-color: #D5E1EC;
    margin: 5px;
    padding: 15px 15px 5px 15px;
}


.row.product-box .icon-boxes {
    /*    background-color: #D5E1EC;*/
    background-color: #e7f2fb;
    margin: 5px;
    padding: 15px;
    min-height: 150px;
    border-bottom: 5px solid #0B3767;
}

    .row.product-box .icon-boxes h5 {
        font-weight: 600;
        color: #244476;
    }



#cta {
    background-color: #244476;
    color: #fff;
    margin: 15px 0px;
    /*	max-height: 200px;*/
    overflow: hidden;
}

#feature-2 {
    background-image: url(../images/pattern.jpg);
    background-size: auto;
    background-position: left;
}

#footer {
    height: auto;
}

    #footer a {
        color: #B9EFFF;
    }


        #footer a:hover {
            color: #cecece;
            text-decoration: none;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }


#menu-bar a {
    color: #ececec;
}

    #menu-bar a:hover {
        color: #73dcfd;
        text-decoration: none;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

@media only screen and (max-width: 768px) {
    #footer {
        text-align: center;
    }

        #footer h5 {
            margin: 0px;
            padding: 0px;
        }

        #footer p {
            text-align: center;
            margin-bottom: 20px;
        }

        #footer .logo-mobile {
            max-width: 65%;
        }
}

.copyright-bar {
    height: 70px;
    font-size: 14px;
    padding-top: 20px;
    background-color: #244476;
    color: #ffffff;
    position: relative;
    bottom: 0;
}

    .copyright-bar p {
        font-weight: 700;
        margin: 0;
    }

@media only screen and (max-width: 768px) {
    .copyright-bar {
        text-align: center;
        height: auto;
    }
}
/*BACK PAGE*/

#header.backpage {
    background: url("../images/building.jpg") center 10% no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 200px;
    position: relative;
}

h3.pagetitle {
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 5%;
}

.breadcrumb {
    background-color: rgba(0, 0, 0, 0.075);
}

.brief {
    height: 200px;
}

.team-member {
    max-width: 500px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    border-top: 0;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
}

    .team-member .member-name {
        margin-top: 0px;
        position: relative;
    }

.team-details {
    padding: 20px;
}

.team-member .position {
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    display: block;
}

/*
@media only screen and (max-width: 576px) { 
    .brief {height: 100%;}
}
*/


/*
@media only screen and (min-width: 992px) { 
    .brief {height: 150px;}
}
*/


.social {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 100;
}
/*COLOR TWEAKS*/
.primary-blue {
    color: #001F3F;
}

.secondary-blue {
    color: #244476;
}

.navy {
    color: #001F3F;
}

.blue {
    color: #2d9dff;
}
/*.blue { color: #0074D9; }*/
.white {
    color: #fff;
}

.bg-primary-blue {
    background-color: #001F3F;
}

.bg-dark-blue {
    background-color: #0e0f23;
}

.bg-secondary-blue {
    background-color: #244476;
}

.bg-navy {
    background-color: #001F3F;
}

/********* RESPONSIVE *********/
@media only screen and (max-width: 767px) {
    .team-member {
        text-align: center;
    }

    .brief {
        height: 100%;
    }
}

@media only screen and (max-width: 768px) {

    #header.backpage {
        text-align: center;
        height: 140px;
    }

    h3.pagetitle {
        padding-top: 8%;
    }

    .header-headline {
        font-size: 20px;
        line-height: 1.4;
        margin: 60% 0% 0% 0%;
        width: 100%;
        text-align: center;
    }

    .header-sub-headline {
        margin: 0% 0% 0% 0%;
        text-align: center;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 768px) and (max-width:992px) {

    .brief {
        height: 160px;
    }
}

@media only screen and (min-width: 993px) and (max-width:1199px) {

    .brief {
        height: 250px;
    }
}
