﻿/* v103023-1 */
:root {
    --solid-green: rgba(119, 183, 1, 1);
    --solid-green-accessible: rgba(85, 131, 0, 1);
    --solid-dark-blue: rgba(0, 107, 166, 1);
    --solid-light-blue: rgba(42, 170, 201, 1);
    --solid-white: rgba(255, 255, 255, 1);
    --solid-black: rgba(0, 0, 0, 1);
    --solid-medium-grey: rgba(113, 127, 129, 1);
    --solid-medium-grey-accessible: rgba(108, 121, 123, 1);
    --solid-teal-blue: rgba(0, 122, 135, 1);
    --solid-blue: rgba(83, 198, 226, 1);
    --solid-blue-accessible: rgba(74, 185, 216, 1);
    --solid-retrofitny-lightblue: rgba(243, 246, 255, 1);
    --solid-retrofitny-blue: rgba(182, 231, 243, 1);
    --solid-orange: rgba(215,123,50, 1);
    --solid-red: rgba(157,67,67, 1); /*#9e4344 - red 157 67  67  */
    --solid-purple: rgba(92,60,165, 1); /*#5d3ca6 - purple 92 60  165 */
    --solid-dark-grey: rgba(69,78,74, 1); /*#454e4a - dark grey 69 78  74 */
    --screen-green: rgba(119, 183, 1, 0.85); /*77b800 - green*/
    --screen-green-acc: rgba(85, 131, 0, 1); /*558300 - green - accessibility compatible */
    --screen-dark-blue: rgba(0, 107, 166, 0.85); /*006ba6 - NYSERDA Blue*/
    --screen-light-blue: rgba(0, 119, 200, 0.85); /*0077C8 - new light Blue*/
    --screen-white: rgba(255, 255, 255, 0.85); /*77b800 - white*/
    --screen-black: rgba(0, 0, 0, 0.85); /*000000 - black*/
    --screen-medium-grey: rgba(113, 127, 129, 0.85); /*#717f81 - medium grey*/
    --screen-medium-grey-acc: rgba(108, 121, 123, 1); /*#6C797B - medium grey* - accessibility compatible */
    --screen-teal-blue: rgba(0, 122, 135, 0.85); /*#007a87 - teal blue*/
    --screen-blue: rgba(83, 198, 226, 0.85); /*#52c6e2 - blue*/
    --screen-blue-acc: rgba(74, 185, 216, 1); /*#4AB9D8 - blue - accessibility compatible */
    --screen-retrofitny-lightblue: rgba(243, 246, 255, 0.85); /*#f3f6ff - RetrofitNY-LightBlue*/
    --screen-retrofitny-blue: rgba(182, 231, 243, 0.85); /*#b6e7f3 - RetrofitNY-Blue*/
    --screen-orange: rgba(215,123,50, 0.85); /*#d77b32 - orange 215  123 50  */
    --screen-red: rgba(157,67,67, 0.85); /*#9e4344 - red 157 67  67  */
    --screen-purple: rgba(92,60,165, 0.85); /*#5d3ca6 - purple 92 60  165 */
    --screen-dark-grey: rgba(69,78,74, 0.85); /*#454e4a - dark grey 69 78  74 */
}

/* BEGIN - /sitecore/content/Globals/NYSERDA/Background Colors */
.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-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-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-retrofitny-lightblue {
    background: rgba(243, 246, 255, 1); /*#f3f6ff - RetrofitNY-LightBlue*/
}

.content-color-solid-retrofitny-blue {
    background: rgba(182, 231, 243, 1); /*#b6e7f3 - RetrofitNY-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-green-acc {
    background: rgba(85, 131, 0, 1); /*558300 - green - accessibility compatible */
}

.content-color-screen-dark-blue {
    background: rgba(0, 107, 166, 0.85); /*006ba6 - NYSERDA Blue*/
}

.content-color-screen-light-blue {
    background: rgba(0, 119, 200, 0.85); /*0077C8 - new 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-medium-grey-acc {
    background: rgba(108, 121, 123, 1); /*#6C797B - medium grey* - accessibility compatible */
}

.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-blue-acc {
    background: rgba(74, 185, 216, 1); /*#4AB9D8 - blue - accessibility compatible */
}


.content-color-screen-retrofitny-lightblue {
    background: rgba(243, 246, 255, 0.85); /*#f3f6ff - RetrofitNY-LightBlue*/
}

.content-color-screen-retrofitny-blue {
    background: rgba(182, 231, 243, 0.85); /*#b6e7f3 - RetrofitNY-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 */
}


.content-color-screen-light-blue-two,
.content-color-solid-light-blue-two {
    background: #f3f6ff;
}

.content-color-screen-gray,
.content-color-solid-gray {
    background: #ededed;
}

.content-color-screen-light-gray,
.content-color-solid-light-gray {
    background: #f7f7f7;
}






