/* NYSERDA MASTER */
:root {
    --link-off: #0077C8; /* blue */
    --link-active: #339900; /* green */
    --link-hover: #CC0000; /* red */
    --link-visited: #0077C8; /* blue */
}

/* legacy layout style */
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;
}*/

.updated_link_color a,
.updated_link_color a:link,
.updated_link_color a:visited,
.updated_link_color a:hover,
.updated_link_color a:active {
    color: #0077C8 !important;
    text-decoration: none !important;
}

a, a:link, a:visited {
    color: #0077C8;
    text-decoration: underline;
}

    a:hover {
        color: #CC0000;
        border-bottom: 1px #CC0000 solid;
        text-decoration: none;
    }

    a:active {
        color: #339900;
        border-bottom: 1px #339900 solid;
        text-decoration: none;
    }


.nygov-universal-navigation a:hover, .nygov-universal-notification a:hover, .nygov-universal-footer a:hover { /* ticket 928 */
    border-bottom: none;
}
/*.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: none;
}*/

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;
}

@media (min-width:768px) {
    .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 h3 a {
        color: #333;
    }

.sidebar-links {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

    .sidebar-links a {
        color: #0077C8;
    }

        .sidebar-links a:hover {
            color: #CC0000;
        }

    .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: #0077C8;
    font-size: 20px;
    text-decoration: none;
}

    .carousel-title a:hover {
        color: #CC0000;
        border-bottom: none;
    }

.carousel-text {
    font-family: "Proxima Nova",Helvetica, Arial;
    color: #6C797B;
    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;
}

.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;
}

.back-top {
    background-color: #006BA6;
    border: 1px solid #ffffff;
    display: inline-block;
    color: #ffffff !important;
    padding: 6px 6px 6px 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    position: fixed;
    bottom: 40px;
    z-index: 1000;
    width: 112px;
}

    .back-top:hover {
        background-color: #CC0000;
        border: 1px solid #CC0000;
    }

/* 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;
    }

    .jumbotron h1 {
        margin-top: 0;
    }

    .jumbotron {
        margin-bottom: 0px;
        padding: 20px;
    }

        .jumbotron #texthero {
            padding: 0;
        }

    .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-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;
        }






    .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, .link-cta:hover {
        display: block;
        border-top: 5px solid #0077C8;
        border-bottom: 5px solid #0077C8;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none !important;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-top: 11px;
        padding-bottom: 10px;
    }

        .link-cta .front-text {
            /*color: #23261d;*/
            display: block;
        }

        .link-cta .end-text {
            /*color: #2aaac9;*/
            display: block;
        }

    .mobile-menu-cover {
        background-color: #000;
        height: 85px;
    }


    .hiddenContent {
        display: none;
    }

    .hiddenControl {
        display: none !important;
    }



    .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;
                text-decoration: none;
            }

                .hero-home-inner h1 a:hover {
                    border-bottom: none;
                }









    .hero-navtabs-links {
        margin: 0;
    }

    .hero-navtabs {
        width: 100%;
    }

    .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: #0077C8;
            cursor: pointer;
        }

            .hero-navtabs-links li span:hover {
                color: #CC0000;
            }

        .hero-navtabs-links .selected span {
            color: #3a4030;
        }

        .hero-navtabs-links .selected {
            color: #717f81;
            background-color: #eee;
        }

        .hero-navtabs-links button {
            color: #0077C8;
        }

    .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;
    }






    /* 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;
            }






    .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;
    }

    .content-column {
        margin-top: 0px !important;
    }
}


/* ##########################1024########################1024##########################1024####################1024######*/
@media (min-width: 1024px) {
    .main-box {
        position: relative;
    }
}

/* ############################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: 15px;
    }

    h4 {
        font-family: "Proxima Nova",Helvetica, Arial;
        font-weight: bold;
        font-size: 16px;
        margin-top: 26px;
    }

    #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;
    }




    .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%;
    }


    .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; removed QB 999 */
        font-size: 72px;
    }

    .jumbotron h2 {
        /*color: #3a4030; removed QB 999 */
        font-size: 20px;
    }

    .jumbotron p {
        font-weight: 800;
    }



    .full-bleed-image {
        padding-top: 50px;
    }

    .content-bottom-margin {
        margin-bottom: 40px;
    }


    .content-headline h1 {
        margin-top: 5px;
    }

    .content-shift {
        padding-left: 19px;
    }

    

    .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: 33px;
    }

    .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: 10px; /* BS4 only */
    }

        .utility-links a {
            font-family: "Proxima Nova",sans-serif;
            font-weight: normal;
            font-size: 1.05em;
            color: #0077C8;
            text-decoration: none;
        }

        .utility-links > li > a:hover {
            background-color: transparent;
            color: #CC0000;
            border-bottom:0 none;
        }

        .utility-links > li > a {
            padding: 0px 36px 4px 0px;
        }


    .example-whole-foods {
        background-image: url("../images/background-whole-foods.png");
        background-size: cover;
    }


    .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;
        }

   


    .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 #0077C8;
        border-bottom: 5px solid #0077C8;
        font-family: "Proxima Nova",Helvetica, Arial;
        font-weight: 600;
        font-size: 18px;
        text-decoration: none !important;
        line-height: 3.25em;
        margin-top: 40px;
        padding-top: 5px;
        padding-bottom: 3px;
    }

    .link-cta:hover,
    .content-area .link-cta:hover {
        border-top: 5px solid #0077C8;
        border-bottom: 5px solid #0077C8;
    }

        .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;
    }



    



    .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;
            text-decoration: none;
        }

            .hero-home-inner a:hover {
                border-bottom: none;
            }

    .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: 5px;
        margin-bottom: 10px;
    }


        .hero-navtabs-links li {
            text-align: center;
            border-right: 1px solid #c6cccd;
            width: 33.333%;
        }

        .hero-navtabs-links li:last-child {
            border-right: none;
        }

        .hero-navtabs-links .selected button {
            color: #3a4030 !important;
            /*background-color:#717f81; */
        }

        .hero-navtabs-links .selected {
            color: #717f81;
            background-color: #eee;
        }

        .hero-navtabs-links button {
            font-family: "Proxima Nova",Helvetica, Arial;
            font-weight: bold;
            font-size: 14px;
            color: #0077C8 !important;
            cursor: pointer;
            margin: 0px auto;
        }



        .hero-navtabs-links > li > button:hover {
            background-color: transparent;
            color: #CC0000;
        }

        .hero-navtabs-links > li > button {
            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;
}

.more-link {
    font-weight: bold;
    color: #0077C8;
    text-transform: uppercase;
    cursor: pointer;
}

    .more-link:hover {
        color: #CC0000;
        border-bottom: 1px #CC0000 solid;
    }

.link-visit {
    font-weight: bold;
}

h1 .subtext {
    font-family: "Proxima Nova",Arial;
    font-weight: normal;
    color: #96a8ab;
    font-size: 22px;
}



.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-green-acc {
    background: rgba(85, 131, 0, 1); /*558300 - green - accessibility compatible */
}

.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-medium-grey-acc {
    background: rgba(108, 121, 123, 1); /*#6C797B - medium grey - accessibility compatible */
}

.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-blue-acc {
    background: rgba(74, 185, 216, 1); /*#4AB9D8 - blue - accessibility compatible */
}

.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 {
    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;
}



.more-accomplishments {
    color: white;
    text-decoration: underline;
}

.see-all-programs {
    text-align: center;
    margin-top: 30px;
}

.hold-right {
    margin-bottom: 40px;
}


.logo-left-adjust {
    padding-left: 11px;
    width: 240px;
}

.resource-download {
    color: #3a4031;
}



.fileinfo {
    color: #767676;
    font-size: .8em;
}

.muted {
    color: #717f81;
    font-size: .8em;
}

.sidebar-resources-links li {
    padding-bottom: 10px;
    line-height: 18px;
}

.sidebar-resources-links a {
    color: #0077C8;
    font-weight: normal;
    text-decoration: underline;
}

    .sidebar-resources-links a:hover {
        color: #CC0000;
        text-decoration: none;
    }

.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 15px 4px 0px;
    }


    .hypShareLinks {
        font-size: 7px;
    }
}


@media only screen and (max-width:767px) {
    .microsite-col-3 > div {
        padding: 20px;
    }

    .microsite-col-3 > div .content-headline {
        padding: 0;
    }

    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;
    }



    .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 #0077C8;
    }

/* for level 4 pages with children */
.item-level4 ul.menu-level-5-inactive {
    border-top: 2px solid #0077C8;
    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 #0077C8 !important;
}

menu-item-level4 a {
    color: inherit;
}

.menu-item-level4-active > ul {
    border-top: 2px solid #0077C8;
    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 #0077C8 !important;
}

.menu-item-level5 {
    display: block;
    margin-left: 10px;
}

.menu-item-level5-active > ul {
    border-top: 2px solid #0077C8;
    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 */

.complex-image-text {
    max-width: 35%;
    float: left;
    margin-right: 20px;
    margin-bottom: 0px;
}

    .complex-image-text img {
        margin-bottom: 10px;
    }

.complex-image-table {
    border: 1px solid #D9E1E2;
    margin: 13px;
    padding: 2px;
}

.complex-image-panel {
    margin-bottom: auto;
    background-color: #fff;
    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-panel-body {
    padding: 6px 15px;
}

.complex-image-cell-top img {
    width: 100%;
}

.complex-image-panel-title a {
    color: #2aaac9;
}

.complex-image-panel-default > p {
    padding: 6px 15px;
}

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; */ /* removed in QB 1015 */
    border: none;
    text-decoration: none;
    display: flex;
    /*padding-top: 10px; */ /* remove in BS4 */
}

    /* subscribe button */
    .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;
        line-height: 13px;
        padding-top: 4px;
    }

    .subscribe_description:hover > span {
        color: #CC0000;
    }

@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 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;
    }

    .fileinfo {
        font-size: 0.8em;
    }

    .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;
    }

    .complex-image-text {
        max-width: 100%;
        float: none;
        margin-right: 0px;
        margin-bottom: 0px;
    }

        .complex-image-text img {
            margin-bottom: 0px;
        }
}



.search-results-link {
    font-weight: bold;
}

.panel-title a:hover {
    color: #CC0000;
}

/* backwards compatibility support */
.img-responsive {
    max-width: 100%;
    height:auto;
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}