

/*
/* 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:#4c4948;
  }
  
  ul:not(.browser-default)>li{
    list-style-type: disc;
    list-style-position:inside;
  }
  
  a{
    text-decoration: none;
    display:inline-block;
    color:#000;
  }
  a:hover{
    text-decoration: none;
  }
  .hover-color-effect{
    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;
  }
  
  .hover-color-effect:hover{
    color: #ee1100;
  }
  
  .hover-zoom-effect{
    transition: all 0.3s ease-in !important;
    -webkit-transition: all 0.3s ease-in !important;
    -moz-transition: all 0.3s ease-in !important;
    -ms-transition: all 0.3s ease-in !important;
    -o-transition: all 0.3s ease-in !important;
  }
  
  .hover-zoom-effect:hover{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
  }
  
  a.card{
    display: block;
  }
  
  .link{
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  
  .foot-notes{
    font-size:12px;
    opacity: 0.54;
  }
  .highlighting-color{
    color:#ee1100 !important;
  }
  
  
  .highlighting-bgr{
    background:#ee1100 !important;
  }
  
  
  .btn.highlighting-bgr:hover{
    background:#bb0d00 !important;
  }
  
  .disable-bgr{
    background:#b2b2b2 !important;
  }
  
  .btn.disable-bgr:hover{
    background:#989898 !important;
  }
  
  .rdh-bgr-blue{
    background-color: #2e364f;
  }
  .rdh-bgr-dark-grey{
    background-color: #4c4948;
  }

  .rdh-bgr-grey{
    background-color: #ddd;
  }
  .text-bold {
    font-weight: bold  !important;
  }
  
  .text-light{
    font-weight: 300 !important;
  }
  
  .text-italic {
    font-style: italic !important;
  }
  .text-uppercase {
    text-transform: uppercase !important;
  }
  .text-center{
    display: block;
    text-align: center;
  }
  .text-small{
    font-size:0.8em;
  }
  .position-center{
 margin:0 auto
  }
  .display-block{
 display:block
  }
        table, th, td {
    border: 1px solid white;
  }
table {
    border-collapse: collapse;
    background-color: #fff9f8;
  }
  table th, table td{
      padding:1rem;
  }
  table th {
      color:white;
  }
  table td:nth-child(2), table td:nth-child(3){
      text-align:center;
  }
  table tr:nth-child(even){
 background:#ffe6e4 !important;
  }
  /* 
  /* 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-0_5rem{
    margin-top: 0.5rem !important;
  }
  
  .mb-0_5rem{
    margin-bottom: 0.5rem !important;
  }
  
  .ml-0_5rem{
    margin-left: 0.5rem !important;
  }
  
  .mr-0_5rem{
    margin-right: 0.5rem !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*/
  
  body{
    display:flex;
    flex-direction: column;
  }
  .flex{
    display: flex;
  }
  .flex-column{
    flex-direction: column !important;
  }
  
  .flex-50{
    flex: 0 0 50%;
  }
  .justify-space-between{
    justify-content: space-between;
  }
  .align-items-center{
    align-items: center;
  }
  .align-top{
    -webkit-box-align: start !important;
    -webkit-align-items: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
  }
  
  
  .site-header{
    background: #2e364f;
    height: 7.25rem;
  }
  .site-header.full-width-img{
    background: #fff;
    height: auto;
  }

  .site-header.full-width-img .ratio-wrapper {
    z-index:1;
    width:100%;
  }
  .site-header.full-width-img .ratio-wrapper-inner{
 padding:8%;
 position:relative;
  }

  .site-header.full-width-img .ratio-wrapper-inner img{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
  }
  .site-header-logo {
    width:18%;
    margin:0 1.25rem;
  }
  .site-header-logo img{
    margin:0 1.25rem;
  }
  
  .site-footer-logo{
    width:12%;
    margin:0 1.25rem;
  }
  .site-footer{
    background: #fff;
    color: #000;
    /*height: 10rem;*/
    border-left: 1rem solid #ee1100;
 box-shadow: 0px 20px 40px 20px rgba(0, 0, 0, 0.07);
  }

.site-footer strong {
 font-weight: 700;
}
  
  .site-main{
    background:  #fff;
    min-height: calc(100vh - 7.25rem);
  }
  
  .site-main section{
    margin: 1.25rem;
  }
  
  .site-event{
    padding: 0.75rem;
  }
  .site-event.row{
    margin-bottom: 0;
  }
  
  .site-event-date{
    font-size:1.5rem;
  }
  
  .site-event .site-event-name{
    font-size: 3rem;
    line-height: 110%;
    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-materials .card .card-title{
    font-size: 1.5rem;
  }

  .rdh-active-card{
    border-left:0.5rem solid #ee1100;
  }
  .rdh-active-card:hover{
    background: linear-gradient(to right,#2e364f, #ee1100);
  }
  .card-download {
    float: right;
    text-transform: uppercase;
    opacity: 0;
    color:#c0c0c0;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
  }
  .rdh-active-card:hover .card-download{
    opacity: 1;
}
  
  .section-title {
    font-size: 1.8rem;
    line-height: 2.5rem;
    text-align: left;
  }
  
  .site-instructions i{
    margin: 1.25rem;
  }
  
  .site-instructions span {
  text-align: left;
  }
  
  .site-instructions i.left-edge-align{
    margin-left: 0;
  }

  .site-register {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
}

  .site-register .card-content{
    padding:0;
  }

  .site-register .card-content > div, .site-register .card-content > form{
    padding:24px;
  }

  .site-register .card-content > div:first-child{
    padding:1.5rem;
  }
  
  .site-register .btn-65{
    width:65%;
  }
  
  .site-register .card{
    margin-bottom: 0;
  }
  
  .site-register .card-actions .btn:not(:first-of-type){
    margin-top: 1rem;
  }
  
  .site-register .small {
    font-size:0.8rem;
  }
  
  /* Form restyle */
  [type="checkbox"].filled-in:checked+span:not(.lever):after {
    border: 2px solid #ee1100;
    background-color: #ddd;
}

[type="checkbox"].filled-in:checked+span:not(.lever):before {
  top: -8px;
  width: 9px;
  height: 19px;
  border-right: 2px solid #ee1100;
  border-bottom: 2px solid #ee1100;
  box-shadow: 3px 0 #ddd;
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea{
  border-color: white;
}

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-color: #4c4948;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:not([type]):focus:not([readonly])+label, input[type=text]:not(.browser-default):focus:not([readonly])+label, input[type=password]:not(.browser-default):focus:not([readonly])+label, input[type=email]:not(.browser-default):focus:not([readonly])+label, input[type=url]:not(.browser-default):focus:not([readonly])+label, input[type=time]:not(.browser-default):focus:not([readonly])+label, input[type=date]:not(.browser-default):focus:not([readonly])+label, input[type=datetime]:not(.browser-default):focus:not([readonly])+label, input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label, input[type=tel]:not(.browser-default):focus:not([readonly])+label, input[type=number]:not(.browser-default):focus:not([readonly])+label, input[type=search]:not(.browser-default):focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label {
  color: #4c4948;
}
label, .input-field>label, label.active {
  color: #4c4948 !important;
}

.btn, .btn-large, .btn-small, .btn-flat {
  box-shadow:none;
  text-transform: none;
  color: #ee1100;
  height: 48px;
  line-height: 18px;
  padding: 0 24px;
  background: #fff;
  border-radius:3px ;
  border:2px solid #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-border-radius:3px ;
  -moz-border-radius:3px ;
  -ms-border-radius:3px ;
  -o-border-radius:3px ;
}

.btn:hover, .btn-large:hover, .btn-small:hover, .btn-flat:hover {
  box-shadow:none;
  background: #ddd;
  border:2px solid #ee1100;
}

a.btn, a.btn-large, a.btn-small, a.btn-flat{
    align-items: center;
    display: inline-flex;
}
   .btn.padding-small{
  padding:0 16px !important;
 }
  
  /* 
  /* Avatar image
  */

  .avatar-img{
    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:0px;right:0;bottom:0;left:0;
  }

  .avatar-img img.top-neg-35{
    top:-35px;
  }
  .avatar-img img.img-stratch-100 {
    width: 100%;
    height: 100%;
  }
  
  .avatar-details{
    width:80%;
    flex-grow: 1;
    margin-left: 1.5rem;
  }
  
  .avatar-name {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .site-foot-notes p{
    font-size: 0.8rem;
  }

.video-title {
 font-size: 1.6rem;
 margin-top: 20px;
}
  
  /*
  /*  Media types */
  
 @media screen and (max-width:1300px){
   .btn.padding-small{
  padding:0 13px !important;
 }
}
  /*  Tablet */
  @media screen and (max-width:1024px){
    html {
        font-size: 14px;
    }
    .container {
        width: 90%;
    }
    .row .col{
        padding: 0 ;
    }
  }
  /* 
  /* Video player  */
  
  /* Tablet */
  @media screen and (max-width: 1024px){
 .full-width-img .container {
     width: 100%;
 }
  }
  
  /*  Phone */
  
  @media screen and (max-width:960px){
    html {
        font-size: 12px;
    }
    .site-header-logo, .site-footer-logo{
        width:30%;
    }
    .site-footer{
      text-align: center;
    }
    .mobile-justify-center{
      justify-content: center;
    }
    .mobile-flex-column{
        flex-direction: column !important;
    }
    .mobile-mt-1_5rem{
        margin-top: 1.5rem !important;
    }
    .mobile-ml-0 {
      margin-left: 0 !important;
    }
    .mobile-txt-center{
        text-align: center;
    }
  
    .mobile-center{
        margin: 0 auto;    
    }
  
    .avatar-details{
        width:100%;
        margin-left: 0;
    }

    .site-register {
      transform: translateY(0px);
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
}
  
    .mobile-flex-none{
        display: block;
    }
  
    .mobile-scroll-none{
        overflow-y: initial;
        height: auto;
    }
  
    .mobile-justify-end{
        justify-content: flex-end;
    }
  }
  @media screen and (max-width:576px){
 table th, table td {
     padding: 0.5rem;
 }
  }
  
  @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;
    }
   .btn.padding-small{
  padding:0 5px !important;
 }
  }

  /* additional styles */

 @media screen and (min-width: 650px) {
  .fixed-height {
    min-height: calc(100vh - 292px);
  }
 }

  .btn-secondary {
    display: block;
    max-width: 250px;
    background-color: #2e364f;
    color: #FFF;
    height: auto;
    padding: 6px 24px;
  }

  .btn-secondary:hover {
    color: #ee1100;
  }

  .red-icon {
    color: #ee1100;
}
.grey-icon {
    color: grey;
}
.rounded {
    border-radius: 5px;
}

.card .card-content p {
 font-size: 18px;
 font-weight: 700;
}

.secondary-color {
 background-color: #4b5981;
}

.tertiary-color {
 background-color: #9fa9c6;
}
