/* Color Theme Swatches in Hex */
.chz-col-darkbright-blue { color: #100F40!important; }
.chz-col-darkslide-blue  { color: #140E3E!important; }
.chz-col-dark-blue       { color: #171D40!important; }
.chz-col-medium-blue     { color: #6F6D87!important; }
.chz-col-lightslide-blue { color: #BDD7EE!important; }
.chz-col-dark-green{color:#1E4020!important;}
.chz-col-medium-green    { color: #299059!important; }
.chz-col-bright-green    { color: #44A666!important; }
.chz-col-medium-grey     { color: #525859!important; }
.chz-col-light-grey      { color: #8C8C8C!important; }
.chz-col-dark-white      { color: #D9D9D9!important; }
.chz-col-bright-white    { color: #FAFBFC!important; }

.chz-bgcol-darkbright-blue { background-color: #100F40!important; }
.chz-bgcol-darkslide-blue  { background-color: #140E3E!important; }
.chz-bgcol-dark-blue       { background-color: #171D40!important; }
.chz-bgcol-medium-blue     { background-color: #6F6D87!important; }
.chz-bgcol-lightslide-blue { background-color: #BDD7EE!important; }
.chz-bgcol-dark-green      { background-color: #1E4020!important; }
.chz-bgcol-medium-green    { background-color: #299059!important; }
.chz-bgcol-bright-green    { background-color: #44A666!important; }
.chz-bgcol-medium-grey     { background-color: #525859!important; }
.chz-bgcol-light-grey      { background-color: #8C8C8C!important; }
.chz-bgcol-dark-white      { background-color: #D9D9D9!important; }
.chz-bgcol-bright-white    { background-color: #FAFBFC!important; }

/* Gradient in Hex */
linear-gradient (to right, #1C3B29 0%, 21.93973660469055%, #F5F6F5 43.8794732093811%, 71.93973660469055%, #14113C 100%) ;


