body, html {
    color: #333;
    height: 100%;
}
.wrapper {
    box-sizing: border-box;
    position: relative;
    /* padding-bottom: 142px; */
    min-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    color: #102554;
}
#banner h1 {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
a {
    color: #102554;
    transition: all 0.3s ease-in-out;
}
a span {
    color: #333;
}
a:hover {
    color: #333;
    text-decoration: none;
}
p {
    color: #333;
    font-size: 1.1em;
}
.uk-button-default {
    color: #102554;
    background: #fff;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.uk-button-primary {
    color: #fff;
    background: #102554;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.uk-button-default:hover, .uk-button-primary:hover {
    color: #fff;
    background: #333;
}
footer {
    background-color: #4B708B;
    /* background: #102554; */
    /* position: absolute; */
    /* bottom: 0; */
    width: 100%;
    box-sizing: border-box;
}
footer p {
    color: rgba(255,255,255,0.8);
}
footer a {
    color: #fff;
}
footer h1{
    color: #fff;
}
#symbol{
    font-weight: bold; 
    font-size: 1.2em;
    color: #4B708B;
}
.presentations{
    text-align: center;
    margin-top: 30px;
}
.pres{
    font-weight: bold; 
    font-size: 1.2em;
    color: #D2A814;
    background-color: #4B708B;
    padding: 20px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.news-container{
    padding: 50px;
    background-color: #4B708B;
}

.news-container h1{
    padding-bottom: 15px;
    text-align: center;
    color: #fff;
}
.news-container a{
    color: #fff;
    font-size: 1.1em;
}
.news-container a:hover{
    color: #D2A814;
    font-size: 1.1em;
}
.news-container .date{
    color: #fff;
    font-weight: bold;
}
.team-container{
    padding: 50px;

    background-color: #D2A814;
}
.team-container h1{
    padding-bottom: 15px;

    text-align: center;
}
.team-container .title{
    font-weight: bold;
}
#mc_embed_signup h1 {
margin: 0;
}
#mc_embed_signup .mc-field-group label {
    color: #fff;
    font-size: 1.1em;
}
.indicates-required{
    color: #fff;
    font-size: 1.1em;

}