:host, :root{
    --fa-li-margin: 1.5em;
    --subnav-height:85px;
    --ice-blue:#BEDDFF;
    --drk-blue:#041B35;
    --drk-blue2: #002D69;
    --deep-blue: #002461;
    --cdata-blue: #00a0ff;
    --high-lime: #7DE926;
    --high-lime2: #6fe04e;
    --aqua: #05BDE4;
    --grayish-blue: #ACB2C1;
    --roboto: Roboto,"Helvetica Neue",arial,verdana,sans-serif;
    --pale-blue: #F2FAFF;
    --pale-blue2: #def2ff;
    --dots-abstract-circles5-height:100%;
}
html {
   scroll-behavior: smooth;
}
a.anchor {
   position: absolute;
   width: 100%;
   visibility: hidden;
   top: 0;
   left: 0;
}
.site-nav, #header_buffer, .top-level-nav .nav-items, .top-level-nav .contact-info, #site-footer {
    display: none;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: var(--roboto);
}
.ice-blue{
    color:var(--ice-blue);
}
.aqua{
    color: var(--aqua);
}
.deep-blue{
    color:var(--deep-blue);
}
.pageUpper{
    background: var(--drk-blue);
    background: -moz-linear-gradient(157deg, var(--drk-blue) -4.1%, var(--drk-blue2) 34.35%, var(--cdata-blue) 117.74%);
    background: -webkit-linear-gradient(157deg, var(--drk-blue) -4.1%, var(--drk-blue2) 34.35%, var(--cdata-blue) 117.74%);
    background: linear-gradient(157deg, var(--drk-blue) -4.1%, var(--drk-blue2) 34.35%, var(--cdata-blue) 117.74%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#041b35",endColorstr="#00a0ff",GradientType=1);
}
#top-navigation-cloud{
    border-bottom:1px solid rgb(255 255 255 / 15%);
    box-shadow:none;
    background:transparent;
    position: relative;
}
.lp-logo-wrapper{
    padding: 23px 0 32px;
    margin-right: 40px;
    line-height:24px;
}
.lp-navbar-brand{
    margin-right:16px;
    padding-top:5px;
    padding-bottom:5px;
    line-height:30px;
}
.lp-logo-wrapper img{
    width:100px;
}
.lp-navbar-collapse{
    display:flex;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
}
.lp-navbar-collapse h1{
    font-size:16px;
    font-weight:300;
    line-height:24px;
}
.lp-navbar-collapse .sub-nav-links{
    display: flex;
    margin:0 35px 0;
}
.lp-navbar-collapse .sub-nav-links .sub-nav-links_link{
    margin:0 15px;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
}
.heroTop{
    padding-bottom: 100px;
    padding-top:130px;
    position:relative;
}
.heroTop.registerPage{
    min-height: calc(100vh - 100px);
    padding-top:65px;
}
.heroTop.registerPage .formWrapper{
    background:rgb(255 255 255 / 8%);
    margin-top:30px;
    
}
.heroTop.registerPage .formWrapper .formInner{
    padding:40px 60px;
}
.heroTop.registerPage .formWrapper .formInner h2{
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
}
.heroTop.registerPage .formWrapper .formInner form .col-form-label{
    color:#ffffff;
    align-self: center;
}
.heroTop.registerPage .formWrapper .formInner form input.form-control{
   background-color:transparent;
   border: 1px solid rgb(255 255 255 / 80%);
   color:#ffffff;
   height:auto;
   padding: 10px;
   font-size: 15px;
}
.heroTop.registerPage .formWrapper .formInner form input.form-control::placeholder{
    color:#ffffff;
}
.heroTop.registerPage .formWrapper .formInner form input.form-control:focus{
    box-shadow: none;
    border: 1px solid rgb(255 255 255 / 100%);
}
#ctl00_ctl00_content_content_lblMessage{
    display: block;
    text-align: left;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}
.formError[style*="inline"]{
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    display: block !important;
    background: #fae5e5;
    padding: 3px 10px;
    border-radius: 4px;
    color: #ac2022 !important;
    margin-top: 2px;
}

.heroTop img.dv-type{
    width:710px;
    height:auto;
    max-width: 100%;
    display: block;
    margin:0 auto 30px;
}
.heroTop img.partner-logo{
    height:auto;
    max-width: 100%;
    display: block;
    margin:16px auto;
}
.heroTop img.partner-logo.forrester{
    width:180px;
}
.heroTop img.partner-logo.google{
    width:250px;
}
.heroTop img.partner-logo.scorpion{
    width:180px;
}
.heroTop .dateWrapper h3{
    margin-bottom:26px;
}

.inCollaborationWith{
    padding: 80px 0 0;
}
.accentBar_upper{
    background: var(--aqua);
    background: -moz-linear-gradient(90deg, var(--aqua) -26.79%, var(--high-lime) 100%);
    background: -webkit-linear-gradient(90deg, var(--aqua) -26.79%, var(--high-lime) 100%);
    background: linear-gradient(90deg, var(--aqua) -26.79%, var(--high-lime) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#05bde4",endColorstr="#7de926",GradientType=1);
    width:100%;
    height:15px;
}
.accentBar_lwr{
    background: var(--deep-blue);
    background: -moz-linear-gradient(270deg, var(--deep-blue) -25.79%, var(--aqua) 37.73%, var(--high-lime) 100%);
    background: -webkit-linear-gradient(270deg, var(--deep-blue) -25.79%, var(--aqua) 37.73%, var(--high-lime) 100%);
    background: linear-gradient(270deg, var(--deep-blue) -25.79%, var(--aqua) 37.73%, var(--high-lime) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002461",endColorstr="#7de926",GradientType=1);
    width:100%;
    height:15px;
}
.card-border-left{
    padding:35px 25px;
}
.card-border-left::before{
    background: var(--aqua);
    background: -moz-linear-gradient(46deg, var(--aqua) -8.92%, var(--high-lime) 70.63%);
    background: -webkit-linear-gradient(46deg, var(--aqua) -8.92%, var(--high-lime) 70.63%);
    background: linear-gradient(46deg, var(--aqua) -8.92%, var(--high-lime) 70.63%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#05bde4",endColorstr="#7de926",GradientType=1);
}
.countdown{
    margin-top: 60px;
}
.time-value, .time-label{
    text-align: center;
}
.time-value i.fa-spin{
    opacity:0.25;
    color:var(--grayish-blue)
}
.time-value{
    color:var(--deep-blue);
    font-size: 72px;
    line-height: normal;
    font-family: var(--roboto);
    font-weight: 700;
}
.time-label{
    color:var(--grayish-blue);
    font-size: 24px;
    font-family: var(--roboto);
    font-weight: 400;
}
h2.top-stripe{
    position: relative;
    display: inline-block;
    padding-top:20px;
}
h2.top-stripe.deep-blue{
    color:var(--deep-blue)
}
h2.top-stripe::before{
    position:absolute;
    width:100%;
    height:10px;
    content:'';
    top:0;
    left:0;
}
h2.top-stripe.deep-blue::before{
    background:var(--deep-blue);
}
h2.top-stripe.white::before{
    background:#ffffff;
}
.sessions{
    background:var(--pale-blue);
    position: relative;
}

.sessions::before{
    position:absolute;
    content:'';
    background: url("../../ui/img/redesign/backgrounds/rectangle-fade-angle-up.svg") no-repeat 0 0 / 100%;
    bottom: -20%;
    left: 0;
    width:100%;
    height: 100%;
    z-index: -1;
}

.sessions .speakerImgWrapper{
    flex:0 0 auto;
    width:205px;
    height:205px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    box-sizing: border-box;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    top:-65px;
    left: 50%;
    transform: translateX(-50%);
}
.sessions .speakerImgWrapper::before{
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 1;
    border-radius: inherit; 
    background: var(--aqua);
    background: -moz-linear-gradient(46deg, var(--aqua) -8.92%, var(--high-lime) 70.63%);
    background: -webkit-linear-gradient(46deg, var(--aqua) -8.92%, var(--high-lime) 70.63%);
    background: linear-gradient(46deg, var(--aqua) -8.92%, var(--high-lime) 70.63%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#05bde4",endColorstr="#7de926",GradientType=1);
    opacity: 0.75;
} 
.sessions .speakerImgWrapper .speakerHead{
    width:175px;
    height:175px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}
.sessions .speakerImgWrapper .speakerHead::before{
    width: 190px;
    height: 190px;
    content: '';
    background: rgb(255 255 255 / 35%);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    z-index: 2;
}
.sessions .speakerImgWrapper .speakerHead  img{
    width:100%;
    height: auto;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    z-index: 3;
}
.sessions .speakerBadge{
    padding:30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 250px;
    margin-top:65px;
    margin-bottom: 30px;
}
.sessions .speakerBadge .speakerBadgeBuffer{
    flex:0 0 auto;
    height:130px;
}
.sessions .speakerBadge .speakerNameWrapper{
    color:var(--deep-blue);
    text-align: center;
    /* align-self: flex-end; */
    flex: 1 1 auto;
    line-height: 1.15;
}
.sessions .speakerBadge .speakerNameWrapper .speakerName{
    font-size: 22px;
    font-weight: 700;
}
.sessions .speakerBadge .speakerNameWrapper .speakerTitle{
    font-size: 16px;
}

.agenda{
    background: var(--drk-blue);
    background: -moz-linear-gradient(341deg, var(--drk-blue) -17.32%, var(--drk-blue2) 47.35%, var(--cdata-blue) 139%);
    background: -webkit-linear-gradient(341deg, var(--drk-blue) -17.32%, var(--drk-blue2) 47.35%, var(--cdata-blue) 139%);
    background: linear-gradient(341deg, var(--drk-blue) -17.32%, var(--drk-blue2) 47.35%, var(--cdata-blue) 139%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#041b35",endColorstr="#00a0ff",GradientType=1);
}
.agenda .agendaSlot{
    padding:40px 0;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.agenda .agendaSlot:last-child{
    border-bottom: none;
}
.agenda .agendaSlot:first-of-type{
    padding:0 0 40px;
}
.agendaSlot .sessionTime{
    background: var(--high-lime);
    text-align: center;
    font-size: 16px;
    color:var(--deep-blue);
    padding: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
}
.agendaSlot .sessionSpeaker{
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
    color:#ffffff;
}
.agendaSlot .speakerLabel{
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--aqua);
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}
.agendaBlock{
    background:rgb(255 255 255 / 5%);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 24px;
    box-sizing: border-box;
    height: 100%;
}
.lp-cta{
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: var(--pale-blue2);
}
.lp-cta.dots-abstract-circles.variant5::before{
    background-size: cover;
    background-position: 0 50%;
}

.btn-lime{
    background: var(--high-lime);
    border-radius: 5px;
    display: inline-block;
    color:var(--deep-blue);;
    padding: 8px 18px;
    font-family: var(--roboto);
    font-size: 14px;
    font-weight: 500;
}
.btn-lime:hover, .btn-lime:focus{
    color: var(--deep-blue);
}

@media (min-width:1200px){
    .heroTop h3.subHead{
        max-width: 735px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width:1199px){
    .sessions .speakerImgWrapper{
        width:180px;
        height:180px;
    }
    .sessions .speakerImgWrapper .speakerHead{
        width:150px;
        height:150px;
    }
    .sessions .speakerImgWrapper .speakerHead::before{
        width: 165px;
        height: 165px;
    }
    .sessions .speakerBadge .speakerNameWrapper .speakerName{
        font-size: 18px;
    }
    .sessions .speakerBadge .speakerBadgeBuffer{
        height:100px;
    }
    .heroTop img.partner-logo.forrester, .heroTop img.partner-logo.scorpion{
        width:160px;
    }
    .lp-navbar-collapse h1{
        font-size:13px;
        line-height:18px;
        font-weight:400;
        padding-right:20px;
    }
    .lp-navbar-collapse .sub-nav-links{
        margin: 0 15px 0
    }
    
}
@media (max-width:991px){
    .lp-logo-wrapper{
        margin-right:20px;
    }
    
    .sessions .speakerImgWrapper{
        width:165px;
        height:165px;
    }
    .sessions .speakerImgWrapper .speakerHead{
        width:145px;
        height:145px;
    }
    .sessions .speakerImgWrapper .speakerHead::before{
        width:155px;
        height:155px;
    }
    .sessions .speakerBadge{
        height:205px;
    }
    .sessions .speakerBadge .speakerBadgeBuffer{
        height:85px;
    }
    .sessions .speakerBadge .speakerNameWrapper .speakerName{
        font-size: 20px;
    }
    .sessions .speakerBadge .speakerNameWrapper .speakerTitle{
        font-size: 15px;
    }
    .heroTop.registerPage .formWrapper .formInner {
        padding: 40px 50px;
    }
    .lp-navbar-collapse .sub-nav-links{
        display: none;
    }
   
}
@media (max-width:767px){
   
    
    #top-navigation-cloud{
        padding-top:0;
        padding-bottom:0;
    }
    #top-navigation-cloud .container{
        width:100%;
    }
    .agendaSlot .sessionTime{
        font-size: 1.2rem;
    }
    .agendaSlot > .row.d-flex{
        gap:15px
    }
    .heroTop{
        padding-top:80px;
        padding-bottom: 80px;
    }
    .row.d-flex.topCards{
        gap:24px
    }
    .time-value{
        font-size:60px;
    }
    .time-label{
        font-size: 20px;
    }
    .heroTop img.partner-logo.forrester, .heroTop img.partner-logo.scorpion{
        width:140px;
    }
}
@media (max-width:575px){
    .lp-navbar-collapse h1{
        display:none;
    }
    #top-navigation-cloud, #top-navigation-cloud-buffer{
        display:block;
    }
    .heroTop.registerPage .formWrapper .formInner{
        padding: 40px 30px;
    }
    .time-value{
        font-size:44px;
    }
    .time-label{
        font-size: 14px;
    }
    .heroTop img.partner-logo.forrester, .heroTop img.partner-logo.scorpion{
        width:180px;
    }
}