
/*
/* Whitespace Reset */

*{
    padding: 0;
    margin: 0;
}

/*
/* Box-sizing fix */

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}
/* 
/*Typography and highlighting coloring*/


html {
    font-family: 'Open Sans', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size:  14px;
    line-height: 1.5;
}

body, table, th, td, form, input, textarea, option, select {
    font: inherit;
    color:#000;
}


a{
    text-decoration: none;
    display:inline-block;
    color:#000;
}
a:hover{
    text-decoration: none;
}
a.hover-color-effect{
    transform: color 0.3s ease;
    -webkit-transform: color 0.3s ease;
    -moz-transform: color 0.3s ease;
    -ms-transform: color 0.3s ease;
    -o-transform: color 0.3s ease;
}

a.hover-color-effect:hover{
    color: #ee1100;
}

a.card{
    display: block;
}

.foot-notes{
    font-size:12px;
    opacity: 0.54;
}
.highlighting-color{
    color:#ee1100;
}

.highlighting-bgr{
    background:#ee1100;
}

.btn.highlighting-bgr:hover{
    background:#bb0d00;
}

.disable-bgr{
    background:#b2b2b2;
}

.btn.disable-bgr:hover{
    background:#989898;
}

.text-bold {
    font-weight: bold  !important;
}

.text-light{
    font-weight: 300 !important;
}

.text-italic {
    font-style: italic !important;
}

/* input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #bb0d00;
    -webkit-box-shadow: 0 1px 0 0 #bb0d00;
    box-shadow: 0 1px 0 0 #bb0d00;
} */

input::-ms-clear {
    display: none;
}

.warning {
    color: #FFA300;
    padding: 0;
    min-height: 18px;
    font-size: 12px;
    display:none;
  }

/* 
/* Basic margins */
.mt-0{
    margin-top: 0 !important;
}

.mb-0{
    margin-bottom: 0 !important;
}

.ml-0{
    margin-left: 0 !important;
}

.mr-0{
    margin-right: 0 !important;
}

.mt-1rem{
    margin-top: 1rem !important;
}

.mb-1rem{
    margin-bottom: 1rem !important;
}

.ml-1rem{
    margin-left: 1rem !important;
}

.mr-1rem{
    margin-right: 1rem !important;
}

.mt-1_5rem{
    margin-top: 1.5rem !important;
}

.mb-1_5rem{
    margin-bottom: 1.5rem !important;
}

.ml-1_5rem{
    margin-left: 1.5rem !important;
}

.mr-1_5rem{
    margin-right: 1.5rem !important;
}

.mt-2rem{
    margin-top: 2rem !important;
}

.mb-2rem{
    margin-bottom: 2rem !important;
}

.ml-2rem{
    margin-left: 2rem !important;
}

.mr-2rem{
    margin-right: 2rem !important;
}

.mt-3rem{
    margin-top: 3rem !important;
}

.mb-3rem{
    margin-bottom: 3rem !important;
}

.ml-3rem{
    margin-left: 3rem !important;
}

.mr-3rem{
    margin-right: 3rem !important;
}


.mt-4rem{
    margin-top: 4rem !important;
}

.mb-4rem{
    margin-bottom: 4rem !important;
}

.ml-4rem{
    margin-left: 4rem !important;
}

.mr-4rem{
    margin-right: 4rem !important;
}

.mt-5rem{
    margin-top: 5rem !important;
}

.mb-5rem{
    margin-bottom: 5rem !important;
}

.ml-5rem{
    margin-left: 5rem !important;
}

.mr-5rem{
    margin-right: 5rem !important;
}

.mt-6rem{
    margin-top: 6rem !important;
}

.mb-6rem{
    margin-bottom: 6rem !important;
}

.ml-6rem{
    margin-left: 6rem !important;
}

.mr-6rem{
    margin-right: 4rem !important;
}

.img-portrait{
    max-width: 100%;
    height: auto;
}

.img-landscape{
    max-height: 100%;
    width: auto;
}

/* 
/*Layout*/
    .container {
        width: 85%;
    }
body{
    display:flex;
    flex-direction: column;
}

.flex-column{
    flex-direction: column !important;
}

.site-header{
    background: #fff;
    height: 7.25rem;
    border-top: 1rem solid #e10;
}

.site-header-logo{
    width:18%;
    margin:0 1.25rem;
}
.site-header-logo img{
    margin:0 1.25rem;
}

.site-footer{
    background: #fff;
    color: #000;
    height: 10rem;
    border-left: 1rem solid #ee1100;
}

.site-main{
    background:  #f6f6f6;
    min-height: calc(100vh - 7.25rem - 10rem);
}

.site-main section{
    margin: 1.25rem;
}

.site-event{
    padding: 1rem 24px 2.25rem 24px;
}

.site-event a:hover {
 color:#e10;
    transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
    -moz-transition: color 0.3s ease-in;
    -ms-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
}
.site-event.row{
    margin-bottom: 0;
}

.site-event-date{
    font-size:1.5rem;
}

.site-event .site-event-name{
    font-size: 3rem;
    line-height: 110%;
    font-weight: bold;
    margin: 0 0 .912rem 0;
}

.site-event .site-event-name .small{
    display: inline-block;
    font-size: 1.5rem;
    font-weight: normal;
}

.site-event-description p{
    margin-bottom: 0.5rem;
}
.site-event-agenda{
    font-size: 1.5rem;
    line-height: 110%;
    margin: 1.25rem 0 .5rem 0;
}

.agenda-table-row{
    display:flex;
    border-bottom: 1px solid #000;
}

.agenda-table-head{
    font-weight: bold;
    border-top: 1px solid #000;
}

.agenda-table-cell{
    flex: 0 0 33.33%;
    flex-basis: 33.33%;
    padding: 0.5rem 1rem;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.agenda-table-cell:not(:last-child){
    border-right: none;
}
.agenda-table-row:not(.agenda-table-head) .agenda-table-cell {
    font-size: 0.8rem;
}


//.agenda-table-cell ul li:before{
//    content:"\2014";
//    display:inline-block;
//    color:#e10;
//}
.site-key-speakers .card{
    margin-bottom: 0;
}

.site-key-speakers .card-title{
    font-size:1.5rem;
    margin: 0 0 .912rem 0;
}

.site-instructions i{
    margin: 1.25rem;
}

.site-instructions span {
 text-align: left;
}

.site-instructions i.left-edge-align{
    margin-left: 0;
}

.site-register .btn-65{
    width:65%;
}

.site-register .card{
    margin-bottom: 0;
}

.site-register .card-actions .btn:not(:first-of-type){
    margin-top: 1rem;
}

/* 
/* Avatar image
 */

 .avatar-img{
    width:20%;
    overflow: hidden;
    position: relative;
}

.avatar-img-round{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.avatar-img:after{
    display: block;
    content: "";
    padding-bottom: 100%;
}

.avatar-img img{
    position: absolute;
    top:0;right:0;bottom:0;left:0;
}

.avatar-details{
    width:80%;
    flex-grow: 1;
    margin-left: 1.5rem;
}
.avatar-name {
 font-weight: 600 !important;
}

.consent-checkbox a {
    display: inline;
    margin-left: 5px;
}

/*
/*  Media types */

/*  Tablet */
@media screen and (max-width:1024px){
    html {
        font-size: 14px;
    }
    .container {
        width: 95%;
    }
    .row .col{
        padding: 0 ;
    }

    .site-register .card{
        margin-left:2rem;
    }

    .avatar-img{
        width:30%;
    }

}
/*  Phone */


@media screen and (max-width:960px){
    html {
        font-size: 12px;
    }
    .site-header-logo{
        width:30%;
    }
    .site-instructions i{
        margin-left: 0px;
    }
    .mobile-flex-column{
        flex-direction: column !important;
    }
    .mobile-mt-1_5rem{
        margin-top: 1.5rem;
    }

    .mobile-txt-center{
        text-align: center;
    }
    .site-register .card{
        margin-left:0;
    }

    .avatar-details{
        width:100%;
        margin-left: 0;
    }
}
@media screen and (max-width:667px){
    .site-event-date {
        font-size: 1.3rem;
    }
    .avatar-img{
        width:50%;
    }

    .agenda-table-row{
        flex-direction: column;
        border:1px solid #000;
    }

    .agenda-table-row:not(:last-child){
        border-bottom: none;
    }
    .agenda-table-head{
        display: none;
    }
    .agenda-table-cell{
        flex:0 0 100%;
        border:none;
    }
    .avatar-name {
        text-align: center;
    }
}

@media screen and (max-width:375px){
    .site-event-date {
        font-size: 1rem;
    }
    .site-event .site-event-name{
        font-size: 2.5rem;
    }
    .site-event .site-event-name .small{
        font-size: 0.9rem;
    }
    .avatar-name {
        text-align: center;
        font-size: 2rem;
    }
}

/* Madia query to isolate IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .agenda-table-cell{
        flex: 0 0 28%;
        flex-basis: 28%;
    }
}










