:root {

    --width-normal: 1367px;
    --width-slim: 870px;
    --utm-blue:#0b2341;
    --utm-blue-rgb: 11, 35, 65;

    --utm-orange: #ff8200;
    --utm-orange-rgb: 255, 130, 4;
    --utm-gray: #a7a9ac;
    --utm-gray-rgb: 167,169,172;
    --utm-gray-light: #f1f1f1;
    --utm-gray-ultralight: #fafafa;
    --utm-limestone:#f0ede3;
    --utm-limestone-rgb:240,237,227;

    
    --utm-robinegg: #b9e1e2;
    --utm-robinegg-rgb: 185,225,226;

    --utm-newblue: #006c93;
    --utm-newblue-rgb: 0,108,147;
    --utm-newblue-light: rgba(0,108,147,0.27);
    --utm-title-font: "Rokkitt";
    --utm-body-font: "Montserrat";
    --utm-heading-evens: "Montserrat";
    --utm-heading-odds: "Rokkitt";


    --utm-smokey: #58595b;
    --utm-smokey-dark: #333333;
   

    /* Accent Colors
    */

    --utm-torch: #E65933;
    --utm-sunsphere: #FED535;
    --utm-eureka: #EBEA64;
    --utm-switchgrass: #ABC178;

  
    --utm-legacy: #579584;
    --utm-valley: #00746F;
    --utm-globe: #006c93;
    --utm-river: #517C96;
    
    --utm-summitt: #B9E1E2;
    --utm-fountain: #2197A9;
    --utm-regalia: #754A7E;
    --utm-leconte: #8D2048;

    --utm-energy: #EE3E80;
    --utm-limestone: #F0EDE3;
    --utm-rock: #A7A9AC;
    --utm-buckskin: #705550;

    
    /* Special Web Palette
        text colors
    */
    --utm-text-gray: var(--utm-smokey);
    --utm-text-black: var(--utm-smokey-dark);
    --utm-text-blue: var(--utm-globe);
    /* texture colors 
        4 grays from light to dark
    */
    --utm-gray1: #F6F6F6;
    --utm-gray2: #E0E0E0;
    --utm-gray3: #CACACA;
    --utm-gray4: #B6B6B6;
    --change-indicator-height-normal: 15vh;
    --change-indicator-height-small:  7.5vh;
    --change-indicator-size: var(--change-indicator-height-normal);
}
h2.text-white,
h3.text-white,
h4.text-white,
h5.text-white,
.text-white{
    color: white !important;
}
.text-orange{
    color : var(--utm-orange)!important;
}
.text-blue{
    color : var(--utm-blue)!important;
}