﻿.container {
    background: #fff;
}

body {
    background-image: none;
    background-color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}

.clientheader {
    width: 100%;
    margin: 0;
    text-align: center;
    border-bottom: 50px solid #5C3983;
}

    .clientheader img {
        width: 1170px;
        height: auto;
    }

.greensubheader {
    color: #000;
    background-color: #e4edf0;
}

.btn-primary {
    background-color: #BF3A55;
    border-color: #BF3A55;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:disabled, .btn-primary[disabled] {
        background-color: #BF3A55;
        border-color: #BF3A55;
        box-shadow: 0 0 0 .2rem rgba(41, 149, 238, 0.5) !important;
    }

.btn-success {
    background-color: #BF3A55;
    border-color: #BF3A55;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:disabled, .btn-success[disabled] {
        background-color: #BF3A55;
        border-color: #BF3A55;
        box-shadow: 0 0 0 .2rem rgba(41, 149, 238, 0.5) !important;
    }

ul.nav > li.active > a.btn, ul.nav > li.active > a.btn:hover, li.active > a.btn:active {
    background-color: #BF3A55;
    border-color: #BF3A55;
}

    ul.nav > li.active > a.btn:hover, li.active > a.btn:active, li.active > a.btn:disabled {
        background-color: #BF3A55;
        border-color: #BF3A55;
        box-shadow: 0 0 0 .2rem rgba(41, 149, 238, 0.5) !important;
    }

h5.relatedlinks {
    background-color: #5C3983;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700 !important;
    padding: 10px;
    text-transform: uppercase;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a {
    background-color: transparent;
}

p {
    font-family: "Droid Sans",sans-serif;
}

a {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Droid Sans",sans-serif;
}

.bold-text {
    font-weight: 700 !important;
}

.transition {
    transition: all 0.3s ease-in 0s;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Droid Sans",sans-serif;
}

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

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}



/* Footer */

footer > .container > .row:last-child {
    background-color: #5C3983; /* Override JEMS output */
}

footer {
    padding: 0;
}

    footer .container {
        background: transparent;
    }

    footer > .container {
        width: 100%;
        padding: 0;
    }

        footer > .container > .row {
            margin: 0;
        }

            footer > .container > .row > .col-lg-12 {
                padding: 0;
            }

.footerbackground {
    background-image: url('https://dc.jspargo.com/download/jemsdocuments/showDocuments_620/AM25_footer_2.jpg') !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    padding: 48px 0;
}

footer h5 {
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    color: #545764;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

footer p {
    color: white !important;
    font-size: 16px !important;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
}

footer .social-links svg path {
    fill: #fff;
    box-sizing: border-box;
    text-align: left;
    margin-top: 50px;
}

footer .social-links a:hover {
    opacity: 0.7;
    text-decoration: none;
}

footer .social-links svg {
    height: 40px;
    width: 40px;
    margin-left: 20px;
    vertical-align: middle;
    border-style: none;
}
