﻿.row {
    margin: 0px;
}

.bg-image {
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    position: relative;
}
/* Video Player Hero BG */
.hero-text {
    font-size: calc(1.3em + 1vw);
    font-family: 'Segoe UI';
    font-weight: 600;
    line-height: 1.35em;
}

.hero-text-sub {
    font-size: calc(1em + .5vw);
    font-family: 'Segoe UI';
    font-weight: 600;
    line-height: 1.35em;
}

.hero-text button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: black;
    background-color: #ddd;
    text-align: center;
    cursor: pointer;
}

    .hero-text button:hover {
        background-color: #555;
        color: white;
    }

.hero-border {
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.hero-stat-num {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

.hero-stat-title {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.sLink {
    color: #0e5f96;
    text-decoration: none;
}

    .sLink:hover {
        color: #ff0000;
        text-decoration: underline;
    }

.regButton {
    background-color: #ff0000;
    border-color: #ff0000;
}

    .regButton:hover {
        background-color: #327cb1;
        border-color: #327cb1;
    }

.activeButton {
    background-color: #327cb1;
    border-color: #327cb1;
}

    .activeButton:hover {
        background-color: #ff0000;
        border-color: #ff0000;
    }

.partnerButton {
    background-color: #03548b;
    border-color: #03548b;
}

    .partnerButton:hover {
        background-color: #00365d;
        border-color: #00365d;
    }

.attend-text-title {
    font-size: 24px;
    font-family: 'Knowledge Bold';
    font-weight: 600;
    line-height: 1.25em;
}

.attend-text-content {
    font-size: 16px;
    font-family: 'Knowledge Regular';
    line-height: 1.5em;
}

.SpeakerName {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Segoe UI';
    padding: 5px;
    color: #03548b
}

.speaker-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border-radius: 5px
}

.speaker-img-cr {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    border-radius: 5px
}

</style >
