﻿
@media (min-width:168px) {
    .HeroTitle

{
    font-size: 24px
}


.HeroDate {
    font-size: 23px;
}


.HeroDesc {
    font-size: 14px;
}


.HeroPostLocation {
    font-size: 16px;
}

}


@media (min-width:375px) {
    .HeroTitle {
        font-size: 30px;
        line-height: 36px
    }


    .HeroDesc {
        font-size: 14px;
    }


    .HeroDate {
        font-size: 23px;
    }


    .HeroPostLocation {
        font-size: 16px;
    }
}


@media (min-width:724px) {
    .HeroTitle {
        font-size: 42px;
        line-height: 48px
    }


    .HeroDesc {
        font-size: 18px;
    }


    .HeroDate {
        font-size: 27px;
    }


    .HeroPostLocation {
        font-size: 18px;
    }
}


.highlight:hover {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 10%, rgba(235,235,235,1) 100%);
}


.HeroTitle {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: #FFFFFF;
    text-shadow: 10px 10px 10px 10px #000;
    letter-spacing: 1.25px;
}


.HeroDate {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #EEEEEE;
}


.HeroPre {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 27px;
}


.HeroPost {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #EEEEEE;
    font-size: 27px;
    letter-spacing: -2.88px;
}


.HeroDesc {
    padding-top: 5px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #555555;
}


.HeroPostLocation {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #EEEEEE;
}


.DayTitle {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #555555;
    padding: 0px;
    padding-bottom: 10px;
    margin: 0px;
    letter-spacing: 0px;
    font-size: 20px;
}


.SpeakerTitle {
    padding-left: 5px;
    padding-top: 0px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #327cb1;
    font-size: 14px;
    line-height: 22px;
}


.SpeakerInt {
    padding-left: 5px;
    padding-top: 0px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #327cb1;
    font-size: 14px;
    line-height: 22px;
}


.SessionTitle {
    padding-left: 5px;
    padding-top: 5px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 24px;
    line-height: 30px;
}


.SessionDesc {
    padding-left: 5px;
    padding-top: 5px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #555555;
    font-size: 16px;
    line-height: 22px;
}






.BannerHeroTitleBg {
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,0) 10%, rgba(0,0,0,1) 100%);
}










.regbutton {
    position: relative;
    background-color: #327cb1;
    border: none;
    font-size: 18px;
    color: #FFFFFF;
    padding: 10px;
    margin-top: 10px;
    border-radius: 8px;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}


    .regbutton:hover {
        content: "";
        color: #000;
        background: #CCC;
    }


    .regbutton:after {
        content: "";
        background: #c5c6c6;
        display: block;
        position: absolute;
        padding-top: 300%;
        padding-left: 350%;
        margin-left: -20px !important;
        margin-top: -50%;
        opacity: 0;
        transition: all 0.8s
    }


    .regbutton:active:after {
        padding: 0;
        margin: 0;
        opacity: 1;
        transition: 0s
    }


canvas {
    display: block;
    vertical-align: bottom;
}
/* ---- particles.js container ---- */


#particles-js {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #327cb1;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
/* ---- stats.js ---- */


.count-particles {
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}


.js-count-particles {
    font-size: 1.1em;
}


#stats, .count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}


#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}


.count-particles {
    border-radius: 0 0 3px 3px;
}








.SlideDeckContainer:hover {
    position: relative;
}




.SlideDeckContainer {
    position: relative;
}


.playBtn {
    position: absolute;
    width: 76px;
    height: 76px;
    left: 50%;
    top: 50%;
    margin-left: -38px; /*half of the width */
    margin-top: -38px; /*half of the height */
    opacity: .7;
}


.SessionTime {
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    bottom: 0;
    right: 0;
    padding-right: 10px;
    padding-bottom: 5px;
    color: #fff;
}




.OnDemandPanel {
    padding: 10px;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.OnDemandPanel:hover {
    background-color: rgba(0, 0, 0,.1);
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.OnDemandPanel a {
    text-decoration: none;
}


.SessionTitle {
    padding-left: 5px;
    padding-top: 5px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 20px;
    line-height: 26px;
}


.SessionDesc {
    padding-left: 5px;
    padding-top: 5px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    line-height: 22px;
}


.SpeakerInt {
    padding-left: 5px;
    padding-top: 0px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #327cb1;
    font-size: 16px;
    line-height: 22px;
}


.BannerTimeBorder {
    xborder-left: 1px solid #CCC;
    xborder-bottom: 1px solid #CCC;
    xborder-right: 1px solid #CCC;
    background: #1c6da4;
    color: #FFF;
    font-weight: 400;
    padding: 5px;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    line-height: 26px;
}


.foo {
    border-top-left-radius: 3px 3px;
    border-top-right-radius: 3px 3px
}


.SessionParent {
    padding: 0px;
    margin: 0px;
    padding-top: 10px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    box-shadow: 2px 2px 3px 2px #ddd;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 1%, rgba(235,235,235,1) 10%, rgba(255,255,255,0) 50%, rgba(235,235,235,1) 100%);
}


.DayTitle {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #000;
    padding: 0px;
    padding-bottom: 5px;
    margin: 0px;
    letter-spacing: 0px;
    font-size: 20px;
}


.regbutton {
    position: relative;
    background-color: #327cb1;
    border: none;
    font-size: 18px;
    color: #FFFFFF;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    border-radius: 8px;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}


.regbutton:hover {
    content: "";
    color: #000;
    background: rgba(0, 0, 0, 0.1);
}


.regbutton:after {
    content: "";
    background: #c5c6c6;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -50%;
    opacity: 0;
    transition: all 0.8s
}


.regbutton:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}


