.ClosestEventblue.news {
    margin: 20px 21px 0 0;
    background: #e3f1f4;
}

.ClosestEvent h2 {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    padding: 20px 0 20px 19px;
    color: black;
    font-weight: normal;
}

.ClosestEventitem {
    padding: 20px 25px 10px 10px;
    display: block;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.5s;
    color: black;
}

.ClosestEventitem:hover {
    background-color: #C6ECF3;
}

.ClosestEventitem img {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top:2px;
} 

.ClosestEventitem .date {
    margin-top: 0px;
    color: #8c8c8c;
    font-weight: bold;
    margin-bottom: 6px;
}

a.ClosestEventheaderLink {
    color: #00acc8;
    font-weight: bold;
    display: block;
    margin-top: 0;
    margin-bottom: 6px;
}

.ClosestEventsubmit {
    display: block;
    clear: both;
    margin-top: 13px;
    margin-bottom: 3px;
    background-color: #00acc8;
    border: 1px solid #00acc8;
    text-align: center;    
    color: white;
    padding: 2px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.4s;    
    margin-right: -14px;
}

.ClosestEventsubmit:hover {    
    box-shadow: none;
    background-color: transparent;
    color: #00acc8;
}
.ClosestEvent h2 {
    color: white;
    background: #00acc8;
}


h2.seminarv3-seminar-header {
    padding-right: 19px;
    text-align: center;
}

.seminar-v3-all-seminar-button-wrapper {
    margin-top: .3em;
    background: #00acc8;
    margin-right: 21px;
    line-height: 3.5em;
    text-align: center;
    margin-bottom: 2em;
}

.seminar-v3-all-seminar-button-wrapper a { 
    text-decoration: none;
    text-transform: uppercase;
    color: white!important;
    display: inline-block;
    width: 100%;
    font-size: 1.2em; 
}

