html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


/* Page Layout */
.rf-org-header-container header,
.content-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 12px
}
@media all and (min-width: 769px) {
    .rf-org-header-container header {
        padding: 40px 20px;
    }

    .content-container {
        padding: 100px 20px;
    }
}



/* Button Styling */
.header-countdown-wrapper,
.schedule-button-wrapper {
    display: flex;
    align-content: center;
    border-radius: 6px;
    overflow: hidden;
}

/* Header */
.rf-org-header-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.rf-org-header-container header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rf-org-header-container header .header-logo,
.rf-org-header-container header .header-logo img {
    max-width: 100%;
    max-height: 28px;
}



.header-countdown-wrapper .header-countdown {
    padding: 16px 30px;
    background-color: white;
}

.header-countdown-wrapper .header-countdown > div {
    display: flex;
    align-items: center;
    color: #6700f6;
}

.header-countdown-wrapper .header-countdown .timeframe {
    margin-left: 18px;
    margin-right: 12px;
    vertical-align: 16px;
    display: flex;
    align-items: center;
    font-size: 15px;
    min-height: 22px;
}

.header-countdown-wrapper .header-countdown .timeframe:last-of-type {
    margin-right: 0;
}

.header-countdown-wrapper .header-countdown .timeframe span {
    color: #ed1a5d;
    font-size: 19px;
    font-weight: 600;
    margin-right: 5px;
}

.header-countdown-button {
    text-decoration: none;
}

.countdown-button {
    display: block;
    background-color: #ed1a5d;
    padding: 19px 30px;
    color: white;
    font-weight: 600;
    text-decoration: none;
}


/* Main Content */
main {

}
main h1,
main h2 {
    color: white;
    max-width: 480px;
}

main h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 10px;

}

main h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 60px;
}

.schedule-button-wrapper {
    display: inline-flex;
    margin-bottom: 40px;
}

.schedule-button-wrapper .schedule-time {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    background-color: white;
    color: #6700f6;
    font-size: 18px;
}

.schedule-button-wrapper .schedule-time strong {
    display: block;
    margin-bottom: 10px;
    font-size: 19px;
}

.schedule-button-wrapper .schedule-time .schedule-time-image {
    width: 40px;
    flex-shrink: 0;
    margin-right: 20px;
}

.schedule-button-wrapper .schedule-time .schedule-time-image img {
    max-width: 100%;
}

.schedule-button-wrapper .schedule-button .countdown-button {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 30px;
    font-weight: 600;
    font-size: 18px;
}

.flex-wrapper {
    display: flex;
}

.speaker-info {
    width: 300px;
    flex-shrink: 0;
    margin-right: 50px;
    display: flex;
}

.speaker-image {
    max-width: 50px;
    flex-shrink: 0;
    margin-right: 20px;
}
.speaker-details h3,
.speaker-details h4 {
    color: #6700F6;
    line-height: 1.3em;
}

.speaker-details h3 {
    font-size: 15px;
    margin-bottom: 5px;
}

.speaker-details h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.speaker-details p {
    padding-bottom: 10px;
    border-bottom: 2px solid #6700F6;
    line-height: 1.4em;
    color: #6700F6;
}

.page-info {

}


/* Footer */
.rf-org-footer-container footer {

}


