.closeBoxButton {
    background-color: gray !important;
}

.center-modal {
    /*Override parent element and force reveal modal to be positioned to center*/
    position: fixed !important;
    top: 20% !important;
    left: 40% !important;
    margin-top: -50px !important;
    margin-left: -50px !important;
}

.content-blk-spacing-bullets ul {
    list-style: none !important;
    padding-left: 8px !important;
}

.content-blk-spacing-bullets ol li {
    margin-top: 16px !important;
}

.content-blk-spacing-bullets ul li::before {
    content: "\2022";
    color: #333333;
    display: inline-block;
    width: 16px;
    margin-left: -16px;
    font-size: 21px;
}