a:hover {
    color: red;
}

.bold {
    font-weight: bold;
}

.sectionHeader {
    font-weight: bold;
    text-decoration: underline;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.BN-mainPageDiv {
    WIDTH: 100%;
    MARGIN-TOP: 57px;
    MIN-HEIGHT: 135px
}

.BN-topMargin {
    MARGIN-TOP: 57px
}

#myBtn {
    FONT-SIZE: 18px;
    CURSOR: pointer;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    RIGHT: 30px;
    BORDER-BOTTOM: medium none;
    POSITION: fixed;
    COLOR: white;
    OUTLINE-WIDTH: medium;
    PADDING-BOTTOM: 15px;
    PADDING-TOP: 15px;
    OUTLINE-STYLE: none;
    PADDING-LEFT: 15px;
    BORDER-LEFT: medium none;
    Z-INDEX: 99;
    DISPLAY: none;
    OUTLINE-COLOR: invert;
    PADDING-RIGHT: 15px;
    BOTTOM: 20px;
    BACKGROUND-COLOR: #f44336;
    border-radius: 4px
}

