/* NYSERDA CSS Version 2016-1  */

body {
    background-attachment: fixed;
    font-family: "Proxima Nova";
    font-size: 14px;
}

h2,
h4 {
    font-weight: bold;
}

h5,
.h5 {
    font-size: unset;
}

#program-results h2 {
    font-weight: normal;
    font-size: 22px;
}

#program-results-more h2 {
    font-weight: normal;
    font-size: 22px;
}

.clear {
}

.nobg {
    background-image: none !important;
}

.noscroll {
    position: fixed;
    overflow: hidden;
}

.nygov-universal-navigation {
    /* RO#486  border-bottom:1px solid #e1ebe9 !important; */
}

.pane-page-logo {
    padding-top: 0px !important;
}

button {
    background: none;
    border: none;
    color: #eee;
}

/*button.show-more {
  color:#52c6e2;
}*/

a {
    color: #2aaac9;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: none;
}

.jumbotron h1 {
    font-family: "Proxima Nova",Helvetica, Arial;
    font-weight: 800;
}

h1 {
    font-family: "Proxima Nova",Helvetica, Arial;
    font-weight: 800;
}

h2 {
    font-family: "Proxima Nova",Helvetica, Arial;
    font-weight: bold;
    font-size: 26px;
}

.col-sm-p {
    width: 4%;
    float: left;
}

.max {
    max-width: 1002px;
    padding-left: 0;
    padding-right: 0;
}

.navbar-default {
    background: none;
    border-color: none;
    border: 0px none;
}

.dots {
    /* background-image: url(../images/dots.png);
  background-repeat: repeat-x; */
}

.lines {
    background-image: url(../images/background-home.png);
    background-repeat: repeat-x;
}

.global-header-right {
    float: right;
}

.hero-above {
    clear: both;
    background-color: #717f81;
    padding: 2px;
}

.hero-below {
    background-color: #77b800;
    padding: 2px;
}

.placeholder-hero {
    background-image: url(../images/placeholder-hero.png);
}

.video-module {
    color: #fff;
    background-color: #222;
    padding-top: 10px;
}

.nys-header {
    background-color: #EEE; /* #0e2f5c */
    min-height: 85px;
    margin-bottom: 40px;
}

.sidebar {
    margin-top: 40px;
    margin-bottom: 12px;
}

    .sidebar a {
        color: #52c6e2;
    }

    .sidebar h3 a {
        color: #333;
    }

.sidebar-links {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

    .sidebar-links a {
        color: #2aaac9;
    }

    .sidebar-links li {
        line-height: 30px;
    }

.row {
    margin-right: 0;
    margin-left: 0;
}

.footer {
    background-color: #000;
    color: #FFF;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 24px;
}

    .footer a {
        color: #2aaac9;
    }

    .footer h1, .footer h2, .footer h3, .footer h4 {
        color: #FFF;
    }

.carousel-title a {
    font-family: "Proxima Nova",Helvetica, Arial;
    color: #77b800;
    font-size: 20px;
}

.carousel-text {
    font-family: "Proxima Nova",Helvetica, Arial;
    color: #717f81;
    font-size: 13px;
}


.copyright-footer {
    /*border-top: 1px solid #e1ebe9 !important;*/
    /*color:#717f81;*/
    display: block;
    color: #000;
    margin: 0 auto !important;
    text-align: center;
    font-size: 10px;
    background-color: #e5eeee;
}

    .copyright-footer span {
        line-height: 18px;
    }

    .copyright-footer a {
        /*color:#717f81;*/
        color: #000;
    }

.footer-column-divider {
    width: 100%;
    padding: 2px;
    background-color: #4bc6e4;
    margin-top: 25px;
    margin-bottom: 25px;
}

.partner-portal a {
    font-family: "Proxima Nova",Helvetica, Arial;
    font-size: 16px;
}

h4 {
    font-weight: 800;
}

.alert-box h1 {
    margin-top: 10px;
}

.alert-box h2 {
    margin-top: 10px;
    font-family: "Proxima Nova",Helvetica, Arial;
    font-weight: 800;
    font-size: 36px;
    display: block;
}

.link-alert {
    font-weight: bold;
    font-size: 16px;
}

.alert-box h4 {
    margin-bottom: 0px;
}

.scfCaptchaLabel {
    width: 0 !IMPORTANT;
}

.readers {
    padding-bottom: 5px;
    margin: 0px 10px 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: arial, helvetica, sans-serif;
    float: right;
    color: #666666;
    clear: both;
    font-size: 10px;
    padding-top: 5px;
    /* border: #77b700 1px solid; */
    border: #2aaac9 1px solid;
}

/* MOBILE BREAKPOINT **************   **************   **************   **************   **************   **************   **************   **************  ************** */
@media (max-width: 767px) { /* mobile test breakpoint was 400 */
    .col-xs-p-1, .col-xs-p-2, .col-xs-p-3, .col-xs-p-4, .col-xs-p-5, .col-xs-p-6, .col-xs-p-7, .col-xs-p-8, .col-xs-p-9, .col-xs-p-10, .col-xs-p-15, .col-xs-p-17, .col-xs-p-19, .col-xs-p-20, .col-xs-p-21, .col-xs-p-22, .col-xs-p-23, .col-xs-p-24, .col-xs-p-25 {
        float: left;
    }

    .col-xs-p-1 {
        width: 4%;
    }

    .col-xs-p-2 {
        width: 8%;
    }

    .col-xs-p-3 {
        width: 12%;
    }

    .col-xs-p-4 {
        width: 16%;
    }

    .col-xs-p-5 {
        width: 20%;
    }

    .col-xs-p-6 {
        width: 24%;
    }

    .col-xs-p-7 {
        width: 28%;
    }

    .col-xs-p-8 {
        width: 32%;
    }

    .col-xs-p-9 {
        width: 36%;
    }

    .col-xs-p-10 {
        width: 40%;
    }

    .col-xs-p-12 {
        width: 48%;
    }

    .col-xs-p-15 {
        width: 60%;
    }

    .col-xs-p-17 {
        width: 68%;
    }

    .col-xs-p-19 {
        width: 76%;
    }

    .col-xs-p-20 {
        width: 80%;
    }

    .col-xs-p-22 {
        width: 88%;
    }

    .col-xs-p-23 {
        width: 92%;
    }

    .col-xs-p-24 {
        width: 96%;
    }

    .col-xs-p-25 {
        width: 100%;
    }

    .jumbotron {
        color: #3a4030;
    }

    .case-study {
        width: 100%;
        background-color: #77b800;
        background-image: none !important;
    }

    .case-study-inner {
        padding: 25px 20px 25px 20px;
        margin: 0px auto;
        width: 100%;
    }

        .case-study-inner div, .case-study-inner h1, .case-study-inner h1 a {
            color: #FFF;
            margin: 0;
        }

        .case-study-inner h1 {
            font-weight: bold;
            font-size: 19px;
            margin-bottom: 20px;
        }

    .case-study-link a {
        color: #FFF;
        font-weight: bold;
    }

    .case-text {
        font-weight: normal;
        font-size: 15px;
    }

    .case-study-inner div.divider-case {
        width: 100%;
        margin-top: 38px;
        margin-bottom: 20px;
        background-color: #FFF;
        padding: 2px;
        font-size: 0;
    }

    .case-study-full-inner div.divider-case {
        width: 100%;
        margin-top: 38px;
        margin-bottom: 20px;
        background-color: #FFF;
        padding-top: 2px;
        font-size: 0;
    }

    .case-study-byline {
        display: block;
        font-size: 11px;
        margin-top: 20px;
        margin-bottom: 20px;
    }


    .case-study-full, .case-study-full-split {
        width: 100%;
        color: #fff;
        padding: 20px;
    }

    .case-study-full-inner a {
        color: #fff;
    }

    .case-study-divider {
        border-bottom: 2px solid #fff;
        font-size: 0;
    }

    .case-study-full-link {
        text-transform: uppercase;
    }

    .case-study-more-link {
        font-weight: bold;
    }

    .case-study-full-inner h2,
    .case-study-full-inner h2 a {
        font-weight: 600;
    }

    .jumbotron h1 {
        margin-top: 0;
    }

    .jumbotron {
        margin-bottom: 0px;
        padding: 20px;
    }

        .jumbotron #texthero {
            padding: 20px;
        }

    .nys-header {
        margin-bottom: 0px;
    }

    .placeholder-hero {
        background-image: none;
        background-color: #FFF;
        height: 280px;
    }

    .mobile-carousel {
        margin-top: 20px;
    }

    .mobile-carousel-inner {
        margin: 0px auto !important;
        width: 280px;
    }

    .carousel-title {
        margin-top: 20px;
    }

    .main-box {
        background-color: #ffffff;
        position: relative;
    }

    .divider-rule-blue {
        background-color: #52c6e2;
        padding: 2px;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .staistic-image {
        padding: 20px;
    }

    .full-bleed-image {
        padding: 20px;
    }

    .content-block {
        padding: 20px !important;
    }

        .content-block h2 {
            color: #3a4030;
            font-size: 18px;
        }

    .content-block-image {
        margin-bottom: 30px;
    }

        .content-block-image span {
            font-size: 10px;
            padding-top: 13px;
        }

        .content-block-image a {
            font-size: 10px;
        }

    .content-block-full-image {
        margin-bottom: 60px;
    }

    .content-block-link a {
        font-weight: bold;
        color: #52c6e2;
    }

    .content-block h2,
    .content-block h2 a {
        color: #3a4030;
    }

    .content-block-content {
        margin-bottom: 30px;
    }


    .content-block-simple {
        padding: 20px;
    }

        .content-block-simple h2 {
            color: #3a4030;
            font-size: 18px;
        }

        .content-block-simple h1 {
            color: #3a4030;
            font-size: 18px;
            font-weight: bold;
        }

    .content-headline {
        padding: 20px;
    }

    .footer {
        padding: 20px;
    }

    div h2 span a:hover {
        text-decoration: none;
    }

    .sidebar-block-mobile {
        padding: 20px;
    }

    .link-mobile-menu {
        text-align: right;
    }

        .link-mobile-menu a {
            font-weight: 600;
            font-size: 14px;
            line-height: 13px;
            display: block;
            padding-top: 6px;
        }

    .link-mobile-menu-text a {
        padding-top: 11px;
    }

    .menu-three-lines {
        padding-bottom: 8px;
    }

    .primary-nav {
        margin-top: 0; /*15*/
        margin-bottom: 17px; /*0*/
        min-height: 43px;
    }

    .icon-mobile-search a {
        float: right;
        padding-top: 8px;
        display: block;
    }

    .mobile-menu {
        padding-left: 10px; /*20*/
        padding-right: 20px;
    }

    /*.mobile-menu-open {
  background-color:#77b800;
  display: none;
  position:absolute;
  z-index: 999;
  width:100%;
  padding-bottom:60px;
  padding-top: 40px;
  overflow: auto;
  top:164px;
}*/

    .mobile-menu-open { /* fixed scroll menus */
        background-color: #77b800;
        display: none;
        position: fixed;
        z-index: 999;
        width: 100%;
        padding-bottom: 160px;
        padding-top: 40px;
        overflow: scroll;
        top: 83px;
        bottom: 0;
        left: 0;
        height: 100%;
    }

    .primary-menu-container-program {
        /*
  height: 50px; 
  margin-top:22px;
  margin-bottom:17px;
        */
    }

    .mobile-overlay-active {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: 888;
    }

    .mobile-disabled {
        display: none;
    }

    .mobile-main {
        margin-top: 40px;
    }

    .mobile-menu-open a {
        color: #FFF;
    }

    .mobile-menu-open {
        left: 0;
    }

    .mobile-menu-list {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .mobile-menu-list li {
            border-bottom: 1px solid #FFF;
            padding-top: 20px;
            padding-bottom: 20px;
        }

            .mobile-menu-list li a {
                font-weight: 600;
                font-size: 20px;
            }

                .mobile-menu-list li a br {
                    display: none;
                }

    .mobile-left-menu {
        /*border-bottom:1px solid #52c6e2;*/
        padding-top: 8px;
        padding-bottom: 8px;
        text-align: center;
    }

        .mobile-left-menu a {
            font-weight: 600;
            color: #52c6e2;
            font-size: 18px;
        }

    button.mobile-left-menu-button span {
        font-weight: 600;
        color: #52c6e2;
        font-size: 18px;
    }

    .hero-above {
        clear: both;
        padding: 0 !important;
    }

    .hero-below {
        background-color: #77b800;
        padding: 2px;
    }



    /*.category-menu-open {
  background-color:#52c6e2;
  display: none;
  position:absolute;
  z-index: 999;
  width:100%;
  padding-bottom:60px;
  padding-top: 40px;
}*/


    .category-menu-open { /*fixed position menu */
        background-color: #52c6e2;
        display: none;
        position: fixed;
        top: 42px;
        bottom: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        padding-bottom: 160px;
        padding-top: 40px;
        overflow: auto;
        height: 100%;
    }

    .category-menu-list li {
        border-bottom: 1px solid #FFF;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .category-menu-list li a {
            font-weight: 600;
            font-size: 20px;
        }

    .category-menu-open a {
        color: #FFF;
    }


    .hero-static {
        padding: 20px;
    }

        .hero-static h1 {
            margin: 0;
            font-size: 36px;
            font-weight: bold;
        }

    .content-color-solid-orange {
        background-color: #F5AA1B;
        background-image: url('/Images/statistic-sunburst.png');
        background-size: cover;
        color: #fff;
    }

    .notice-full {
        background-color: #77b800;
        padding: 20px;
        color: #fff;
        margin-top: 2px;
    }

        .notice-full h1 {
            font-size: 16px;
        }


        .notice-full h2 {
            font-weight: 600;
        }

        .notice-full a {
            color: #fff;
            font-weight: bold;
        }



    .contact-block {
        margin-bottom: 40px;
        padding: 20px;
        background-color: #fff;
    }

        .contact-block h2 {
            margin-top: 0px;
            font-weight: 600;
            color: #3a4030;
            margin-bottom: 28px;
        }

        .contact-block h1 {
            font-weight: bold;
            margin-top: 0px;
            color: #3a4030;
        }

        .contact-block a {
            color: #2aaac9;
        }

    .case-study-full, .case-study-full-split {
        background-image: none !important;
    }

    .case-study-full-inner {
        background-image: none !important;
        background-color: transparent !important;
        opacity: 1 !important;
    }

    .program-finder {
        padding: 20px;
    }

    .program-finder {
        background-color: #23261d;
        color: #fff;
    }

        .program-finder h1 {
            font-weight: bold;
            font-size: 18px;
        }

    #program-results h2 {
        font-weight: normal;
        font-size: 22px;
    }

    #program-results-more h2 {
        font-weight: normal;
        font-size: 22px;
    }

    .program-finder-drop {
        background-color: #52c6e2;
        padding: 10px;
    }

    .program-finder li {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        border-bottom: 1px solid #333;
    }

        .program-finder li a {
            color: #fff;
        }

    .program-finder-results {
        padding: 20px;
        border: 10px solid #23261d;
    }

        .program-finder-results h2 {
            font-weight: 600;
        }

            .program-finder-results h2 span {
                color: #717f81;
                font-weight: normal;
                font-size: 12px;
                display: block;
            }

        .program-finder-results .show-more {
            text-align: center;
        }

    .program-finder-learn-more a {
        font-weight: bold;
    }

    .program-selector {
        font-size: 16px;
        font-weight: 600;
        padding-top: 10px;
    }

    .show-more-results {
        display: block;
        text-align: center;
        padding-top: 10px;
        font-weight: bold;
    }

    .disclaimer {
        text-align: center;
        display: block;
        color: #717f81;
        width: 100%;
    }

    .program-selector a {
        color: #52c6e2;
    }

    .programs-description {
        color: #717f81;
        font-size: 10px;
        display: block;
    }

    .cta {
        padding: 20px;
    }

    .link-cta {
        display: block;
        border-top: 5px solid #2aaac9;
        border-bottom: 5px solid #2aaac9;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-top: 11px;
        padding-bottom: 10px;
    }

        .link-cta:hover {
            text-decoration: none;
        }

        .link-cta .front-text {
            color: #23261d;
            display: block;
        }

        .link-cta .end-text {
            color: #2aaac9;
            display: block;
        }

    .mobile-menu-cover {
        background-color: #000;
        height: 85px;
    }

    /* BEGIN - /sitecore/content/Globals/NYSERDA/Background Colors */
    .content-color-solid-green {
        background: rgba(119, 183, 1, 1); /*77b800 - green*/
    }

    .content-color-solid-dark-blue {
        background: rgba(0, 107, 166, 1); /*006ba6 - NYSERDA Blue*/
    }

    .content-color-solid-light-blue {
        background: rgba(42, 170, 201, 1); /*2aaac9 - light Blue*/
    }

    .content-color-solid-white {
        background: rgba(255, 255, 255, 1); /*ffffff - white*/
    }

    .content-color-solid-black {
        background: rgba(0, 0, 0, 1); /*000000 - black*/
    }

    .content-color-solid-medium-grey {
        background: rgba(113, 127, 129, 1); /*#717f81 - medium grey*/
    }

    .content-color-solid-teal-blue {
        background: rgba(0, 122, 135, 1); /*#007a87 - teal blue*/
    }

    .content-color-solid-blue {
        background: rgba(83, 198, 226, 1); /*#52c6e2 - blue*/
    }

    .content-color-solid-orange {
        background: rgba(215,123,50, 1); /*#d77b32 - orange 215  123 50  */
    }

    .content-color-solid-red {
        background: rgba(157,67,67, 1); /*#9e4344 - red 157 67  67  */
    }

    .content-color-solid-purple {
        background: rgba(92,60,165, 1); /*#5d3ca6 - purple 92 60  165 */
    }

    .content-color-solid-dark-grey {
        background: rgba(69,78,74, 1); /*#454e4a - dark grey 69 78  74 */
    }

    .content-color-screen-green {
        background: rgba(119, 183, 1, 0.85); /*77b800 - green*/
    }

    .content-color-screen-dark-blue {
        background: rgba(0, 107, 166, 0.85); /*006ba6 - NYSERDA Blue*/
    }

    .content-color-screen-light-blue {
        background: rgba(42, 170, 201, 0.85); /*2aaac9 - light Blue*/
    }

    .content-color-screen-white {
        background: rgba(255, 255, 255, 0.85); /*77b800 - white*/
    }

    .content-color-screen-black {
        background: rgba(0, 0, 0, 0.85); /*000000 - black*/
    }

    .content-color-screen-medium-grey {
        background: rgba(113, 127, 129, 0.85); /*#717f81 - medium grey*/
    }

    .content-color-screen-teal-blue {
        background: rgba(0, 122, 135, 0.85); /*#007a87 - teal blue*/
    }

    .content-color-screen-blue {
        background: rgba(83, 198, 226, 0.85); /*#52c6e2 - blue*/
    }

    .content-color-screen-orange {
        background: rgba(215,123,50, 0.85); /*#d77b32 - orange 215  123 50  */
    }

    .content-color-screen-red {
        background: rgba(157,67,67, 0.85); /*#9e4344 - red 157 67  67  */
    }

    .content-color-screen-purple {
        background: rgba(92,60,165, 0.85); /*#5d3ca6 - purple 92 60  165 */
    }

    .content-color-screen-dark-grey {
        background: rgba(69,78,74, 0.85); /*#454e4a - dark grey 69 78  74 */
    }

    /* END */

    .hiddenContent {
        display: none;
    }

    .hiddenControl {
        display: none !important;
    }

    .news-block {
        padding: 20px;
    }

    .most-popular {
        padding: 20px;
    }

        .most-popular h1 {
            font-weight: 600;
            font-size: 21px;
        }

        .most-popular h2 a {
            color: #2aaac9;
            font-weight: 600;
            font-size: 22px;
            margin-bottom: 0;
        }

        .most-popular h5 {
            color: #717f81;
            margin-bottom: 10px;
            font-weight: 600;
            font-size: 11px;
            line-height: .8em;
        }

            .most-popular h5 a {
                color: #2aaac9;
                font-weight: bold;
                font-size: 14px;
                display: block;
                /*margin-bottom: 10px;*/
            }

        .most-popular p {
            color: #3a4030;
            font-weight: normal;
        }

    .two-column-block {
        padding: 20px;
    }

    .hero-background {
    }

    .hero-home {
        /*padding:20px;*/
    }

    .hero-home-inner {
        color: #fff;
        padding: 20px 34px 20px 34px;
    }

        .hero-home-inner h1 {
            margin: 0;
            font-size: 2.5em;
        }

            .hero-home-inner h1 a {
                color: #fff;
            }


    .menu-news-list {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .menu-news-list li {
            padding-top: 8px;
            padding-bottom: 8px;
        }

            .menu-news-list li a {
                cursor: pointer;
                font-weight: bold;
                font-size: .9em;
            }

        .menu-news-list .active a {
            /*color:#000;*/
        }

        .menu-news-list li a:hover {
            color: #77b800;
        }

    .news-2, .news-3, .news-4, .news-5, .news-6, .news-7 {
        display: none;
    }

    .menu-news-more a {
        font-weight: bold;
        font-size: 1.2em;
    }

    .hero-navtabs-links {
        margin: 0;
    }

        .hero-navtabs-links li {
            width: 100% !important;
            /*padding-left:20px;*/
            padding-left: 0px;
            border-bottom: 1px solid gray;
        }

    .hero-navtabs-links {
        width: inherit !important;
    }

        .hero-navtabs-links li span {
            position: relative;
            display: block;
            padding: 10px 15px;
            color: #2aaac9;
            cursor: pointer;
        }

        .hero-navtabs-links .selected span {
            color: #3a4030;
        }

        .hero-navtabs-links .selected {
            color: #717f81;
            background-color: #eee;
        }

    .primary-menu-container {
        margin-top: 22px;
    }

    .sidebar-block-mobile h2 span {
        font-size: 18px;
    }

    .jumbotron {
        margin-bottom: 0px;
        padding-left: 0;
        min-height: 260px;
        background-color: #FFF;
    }




    button.show-more.collapsed {
        background-image: url("../images/plus.png");
        background-repeat: no-repeat;
        height: 25px;
        width: auto;
        margin-right: 8px;
        background-position: 0 50%;
    }

    button.show-more {
        background-image: url("../images/minus.png");
        background-repeat: no-repeat;
        height: 25px;
        width: auto;
        margin-right: 8px;
        text-align: left;
        padding-left: 21px;
        background-position: 0 50%;
    }

    .sidebar-block-mobile button {
        color: #000;
    }

    /* exit site modal skin mobile only */
    #ln-messageHolder {
        top: 50px !important;
    }

        #ln-messageHolder > div {
            width: 100% !important;
            text-align: left !important;
            padding-left: 20px !important;
            background-color: #fff !important;
            background-image: none !important;
            background-repeat: no-repeat !important;
        }

            #ln-messageHolder > div > h1 {
                font-weight: bold !important;
                line-height: 1.25em !important;
            }

                #ln-messageHolder > div > h1 strong {
                    font-weight: normal !important;
                }

            #ln-messageHolder > div > h1,
            #ln-messageHolder > div > h2,
            #ln-messageHolder > div > h3 {
                color: #3a4030 !important;
                text-align: left !important;
                margin-left: 0 !important;
            }

            #ln-messageHolder > div > h2 {
                font-size: 16px !important;
                margin-top: 0 !important;
                margin-bottom: 40px !important;
            }

            #ln-messageHolder > div > h3 {
                font-size: 14px !important;
                margin-bottom: 80px !important;
                word-wrap: break-word;
            }


    .callout-full {
        padding: 20px 20px 0 20px;
        margin: 0 0 -40px 0;
    }

        .callout-full h1 {
            margin-bottom: 10px;
        }

        .callout-full h1 {
            font-weight: 600;
            font-size: 24px;
        }

        .callout-full h2 {
            font-size: 14px;
            margin-top: 0px;
            margin-bottom: 0px;
        }

            .callout-full h2 a:hover {
                color: #2aaac9;
            }

    .rule-callout-full {
        background-color: #2aaac9;
        height: 2px;
        margin-top: 10px;
    }

    .menu-callout-full {
        list-style-type: none;
        padding: 20px 0;
        margin: 0;
    }

    .callout-full-menu-col {
        padding-top: 20px;
    }

    .menu-callout-full li {
        padding: 8px 0px 8px 0px;
    }

        .menu-callout-full li a {
            color: #2aaac9;
            /*font-weight:bold;*/
        }



    .sidebar-links-right {
        list-style-type: none;
        padding-left: 0;
        margin-left: 0;
    }

    .resource-reference {
        color: #64666a;
    }

    .resource-download-right {
        /*font-family: HelveticaNeueLTStd-Hv,Helvetica, Arial;*/
        font-size: 12px;
        color: #8a8a8d;
        text-transform: uppercase;
    }

    .sidebar-links-right .resource-link-right {
        font-weight: 800;
    }

    .break-line {
        display: block;
    }

    .column-4 h2 {
        font-weight: 600;
        border-bottom: 2px solid #999;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }


    .column-4 li {
        border-bottom: 1px solid #999;
        padding-bottom: 24px;
        margin-bottom: 20px;
    }

    .resource-file-info {
        color: #8a8a8d;
        font-size: .8em;
    }

    .custom-select-menu {
        /*position:absolute;*/
        background-color: #23261D;
        margin-left: -10px;
    }

    .program-finder .custom-select-menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        background-color: #1593A8;
    }

    .program-finder .custom-select-menu li {
        font-size: 24px;
        padding-left: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
        border-bottom: 1px solid #0a8697;
    }

    .selection-made {
        background-color: #1593A8;
        background-image: url(../images/icon-down-arrow-white.png);
        background-repeat: no-repeat;
        background-position: 100% 55%;
    }

    .custom-select-menu label {
        font-size: 24px;
        padding-left: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 36px;
        margin-bottom: 0;
        font-weight: normal;
        width: 100%;
        border-bottom: 1px solid #0a8697;
    }




    .program-selector {
        font-size: 24px;
        padding-left: 10px;
    }

    .content-form {
        padding: 20px;
    }

    .form-field input {
        width: 100%;
        border: 1px solid #2aaac9;
        padding: 8px;
    }

    .form-label {
        font-weight: bold;
        padding: 4px;
    }

    .form-field {
        font-weight: bold;
        padding: 4px;
    }

    .content-form table,
    .content-form td {
        border: 1px solid #2aaac9;
        width: 100%;
    }

    .content-form legend {
        border: 0 none;
    }

    .content-form input[type="submit"] {
        background-color: #2aaac9 !important;
        border: 1px solid #2aaac9;
        color: #fff !important;
        padding: 6px 20px;
    }
}


/* ##########################1024########################1024##########################1024####################1024######*/
@media (min-width: 1024px) {
    .main-box {
        position: relative;
        /* padding-top: 80px !important; */
        /* margin-top: 20px !important; */
    }

    .back-top {
        background-color: #f2f2f2;
        border: 1px solid #8db9ca;
        display: inline-block;
        color: #585858;
        background-image: url(../icons/icon-arrow-back-to-top.png);
        background-repeat: no-repeat;
        background-position: 90% 45%;
        padding: 12px 50px 10px 24px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 10px;
        /*position: absolute; */
        position: fixed;
        bottom: 40px;
        /*right:40px;*/
        z-index: 1000;
        width: 141px;
    }
}
/* ############################768########################## 768 ##################################################### ########## ########## ########## ########## ########## ########## */

@media (min-width: 768px) {

    h1 {
        font-size: 32px;
    }

    h2 {
        margin-top: 40px;
    }

    .homepagecta h2 {
        margin-top: 0;
    }

    h3 {
        font-family: "Proxima Nova",Helvetica, Arial;
        font-weight: bold;
        font-size: 21px;
        margin-top: 32px;
    }

    h4 {
        font-family: "Proxima Nova",Helvetica, Arial;
        font-weight: bold;
        font-size: 16px;
        margin-top: 26px;
    }

    .alert-box h4 {
        margin-top: 8px;
    }

    #sidr, #sidrLeftOverlay {
        display: none !important;
    }

    #bodyElement {
        position: relative !important;
        min-height: 100% !important;
        top: 0px !important;
        width: 100% !important;
        right: 0px !important;
    }

    #nygov-universal-navigation {
        display: initial !important;
    }

    #nygov-universal-navigation-sidr {
        display: none !important;
    }
	
    /* column definitions */

    .col-sm-p-1,
    .col-sm-p-2,
    .col-sm-p-3,
    .col-sm-p-4,
    .col-sm-p-5,
    .col-sm-p-6,
    .col-sm-p-7,
    .col-sm-p-8,
    .col-sm-p-9,
    .col-sm-p-10,
    .col-sm-p-11,
    .col-sm-p-12,
    .col-sm-p-13,
    .col-sm-p-14,
    .col-sm-p-15,
    .col-sm-p-16,
    .col-sm-p-17,
    .col-sm-p-18,
    .col-sm-p-19,
    .col-sm-p-20,
    .col-sm-p-22,
    .col-sm-p-23,
    .col-sm-p-24,
    .col-sm-p-25 {
        float: left;
    }

    .col-sm-p-1 {
        width: 4%;
    }

    .col-sm-p-2 {
        width: 8%;
    }

    .col-sm-p-3 {
        width: 12%;
    }

    .col-sm-p-4 {
        width: 16%;
    }

    .col-sm-p-5 {
        width: 20%;
    }

    .col-sm-p-6 {
        width: 24%;
    }

    .col-sm-p-7 {
        width: 28%;
    }

    .col-sm-p-8 {
        width: 32%;
    }

    .col-sm-p-9 {
        width: 36%;
    }

    .col-sm-p-10 {
        width: 40%;
    }

    .col-sm-p-11 {
        width: 44%;
    }

    .col-sm-p-12 {
        width: 48%;
    }

    .col-sm-p-13 {
        width: 52%;
    }

    .col-sm-p-14 {
        width: 56%;
    }

    .col-sm-p-15 {
        width: 60%;
    }

    .col-sm-p-16 {
        width: 64%;
    }

    .col-sm-p-17 {
        width: 68%;
    }

    .col-sm-p-18 {
        width: 72%;
    }

    .col-sm-p-19 {
        width: 76%;
    }

    .col-sm-p-20 {
        width: 80%;
    }

    .col-sm-p-22 {
        width: 88%;
    }


    .col-sm-p-23 {
        width: 92%;
    }

    .col-sm-p-24 {
        width: 96%;
    }

    .col-sm-p-25 {
        width: 100%;
    }

    .no-collapse-200 {
        min-width: 200px;
    }


    .contact-block {
        margin-bottom: 40px;
    }

        .contact-block h2 {
            margin-top: 0px;
            font-family: "Proxima Nova",Helvetica, Arial;
            font-weight: bold;
            color: #3a4030;
            margin-bottom: 28px;
        }

        .contact-block h1 {
            margin-top: 0px;
            color: #3a4030;
        }

        .contact-block a {
            color: #2aaac9;
        }

    .main-box {
        background-color: #ffffff;
        border: 1px solid #e1ebe9;
        /*padding-left:40px;
      padding-right:0;*/
        /*padding-top:20px;*/
        position: relative;
    }

    .shift-right {
        /*margin-left:40px;*/
        margin-left: 4%;
    }

    .nyserda-left-nav a {
        border-bottom: 1px solid #dadfe1;
        color: #2aaac9;
        font-family: "Proxima Nova",sans-serif;
    }

    .nyserda-left-nav > li > a {
        font-size: 17px;
        padding-left: 0px;
        padding-bottom: 8px;
    }

    .nyserda-left-nav > :first-child {
        /* hold */
    }

    .nyserda-left-nav.item-level5 a,
    .nyserda-left-nav.item-level4 a,
    .nyserda-left-nav.item-level3 a,
    .nyserda-left-nav.item-level2 a {
        font-family: "Proxima Nova",sans-serif;
        font-size: 1.2em;
    }

    .nyserda-left-nav ul {
        list-style-type: none;
        margin-left: 0;
        padding: 0;
        /*border-top:2px solid #77b800;*/
        padding-top: 8px;
        /* margin-top:6px; */
    }

        .nyserda-left-nav ul li {
            padding: 6px 0px;
        }

            .nyserda-left-nav ul li a,
            .nyserda-left-nav ul li {
                border: 0px none;
                color: #717f81;
                font-weight: normal;
                font-size: 15px;
            }

                .nyserda-left-nav ul li.active-left-child {
                    /*border-bottom: 2px solid #77b800;*/
                    color: #717F81;
                }

    .item-level4 .active-left-child {
        border-bottom: 2px solid #77b800 !important;
        /*    padding-bottom: 0px;
    margin-bottom: 6px; */
    }

    .item-level4 ul {
        border-top: 0 none;
    }

    .item-level4 > li:first-child a {
        font-family: "Proxima Nova",sans-serif;
        font-weight: 600;
    }
    /*
  .item-level5 .active-left-child {
    border-bottom: 2px solid #77b800;
  }
*/
    .item-level5 ul {
        border-top: 0 none;
    }

    .item-level5 > li:first-child a {
        font-family: "Proxima Nova",sans-serif;
        font-weight: 600;
    }

    .item-level6 ul.menu-level-4 {
        list-style-type: none;
        margin-left: 0;
        padding: 0;
        border-top: 1px solid #dadfe1;
        padding-top: 8px;
    }

    .item-level7 ul.menu-level-4 {
        list-style-type: none;
        margin-left: 0;
        padding: 0;
        border-top: 1px solid #dadfe1;
        padding-top: 8px;
    }

    .item-level8 ul.menu-level-4 {
        list-style-type: none;
        margin-left: 0;
        padding: 0;
        border-top: 1px solid #dadfe1;
        padding-top: 8px;
    }

    .item-level9 ul.menu-level-4 {
        list-style-type: none;
        margin-left: 0;
        padding: 0;
        border-top: 1px solid #dadfe1;
        padding-top: 8px;
    }

    .item-level6 .active-left-child {
        border-bottom: 2px solid #77b800 !important;
    }

    .item-level7 .active-left-child {
        border-bottom: 2px solid #77b800 !important;
    }

    .item-level8 .active-left-child {
        border-bottom: 2px solid #77b800 !important;
    }

    .item-level9 .active-left-child {
        border-bottom: 2px solid #77b800 !important;
    }

    .nyserda-left-nav.menu-item-level2-selected a,
    .nyserda-left-nav.menu-item-level3-selected a {
        font-family: "Proxima Nova",sans-serif;
        font-weight: 600;
        border-bottom-width: 1px;
    }

    .pf-all-programs {
        margin-top: 70px;
        float: right;
        padding-bottom: 40px;
    }





    /* .left-nav-program-menu a {
  color:#1c52af;
  border-bottom: 1px solid #d3d4d5;
 }*/


    .jumbotron h1 {
        color: #3a4030;
        font-size: 72px;
    }

    .jumbotron h2 {
        color: #3a4030;
        font-size: 20px;
    }

    .jumbotron p {
        font-weight: 800;
    }

    .content-block-border-medium-grey {
        border-left: 2px solid #717f81;
    }

    .content-block-border-blue {
        border-left: 2px solid #52c6e2;
    }

    .content-block-border-green {
        border-left: 2px solid #77b800;
    }

    .content-block-border-white {
        border-left: 2px solid #ffffff;
    }

    .content-block-border-teal-blue {
        border-left: 2px solid #007a87;
    }

    .content-block-border-orange {
        border-left: 2px solid #d77b32;
    }

    .content-block-border-red {
        border-left: 2px solid #9e4344;
    }

    .content-block-border-purple {
        border-left: 2px solid #5d3ca6;
    }

    .content-block-border-dark-grey {
        border-left: 2px solid #454e4a;
    }

    .full-bleed-image {
        padding-top: 50px;
    }

    .content-bottom-margin {
        margin-bottom: 40px;
    }

    .content-block {
        margin-bottom: 40px;
        padding-top: 10px;
        padding-right: 4.1666%;
        padding-left: 19px;
    }

        .content-block h2 {
            margin-top: 0;
        }

            .content-block h2,
            .content-block h2 a {
                color: #3a4030;
            }

    .content-headline h1 {
        margin-top: 5px;
    }

    .content-shift {
        padding-left: 19px;
    }

    .content-block-image { /* default value */
        width: 49%;
        display: inline-block;
    }

        .content-block-image span {
            display: block;
            font-size: 10px;
            padding-top: 10px;
        }

    .content-block-image-20 {
        width: 19%;
        display: inline-block;
    }

    .content-block-image-30 {
        width: 29%;
        display: inline-block;
    }

    .content-block-image-40 {
        width: 39%;
        display: inline-block;
    }

    .content-block-image-60 {
        width: 59%;
        display: inline-block;
    }

    .content-block-image-70 {
        width: 69%;
        display: inline-block;
    }

    .content-block-image-20 span {
        display: block;
        font-size: 10px;
        padding-top: 10px;
    }

    .content-block-image-30 span {
        display: block;
        font-size: 10px;
        padding-top: 10px;
    }

    .content-block-image-40 span {
        display: block;
        font-size: 10px;
        padding-top: 10px;
    }

    .content-block-image-60 span {
        display: block;
        font-size: 10px;
        padding-top: 10px;
    }

    .content-block-image-70 span {
        display: block;
        font-size: 10px;
        padding-top: 10px;
    }

    .content-block-full-image {
        width: 99%;
        display: inline-block;
    }

        .content-block-full-image span {
            display: block;
            font-size: 10px;
            padding-top: 10px;
        }


    .content-block-text { /* default value */
        display: inline-block;
        vertical-align: top;
        width: 49%;
        font-family: "Proxima Nova",Arial;
        font-size: 1.1em;
    }

    .content-block-text-30 {
        display: inline-block;
        vertical-align: top;
        width: 29%;
        font-family: "Proxima Nova",Arial;
        font-weight: normal;
    }

    .content-block-text-40 {
        display: inline-block;
        vertical-align: top;
        width: 39%;
        font-family: "Proxima Nova",Arial;
        font-weight: normal;
    }

    .content-block-text-60 {
        display: inline-block;
        vertical-align: top;
        width: 59%;
        font-family: "Proxima Nova",Arial;
        font-weight: normal;
    }

    .content-block-text-70 {
        display: inline-block;
        vertical-align: top;
        width: 69%;
        font-family: "Proxima Nova",Arial;
        font-weight: normal;
    }

    .content-block-text-80 {
        display: inline-block;
        vertical-align: top;
        width: 79%;
        font-family: "Proxima Nova",Arial;
        font-weight: normal;
    }

    .content-block-text-full {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        font-family: "Proxima Nova",Arial;
        font-weight: normal;
    }

    .content-block-link a {
        color: #2aaac9;
        font-weight: bold;
    }

    .content-block-full-width {
        width: 99%;
    }

    .divider-rule {
        background-color: #c6cccd;
        padding: 1px;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .divider-rule-nomargin {
        background-color: #c6cccd;
        padding: 1px;
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .hero-carousel {
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .hero-carousel img {
            /*max-width:180px;*/
        }

    .carousel-image {
        padding-right: 20px;
    }

    .indented {
        margin-left: 40px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #52c6e2;
    }

    .nav > li > a {
        /*    padding: 10px 15px;
    font-size: 16px;*/
    }


    .primary-nav > li > a,
    .primary-nav li a {
        /*color:#77b800;*/
        color: #006BA6;
        font-family: "Proxima Nova",Arial;
        font-weight: 600;
        font-size: 20px;
    }

    .utility-menu {
        margin-bottom: 21px;
    }

    .utility-social a {
        font-family: "Proxima Nova",sans-serif;
        font-weight: bold;
        font-size: 10px;
        color: #717f81;
        text-transform: uppercase;
    }

    .utility-social li {
        margin-right: 13px;
    }

    .utility-social-tiera {
        margin-top: 10px;
    }

        .utility-social-tiera li {
            margin-right: 33px;
        }

    .utility-social > li > a {
        padding: 2px 0px 4px 0px;
    }

        .utility-social > li > a:hover {
            background-color: transparent;
        }

    .utility-social .facebook {
        color: #3b5998;
    }

    .utility-social .twitter {
        color: #3a87c3;
    }

    .utility-links {
        float: right;
        /*padding-top: 6px;*/ /* BS4 only */
    }

        .utility-links a {
            font-family: "Proxima Nova",sans-serif;
            font-weight: normal;
            font-size: 1.05em;
            color: #717f81;
        }

        .utility-links > li > a:hover {
            background-color: transparent;
        }

        .utility-links > li > a {
            padding: 0px 36px 4px 0px;
        }

    .case-study {
        width: 100%;
        height: 320px;
        padding-top: 40px;
        margin-bottom: 40px;
    }

    .case-study-inner {
        /*margin:0px 40px 40px 40px;*/
        padding: 40px 40px 40px 40px;
        margin: 0px auto;
        width: 88.235%;
    }



        .case-study-inner div, .case-study-inner h1, .case-study-inner h1 a {
            color: #FFF;
            margin: 0;
            /*  position: relative;
  top:40px;
*/
        }

        .case-study-inner h1 {
            font-family: "Proxima Nova",Helvetica, Arial;
            font-size: 22px;
        }


        .case-study-inner .case-text, .case-study-full-inner .case-text {
            font-family: "Proxima Nova",Helvetica, Arial;
            font-size: 16px;
            padding: 4px 0px 4px 0px;
        }

    .content-color-screen-green {
        background: rgba(119, 183, 1, 0.85); /*77b800 - green*/
    }

    .content-color-screen-white {
        background: rgba(255, 255, 255, 0.85); /*ffffff - white*/
    }

    .content-color-screen-black {
        background: rgba(0, 0, 0, 0.85); /*000000 - black*/
    }

    .content-color-screen-medium-grey {
        background: rgba(113, 127, 129, 0.85); /*#717f81 - medium grey*/
    }

    .content-color-screen-teal-blue {
        background: rgba(0, 122, 135, 0.85); /*#007a87 - teal blue*/
    }

    .content-color-screen-blue {
        background: rgba(83, 198, 226, 0.85); /*#52c6e2 - blue*/
    }


    .content-color-screen-orange {
        background: rgba(215,123,50, 0.85); /*#d77b32 - orange 215  123 50  */
    }

    .content-color-screen-red {
        background: rgba(157,67,67, 0.85); /*#9e4344 - red 157 67  67  */
    }

    .content-color-screen-purple {
        background: rgba(92,60,165, 0.85); /*#5d3ca6 - purple 92 60  165 */
    }

    .content-color-screen-dark-grey {
        background: rgba(69,78,74, 0.85); /*#454e4a - dark grey 69 78  74 */
    }

    .example-whole-foods {
        background-image: url("../images/background-whole-foods.png");
        background-size: cover;
    }

    .case-study-byline {
        text-transform: uppercase;
        font-size: 9px;
    }

    .case-study-link a {
        color: #FFF;
        font-family: "Proxima Nova",Helvetica, Arial;
        font-size: 1.1em;
    }

    .case-study-link p {
        margin-top: 0;
        margin-bottom: 30px;
    }


    .programs-link {
        color: #52c6e2;
        font-size: 16px;
        font-weight: bold;
    }

    .programs-link-all {
        color: #52c6e2;
        font-size: 14px;
        font-weight: bold;
    }


    .programs-description {
        color: #717f81;
        font-size: 10px;
        display: block;
    }

    .footer .footer-nys {
        /*      font-family: HelveticaNeueLTStd-BdCn; */
    }

    .footer h2 span {
        display: none;
    }

    .sidebar h3 {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .collapse.quicklinks-menu,
    .collapse.partner-menu,
    .collapse.contact-menu {
        display: block;
    }

    .footer-social > li > a {
        padding: 2px 0px 4px 0px;
        color: #FFF;
    }

    .footer-social a {
        font-family: "Proxima Nova",Arial;
        font-weight: bold;
        font-size: 9px;
        color: #FFF;
        text-transform: uppercase;
    }

    .footer-social li {
        margin-right: 10px;
        border-top: 1px solid #717f81;
    }

    .primary-menu {
        float: left;
        margin: 0;
        padding: 0;
        list-style: none;
    }


        .primary-menu > li > a {
            position: relative;
            display: block;
            padding-bottom: 11px; /* was 18 */
            line-height: 19px; /* 20 */
        }

        .primary-menu li a:hover {
            text-decoration: none;
            color: #52c6e2;
        }

        .primary-menu li a.menu-active {
            border-bottom: 2px solid #006BA6;
            color: #3a4030;
        }

        .primary-menu > li {
            float: left;
            padding: 10px 15px;
            /*    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2.12%;
    padding-right:2.12%;*/
            /*position: relative;  for menus */
        }

    .mobile-menu-open {
        display: none;
    }

    .primary-menu-container {
        margin-top: 30px;
    }

    .primary-menu-container-program {
        /*
  height: 50px; 
  margin-top:25px;
  margin-bottom:20px;
        */
    }

    .program-logo-adjust {
        margin-left: 11px;
    }


    .hero-static {
        padding-top: 37px;
    }

        .hero-static h1 {
            margin: 0;
            font-size: 36px;
            font-family: "Proxima Nova",Arial;
            font-weight: bold;
        }

        .hero-static h2 {
            font-size: 16px;
        }

        .hero-static p {
            margin-bottom: 0;
        }

    .content-block-simple {
        padding-left: 0;
        padding-right: 4.1666%;
    }

        .content-block-simple h1 {
            font-weight: 800;
            font-size: 32px;
        }

        .content-block-simple h2 {
            color: #3a4030;
            margin-top: 40px;
            /*font-size:1.3em;*/
            /*font-size:24px;*/
        }

        .content-block-simple h3 {
            /*font-size:1.5em;*/
            font-weight: bold;
            margin-top: 32px;
            font-size: 21px;
        }

        .content-block-simple h4 {
            /*font-size:1.2em;*/
            font-size: 16px;
            margin-top: 26px;
            font-weight: bold;
        }

        .content-block-simple .content-block-link {
            padding-top: 8px;
        }

    .case-study-full {
        width: 100%;
        height: 500px;
        padding-top: 120px;
        padding-bottom: 120px;
        margin-top: 40px;
    }

    .case-study-full-split {
        width: 100%;
        height: 500px;
        padding: 60px 0 120px 0;
        margin-top: 40px;
    }

    .case-study-full-inner {
        color: #fff;
        padding-bottom: 40px;
        padding-top: 10px;
    }

        .case-study-full-inner h1 {
            font-size: 250%;
            color: #fff;
        }

        .case-study-full-inner h2,
        .case-study-full-inner h2 a {
            font-family: "Proxima Nova",Helvetica, Arial;
        }

        .case-study-full-inner a {
            color: #fff;
        }

        .case-study-full-inner p {
            line-height: 1.7em;
        }



    .case-study-full-link {
        text-transform: uppercase;
    }


    .example-case-study {
        background-image: url("../images/example-case-large.png");
        background-size: cover;
    }

    .case-study-right-column {
        padding-top: 20px;
    }

    .case-study-divider {
        border-bottom: 1px solid #fff;
        font-size: 0;
    }

    .notice-full {
        background-color: #77b800;
        background-image: url(../images/statistic-dots.png);
        color: #fff;
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .notice-full h2 {
            font-weight: bold;
        }

        .notice-full h1 {
            font-weight: bold;
        }

        .notice-full a {
            color: #fff;
            font-weight: bold;
        }

    .notice-see-all-link {
        font-weight: bold;
    }



    .program-finder {
        background-color: #23261d;
        color: #fff;
        margin-top: 40px;
    }

        .program-finder h1 {
            /*   font-family: HelveticaNeueLT-Bold,Helvetica, Arial; */
        }

    .program-finder-drop {
        background-color: #52c6e2;
        padding: 10px;
    }

    .program-finder li {
        color: #fff;
        font-size: 30px;
        border-bottom: 1px solid #333;
    }

        .program-finder li a {
            color: #fff;
        }

    .program-finder-results h2 {
    }

        .program-finder-results h2 span {
            color: #666;
            font-weight: normal;
            font-size: 12px;
        }

    .program-finder-results .show-more {
        text-align: center;
    }

    .program-selector {
        font-size: 30px;
        font-weight: bold;
        padding-top: 36px;
    }

    .show-more-results {
        display: table-cell;
        text-align: right;
        padding-top: 10px;
        font-weight: bold;
        cursor: pointer;
        width: 560px;
    }

    .program-selector a {
        color: #52c6e2;
    }

    .program-selector select {
        background-color: #23261d;
        color: #2aaac9;
        border: 0px none;
        -webkit-text-fill-color: #4ddbff;
    }

        .program-selector select option {
            background-color: #2aaac9;
            color: #FFF;
        }


    .program-finder-results {
        border: 2px solid #23261d;
    }

    #program-results-more {
        display: none;
    }

    .program-finder-learn-more a {
        font-weight: bold;
    }

    .link-cta {
        display: block;
        border-top: 5px solid #2aaac9;
        border-bottom: 5px solid #2aaac9;
        font-family: "Proxima Nova",Helvetica, Arial;
        font-weight: 600;
        font-size: 18px;
        text-decoration: none;
        line-height: 3.25em;
        margin-top: 40px;
        padding-top: 5px;
        padding-bottom: 3px;
    }

        .link-cta:hover {
            text-decoration: none;
        }

        .link-cta .front-text {
            color: #23261d;
        }

        .link-cta .end-text {
            color: #2aaac9;
        }

    .menu-main-wrapper {
        border: 1px solid #EEE;
        background-color: #FFF;
        padding: 20px 0px 20px 0px;
        border-top: 2px solid #2aaac9;
    }

        .menu-main-wrapper ul {
            list-style-type: none;
            padding-left: 0;
            margin-left: 0;
        }

            .menu-main-wrapper ul li a {
                color: #007a87;
                font-family: "Proxima Nova",Arial;
                font-weight: 600;
                font-size: 15px;
            }

        .menu-main-wrapper li {
            padding-bottom: 10px;
        }

            .menu-main-wrapper li span {
                display: block;
                color: #717f81;
                font-size: 11px;
            }

    .mega-menu-box {
        position: relative;
        top: -2px;
    }

    .mega-menu {
        position: absolute;
        z-index: 150;
        width: 100%;
        left: 0;
        top: 68px;
    }

    .mega-menu-narrow {
        position: absolute;
        z-index: 151;
        width: 420px;
        margin-left: -20px;
    }

    .menu-direction-reverse {
        margin-left: -300px;
    }

    .mega-menu-divder {
        border-top: 1px solid #cacaca;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 160px;
        font-size: 0;
    }

    .drop-menu-divider {
        border-top: 1px solid #cacaca;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        font-size: 0;
    }

    .mega-menu-column-left {
        padding-left: 17px;
    }

    .menu-main-wrapper ul.menu-lower-list li a {
        color: #2aaac9;
        font-family: "Proxima Nova",Arial;
        font-weight: 800;
    }

    .menu-main-wrapper ul.menu-lower-list li {
        color: #3a4030;
        font-family: "Proxima Nova",Arial;
        font-weight: 800;
    }



    .menu-main-wrapper .drop-custom-links a {
        color: #2aaac9;
        font-family: "Proxima Nova",Arial;
        font-weight: bold;
        font-size: 12px;
    }

    .col-23-1 {
        width: 4.3478%;
        float: left;
    }

    .col-23-4 {
        width: 17.3912%;
        float: left;
    }

    .col-23-5 {
        width: 21.739%;
        float: left;
    }

    .col-23-6 {
        width: 26.087%;
        float: left;
    }

    .col-23-7 {
        width: 30.4346%;
        float: left;
    }

    .col-23-9 {
        width: 39.1302%;
        float: left;
    }

    .col-23-11 {
        width: 47.8261%;
        float: left;
    }

    .col-23-12 {
        width: 52.1739%;
        float: left;
    }

    .col-23-16 {
        width: 69.5648%;
        float: left;
    }
    /*4.3478%*/

    .menu-primary-1,
    .menu-primary-2,
    .menu-primary-3,
    .menu-primary-4,
    .menu-primary-5 {
        display: none;
    }
    /* TESTING ONLY */


    .menu-image-headline {
        font-family: "Proxima Nova",Arial;
        font-weight: 600;
        font-size: 18px;
        line-height: 18px;
        color: #000;
        padding-top: 12px;
    }

    .menu-image-caption {
        color: #717f81;
    }

    .primary-nav li .menu-image-link a {
        color: #2aaac9;
        text-transform: uppercase;
        font-family: "Proxima Nova",Arial;
        font-weight: bold;
        font-size: 12px;
    }

    nav.primary-nav {
        position: relative;
    }

    .cta {
        margin: 30px 0px 30px 0px;
    }

    .news-block {
        /* */
    }

        .news-block p {
            font-size: 1.05em;
        }

        .news-block .content-block-title {
            color: #2aaac9;
            font-family: "Proxima Nova",Helvetica, Arial;
            font-weight: 800;
            font-size: 36px;
        }

    .content-block-title a {
        color: #3a4030;
    }

    .news-block h2 {
        font-size: 32px;
    }

    .two-column-block h2 {
        font-family: "Proxima Nova",Arial;
        font-weight: bold;
        font-size: 32px;
    }

    .two-column-block .main-link {
        margin-bottom: 0;
    }

        .two-column-block .main-link a {
            color: #2aaac9;
            font-family: "Proxima Nova",Arial;
            font-weight: 600;
            font-size: 22px;
            margin-bottom: 0;
        }

    .two-column-block .main-caption {
        color: #717f81;
        margin-bottom: 0;
        font-family: "Proxima Nova",Arial;
        font-weight: normal;
        font-size: 11px;
    }

    .two-column-block .main-description {
        color: #3a4030;
        font-family: "Proxima Nova",Arial;
        font-weight: normal;
    }

    .two-column-block .column-two {
        padding-top: 44px;
    }

    .most-popular h2 a {
        color: #2aaac9;
        font-family: "Proxima Nova",Helvetica, Arial;
        font-weight: bold;
        font-size: 22px;
        margin-bottom: 0;
    }

    .most-popular h5 {
        color: #717f81;
        margin-bottom: 10px;
        font-family: "Proxima Nova",Helvetica, Arial;
        font-size: 12px;
        line-height: 1.2em;
    }

        .most-popular h5 a {
            color: #2aaac9;
            font-family: "Proxima Nova",Helvetica, Arial;
            font-weight: bold;
            font-size: 14px;
            display: block;
            /*      margin-bottom: 10px;
*/
        }

    .most-popular p {
        color: #3a4030;
        font-family: "Proxima Nova",Helvetica, Arial;
        font-weight: normal;
        font-size: 1.05em;
    }

    .most-popular .column-two {
        padding-top: 40px;
    }

    .col-24-1,
    .col-24-5,
    .col-24-10,
    .col-24-11,
    .col-24-12,
    .col-24-13,
    .col-24-20,
    .col-24-24 {
        float: left;
    }

    .col-24-1 {
        width: 4.1666%;
    }

    .col-24-5 {
        width: 20.833%;
    }

    .col-24-10 {
        width: 41.666%;
    }

    .col-24-11 {
        width: 45.8326%;
    }

    .col-24-12 {
        width: 50%;
    }

    .col-24-13 {
        width: 54.1658%;
    }

    .col-24-20 {
        width: 83.332%;
    }

    .col-24-24 {
        width: 99.984%;
    }

    .col-11-1 {
        float: left;
        width: 9.0909%;
    }

    .col-11-9 {
        float: left;
        width: 81.8182%;
    }

    .col-12-1 {
        float: left;
        width: 8.3333%;
    }

    .col-12-10 {
        float: left;
        width: 83.3333%;
    }

    .col-13-1,
    .col-13-11 {
        float: left;
    }

    .col-13-1 {
        width: 7.692%;
    }

    .col-13-11 {
        width: 84.612%;
    }

    .hero-home {
        height: 475px;
    }

    .hero-home-inner {
        margin-top: 40px;
        color: #FFF;
        padding-bottom: 40px;
    }

        .hero-home-inner h1 {
            margin-top: 40px;
        }

        .hero-home-inner a {
            font-family: "Proxima Nova",Helvetica, Arial;
            font-weight: bold;
            color: #fff;
        }

    .hero-background {
        height: 475px;
        background-size: cover;
    }

    .hiddenContent {
        display: none;
    }

    .hero-navtabs {
        margin-bottom: 40px;
        border-bottom: 1px solid #c6cccd;
    }

    .hero-navtabs-links {
        float: left;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }


        .hero-navtabs-links li {
            text-align: center;
            border-right: 1px solid #c6cccd;
            width: 33.333%;
        }

            .hero-navtabs-links li.last {
                border-right: none;
            }

        .hero-navtabs-links .selected span {
            color: #3a4030;
            /*background-color:#717f81; */
        }

        .hero-navtabs-links .selected {
            color: #717f81;
            background-color: #eee;
        }

        .hero-navtabs-links span {
            font-family: "Proxima Nova",Helvetica, Arial;
            font-weight: bold;
            font-size: 14px;
            color: #52c6e2;
            cursor: pointer;
        }



        .hero-navtabs-links > li > span:hover {
            background-color: transparent;
        }

        .hero-navtabs-links > li > span {
            display: block;
            padding-top: 4px;
            padding-bottom: 4px;
        }
}

.content-container-2col {
    margin-top: 40px;
}

#skip a {
    position: absolute;
    margin-left: -10000px;
    /*top:auto;*/
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    #skip a:hover, #skip a:active, #skip a:focus {
        /*position: static;*/
        margin-left: 0px;
        width: auto;
        height: auto;
        /*float: left;
        margin: 20px 20px 0 0;*/
        z-index: 99999;
        font-size: 11px;
        font-family: arial, Helvetica, sans-serif;
        text-decoration: none;
        /*color: #0E759E;*/
        background-color: #006BA6;
        color: #ffffff;
        padding: 2px;
        letter-spacing: 1px;
    }

.content-right-column h1 {
    font-size: 38px;
    font-weight: bold;
    margin-top: 0;
    color: #3a4030;
}

.divider-light {
    border-bottom: 1px solid #c6cccd;
    width: 100%;
    margin-bottom: 24px;
}


.nyprize {
    background-image: url(../images/nyprize-bg.jpg);
    background-repeat: repeat-x;
}

.hero-program {
    color: #fff;
    height: 460px;
}

    .hero-program h1 {
        font-size: 6em;
        line-height: 1em;
    }

.link-header {
    color: #fff;
    font-weight: bold;
}

.primary-menu-link {
    text-align: right;
    font-size: 18px;
    padding-top: 30px;
    padding-right: 20px;
}

.divider-program {
    padding-top: 1px;
    background-color: #2d3b59;
    margin-bottom: 40px;
}

.col-sm-p-17 .col-sm-p-1 {
    width: 5.882%;
}

.col-sm-p-17 .col-sm-p-5 {
    width: 29.41%;
}

.col-sm-p-17 .col-sm-p-11 {
    width: 64.702%;
}

.col-sm-p-17 .col-sm-p-4 {
    width: 23.528%;
}

.content-blog-posts a {
    color: #1c52af; /*nyprize blue */
}

.blog-list-title a {
}

.blog-list-posted {
    color: #717f81;
}

.blog-list-post {
    margin-bottom: 40px;
}

.active-left {
    border-bottom: 1px solid #77B800;
    color: #000;
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 8px;
    padding-top: 10px;
}

.item-level3 .active-left {
    border-bottom: 1px solid #dadfe1;
    /*border-bottom: 2px solid #77B800;*/
}

.item-level4 .active-left-parent ul li.menu-item-level-4:last-child {
    border-bottom: 1px solid #dadfe1;
}

.item-level4 active-left-parent ul li.active-left-child {
    border-bottom: 2px solid #77B800;
}

.item-level5 .active-left-parent ul li.menu-item-level-4:last-child {
    border-bottom: 1px solid #dadfe1;
}

.item-level5 .active-left-parent ul li.active-left-child {
    border-bottom: 2px solid #77B800;
    /* padding-bottom: 0px;
     margin-bottom: 6px; */
}

.item-level3 .active-left-no-subitems {
    border-bottom: 2px solid #77B800;
}

.item-level4 .active-left-parent > a {
    font-family: "Proxima Nova",Arial;
    font-weight: normal;
    color: #000;
    border-bottom: 0 none;
}

.item-level5 .active-left-parent > a {
    font-family: "Proxima Nova",Arial;
    font-weight: normal;
    color: #000;
    border-bottom: 0 none;
}

.more-link {
    font-weight: bold;
    color: #2aaac9;
    text-transform: uppercase;
    cursor: pointer;
}

.link-visit {
    font-weight: bold;
}

h1 .subtext {
    font-family: "Proxima Nova",Arial;
    font-weight: normal;
    color: #96a8ab;
    font-size: 22px;
}

.menu-news-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

    .menu-news-list li {
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #c6cccd;
    }

    .menu-news-list :first-child {
        border: 0px none;
    }


    .menu-news-list li a {
        cursor: pointer;
        font-family: "Proxima Nova",Arial;
        font-weight: normal;
        font-size: 1.2em;
    }

    .menu-news-list .active a {
        color: #000;
    }

    .menu-news-list li a:hover {
        color: #77b800;
    }

.news-2, .news-3, .news-4, .news-5, .news-6, .news-7 {
    display: none;
}

.menu-news-more {
    margin-bottom: 55px;
}

    .menu-news-more a {
        font-family: "Proxima Nova",Arial;
        font-weight: bold;
        font-size: 1.2em;
    }

.disclaimer {
    text-align: right;
    display: table-cell;
    color: #717f81;
    padding-right: 10px;
    width: 440px;
}



.content-color-solid-green {
    background: rgba(119, 183, 1, 1); /*77b800 - green*/
}

.content-color-solid-white {
    background: rgba(255, 255, 255, 1); /*ffffff - white*/
}

.content-color-solid-black {
    background: rgba(0, 0, 0, 1); /*000000 - black*/
}

.content-color-solid-medium-grey {
    background: rgba(113, 127, 129, 1); /*#717f81 - medium grey*/
}

.content-color-solid-teal-blue {
    background: rgba(0, 122, 135, 1); /*#007a87 - teal blue*/
}

.content-color-solid-blue {
    background: rgba(83, 198, 226, 1); /*#52c6e2 - blue*/
}


.content-color-solid-orange {
    background: rgba(215,123,50, 1); /*#d77b32 - orange 215  123 50  */
}

.content-color-solid-red {
    background: rgba(157,67,67, 1); /*#9e4344 - red 157 67  67  */
}

.content-color-solid-purple {
    background: rgba(92,60,165, 1); /*#5d3ca6 - purple 92 60  165 */
}

.content-color-solid-dark-grey {
    background: rgba(69,78,74, 1); /*#454e4a - dark grey 69 78  74 */
}


.carousel-social {
    margin-top: 10px;
    float: left !important;
}

.jumbotron #texthero h1 {
    margin-top: 45px;
    line-height: 62px;
}

.jumbotron {
    margin-bottom: 0px;
    padding-left: 0;
    /*min-height: 345px;*/
}

.one-content-column {
    margin-top: 20px;
}

.content-column {
    margin-top: 40px;
}

.content-column-1 {
    margin-top: 55px;
}

.disclaimer {
    padding-left: 4%;
    padding-bottom: 10px;
    color: #3a4030;
    font-family: "Proxima Nova",Arial;
    font-weight: normal;
}

.stat-full {
    /*padding-bottom:20px;*/
    padding-top: 40px;
    padding-bottom: 40px;
    color: #ffffff;
}

    .stat-full a {
        color: #ffffff;
    }

    .stat-full h1 {
        font-family: "Proxima Nova",sans-serif;
        font-weight: bold;
        font-size: 82px;
        line-height: 72px;
        margin-top: 0;
    }

    .stat-full h2 {
        font-family: "Proxima Nova",sans-serif;
        font-weight: bold;
        font-size: 32px;
    }

.more-accomplishments {
    color: white;
    text-decoration: underline;
}

.see-all-programs {
    text-align: center;
    margin-top: 30px;
}

.hold-right {
    margin-bottom: 40px;
}

.callout-full {
    margin: 40px 0 0 0;
}

    .callout-full h1 {
        margin-bottom: 20px;
    }


.link-callout-full,
.link-callout-full:hover {
    display: block;
    border-top: 5px solid #2aaac9;
    border-bottom: 5px solid #2aaac9;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: "Proxima Nova",Arial;
    font-weight: bold;
    font-size: 20px;
    color: #2aaac9;
}

.menu-callout-full {
    list-style-type: none;
    padding: 16px 0 0 0;
    margin: 0;
}

.callout-full-menu-col {
    padding-top: 20px;
}

.menu-callout-full li {
    padding: 8px 0px 8px 0px;
    /* border-top:1px solid #c6cccd; */
}

    .menu-callout-full li a {
        color: #2aaac9;
    }

.menu-callout-full :first-child {
    border: 0px none;
}

ul.menu-callout-full a {
    font-size: 15px;
}

.logo-left-adjust {
    padding-left: 11px;
    width: 240px;
}

.resource-download {
    color: #3a4031;
}

.resource-link {
}

.fileinfo {
    color: #717f81;
    font-size: .8em;
}

.muted {
    color: #717f81;
    font-size: .8em;
}

.sidebar-resources-links li {
    padding-bottom: 10px;
    line-height: 18px;
}

.sidebar-resources-links a {
    color: #2aaac9;
    font-weight: normal;
}


.column-3 {
    float: left;
    width: 63.97%;
}

.column-3-gutter {
    float: left;
    width: 7.35%;
}

.column-4 {
    float: left;
    width: 24.264%;
}

.sidebar-links-right {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.resource-reference {
    color: #64666a;
}

.resource-download-right {
    /*font-family: HelveticaNeueLTStd-Hv,Helvetica, Arial;*/
    font-size: 12px;
    color: #8a8a8d;
    text-transform: uppercase;
}

.sidebar-links-right .resource-link-right {
    font-family: "Proxima Nova",Arial;
    font-weight: bold;
}

.break-line {
    display: block;
}

.column-4 h2 {
    font-family: "Proxima Nova",Arial;
    font-weight: 600;
    border-bottom: 2px solid #999;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


.column-4 li {
    border-bottom: 1px solid #999;
    padding-bottom: 24px;
    margin-bottom: 20px;
}

.resource-file-info {
    color: #8a8a8d;
    font-size: .8em;
}

.custom-select-menu {
    /*position:absolute;*/
    background-color: #23261D;
    margin-left: -10px;
}

.program-finder .custom-select-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #1593A8;
}

.program-finder .custom-select-menu li {
    font-size: 24px;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #0a8697;
}

.selection-made {
    background-color: #1593A8;
    background-image: url(../images/icon-down-arrow-white.png);
    background-repeat: no-repeat;
    background-position: 100% 55%;
}

.custom-select-menu label {
    font-size: 24px;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 36px;
    margin-bottom: 0;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #0a8697;
}

.program-selector {
    font-size: 24px;
    padding-left: 10px;
    width: 70%;
}

.list-form {
    border: 1px solid #ccc;
}

    .list-form div {
    }

.form-label {
    float: left;
    width: 25%;
    font-weight: bold;
    padding: 4px;
}

.form-field {
    float: left;
    width: 75%;
    padding: 4px;
}

    .form-field input {
        width: 80%;
        border: 1px solid #2aaac9;
        padding: 8px;
    }

.content-form {
    padding: 20px;
}

    .content-form table,
    .content-form td {
        border: 0px none;
        width: 100%;
    }


    .content-form legend {
        border: 0 none;
    }

    .content-form input[type="submit"] {
        background-color: #2aaac9 !important;
        border: 1px solid #2aaac9;
        color: #fff !important;
        padding: 6px 20px;
    }


/* ##################### END 768 #################################################################################################################### */



@media (min-width: 768px) and (max-width:1001px) {


    .col-sm-p-1-half {
        width: 2%;
    }

    .hidden-midrange {
        width: 0%;
    }


    .col-p-offset-1 {
        margin-left: 4%
    }

    .column-reducer {
        width: 2% !important;
    }

    .hold-right {
        float: right !important;
    }
}

@media (min-width: 920px) and (max-width:984px) {
    .primary-nav > li > a,
    .primary-nav li a {
        font-size: 20px;
    }

    .primary-menu > li {
        padding: 10px 10px;
    }

    .utility-links > li > a {
        padding: 4px 30px 4px 0px;
    }
}


@media (min-width: 768px) and (max-width:919px) {
    .primary-nav > li > a,
    .primary-nav li a {
        /*font-size:18px;*/
        font-size: 16px;
    }

    .primary-menu > li {
        padding: 10px 8px;
    }

    .utility-links > li > a {
        padding: 4px 20px 4px 0px;
    }


    .hypShareLinks {
        font-size: 7px;
    }
}

@media only screen and (max-width:767px) {
    .content-block-simple h2, h2 {
        font-weight: bold;
        font-size: 21px;
        color: #3a4030;
    }

    #phheadersharetoolstiera_0_alertrow h2 {
        color: #ffffff;
    }

    h3 {
        font-weight: 500 !important;
        font-size: 20px !important;
    }

        h4 {
            font-weight: 800 !important;
            font-size: 16px !important;
        }
    }

    /* end media query ##################################################################################################################################*/

    /* begin NYSERDA Legacy Styles */

    span.imgCap {
        margin: 10px;
        padding: 4px;
        float: right;
        overflow: hidden;
        background-color: #E0E0E0;
        width: auto;
    }

        span.imgCap b {
            margin: 0px;
            font-size: 11px;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            line-height: 13px;
            color: #000000;
            padding: 4px,4px,4px,4px;
            font-weight: normal;
        }


        span.imgCap strong {
            margin: 0px;
            font-size: 11px;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            line-height: 13px;
            color: #000000;
            padding: 4px,4px,4px,4px;
            font-weight: normal;
        }

    .announce-date {
        color: #333333;
        font-weight: 700;
    }

    .announce-subhead {
        color: #666666;
    }

    table {
        border-collapse: collapse;
    }

    table, td, th {
        border: 1px solid #717F81;
        padding: 3px;
    }

    /*div#content_1_UpdatePanel1 table#searchResultsTable, td, th
{
 border: none !important;
}
 
div#content_1_UpdatePanel1 table,td, th
{
 border: none !important;
}*/



    #divHomepageCTARow .bottommargin {
        padding-bottom: 20px;
    }

    .KillTopMargin {
        margin-top: 0px !important;
    }

    .KillBottomMargin {
        margin-bottom: 0px !important;
    }

    .footnote {
        padding-bottom: 10px;
        padding-top: 20px;
        font-size: 12px;
        color: #666;
    }


    @media print {
        a:link:after, a:visited:after {
            content: "";
        }

        .mobile-left-menu {
            display: none;
            border: 0px none;
        }

        #main {
            display: none;
        }

        #skip {
            display: none;
        }

        .copyright-footer {
            display: none;
        }

        .footer-wrap {
            display: none;
        }
        /*    .program-finder-results{display:none;} */
        .program-finder {
            display: none;
        }

        .link-mobile-menu {
            display: none !important;
        }

        #pnlHeroCarousel {
            display: none !important;
        }

        #heroHomePins {
            min-height: 125px !important;
        }

        #heroHomePinsImage {
            display: none;
        }

        .jumbotron {
            min-height: 125px !important;
        }

        .hero-below {
            display: none;
        }

        .content-block-link a {
            color: #2aaac9 !important;
        }

        .hero-navtabs-links .selected:after {
            border: none;
        }

        button {
            display: none;
        }

        #nygov-universal-navigation {
            display: none;
        }

        .hero-home-inner {
            padding-top: 0;
        }

        #Hero_Module {
            display: none;
        }

        #phfullcolumn_0_leftNav {
            display: none;
        }

        .content-headline {
            padding: 0;
        }

        .mobile-menu > div {
            width: 230px;
            float: right;
        }

        .content-headline h1 {
            padding-left: 20px
        }

        .copyright-footer, .nys-global-footer {
            display: none;
        }
    }


    .prices {
        font-weight: normal;
    }

    /*ul.menu-level-5 {
    margin-left:20px;
}
*/

    /* move ALL level 5 over 20px */
    .menu-level-5 li {
        display: block;
        margin-left: 20px;
    }

        /* for active level 5 */
        .menu-level-5 li .active-level-5 {
            border-bottom: 2px solid #77b800;
        }

    /* for level 4 pages with children */
    .item-level4 ul.menu-level-5-inactive {
        border-top: 2px solid #77b800;
        padding-top: 0px;
        margin-top: 8px;
    }

    ul.menu-level-4 {
        padding-top: 0;
    }






    /* roman new leftnav */

    .item-level4 .menu-level4 {
        border-bottom: 1px solid #dadfe1;
    }

    .item-level5 .menu-level4 {
        border-bottom: 1px solid #dadfe1;
    }

    .item-level6 .menu-level4 {
        border-bottom: 1px solid #dadfe1;
    }

    .menu-item-level3-active > ul {
        border-top: 2px solid #77b800 !important;
    }

    menu-item-level4 a {
        color: inherit;
    }

    .menu-item-level4-active > ul {
        border-top: 2px solid #77b800;
        margin-top: 8px;
    }

    .menu-item-level4-active-no-subitems, .menu-item-level5-active-no-subitems, .menu-item-level6-active-no-subitems {
        border-bottom: 2px solid #77b800 !important;
    }

    .menu-item-level5 {
        display: block;
        margin-left: 10px;
    }

    .menu-item-level5-active > ul {
        border-top: 2px solid #77b800;
        margin-top: 8px;
    }

    .menu-level6 {
        padding-left: 20px;
        padding-bottom: 2px !important;
        border-bottom: 1px solid #dadfe1;
        padding-top: 2px !important;
        border-top: 1px solid #dadfe1;
    }

    .menu-item-level6 {
        display: block;
        background-color: #eee;
    }

    .menu-item-level6 {
        padding-left: 10px !important;
    }

    .menu-item-level3-selected > a {
        font-family: HelveticaNeueLTStd-Cn,Helvetica, Arial;
        color: #000;
        border-bottom: 0 none;
    }

    li.heroHomeNavTabLink span {
        text-transform: uppercase;
    }
    /*
.parent-level-4 {
   border-bottom: 2px solid #77b800;
}
    */
    /* end NYSERDA Legacy Styles */

    #skip a {
        /*display: none;    */
    }

    .btn-gray {
        color: #000;
        background-color: #ececec;
        border-color: #969696;
        padding: 3px 7px 3px 7px;
        border-radius: 1px
    }

    /* END LAYOUT.CSS */


    /* NS-BTN */
    .ns-btn {
        display: block;
        border-radius: 8px;
        margin-bottom: 16px;
        padding: 16px;
        color: #fff !important;
        /*font-family: Verdana, Arial;*/
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        background-repeat: no-repeat;
        background-position: 92% 50%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
    }

    .ns-btn-inline {
        /*margin-right:12px;*/
        margin-right: 5px;
        display: inline-block;
    }

    .ns-btn-xsmall {
        padding: 9px 14px;
        font-size: 14px;
    }

    .ns-btn-small {
        padding: 12px 14px;
        font-size: 16px;
    }

    .ns-btn-tall {
        padding: 24px 14px;
        font-size: 16px;
    }

    .ns-btn-xtall {
        padding: 32px 14px;
        font-size: 16px;
    }

    .ns-btn-vertical {
        padding: 20px 6px 50px 6px;
        font-size: 16px;
        background-position: 50% 85%;
    }

    .ns-btn-width-25 {
        width: 25px;
    }

    .ns-btn-width-50 {
        width: 50px;
    }

    .ns-btn-width-100 {
        width: 100px;
    }

    .ns-btn-width-150 {
        width: 150px;
    }

    .ns-btn-width-200 {
        width: 200px;
    }

    .ns-btn-width-250 {
        width: 250px;
    }

    .ns-btn-width-300 {
        width: 300px;
    }

    .ns-btn-width-350 {
        width: 350px;
    }

    .ns-btn-width-400 {
        width: 400px;
    }

    .ns-btn-width-500 {
        width: 500px;
    }

    .ns-align-left {
        text-align: left
    }

    .ns-align-right {
        text-align: right;
    }


    .ns-btn:hover {
        opacity: 0.9;
        color: #fff;
        text-decoration: none;
    }

    /* standard colors */
    .ns-btn-blue {
        background-color: #0095c5;
    }

    .ns-btn-orange {
        background-color: #f47b29;
    }

    /* color families */
    .ns-btn-red1 {
        background-color: #f84819;
    }

    .ns-btn-red2 {
        background-color: #cf1547;
    }

    .ns-btn-red3 {
        background-color: #fa361e;
    }

    .ns-btn-brown1 {
        background-color: #c56300;
    }

    .ns-btn-brown2 {
        background-color: #783d00;
    }

    .ns-btn-brown3 {
        background-color: #8e7951;
    }

    .ns-btn-brown4 {
        background-color: #c1840d;
    }

    .ns-btn-blue1 {
        background-color: #26335f;
    }

    .ns-btn-blue2 {
        background-color: #3eabcf;
    }

    .ns-btn-blue3 {
        background-color: #2514a7;
    }

    .ns-btn-blue4 {
        background-color: #009da7;
    }

    .ns-btn-blue5 {
        background-color: #2aaac9;
    }

    .ns-btn-blue6 {
        background-color: #006BA6;
    }

    .ns-btn-green1 {
        background-color: #0dc167;
    }

    .complex-image-container {
        border: 1px solid #D9E1E2;
        margin: 13px;
        padding: 2px;
    }

    .complex-image-table {
        margin: 13px;
        padding: 2px;
    }

    .complex-image-cell-top {
        border-top: 1px solid #D9E1E2;
        border-left: 1px solid #D9E1E2;
        border-right: 1px solid #D9E1E2;
    }

    .complex-image-cell-bottom {
        border-left: 1px solid #D9E1E2;
        border-right: 1px solid #D9E1E2;
        border-bottom: 1px solid #D9E1E2;
    }

    .complex-image-panel {
        margin-bottom: auto;
        background-color: #fff;
        /*border: none;*/
        border-radius: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .complex-image-panel-group {
        margin-bottom: 0;
    }

    .complex-image-panel-title {
        text-align: right;
    }

    .complex-image-container img {
        /*width: 100%;*/
    }

    .complex-image-panel-title a {
        color: #2aaac9;
    }

    .complex-image-panel-default > p {
        padding: 6px 15px;
    }

    .complex-image-panel-title a {
        color: #2aaac9;
    }

    a.complex-image-showhidelink span:after {
        content: attr(data-cimg-text);
    }

    a.complex-image-showhidelink:after {
        content: "";
    }

    a.complex-image-showhidelink.collapsed span:after {
        content: "";
    }

    a.complex-image-showhidelink.collapsed:after {
        content: attr(data-cimg-text);
    }

    /* find a program */
    .program-filters {
        border: 1px solid #006BA6;
        padding: 10px;
        margin-bottom: 15px;
    }

        .program-filters legend {
            color: #000;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .program-filters label {
            font-weight: normal;
            padding-left: 4px;
            word-break: break-word;
            top: -5px;
            position: relative;
            display: block;
        }

        .program-filters input {
            height: 13px;
            padding: 0;
            margin: 0;
            vertical-align: bottom;
            position: relative;
            top: -1px;
            *overflow: hidden;
        }

        .program-filters .filter-help {
            top: -2px;
            position: relative;
        }

    .filter-help {
        word-break: normal;
        padding-left: 4px;
    }

    .program-filters .filter-category-select {
        display: flex;
    }

    .program-filters .filter-category-select {
        margin-bottom: 2px;
    }
.subscribe:focus,
.subscribe:visited,
.subscribe:hover,
.subscribe:active, .subscribe {
    outline: none;
    border: none;
    text-decoration: none;
    display: flex;
    padding-top: 10px; /* remove in BS4 */
}

.subscribe > img {
    margin-right: 10px;
}

.subscribe_description {
  display: flex;
  flex-direction: column;
}

    .subscribe_description > span:nth-child(1) {
        width: 100%;
        height: 17px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 15px;
        color: #006ba6;
    }

    .subscribe_description > span:nth-child(2) {
        width: 100%;
        color: #515151;
        font-size: 13px;
    }

@media (max-width: 767px) {
    .vcenter-util-links {
        float: right;
        top: 0%;
    }
}

    @media (max-width:767px) {
        .program-filters {
            margin: 0 20px 20px 20px;
        }

            .program-filters label {
                font-size: 1.25em;
            }

        .filter-column {
            width: 100%;
        }

        .mobile-filters {
            padding-left: 20px;
            padding-right: 20px;
        }

            .mobile-filters button {
                width: 100%;
                font-size: 1em;
                padding: 12px;
                background-color: #006BA6;
                color: #fff;
            }

            .mobile-filters .btn:hover {
                color: #fff;
            }

        .filter-column ~ div > p {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    @media (min-width:768px) {
        .filter-column .collapse {
            display: block !important;
        }

        .mobile-filters {
            display: none;
        }

        .hold-right #filter-wrapper {
            display: none !important;
        }
    }

/*removed by Ticket 974*/
/*
    button.btn:after {
        font-family: 'Icons';
        content: '\e030';
        display: inline-block;
        float: right;
        transition: 0.25s;
    }
*/
    button.collapsed:after {
        font-family: 'Icons';
        /*content: '\e02d';*/
        display: inline-block;
        float: right;
        transform: rotate(180deg);
    }

@media (max-width:767px) {
    .utility-links {
        float: right;
    }
}