
:root {
    --h1color: rgb(13,77,136); /*color:   Blue               #0D4D88       rgb(13,77,136)       */
    --h2color: rgb(0, 0, 0); /*color:   Black              #000000       rgb(0, 0, 0)         */
    --h3color: rgba(89, 89, 91, 1); /*color:   Dark Grey          #59595b       rgba(89, 89, 91, 1)  */
    --h4color: rgba(32, 78, 145, 1); /*color:   Hyperlink blue     #204e91       rgba(32, 78, 145, 1) */
}


body {
    -webkit-text-size-adjust: none;
    background: #d5eef7 url("../img/background.jpg") repeat;
    position: relative;
    font-family: Arial, Verdana, sans-serif;
    font-size: .937em;
    line-height: 1.5;
    background-color: #f1f3f2;
    color: #444;
    width: 100%;
}



h1, h2, h3, h4 {
    margin-bottom: unset;
}

h1 {
    border-bottom: 1px solid #0D4D88;
    padding-bottom: 6px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 140%;
    color: var(--h1color);
    line-height: 120%;
    text-transform: none !important;
}

h2 {
    font-size: 140%;
    line-height: 150%;
    font-family: Arial, Verdana, sans-serif;
    font-weight: normal;
    color: var(--h2color);
    text-transform: none !important;
}

h3 {
    font-size: 120%;
    line-height: 140%;
    text-decoration: none;
    font-weight: normal;
}

    h3 a {
        color: var(--h3color) !important;
    }

h4 {
    font-size: 93%;
    line-height: 110%;
    font-weight: normal;
    padding-bottom: 4px;
}

    h4 a {
        color: var(--h4color);
    }



ul.aboutUsLinks li {
    padding-bottom: 0 !important;
    list-style: none!important;
}









/* Links
-------------------------------------------------------------- */

/*a {
    color: #204e91;
    text-decoration: none;
}

    a:focus,
    a:hover {
        color: #6699cc;
        text-decoration: underline;
    }

    a:visited {
    }*/




/*--red-rgba: rgba(226, 55, 66, 0.85);
    --yellow: rgba(236, 154, 41, 1);
    --yellow-rgba: rgba(236, 154, 41, 0.85);
    --lightteal: rgb(216, 239, 242);
    --teal: rgba(15, 139, 141,1);
    --teal-rgba: rgba(15, 139, 141,0.85);
    --dark-teal: rgb(20, 54, 66);
    --dark-teal-rgba: rgba(20, 54, 66, 0.85);
    --almost-white: rgb(251, 251, 251);
    --white: rgb(255, 255, 255);
    --dark-blue: rgb(42, 74, 197);
    --black: rgb(0, 0, 0);
    --light-gray: rgb(201, 201, 201);*/
