﻿body {
    font-family: Avenir, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: black;
    font-weight: normal;
    margin-left: 5px;
    margin-bottom: 15px;
}

.ms-rtestate-field ul li, .ms-rteElement-P ul li, .ms-rteFontFace-5 ul li, .ms-rteFontSize-3 ul li {
    background: url('/Areas/IEI/Assets2/images/bullet_green.gif') 0px 7px no-repeat;
    margin-bottom: 10px;
    padding: 0px 5px 0px 18px;
    margin-top: 0px;
    line-height: 20px
}

.FooterCopyrights {
    font-family: Avenir, Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    color: white;
    background-color: #7cc367;
}

.FooterPadding {
    padding: 10px 0 10px 0;
}

.has-border-bottom {
    padding-bottom: 0.5em;
    border-bottom: thin #7cc367 solid;
}

.footer {
    border-top: thin #7cc367 solid;
}

.footer-address {
    border-bottom: thin #7cc367 solid;
}

.footer-questions {
    border-bottom: unset;
}
.footer a:hover {
    background-image: linear-gradient(#fff 50%, #7cc367 50%);
}

/* links in paragraphs */
h1 a:hover, h2 a:hover {
    background-image: linear-gradient(#fff 50%, #7cc367 50%);
}

.ms-rtestate-field a:hover, .ms-rteElement-P a:hover, .ms-rteFontFace-5 a:hover, .ms-rteFontSize-3 a:hover, .ms-rtestate-field ul li a:hover {
    color: #7cc367 !important;
}

/* links in paragraphs */
.ms-rtestate-field a, .ms-rteElement-P a, .ms-rteFontFace-5 a, .ms-rteFontSize-3 a, .ms-rtestate-field ul li a {
    background-image: linear-gradient(#fff 50%, #7cc367 50%);
}

.ms-rtestate-field a:hover, .ms-rteElement-P a:hover, .ms-rteFontFace-5 a:hover, .ms-rteFontSize-3 a:hover, .ms-rtestate-field ul li a:hover {
    color: #7cc367 !important;
}

.content-block a, .content-block a:visited {
    color: #00798E !important;
    text-decoration: underline !important;
    background-image: unset !important;
    transition: color .3s ease-in-out,background .3s ease-in-out,background-size .3s ease-in-out,background-position .3s ease-in-out,background-color .3s ease-in-out;
}

.content-block a:hover {
    color: unset !important;
    text-decoration: unset !important;
}
/* menu **************************************** */
.menucontainer {
    background-color: #7cc367;
}

.menutitle {
    background-image: url('/Areas/IEI/Assets2/images/nav-down.jpg');
    background-color: #7cc367;
}

.menuitem {
    background-image: url('/Areas/IEI/Assets2/images/bullet_blue.gif');
}

.menuitem a:hover {
    background-image: linear-gradient(#fff 50%, #7cc367 50%);
}

.menudropdownbox {
    border: 2px #7cc367 solid;
}

/* sub menu ********************************* */

.submenuitem > div {
    border-right: 2px #7cc367 solid;
}