﻿html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    /*font-family: 'Quattrocento',serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

a.disabled {
    color: #999 !important; /* Change color to a gray/disabled look */
    pointer-events: none; /* Disable click events */
    cursor: default; /* Change cursor to default */
    text-decoration: none !important; /* Remove underline */
}

    a.disabled:hover { /* prevent hover effects */
        text-decoration: none !important;
    }

.noDisplay {
    display: none;
}

.fluidFrame {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .fluidFrame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.border-right-blue {
    border-right: 3px solid #428bca;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.text-white {
    color: white;
}

/*#fall-banner.component-bg {
    background-image: url(/Content/Images/ProgramsRebates/CIPSept17_Banner.jpg);
}*/

ev-banner.component-bg {
    background-image: url(/Content/Images/Environment/EV_web_header.jpg);
}

/* Bootstrap 4 classes*/

.text-nowrap {
    white-space: nowrap;
}

.d-flex {
    display: flex !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-center {
    align-items: center !important;
}

.flex-column {
    flex-direction: column !important;
}

.svg-4x {
    height: 10rem;
    width: 100%;
}

a, button {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: bold;
}

table {
    background: #FFF;
}

img {
    max-width: 100%;
}

.container-white {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
    background-color: #FFF;
}

.body-copy {
    margin-top: 20px;
    margin-bottom: 10px;
}

.big {
    font-size: 22px;
}

.bold {
    font-weight: bold;
}

.small-text {
    font-size: 82%;
}

@-ms-viewport {
    width: device-width !important;
}

#intro {
    margin-top: -10px;
    margin-bottom: 20px;
    padding: 30px 0 20px;
    background-color: #FFF;
}

#player, .player {
    max-width: 100%;
}

.center-me {
    display: flex;
    align-items: center;
}

/* HEADER */
.navbar-default {
    background: #FFF;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /*position:absolute;*/
}

.navbar-border {
    width: 100%;
    height: 10px;
    background-image: url(/Content/Images/Site/header-border.png);
    background-size: cover;
    background-position: 600px;
    background-repeat: repeat-x;
    margin-bottom: -1px;
}

.navbar {
    margin-bottom: 10px !important;
}

.navbar-header {
    z-index: 9999;
    position: relative;
    top: 14px;
    padding-bottom: 22px;
}

    .navbar-header h1 {
        margin: 0;
    }

.navbar-brand {
    background: transparent url(/Content/Images/Site/logo-mp.jpg) no-repeat scroll left top;
    background-size: 100%;
    display: inline-block;
    height: 91px;
    /*margin: 10px;*/
    text-indent: -3000px;
    width: 217px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.navbar-nav > li > a {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 14px;
    -ms-word-wrap: normal;
    word-wrap: normal;
}

.navbar-shadow {
    box-shadow: 2px 2px 10px #dfdfdf;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#DFDFDF')";
}

.navbar-menu {
    display: flex;
}

    .navbar-menu .col-sm-2 {
        position: relative;
        flex-grow: 1;
        padding-left: 50px;
        padding-right: 25px;
    }

        .navbar-menu .col-sm-1:not(:last-child) ul::after,
        .navbar-menu .col-sm-2:not(:last-child):not(.no-divider) ul::after,
        .navbar-menu .col-sm-3:not(:last-child) ul::after,
        .navbar-menu .col-sm-4:not(:last-child) ul::after,
        .navbar-menu .col-sm-5:not(:last-child) ul::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 1px;
            background: #dde1e5;
        }

#mobile-navigation .navbar-menu {
    display: block;
}

    #mobile-navigation .navbar-menu [class*="col-sm-"] {
        padding: 10px 15px 0;
    }

    #mobile-navigation .navbar-menu .col-sm-2:not(:last-child):not(.no-divider) ul::after, #mobile-navigation .navbar-menu .col-sm-4:not(:last-child) ul::after, #mobile-navigation .navbar-menu .col-sm-1:not(:last-child) ul::after {
        width: 0;
    }

@media only screen and (max-width: 1250px) {
    #p-safety {
        width: auto !important;
    }
}

@media (min-width: 768px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 100%;
        *width: 100%;
    }

    #pub-safety {
        display: inline-block;
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }

    .my-divider.no-wrap {
        display: inline;
    }

    body .dropdown ul > li > a.link-margin {
        padding-left: 2px !important;
    }

    #report-streetlight {
        padding-left: 1px !important;
    }
}

@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

.navbar-default .navbar-nav > li > a {
    margin-right: 2px;
}

.CS-boxes {
    height: auto !important;
    min-height: 135px !important;
    word-wrap: break-word;
}

    .CS-boxes:hover {
        border-left: 6px solid #0079C5 !important;
    }

.moving-box > a:focus {
    background-color: transparent !important;
}
/* END HEADER */

/* MOBILE NAVBAR TOGGLE */
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 14px;
    margin-right: 20px;
    background-color: transparent;
    border: 1px solid transparent !important;
    border-radius: 4px;
    background: #FFF;
    border-color: transparent;
}

    .navbar-toggle .icon-bar:nth-of-type(2) {
        top: 1px;
    }

    .navbar-toggle .icon-bar:nth-of-type(3) {
        top: 2px;
    }

    .navbar-toggle .icon-bar {
        position: relative;
        transition: all 500ms ease-in-out;
    }

    .navbar-toggle.active .icon-bar:nth-of-type(1) {
        top: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navbar-toggle.active .icon-bar:nth-of-type(2) {
        background-color: transparent !important;
    }

    .navbar-toggle.active .icon-bar:nth-of-type(3) {
        top: -6px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: #FFF;
}

.icon-bar {
    background-color: #333 !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent !important;
}
/* END MOBILE NAVBAR TOGGLE */

/* SEARCH */
#search-icon-wrapper {
    position: absolute;
    top: 6px;
    right: -4px;
}

#search-icon {
    display: table-cell;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    z-index: 999999;
}

#search-box {
    position: absolute;
    width: 70%;
    display: none;
    right: 16px;
    bottom: 67px;
    z-index: 999;
}

    #search-box .input-group {
        display: block;
    }

    #search-box input {
        max-width: 100% !important;
        height: 46px;
        font-size: 18px;
        padding-left: 40px;
        padding-right: 40px;
        border-radius: 4px !important;
    }

    #search-box .glyphicon {
        position: absolute;
        padding: 10px 14px;
        pointer-events: none;
        font-size: 18px;
        color: #555;
    }

    #search-box.search-results-page {
        display: block;
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
    }

        #search-box.search-results-page #search {
            margin-bottom: 10px;
        }
/* END SEARCH */

#alert-banner {
    background: #ce0000;
    color: #FFF;
    padding: 12px;
    /*text-align: center;*/
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}

#covid-banner {
    background: #FFAA05;
    color: #FFF;
    padding: 12px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}

    #covid-banner a {
        color: #FFFFFF;
    }

#water-level-banner {
    background: #0071bc;
    color: #FFF;
    padding: 12px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}

    #water-level-banner a {
        color: #FFFFFF;
    }

/* HOME PAGE AND INSIDE PAGE HERO */
#home {
    /*height: 479px;*/
    /*height:500px;*/
    padding: 30px 0;
    height: auto !important;
    background-size: cover;
    background-position: center 66%;
    /*background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), transparent, transparent), url('https://minnesotapower.blob.core.windows.net/content/Content/Images/Home/family-fall-leaves_1920px.jpg');*/
    /*background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), transparent, transparent), url('/Content/Images/Home/HolidayCardBanners_WebBanner.jpg');*/
    margin-top: -10px;
    margin-bottom: 0;
}

    #home .hero-caption {
        /*margin-top:270px;*/
        /*margin-top:320px;*/
        margin-top: 0;
    }

        #home .hero-caption .btn {
            text-shadow: none;
        }

        #home .hero-caption h2 {
            font-size: 44px;
            line-height: 58px;
            margin-bottom: 40px;
        }

            #home .hero-caption h2 a {
                color: #FFFFFF;
            }

#inside {
    height: 340px;
    color: #FFF;
    background: #999;
    text-align: center;
    background-size: cover;
    background-position: center center;
}

#insideEXT {
    height: 340px;
    color: #FFF;
    background: #999;
    text-align: center;
    background-size: cover;
    background-position: center center;
}

#inside-ct {
    height: 340px;
    color: #FFF;
    background: #999;
    text-align: center;
    background-size: cover;
    background-position: center center;
}

#inside-left {
    height: 340px;
    text-align: left;
    background-size: cover;
    background-position: center center;
}

#inside-recycle {
    display: flex; /* Enable flexbox */
    align-items: center; /* Center vertically */
    height: calc(38vw * 9 / 16); /* Maintain aspect ratio */
    background-size: cover;
    background-position: center center;
    padding-left: 15px;
}

.heroRecycle {
    width: 100%;
    color: #FFF;
    margin-bottom: 10px;
    position: relative;
}

.hero-recycle-title {
    font-size: clamp(1.5rem, 4vw, 4.5rem); /* Adjust font size based on viewport width */
    line-height: 1.25; /* Adjust line height to maintain readability */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    margin-left: calc((100% - 1060px) / 2);
}

@media (max-width: 1300px) {
    .hero-recycle-title {
        font-size: clamp(1.5rem, 6vw, 2.5rem); /* Larger font size for better readability on small screens */
        margin-left: calc((100% - 500px) / 2);
    }
}

@media (max-width: 515px) {
    #inside-recycle {
        padding-left: 20px; /* Increase left padding to prevent text touching the side */
    }

    .hero-recycle-title {
        margin-left: 0; /* Reset margin-left to align with the new padding */
        font-size: clamp(1.5rem, 5vw, 2.5rem); /* Adjust font size for very small screens */
    }
}

.overlay {
    zoom: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.darkoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.lime-green-background {
    background-color: #7FC343;
}

.black {
    background-color: rgba(0,0,0,0.20);
    background-color: -moz-linear-gradient(left, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.20) 100%);
    background-color: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.20)), color-stop(100%, rgba(0,0,0,0.20)));
    background-color: -webkit-linear-gradient(left, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.20) 100%);
    background-color: -o-linear-gradient(left, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.20) 100%);
    background-color: -ms-linear-gradient(left, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.20) 100%);
    background-color: linear-gradient(to right, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.20) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20000000', endColorstr='#20000000', GradientType=1 );
}

.blue {
    background-color: rgba(0,99,207,0.64);
    background-color: -moz-linear-gradient(left, rgba(0,99,207,0.64) 0%, rgba(0,99,207,0.64) 100%);
    background-color: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,99,207,0.64)), color-stop(100%, rgba(0,99,207,0.64)));
    background-color: -webkit-linear-gradient(left, rgba(0,99,207,0.64) 0%, rgba(0,99,207,0.64) 100%);
    background-color: -o-linear-gradient(left, rgba(0,99,207,0.64) 0%, rgba(0,99,207,0.64) 100%);
    background-color: -ms-linear-gradient(left, rgba(0,99,207,0.64) 0%, rgba(0,99,207,0.64) 100%);
    background-color: linear-gradient(to right, rgba(0,99,207,0.64) 0%, rgba(0,99,207,0.64) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#640063CF', endColorstr='#640063CF', GradientType=1 );
}

.green {
    background-color: rgba(0,102,56,.64);
    background-color: -moz-linear-gradient(left, rgba(0,102,56,.64) 0%, rgba(0,102,56,.64) 100%);
    background-color: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,102,56,.64)), color-stop(100%, rgba(0,102,56,.64)));
    background-color: -webkit-linear-gradient(left, rgba(0,102,56,.64) 0%, rgba(0,102,56,.64) 100%);
    background-color: -o-linear-gradient(left, rgba(0,102,56,.64) 0%, rgba(0,102,56,.64) 100%);
    background-color: -ms-linear-gradient(left, rgba(0,102,56,.64) 0%, rgba(0,102,56,.64) 100%);
    background-color: linear-gradient(to right, rgba(0,102,56,.64) 0%, rgba(0,102,56,.64) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60FFFFFF', endColorstr='#60FFFFFF', GradientType=1 );
}

.MAsaveMobile1 {
    font-size: 40px;
    color: white;
    margin-left: 25%;
    margin-right: 25%;
}

.MAsaveMobile2 {
    background-color: #0872ba;
    text-align: center;
    line-height: .8;
    padding: 60px 0 15px 0;
    height: 340px;
}

#myaccount {
    height: 340px;
    background: #012236;
    position: relative;
}

#myaccounticons {
    max-width: 30px !important;
}

    #myaccount .left-panel {
        position: absolute;
        top: 0;
        left: 0;
        background: #057ABF;
        width: 40%;
        height: 340px;
    }

    #myaccount #welcome {
        background: #057ABF;
        height: 340px;
    }

        #myaccount #welcome h2 {
            margin-bottom: 10px;
        }

    #myaccount #login {
        height: 100%;
    }

        #myaccount #login #wrapper {
            margin-left: 10px;
        }

            #myaccount #login #wrapper .triangle {
                background: transparent;
            }

        #myaccount #login #userguide {
            font-size: 12px;
            margin-top: 12px;
        }

    #myaccount input[type="text"] {
        margin: 6px 0;
        /*padding-left:4px;*/
    }

    #myaccount input[type="button"] {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    #myaccount #LoginErrorMessage-error {
        color: #F00;
        display: block
    }

    #myaccount .noDisplay {
        display: none;
    }

    #myaccount .btn {
        text-shadow: none !important;
    }

#login .glyphicon {
    display: none;
}

#login h2 {
    margin-bottom: 10px !important;
}

.loginSub {
    /*margin:10px;*/
    font-size: 12px;
}

    .loginSub h6 {
        float: left;
        margin-right: 5px;
        font-size: 12px;
        line-height: 22px;
        /*display:none;*/
    }

    .loginSub label {
        float: left;
        margin-bottom: 0;
        margin-top: 10px;
        margin-left: 3px;
        /*display:none;*/
    }

    /*.toggleForgotPassword {
    margin-top:10px;
}*/

    .loginSub input {
        position: absolute !important;
    }

    .loginSub a {
        width: 100%;
        float: left;
        /*margin-left:10px;*/
        display: block;
        /*margin-top:5px;
    min-width:0;*/
    }

#publicComputer {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 10px !important;
}

#QuestionErrorMessage-error {
    font-size: 14px;
    color: #F00;
}

#SecretAnswer {
    display: inline-block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#checkSecretQuestionAnswer {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.hero {
    width: 100%;
    color: #FFF;
    text-shadow: 3px 3px 8px #000;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}

.hero2 {
    width: 100%;
    color: #FFF;
    margin-bottom: 10px;
    position: relative;
}

    .hero h2 {
        margin: 10px 0 0 0;
        font-size: 48px;
        line-height: 55px;
    }

#inside p {
    font-size: 18px;
    margin-top: 6px;
}

#inside-ct p {
    font-size: 18px;
    margin-top: 6px;
}
/* END HOME PAGE AND INSIDE PAGE HERO */

#content {
    min-height: 400px;
    background: #E1E1E1;
    padding-bottom: 20px;
}

.content-gradient {
    /*background: rgba(250,250,250,1) !important;
    background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,250,250,1)), color-stop(100%, rgba(255,255,255,1))) !important;
    background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 100%) !important;
    background: -o-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff', GradientType=0 ) !important;*/
    background-color: #FFF !important;
}

/* OLD ENERGYFORWARD */
/*.content-ef {
    background-image: url(/Content/Images/Site/energyforward-bg.jpg) !important;
    background-size: cover !important;
    background-position: 0 0 !important;
    background-color: transparent !important;
    color: #FFF !important;
    font-size: 16px;
}

    .content-ef .ef-p {
        font-size: 16px;
    }

.energyforward:hover {
    opacity: 0.6;
}*/

.inside-content-margin {
    margin-left: 8%;
    margin-right: 8%;
}

.wrapper {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.myaccount {
    background: linear-gradient(rgba(193,211,65,.67),rgba(193,211,65,.67));
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#67C1D341,endColorstr=#67C1D341);*/
    zoom: 1;
    height: 100%;
    padding: 6px 40px;
    position: absolute;
    right: 0;
    display: table;
}

    .myaccount h3, .myaccount p {
        color: #FFF;
        font-weight: bold;
    }

    .myaccount p {
        font-size: 16px;
    }

    .myaccount a {
        color: #005499;
    }

    .myaccount input {
        border: 2px solid #0063CF;
        margin-bottom: 4px;
        padding-left: 4px;
        color: #0771D3;
        opacity: 1.0;
    }

    .myaccount .btn {
        background: #D6ECFE;
        color: #0063CF;
        border: 2px solid #0063CF;
        border-radius: 0;
        font-weight: bold;
        width: 155px;
    }

        .myaccount .btn:hover {
            background: #0063CF;
            color: #D6ECFE;
        }

.triangle {
    background-image: url(/Content/Images/Site/triangle.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    .triangle.large {
        width: 126px;
        height: 54px;
    }

    .triangle.medium {
        width: 80px;
        height: 34px;
    }

    .triangle.small {
        width: 50px;
        height: 21px;
        left: 3%;
        position: absolute;
    }

    .triangle.right {
        left: auto;
        right: -15px;
        top: 46%;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .triangle.bottom {
        bottom: 0;
        top: auto;
        left: 15px;
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

/* PO1 */
#po1-block {
    margin-top: 20px;
}

#po1-image p {
    text-align: right;
}

/* Surveys */
.survey-container {
    width: 100%;
    height: 420vh;
}

/* OLD ENERGYFORWARD */
/*#energyforward {
    width: 100%;
    height: 794px;
    background: url(/Content/Images/Site/home-energyforward.jpg);
    background-size: cover;
    background-position: center top;
}

#energyforward-caption {
    text-align: center;
    color: #FFF;
    padding-top: 200px;
}

    #energyforward-caption h3 {
        font-size: 34px;
    }

        #energyforward-caption h3 em {
            font-size: 44px;
        }

img.energyforward-text {
    width: 70%;
    height: auto;
    margin-top: 14px;
}

img.energyforward-icons {
    width: 56%;
    height: auto;
    margin-top: 14px;
}

#energyforward-navbar {
    position: relative;
    top: 100px;
    margin: 0;
    padding: 6px 0;
    width: 100%;
    height: 40px;
    background-color: rgba(255,255,255,.6);
    background-color: -moz-linear-gradient(left, rgba(255,255,255,.6) 0%, rgba(255,255,255,.6) 100%);
    background-color: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,.6)), color-stop(100%, rgba(255,255,255,.6)));
    background-color: -webkit-linear-gradient(left, rgba(255,255,255,.6) 0%, rgba(255,255,255,.6) 100%);
    background-color: -o-linear-gradient(left, rgba(255,255,255,.6) 0%, rgba(255,255,255,.6) 100%);
    background-color: -ms-linear-gradient(left, rgba(255,255,255,.6) 0%, rgba(255,255,255,.6) 100%);
    background-color: linear-gradient(to right, rgba(255,255,255,.6) 0%, rgba(255,255,255,.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60FFFFFF', endColorstr='#60FFFFFF', GradientType=1 );
}

#energyforward-links {
    position: relative;
    top: 56px;
    padding: 20px 30px;
    max-width: 860px;
}

    #energyforward-links .row {
        margin: 0;
    }

    #energyforward-links .col-md-3 {
        padding: 0;
    }

    #energyforward-links h4 {
        position: relative;
        bottom: 18px;
        color: #333 !important;
    }

    #energyforward-links ul {
        list-style: none;
        padding: 0;
    }

    #energyforward-links a {
        color: #CCC;
    }

        #energyforward-links a:hover {
            color: #FFF;
            text-decoration: none;
        }

#energyforward-inside {
    margin: 20px 0 40px;
    font-size: 14px;
}*/
/* END ENERGY FORWARD */

/* NEW ENERGYFORWARD */
.main-content {
    padding: 30px 15px;
}

    .main-content h2 {
        font-size: 2em;
        margin-bottom: 20px;
    }

    .main-content h3 {
        margin-top: 30px;
    }

.plan-highlights {
    margin-top: 30px;
}

.plan-item {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}

.plan-icon {
    width: 55px;
    height: 55px;
    margin-right: 10px;
}

.wind-color {
    color: #0079c2;
    font-size: 1.3em;
    line-height: 1em;
}

.storage-color {
    color: #154680;
    font-size: 1.3em;
    line-height: 1em;
}

.customer-color {
    color: #31b249;
    font-size: 1.3em;
    line-height: 1em;
}

.gas-color {
    color: #7c438d;
    font-size: 1.3em;
    line-height: 1em;
}

.hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: white;
}

.mobile-content {
    display: none;
}

.mobile-plan {
    display: none;
}

.desktop-logos {
    max-width: 500px;
    height: auto;
    position: absolute;
    top: -10px;
    left: 20px;
}

.desktop-text {
    max-width: 500px;
    height: auto;
    position: absolute;
    top: 150px;
    left: 20px;
}

.mobile-logos {
    max-width: 200px;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
}

.mobile-text {
    max-width: 300px;
    height: auto;
    position: absolute;
    top: 150px;
    left: 20px;
}

.energyforward-text-1 {
    font-size: 1.86em;
    color: #0079c2;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-shadow: 0.01em 0.01em 0 #0079c2;
}

.energyforward-text-2 {
    font-size: 1.23em;
}

.energyforward-text-3 {
    color: #0079c2;
    font-weight: bold;
    font-size: 1.2em;
}

/* Media Queries for Larger Screens */
@media (min-width: 768px) {
    .energyforward-header {
        background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/Environment/EnergyForward/2025ef-header-text.png');
        background-size: cover;
        height: 440px;
    }

    .energyforward-header-home {
        background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/Environment/EnergyForward/2025ef-header-notext.png');
        background-size: cover;
        height: 440px;
    }

    .energyforward-text {
        padding-left: 98px;
    }

    .main-content {
        padding: 40px 0;
    }

        .main-content h2 {
            font-size: 2.5em;
        }

        .main-content h3 {
            margin-top: 15px;
            font-size: 2.2em;
            margin-bottom: 15px;
        }

    .progress-circle {
        width: 150px;
        margin: 20px;
    }

        .progress-circle .circle {
            width: 120px;
            height: 120px;
            font-size: 1.8em;
        }

    .plan-header {
        background-color: #134783;
        color: white;
        padding: 1px;
        margin-top: -70px;
        text-align: center;
        position: relative;
        left: 25px;
        width: 95%;
    }

    .desktop-plan {
        position: relative;
    }

    .plan-gradient {
        position: absolute;
        left: 25px;
        width: calc(100% - 26px);
        height: calc(100% - 40px);
        background: linear-gradient(to bottom, #c5eaf8, white);
        z-index: 0;
    }

    .plan-item {
        position: relative;
        padding-left: 48px;
        margin-top: 20px;
        margin-right: 42px;
    }

        .plan-item::before {
            content: "";
            position: absolute;
            left: 25px;
            width: 6px;
        }

        .plan-item:nth-child(3)::before {
            top: -20px;
            bottom: calc(100% - 130px);
            background-color: #0079c2;
        }

        .plan-item:nth-child(4)::before {
            top: 50px;
            bottom: calc(100% - 85px);
            background-color: #154680;
        }

        .plan-item:nth-child(5)::before {
            top: 50px;
            bottom: calc(100% - 130px);
            background-color: #31b249;
        }

        .plan-item:last-child::before {
            top: 5px;
            bottom: -50px;
            background: linear-gradient(to bottom, #7c438d, white);
        }

    .plan-icon {
        position: absolute;
        left: 0;
        top: 0;
    }

    .plan-text {
        margin-left: 40px;
        font-size: 1.1em;
    }

    .desktop-footer {
        text-align: center; 
        padding: 20px;
    }

        .desktop-footer a {
            color: black;
            text-decoration: none;
            font-weight: normal;
        }

        .desktop-footer p:first-child {
            font-size: 1.2em;
            font-weight: bold;
        }

        .desktop-footer p:last-child {
            font-size: 0.8em;
        }

    .mobile-footer {
        display: none;
    }

    .energy-forward-footer {
        display: block;
    }

    .circle-image {
        max-width: unset;
        width: 200px;
        height: 200px;
        display: block;
        margin: 0 auto 10px;
    }
}

/* Media query for mobile */
@media (max-width: 767px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .energyforward-header-container {
        margin-left: -15px;
        margin-right: -15px;
    }

    .energyforward-header {
        background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/Environment/EnergyForward/2025ef-header-mobile.png');
        background-size: cover;
        height: 639px;
    }

    .energyforward-header-home {
        background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/Environment/EnergyForward/2025ef-header-mobile.png');
        background-size: cover;
        height: 639px;
    }

    .energy-forward-footer {
        display: none;
    }

    .mobile-footer {
        display: block;
        color: #0079c2;
        font-weight: bold;
        font-size: 1.26em;
    }

    .desktop-footer {
        display: none;
    }

    .desktop-content {
        display: none;
    }

    .desktop-plan {
        display: none;
    }

    .mobile-plan {
        display: block;
    }

        .mobile-plan > ul {
            list-style: none;
            padding-left: 0;
        }

        .mobile-plan ul ul {
            list-style-type: disc;
        }

            .mobile-plan > ul > li {
                position: relative;
                padding-left: 50px !important;
                margin-bottom: 15px;
            }

                .mobile-plan > ul > li::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 40px;
                    height: 40px;
                    background-size: contain;
                    background-repeat: no-repeat;
                }

                .mobile-plan > ul > li:nth-child(1)::before {
                    background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/Environment/EnergyForward/wind-icon.png');
                }

                .mobile-plan > ul > li:nth-child(2)::before {
                    background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/Environment/EnergyForward/storage-icon.png');
                }

                .mobile-plan > ul > li:nth-child(3)::before {
                    background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/Environment/EnergyForward/customer-icon.png');
                }

                .mobile-plan > ul > li:nth-child(4)::before {
                    background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/Environment/EnergyForward/gas-icon.png');
                }

    .hero-content {
        position: relative;
        width: 100%;
        padding: 20px;
        color: white;
        bottom: auto;
        left: 0;
    }

    .mobile-content {
        display: block;
        position: relative;
    }

    .mobile-logos {
        width: auto;
        max-width: 90%;
        height: auto;
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .mobile-text {
        width: auto;
        max-width: 80%;
        height: auto;
        position: absolute;
        top: 150px;
        left: 50%;
        transform: translateX(-50%);
    }

    .progress-circle {
        position: relative;
        padding-bottom: 100%;
        height: 0;
        overflow: hidden;
    }

    .circle-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .circle-image {
        max-width: 150px;
    }

    .col-sm-6:nth-child(2) .progress-circle {
        margin-bottom: 20px;
    }
}

/* FOOTER TOP */
#footer-top {
    padding: 20px;
}

    #footer-top h4, #footer-top a {
        color: #0071BC;
    }

    #footer-top h4 {
        font-weight: bold;
    }

    #footer-top ul {
        list-style: none;
        padding-left: 0;
    }

        #footer-top ul li a {
            color: #000000;
            font-size: 13px;
        }
/* END FOOTER TOP */

/* FOOTER */
#footer {
    background: #0071BC;
    color: #FFF;
    padding: 20px;
    text-align: center;
}

#footer #left-col-1 {
    text-align: left;
    padding: 10px 0;
}

    #footer #right-col-2 {
        text-align: right;
        padding: 10px 0;
    }

    #footer h5 {
        margin-top: 0;
        font-weight: bold;
    }

    #footer p {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 13px;
    }

    #footer ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #footer ul li {
            display: inline-block;
            margin: 0 8px;
        }

    #footer a, #footer a:hover {
        color: #FFF;
        font-size: 13px;
    }

#centered-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    #centered-content {
        display: initial;
    }

    #temp-content {
        display: none;
    }
}
@media (min-width: 990px) and (max-width: 1185px) {
    .hidden-ss {
        display: block !important;
    }
}

/* END FOOTER */
/* FOOTER BOTTOM */
#footer-bottom {
    padding: 20px;
}

    #footer-bottom ul {
        list-style: none;
        padding: 0;
    }

        #footer-bottom ul li {
            display: inline-block;
            padding-right: 6px;
        }

#footer-bottom-left {
    position: relative;
    top: -14px;
}

#footer-bottom-center {
    padding: 10px 10px 30px !important;
    text-align: center;
}

#footer-social-icons img {
    width: 25px;
}

#footer-social-icons li {
    margin: 0px 5px !important;
}

#footer-bottom #bbb-li {
    position: relative;
    top: 22px;
}
/* END FOOTER BOTTOM */

/* TO TOP */
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
    padding: 6px 10px;
    text-align: center;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

    #back-to-top:hover, #back-to-top:focus {
        background: #DDD;
    }

    #back-to-top.show {
        opacity: 1;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
/* END TO TOP */

/* MISC TEXT STYLE */
/*a[href$='.pdf'] {
    padding-right:26px;
    background:url(/Content/Images/Icons/pdf.gif) center right no-repeat;
}*/

.red {
    color: #F00 !important;
}

.yellow {
    color: #FFD800;
}

.underline {
    text-decoration: underline;
}

#error {
    text-align: center;
}

    #error h2 {
        font-size: 80px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

h2 {
    font-size: 36px;
    line-height: 36px;
}

#page-title h2 {
    color: #0071BC;
    margin-bottom: 20px;
}

h3 {
    font-size: 26px;
    line-height: 26px;
}

h4 {
    line-height: 22px;
}

h5 {
    line-height: 14px;
}

ol li {
    margin-bottom: 10px
}

.align-bottom-right {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.well h4 {
    margin-top: 0;
}

.sitemap-p {
    margin: 20px 0;
}

.float-right {
    float: right;
}

#content ul li {
    padding: 4px 0;
}

.rebate-date {
    padding: 20px 0;
}

.address a {
    text-decoration: underline;
    font-weight: normal;
}

.btn-light {
    width: 100%;
    margin-bottom: 4px;
}
/* END MISC TEXT STYLE */

/* BREADCRUMB */
#breadcrumb {
    text-transform: uppercase;
    margin-top: -4px;
    margin-bottom: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #E1E1E1;
    position: relative;
    z-index: 1000;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 200;
    position: relative;
}
/* END BREADCRUMB */

/* AJAX COMPONENTS */
#component-wrapper {
    /*padding-top:10px;
    padding-bottom:20px;*/
}

.component {
    margin-top: 10px;
}

    .component:last-child {
        margin-bottom: 10px;
    }

.component-bg {
    height: 322px;
    background: #999;
    color: #FFF;
    text-align: center;
    /*display:flex;
    align-items:center;
    justify-content:center;*/
    text-shadow: 0 4px 0 #000;
    background-size: cover;
    background-position: center top;
    position: relative;
}

    .component-bg h3 {
        z-index: 99999;
        position: relative;
        top: 40%;
    }

.component-text-wrapper {
    background: #FFF;
    height: 322px;
    position: relative;
}

.component-text {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-left: 20px;
    margin-right: 20px;
}

    .component-text ul {
        list-style-type: none;
        padding-left: 0;
    }

        .component-text ul li {
            padding: 0 !important;
        }

#appliance-rebate .component-text-wrapper {
    border: 1px solid #CCCCCC;
    border-left: none;
}

#appliance-rebate .component-bg, #appliance-rebate.component-bg {
    background-image: url(/Content/Images/Components/appliance-rebate-banner.jpg);
}

#customer-communications .component-bg {
    background-image: url(/Content/Images/Components/customer-communications.jpg);
}

#energy-assistance-programs .component-bg, #rebate-finder .component-bg {
    background-image: url(/Content/Images/Components/energy-assistance-programs.jpg);
}

#energy-saving-resource-center .component-bg {
    background-image: url(/Content/Images/Components/energy-saving-resource-center.jpg);
}
/* END AJAX COMPONENTS */

/* ONE HOME SLIDER */
#difference.component-bg {
    background-image: url(/Content/Images/ProgramsRebates/OneHome/Slider/difference-banner.jpg);
    background-position: 100% 100%;
}

/*#double-savings.component-bg {
    background-image:url(/Content/Images/ProgramsRebates/OneHome/Slider/double-savings.jpg);
    background-position:center 60%;
}*/


#double-savings.component-bg {
    background-image: url(/Content/Images/Components/ecm-combo-banner.jpg);
    /*background-position: center 60%;*/
}

/*#refrigerator-roundup.component-bg {
    background-image:url(/Content/Images/ProgramsRebates/OneHome/Slider/recycling-banner.jpg);
    background-position:center 60%;
}*/

#light-bulb.component-bg {
    background-image: url(/Content/Images/ProgramsRebates/OneHome/Slider/light-bulbs.jpg);
}

#earth-day.component-bg {
    background-image: url(/Content/Images/ProgramsRebates/OneHome/Slider/earth-day-banner.jpg);
}

#good-life.component-bg {
    background-image: url(/Content/Images/ProgramsRebates/OneHome/Slider/good-life-cafe.jpg);
}

#eight-pack.component-bg {
    background-image: url(/Content/Images/ProgramsRebates/OneHome/Slider/8-pack-banner.jpg);
}

#batteriesbulb-threepack.component-bg {
    background-image: url('/Content/Images/ProgramsRebates/OneHome/Slider/batteries-bulb1.jpg');
}

#love-lighting.component-bg {
    background-image: url('/Content/Images/Components/FebLighting_WebBanner121.jpg');
}

#sams-bulbs.component-bg {
    background-image: url('/Content/Images/Components/SamsWebBanner.jpg');
}

#walmart-bulbs.component-bg {
    background-image: url('/Content/Images/Components/WalmartWebBanner.jpg');
}

#batteriesbulb-led.component-bg {
    background-image: url('/Content/Images/ProgramsRebates/OneHome/Slider/batteries-bulb2.jpg');
}

#ceiling-fan.component-bg {
    background-image: url(/Content/Images/ProgramsRebates/OneHome/Slider/ceiling-fan-banner.jpg);
}


#refrigerator-rebate20.component-bg {
    background-image: url(/Content/Images/Components/refrigerator-rebate.jpg);
}

#indoor-lighting.component-bg {
    background-image: url(/Content/Images/Components/FebLighting_WebBanner121.jpg);
}

#outdoor-lighting.component-bg {
    background-image: url(/Content/Images/Components/outdoor-lighting-banner.jpg);
}

#refrigerator-freezer.component-bg {
    background-image: url(https://minnesotapower.blob.core.windows.net/content/Content/Images/ProgramsRebates/CIP-recycle-for-the-win-ebill.jpg);
}

#multifamily-slider-1.component-bg {
    background-image: url(https://minnesotapower.blob.core.windows.net/content/Content/Images/ProgramsRebates/Multifamily/iStock-apartments.jpg);
}

#multifamily-slider-2.component-bg {
    background-image: url(https://minnesotapower.blob.core.windows.net/content/Content/Images/ProgramsRebates/Multifamily/Duluth-950793220.jpg);
}

#multifamily-slider-3.component-bg {
    background-image: url(https://minnesotapower.blob.core.windows.net/content/Content/Images/ProgramsRebates/Multifamily/iStock-fridge.png);
}

#multifamily-slider-4.component-bg {
    background-image: url(https://minnesotapower.blob.core.windows.net/content/Content/Images/ProgramsRebates/Multifamily/apartmentswood-1319183820.jpg);
}

#menards-bulb.component-bg {
    background-image: url(/Content/Images/ProgramsRebates/OneHome/Slider/menards-bulb.jpg);
}

#dollar-bulb.component-bg {
    background-image: url(/Content/Images/ProgramsRebates/OneHome/Slider/dollar-tree-banner.jpg);
}

#walmart-bulb.component-bg {
    background-image: url(/Content/Images/ProgramsRebates/OneHome/Slider/walmart-banner.jpg);
}

#ace-bulb.component-bg {
    background-image: url(/Content/Images/ProgramsRebates/OneHome/Slider/ace-banner.jpg);
}

#hea-po1.component-bg {
    background-image: url(/Content/Images/Components/hea-awareness-month-banner.png);
}

#floorlamp-po1.component-bg {
    background-image: url(/Content/Images/Components/floorlamp-banner.png);
}

#cip-dec18.component-bg {
    background-image: url(/Content/Images/Components/CIP_Dec17_banner.jpg);
}

#PO1-ASHP.component-bg {
    background-image: url(https://allete.blob.core.windows.net/allete/email-template/ASHP_Promo_Banner_resized.JPG);
}

#PO1-Jingle.component-bg {
    background-image: url(/Content/Images/Components/CIP-Jingle-banner.png);
}

#PO1-EDC50.component-bg {
    background-image: url(/Content/Images/Components/edc-save-50.jpg);
}

#PO1-HEA.component-bg {
    background-image: url(/Content/Images/Components/CIP-HEA-banner.jpg);
}

#PO1-WaterHeater.component-bg {
    background-image: url(/Content/Images/Components/CIP-water-heater-banner.jpg);
}

#po1-earthday.component-bg {
    background-image: url(/Content/Images/Home/EarthDayWebBanner.jpg);
}

#po1-dehumidifier.component-bg {
    background-image: url(/Content/Images/Components/Dehumidifier_Banner.jpg);
}
/*#ashp-po1.component-bg {
    background-image: url(/Content/Images/Components/ashp-banner.jpg);
}*/

/*#rebates-po1.component-bg {
    background-image: url(/Content/Images/ProgramsRebates/OneHome/Slider/rebates-banner.jpg);
}*/

#led-po1.component-bg {
    background-image: url(/Content/Images/Components/led-banner.jpg);
}

#batteries-plus.component-bg {
    background-image: url(/Content/Images/ProgramsRebates/OneHome/Slider/batteries-plus.jpg);
}

#dehumidifiers-po1.component-bg {
    background-image: url(/Content/Images/Components/dehumidifiers-banner.jpg);
}

#po1-refrigerator-recycle.component-bg {
    background-image: url('/Content/Images/Components/19185_CIP Recycle.jpg');
}

#magician-po1.component-bg {
    background-image: url(/Content/Images/Components/magician-banner.jpg);
}

#ecm-po1.component-bg {
    background-image: url(/Content/Images/Components/ecm-banner.jpg);
}

#eam-banner.component-bg {
    background-image: url(/Content/Images/Components/eam-banner.jpg);
}

/* MY HOME SLIDER */
.carousel-indicators {
    /*top:10px;*/
    bottom: -6px;
    right: 30px;
    text-align: right;
    width: auto;
}

    .carousel-indicators .active {
        background-color: #000;
    }

    .carousel-indicators li {
        border: 1px solid #000;
    }

#ad-slider .carousel-indicators .active {
    background-color: #057abf;
}

#ad-slider .carousel-indicators li {
    border: 1px solid #CCCCCC;
}

#carousel-lighting-rebate .component-bg, .content-gradient .component-bg {
    border: 1px solid #CCC;
    border-right: none;
}

#carousel-lighting-rebate .component-text-wrapper, .content-gradient .component-text-wrapper {
    border: 1px solid #CCC;
    border-left: none;
}

/* POWER OF ONE */
.po1-leaf {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
}

    .po1-leaf img {
        width: 70%;
        height: auto;
    }

#po1-conservation .po1-leaf img {
    width: 44%;
    height: auto;
}

/* AI EMBED PAGE ITEMS */
#embed-nav a {
    color: #000 !important;
    text-transform: uppercase;
    padding: 8px 10px !important;
    border: 2px solid transparent;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
}

    #embed-nav a:hover {
        color: #067bc0 !important;
        border: 2px solid #067bc0;
    }

#ma-col-left .form-group input[type="text"], #ma-col-left .form-group input[type="password"] {
    border-radius: 0;
    width: 280px !important;
    margin-bottom: 10px;
}

#ma-col-left button {
    border-radius: 0;
    width: 280px !important;
    background-color: #0071bc;
    border-color: #0071bc;
    color: #FFF;
    margin-bottom: 10px;
}

#ma-col-right h4 {
    font-size: 16px;
    font-weight: normal;
}

#ma-col-right .btn-default {
    border-radius: 0;
    border-color: #0071bc;
    color: #0071bc;
    margin: 10px 0;
    width: 280px;
}

.container-gray {
    margin-top: 40px;
    background: #E1E1E1;
    padding: 40px 0;
}

#ma-home #LoginErrorMessage-error {
    display: block !important;
}

#MAloginForm .loginMain .form-control {
    max-width: 100%;
    border-radius: 0;
    height: 44px;
}

#MAloginForm .loginMain .loginBtn {
    width: 100%;
    border-radius: 0;
    height: 44px;
}

#LoginFormPlaceholderHome {
    text-shadow: none;
}

    #LoginFormPlaceholderHome a {
        color: #FFF;
        text-decoration: none;
    }

        #LoginFormPlaceholderHome a:hover {
            color: #FFF;
            text-decoration: underline;
        }

#mobile-navigation ul, #desktop-navigation ul {
    list-style: none;
    padding-left: 0;
}

#mobile-navigation li, #desktop-navigation li {
    margin-bottom: 16px;
}

#mobile-navigation ul li:first-child, #desktop-navigation ul li:first-child {
    color: #428bca;
    font-size: 18px;
}

#mobile-navigation a, #desktop-navigation a {
    font-size: small;
    color: #000;
}

#mobile-navigation .col-sm-12, #desktop-navigation .col-sm-12 {
    text-align: center;
    margin-top: 20px;
}

#mobile-navigation .btn-primary, #desktop-navigation .btn-primary {
    color: #FFF;
}

    #mobile-navigation .btn-primary:hover, #desktop-navigation .btn-primary:hover {
        color: #FFF;
        text-decoration: none !important;
    }

#mobile-navigation .panel-group .panel, #desktop-navigation .panel-group .panel {
    border: none;
    box-shadow: none;
}

#mobile-navigation blockquote, #desktop-navigation blockquote {
    font-size: small;
    margin-top: 16px;
}

#mobile-navigation span, #desktop-navigation span {
    font-size: small;
    color: #000;
    font-weight: bold;
}

#mobile-navigation h4 {
    font-size: small;
}

.navbar-default .navbar-nav > li a .glyphicon {
    transform: rotate(0deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 10px;
    margin-left: 2px;
}

.navbar-default .navbar-nav > li a:hover .glyphicon, .navbar-default .navbar-nav > li a:focus .glyphicon {
    transform: rotate(180deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/* CARBON FREE FUTURE & DULUTH LOOP */
@font-face {
    font-family: 'Museo';
    src: url('../fonts/exljbris-MuseoSans-900.otf') format('opentype');
}

/*@font-face {
    font-family: 'Museo';
    src: url('../fonts/MuseoSans_500-webfont.woff') format('opentype');
}*/

#duluth-loop {
    background: #FFFFFF;
    padding-bottom: 20px;
    margin-bottom: -20px;
    font-size: 18px;
}

#dl-headline {
    background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/Environment/duluth-loop-banner.jpg');
    background-position: center;
    height: auto;
    padding: 80px 0;
    margin-bottom: 0;
    background-color: #999;
    background-size: cover;
    text-align: center;
}

    #dl-headline #sub-head {
        margin-top: 60px;
        margin-bottom: -6px;
        text-transform: uppercase;
    }

        #dl-headline #sub-head h2 {
            font-family: 'Museo', 'Open Sans', sans-serif;
            font-size: 80px;
            line-height: 64px;
        }

    #dl-headline #dl-sub-head #h2-1 {
        font-weight: normal !important;
    }

    #dl-headline #dl-sub-head #h2-2 {
        font-size: 60px !important;
        line-height: 70px !important;
    }

#dl-text-opening {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
    text-align: center;
}

#voh {
    text-decoration: none !important;
}

    #voh a {
        text-decoration: underline;
        color: #333;
    }

        #voh a:hover {
            text-decoration: none;
        }

        #voh a span {
            display: none;
        }

#dl-section-01 {
    padding-top: 20px;
    padding-bottom: 40px;
}

    #dl-section-01 .container {
        padding-top: 40px;
        padding-bottom: 0;
        /*background: #FEBD49;
        border-radius: 12px;*/
    }

        #dl-section-01 .container .col-sm-12 {
            background: #FEBD49;
            border-radius: 12px;
        }

        #dl-section-01 .container img {
            margin-top: 20px;
        }

        #dl-section-01 .container h3 {
            text-decoration: underline;
        }

    #dl-section-01 .btn {
        min-width: 300px;
    }

#dl-section-02, #dl-section-06 {
    padding-top: 20px;
    padding-bottom: 40px;
}

    #dl-section-02 h3, #dl-section-03 h3, #dl-section-05 h3, #dl-section-06 h3, #dl-section-03 #dl-col .tab-content h3 {
        color: #007DC6;
        margin-bottom: 20px;
    }

#dl-section-03 {
    padding-top: 20px;
    padding-bottom: 40px;
}

    #dl-section-02 .section-block {
        padding: 20px;
        text-align: center;
        background: #F5F5F5;
        border-radius: 18px;
        border-left: 6px solid #FFF;
        border-right: 6px solid #FFF;
        min-height: 300px;
        margin-top: 20px;
    }

        #dl-section-02 .section-block img {
            margin-bottom: 20px;
        }

        #dl-section-02 .section-block p.sub-head {
            text-transform: uppercase;
            font-weight: bold;
        }

    #dl-section-03 #dl-col {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        #dl-section-03 #dl-col .tab-content {
            padding-top: 40px;
            padding-left: 15px;
            padding-right: 15px;
        }

        #dl-section-03 #dl-col .btn {
            width: 100%;
            margin-top: 20px;
            border-color: #087AC0;
            color: #087AC0;
            text-transform: uppercase;
        }

            #dl-section-03 #dl-col .btn:hover, #dl-section-03 #dl-col .btn.active {
                width: 100%;
                margin-top: 20px;
                border-color: #087AC0;
                color: #FFF;
                background: #087AC0;
                text-transform: uppercase;
            }

    #dl-section-03 .legend {
        display: block;
        text-align: center;
        margin: 0 auto 50px;
    }

        #dl-section-03 .legend div {
            display: inline-block;
        }

        #dl-section-03 .legend p {
            text-align: left;
            vertical-align: top;
            display: inline-block;
            margin-right: 10px;
            font-size: 15px
        }

        #dl-section-03 .legend img {
            vertical-align: middle;
            margin-right: 10px;
            width: 25px;
        }


#dl-section-05 {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #F5F5F5;
}

    #dl-section-05 h4 a {
        text-transform: uppercase;
        text-decoration: underline;
        color: #333;
    }

        #dl-section-05 h4 a:hover {
            text-decoration: none;
        }

        #dl-section-05 h4 a span {
            display: none;
        }

#dl-section-06 .moving-box .box-top {
    height: auto;
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
    border-left: 4px solid #0079C5;
    padding-top: 40px;
    padding-bottom: 40px;
}

    #dl-section-06 .moving-box .box-top p {
        margin-top: 10px;
        text-transform: uppercase;
        font-weight: bold;
    }

        #dl-section-06 .moving-box .box-top p span {
            font-weight: normal;
        }

    #dl-section-06 .moving-box .box-top:hover {
        background: #FFF;
    }

/* OLD ENERGYFORWARD */
/*#carbon-free-future {
    background: #FFFFFF;
    padding-bottom: 20px;
    margin-bottom: -20px;
}

    #carbon-free-future #cf-headline {
        background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/Environment/EnergyForward/web%20banner%201920x500_no%20text.png');
        background-position: center;
        height: auto;
        padding: 40px 0 0;
        margin-bottom: 0;
        background-color: #999;
        background-size: cover;
        text-shadow: none;
        text-align: left;
    }

        #carbon-free-future #cf-headline img {
            width: 425px;
            height: auto;
        }

        #carbon-free-future #cf-headline #sub-head {
            margin-top: 60px;
            margin-bottom: -6px;
            text-transform: uppercase;
        }

            #carbon-free-future #cf-headline #sub-head h2 {
                font-family: 'Museo', 'Open Sans', sans-serif;
                font-size: 80px;
                line-height: 64px;
            }

    #carbon-free-future #cff-section-01 .container {
        border-bottom: 1px solid #B5EFC8;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #carbon-free-future #cff-section-01 h3, #carbon-free-future #cff-section-06 h3 {
        text-align: center;
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 20px;
    }

        #carbon-free-future #cff-section-01 h3 span.blue, #carbon-free-future #cff-section-06 h3 {
            color: #007DC6;
            background: none;
        }

        #carbon-free-future #cff-section-01 h3 span.green {
            color: #3CBC75;
            background: none;
        }

    #carbon-free-future #cff-section-01 p {
        font-size: 18px;
    }

    #carbon-free-future #cff-section-02 {
        padding: 40px 0;
    }

        #carbon-free-future #cff-section-02 h3 {
            color: #007DC6;
        }

        #carbon-free-future #cff-section-02 p {
            text-align: center;
            margin-top: 20px;
        }

    #carbon-free-future #cff-section-03 {
        background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/Environment/EnergyForward/sustainable-future.png');
        background-position: 34% center;
        height: auto;
        padding: 60px 0;
        background-color: #999;
        background-size: cover;
    }

        #carbon-free-future #cff-section-03 h3, #carbon-free-future #cff-section-05 h3 {
            margin: 0;
            font-size: 38px;
            line-height: 48px;
        }

        #carbon-free-future #cff-section-03 hr, #carbon-free-future #cff-section-05 hr {
            margin: 60px 0;
        }

    #carbon-free-future #cff-section-04 {
        padding: 40px 0;
    }

        #carbon-free-future #cff-section-04 h3 {
            color: #007DC6;
        }

        #carbon-free-future #cff-section-04 #cff-icons {
            text-align: center;
            margin-top: 20px;
        }

            #carbon-free-future #cff-section-04 #cff-icons .col-sm-2.col-xs-6 {
                border-right: 1px solid #007DC6;
                min-height: 460px;
                padding: 0 20px;
            }

                #carbon-free-future #cff-section-04 #cff-icons .col-sm-2.col-xs-6:last-child {
                    border-right: none;
                }

            #carbon-free-future #cff-section-04 #cff-icons img {
                height: 80px;
                width: auto;
                margin-bottom: 20px;
            }

    #carbon-free-future #cff-section-05 {
        background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/Environment/EnergyForward/ef-banner-02.png');
        background-position: 34% center;
        height: auto;
        padding: 60px 0;
        background-color: #999;
        background-size: cover;
    }

    #carbon-free-future #cff-section-06 {
        padding: 40px 0;
    }

        #carbon-free-future #cff-section-06 p {
            margin: 20px 0;
            font-size: 18px;
        }

        #carbon-free-future #cff-section-06 img {
            height: 60px;
            width: auto;
            display: block;
            margin: 0 auto 20px;
        }

        #carbon-free-future #cff-section-06 a.btn-default {
            padding: 20px;
            color: #007DC6;
            box-shadow: 0 0 4px #E2E2E2;
            width: 300px;
        }

        #carbon-free-future #cff-section-06 a.btn-primary {
            width: 300px;
        }

    #carbon-free-future .center {
        text-align: center;
    }

    #carbon-free-future #footnote {
        font-size: 12px !important;
    }

#cff-border {
    width: 100%;
    height: 20px;
    background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/Environment/EnergyForward/cff-border.png');
    background-size: cover;
    background-position: center;
    background-repeat: repeat-x;
    margin-bottom: -1px;
}*/

/* LARGER TABLET TO DESKTOP */
@media screen and (min-width: 930px) {
    .navbar-default .navbar-nav > li a {
        width: auto !important;
        padding: 12px 10px 29px !important;
    }

    .cs-boxes-mt {
        margin-top: -30px;
    }
}

@media screen and (min-width: 768px) {
    #mobile-navigation {
        display: none !important;
    }

    .desktop-nav-item, #desktop-navigation, .nav-headline {
        display: block !important;
    }
    
    #energy-graphs {
        padding-left: 55px !important;
        padding-right: 55px !important;
    }

    .EFbuttons {
        min-height: 193.81px !important;
    }

    #dl-section-05 .col-sm-8 {
        border-right: 1px solid #000;
    }

    #dl-section-05 .col-sm-4 {
        padding-left: 40px;
    }

    #carbon-free-future .desktop, #duluth-loop .desktop {
        display: block;
    }

    #carbon-free-future .mobile, #duluth-loop .mobile {
        display: none;
    }

    .display-table {
        display: table;
    }

    .display-table-cell {
        display: table-cell;
        vertical-align: bottom;
        float: none;
    }

    #t-nav {
        list-style-type: none;
        float: right;
        margin: 0;
        padding-top: 20px;
        font-size: 13px;
    }

        #t-nav li {
            display: inline-block;
        }

            #t-nav li:first-of-type a {
                border-radius: 0;
            }

            #t-nav li:first-child:after, #t-nav li:last-child:after {
                content: "";
            }

            #t-nav li:after {
                content: "|";
                color: #428bca;
                padding: 0 6px;
            }

    .mobile {
        display: none !important;
    }

    #outage-map {
        width: 100%;
        height: 700px;
        border-top: 6px solid #007AC2;
    }

    #outage-btn {
        text-align: right;
    }

        #outage-btn h2 {
            margin-bottom: 20px;
        }

    #ma-col-left {
        padding-right: 80px;
    }

    #ma-col-right {
        padding-left: 80px;
        border-left: 1px solid #D0D0D0;
    }

    .container {
        max-width: 1170px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .navbar-right {
        position: relative;
        /*left:80px;*/
        right: 20px;
        margin: -40px 0 0 !important;
    }

    /*.navbar-brand {
        margin-left:-5px !important;
    }*/

    .navbar-collapse {
        position: relative;
        top: 50px;
    }

    .navbar-default .navbar-nav > li {
        margin: 0 0 0 4px;
    }

        .navbar-default .navbar-nav > li a {
            color: #000 !important;
            text-transform: uppercase;
            /*padding: 12px 10px 9px;*/
            /*padding:8px 10px !important;*/
            padding: 6px !important;
            font-size: 13px;
            width: 98px;
            border: 2px solid transparent;
        }

    /*.nav > li > a:hover, .nav > li > a:focus {
        background: #00539A !important;
        color:#FFF !important;
    }*/

    .navbar-nav > li > a.lightblue:hover, .navbar-nav > li > a.lightblue:focus, .navbar-nav > li a.lightblue.active {
        border: 2px solid #D8EDFE;
        color: #0099CC !important;
    }

    .navbar-nav > li > a.green:hover, .navbar-nav > li > a.green:focus, .navbar-nav > li a.green.active {
        border: 2px solid #C1D341;
        color: #C1D341 !important;
    }

    .navbar-nav > li > a.blue:hover, .navbar-nav > li > a.blue:focus, .navbar-nav > li a.blue.active {
        border: 2px solid #0099CC;
        color: #0099CC !important;
    }

    .navbar-nav > li > a.mp-blue:hover, .navbar-nav > li > a.mp-blue:focus, .navbar-nav > li.active a.mp-blue {
        border: 2px solid #067BC0;
        color: #067BC0 !important;
    }

    #search-icon-wrapper {
        position: absolute;
        top: 16px;
        right: -4px;
    }

    #search-icon {
        display: table-cell;
        width: 30px;
        height: 30px;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
        z-index: 999999;
    }

    #search-box {
        position: absolute;
        width: 76%;
        display: none;
        right: 16px;
        bottom: 59px;
        z-index: 9999;
    }

        #search-box .input-group {
            display: block;
        }

        #search-box input {
            max-width: 100% !important;
            height: 46px;
            font-size: 18px;
            padding-left: 40px;
            padding-right: 40px;
            border-radius: 4px !important;
        }

        #search-box .glyphicon {
            position: absolute;
            padding: 10px 14px;
            pointer-events: none;
            font-size: 18px;
            color: #555;
        }

    .myaccount {
        top: 0;
    }

    #inside .hero-caption {
        margin-top: 80px !important;
    }

    #inside-left .hero-caption {
        margin-top: 50px !important;
    }

    #inside .hero-caption-EP {
        margin-top: 120px !important;
    }

    .inner-boxes {
        margin-bottom: 10px;
        padding-left: 68px;
        padding-right: 68px;
    }

    #footer-bottom-left {
        float: left;
    }

    #footer-bottom-right {
        float: right;
    }

    /* OLD ENERGYFORWARD */
    /* energy forward carousel */
    /*#carousel-five-things #five-things-indicators {
        text-align: center;
        top: -10px;
        right: auto;
        bottom: auto;
        width: 60%;
        position: relative;
        font-size: 20px;
    }

        #carousel-five-things #five-things-indicators li {
            width: 160px !important;
            height: 60px !important;
            border: none;
            text-indent: 0;
            font-weight: bold;
            color: #999;
            margin: 0 6px !important;*/
            /*border: 1px solid #0071bc;*/
        /*}

            #carousel-five-things #five-things-indicators li.active {
                width: 160px !important;
                height: 60px !important;
                background: none;
                font-weight: bold;
                color: #0071bc;
                margin: 0 6px !important;*/
                /*background:#0071bc !important;*/
            /*}

    #carousel-five-things #five-things-indicators-mobile {
        display: none;
    }

    #five-things-indicators li:hover {
        color: #0071bc !important;
    }

    #carousel-five-things p {
        font-size: 18px;
    }*/

    /*#carousel-five-things #wind-info-mobile {
        display: none !important;
    }

    #carousel-five-things #hydro-info-mobile {
        display: none !important;
    }

    #carousel-five-things #solar-info-mobile {
        display: none !important;
    }*/

    /*#jingle-hero h3 {
        font-size: 29px;
        line-height: 40px;
        text-shadow: none;
        color: #428bca;
        margin-top: 330px;
    }*/

    #mapMobile {
        display:none;
    }

    .text-center {
        display: flex;
        align-items: center;
        text-align: left;
        justify-content: center;
    }
}
/* END LARGER TABLET TO DESKTOP */

/* CELL PHONE TO TABLETS */
@media screen and (max-width: 767px) {
    #dl-headline #dl-sub-head #h2-2 {
        font-size: 38px !important;
        line-height: 48px !important;
    }

    #dl-section-05 .col-sm-8 {
        border-right: none;
    }

    #dl-section-05 .col-sm-4 {
        padding-left: 15px;
    }

    #carbon-free-future .desktop, #duluth-loop .desktop {
        display: none;
    }

    #carbon-free-future .mobile, #duluth-loop .mobile {
        display: block;
    }

    #carbon-free-future #cff-section-03 h3, #carbon-free-future #cff-section-05 h3 {
        margin: 0;
        font-size: 24px;
        line-height: 34px;
        text-align: center;
    }

    #carbon-free-future #cff-section-03 hr, #carbon-free-future #cff-section-05 hr {
        margin: 30px 0;
    }

    #carbon-free-future #cff-section-04 {
        padding: 40px 0 0;
    }

        #carbon-free-future #cff-section-04 #cff-icons .col-sm-2.col-xs-6 {
            border-bottom: 1px solid #007DC6;
            border-right: none;
            padding: 40px 20px;
            min-height: 460px !important;
        }

            #carbon-free-future #cff-section-04 #cff-icons .col-sm-2.col-xs-6:nth-child(odd) {
                border-right: 1px solid #007DC6;
            }

            #carbon-free-future #cff-section-04 #cff-icons .col-sm-2.col-xs-6:nth-last-of-type(-n+2) {
                border-bottom: none;
            }

    #carbon-free-future #cff-section-06 a.btn-default {
        padding: 10px 16px;
    }

    #carbon-free-future #cff-section-06 img {
        display: none;
    }

    #energy-divider {
        border: none !important;
    }

    .hero2 {
        width: 100%;
        color: #FFF;
        margin-bottom: 10px;
        position: relative;
        display: flex;
        align-items: center;
    }

    .img-pad {
        padding-top: 40px;
    }

    .text-center {
        padding: 3% 0;
        text-align: left;
    }

    #t-nav, #mobile-app-tab, .desktop-nav-item, #desktop-navigation, .nav-headline {
        display: none !important;
    }

    .mobile, #mobile-navigation {
        display: block !important;
    }

    .p-safety-list {
        margin-top: -10px;
    }

    #tod-banner {
        padding: 50px 0 !important;
    }

    .mobile {
        display: block !important;
        /*padding:10px 15px;*/
    }

    .center-me {
        display:inline;
    }

    .nav .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    #outage-map {
        width: 100%;
        height: 450px;
        border-top: 6px solid #007AC2;
    }

    #outage-btn {
        text-align: left;
    }

        #outage-btn h2 {
            margin-bottom: 20px;
        }

    /*#jingle-hero h3 {
        font-size: 29px;
        line-height: 40px;
        text-shadow: none;
        color: #FFFFFF !important;
        background: rgba(0,124,198,.6);
        padding: 10px;
        text-shadow: 1px 1px 10px #000 !important;
        margin-top:0;
    }*/

    #curtain-boy {
        margin-top: 20px !important;
    }
    /*#ma-home {
        display:none;
    }*/

    #ma-col-left {
        padding-right: 15px;
    }

    #ma-col-right {
        padding-left: 15px;
        border: none;
    }

    h2, .hero h2 {
        font-size: 25px;
        line-height: 32px;
    }

    .image-icon {
        display: none;
    }
    /*.component-bg h3 {
        z-index: 99999;
        position: relative;
        top: 0;
    }*/

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }


    .navbar-brand {
        background: transparent url(/Content/Images/Site/logo-mp.jpg) no-repeat scroll left top;
        background-size: 100%;
        display: inline-block;
        height: 59px;
        text-indent: -3000px;
        width: 160px;
        margin-left: 5px;
    }

    .navbar-collapse {
        /*background: -webkit-linear-gradient(#FFF, #FAFAFA);
        background: -o-linear-gradient(#FFF, #FAFAFA);
        background: -moz-linear-gradient(#FFF, #FAFAFA);
        background: linear-gradient(#FFF, #FAFAFA);*/
        border: none;
        position: relative;
        top: 0;
        z-index: 100;
    }

    .navbar-nav {
        margin: 0 -15px;
    }

    .nav > li > a.lightblue:hover, .nav > li > a.lightblue:focus {
        background: #D8EDFE !important;
        color: #0099CC !important;
    }

    .nav > li > a.green:hover, .nav > li > a.green:focus {
        background: #C1D341 !important;
        color: #FFF !important;
    }

    .nav > li > a.blue:hover, .nav > li > a.blue:focus {
        background: #0099CC !important;
        color: #FFF !important;
    }

    .nav > li > a.mp-blue:hover, .nav > li > a.mp-blue:focus, .nav > li.active > a.mp-blue:hover {
        background: #067BC0 !important;
        color: #FFF !important;
    }

    #search-icon-wrapper {
        display: none;
    }

    #search-box {
        position: relative;
        width: 100%;
        display: block !important;
        bottom: 10px;
        z-index: 999;
    }

        #search-box .input-group {
            display: block;
        }

        #search-box input {
            max-width: 100% !important;
            height: 50px;
            font-size: 18px;
            padding-left: 40px;
            padding-right: 40px;
            border-radius: 4px !important;
        }

        #search-box .navbar-form {
            box-shadow: none;
            border: none;
            margin-left: 0;
        }

        #search-box .glyphicon {
            position: absolute;
            padding: 14px;
            pointer-events: none;
            color: #555;
        }

        #search-box.search-results-page {
            width: 96%;
        }

    /*.text-center img {
        width:100%;
        height:auto;
    }*/

    /*#home {
        height:320px;
    }*/

    #inside .hero-caption {
        margin-top: 0 !important;
    }

    #inside .hero-caption-EP {
        margin-top: 40px !important;
    }

    .inside-EP {
        height: 340px;
        padding-top: 30px;
        color: #FFF;
        background: #999;
        text-align: center;
        background-size: cover;
        background-position: center center;
        background-image: url(https://minnesotapower.blob.core.windows.net/content/Content/Images/ProgramsRebates/EnergyPartners/Sidebar.jpg) !important;
    }

    /*#home .hero-caption {
        position: absolute;
        bottom: 0;
    }*/

    #MA_Banner_Desktop {
        background-image: none !important;
        padding: 0px !important;
        margin-top: -30px;
    }

    .MAsaveMobile1 {
        font-size: 35px;
        color: white;
        margin-left: 18%;
        margin-right: 18%;
    }

    .MAsaveMobile2 {
        background-color: #0872ba;
        text-align: center;
        line-height: .8;
        padding: 45px 0 15px 0;
        height: 300px;
    }

    .hero-caption .container {
        padding: 10px;
    }

    #inside-ct {
        height: 175px !important;
        padding-bottom: 40px;
    }

    #inside, #myaccount {
        height: auto !important;
        padding-bottom: 40px;
    }

    #insideEXT {
        height: 150px !important;
        padding-bottom: 40px;
    }

    #extResources {
        margin-top: -75px;
    }

        #myaccount .left-panel {
            display: none;
        }

        #myaccount #welcome {
            padding-bottom: 40px;
            height: auto !important;
        }

    .component-bg, .component-text-wrapper {
        height: 280px !important;
    }

    #appliance-rebate .component-text-wrapper {
        border: 1px solid #CCCCCC;
        border-top: none;
    }

    #home .hero-caption {
        /*margin-top:180px!important;*/
        margin-top: 0 !important;
    }

    #po1-contact blockquote {
        border-left: none;
    }

    #po1-image p, #po1-contact {
        text-align: center;
    }

    /* OLD ENERGYFORWARD */
    /*#energyforward-caption {
        padding: 100px 20px 40px;
    }

        #energyforward-caption h3 {
            font-size: 28px;
        }

            #energyforward-caption h3 em {
                font-size: 38px;
            }

    img.energyforward-icons, img.energyforward-text {
        width: 90%;
        height: auto;
        margin-top: 14px;
    }

    #energyforward-links {
        padding: 0;
        top: 0;
    }

        #energyforward-links h4 {
            bottom: 0;
            background: linear-gradient(rgba(255,255,255,.6),rgba(255,255,255,.6));
            padding: 6px 10px;
        }

        #energyforward-links ul {
            padding: 0 10px;
        }

    #energyforward-navbar {
        display: none;
    }*/

    #footer-bottom-left {
        margin-bottom: 20px;
        top: 0;
    }

    #footer-bottom-left, #footer-bottom-right {
        text-align: center;
    }

    .triangle.right {
        top: auto;
        left: 20px;
        bottom: 0;
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    /* OLD ENERGYFORWARD */
    /* energy forward carousel */
    /*#carousel-five-things #five-things-indicators-mobile {
        text-align: center;
        top: -10px;
        right: auto;
        bottom: auto;
        width: 60%;
        position: relative;
        font-size: 20px;
    }

        #carousel-five-things #five-things-indicators-mobile li {
            width: 20px !important;
            height: 20px !important;
            text-indent: 0;
            font-weight: bold;
            color: #999;
            margin: 0 6px !important;
            border: 1px solid #0071bc;
        }

            #carousel-five-things #five-things-indicators-mobile li.active {
                width: 22px !important;
                height: 22px !important;
                background: none;
                font-weight: bold;
                color: #0071bc;
                margin: 0 6px !important;
                background: #0071bc !important;
            }

    #carousel-five-things #five-things-indicators {
        display: none;
    }


    #carousel-five-things p {
        font-size: 14px;
    }*/

    /*#carousel-five-things #wind-info {
        display: none !important;
    }

    #carousel-five-things #hydro-info {
        display: none !important;
    }

    #carousel-five-things #solar-info {
        display: none !important;
    }*/

    /*h2 .five-things {
        font-size: 25px !important;
    }*/
    /*.component-text {
        margin:0;
    }*/

    /*.carousel-indicators {
        top: auto;
        bottom: 10px;
        right: 30px;
        text-align: right;
        width: auto;
    }*/

    #carousel-lighting-rebate .component-bg, .content-gradient .component-bg {
        border: 1px solid #CCC;
        border-bottom: none;
    }

    #carousel-lighting-rebate .component-text-wrapper, .content-gradient .component-text-wrapper {
        border: 1px solid #CCC;
        border-top: none;
    }

    .inner-boxes {
        margin-bottom: 10px;
        padding-left: 23px !important;
        padding-right: 23px !important;
    }

    .energy-calculators {
        text-align: center;
    }

    .po1-leaf img {
        width: 25%;
        height: auto;
    }

    #embed-nav a {
        padding: 2px 8px !important;
    }

    .embed-nav-item {
        margin-bottom: 10px;
    }

    #fall-rebates-box {
        height: 230px !important;
    }

    #mapDesk {
        display: none;
    }

    #mapMobile {
        display: block;
    }
}

/* BETTER BUSINESS BUREAU */
a#bbblink {
    display: block;
    position: relative;
    text-align: center;
    color: #005A78;
    text-decoration: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    a#bbblink img {
        border: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 0;
        max-width: 200%;
    }

    a#bbblink.cshzbal, a#bbblink.cshzbul {
        width: 293px;
        height: 61px;
    }

    a#bbblink.cuvtbas, a#bbblink.cuvtbus {
        width: 63px;
        height: 134px;
    }

    a#bbblink.cuvtbam, a#bbblink.cuvtbum {
        width: 69px;
        height: 145px;
    }

    a#bbblink.cuvtbal, a#bbblink.cuvtbul {
        width: 81px;
        height: 171px;
    }

    a#bbblink.cuhzbas, a#bbblink.cuhzbus {
        width: 96px;
        height: 50px;
    }

    a#bbblink.cuhzbam, a#bbblink.cuhzbum {
        width: 137px;
        height: 70px;
    }

    a#bbblink.cuhzbal, a#bbblink.cuhzbul {
        width: 160px;
        height: 82px;
    }

    a#bbblink.ruvtbas, a#bbblink.ruvtbus {
        width: 40px;
        height: 75px;
    }

    a#bbblink.csvtbas, a#bbblink.csvtbus {
        width: 153px;
        height: 100px;
    }

    a#bbblink.csvtbam, a#bbblink.csvtbum {
        width: 158px;
        height: 110px;
    }

    a#bbblink.csvtbal, a#bbblink.csvtbul {
        width: 187px;
        height: 130px;
    }

    a#bbblink.cshzbas, a#bbblink.cshzbus {
        width: 200px;
        height: 42px;
    }

    a#bbblink.cshzbam, a#bbblink.cshzbum {
        width: 250px;
        height: 52px;
    }

    a#bbblink.ruhzbam, a#bbblink.ruhzbum {
        width: 150px;
        height: 69px;
    }

    a#bbblink.sevtbam, a#bbblink.rbvtbam, a#bbblink.sevtbum, a#bbblink.rbvtbum {
        width: 60px;
        height: 98px;
    }

        a#bbblink.sevtbam:hover img, a#bbblink.rbvtbam:hover img, a#bbblink.ruvtbam:hover img, a#bbblink.sevtbum:hover img, a#bbblink.rbvtbum:hover img, a#bbblink.ruvtbum:hover img {
            margin-left: -60px;
        }

    a#bbblink.ruvtbam, a#bbblink.ruvtbum {
        width: 60px;
        height: 110px;
    }

    a#bbblink.sehzbas, a#bbblink.rbhzbas, a#bbblink.sehzbus, a#bbblink.rbhzbus {
        width: 100px;
        height: 38px;
    }

        a#bbblink.sehzbas:hover img, a#bbblink.rbhzbas:hover img, a#bbblink.ruhzbas:hover img, a#bbblink.sehzbus:hover img, a#bbblink.rbhzbus:hover img, a#bbblink.ruhzbus:hover img {
            margin-left: -100px;
        }

    a#bbblink.ruhzbas, a#bbblink.ruhzbus {
        width: 100px;
        height: 48px;
    }

    a#bbblink.sevtbas, a#bbblink.rbvtbas, a#bbblink.sevtbus, a#bbblink.rbvtbus {
        width: 40px;
        height: 65px;
    }

        a#bbblink.sevtbas:hover img, a#bbblink.rbvtbas:hover img, a#bbblink.ruvtbas:hover img, a#bbblink.sevtbus:hover img, a#bbblink.rbvtbus:hover img, a#bbblink.ruvtbus:hover img {
            margin-left: -40px;
        }

    a#bbblink.sehzbal, a#bbblink.rbhzbal, a#bbblink.sehzbul, a#bbblink.rbhzbul {
        width: 200px;
        height: 76px;
    }

        a#bbblink.sehzbal:hover img, a#bbblink.rbhzbal:hover img, a#bbblink.ruhzbal:hover img, a#bbblink.sehzbul:hover img, a#bbblink.rbhzbul:hover img, a#bbblink.ruhzbul:hover img {
            margin-left: -200px;
        }

    a#bbblink.ruhzbal, a#bbblink.ruhzbul {
        width: 200px;
        height: 90px;
    }

    a#bbblink.sevtbal, a#bbblink.rbvtbal, a#bbblink.sevtbul, a#bbblink.rbvtbul {
        width: 80px;
        height: 132px;
    }

        a#bbblink.sevtbal:hover img, a#bbblink.rbvtbal:hover img, a#bbblink.ruvtbal:hover img, a#bbblink.sevtbul:hover img, a#bbblink.rbvtbul:hover img, a#bbblink.ruvtbul:hover img {
            margin-left: -80px;
        }

    a#bbblink.ruvtbal, a#bbblink.ruvtbul {
        width: 80px;
        height: 144px;
    }

    a#bbblink.sehzbam, a#bbblink.rbhzbam, a#bbblink.sehzbum, a#bbblink.rbhzbum {
        width: 150px;
        height: 57px;
    }

        a#bbblink.sehzbam:hover img, a#bbblink.rbhzbam:hover img, a#bbblink.ruhzbam:hover img, a#bbblink.sehzbum:hover img, a#bbblink.rbhzbum:hover img, a#bbblink.ruhzbum:hover img {
            margin-left: -150px;
        }
/* END BETTER BUSINESS BUREAU */

/* INSIDE BOXES */
.inner-boxes .box-wrapper {
    border: 7px solid transparent;
    padding: 0;
}

.inner-boxes .box-top {
    background-size: cover;
    background-position: center top;
    height: 200px;
    color: #FFF;
    text-align: center;
    /*display:flex;
    align-items:center;
    justify-content:center;*/
    background-color: #AAA;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}

a .box-top:hover .overlay, a .box-top:focus .overlay /*, .box-top:hover .overlay*/ {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.inner-boxes a:hover {
    text-decoration: none !important;
}

.inner-boxes .box-bottom a:hover {
    text-decoration: underline !important;
}

.inner-boxes .box-top h3 {
    margin: 0;
    text-shadow: 0 1px 0 #000;
    z-index: 99999;
    position: relative;
    top: 40%;
}

.inner-boxes .box-bottom {
    background: #FFF;
    padding: 20px;
    min-height: 300px;
}

.inner-boxes .box-bottom-sm {
    background: #FFF;
    padding: 20px;
    min-height: 250px;
}

.box-bottom.border {
    border: 1px solid #DDD;
    border-top: none;
}

.inner-boxes .box-bottom ul {
    list-style: none;
    padding: 0;
}

    .inner-boxes .box-bottom ul li {
        padding: 0 !important;
    }

.inner-boxes .box-bottom-sm ul {
    list-style: none;
    padding: 0;
}

    .inner-boxes .box-bottom-sm ul li {
        padding: 0 !important;
    }

#sylvan-video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#customer-solar {
    background-image: url(/Content/Images/Environment/Solar/customer-solar.jpg);
}

#community-solar {
    background-image: url(/Content/Images/Environment/Solar/community-solar.jpg);
}

#utility-solar {
    background-image: url(/Content/Images/Environment/Solar/utility-solar.jpg);
}

#is-solar-right {
    background-image: url(/Content/Images/Environment/Solar/solar-tools.jpg);
}

#solar-get-started {
    background-image: url(/Content/Images/Environment/Solar/solar-get-started.jpg);
}

#cs-requests {
    background-image: url(/Content/Images/CustomerService/requests.jpg);
}

#cs-resources {
    background-image: url(/Content/Images/CustomerService/resources.jpg);
}

#cs-assistance {
    background-image: url(/Content/Images/CustomerService/assistance.jpg);
}

#cs-affordability {
    background-image: url(https://minnesotapower.blob.core.windows.net/content/Content/Images/ProgramsRebates/Affordability/1130312082_homepage.jpg);
}

#cs-safety {
    background-image: url(/Content/Images/CustomerService/safety.jpg);
}

#cs-dual-fuel {
    background-image: url(/Content/Images/CustomerService/dualfuel.jpg);
}

#cs-construction-center {
    background-image: url(/Content/Images/CustomerService/construction.jpg);
}

#po1-conservation {
    background-image: url(/Content/Images/ProgramsRebates/box-conservation.jpg);
}

#po1-solar {
    background-image: url(/Content/Images/Environment/Solar/hero-solar.jpg);
    background-position: center bottom;
}

#one-home {
    background-image: url(/Content/Images/ProgramsRebates/box-myhome.jpg);
}

#oh-save-energy {
    background-image: url(/Content/Images/ProgramsRebates/OneHome/Boxes/energy-saving-tools.jpg);
}

#oh-energy-saving-tools {
    background-image: url(/Content/Images/ProgramsRebates/OneHome/Boxes/save-energy-save-money.jpg);
}

#oh-lighting {
    background-image: url(/Content/Images/ProgramsRebates/OneHome/Boxes/lighting.jpg);
}

#oh-heating-cooling {
    background-image: url(/Content/Images/ProgramsRebates/OneHome/Boxes/heating-cooling.jpg);
}

#oh-appliances {
    background-image: url(/Content/Images/ProgramsRebates/OneHome/Boxes/appliances.jpg);
}

#oh-water-heating {
    background-image: url(/Content/Images/ProgramsRebates/OneHome/Boxes/appliances-water-heating.jpg);
}

#oh-plugged {
    background-image: url(/Content/Images/ProgramsRebates/OneHome/Boxes/pluggedin.jpg);
}

#oh-triple-e {
    background-image: url(/Content/Images/ProgramsRebates/OneHome/Boxes/triple-e.jpg);
}

#one-business {
    background-image: url(/Content/Images/ProgramsRebates/box-mybusiness.jpg);
}

#multifamily {
    background-image: url(https://minnesotapower.blob.core.windows.net/content/Content/Images/ProgramsRebates/Multifamily_2023.jpg);
}

#meettheteam {
    background-image: url(https://minnesotapower.blob.core.windows.net/content/Content/Images/ProgramsRebates/MeetTheTeam/commercialteam_thumbnail.jpg);
}

#ob-get-started {
    background-image: url(/Content/Images/ProgramsRebates/Business/Boxes/get-started.jpg);
}

#ob-promo {
    background-image: url(/Content/Images/ProgramsRebates/Business/Boxes/promo.jpg);
}

#ob-news {
    background-image: url(/Content/Images/ProgramsRebates/Business/Boxes/news.jpg);
}

#ob-customer-profiles {
    background-image: url(/Content/Images/ProgramsRebates/Business/Boxes/customer-profiles.jpg);
}

#ob-tools {
    background-image: url(/Content/Images/ProgramsRebates/Business/Boxes/tools.jpg);
    background-position: center 100%;
}

#ob-videos {
    background-image: url(/Content/Images/ProgramsRebates/Business/Boxes/videos.jpg);
}

#one-community {
    background-image: url(/Content/Images/ProgramsRebates/box-mycommunity.jpg);
}

/* HOME BOXES */
.boxes {
    padding: 10px;
    position: relative;
}

    .boxes .container {
        /*max-width:100%;*/
    }

    .boxes .box {
        padding: 10px;
    }

        .boxes .box .box-top {
            background: #FFF;
            padding: 10px 20px;
            height: 200px;
        }

            .boxes .box .box-top p a {
                font-size: 16px;
            }

        .boxes .box .box-bottom {
            height: 260px;
            background-size: cover;
            background-position: center center;
        }

        .boxes .box .inner {
            border: 2px solid #E5E5E5;
            position: absolute;
            width: 100%;
            height: 100%;
            padding: 0 16px;
            top: 0;
            left: 0;
            display: block;
            background: #FFF;
        }

    .boxes h3 {
        min-height: 75px;
    }

    .boxes p {
        font-size: 18px;
    }

    .boxes .img {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 220px;
        background: #BBB;
        background-size: cover;
        background-position: center center;
        /*display:table;
    color:#444;
    text-transform:uppercase;
    text-align:center;
    font-weight:bold;*/
    }

/* INSIDE PAGE SITE MAP */
.list-group-item {
    padding: 20px !important;
    margin: 10px 0;
    font-size: 20px;
    border: 1px solid #B7B7B7;
    border-radius: 0 !important;
    background-color: #FFF;
    border-left: 6px solid #0071BC;
}

    .list-group-item a {
        color: #333;
    }

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control, .carousel-fade #gallery-controls {
    z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}

/* MODAL */
.modal {
    z-index: 100000;
}

.modal-body {
    overflow-y: auto !important;
    max-height: 440px;
}

#falconCam .modal-body, #rajalaWoodsGallery .modal-body, #adModal .modal-body {
    max-height: none !important;
}

/* GENERIC PHOTO GALLERY */
#gallery {
    padding-left: 15px;
    padding-right: 15px;
}

#gallery-controls {
    position: absolute;
    top: 0;
    margin: 6px;
    opacity: 0.9;
}

    #gallery-controls .btn {
        border-radius: 50px;
    }

#gallery img, #ad-slider img {
    width: 100%;
}

#gallery .carousel-caption {
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    padding-bottom: 20px !important;
    position: relative;
    color: #333;
    text-shadow: none;
}

/* ACCORDION */
.accordion-ef .panel {
    border-radius: 0 !important;
    border: none;
    background: transparent;
}

.accordion-ef .panel-heading {
    background-color: rgba(255,255,255,0.3) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ffffff', endColorstr='#30ffffff', GradientType=1 );
    color: #FFF !important;
    padding: 30px 20px;
    border-radius: 0 !important;
    font-weight: bold;
}

.accordion-ef .panel-body {
    background: #FFF;
    color: #333;
    font-size: 14px;
}

.accordion-default .panel-heading {
    background-color: #EFEFEF;
    color: #333 !important;
}

.accordion-blue .panel-heading {
    background-color: #0071BC;
    color: #FFF !important;
}

.accordion-green .panel-heading {
    background-color: #66CC98;
    color: #FFF !important;
}

.accordion-white .panel-heading {
    background-color: #FFF;
    color: #000 !important;
}

.accordion-white-blue .panel-heading {
    background-color: #FFF;
    color: #428bca !important;
}

.accordion-blue .panel-heading.rr1 {
    background-color: #336699;
    color: #FFF !important;
}

.accordion-blue .panel-heading.rr2 {
    background-color: #66CCCC;
    color: #FFF !important;
}

.accordion-blue .panel-heading.rr3 {
    background-color: #B6CC69;
    color: #FFF !important;
}

.accordion-blue .panel-heading.rr4 {
    background-color: #929186;
    color: #FFF !important;
}

.accordion-blue .panel-heading.rr5 {
    background-color: #80B3E6;
    color: #FFF !important;
}

.panel-heading {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .panel-heading:hover, .panel-hover {
        opacity: 0.8;
    }

.panel a:hover, .panel a:focus {
    text-decoration: none !important;
}

.panel-body a:hover, .panel-body a:focus {
    text-decoration: underline !important;
}

#accordion-mf .panel-body {
    background-image: url(https://minnesotapower.blob.core.windows.net/content/Content/Images/ProgramsRebates/Multifamily/Multifamily_Buildings.png);
    background-color: white;
    padding-bottom: 80px;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.rr p {
    font-size: 16px;
}

/* PADDING */
.padding-left-4 {
    padding-left: 4px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}


/* MARGIN */
.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

/* STORY */
.story-quote-box {
    background: #F79552;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #FFF;
    font-size: 26px;
    line-height: 34px;
}

    .story-quote-box p.smaller-text {
        font-size: 14px;
        line-height: 18px;
    }

/* GENERATION - COMPANY */
.hiddensystem {
    display: none;
}

    .hiddensystem .row {
        border-bottom: 1px solid #EEEEEE;
        margin: 20px 10px;
    }

#hydro h4, #hydro-label {
    color: #00aee6
}

#thermal h4, #thermal-label {
    color: #bf1e2e
}

#wind h4, #wind-label {
    color: #007ac3
}

#biomass h4, #biomass-label {
    color: #76893b
}

#solar h4, #solar-label {
    color: #ff9800;
}

.hiddensystem p {
    font-size: 12px
}

.ch-grid {
    margin: 20px 0 0 0;
    padding: 0 !important;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%
}

    .ch-grid:after, .ch-item:before {
        content: '';
        display: table
    }

    .ch-grid:after {
        clear: both
    }

    .ch-grid li {
        width: 100px;
        height: 108px;
        display: inline-block;
        margin: 0 11px 0 0;
    }

#detail-content .ch-grid li {
    width: 100px;
    height: 108px;
    display: inline-block;
    margin: 0 11px 0 0
}

.ch-item {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    -moz-box-shadow: inset 0 0 0 0 rgba(65,140,200,.4), inset 0 0 0 0 rgba(255,255,255,.6), 0 1px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 0 0 0 rgba(65,140,200,.4), inset 0 0 0 0 rgba(255,255,255,.6), 0 1px 2px rgba(0,0,0,.1);
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-repeat: no-repeat
}

.ch-img-1 {
    background-image: url(https://minnesotapower.blob.core.windows.net/content/Content/Images/Company/Generation/ef-hydro.png);
    background-size: cover;
}

.ch-img-2 {
    background-image: url(https://minnesotapower.blob.core.windows.net/content/Content/Images/Company/Generation/ef-therm.png);
    background-size: cover;
}

.ch-img-3 {
    background-image: url(https://minnesotapower.blob.core.windows.net/content/Content/Images/Company/Generation/ef-wind.png);
    background-size: cover;
}

.ch-img-4 {
    background-image: url(https://minnesotapower.blob.core.windows.net/content/Content/Images/Company/Generation/ef-bio.png);
    background-size: cover;
}

.ch-img-5 {
    background-image: url(https://minnesotapower.blob.core.windows.net/content/Content/Images/Company/Generation/ef-solar.png);
    background-size: cover;
}

.ch-item:hover {
    background-position: left bottom
}

.ch-info h3 {
    color: black;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    font-size: 15px;
    margin: 0;
    padding: 110px 0 0 0;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 16px
}

.ch-item:hover, .hovered {
    cursor: pointer;
    transform: translateY(-5px);
}

.img-round {
    border-radius: 26px;
}

/* ERROR PAGE */
#error p {
    margin-bottom: 20px;
}

#error .alert p {
    margin-bottom: 10px;
}

/* GOOGLE CUSTOM SEARCH */
.gsc-webResult .gsc-result {
    margin: 10px 0 !important;
    padding: 10px !important;
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.gsc-table-result {
    background-color: #F9F9F9;
}

.gsc-cursor {
    height: 36px;
    margin: 18px 0;
    zoom: 1;
}

    .gsc-cursor .gsc-cursor-page {
        float: left;
        padding: 0 14px;
        line-height: 34px;
        text-decoration: none;
        border: 1px solid #ddd;
        border-left-width: 0;
        margin-right: 0 !important;
    }

        .gsc-cursor .gsc-cursor-page:first-child {
            border-left: 1px solid #ddd;
            border-radius: 3px 0 0 3px;
        }

        .gsc-cursor .gsc-cursor-page:last-child {
            border-radius: 0 3px 3px 0;
        }

        .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
            background-color: #EAEAEA !important;
        }

        .gsc-cursor .gsc-cursor-page:hover {
            background-color: #F5F5F5 !important;
            text-decoration: none !important;
        }

.gsc-results .gsc-cursor-box {
    margin-left: 0 !important;
}

/* TOD MESSAGE CENTER */
#tod {
    display: none;
    margin: 20px 0;
}

    #tod .btn-primary {
        background: #6094C4;
        margin: 4px 0;
    }

    #tod .btn-danger {
        background: #7B3A5A;
        margin: 4px 0;
    }

    #tod .btn-warning {
        background: #E99449;
        margin: 4px 0;
    }

    #tod .btn-success {
        background: #4E953C;
        margin: 4px 0;
    }

    #tod .btn:hover {
        opacity: 0.8;
    }

    #tod .caret {
        border-top-color: #FFF;
        border-bottom-color: #FFF;
    }

.tod-header {
    padding: 4px 8px;
    color: #FFF;
}

#messages.tod-header {
    background: #6094C4;
}

#critical-peak.tod-header {
    background: #E99449;
}

#reminders.tod-header {
    background: #4E953C;
}

.yellow-headline {
    padding: 10px;
    background: #FFEFBE;
}

.yellow-paragraph {
    padding: 10px;
    background: #FFF7E0;
    margin-top: -10px
}

.blue-headline {
    padding: 10px;
    background: #BEDFFE;
}

.blue-paragraph {
    padding: 10px;
    background: #DFEFFF;
    margin-top: -10px;
}

/*#ev-banner {
    height: 400px;
    text-align: right;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(/Content/Images/Environment/EV_web_header.jpg);
}*/

#fall-banner .component {
    text-shadow: 0, 5px 0 #000;
}

#fall-banner .component {
    text-shadow: 0, 5px 0 #000;
}

#fall-banner {
    height: 400px;
    text-align: right;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(/Content/Images/ProgramsRebates/CIPSept17_Banner.jpg);
}

    #fall-banner h3 {
        font-size: 35px !important;
        line-height: 42px;
    }

/* ADD SEARCH */
#addsearch-results {
    width: 100%;
    display: inline-block;
    word-wrap: break-word;
}

#addsearch-logo {
    display: none !important;
}

#addsearch-results #addsearch-rp-paging {
    float: left !important;
}

    #addsearch-results #addsearch-rp-paging a:first-child {
        border-radius: 4px 0 0 4px;
    }

    #addsearch-results #addsearch-rp-paging a:last-child {
        border-radius: 0 4px 4px 0;
    }

    #addsearch-results #addsearch-rp-paging a.currentResultPage {
        color: #AAA;
        background: #EAEAEA;
        font-weight: bold;
        border: 1px solid #EAEAEA;
    }

    #addsearch-results #addsearch-rp-paging a {
        background: #F9F9F9;
        padding: 7px 14px !important;
        border: 1px solid #E9E9E9 !important;
        margin: 0 !important;
    }

        #addsearch-results #addsearch-rp-paging a:hover {
            background: #F5F5F5 !important;
        }

/* New MyAccount Home Setup */
#ma-home {
}

    #ma-home #ma-login {
        background: rgba(0,124,198,1);
        padding: 20px;
    }

    #ma-home p:first-of-type {
        font-size: 20px;
        text-align: center;
        margin: 0 0 20px;
        line-height: 24px;
    }

    #ma-home h6, #ma-home .toggleSwitch, #ma-home .modernSwitch {
        display: none;
    }

    #ma-home .loginSub {
        margin-top: 10px;
    }

        #ma-home .loginSub a {
            width: auto !important;
        }

        #ma-home .loginSub label.mt-3.mt-md-0:first-of-type {
            display: none;
        }

    #ma-home #text-divider {
        display: block;
        float: left;
        margin: 0 6px;
    }

    #ma-home .form-group {
        width: 100%;
    }

    #ma-home input {
        max-width: 100%;
    }

    #ma-home #LoginContainer .form-control {
        border-radius: 0;
        margin-bottom: 8px;
    }

    #ma-home button {
        width: 100%;
        background: #007CC6;
        color: #FFFFFF;
        font-weight: bold;
        border: 2px solid #FFFFFF;
        border-radius: 0;
    }

    #ma-home #left-box {
        text-align: center;
        padding: 6px 6px 0 0;
        color: #FFF;
        text-shadow: none;
    }

    #ma-home #center-box {
        text-align: center;
        padding: 6px 0 0 0;
        color: #FFF;
        text-shadow: none;
    }

    #ma-home #right-box {
        text-align: center;
        padding: 6px 0 0 6px;
        color: #FFF;
        text-shadow: none;
    }

    #ma-home #bottom-box {
        text-align: center;
        padding-top: 90px;
        color: #FFF;
        text-shadow: none;
    }

    #ma-home .inner {
        background: #007CC6;
        padding: 10px;
    }

    #ma-home #center-box img, #ma-home #right-box img {
        max-width: 30px !important;
        margin-bottom: 8px;
    }

    #ma-home #left-box img {
        max-width: 34px !important;
        margin-bottom: 8px;
    }

    #ma-home #bottom-box img {
        max-width: 34px !important;
        margin-bottom: 8px;
    }

#left-box, #center-box, #right-box, #bottom-box {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 14px;
}

    #left-box a, #center-box a, #right-box a, #bottom-box a {
        color: #FFF;
        text-decoration: none;
    }

    #left-box:hover, #center-box:hover, #right-box:hover, #bottom-box:hover {
        opacity: 0.8;
    }

#right-box {
    color: #FFF;
}

/* MOVING BOXES */
.moving-headline {
    width: 100%;
    background: #0079C5;
    color: #FFF;
    padding: 20px 0;
    text-align: center;
}

    .moving-headline.top {
        margin-top: -10px;
    }

    .moving-headline h2 {
        margin: 0;
    }

.moving-boxes-row {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .moving-boxes-row a {
        color: #333;
    }

    .moving-boxes-row .box-top:hover {
        border-left: 6px solid #0079C5;
    }

.moving-box {
    border: 6px solid transparent;
    padding: 0;
}

    .moving-box .box-top {
        height: 240px;
        background: #FFF;
        margin: 0;
        border: 1px solid #B7B7B7;
        border-left: 2px solid #0079C5;
        text-align: center;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .moving-box .box-top h3 {
            min-height: 50px;
            font-size: 25px;
            line-height: 26px;
        }

            .moving-box .box-top h3 img {
                width: 40px;
                height: 40px;
            }

            .moving-box .box-top h4 img {
                width: 40px;
                height: 40px;
            }

    .moving-box .rounded-button {
        border-radius: 5px;
        background-color: #008bb3;
        width: 340px;
        height: 120px;
        text-align: center;
        color: white;
        vertical-align: middle;
        display: table-cell;
    }

        .moving-box .rounded-button:hover {
            background-color: #00b4ff;
        }

        .moving-box .rounded-button h3 {
            min-height: 50px;
            font-size: 25px;
            line-height: 26px;
        }

.DualFuelBtn {
    display: flex;
    justify-content: center;
}

    .DualFuelBtn a {
        border-radius: 5px;
        background-color: #f68b22;
        width: 245px;
        height: 45px;
        text-align: center;
        color: white;
        text-decoration: none;
        align-items: center;
        display: flex;
        justify-content: center;
    }

        .DualFuelBtn a:hover {
            background-color: #ff9e23;
            text-decoration: none !important;
        }

@media screen and (max-width: 767px) {
    .sizeAdjust {
        width: 340px !important;
    }

    .centerForm {
        justify-content: center !important;
    }

    .centerBlueBtns {
        display: flex;
        justify-content: center;
    }
}

/* GENERATOR SAFETY */
#home.hero.generator-safety {
    padding: 300px 0 0;
    background-position: center 40% !important;
    background-image: url('/Content/Images/OutageCenter/generator-safety-hero.jpg');
}

    #home.hero.generator-safety .hero-caption {
        margin-top: 0 !important;
    }

        #home.hero.generator-safety .hero-caption h2 {
            font-size: 60px;
            text-shadow: none;
            margin-top: 0;
        }

    .generator-safety .col-sm-12 {
        position:relative;
    }

#generator-img {
    width: 320px;
    height: 320px;
    border: 4px solid #0079C2;
    position: absolute;
    bottom: -120px;
    right: 0;
    background-image: url('/Content/Images/OutageCenter/generator-grass-comp.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

#generator-safety-headline {
    width: 100%;
    background: rgb(0,119,186);
    background: linear-gradient(90deg, rgba(0,119,186,1) 0%, rgba(0,147,208,1) 50%, rgba(145,209,231,1) 100%);
    color: #FFF;
    padding: 40px 0;
}

    #generator-safety-sub h3 {
        margin:0;
    }

#generator-safety-intro {
    width: 100%;
    background: #FEF3E0;
    font-weight: bold;
    padding: 40px 0;
    font-size: 18px;
}

#gs-sections {
    padding: 40px;
    font-size: 18px;
}

#gs-section1 {
    border: 2px solid #FCB040;
    margin: 20px -15px;
    padding: 20px 0;
}

    #gs-section1 h4 {
        background: #FCB040;
        color: #FFF;
        padding: 10px 30px;
        margin: -20px -30px 20px -30px;
        font-size: 22px;
    }

    #gs-section1 img {
        width: 100px;
        height: 100px;
        float: left;
        margin-top: -48px;
        margin-left: -65px;
    }

    #gs-section1 span {
        font-weight: bold;
        color: #FCB040;
    }

#gs-section2 {
    border: 2px solid #F07826;
    margin: 40px -15px;
    padding: 20px 0;
}
    #gs-section2 h4 {
        background: #F07826;
        color: #FFF;
        padding: 10px 30px;
        margin: -20px -30px 20px -30px;
        font-size: 22px;
    }

    #gs-section2 img {
        width: 100px;
        height: 100px;
        float: left;
        margin-top: -48px;
        margin-left: -65px;
    }

    #gs-section2 ul {
        padding-left: 20px;
    }

    #gs-section2 li {
        font-weight: bold;
        color: #F07826;
    }

        #gs-section2 li span {
            font-weight: normal;
            color: #000;
        }

#gs-section3 {
    border: 2px solid #0079C2;
    margin: 20px 0;
    padding: 20px 0;
}

    #gs-section3 h4 {
        background: #0079C2;
        color: #FFF;
        padding: 10px 30px;
        margin: -20px -30px 20px -30px;
        font-size: 22px;
        text-align: center;
    }

    #gs-section3 img {
        width: 100px;
        height: 100px;
        margin-top: -68px;
    }

    #gs-section3 ul {
        padding-left: 20px;
    }

    #gs-section3 li {
        font-weight: bold;
        color: #0079C2;
    }

        #gs-section3 li span {
            font-weight: normal;
            color: #000;
        }

#SolarHeader h2 {
    font-size: 5em;
    color: white;
    font-family: 'Museo', 'Open Sans', sans-serif;
    line-height: .9em;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    #SolarHeader h2 {
        font-size: 4em;
        color: white;
        font-family: 'Museo', 'Open Sans', sans-serif;
        line-height: 1em;
        text-transform: uppercase;
    }

    #generator-img {
        display:none;
    }
    
    #gs-section1 img, #gs-section2 img {
        margin-left: -10px;
    }
    
    #gs-section3 {
        margin: 40px -15px;
    }

        #gs-section3 h4 {
            background: #0079C2;
            color: #FFF;
            padding: 10px 30px;
            margin: -20px -30px 20px -30px;
            font-size: 22px;
            text-align:unset;
        }

        #gs-section3 img {
            width: 100px;
            height: 100px;
            float: left;
            margin-top: -47px;
            margin-left: -10px;
        }

        #gs-section3 br {
            display:none;
        }
}

/* TIME OF DAY */
#tod-banner {
    background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/CustomerService/TODPilot/time-of-day-header-resized.jpg');
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 157px 0;
    overflow: hidden;
    margin-bottom: 20px;
}

    #tod-banner h2 {
        padding: 0;
        margin: 0;
        visibility: hidden;
    }

#tod-subhead {
    font-size: 18px;
    margin-bottom: 20px;
}

#tod-content h3 {
    color: #0071BC;
}

#tod-content #accordion {
    margin-top:30px;
}

#tod-table {
    margin-top: 20px;
    margin-bottom: 20px;
}

    #tod-table table {
        font-weight: bold;
    }

    #tod-table table td {
        border:1px solid #000;
    }

#accordiongTOD .panel-body h4 {
    margin-bottom: 20px;
}

#accordionTOD .panel-body .question {
    background: #DDD;
    border-left: 6px solid #0071BC;
    margin: 10px 0 0;
    padding: 10px;
}

    #accordionTOD .panel-body .question .col-xs-2 {
        color: #0071BC;
        font-size: 24px;
        font-weight: bold;
        margin: 0;
    }

    #accordionTOD .panel-body .question .col-xs-10 {
        margin: 0;
    }

#accordionTOD .panel-body .answer {
    background: #EFEFEF;
    border-left: 6px solid #999;
    margin: 0;
    padding: 10px;
}

    #accordionTOD .panel-body .answer .col-xs-2 {
        color: #999;
        font-size: 24px;
        font-weight: bold;
        margin: 0;
    }

    #accordionTOD .panel-body .answer .col-xs-10 {
        margin: 0;
    }

#accordionSolar .panel-body h4 {
    margin-bottom: 20px;
}

#accordionSolar .panel-body .question {
    background: #DDD;
    border-left: 6px solid #0071BC;
    margin: 10px 0 0;
    padding: 10px;
}

    #accordionSolar .panel-body .question .col-xs-2 {
        color: #0071BC;
        font-size: 24px;
        font-weight: bold;
        margin: 0;
    }

    #accordionSolar .panel-body .question .col-xs-10 {
        margin: 0;
    }

#accordionSolar .panel-body .answer {
    background: #EFEFEF;
    border-left: 6px solid #999;
    margin: 0;
    padding: 10px;
}

    #accordionSolar .panel-body .answer .col-xs-2 {
        color: #999;
        font-size: 24px;
        font-weight: bold;
        margin: 0;
    }

    #accordionSolar .panel-body .answer .col-xs-10 {
        margin: 0;
    }

/* CUSTOM DUAL FUEL BUTTON AND ALERT BOX COLORS */
.btn-df-blue {
    color: #ffffff;
    background-color: #008bb3;
    border-color: #008bb3;
}

    .btn-df-blue:hover, .btn-df-blue:focus, .btn-df-blue:active, .btn-df-blue.active {
        color: #ffffff;
        background-color: #00b4ff;
        border-color: #00b4ff;
    }

.btn-df-orange {
    color: #ffffff;
    background-color: #f68b22;
    border-color: #f68b22;
}

    .btn-df-orange:hover, .btn-df-orange:focus, .btn-df-orange:active, .btn-df-orange.active {
        color: #ffffff;
        background-color: #ff9e23;
        border-color: #ff9e23;
    }

.alert-df-blue {
    color: #fff;
    background-color: #008bb3;
    border-color: #01566f;
}

.alert-df-orange {
    color: #fff;
    background-color: #f68b22;
    border-color: #7f3f00;
}

.body-content {
    padding: 20px 15px;
    min-height: 700px;
}

.team-name {
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.team-title {
    color: #45AFCD;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: 0;
}

.team-div {
    display: flow-root;
    padding: 40px 0;
    border-bottom: 2px solid #45AFCD;
}

.custom-list {
    background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/ProgramsRebates/BusinessIncentives/Checkmark_bluebg.png');
    background-size: cover; /* Adjust as needed */
    padding: 20px; /* Add some padding for spacing */
    column-count: 2; /* Create two columns */
    list-style-type: none; /* Remove default bullets */
    text-transform: uppercase;
    color: white;
    font-weight: bold;
}

    .custom-list li {
        position: relative; /* Required for pseudo-element */
        padding-left: 30px !important; /* Space for custom checkmark */
        list-style: none;
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        column-break-inside: avoid;
    }

        .custom-list li::before {
            content: ''; /* Create pseudo-element for checkmark */
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            width: 20px; /* Adjust size as needed */
            height: 20px; /* Adjust size as needed */
            background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/ProgramsRebates/BusinessIncentives/Checkmark_orange.png');
            background-size: cover;
        }

.check-list {
    margin-left: -60px;
    padding: 0 20px 0 20px; /* Add some padding for spacing */
    list-style-type: none; /* Remove default bullets */
}

    .check-list li {
        position: relative; /* Required for pseudo-element */
        padding-left: 30px !important; /* Space for custom checkmark */
        list-style: none;
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        column-break-inside: avoid;
    }

        .check-list li::before {
            content: ''; /* Create pseudo-element for checkmark */
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            width: 20px; /* Adjust size as needed */
            height: 20px; /* Adjust size as needed */
            background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/ProgramsRebates/BusinessIncentives/Checkmark_orange.png');
            background-size: cover;
        }

.image-container {
    position: relative; /* Required for absolute positioning */
    width: 100%;
    height: auto;
    overflow: hidden;
}

.full-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blue-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px; /* Adjust the height of your blue bar */
    background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/ProgramsRebates/BusinessIncentives/Blue_separator_1.png'); /* Your blue bar image */
    background-size: cover;
}

.blue-bar2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px; /* Adjust the height of your blue bar */
    background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/ProgramsRebates/BusinessIncentives/Blue_separator_2.png'); /* Your blue bar image */
    background-size: cover;
}

.bus-link {
    text-decoration: none;
    color: #0072bc;
    font-size: 18px;
}

#BusinessHeader {
    text-align: left;
    padding-left: 20px;
    text-shadow: none;
}

    #BusinessHeader h2 {
        font-size: 60px;
        line-height: 65px;
        margin-left: -4px;
    }

    #BusinessHeader p {
        font-size: 30px;
        line-height: 45px;
    }

#BusinessHeaderBW {
    text-align: left;
    padding-left: 20px;
    text-shadow: none;
}

    #BusinessHeaderBW h2 {
        font-size: 48px;
        line-height: 55px;
        margin-left: -4px;
    }

    #BusinessHeaderBW p {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 1.2px;
        font-weight: 500;
    }

@media (min-width: 992px) {
    .row-flex {
        display: flex;
    }
}

@media (max-width: 992px) {
    .margin-top-sm-40 {
        margin-top: 40px;
    }
}

@media (max-width: 992px) {
    #cs-box br {
        display: none;
    }

    #mf-box br {
        display: none;
    }

    #BusinessHeaderDiv {
        margin: 0;
        padding-left: 0;
        top: 40px
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .no-p-l-lg {
        padding-left: 0px;
    }

    .no-p-r-lg {
        padding-right: 0px;
    }
}

@media (max-width: 768px) {
    #BusinessHeaderDiv {
        padding-left: 10px !important;
    }

    #BusinessHeader h2 {
        font-size: 8vw !important;
        line-height: 1.2 !important;
    }

    #BusinessHeader p {
        font-size: 4vw !important;
        line-height: 1.5 !important;
    }
    
    .no-m-l-sm {
        margin-left: 0px;
    }
}

@media (min-width: 768px) {
    .no-l-padding {
        padding-left: 0;
    }

    .no-r-padding {
        padding-right: 0;
    }
}

@media (max-width: 480px) {
    .custom-list {
        margin-left: -40px;
    }

        .custom-list li {
            font-size: 3vw;
        }

        .bus-link {
            font-size: 16px;
        }
}

hr.blue-divider {
    display: block;
    border: 0;
    height: 10px;
    background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/ProgramsRebates/BusinessIncentives/Blue_divider.png');
}

.blue-check-list {
    list-style-type: none; /* Remove default bullets */
}

    .blue-check-list ul {
        padding-inline-start: 20px;
    }

    .blue-check-list li {
        position: relative; /* Required for pseudo-element */
        padding-left: 30px !important; /* Space for custom checkmark */
        list-style: none;
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        column-break-inside: avoid;
    }

        .blue-check-list li::before {
            content: ''; /* Create pseudo-element for checkmark */
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            width: 20px; /* Adjust size as needed */
            height: 20px; /* Adjust size as needed */
            background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/ProgramsRebates/BusinessIncentives/blue-box-bullet.png');
            background-size: cover;
        }

.bus-img {
    display: flex;
    justify-content: right;
    align-items: center;
}

@media (max-width: 992px) {
    .bus-img {
        justify-content: center;
    }
}

/*The following section should be used when EECP is down or malfunctioning and alerts need to be posted to the MP website.*/

.app-offline-alert {
    padding: 20px;
    width: fit-content;
    /*display: block;*/
    display: none;
}

.app-offline-alert-centered {
    padding: 20px;
    width: fit-content;
    margin: 30px;
    /*display: inline-block;*/
    display: none;
}

.app-offline-alert-darker {
    padding: 20px;
    width: fit-content;
    background-color: #c0392b;
    color: white;
    /*display: block;*/
    display: none;
}

.eecp-alert-yellow {
    padding: 20px;
    width: fit-content;
    background-color: #FFFF66;
    color: black;
    /*display: block;*/
    display: none;
}

.EECP-Business-alert .eecp-alert-yellow,
.EECP-HVAC-alert .eecp-alert-yellow {
    /*display: block !important;*/
}

/*Drop shadow*/
.text-home-banner {
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); /* Subtle drop shadow */
    font-family: 'Museo', 'Open Sans', sans-serif;
    font-size: 49px !important;
    line-height: 50px !important;
    margin-bottom: 20px !important;
    text-transform: uppercase;
}

/*Margin Shortcut Classes*/

/* Margin Top */
.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

/* Margin Bottom */
.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

/* Margin Left (Start) */
.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

/* Margin Right (End) */
.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

/* Margin X (Left and Right) */
.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

/* Margin Y (Top and Bottom) */
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

/*Padding Shortcut Classes*/

/* Padding Top */
.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

/* Padding Bottom */
.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

/* Padding Left (Start) */
.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

/* Padding Right (End) */
.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

/* Padding X (Left and Right) */
.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

/* Padding Y (Top and Bottom) */
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/*Generic class to hide a video by default*/
.hidden-video-container {
    display: none;
    margin-top: 20px;
    text-align: center;
}

.hidden-video-container iframe {
    display: inline-block;
}

#enrolledVideo iframe {
    border: 5px solid #0070C0;
}

#notEnrolledVideo iframe {
    border: 5px solid #00B0F0;
}

/*Classes to adjust IRP PDF iFrame size*/
.pdf-container-aspect-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 150%;
    height: 0;
    overflow: hidden;
}

    .pdf-container-aspect-ratio iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

/* CSS for the Blackwater Project Graphic */
.blackwater-graphic {
    font-family: Arial, sans-serif;
    margin: 20px 0px 20px 0px;
    max-width: 800px; /* Constrain max width */
    overflow: hidden;
    color: #333; /* Ensure text color is set within the scope */
}

    .blackwater-graphic .section {
        display: flex;
        border-bottom: 1px solid #eee;
    }

        .blackwater-graphic .section:last-child {
            border-bottom: none;
        }

    .blackwater-graphic .header-column {
        /* Adjusted for dynamic width based on content, still preventing shrink by default */
        flex: 0 1 auto; /* Allows it to grow to fit content, but won't shrink below content width */
        padding: 15px 20px;
        font-weight: bold;
        display: flex;
        align-items: center;
        background-color: #ffe5a2; /* Consistent color for all left header sides */
    }

    .blackwater-graphic .date-column {
        flex: 1; /* Takes the remaining available space */
        padding: 15px 20px;
        font-weight: normal;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background-color: #e6e7e8; /* Consistent color for all right header sides */
    }

    .blackwater-graphic .content-column { /* This rule might not be strictly needed if only list-column is used */
        flex: 1;
        padding: 15px 20px;
        background-color: #fff;
    }

    .blackwater-graphic .list-column {
        flex: 1; /* Allows the list column to take full available width under the header */
        padding: 15px 20px;
    }

        .blackwater-graphic .list-column ul {
            list-style: disc;
            padding-left: 20px;
            margin: 0;
        }

        .blackwater-graphic .list-column li {
            margin-bottom: 5px;
            line-height: 1.4;
        }

.br-lg-only {
    display: none;
}

@media (min-width: 1000px) {
    .br-lg-only {
        display: block;
    }
}

/*DCFC Page*/

.dc-table-container {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.dc-locations-table {
    width: 100%;
    margin-bottom: 20px;
}

.dc-table-header {
    background-color: #8dd873;
    color: #000;
}

.dc-locations-table th,
.dc-locations-table td {
    padding: 8px;
    border: 1px solid #ddd;
    vertical-align: middle;
}

    .dc-locations-table th:first-child,
    .dc-locations-table td:first-child {
        padding-left: 20px;
    }

    .dc-locations-table th:nth-child(3),
    .dc-locations-table td:nth-child(3),
    .dc-locations-table th:last-child,
    .dc-locations-table td:last-child {
        width: 25%;
        text-align: center;
    }

.dc-locations-table thead th {
    font-weight: bold;
}

.dc-locations-table tbody tr:nth-child(odd) {
    background-color: #d9f2d0;
}

.dc-locations-table tbody tr:nth-child(even) {
    background-color: white;
}

.dc-location-bold,
.dc-business-bold {
    font-weight: bold;
}

.dc-address-normal {
    font-weight: normal;
}

.dc-table-footnotes {
    margin-top: 10px;
    font-size: 12px;
}

    .dc-table-footnotes p {
        margin: 0;
        line-height: 1.5;
    }

.rate-table {
    width: 100%;
}

.rate-table-header {
    background-color: #153d63;
    color: #fff;
}

.rate-table tbody tr:nth-child(odd) {
    background-color: #c1e4f5;
}

/*Project Center*/

#new-construction-content-bg {
    display: none;
}

.full-width-breakout > .container {
    background-color: transparent !important;
}

.full-width-breakout {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-bottom: 40px;
    background: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%) !important;
    clear: both;
}

.full-link-box {
    display: block;
    transition: all 0.2s ease-in-out;
}

.full-link-box h3 {
    color: black;
}

    .full-link-box:hover {
        transform: scale(1.03);
        text-decoration: none;
        color: inherit;
    }

        .full-link-box:hover .link-text {
            text-decoration: underline;
            color: #0072bc;
        }

p.link-text {
    color: #0072bc;
}

#PCHeader {
    text-align: left;
    padding-left: 20px;
    text-shadow: none;
}

    #PCHeader h2 {
        margin-left: -4px;
    }

    #PCHeader p {
        margin-top: 40px;
        padding-right: 120px;
    }

.maintenance-container {
    background-color: #e1e1e1;
    border-radius: 0;
    padding: 15px;
}

.maintenance-row {
    display: flex;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
}

    .maintenance-row > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }

.maintenance-text {
    color: #007ac2;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 900;
    padding-left: 40px !important;
    padding-right: 35px !important;
}

.maintenance-button {
    text-align: right;
    padding-right: 15px !important;
}

    .maintenance-button a {
        display: inline-block;
        transition: all 0.3s ease-in-out;
    }

        .maintenance-button a:hover {
            transform: scale(1.03);
        }

/* Custom styles for the building boxes */
.building-options {
    margin-left: -10px;
    margin-right: -10px;
}

    .building-options .col-sm-3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .building-options .building-box {
       min-height: 270px;
       text-align: center;
       cursor: pointer;
       transition: all 0.3s ease-in-out;
       margin-bottom: 20px;
       background-size: contain;
       background-repeat: no-repeat;
       background-position: center;
       border: none;
       position: relative;
       display: flex;
       flex-direction: column;
       justify-content: flex-end;
    }

/* Default Images */
.building-box-residential {
    background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/CustomerService/ProjectCenter/res-button.png');
}

.building-box-development {
    background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/CustomerService/ProjectCenter/dev-button.png');
}

.building-box-commercial {
    background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/CustomerService/ProjectCenter/comm-button.png');
}

.building-box-multi-unit {
    background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/CustomerService/ProjectCenter/multi-button.png');
}

/* Active Images */
.active-image.building-box-residential {
    background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/CustomerService/ProjectCenter/res-active.png');
}

.active-image.building-box-development {
    background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/CustomerService/ProjectCenter/dev-active.png');
}

.active-image.building-box-commercial {
    background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/CustomerService/ProjectCenter/comm-active.png');
}

.active-image.building-box-multi-unit {
    background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/CustomerService/ProjectCenter/multi-active.png');
}

.building-box .box-content {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 270px;
    min-width: 200px;
    color: #007ac2;
    padding: 0 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    max-height: 50%;
    overflow: hidden;
}

.building-box .title {
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
    min-height: 2em; /* This ensures titles line up by reserving vertical space */
}

.building-box p {
   color: black;
   font-size: 0.9em;
   line-height: 1.3;
   min-height: 5em;
   padding: 0 10px;
}

/* Style for the tab header (blue bar) */
.tab-header {
    background-color: #007ac2;
    height: 5px;
    width: 100%;
    margin-bottom: 0; /* Ensures the blue bar is flush with the tabs below */
}

/* Ensure the tab content border starts correctly below the tabs */
.tab-content {
    padding: 20px;
    border-top: none; /* Removes the top border to prevent overlap with the tabs */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/*School Hub Unique Styles*/

.school-hub-hero {
    background-image: url(https://minnesotapower.blob.core.windows.net/content/Content/Images/ProgramsRebates/SchoolHub/School_Hub_Header.png);
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    min-height: 350px;
    width: 100%;
}

    .school-hub-hero .container {
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }

@media screen and (min-width: 768px) {
    .school-hub-hero .container {
        max-width: 1170px;
        padding-left: 60px;
        padding-right: 60px;
    }
}

    .school-hub-hero .hero-caption {
        text-align: left;
        box-sizing: border-box;
    }

        .school-hub-hero .hero-caption h2 {
            font-size: clamp(32px, 4vw, 48px);
            text-align: left;
            color: #fff;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
            margin: 0;
            line-height: 1.2;
            white-space: nowrap;
        }

/* Introduction Paragraph */
.school-hub-intro-paragraph {
    font-size: medium;
    margin-top: 20px;
}

/* Divider Container and Line */
.modern-blue-accordion-divider-container {
    padding: 10px 15px;
    display: flow-root;
}

.modern-blue-accordion-divider {
    border: 0;
    height: 15px;
    background: url(https://minnesotapower.blob.core.windows.net/content/Content/Images/ProgramsRebates/Affordability/divider.png) 0 0;
}

/* Accordion Panel Heading */
.modern-blue-accordion-panel-heading {
    margin-top: -20px;
}

/* Accordion Title (The H4 element) */
.modern-blue-accordion-title {
    font-size: 1.87em;
    line-height: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* The Clickable Link */
.modern-blue-accordion-toggle-link {
    text-decoration: none;
    display: block;
    width: 100%;
}

    .modern-blue-accordion-toggle-link:hover,
    .modern-blue-accordion-toggle-link:focus,
    .modern-blue-accordion-toggle-link:active {
        text-decoration: none;
        opacity: 0.9;
    }

/* Main Text of the Accordion Title */
.modern-blue-accordion-main-text {
    color: #000;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    line-height: 1.2;
    text-decoration: none;
}

/* The 'Click to Expand >' text/icon */
.modern-blue-accordion-toggle-icon {
    color: #0094d9;
    font-weight: 500;
    display: block;
    font-size: 0.8em;
    line-height: 1;
    margin-top: 20px;
}

/* Collapsible Content Area */
.modern-blue-accordion-content {
    margin-top: 20px;
}

.btn-modern-blue-accordion-cta-container {
    margin-bottom: 30px;
}

.btn-modern-blue-accordion-cta {
    background-color: #0087c9;
    color: #ffffff;
    border: 2px solid #0087c9;
    font-weight: bold;
    padding: 15px 30px;
    margin-top: 20px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .btn-modern-blue-accordion-cta:hover,
    .btn-modern-blue-accordion-cta:focus,
    .btn-modern-blue-accordion-cta:active {
        background-color: #005f99;
        color: #ffffff;
        border-color: #005f99;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
        transform: translateY(-1px);
    }

@media (max-width: 900px) {
    .btn-modern-blue-accordion-cta.btn-lg {
        font-size: 15px;
        padding: 12px 15px;
    }
}

.modern-blue-accordion-content .col-xs-9 > h4,
.modern-blue-accordion-content .col-xs-7 > h4 {
    color: #0073bc;
}

.modern-blue-accordion-content .col-xs-9 > h5,
.modern-blue-accordion-content .col-xs-7 > h5 {
    color: #05a9ec;
}

.accordion-contact-list dt {
    float: left;
    clear: left;
    width: 60px;
    font-weight: bold;
    margin-right: 10px;
}

.accordion-contact-list dd {
    margin-left: 70px;
    margin-bottom: 15px;
}

/* Custom Checkmark List Style */
.blue-check-mark {
    list-style: none;
    padding-left: 0;
}

    .blue-check-mark li {
        padding-left: 25px !important;
        background-image: url('https://minnesotapower.blob.core.windows.net/content/Content/Images/CustomerService/ProjectCenter/blue_check.png');
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: 0 5px;
    }

        .blue-check-mark li ul {
            list-style-type: disc !important;
            padding-left: 20px !important;
        }

            .blue-check-mark li ul li {
                background-image: none !important;
                padding-left: 0 !important;
            }

.project-divider-bar {
    background-color: #e0f2f7;
    font-weight: 900;
    font-style: italic;
    text-align: center;
    margin: 20px 0;
    border-radius: 4px;
    font-size: 1.1em;
    min-height: 60px;
    line-height: 60px;
}

.divider-icon {
    margin: 0 5px;
    font-size: 1.1em;
    vertical-align: middle;
    color: #004d99;
    font-style: normal;
}