#cert-link {
    float: right;
    margin-top: 55px;
}

#vimeoplayer {
    position: absolute;
    margin-left: 25px;
    top: 30px;

}

.lnkClose {
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-left: -560px;
    margin-top: 50px;
}

.lnkClose:hover {
    text-decoration: underline;
    color: #fff;
}

.lnkPlay {
    display: block;
    margin: 20px auto 45px;
    opacity: 0.8;
}

.lnkPlay img {
    display: block;
    margin: 75px auto 45px;
    width: 85px;
}

.lnkPlay:hover {
    opacity: 1;
}

.overlay {
    position: absolute;
    width: 300px;
    height: 200px;
    top: 55px;
    right: 20px;
    /*bottom: 0;
    left: 0;*/
    background: url('../Content/images/bi_video.jpg') no-repeat top right;
    background-size: cover;
    z-index: 2;
}

.overlay video {
    margin: -33px -557px;
    z-index: 99;
}

#bigEvIcon img {
    width: 250px;
    height: 250px;
}

.video_background {
    position: absolute;
    background-image: url("../Content/images/bi_video.jpg");
    min-width: 900px;
    min-height: 579px;
    display: none;
    margin-top: -5px;
    z-index: 1;
}

.accordian-heading b {
    font-size: 14px;
}

sup.reg {
    font-size: 80%;
    vertical-align: super;
    text-decoration: none;
    display: inline-block;
}

div.selected-item {
    font-weight: bold;
    font-size: 1.2em;
}

.accordian-heading {
    font-size: 1.1em;
}

img#blah {
    margin: 10px;
    max-width: 50%;
    height: auto;
}

input.image_position_input {
    margin: -2px 0 0;
}

ul.hide-bullets li {
    list-style-type: none;
}
#DataTables_Table_0 td:last-child {
   min-width: 180px;
}