﻿.modal-dialog.modal-dialog-top {
    margin-top:1rem !important;
    /* Example margin for screens larger than 576px */
}
html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


.btn-contactus {
    border-radius: 10px;
    background-color: #8DC63F;
    margin-right: 27px;
    height: 45px;
    cursor: pointer;
    padding: 13px 29px !important;
    position: relative;
    color: #122b31;
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-family: Montserrat-Bold;
    text-decoration: none;
}
/* Optional: Add media query for responsiveness if needed */
@media (min-width: 576px) {
    .modal-dialog.modal-dialog-top {
        margin-top: -10rem !important;
         /* Example margin for screens larger than 576px */
    }
}.navbar-light .navbar-nav .nav-link {
    font-family: Montserrat-Bold, "Open Sans", sans-serif !important;
    font-size: 16px !important; 
    font-weight:700;
    color: #00313E !important; 
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: #1467a3 !important;
        text-decoration: underline !important;
    }
.sescond-tab{
    margin-top: 110px !important;
}
.p-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
   
}
.p-width{
    width:1394px;
}
.equipment-form {
    font-family: Montserrat-Black !important;
    color: #00313E !important;
    font-size: 26px;
}
.navbar .dropdown-item {
    font-family: Montserrat-Regular, "Open Sans", sans-serif !important;
    font-size: 15px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 10px !important;
    color: #00313E !important;
    border-bottom: solid .5px #00313E !important;
}
.custom-h1 {
    font-size: 26px !important;
    font-family: Montserrat-Regular, "Open Sans", sans-serif !important;
    font-weight: normal !important;
}
.navbar .dropdown:hover > .dropdown-menu {
    display: block;
}
.no-break {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.2em;
    vertical-align: -5%;
    border: none; /* Remove default caret */
    font-family: "Font Awesome 5 Free"; /* Or your desired icon font */
    font-weight: 600;
    content: "\f107"; /* Example: Plus icon */
}

.show .dropdown-toggle::after {
    content: "\f107"; /* Example: Minus icon when dropdown is open */
}
.dropdown-menu {
    border: none !important;
    box-shadow: rgba(7, 43, 49, 0.2) 2px 2px 2px 2px;
    border-radius: 10px 10px 10px 10px;
}

.bold-list ol li::marker {
    font-family: Montserrat-Bold, "Open Sans", sans-serif !important;
    font-size: 2.5rem !; /*30pt*/
    color: #00313E !important; /*NIPSCO Navy*/
}
input [type="checkbox"] ~ label {
    padding-left: .1em !important;
    display: inline-block !important;
}

.title {
    text-align: center;
    padding-bottom: 15px;
    font-size: 20px;
}
.form-link {
    font-family: Montserrat-Regular, "Open Sans", sans-serif !important;
    font-size: 14px !important; /*14pt*/
    color: #00a1e0;
    text-decoration: underline !important;
}
div.subheader {
    font-size: 14px !important;
    background: rgb(0,60,113);
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    margin-bottom: 5px;
}

div.land-header b {
    font-size: 1.6em;
    color: #1b6cb5;
    display: block;
    padding-bottom: 10px;
}

b.land-subheader {
    font-size: 1.4em;
    font-weight: bold;
    color: #43a043;
}

#advanced-service-area, #service-area {
    padding-left: 25px;
}

p.no-padding {
    margin: 0;
    padding: 5px 0px 0px;
}

.csf-search-inputs .col-md-12 {
    padding: 0 !important;
}

strong {
    font-weight: 700;
}

div.land-buttons {
    text-align: right;
    position: relative;
}

input.land-button {
    padding: 6px 20px;
    background: #3276b1;
    cursor: pointer;
    width: 1px;
    overflow: visible;
    width: auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 2px #AAA;
    -webkit-box-shadow: 0 0 2px #AAA;
    box-shadow: 0 0 2px #AAA;
    color: #333;
    border: 1px solid #999;
}

    input.land-button:hover {
        background-color: #00334e;
        color: white;
        font-weight: bold;
    }

.page-header {
    color: #fff;
    font-size: 14px;
    padding: 30px 0;
    margin: 0;
    border: 0;
    background-color: #3db5e6;
}

.page-headerhome {
    color: #fff;
    font-size: 14px;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: #3db5e6;
    /*margin-top:-30px;*/
    width: 100vw;
}

.page-title {
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    line-height: none;
    float: left;
    margin: 0;
}

.navbar-fixed-top {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1;
    background: white;
    width: 100%;
}

    .navbar-fixed-top.cbp-af-header-shrink {
        padding: 10px 0;
        clear: both;
        height: 100%;
    }

.textstyle {
    color: #58595B;
    font-family: Montserrat-Regular;
    font-size: medium;
    font-weight: bold;
    padding-top: 20px;
}

.disabledDiv {
    pointer-events: none;
    opacity: 0.3;
}

.zindex {
    z-index: -999 !important;
}

.form-horizontal .control-label, .sublabel {
    font-weight: 500 !important;
    text-align: left;
    font-size: 12px;
    color: rgb(85,85,85) !important
}
.f16 {
    font-size: 16px;
}
.p24 {
    font-size: 24px !important;
}
.modal-dialog {
    margin-top: 0 !important; /* Adjust as needed, e.g., 20px for a small margin */
}
.d-link.active{
    font-weight: bold !important;
}
.page-link {
    border: none !important;
    text-decoration: underline !important;
}
.page-item.active .page-link {
    color: #002d3c !important;
    font-weight: bold !important;
    background-color: #fff !important;
    text-decoration: none !important;
}
div.dataTables_wrapper div.dataTables_length label {
    font-family: Montserrat-Regular !important;
}
div.dataTables_length .custom-select {
    border-color: #002d3c !important;
}
.d-link:not(.active) {
    color: #fff !important;
}
label {
    font-weight: 500;
    font-size: 16px;
    font-family: Montserrat-Bold !important;
}
.control-label.is-required:after, .required-field:after {
    content: " (Required)";
    font-family: Montserrat-Regular, "Open Sans", sans-serif;
    font-size: 14px;
    color: #ff0000; /*Required Red Navy*/
}
.a-terms {
    color: #00a1e0 !important;
    font-weight: bold;
}
.label-terms {
    font-weight: 500;
    font-size: 16px;
    font-family: Montserrat-Regular !important;
}
.logo-footer {
    height: 35px;
}
.p-footer {
    font-family: Montserrat-Regular;
    font-size: 16px;
    margin: 0;
}
.p-footer2 {
    color: #fff;
    margin-top: 30px;
    font-family: Montserrat-Regular;
    font-size: 16px;
}
.footer-underline {
    border-bottom: solid 3px #8DC63F;
    width: 100px;
    margin-bottom: 15px;
}
.footer-foot {
    background-color: #0068A7;
    height: 50px;
}
.footer-foot-p {
    color: #fff;
    padding-top: 16px;
    font-size: smaller;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #0068a7 !important;
}
.ack-form {
    font-family: Montserrat-Regular, "Open Sans", sans-serif !important;
}
.control-label.is-required-beforebefore, .required-field-before:before {
    content: " (Required)";
    font-family: Montserrat-Regular, "Open Sans", sans-serif;
    font-size: 14px;
    color: #ff0000; /*Required Red Navy*/
}
.control-info {
    font-family: Montserrat-Regular, "Open Sans", sans-serif !important;
    font-size: 14px !important; /*14pt*/
    color: #00313E !important; /*NIPSCO Navy*/
}
.m-button1 {
    font-family: Montserrat-Bold, "Open Sans", sans-serif !important;
    font-size: 16px !important; /*26pt*/
    color: #00313E !important; /*NIPSCO Navy*/
}

    .m-button1:focus, .m-button1.focus {
        color: #fff !important;
        background-color: #00313E !important;
        border-color: #00313E !important;
        box-shadow: 0 0 0 0.2rem rgba(0, 49, 62, 0.5) !important;
    }

    .m-button1:hover {
        color: #fff !important;
        background-color: #00313E !important;
        border-color: #00313E !important;
    }

.m-button2 {
    font-family: Montserrat-Bold, "Open Sans", sans-serif !important;
    font-size: 16px !important; /*22pt*/
}

    .m-button2:focus, .m-button2.focus {
        color: #fff !important;
        background-color: #00313E !important;
        border-color: #00313E !important;
        box-shadow: 0 0 0 0.2rem rgba(0, 49, 62, 0.5) !important;
    }

    .m-button2:hover {
        color: #fff !important;
        background-color: #00313E !important;
        border-color: #00313E !important;
    }

.form-regular-button {
    font-family: Montserrat-Bold, "Open Sans", sans-serif !important;
    font-size: 22px !important; /*22pt*/
}

.form-signout-button {
    font-family: Montserrat-Bold, "Open Sans", sans-serif !important;
    font-size: 22px !important; /*22pt*/
    background-color: #ff0000
}
.footer-p {
    font-family: Montserrat-Regular;
    font-size: 16px;
    margin: 30px 160px 30px -20px;
}
.footer-p2 {
    color: #fff;
    margin-top: 30px;
    font-family: Montserrat-Regular;
    font-size: 16px;
}
.footer-p3 {
    margin-top: -16px;
}
.footer-p4 {
    color: #fff;
    margin-top: 30px;
    font-family: Montserrat-Regular;
    font-size: 16px;
}
.footer-blok {
    border-bottom: solid 3px #8DC63F;
    width: 100px;
    margin-bottom: 15px
}
.footer-img {
    height: 35px;
    margin: 30px 30px 30px 0;
}
.footer-div2 {
    height: 260px;
    padding-top: 40px;
}
.footer-bg {
    background-color: #122b31;
}
.btn-warning, .btn-primary, .btn-success {
    border-radius: 6px;
}

.blankspace {
    opacity: -5;
    width: 205px
}


.btn-primary-green {
    background: rgb(141, 198, 63) !important;
}

.pointerDisabled {
    pointer-events: none;
    opacity: 0.3;
}

.disabledField {
    pointer-events: none;
    background: rgba(207, 207, 207, 0.7);
    padding: 6px 12px;
    border-radius: 4px;
    width: 100%;
    line-height: 1.4285;
}

.disabledbg {
    background: rgba(207, 207, 207, 0.7);
}

.btn-default {
    color: black;
    border-top-left-radius: 2em !important;
    border-top-right-radius: 2em !important;
}

.btnactive {
    background: #1564AC;
    color: #fff;
    font-weight: 600;
}
/*linear-gradient(to bottom, rgba(27, 108, 181, 0.98) 0%, transparent 100%);color:#fff;font-weight:600}*/
.textnormal {
    font-family: Montserrat-Regular;
    font-size: 12px;
    padding-top: 20px;
}

.textfooting {
    color: #58595B;
    font-family: Montserrat-Regular;
    font-size: x-small;
    padding-top: 20px;
}

ul.checks {
    list-style: none;
    padding-left: 0;
    padding-left: 20px;
    margin-left: 0;
}

    ul.checks li:before {
        content: '✓';
    }

.norecrods {
    color: red;
    font-family: Montserrat-Regular;
    font-size: medium;
    padding-bottom: 15px;
    padding-bottom: 10px;
}

.lbActiveProject {
    color: #1467A3;
    font-family: Montserrat-Regular;
    font-size: medium;
    padding-bottom: 15px;
    font-weight: bold;
    padding-bottom: 10px;
}

.lbDashboard, .lbGateWay {
    color: rgb(85,85,85);
    font-weight: Bold;
    font-size: medium;
    font-family: Montserrat-Regular;
}

.textFont {
    color: #1467A3;
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    font-family: Montserrat-Regular;
}

.lbGateWay {
    font-size: 25px;
    color: #1467A3;
    font-weight: normal;
}

.lbproject {
    color: #1467A3;
    font-weight: bold;
    font-family: Montserrat-Regular;
    font-size: Medium;
}

.lbInactiveProject {
    color: #1467A3;
    font-family: Montserrat-Regular;
    font-size: medium;
    font-weight: bold;
    margin-top: 15px;
}

.linelabledollarsign {
    font-size: 15px;
    white-space: normal;
    text-align: center;
    vertical-align: middle;
    font-family: Montserrat-Regular;
    color: #1467A3;
    font-weight: bold;
}

.linelables {
    text-align: left;
    padding-left: 11px;
    padding-top: 50px;
}

.linedollars {
    padding-top: 50px;
    padding-left: 10px;
}


.linelableslighting {
    padding-top: 50px;
    padding-left: 6px;
}

.linelable2h {
    font-size: 15px;
    white-space: normal;
    text-align: center;
    vertical-align: middle;
    font-family: Montserrat-Regular;
    color: #1467A3;
    font-weight: bold;
    width: 189px;
    margin-left: 17px;
}

.linelable2 {
    font-size: 15px;
    white-space: normal;
    text-align: center;
    vertical-align: middle;
    font-family: Montserrat-Regular;
    color: #1467A3;
    font-weight: bold;
    width: 189px;
    margin-left: -15px;
}

.linelable2C {
    font-size: 15px;
    white-space: normal;
    text-align: center;
    vertical-align: middle;
    font-family: Montserrat-Regular;
    color: #1467A3;
    font-weight: bold;
    width: 189px;
    margin-left: -10px;
}

.center {
    font-size: 20px;
    word-wrap: break-word;
    text-align: center;
    vertical-align: middle;
    padding-left: 15px;
    font-family: Montserrat-Regular;
    color: #1467A3;
    font-weight: bold;
}

.centertitle {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    border-bottom-color: currentColor;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.linelabletext {
    color: #1467A3;
    vertical-align: top;
    font-family: Montserrat-Regular;
    font-size: x-large;
    text-align: right;
    margin-left: 100px;
    font-weight: bold;
}

.linelableTop {
    color: #1467A3;
    font-family: Montserrat-Regular;
    font-size: large;
    text-align: left;
}

.linelabletext2 {
    color: #1467A3;
    font-family: Montserrat-Regular;
    font-size: x-large;
    vertical-align: top;
    font-weight: bold;
    text-align: left;
    margin-left: 45px;
    white-space: nowrap;
}

.linelable {
    display: block;
    font-family: Montserrat-Regular;
    color: white;
    font-size: 48px;
    text-align: center;
    vertical-align: top;
    float: left;
    margin-top: -4px;
    width: 105px;
}

.linelable22 {
    display: block;
    font-family: Montserrat-Regular;
    color: white;
    font-size: 48px;
    text-align: center;
    vertical-align: top;
    float: left;
    margin-top: -4px;
    width: 102px;
}

.linelable3 {
    display: block;
    font-family: Montserrat-Regular;
    color: white;
    font-size: 48px;
    text-align: center;
    vertical-align: top;
    float: left;
    margin-top: -4px;
    width: 99px;
}

.linelable4 {
    display: block;
    font-family: Montserrat-Regular;
    color: white;
    font-size: 48px;
    text-align: center;
    vertical-align: top;
    float: left;
    margin-top: -4px;
    width: 99px;
}

.linelable5 {
    display: block;
    font-family: Montserrat-Regular;
    color: white;
    font-size: 48px;
    text-align: center;
    vertical-align: top;
    float: left;
    margin-top: -4px;
    width: 99px;
}

.linelable6 {
    display: block;
    font-family: Montserrat-Regular;
    color: white;
    font-size: 48px;
    text-align: center;
    vertical-align: top;
    float: left;
    margin-top: -4px;
    width: 99px;
}

.linelable7 {
    display: block;
    font-family: Montserrat-Regular;
    color: white;
    font-size: 48px;
    text-align: center;
    vertical-align: top;
    float: left;
    margin-top: -4px;
    width: 99px;
}

.linelable8 {
    display: block;
    font-family: Montserrat-Regular;
    color: white;
    font-size: 48px;
    text-align: center;
    vertical-align: top;
    float: left;
    margin-top: -4px;
    width: 99px;
}

.linelable9 {
    display: block;
    font-family: Montserrat-Regular;
    color: white;
    font-size: 48px;
    text-align: center;
    vertical-align: top;
    float: left;
    margin-top: -4px;
    width: 93px;
}

#label-step1 {
    background: url("../Images/PreliminaryReview.png") no-repeat;
    width: 118px;
    height: 112px;
    float: left;
}

#label-step2 {
    background: url("../Images/EngineeringReview.png") no-repeat;
    width: 112px;
    height: 112px;
    float: left;
}

#label-step3 {
    background: url("../Images/GeneratingOffer.png") no-repeat;
    width: 109px;
    height: 112px;
    margin-left: -2px;
    float: left;
}

#label-step4 {
    background: url("../Images/CustomerOffer.png") no-repeat;
    width: 109px;
    height: 112px;
    margin-left: -7px;
    float: left;
}

#footer {
}

#label-step5 {
    background: url("../Images/ProjectInProgress.png") no-repeat;
    width: 109px;
    height: 112px;
    margin-left: -3px;
    float: left;
}

#label-step6 {
    background: url("../Images/CustomerCompletion.png") no-repeat;
    width: 109px;
    height: 112px;
    float: left;
    margin-left: -3px;
}

#label-step7 {
    background: url("../Images/FinalEngineeringReview.png") no-repeat;
    width: 109px;
    height: 112px;
    float: left;
    margin-left: -3px;
}

#label-step8 {
    background: url("../Images/FinalApproval.png") no-repeat;
    width: 109px;
    height: 112px;
    float: left;
    margin-left: -3px;
}

#label-step9 {
    background: url("../Images/IncentiveDelivery.png") no-repeat;
    width: 102px;
    height: 112px;
    float: left;
    margin-left: -5px;
}

.label-interest1 {
    margin-top: 20px;
    background: url("../Images/BuildingWithText.png") no-repeat;
    background-size: 75%;
    /*width:152px;
  height:220px;*/
    color: #1467A3;
    font-size: medium;
    font-family: Montserrat-Regular;
    font-weight: bolder;
    font-size: 30px;
    float: left;
    padding-top: 60px;
}

.label-interest2 {
    margin-top: 20px;
    background: url("../Images/DollarWithText.png") no-repeat;
    background-size: 75%;
    width: 152px;
    height: 220px;
    color: #1467A3;
    font-size: medium;
    font-family: Montserrat-Regular;
    font-weight: bolder;
    font-size: 30px;
    float: left;
    padding-top: 60px;
}

.label-interest3 {
    margin-top: 20px;
    background: url("../Images/LightingWithText.png") no-repeat;
    background-size: 75%;
    width: 152px;
    height: 220px;
    color: #1467A3;
    font-size: medium;
    font-family: Montserrat-Regular;
    font-weight: bolder;
    font-size: 30px;
    float: left;
    padding-top: 60px;
}

.label-interest4 {
    margin-top: 20px;
    background: url("../Images/gas flame@4x.png") no-repeat;
    background-size: 75%;
    width: 152px;
    height: 220px;
    color: #1467A3;
    font-size: medium;
    font-family: Montserrat-Regular;
    font-weight: bolder;
    font-size: 30px;
    float: left;
    padding-top: 60px;
}

.label-interest1_1 {
    color: #1467A3;
    font-size: medium;
    font-family: Montserrat-Regular;
    font-weight: bolder;
    text-wrap: normal;
    text-align: center;
    width: 100%;
}


.label-interest {
    margin-top: 20px;
    color: #1467A3;
    font-size: medium;
    font-family: Montserrat-Regular;
    font-weight: bolder;
    font-size: 30px;
    text-wrap: normal;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}


#label-interest4 {
    background: url("../Images/Caricon.png") no-repeat;
}

#label-interest5 {
    background: url("../Images/Home.png") no-repeat;
}

#label-interest6 {
    background: url("../Images/Trashtruck.png") no-repeat;
}

#topGreen {
    background-color: #3C9C7B;
    height: 45px;
}

#topblue {
    background: url('../Images/LaserheaderNew.png') no-repeat;
    height: 144px;
}

.navbar-inverse {
    background: #fff;
    color: black !important;
    min-height: 50px;
    vertical-align: middle;
}

/*.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
        color: #1a4a7f !important;
        min-height: 50px;
        vertical-align: middle;
    }*/

.Green {
    background: #1467A3 linear-gradient(to bottom, rgba(27, 108, 181, 0.98) 0%, transparent 100%);
    color: #fff !important;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 22px !important;
}

.VerifyAddress {
    font-weight: 700
}

.pointerEvents {
    pointer-events: none;
    background: rgba(203, 203, 203, 0.2);
    color: black;
    padding-left: 5px;
    font-size: 12px;
    padding-top: 3px;
    font-weight: 700;
    opacity: .8;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.diversityclass {
    color: red;
}

.distributorsclass {
    color: red;
}

.distributorsclass2 {
    color: red;
}

.modal-dialog {
    padding-top: 10%;
}

#secondPopup {
    background: rgba(0, 0, 0, 0.5) !important;
    width: 100% !important
}

/*.Lighting {display:none;}*/


#qty, #HVA, #existingbrand, #efficientbrand, #CapacityID, #Premise, #mtswatts, #mtsnewwatt {
    font-size: 12px;
}

#calculationtable {
    display: none;
}

.standardrequired {
    color: red;
}

#navbarMenuButton {
    display: none;
}

.bar1, .bar2, .bar3 {
    border: 0px;
    width: 12px;
    height: 2px;
    background: #fff;
    margin: 3px;
    float: right;
    clear: both;
}

.contentChange {
    padding: 10px;
    margin-top: 35px;
    background: #fff;
}

.linedoc {
    clear: both;
}

.secondwindowcss {
    display: none;
}

#submenu {
    background: rgb(33,135,55);
    float: right;
}
/*site footer*/
#site-footer {
    font-size: 13px;
    padding: 0;
    background-color: #00334e;
}

    #site-footer a {
        color: #54bceb;
        background-color: #00334e;
        margin-top: 40px;
    }

#footer-widgets {
    line-height: 1.6;
    background-color: #e9e9e7;
    padding: 0 0 30px;
}

.footer-widgets-heading {
    font-size: 14px;
    font-weight: bold;
    font-family: Montserrat-Regular;
    margin-bottom: 0
}

#statement,
#newsletter {
    margin-top: 30px
}

#statement {
    line-height: 1.8
}

#newsletter p {
    margin-bottom: 10px
}

@media (min-width: 999px) {
    #newsletter {
        float: right
    }
}

#newsletter input[type="email"] {
    width: 70%;
    padding: 4px;
}

#site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#copyright {
    color: #fff;
    font-size: 12px;
    padding: 15px 0 30px
}

    #copyright img.lm {
        display: block;
        max-width: 100%;
        height: auto;
        padding: 10px 0px;
    }

#footer-nav {
    color: #fff;
    font-size: 12px;
    text-align: right;
    float: right;
    margin: 30px 0;
}

@media (max-width: 999px) {
    #copyright,
    #footer-nav,
    ul#footer-menu {
        float: none;
        width: 100%;
        text-align: left;
    }
}

ul#footer-menu {
    float: right;
    margin-bottom: 10px;
}

#footer-menu li {
    float: left;
    margin-left: 20px
}

    #footer-menu li:first-child {
        margin-left: 0
    }

#copyright img.lm {
    display: block;
    max-width: 100%;
    height: auto;
    padding: 10px 0px;
}

#footer-copyright div {
    font-size: 13px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    font-family: Montserrat-Regular;
    font-weight: 400;
    background-color: #00334e;
}

    a:hover {
        text-decoration: underline;
        color: #1467A3;
    }


h4,
h5,
h6,
h4 a,
h4 a:visited,
h5 a,
h5 a:visited,
h6 a,
h6 a:visited {
    color: #00334e;
    font-family: Montserrat-Regular;
    font-weight: 700;
    text-decoration: none
}

    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
        text-decoration: none
    }

.banner-img {
    height: 450px;
}

/*
Theme Name: Nipsco
Theme URI: http://www.nipsco.com
Version: 1.0.8
*/

/*global style*/
body {
    color: #00313E;
    font-size: 18px;
    font-family: Montserrat-Regular;
    font-weight: 400;
    background-color: #ffffff;
    line-height: 1.5;
}


    a:focus {
        outline: thin dotted;
    }

    a:hover {
        text-decoration: underline;
    }


h1 {
    color: #00313E;
    font-size: 42px;
    font-family: Montserrat-Bold;
    font-weight: 700;
}

h2 {
    color: #004B87;
    font-size: 26px;
    font-family: Montserrat-Bold;
    padding-top: 15px;
}

h3 {
    color: #1467A3;
    font-size: 28px;
    font-family: Montserrat-Bold;
}

.company-info {
    background-color: #f2f2f2;
    padding: 20px;
}

.search-info {
    background-color: #f2f2f2;
}

.PageCopy-1 {
    font-style: italic;
    font-size: 13px;
}

.search-buttons {
    padding: 30px;
}

h4,
h5,
h6,
h1 a,
h1 a:visited,
h2 a,
h2 a:visited,
h4 a,
h4 a:visited,
h5 a,
h5 a:visited,
h6 a,
h6 a:visited {
    color: #00334e;
    font-family: Montserrat-Regular;
    font-weight: 700;
    text-decoration: none
}

    h1 a:hover,
    h2 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
        text-decoration: none
    }

/*h1 {
    font-size: 28px;
    letter-spacing: -0.5px
}
.home h1 {
	font-size: 50px;
	letter-spacing: normal;
	text-transform: uppercase;
}*/
h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
    font-weight: 600;
}

h6 {
    font-size: 14px;
    font-weight: 600;
}


h4,
h5,
h6,
p {
    margin: 0 0 15px;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

input[type="text"],
textarea,
select {
    padding: 3px 5px;
}

input[type="text"],
textarea {
    width: 100%;
}



/*Text meant only for screen readers.*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000; /* Above WP toolbar. */
    }

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-bottom {
    padding-bottom: 0
}

.no-padding-top {
    padding-top: 0
}

.no-padding {
    padding: 0
}

/*end global style*/


/*header*/
#site-header {
    padding-bottom: 20px
}

#logo {
    margin: 0
}

/*primary menu*/
#topNav.navbar {
    font-size: 19px;
    font-family: Montserrat-Regular;
    min-height: 100%;
    background-color: transparent;
    border: 0;
    /*margin: 54px 0 0;
	padding: 0;*/
    float: right;
    line-height: 25.6px;
}

#topNav.navbar-nav > li {
    padding: 0 15px;
}

    #topNav.navbar-nav > li > a {
        color: #00313E !important;
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
    }

@media (max-width: 767px) {
    #topNav.navbar-nav > li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #topNav.navbar-nav {
        padding: 15px 0
    }
}

@media (max-width: 999px) {
    #logo,
    #topNav.navbar {
        float: none;
        width: 100%
    }

    #topNav.navbar {
        margin: 20px 0 0;
    }
}

#topNav.navbar-nav {
    margin: 0 -15px;
}

#topNav.navbar-toggle {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 15px;
    margin: 0;
    border: 0;
    border-radius: 0;
    width: 100%
}

    #topNav.navbar-toggle .icon-bar {
        margin-top: 4px
    }

#topNav.navbar-nav > li > a:hover,
#topNav.navbar-nav > li > a:focus {
    color: #1467A3;
    background-color: transparent;
}

#topNav.navbar-nav > .active > a,
#topNav.navbar-nav > .active > a:hover,
#topNav.navbar-nav1 > .active > a:focus {
    color: #1467A3 !important;
    background-color: transparent;
}

#topNav.navbar-toggle:hover,
#topNav.navbar-toggle:focus {
    background-color: transparent;
}

#topNav.navbar-toggle .icon-bar {
    background-color: #fff;
}

.nav > li > a {
    font-size: 16px;
    color: #00313E !important;
}

    .nav > li > a:hover,
    .nav > li > a:focus {
        font-size: 16px;
    }

.nav > li a:hover {
    color: #1467A3
}


.btmborder:hover {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    color: #1467A3 !important;
}


    .btn-contactus:hover {
        border-radius: 10px;
        background-color: #00313E !important;
        color: #fff !important;
        text-decoration: none;
        text-decoration-color: #fff;
    }


/*breadcrumb*/
.breadcrumb {
    color: #fff;
    font-size: 13px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
}

@media (min-width: 767px) {
    .breadcrumb {
        margin-top: 15px;
        float: right;
    }
}

.breadcrumb a {
    color: #fff;
}

/*column*/
#main-column {
    background-color: #fff;
    padding: 20px 0 20px
}

    #main-column .post,
    #main-column .page {
        margin-bottom: 20px;
    }

        #main-column .post .entry-header .entry-meta {
            color: #999;
        }

            #main-column .post .entry-header .entry-meta a {
                color: inherit;
            }

        #main-column .post .entry-title,
        #main-column .page .entry-title {
            margin-top: 0;
            word-wrap: break-word;
        }

.entry-meta .edit-link {
    margin-top: 30px
}

.page-column {
    margin-bottom: 0px !important;
}
/*content*/
.page-header {
    color: #fff;
    font-size: 14px;
    padding: 30px 0;
    margin: 0;
    border: 0;
    background-color: #3db5e6;
}
/*.home .page-header {
	padding: 0;
}*/
.page-title {
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    line-height: none;
    float: left;
    margin: 0
}

@media (max-width: 767px) {
    .page-title {
        float: none;
    }
}

.home .page-title {
    float: none;
    margin-bottom: 20px
}

.banner-content-text {
    padding: 30px 0 40px
}

@media (min-width: 999px) {
    .banner-content-text {
        padding-top: 98px;
        /*padding-right:50px*/
    }
}

.banner-content-text p {
    font-size: 18px;
    line-height: 1.8
}

.page-header .banner-img {
    height: 450px;
}

@media (max-width: 999px) {
    .page-header .banner-img {
        display: none;
    }
}
.pa {
    color: #00313E !important; /*NIPSCO Navy*/
}

a.cta-btn-dark,
a.cta-btn-light {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: none;
    text-decoration: none;
    display: inline-block;
    padding: 9px 30px 10px;
    margin-top: 25px
}

a.cta-btn-dark {
    background-color: #f78f1e;
    margin-right: 20px
}

a.cta-btn-light {
    padding-top: 8px;
    padding-bottom: 9px;
    background-color: transparent;
    border: 1px solid #fff;
}

    a.cta-btn-dark:after,
    a.cta-btn-light:after {
        content: url(../images/arrow.png);
        padding-left: 10px;
        vertical-align: middle
    }

.entry-content {
    font-size: 16px;
    line-height: 1.6;
    margin-top: -50px;
}

    .entry-content ul {
        margin-bottom: 20px
    }

.table-form {
    margin-bottom: 40px
}

    .table-form th,
    .table-form td {
        color: #000;
        padding-right: 20px;
        vertical-align: middle;
        padding-bottom: 15px
    }

        .table-form td:last-child {
            padding-right: 0
        }

        .table-form td.padding-right {
            padding-right: 20px
        }

.no-padding-bottom td {
    padding-bottom: 0
}

.table-form input,
.table-form textarea {
    margin-top: 3px
}

    .table-form input[type="checkbox"] {
        vertical-align: -2px;
    }

.table-form .first input[type="checkbox"] {
    margin-left: -7px
}

.border-bottom {
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px
}

/*home content*/
.home-box {
    font-size: 13px;
    line-height: 1.2;
    max-width: 360px;
    position: relative;
    padding: 0;
    margin: 0 auto 40px
}

@media (min-width: 999px) {
    .home-box-mid {
        margin-left: 30px;
        margin-right: 30px
    }
}

.home-box h3,
.home-box p {
    margin: 0;
    padding: 0
}

.home-box a,
.home-box a h3 {
    color: #fff;
    text-decoration: none
}

.home-box img {
    display: block;
    max-width: 100%;
    height: auto;
}

.box-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%;
    overflow: hidden;
    background-image: url(../images/box-bg.png);
    padding: 5px 20px 8px
}
/*.home-aos{
	background:url(images/home-aos.gif) bottom center no-repeat;
}
.home-bata{
	background:url(images/home-bata.gif) bottom center no-repeat;
}
.home-tas{
	background:url(images/home-tas.gif) bottom center no-repeat;
}*/

.required {
    color: #f00
}

/*sidebar*/
@media (min-width: 999px) {
    #sidebar {
        background: url(images/sidebar-divider.png) top right no-repeat;
        min-height: 474px;
    }
}

#sidebar .widget {
    margin-bottom: 20px;
    overflow: hidden;
    padding-right: 10px
}

#sidebar .widget-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
}

#sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidebar .widget li {
}

    #sidebar .widget li a {
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        padding: 5px 0 5px 10px;
        width: 94%
    }

        #sidebar .widget li a:before {
            content: "-";
            padding-right: 8px
        }

        #sidebar .widget li a:hover,
        #sidebar .widget li.active a {
            color: #fff;
            background-color: #3db5e6;
        }


/*pagination*/
.pagination {
    margin: 0;
}

.pagination-center {
    text-align: center;
}

.pagination-row {
    margin-bottom: 20px;
}


/*site footer*/
#site-footer {
    font-size: 13px;
    padding: 0;
}

    #site-footer a {
        color: #54bceb;
    }

#footer-widgets {
    line-height: 1.6;
    background-color: #e9e9e7;
    padding: 0 0 30px
}

.footer-widgets-heading {
    font-size: 14px;
    font-weight: bold;
    font-family: color: #1467A3 !important;
    ;
    margin-bottom: 0
}

#statement,
#newsletter {
    margin-top: 30px
}

#statement {
    line-height: 1.8
}

#newsletter p {
    margin-bottom: 10px
}

@media (min-width: 999px) {
    #newsletter {
        float: right
    }
}

#newsletter input[type="email"] {
    width: 70%;
    padding: 4px;
}

#site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#copyright {
    color: #fff;
    font-size: 12px;
    padding: 15px 0 30px
}

    #copyright img.lm {
        display: block;
        max-width: 100%;
        height: auto;
        padding: 10px 0px;
    }

#footer-nav {
    color: #fff;
    font-size: 12px;
    text-align: right;
    float: right;
    margin: 30px 0;
}

@media (max-width: 999px) {
    #copyright,
    #footer-nav,
    ul#footer-menu {
        float: none;
        width: 100%;
        text-align: left;
    }
}

ul#footer-menu {
    float: right;
    margin-bottom: 10px;
}

#footer-menu li {
    float: left;
    margin-left: 20px
}

    #footer-menu li:first-child {
        margin-left: 0
    }


.input-desc-hover {
    box-shadow: 0 0 3px 1px #969696;
}

#wpcf7-f84-p7-o1 input[type=checkbox] {
    border: 1px solid #ccc;
    border-radius: 4px;
}

tr.hidden-note {
    display: none;
}

tr.visible-note {
    display: table-row;
}

    tr.visible-note td {
        font-weight: bold;
        color: #00334e;
        padding: 10px;
    }

div.resource-page img.resource-image {
    float: right;
}

@media (max-width: 900px) {
    div.resource-page img.resource-image {
        float: none;
        display: block;
        width: auto;
    }

    @media (min-width: 1200px) {
        .container {
            width: 1170px;
        }
    }
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

div.terr-over {
    cursor: pointer;
    background: #f8f8f8;
    max-width: 500px;
}

div.terr-over-skyblue {
    cursor: pointer;
    background-color: rgba(105,196,239, 0.5);
    max-width: 500px;
}

div.terr-over-darkslategray {
    cursor: pointer;
    background-color: rgba(15,48,56, 0.5);
    max-width: 500px;
}

div.terr-over-tomato {
    cursor: pointer;
    background-color: rgba(243,108,65, 0.5);
    max-width: 500px;
}

div.terr-over-yellow {
    cursor: pointer;
    background-color: rgba(251,205,46, 0.5);
    max-width: 500px;
}

div.terr-over-gray {
    cursor: pointer;
    background-color: rgba(187,193,195, 0.5);
    max-width: 500px;
}

#csf-search-form input, #csf-search-form b {
    display: inline-block
}

    #csf-search-form input.small {
        width: 100px;
    }

    #csf-search-form input.medium {
        width: 325px;
    }

div.totals {
    padding: 5px 15px;
    font-weight: 700;
    background: #00334e;
    color: #fff;
    border: 3px solid #333;
    float: right;
    z-index: 1000;
    margin-right: 15px;
    width: auto;
}

#csf-search-form div.submit {
    position: relative;
    margin-top: 20px;
    text-align: right; /*background:#f8f8f8; padding:10px 5px; overflow: auto */
}

#csf-search-form a.back-link {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    font-size: .8em;
    margin-bottom: 4px;
}

/**form#csf-search-form div.csf-search-bottom div{ display: inline-block; width:50%;}**/
#csf-search-form div.csf-search-bottom div.left {
    text-align: left;
}

#csf-search-form div.csf-search-bottom div.right {
    text-align: right;
}

#csf-search-form a {
    border: 0;
}

#csf-search-form ul.csf-ul-inline {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    #csf-search-form ul.csf-ul-inline li {
        display: inline-block;
        width: 32%;
        font-weight: 700;
    }

#csf-search-form div.submit {
    height: 70px;
}

    #csf-search-form div.submit button { /*display:inline-block; margin-right:15px; margin-bottom:25px;*/
    }

div.csf-search-box {
    font-size: 12px;
    border: 1px solid #dadada;
    margin-bottom: 15px;
}

div.csf-search-inputs {
    position: relative;
    margin-bottom: 15px;
}

div.block {
    display: block;
}

div.csf-search-inputs .top-right {
    position: absolute;
    top: 0;
    right: 0;
}

.flex {
    display: flex !important;
    justify-content: inherit;
}

    .flex span {
        margin-left: 20px;
        margin-top: 5px;
        font-weight: 700;
    }

#btnViewAll {
    background: #8dc63f !important;
    color: #fff !important;
    float: left;
}

#btnSBDI {
    color: #fff;
    border: 0;
    font-weight: bold;
    padding: 5px 15px;
    height: 50px;
    border-radius: 10px;
    background-color: #3170c8;
    font-family: Montserrat-Bold;
}

#btnSearch {
    color: #fff;
    border: 0;
    font-weight: bold;
    font-size: large;
    padding: 5px 15px;
    height: 50px;
    border-radius: 10px;
    background-color: #3170c8;
    width: 100%;
    font-family: Montserrat-Bold;
}

    #btnSearch:hover {
        background-color: #122b31;
        color: #fff;
    }

#btnReset {
    font-family: Montserrat-Bold;
}

#btnFilter {
    color: #fff;
    border: 0;
    font-weight: bold;
    padding: 5px 15px;
    background-color: #00334e;
    font-size: 18px;
}

#projectCountLabel.span {
    background-color: red;
}

#btnExport {
    color: #fff;
    border: 0;
    font-weight: bold;
    padding: 5px 15px;
    background-color: #00334e;
    font-size: 18px;
    float: right;
    padding-right: 15px;
    margin-top: 15px;
}

table.search-results {
    border: 1px solid #dadada;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 1.2em;
}

    table.search-results tr td {
        border-left: 0;
        border-right: 0;
        padding: 10px;
        font-family: 'Roboto';
    }

    /*table.search-results a{ border:0; color:#648f33;}*/

    table.search-results thead th {
        background: #1f5ea2;
        color: #fff;
        padding: 10px;
    }

    table.search-results tfoot td {
        height: 35px;
        background: #1f5ea2;
    }

    table.search-results tr.data-row:hover {
        background: #eee;
    }

    table.search-results tr.data-row {
        cursor: pointer;
    }

    table.search-results td.ally-details-list {
        padding: 10px 15px;
        margin: 0;
    }

        table.search-results td.ally-details-list ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
            font-size: 1em;
        }

            table.search-results td.ally-details-list ul li {
                float: left;
                width: 33%;
            }

.csf-wrapper h3, .csf-wrapper h4, .csf-wrapper table h4, .csf-wrapper table h5 {
    margin: 0;
    padding: 0 0 10px 0;
    /*text-transform: capitalize;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica,sans-serif;*/
}

.csf-wrapper h4 {
    font-size: 20px
}

.csf-wrapper table h4 {
    color: #333 !important;
    background: #f8f8f8 !important;
    padding: 5px 0px !important;
    text-align: center !important;
    margin-bottom: 10px !important;
}

.csf-wrapper table h5 {
    color: #25408f;
}

div.info-break {
    padding-top: 10px;
}


.csf-wrapper { /*width:95%;  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica,sans-serif;*/
}

    .csf-wrapper b { /*font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica,sans-serif;*/
    }

    .csf-wrapper p { /*padding:5px 0px; margin:0;*/
    }

#csf-search {
}

#csf-search-results {
    width: 100%;
}

div.no-results {
    font-weight: bold;
    margin: 15px 0px 25px 0px;
}

.map-label {
    color: #00334e;
    font-size: 16px;
    font-weight: bold;
}

.centerwrap {
    /*display: flex;*/
    word-wrap: normal;
    word-break: normal;
    justify-content: center;
    /*flex-direction: column;*/
    text-align-last: left;
}

.requiredlabel::after {
    content: "*";
    color: #b94a48;
    display: inline;
}


#site-header ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

#site-header li {
    color: #fff;
    display: block;
    float: left;
    padding-left: 1rem;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
    background-color: #fff;
    font-family: Montserrat-Bold;
    font-weight: 700;
}

    #site-header li a {
        color: #122b31;
        display: block;
    }

        #site-header li a:hover {
            /*color: #1467A3 !important;*/
        }

    #site-header li:hover,
    #site-header li:focus-within {
        cursor: pointer;
        color: #00313E;
    }

        #site-header li:focus-within a {
            outline: none;
        }

#site-header ul li ul {
    width: 250px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 1rem;
    left: 0;
    display: none;
    text-align: left;
    background-color: #fff;
    box-shadow: rgba(7, 43, 49, 0.2) 0px 10px 30px -8px
}

    #site-header ul li ul li {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        border-bottom: solid .5px #000;
        font-family: ontserrat-Black;
        font-weight: 300;
    }

        #site-header ul li ul li a {
            font-family: Montserrat-Regular;
            font-weight: 300;
        }

        #site-header ul li ul li:last-child {
            padding-left: 20px;
            padding-right: 20px;
            padding-bottom: 10px;
            border-bottom: none;
        }

    #site-header ul li:hover > ul, #site-header ul li:focus-within > ul, #site-header ul li ul:hover, #site-header ul li ul:focus {
        visibility: visible;
        opacity: 1;
        display: block;
        border-bottom: solid 1px !important;
        margin-top: 0;
        color: #1467A3;
    }

#site-header a:hover {
    text-decoration: none;
    color: #1467A3;
}


#site-header ul li ul li {
    clear: both;
    width: 100%;
}

#site-header .chevron::after {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    left: 0.15em;
    position: relative;
    top: 0.15em;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 0.45em;
    top: -2px;
    left: 8px;
    transform: rotate(135deg);
    color: #00313E;
}

#site-header .chevron:hover::after {
    color: #1467A3;
}

.text-danger {
    font-family: Montserrat-Regular, "Open Sans", sans-serif;
    font-size: 14px;
}

.inputUpdate {
    width: 100%;
    padding: 0 1em;
    outline: 0;
    transition: all .2s ease;
    height: 60px;
    background-color: #fff;
    color: rgb(7, 43, 49);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-color: rgb(7, 43, 49);
    border-radius: 10px;
    font-size: 18px;
    text-align: center !important;
}

.inputUpdateDropdown {
    width: 100%;
    padding: 0 1em;
    outline: 0;
    transition: all .2s ease;
    height: 60px;
    background-color: #fff;
    color: rgb(7, 43, 49);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-color: rgb(7, 43, 49);
    border-radius: 10px;
    font-size: 18px;
    text-align: center !important;
    color: #757575 !important;
}


.search-text {
    font-size: 18px;
    padding-top: 15px;
    text-align: center;
    font-family: ontserrat-Black;
    font-weight: 700;
}

.action-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -50px;
    margin-right: -50px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.action-box-one {
    border-radius: 10px !important;
    border: solid 4px #3170c8;
    width: 30%;
    margin-right: 20px;
    padding: 40px;
    height: 430px;
    position: relative;
}

.action-box-two {
    border-radius: 10px !important;
    border: solid 4px #3170c8;
    width: 30%;
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px;
    position: relative;
}

.action-box-three {
    border-radius: 10px !important;
    border: solid 4px #3170c8;
    width: 30%;
    margin-left: 20px;
    padding: 40px;
    position: relative;
}

.action-box-button {
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: ontserrat-Black !important;
    font-size: 24px;
    background-color: #1467A3;
    color: #fff;
    border-radius: 10px;
}

    .action-box-button:hover {
        background-color: #122b31 !important;
        color: #fff !important;
        text-decoration: none;
    }

    .action-box-button:visited {
        color: #fff;
        text-decoration: none;
    }
.table th, .table td {
    border:0 !important;
}
.block-label {
    display: block !important;
}
.toggle-on.btn {
     margin-right: -2px !important; 
}
.footer-links {
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
}

    .footer-links:hover {
        color: #0068a7;
    }

    .footer-links:visited:hover {
        color: #0068a7;
    }

    .footer-links:visited {
        color: #fff;
    }
/* ---------------------------------------------------
    Tab STYLE
----------------------------------------------------- */
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #0068A7 !important;
    opacity: 0.9 !important;
}

.nav-pills .nav-link {
    text-decoration: underline !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

    .nav-pills .nav-link:hover {
        text-decoration: none !important;
    }

    .nav-pills .nav-link.active {
        background-color: #f2f2f2 !important;
        color: #0068A7 !important;
    }

    .nav-pills .nav-link:not(.active) {
        color: #fff !important;
        border-radius: 0;
        text-decoration: underline !important;
    }
.custom-file-label::after {
    background-color: #00ACEC !important;
    font-weight: bold !important;
    font-size: 1.2rem !important;
}

.input-group-lg .custom-file-label {
    font-size: 1.1rem !important;
    margin: 0 !important;
}
.rounded-left {
    border-top-left-radius: .70rem !important;
    border-bottom-left-radius: .70rem !important;
}

.rounded-right {
    border-top-right-radius: .70rem !important;
    border-bottom-right-radius: .70rem !important;
}

.nav-link.disabled {
    color: #ccc !important;
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
}

.nav-link.active::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -2px !important;
    width: 10px !important;
    height: 100% !important;
    background: #0068A7 !important;
    border-top-right-radius: 0.70rem !important;
    border-bottom-right-radius: 0.70rem !important;
}

.nav-link.active::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: -2px !important;
    width: 10px !important;
    height: 100% !important;
    background: #0068A7 !important;
    border-top-left-radius: 0.70rem !important;
    border-bottom-left-radius: 0.70rem !important;
}

.nav-pills li:first-child a:before, .nav-pills li:last-child a:after {
    display: none !important;
}

.nav-pills .nav-link:not(.active):hover::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    width: 10px !important;
    height: 100% !important;
    background: #0068A7 !important;
    opacity: 0.9 !important;
    border-top-left-radius: .70rem !important;
    border-bottom-left-radius: .70rem !important;
    left: -1px !important;
}

.nav-pills .nav-link:not(.active):hover::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    width: 10px !important;
    height: 100% !important;
    background: #0068A7 !important;
    opacity: 0.9 !important;
    border-top-right-radius: .70rem !important;
    border-bottom-right-radius: .70rem !important;
    right: -1px !important;
    z-index: 1 !important;
}

@media (max-width: 767px) {
    .nav-pills .nav-link.active::before, .nav-pills .nav-link.active::after {
        display: none !important;
    }

    .nav-pills .nav-link {
        border-radius: 0.70rem !important;
        margin-bottom: 3px !important;
    }

    .nav-pills {
        display: block !important;
    }
}
.border-bottom-0 {
    border-bottom: 0 !important;
}




@media (min-width: 1200px) {
    .container-site {
        width: 1371px !important;
        /* 		border: 1px solid red; */
    }
}

#logo {
    padding-left: 25px;
}

    #logo a img {
        width: 200px;
    }

/*-------------------------------------*/

.menu-primary {
    float: right;
    margin-top: 20px;
}

#site-header ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}


#site-header li {
    color: #fff;
    display: block;
    float: left;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-decoration: none;
    background-color: #fff;
    font-family: Montserrat-Bold;
    font-weight: 700;
}

    #site-header li a {
        color: #122b31;
        display: block;
        font-size: 16px;
        font-weight: 700;
        font-family: Montserrat-Bold;
    }


    #site-header li:hover,
    #site-header li:focus-within {
        cursor: pointer;
        color: #002D3C;
    }

        #site-header li:focus-within a {
            outline: none;
        }

#site-header ul li ul {
    width: 250px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 1rem;
    left: 0;
    display: none;
    text-align: left;
    background-color: #fff;
    box-shadow: rgba(7, 43, 49, 0.2) .5px .5px .5px .5px;
    border-radius: 10px 10px 10px 10px;
    z-index: 99;
    margin-left: 15px;
}
body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}
#logo img{
    width:200px;
}
    #site-header ul li ul li {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        border-bottom: solid .5px #000;
        font-family: Montserrat-Bold;
        font-weight: 300;
    }

        #site-header ul li ul li:hover a {
            color: #fff !important;
        }

        #site-header ul li ul li a {
            font-family: Montserrat-Regular;
            font-weight: 300;
        }

            #site-header ul li ul li a:hover {
                color: #fff !important;
            }

        #site-header ul li ul li:first-child {
            border-radius: 10px 10px 0 0;
        }

        #site-header ul li ul li:last-child {
            padding-left: 20px;
            padding-right: 20px;
            padding-bottom: 10px;
            border-bottom: none;
            border-radius: 0 0 10px 10px;
        }

    #site-header ul li:hover > ul, #site-header ul li:focus-within > ul, #site-header ul li ul:hover, #site-header ul li ul:focus {
        visibility: visible;
        opacity: 1;
        display: block;
        border-bottom: solid 1px;
        margin-top: 0;
        color: #0068A7;
    }

#site-header a:hover {
    text-decoration: none;
    color: #0068A7;
}


#site-header ul li ul li {
    clear: both;
    width: 100%;
}

    #site-header ul li ul li:hover {
        background-color: #0068A7;
        color: #fff !important;
    }
.site-row {
    margin-right: -15px;
    margin-left: -15px;
}
#site-header .chevron::after {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    left: 0.15em;
    position: relative;
    top: 0.15em;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 0.45em;
    top: -2px;
    left: 8px;
    transform: rotate(135deg);
    color: #002D3C;
}

#site-header .chevron:hover::after {
    color: #0068A7;
}

.btn-contactus {
    border-radius: 10px;
    background-color: #8DC63F;
    margin-right: 27px;
    margin-top: -15px;
    height: 45px;
    cursor: pointer;
    padding: 13px 29px !important;
    position: relative;
    font: Montserrat-Bold;
    font-size: 14px !important;
}

    .btn-contactus:hover {
        border-radius: 10px;
        background-color: #002D3C !important;
        color: #fff !important;
        text-decoration: none;
        text-decoration-color: #fff;
    }


/* Remove default border */
.navbar-toggler {
    border: none;
    padding: 0;
}

/* Blue hamburger icon */
.custom-toggler {
    background-image: none;
    position: relative;
    width: 24px;
    height: 18px;
    display: inline-block;
}

    .custom-toggler::before,
    .custom-toggler::after,
    .custom-toggler span {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #00313E; /* blue */
        border-radius: 2px;
    }

    /* Top line */
    .custom-toggler::before {
        top: 0;
    }

    /* Middle line */
    .custom-toggler span {
        top: 7.5px;
    }

    /* Bottom line */
    .custom-toggler::after {
        bottom: 0;
    }

/* Menu text styling */
.menu-text {
    font-size: 16px;
    font-weight: 600;
    color: #00313E;
}

html, body {
    overflow-x: hidden;
}

body {
    overflow-y: auto;
}

/* Match regular .form-control select */
.bootstrap-select > .dropdown-toggle {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #495057 !important;
}

/* Text alignment inside button */
.bootstrap-select .dropdown-toggle .filter-option {
    display: flex !important;
    align-items: center !important;
}

/* Hover */
.bootstrap-select > .dropdown-toggle:hover {
    border-color: #80bdff !important;
}
.dropup .dropdown-toggle::after {

    border-bottom: 0 !important;
}
.bootstrap-select.dropup .dropdown-menu,
.bootstrap-select .dropdown-menu {
    top: 100% !important;
    bottom: auto !important;
    transform: none !important;
}
.bootstrap-select .dropdown-menu {
    margin-top: .655rem !important;
}