body {
    background-color: rgba(247, 246, 244, 1);
}

a {
    -webkit-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out;
}

.container {
    background-color: white;
}

/* Top menu navbar */

@media screen and (min-width: 800px) {
    .navbar {
        height: 100px;
        background-color: white;
        border-top: 10px solid rgba(54, 172, 214, 1);
        border-radius: 0px;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
    .navbar .nav {
        position: absolute;
        bottom: -5px;
        right: 5px;
    }
    .navbar-default .navbar-nav > li > a {
        font-family: 'heroregular';
        text-transform: uppercase;
        font-size: 15px;
        font-size: 18px;
    }
    .navbar-default .navbar-nav > li > a:hover {
        color: rgba(54, 172, 214, 1);
        border-bottom: 2px solid rgba(54, 172, 214, 1);
        padding-bottom: 5px;
    }
    .navbar-default .navbar-nav > .current > a {
        color: rgba(54, 172, 214, 1) !important;
        border-bottom: 2px solid rgba(54, 172, 214, 1);
        padding-bottom: 5px;
    }

    .navbar .social {
        float: right;
        background-color: rgba(54, 172, 214, 1);
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 5px;
        margin-right: 5px;
    }
    .navbar .logo {
        margin-left: -15px;
    }
}
@media only screen and (max-width: 500px){
    .navbar {
        border-top: 10px solid rgba(54, 172, 214, 1);
        border-bottom: none;
        min-height: 80px;
    }
    .navbar .navbar-header .btn-navbar {
        margin-top: 45px;
    }
    .navbar .social {
        float: right;
        margin-top: -80px;
    }
}

/* Header/body image separator */

.separator {
    margin-top: -45px;
    margin-left: -15px;
    margin-right: -15px;
}
.separator img {
    height:400px;
    width:100%;
    margin-top: 145px;
}
.separator .description {
    background-color: rgba(255, 250, 250, 0);
    top: 200px;
    position: absolute;
    max-width: 400px;
    padding-left: 10px;
}
.separator .description .header {
    color:rgba(54, 172, 214, 1);
}
.separator .description p {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    color: #383838;
}
.separator .description p span {
    opacity: 0.8;
}

/* Footer */

.footer {
    min-height: 190px;
    background-color: rgba(38, 38, 38, 1);
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    margin-top: 15px;
    padding-bottom: 10px;
}
.footer ul {
    list-style-image: url('../images/bullet.png');
    list-style-position: inherit;
}
.footer ul li {
    margin-top: 5px;
}
.footer a {
    color: white;
    text-decoration: none;
}
.footer a:hover {
    color: rgba(54, 172, 214, 1);
}
.footer p {
    color: white;
}
.footer .title {
    color: white !important;
}
.copyright {
    bottom: 0;
    height:40px;
    background-color: rgba(54, 172, 214, 1);
    color: white;
    padding-top: 10px;
}

.copyright-mobile {
    bottom: 0;
    height:60px;
    background-color: rgba(54, 172, 214, 1);
    color: white;
    text-align: center;
    padding-top: 10px;
}

/* Typography */

.paragraph {
    text-align: justify;
    font-family: Arial;
    font-size: 15px;
    margin-bottom: 15px;
}
.title {
    font-family: 'Heroregular';
    border-bottom: 1px solid rgba(54, 172, 214, 1);
    line-height: 50px;
}
.title ul {
    display:inline;
    float: right;
    margin-right: -5px;
}
.title ul li {
    font-size: 15px;
}
.title a:hover {
    text-decoration: none;
    font-weight: bold;
}
.title button {
    background-color: rgba(54, 172, 214, 1);
    margin-right: 5px;
}

/* Custom button */

.btn-black {
    color: #ffffff;
    background-color: rgba(54, 172, 214, 1);
    border-color: #000000;
    border-radius:0;
    text-align: center;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
    color: #ffffff;
    background-color: #37353B;
    border-color: #000000;
    text-decoration: none;
}

/* Log In Button */
.loginButton {
    color: #ffffff;
    background-color: rgba(54, 172, 214, 1);
    text-align: center;


}

/* Contact Map */

.angular-google-map-container {
    height: 550px;
    width: 100%;
}

/* Custom lists */

.solutionsList .active,
.solutionsList .active:hover,
.solutionsList .active:focus,
.solutionsList .active:active {
    background-color: rgba(99, 102, 106, 1);
    font-family: 'Heroregular';
    font-size: 20px;
    text-align: center;
}
.solutionsList li {
    border: none;
    background-color: rgba(244, 244, 244, 1);
}
.solutionsList a {
    border: none;
    text-align: center;
    background-color: rgba(244, 244, 244, 1);
}
.solutionsList a:hover {
    background-color: rgba(54, 172, 214, 1);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    color: white;
}

.solutionsList .current,
.solutionsList .current:hover,
.solutionsList .current:focus,
.solutionsList .current:active {
    background-color: rgba(54, 172, 214, 1);
    color: white;
}

/* Opportunities List */


.gecon-list .active,
.gecon-list .active:hover,
.gecon-list .active:focus,
.sgecon-list .active:active {
    background-color: rgba(99, 102, 106, 1);
    font-family: 'Heroregular';
    font-size: 20px;
    text-align: center;
}
.gecon-list li {
    border: none;
    background-color: rgba(244, 244, 244, 1);
}
.gecon-list a {
    border: none;
    text-align: center;
    background-color: rgba(244, 244, 244, 1);
}
.gecon-list a:hover {
    background-color: rgba(54, 172, 214, 1);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    color: white;
}

.gecon-list .current,
.gecon-list .current:hover,
.gecon-list .current:focus,
.gecon-list .current:active {
    background-color: rgba(54, 172, 214, 1);
    color: white;
}

.contactList .active,
.contactList .active:hover,
.contactList .active:focus,
.contactList .active:active {
    background-color: rgba(99, 102, 106, 1);
    font-family: 'Heroregular';
    font-size: 20px;
    text-align: center;
}
.contactList li {
    border: none;
    background-color: rgba(244, 244, 244, 1);
}
.contactList a {
    border: none;
    text-align: center;
    background-color: rgba(244, 244, 244, 1);
}
.contactList a:hover {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    font-weight: bold;
    text-decoration: none;
}
.contactList .current,
.contactList .current:hover,
.contactList .current:focus,
.contactList .current:active {
    background-color: rgba(54, 172, 214, 1);
    color: white;
}

/* Quotes in services pages */
blockquote {
    font-family: Georgia;
    font-style: italic;
    background-color: ghostwhite;
    border-left: 5px solid rgba(54, 172, 214, 1);
}