/* ========================= Site Styles ========================= */

/* Page Styles */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #5a5a5a;
    font-size: 16px;
    line-height: 21px;
}

body, h1, h2, h3, h4, h5, h6, #header .nav-menu ul li, input[type='submit'], input[type="text"], textarea, select, .copyright-text {
    font-family: 'Rawline',sans-serif !important
}

h1 {
    font-size: 2.4em
}

h4 {
    font-size: 20px
}

h1, h2, h3, h4, h5, h6 {
    color: #2a2a2a;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    margin: 0 0 10px !important;
}

th > p {
    margin-bottom: 0;
    padding: 10px
}

td > p {
    padding: 10px
}

ul h4 {
    text-decoration: underline;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

    a, a:visited {
        color: #e46437;
        -webkit-transition: background .2s ease, background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
        -moz-transition: background .2s ease, background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
        -ms-transition: background .2s ease, background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
        -o-transition: background .2s ease, background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
        transition: background .2s ease, background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
    }

        a:hover {
            text-decoration: none;
            color: #c55723;
        }

        a.btn:hover, a.btn:visited, a.btn:focus {
            text-decoration: none !important;
        }

figure {
    margin: 0px;
}

    figure img {
        width: 100%;
    }


select {
    width: 100%
}

input[type="text"],
textarea,
select {
    box-shadow: none;
    height: inherit;
    padding: 0 0;
    font-family: Ruda, Arial, sans-serif;
    border: 1px solid #ccc;
    outline: none;
    font-size: 14px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0
}

    input[type="text"],
    input[type="email"],
    input[type="date"],
    input[type="password"],
    input[type="tel"],
    input[type="number"],
    select,
    select.form-select {
        height: 35px;
        padding: 6px 12px;
        border-radius: 5px;
        border: 1px solid #343434;
        width: 100%;
        box-shadow: none;
    }

input[type='checkbox'] {
    height: 16px;
    width: 16px;
    vertical-align: text-bottom;
}

input[type='submit'], input[type='button'], a.btn {
    background-color: #58b764;
    padding: 0 50px;
    text-transform: uppercase;
    color: #fff !important;
    line-height: 50px;
    font-size: 15px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 0;
    text-transform: uppercase;
    border: 0;
    -moz-box-shadow: 1px 1px 1px #2e2e2e;
    -webkit-box-shadow: 1px 1px 1px #2e2e2e;
    box-shadow: 1px 1px 1px #2e2e2e;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -ms-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.indented input[type=radio], .indented input[type=checkbox] {
    float: left;
}

.signName {
    font-family: "lucida calligraphy",arial,'sans serif' !important;
}

.bg-dark {
    background: #3a3a3a !important;
    color: #fff;
    padding-bottom: 60px;
    font-family: 'Rawline', Arial, sans-serif;
    font-size: 16px;
    line-height: 21px;
}

    .bg-dark a {
        font-weight: bold;
    }

.jnd-gray-btn {
    background-color: darkgray !important;
}

.btn-big-gray {
    text-align: center;
    background-color: #575757 !important;
    padding: 0 50px;
    text-transform: uppercase;
    color: #fff !important;
    line-height: 50px;
    font-size: 15px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    display: inline-block;
    -moz-box-shadow: 1px 1px 1px #2e2e2e;
    -webkit-box-shadow: 1px 1px 1px #2e2e2e;
    box-shadow: 1px 1px 1px #2e2e2e;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -ms-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px !important;
}

    .btn-big-gray:hover {
        background-color: #5b5555;
        text-decoration: none;
    }

.submitButton {
    background-color: #5cb85c;
    color: white !important;
    border-color: #398439;
    box-shadow: 1px 1px 1px #2e2e2e;
    cursor: pointer;
    padding: 20px 35px 20px 35px;
    display: inline-block;
}

    .submitButton:hover {
        box-shadow: 0 5px 2px -2px gray;
        background-color: #449d44;
    }

.radio-label {
    margin-left: 30px;
    display: block;
}

.radio-button-align-text-left:after {
    content: "";
    clear: both;
    display: table;
}

.doc-upload-label {
    font-weight: bold;
}

.checkbox-inline {
    height: 16px;
    width: 16px;
}

.text-danger {
    color: #b22222;
}

.data-summary {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 40px;
}

.summary-header {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
    color: #118320;
}

.summary-section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.labelled-form-value-collection {
    margin-bottom: 20px;
}

.labelled-form-value {
    line-height: 1.25;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 10px;
}

.labelled-form-value .form-label {
    text-align: right !important;
}

.summary-form-label {
    text-align: left !important;
}

.summary-label-value {
    margin-right: 5px;
}

.summary-table-header th {
    font-weight: normal !important;
}

    .summary-table-header th b {
        font-weight: normal !important;
    }

@media (max-width: 575px) {
    .data-summary {
        padding: 20px;
        margin-bottom: 20px;
    }
}

.validation-summary-errors {
    font-size: 17px;
    text-align: center;
    border: 1px solid red;
    border-left: 3px solid red;
    padding: 10px;
    max-width: 600px;
    margin: 20px auto;
    float: none;
    background: #eee;
    text-transform: uppercase;
    border-radius: 5px;
}

    .validation-summary-errors .fa-exclamation-triangle {
        padding-right: 10px;
    }

@media (max-width: 630px) {
    .validation-summary-errors {
        margin: 20px 15px;
    }
}

.field-validation-error:before {
    content: "* ";
}

.field-validation-error {
    color: #b22222;
}

.form-label, .col-form-label {
    max-width: 100%;
    font-weight: 700;
}

.input-validation-error {
    border: 1px solid #b22222 !important;
}

.error {
    color: #b22222;
}

    .error input {
        border: 1px solid #b22222;
    }

.disabled-text {
    color: silver;
}

.disabled, .disabled a, .disabled a:hover {
    color: lightgray;
    cursor: default;
    text-decoration: none !important;
}

    .disabled input {
        color: lightgray;
        border: 1px solid #ccc !important;
    }

.warning {
    color: orange;
}

    .warning input {
        border: 1px solid orange;
    }

.saved {
    color: #1c6526;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom {
    margin-bottom: 25px;
}

.left {
    float: left
}

.right {
    float: right
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .1)
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .4)
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: table;
}

/* ================Top Nav=============== */

.top-nav-top-row > .col:first-child {
    font-style: italic;
}

.top-nav-top-row .top-nav {
    margin-top: 25px
}

    .top-nav-top-row .top-nav:nth-child(2) {
        font-size: 28px;
        line-height: 32px
    }


/* ========================= Header ========================= */

#header {
    height: auto;
    position: relative;
    z-index: 200;
}

    #header .nav-menu {
        text-align: center;
    }

        #header .nav-menu ul {
            margin: 0px;
            display: -webkit-flex; /* Safari */
            -webkit-justify-content: space-around; /* Safari 6.1+ */
            display: flex;
            justify-content: space-around;
            padding: 0;
        }

            #header .nav-menu ul li {
                list-style-type: none;
                padding: 30px 0px;
                float: left;
                /*width:14%;*/
            }

                #header .nav-menu ul li.logo {
                    text-align: center;
                    width: 16%;
                    padding: 0px;
                }

                    #header .nav-menu ul li.logo .logo-base {
                        width: 100px;
                        height: 100px;
                        background: url(../images/base-logo.png) no-repeat;
                        padding-top: 20px;
                        display: inline-block;
                    }

                        #header .nav-menu ul li.logo .logo-base img {
                            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
                            filter: alpha(opacity=50);
                            opacity: 0.5;
                        }



    #header select {
        display: none;
        width: 100%;
        height: 40px;
        padding: 11px 15px;
        margin: 0px;
        border: 0px;
        outline: none;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

.top-nav-top-row .col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}


#header .nav-menu ul li.logo .logo-base {
    width: 100%;
    height: 90px;
    padding: 8px;
    background: url(/classaction/bpsolar/images/base-logo-2.png) repeat;
    color: #fff;
    font-size: 1em;
    border-radius: 0 0 5px 5px
}


#header .nav-menu.verion2 ul li {
    padding: 20px 0
}

#header .nav-menu.version2 ul li:not(.logo) {
    width: 10%
}

#header .nav-menu ul {
    padding-left: 0
}

.nav-menu .logo {
    padding-top: 0 !important
}

.nav-menu.version1 li {
    padding: 14px !important;
    border-bottom: 4px solid transparent
}


    .nav-menu.version1 li:not(.logo):hover,
    .nav-menu.version1 li.active {
        border-bottom: 4px solid #58b764
    }

.nav-menu li.logout {
    background-color: #58b764
}

    .nav-menu li.logout:hover {
        background-color: #438c4c
    }

    .nav-menu li.logout a {
        color: #fff
    }

.nav-menu li a:active,
.nav-menu li a:focus {
    color: #fff;
    text-decoration: underline
}

.nav-menu li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    line-height: 20px;
    position: relative;
}

    .nav-menu li a:hover {
        color: #fff
    }

.nav-menu.version2 li a:hover {
    color: #58b764
}

.logout-mobile {
    display: none;
    text-align: right;
    padding-bottom: 15px
}

    .logout-mobile a {
        background-color: #58b764;
        color: #fff;
        padding: 8px
    }


/* ========================= Main ========================= */

#main a {
    font-weight: bold
}

    #main a:hover {
        text-decoration: underline;
    }

#main .header {
    margin: 60px 0px 40px;
    text-align: center;
}

    #main .header .base-header {
        background: url(../images/border-header.png) repeat-x center center;
    }

    #main .header h2 {
        font-size: 36px;
        text-transform: uppercase;
        line-height: 42px;
        margin: 0px 0px 20px;
        background-color: #FFF;
        width: 80%;
        display: inline-block;
    }

    #main .header figure {
        background-color: #FFF;
        width: 600px;
        display: inline-block;
    }

        #main .header figure img {
            width: auto;
        }

    #main .header p {
        font-size: 16px;
        color: #7a7a7a;
    }

#main .table img {
    width: 100%
}

#main #docs .table,
#main #docs p,
#main #forms .table,
#main #forms p {
    max-width: 800px;
    margin: auto
}

#main .bg-dark .header h2,
#main .bg-dark .header .base-header,
#main .bg-dark .header p {
    background: none;
    color: #fff
}

#main table a {
    color: #2e6335;
}

#main th,
#main td {
    padding: 5px
}

.main-content {
    margin-top: 20px;
    border-bottom: 1px solid #3a3a3a;
}

.table img[src$='download.png'],
#main #downloads a > img {
    height: 38px !important;
    width: 38px !important
}


/* ========================= Footer ========================= */

#footer {
    padding: 12px;
    padding-bottom: 25px;
}

    /* Copyright Text */

    #footer .copyright-text {
        font-size: 13px;
        margin-top: 25px;
    }

    #footer .float-end a {
        color: #118320 !important;
        text-decoration: underline;
    }

#contact a {
    color: #58b764;
}

#contact label {
    font-size: 90%
}

.a1 {
    text-align: right
}

.a2 {
    text-align: left
}

@media(max-width: 767px) {
    .a1 {
        text-align: left;
    }

    .a2 {
        padding-bottom: 10px
    }
}

/* ========================= Green ========================= */

.nav-menu a, .nav-menu a:visited {
    color: #58b764;
}


a, a:visited {
    color: #398439;
}

    a:hover {
        color: #118320;
    }

.btn {
    background-color: #398439;
}

    .btn:hover {
        background-color: #2e6335;
    }

figure.figure-hover div {
    background-color: #398439;
}

.flex-control-paging li a {
    background: #7de68b;
}

    .flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
        background: #398439;
    }

#slider ul li p .btn-link:hover {
    background: #398439 url(../images/base-slider-button.png) repeat;
}

#main .works .works-filter li a:hover, #main .works .works-filter li a.active {
    background-color: #398439;
}

#main .teams .item .social li a {
    background-color: #398439;
}

#main .teams .item .social li:nth-child(even) a {
    background-color: #73e281;
}

#main .teams .item .social li a:hover {
    background-color: #3a3a3a;
}

#main .testimonials ul li .name {
    background-color: #398439;
}

#main .tweets {
    background-color: #398439;
    color: #b3ffbd;
    text-shadow: #256a2e;
}

    #main .tweets a:hover {
        color: #b3ffbd;
    }



.big-green {
    text-align: center;
    background-color: #118320 !important;
    text-transform: uppercase;
    color: #fff !important;
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    display: inline-block;
    -moz-box-shadow: 1px 1px 1px #2e2e2e;
    -webkit-box-shadow: 1px 1px 1px #2e2e2e;
    box-shadow: 1px 1px 1px #2e2e2e;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -ms-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px !important;
}

    .big-green:hover {
        background-color: #398439;
        text-decoration: none;
    }

.text-dark-green {
    color: #1c6526 !important;
}


/* ========================= CSS Hacks ========================= */

.ie input[type="text"] {
    line-height: 50px;
}

.ie #main .works {
    padding-bottom: 52px;
}

    .ie #main .works .works-filter {
        margin: 0px 0px 30px;
    }

    .ie #main .works .works-items {
        margin-left: -0.85%;
    }

        .ie #main .works .works-items .item {
            margin: 8px 0.85%;
        }

.ie #main .contact .alert {
    width: 83%;
}

.ie #footer .social li {
    float: left;
    width: 24px;
    margin: 0px 2px;
}

    .ie #footer .social li img {
        float: left;
    }

.ie7 #header .nav-menu ul li.logo .logo-base {
    height: 80px;
}

.ie7 #slider .flexslider, #slider .flexslider .flex-viewport {
    height: 500px;
}

.ie7 #slider ul li p .btn-link.btn-link-half {
    width: 318px;
}

.ie7 .flex-control-nav {
    bottom: -30px;
}

.ie7 #main .teams .item .social li {
    width: 19.85%;
}

.ie7 #main .contact input[type="text"], .ie7 #main .contact textarea {
    width: 93%;
}

.ie7 #main .contact .alert {
    width: 78%;
}

/* ========================= Media Queries ========================= */

@media(min-width: 1200px) {
    .top-nav-top-row {
        display: flex;
    }
}


@media (min-width: 980px) and (max-width: 1199px) {

    #main .works {
        padding-bottom: 52px;
    }

        #main .works .works-filter {
            margin: 0px 0px 30px;
        }

        #main .works .works-items {
            margin-left: -0.94%;
        }

            #main .works .works-items .item {
                margin: 8px 0.94%;
            }

    #main .contact .alert {
        width: 83%;
    }

    #header .nav-menu ul li.logo .logo-base {
        font-size: 12px
    }
}

@media (max-width: 991px) {
    #header .menu-remove-margin {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 979px) {

    #header .row-fluid .span1 {
        display: none;
    }

    #header .row-fluid .nav-menu {
        width: 100%;
        margin: 0px;
    }

    #main .works {
        padding-bottom: 53px;
    }

        #main .works .works-filter {
            margin: 0px 0px 30px;
        }

        #main .works .works-items .item {
            margin-top: 7px;
            margin-bottom: 7px;
        }

    #main .contact .alert {
        width: 78%;
    }
}

@media (max-width: 767px) {
    body {
        padding-right: 0;
        padding-left: 0
    }

    #header {
        margin: 0px -20px;
        width: 100%;
    }

        #header .row-fluid .span1, #header .nav-menu ul li {
            display: none;
        }

            #header .nav-menu ul li.logo {
                float: none;
                display: inline-block;
                margin: 0px auto;
            }

        #header select {
            display: block;
            padding-left: 38px;
            margin-left: 20px;
            color: #333
        }

        #header select {
            padding-left: 38px;
            margin-left: 20px;
            color: #333
        }

        #header .nav-menu ul li.logo {
            width: 80%
        }

            #header .nav-menu ul li.logo .logo-base {
                border-radius: 5px
            }

    #header {
        width: 100%
    }

    #slider {
        padding-top: 100px;
        margin: -100px -20px 0px;
    }

        #slider .flex-direction-nav a {
            width: 50px;
            height: 50px;
            background: url(../images/bg-direction-nav2.png) no-repeat 0 0;
        }

        #slider .flex-direction-nav .flex-next {
            background-position: 100% 0;
            right: 0px;
        }

        #slider .flex-direction-nav .flex-prev {
            left: 0px;
        }

        #slider ul li {
            top: 145px;
        }

            #slider ul li p span, #slider ul li p .btn-link {
                width: 100%;
            }

            #slider ul li p span {
                font-size: 42px;
                line-height: 50px;
            }

            #slider ul li p .btn-link {
                font-size: 24px;
                line-height: 30px;
            }

                #slider ul li p .btn-link.btn-link-half {
                    width: 49.5%;
                }

    #main .header h2, #main .header figure {
        width: 100%;
    }

    #main .works {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

        #main .works .works-filter {
            margin: 0px 0px 40px;
            overflow: hidden;
        }

            #main .works .works-filter li {
                display: block;
                float: left;
                width: 50%;
            }

                #main .works .works-filter li a {
                    float: left;
                    width: 100%;
                    -moz-border-radius: 0px;
                    -webkit-border-radius: 0px;
                    border-radius: 0px;
                    text-align: center;
                    font-size: 14px;
                    padding: 12px;
                }

        #main .works .works-items {
            margin: 0px;
        }

            #main .works .works-items .item {
                margin: 0px;
                width: 49.9%;
                float: left;
            }

                #main .works .works-items .item figure {
                    border: 0px;
                    -moz-border-radius: 0;
                    -webkit-border-radius: 0;
                    border-radius: 0;
                    -moz-box-shadow: none;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

    #main .contact, #main .tweets {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #main .contact {
        text-align: center;
    }

        #main .contact .btn {
            float: none;
        }

        #main .contact .alert {
            float: none;
            width: 100%;
            margin-top: 20px;
        }

    #footer {
        text-align: center;
    }

        #footer .copyright-text, #footer .social {
            float: none;
        }

            #footer .social li img {
                width: 28px;
                height: 28px;
                margin: 3px 2px;
            }

    .scrollup {
        display: none !important;
    }

    .logout-mobile {
        display: block
    }
}


@media (max-width: 600px) {

    #header .row-fluid .nav-menu li {
        display: none;
    }

        #header .row-fluid .nav-menu li.logo {
            display: block;
            width: 100%;
        }
}

@media (max-width: 540px) {

    #slider .flex-direction-nav {
        display: none;
    }

    #slider ul li {
        top: 140px;
    }

        #slider ul li p span {
            font-size: 38px;
            line-height: 46px;
        }

        #slider ul li p .btn-link {
            font-size: 20px;
            line-height: 26px;
        }
}

@media (max-width: 480px) {

    #slider ul li {
        top: 160px;
    }

        #slider ul li p span {
            font-size: 24px;
            line-height: 32px;
        }

        #slider ul li p .btn-link {
            font-size: 16px;
            line-height: 22px;
        }

    #main .works .works-filter li {
        float: none;
        width: 100%;
    }

    #main .works .works-items .item {
        width: 100%;
        float: none;
    }

    #main .tweets .container {
        background: none;
    }

    #main .tweets ul li {
        padding-left: 0px;
    }
}

@media (max-width: 300px) {

    #slider ul li {
        top: 125px;
    }

        #slider ul li p span {
            font-size: 18px;
            line-height: 26px;
        }

        #slider ul li p .btn-link {
            font-size: 14px;
            line-height: 20px;
        }

            #slider ul li p .btn-link.btn-link-half {
                width: 49%;
            }
}

@media print {
    .hide-on-print, #marvell-mobile-menu {
        display: none;
        visibility: hidden;
        height: 2px;
    }

    #main .header {
        margin: 0px;
    }
}

.required-field-label::after {
    content: ' *'
}

legend {
    font-size: unset;
    border-bottom: none;
}