.hero-section .hero-text h2, h3 {
    line-height: 1.5em;
    padding: 20px 20px;
}

.section-title h2, h3 {
    text-align:center;
    margin-top:10px;
    margin-bottom: 0;
}

.speakerDescription {
    text-align: justify;
}

button.speakerReadMore {
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
    color: #00007f;
}

.hero-section.set-bg {
    padding: 0;
}

.hero-section.set-bg .heroContainer {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 15px 25px 50px;
    background-color: rgba(0, 0, 0, 0.3);
}

.hero-section.set-bg .heroContainer .hero-text {
    padding: 0;
}

.hero-section.set-bg .heroContainer .hero-text ul,
.hero-section.set-bg .heroContainer .hero-text .heroSchedule {
    font-size: 20px!important;
    text-align: center;
    display:inline-block;
    color: #fff;
}

.keyHighlights {
    color: #6a6b7c;
    margin-left: 20px;
}

.section-title h2, h3 {
    font-size: 1.5em !important;
}

.modal-header h4 {
    clear: none;
    position: absolute;
    top: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

.primary-btn.sectionModalButton {
    border: 0;
}

.bootbox-body a:hover,
.bootbox-body a:visited {
    color: #00007f;
}

.bootbox-body ol {
    margin-left: 20px;
    text-align: justify;
}

.modal-body {
    max-height: 300px;
    overflow-y: scroll;
}

.modal-header .close {
    background-color: #fff;
}

.nbmYouTubeVideo {
    float: left;
    margin: 0 20px 10px 0;
}