﻿body {
    font-family: "Open Sans", Arial, sans-serif;
}

.header {}
.navbar {
    border-bottom: 2px solid #358191;
    border-top: 1px solid #b6cb2b;
}

.divHead {height:50px;background-color: #eaf8fb;}

.divHead2 {
    height: 60px;
    background-color: #358191;
}

.divHead3 {
    height: 110px;
    background-color: #f9f9f9;
    border-bottom: 1px solid silver;
    border-top: 1px solid silver;
}

a:link {
    text-decoration: none;
    color: #358192;
  font-weight:bold;
}
a:hover {
    color: black;
    text-decoration: underline;
    font-weight: bold;
}
a:visited {
    text-decoration: none;
    color: #358192;
    font-weight: bold;

}

#dBanner {
    background: linear-gradient(90deg,rgba(1, 99, 138, 1) 0%, rgba(105, 210, 255, 1) 50%, rgba(0, 101, 140, 1) 100%);

    /*
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.43) 0%, rgba(0, 147, 211, 1) 50%, rgba(0, 0, 0, 0.61) 100%);*/
}
/* selected link */
/*a:active {
    font-weight: 400;
}*/
.CardEA {
    border-bottom: 2px solid #b6cb2b;
}
.eaBlue {background-color: #2f7cb0; }
.eaGrey {
    background-color: #ececec;
}
.eaGrey2 {
    background-color: #f9f9f9;
}

.eaText {
    color: #708090
}

.btnEA1 {
    background-color: #007980;
    color: #fff;
    transition: all .7s;
    border-radius: 0;
}

    .btnEA1:hover {
        color: white;
        background-color: #004c66;
        border-color: #2587be;
    }

.btnEA1-outline {
    border-color: #007980;
    background-color: #fff;
    transition: all .1s;
    color: #007980;
    border-radius: 0;
}

    .btnEA1-outline:hover {
        background-color: #007980;
        color: #fff;
    }

.btnEA2 {
    background-color: #004c66;
    color: white;
    transition: all .7s;
    border-radius: 0;
}

    .btnEA2:hover {
        color: white;
        background-color: #007980;
        border-color: #004c66;
    }


.btnEA2-outline {
    border-color: #004c66;
    background-color: #fff;
    transition: all .1s;
    color: #004c66;
    border-radius: 0;
}

    .btnEA2-outline:hover {
        background-color: #004c66;
        color: #fff;
    }

.btnEA3 {
    background-color: #afafaf;
    color: #fff;
    transition: all .7s;
    border-radius: 0;
}

    .btnEA3:hover {
        color: white;
        background-color: #004c66;
        border-color: #2587be;
    }
