/*
/* Whitespace Reset */
* {
  padding: 0;
  margin: 0;
}

/*
/* Box-sizing fix */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          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*/
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          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-thank-you {
  min-height: inherit;
}

.site-event {
  padding: 1rem 24px 2.25rem 24px;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000;
}

.agenda-table-head {
  font-weight: bold;
  border-top: 1px solid #000;
}

.agenda-table-cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  -ms-flex-preferred-size: 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;
border-radius: 0px;
}

.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%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 1.5rem;
}

/*
/*  Media types */
/*  Tablet */
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  .container {
    width: 90%;
  }
  .row .col {
    padding: 0;
  }
  .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 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .mobile-mt-1_5rem {
    margin-top: 1.5rem;
  }
  .mobile-txt-center {
    text-align: center;
  }
  .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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #000;
  }
  .agenda-table-row:not(:last-child) {
    border-bottom: none;
  }
  .agenda-table-head {
    display: none;
  }
  .agenda-table-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
  }
}

@font-face {
  font-family: 'Calibri';
  src: url("https://dl.dropbox.com/s/s0sympki4mxtw3d/Calibri-Bold.eot");
  src: url("https://dl.dropbox.com/s/s0sympki4mxtw3d/Calibri-Bold.eot#iefix") format("embedded-opentype"), url("https://dl.dropbox.com/s/z7v0f0r3upv47oj/Calibri-Bold.woff") format("woff"), url("https://dl.dropbox.com/s/u0mdpkxsx60mnot/Calibri-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Minion Pro';
  src: url("https://dl.dropbox.com/s/us0byle6dkxkvei/MinionPro-Regular.eot");
  src: url("https://dl.dropbox.com/s/us0byle6dkxkvei/MinionPro-Regular.eot?#iefix") format("embedded-opentype"), url("https://dl.dropbox.com/s/tbfl0nyfi910ntv/MinionPro-Regular.woff") format("woff"), url("https://dl.dropbox.com/s/hir8tplcf9qowzf/MinionPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.container {
  width: 100%;
position: relative;
}

.site-content {
  margin: 40px 60px;
  border-bottom: 1px solid #e30413;
}

.site-content:last-of-type {
  border-bottom: none;
}

.site-header {
  border: none;
  position: relative;
  padding-top: 1rem;
}

.site-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 1rem;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#df312b), to(#9b2924));
  background: linear-gradient(90deg, #df312b 0%, #9b2924 100%);
}

.site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .site-header .container {
    padding: 0 15px;
  }
}

@media screen and (max-width: 650px) {
  .site-header .container {
    padding: 0;
  }
}

.site-header .container img {
  margin: 0;
}

.site-header-logo {
  width: 16%;
  margin: 0;
  max-width: 163px;
}

.site-header-logo-2 {
  max-width: 170px;
}

.site-header-logo,
.site-header-logo-2 {
  margin: 0 5%;
}

@media screen and (max-width: 650px) {
  .site-header-logo,
  .site-header-logo-2 {
    margin: 0 2rem;
    width: 25%;
  }
}

.site-main {
  background-color: #ffffff;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.bold {
  font-weight: 700;
}

.heading-section-container {
  overflow: hidden;
}

.heading-section {
  position: relative;
  background-image: url("https://image.takeda-eucan.com/lib/fe3a11727164047c751174/m/1/0bcc7942-406d-4c8b-b3a3-834378348e4d.png");
  background-size: 70%, cover;
  background-repeat: no-repeat;
  background-position: left 40%;
  font-family: 'Calibri';
  color: white;
  padding: 20px 0 20px 70px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 900px) {
  .heading-section {
    background-size: cover;
  }
}

.heading-section:after {
  content: '';
  height: 100%;
  width: 45%;
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, #df312b), to(#9b2924));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #df312b 20%, #9b2924 100%);
  border-radius: 5px;
}

@media screen and (max-width: 1100px) {
  .heading-section:after {
    width: 40%;
  }
}

@media screen and (max-width: 900px) {
  .heading-section:after {
    display: none;
  }
}

.heading-section--mod {
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.heading-section--mod:after {
  width: 35%;
}

.heading-section--mod h1 {
  z-index: 30;
}

@media screen and (min-width: 1048px) {
  .heading-section {
    width: 102%;
    margin-left: -12px;
    border-radius: 5px;
  }
}

.heading-section-bg {
  background: -webkit-gradient(linear, left top, right top, from(#df312b), to(#9b2924));
  background: linear-gradient(90deg, #df312b 0%, #9b2924 100%);
}

.heading-section-title {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 4rem;
  margin: 0;
  position: relative;
  text-shadow: 2px 1px 5px black;
}

.heading-section-subtitle {
  font-size: 2.6rem;
  margin: 0;
  text-shadow: 2px 1px 5px black;
}

.site-register.col.s12 {
  margin: 40px 60px;
  max-width: 450px;
}

@media screen and (min-width: 993px) {
  .site-register.col.s12 {
    width: 100%;
    margin-left: auto;
    margin-right: 60px;
    max-width: 271px;
    padding: 0 0.75rem;
    position: sticky;
margin-bottom: -584px;
    right: 15px;
    top: 50px;
margin-top: -134px;
  }

 .site-register.col.s12.unknown {
margin-bottom: -732px;
}
}

.unknown [type="checkbox"].cb-filled-in-custom + span:not(.lever) {
 font-size: 0.90rem;
}

@media screen and (min-width: 1024px) {
  .site-register.col.s12 {
    max-width: 310px;
  }
}

@media screen and (max-width: 992px) {
  .site-register.col.s12 {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 650px) {
  .site-register.col.s12 {
    margin: 40px 20px;
  }
}

@media screen and (min-width: 993px) {
  .site-content.row .col:not(.site-register) {
    width: 70%;
  }
  .site-content.row .col:not(.site-register).col-full-width {
    width: 100%;
  }
}

.sorry-content .col {
  border-bottom: 1px solid #9b2924;
  padding-bottom: 50px;
}

.sorry-content p {
  font-size: 1rem;
  line-height: 1.2;
  margin: 1.2rem 0;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
  float: none !important;
}

.title-secondary {
  font-weight: 600;
  color: #4c4948;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .title-secondary {
    font-size: 2.6rem;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-type {
  outline: none;
  border: none;
  width: 100%;
  height: 40px;
  background: #e4e4e4;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 0 15px;
  font-size: 1.1rem;
}

.bar {
  height: 35px;
  background: -webkit-gradient(linear, left top, right top, from(#df312b), to(#9b2924));
  background: linear-gradient(90deg, #df312b 0%, #9b2924 100%);
}

.card {
  border-radius: 20px;
  background-color: #EDEDED;
}

.card p,
.card label {
  font-size: 1rem;
  margin-bottom: 10px !important;
  color: black;
}

.card .card-content {
  padding: 25px 20px 10px;
}

.input-field-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.input-field-custom span {
  font-size: 0.85rem !important;
  line-height: 1.5 !important;
}

.input-field-custom label + .input {
  width: 57%;
  background-color: white;
  height: 25px;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 4px;
  padding: 0 5px;
  font-size: 0.9rem;
}

.input-field-custom label + select.browser-default {
box-sizing: content-box;
 padding: 0px 5px;
}

.input-field-custom label + .input:-moz-read-only {
  background-color: #DDDDDD;
  color: #000000;
  font-size: 1.1rem;
}

.input-field-custom label + .input:read-only {
  background-color: #DDDDDD;
  color: #000000;
  font-size: 1.1rem;
}


.btn.btn-disabled, 
.btn.btn-disabled-takeda-validation {
  pointer-events: none;
 background: #EC1C24 !important;
}

.btn.btn-long {
  height: auto;
  font-size: 1.1rem;
  line-height: 1.4;
  padding: 10px 15px;
}
.input-field-custom.with-warning{
  position:relative !important
}
.input-warning.takeda-email-warning{
 opacity:0;
transition: all 0.4s ease;
font-weight:bold;
position:absolute;
right:0px;
top: -12px;
font-size: 10px;
}

.event {
  border-bottom: 1px solid #e30413;
  margin-bottom: 40px !important;
  font-family: "Open Sans";
}

@media screen and (min-width: 650px) {
  .event-header {
    margin-left: 140px;
  }
}

.event-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}

.event p {
  font-size: 0.92rem;
  line-height: 1.2;
}

.event li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 0.85rem;
}



.event-image-wrapper img {
  display: block;
  max-width: 120px;
  height: auto;
}

.event-person {
  padding-bottom: 10px;
  font-size: 0.9rem;
  color: #4c4948;
  text-align: center;
}


.event .event-title {
  font-size: 1.4rem;
  margin: 0.5rem 0 1rem;
  font-weight: 500;
  color: #4c4948;
}



@media screen and (min-width: 650px) {
  .event .registration-box {
    margin-left: 120px;
  }
}

.event .registration-box-text {
  text-align: center;
  max-width: 39%;
  padding: 0px 22px 0px 20px;
}

.event .registration-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 0 3px 10px;
}

.event .registration-box-dates {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 7px;
  border-left: 1px solid #e30413;
}

.event .registration-box-dates .btn {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 3px;
  line-height: 1.2;
}

.event .registration-box-date {
  font-size: 1.1rem;
  line-height: normal;
}

.event .registration-box-date span {

 width: 33px;
}

.event .registration-box [type="checkbox"].filled-in + span,
[type="checkbox"].filled-in + span,
[type="checkbox"].filled-in + span {
  height: 18px;
  padding-left: 18px;
}

.event .registration-box [type="checkbox"].filled-in:not(:checked) + span:not(.lever):after,
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after,
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  height: 18px;
  width: 18px;
  border: 2px solid #b7b6b6;
}

.event .registration-box [type="checkbox"].filled-in:checked + span:not(.lever):after,
[type="checkbox"].filled-in:checked + span:not(.lever):after,
[type="checkbox"].filled-in:checked + span:not(.lever):after {
  background-color: #e4e4e4;
  border-color: #d0d0d0;
  height: 18px;
  width: 18px;
}

.event .registration-box [type="checkbox"].filled-in:checked + span:not(.lever):before,
[type="checkbox"].filled-in:checked + span:not(.lever):before,
[type="checkbox"].filled-in:checked + span:not(.lever):before {
  border-bottom-color: #e30413;
  border-right-color: #e30413;
  top: -1px;
  left: 0px;
}

.checkbox--large span:after {
  width: 25px !important;
  height: 25px !important;
}

.checkbox--large span:before {
  width: 11px !important;
  height: 18px !important;
}

.sorry-content .p-big {
  font-size: 1.15rem;
}

.event .registration-box.recording .registration-box-text {
  max-width: 60%;
}

.event .checkbox-field {
  width: 55px;
  text-align: center;
}

.event .expired-message {
  text-align: center;
  font-size: 0.50rem;
  color: black;
}

.event .expired .registration-box-date {
  color: #dbdbda;
}

.event .expired .checkbox-field {
  display: none;
}

.footer {
  height: 36px;
  background: -webkit-gradient(linear, left top, right top, from(#df312b), to(#9b2924));
  background: linear-gradient(90deg, #df312b 0%, #9b2924 100%);
}

footer p {
 font-size: 0.9rem;
}

@media screen and (max-width: 850px) {
  .with-register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .with-register > div:first-of-type {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .with-register > .site-register {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 650px) {
  .card p,
  .card label {
    font-size: 1.2rem;
  }
  .heading-section {
    padding-left: 15px;
  }
  .heading-section-title {
    font-size: 3rem;
  }
  .heading-section-subtitle {
    font-size: 1.7rem;
  }
  .site-content {
    margin: 0px auto !important;
  }
  .event-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
  }
  .event-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        align-self: center;
    padding: 0 0 20px 0;
  }
  .event-person-wrapper {
    padding: 0 20px;
  }
  .event-image-wrapper {
    margin: 0 auto;
    padding: 0;
  }
  .event .registration-box-date {
    font-size: 0.90rem;
  }
}
/* 2021 starts */
[type="checkbox"].cb-filled-in-custom + span:not(.lever) {
  padding-left: 25px;
  line-height: 18px;
  font-size: 1rem;
margin: 10px 0;
}

[type="checkbox"].cb-filled-in-custom + span:not(.lever):after {
  border-radius: 0px;
}

[type="checkbox"].cb-filled-in-custom:checked + span:not(.lever):after {
  background-color: rgba(255, 255, 255, 0);
}

[type="checkbox"].cb-filled-in-custom:checked + span:not(.lever):before {
  border-bottom-color: #000;
  border-right-color: #000;
}

.event .event-title-2 {
  margin: 0.5rem 0rem 0rem;
}

.event li,
.event p {
  font-size: 1.22rem;
  letter-spacing: 0.01rem;
}

.event-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.collapsible-custom {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.collapsible-custom > li {
  padding-left: 0px;
}

.collapsible-custom > li::before {
  content: none;
}

.collapsible-custom .collapsible-header,
.collapsible-custom .collapsible-body {
  border: none;
  background-color: rgba(255, 255, 255, 0);
}

.collapsible-custom .collapsible-header {
  padding: 0px;
}

.collapsible-custom .collapsible-body {
  padding: 0px;
}

.collapsible-custom .collapsible-body.event-cont {
  display: none;
}

.collapsible-custom .collapsible-body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0px 20px 0px;
}

.active .collapsible-body.event-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.keyboard-focused .collapsible-custom .collapsible-header:focus,
[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
  background-color: rgba(255, 255, 255, 0);
}

[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
  border-color: #b7b6b6;
}

.event .registration-box [type="checkbox"].filled-in + span,
.event [type="checkbox"].filled-in + span,
.event [type="checkbox"].filled-in + span {
  height: 16px;
}

.event-content {
  max-width: 80%;
}

.event-content ul li {
margin-bottom: 2px;
font-size: 0.95rem;
}

footer::after {
  content: '';
  display: block;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#df312b), to(#9b2924));
  background: linear-gradient(90deg, #df312b 0%, #9b2924 100%);
  height: 5rem;
}

footer a {
  text-decoration: underline;
}

footer .col .row {
  margin-left: auto;
  margin-right: auto;
}

footer .site-content {
  margin: 0px 60px 40px;
}

.expired-message {
  width: 55px;
}

.item-code {
  padding-right: 30px;
}

.thank-you-title {
  margin: 3rem 0rem;
  font-weight: 700;
font-size: 2.2rem;
}

.thank-you-p {
  font-size: 1.5rem;
  margin: 2rem 0rem;
}

.col-thank-you {
  border-bottom: 1px solid #9b2924;
}

.overflow-hidden {
  overflow: hidden;
}

.underline,
.underline:focus,
.underline:active {
  text-decoration: underline;
}

@media screen and (min-width: 651px) {
  .event-header {
    margin-left: 0px;
  }
  .event .registration-box {
    margin: 40px 0px 40px 0px;
  }
}

@media screen and (max-width: 650px) {
  .event .registration-box-flex {
    padding-left: initial;
  }
  .event .registration-box-date {
    font-size: 0.9rem;
  }
  .event .registration-box-text {
    padding: 0px 10px 0px 0px;
  }
  .event-content {
    max-width: inherit;
  }
  .collapsible-body-inner {
    padding-bottom: 0px;
  }
  footer .site-content {
    margin: 0px 20px 40px;
  }
}

/* 2021 ends */
@font-face {
  font-family: 'Calibri';
  src: url("https://dl.dropbox.com/s/s0sympki4mxtw3d/Calibri-Bold.eot");
  src: url("https://dl.dropbox.com/s/s0sympki4mxtw3d/Calibri-Bold.eot#iefix") format("embedded-opentype"), url("https://dl.dropbox.com/s/z7v0f0r3upv47oj/Calibri-Bold.woff") format("woff"), url("https://dl.dropbox.com/s/u0mdpkxsx60mnot/Calibri-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Minion Pro';
  src: url("https://dl.dropbox.com/s/us0byle6dkxkvei/MinionPro-Regular.eot");
  src: url("https://dl.dropbox.com/s/us0byle6dkxkvei/MinionPro-Regular.eot?#iefix") format("embedded-opentype"), url("https://dl.dropbox.com/s/tbfl0nyfi910ntv/MinionPro-Regular.woff") format("woff"), url("https://dl.dropbox.com/s/hir8tplcf9qowzf/MinionPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.container {
  width: 100%;
}

.site-content {
  margin: 40px 60px;
  border-bottom: 1px solid #e30413;
}

.site-content:last-of-type {
  border-bottom: none;
}

.site-header {
  border: none;
  position: relative;
  padding-top: 1rem;
}

.site-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 1rem;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#df312b), to(#9b2924));
  background: linear-gradient(90deg, #df312b 0%, #9b2924 100%);
}

.site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .site-header .container {
    padding: 0 15px;
  }
}

@media screen and (max-width: 650px) {
  .site-header .container {
    padding: 0;
  }
}

.site-header .container img {
  margin: 0;
}

.site-header-logo {
  width: 16%;
  margin: 0;
  max-width: 163px;
}

.site-header-logo-2 {
  max-width: 170px;
}

.site-header-logo,
.site-header-logo-2 {
  margin: 0 5%;
}

@media screen and (max-width: 650px) {
  .site-header-logo,
  .site-header-logo-2 {
    margin: 0 2rem;
    width: 25%;
  }
}

.site-main {
  background-color: #ffffff;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.bold {
  font-weight: 700;
}

.heading-section-container {
  overflow: hidden;
}

.heading-section {
  position: relative;
  background-image: url("https://image.takeda-eucan.com/lib/fe3a11727164047c751174/m/1/0bcc7942-406d-4c8b-b3a3-834378348e4d.png");
  background-size: 70%, cover;
  background-repeat: no-repeat;
  background-position: left 40%;
  font-family: 'Calibri';
  color: white;
  padding: 20px 0 20px 70px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 900px) {
  .heading-section {
    background-size: cover;
  }
}

.heading-section:after {
  content: '';
  height: 100%;
  width: 45%;
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, #df312b), to(#9b2924));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #df312b 20%, #9b2924 100%);
  border-radius: 5px;
}

@media screen and (max-width: 1100px) {
  .heading-section:after {
    width: 40%;
  }
}

@media screen and (max-width: 900px) {
  .heading-section:after {
    display: none;
  }
}

.heading-section--mod {
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.heading-section--mod:after {
  width: 35%;
}

.heading-section--mod h1 {
  z-index: 30;
}

@media screen and (min-width: 1048px) {
  .heading-section {
    width: 102%;
    margin-left: -12px;
    border-radius: 5px;
  }
}

.heading-section-bg {
  background: -webkit-gradient(linear, left top, right top, from(#df312b), to(#9b2924));
  background: linear-gradient(90deg, #df312b 0%, #9b2924 100%);
}

.heading-section-title {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 4rem;
  margin: 0;
  position: relative;
  text-shadow: 2px 1px 5px black;
}

.heading-section-subtitle {
  font-size: 2.6rem;
  margin: 0;
  text-shadow: 2px 1px 5px black;
}

.site-register.col.s12 {
  margin: 40px 60px;
  max-width: 450px;
}

@media screen and (min-width: 993px) {
  .site-register.col.s12 {
    width: 100%;
    margin-left: auto;
    margin-right: 60px;
    max-width: 271px;
    padding: 0 0.75rem;
    position: sticky;
 margin-bottom: -581px;
    right: 15px;
    top: 50px;
margin-top: -134px;
  }


}

@media screen and (min-width: 1024px) {
  .site-register.col.s12 {
    max-width: 310px;
  }
}

@media screen and (max-width: 992px) {
  .site-register.col.s12 {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 650px) {
  .site-register.col.s12 {
    margin: 40px 20px;
  }
}

@media screen and (min-width: 993px) {
  .site-content.row .col:not(.site-register) {
    width: 70%;
  }
  .site-content.row .col:not(.site-register).col-full-width {
    width: 100%;
  }
}

.sorry-content .col {
  border-bottom: 1px solid #9b2924;
  padding-bottom: 50px;
}

.sorry-content p {
  font-size: 1rem;
  line-height: 1.2;
  margin: 1.2rem 0;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
  float: none !important;
}

.title-secondary {
  font-weight: 600;
  color: #4c4948;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .title-secondary {
    font-size: 2.6rem;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-type {
  outline: none;
  border: none;
  width: 100%;
  height: 40px;
  background: #e4e4e4;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 0 15px;
  font-size: 1.1rem;
}

.bar {
  height: 35px;
  background: -webkit-gradient(linear, left top, right top, from(#df312b), to(#9b2924));
  background: linear-gradient(90deg, #df312b 0%, #9b2924 100%);
}

.card {
  border-radius: 20px;
  background-color: #EDEDED;
}

.card p,
.card label {
  font-size: 1rem;
  margin-bottom: 10px !important;
  color: black;
}

.card .card-content {
  padding: 25px 20px 10px;
}

.input-field-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.input-field-custom span {
  font-size: 0.85rem !important;
  line-height: 1.5 !important;
}

.input-field-custom label + .input {
  width: 57%;
  background-color: white;
  height: 25px;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 4px;
  padding: 0 5px;
  font-size: 0.9rem;
}

#country {
 padding-right: 8px;
    padding-left: 2px;
}

.btn.btn-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  border-radius: 10px;
  font-size: 0.9rem;
  text-transform: initial;
  background: #df312b;
  background: -webkit-gradient(linear, left top, right top, from(#df312b), to(#9b2924));
  background: linear-gradient(90deg, #df312b 0%, #9b2924 100%);
  margin: 8px 0;
  font-weight: 700;
border-radius: 0px;
}

.btn.btn-disabled {
  pointer-events: none;
  background: #b7b6b6;
}

.btn.btn-long {
  height: auto;
  font-size: 1.1rem;
  line-height: 1.4;
  padding: 10px 15px;
}

.event {
  border-bottom: 1px solid #e30413;
  margin-bottom: 40px !important;
  font-family: "Open Sans";
}

@media screen and (min-width: 650px) {
  .event-header {
    margin-left: 140px;
  }
}

.event-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}

.event p {
  font-size: 0.92rem;
  line-height: 1.2;
}

.event li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 0.85rem;
}

.event li:before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: black;
}

.event-image {
  max-width: 300px;
  padding: 0px 30px 0px 10px;
}

.event-image-wrapper {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative;
margin: 0 auto;
}

.event-image-wrapper img {
  display: block;
  max-width: 120px;
  height: auto;
}

.event-person {
  padding-bottom: 10px;
  font-size: 0.9rem;
  color: #4c4948;
  text-align: center;
}

.event-person span {
  display: inline;
margin: 0 2px;
}

.event .event-episode {
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0px 0px 0px 1px;
  display: inline-block;
/*  background: -webkit-linear-gradient(0.25turn, #EC1C24, #A40D14);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
 color: #e30413 !important; 
}

.event .event-title {
  font-size: 1.4rem;
  margin: 0.5rem 0 1rem;
  font-weight: 500;
  color: #4c4948;
}

.event .registration-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d0d0d0;
  border-radius: 0px;
  color: #e30413;
  padding: 8px 15px;
  margin: 40px 0 40px 0;
  max-width: 550px;
}

@media screen and (min-width: 650px) {
  .event .registration-box {
    margin-left: 120px;
  }
}

.event .registration-box-text {
  text-align: center;
  max-width: 39%;
  padding: 0px 22px 0px 20px;
}

.event .registration-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 0 3px 10px;
}

.event .registration-box-dates {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 7px;
  border-left: 1px solid #e30413;
}

.event .registration-box-dates .btn {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 3px;
  line-height: 1.2;
}

.event .registration-box-date {
  font-size: 1.1rem;
  line-height: normal;
}

.event .registration-box [type="checkbox"].filled-in + span,
[type="checkbox"].filled-in + span,
[type="checkbox"].filled-in + span {
  height: auto;
  padding-left: 18px;
}

.event .registration-box [type="checkbox"].filled-in:not(:checked) + span:not(.lever):after,
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after,
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  height: 18px;
  width: 18px;
  border: 2px solid #b7b6b6;
}

.event .registration-box [type="checkbox"].filled-in:checked + span:not(.lever):after,
[type="checkbox"].filled-in:checked + span:not(.lever):after,
[type="checkbox"].filled-in:checked + span:not(.lever):after {
  background-color: #e4e4e4;
  border-color: #d0d0d0;
  height: 18px;
  width: 18px;
}

.event .registration-box [type="checkbox"].filled-in:checked + span:not(.lever):before,
[type="checkbox"].filled-in:checked + span:not(.lever):before,
[type="checkbox"].filled-in:checked + span:not(.lever):before {
  border-bottom-color: #e30413;
  border-right-color: #e30413;
  top: -1px;
  left: 0px;
}

.checkbox--large span:after {
  width: 25px !important;
  height: 25px !important;
}

.checkbox--large span:before {
  width: 11px !important;
  height: 18px !important;
}

.sorry-content .p-big {
  font-size: 1.15rem;
}

.event .registration-box.recording .registration-box-text {
  max-width: 60%;
}

.event .checkbox-field {
  width: 55px;
  text-align: center;
}

.event .expired-message {
  text-align: center;
  font-size: 0.50rem;
  color: black;
}

.event .expired .registration-box-date {
  color: #dbdbda;
}

.event .expired .checkbox-field {
  display: none;
}

.footer {
  height: 36px;
  background: -webkit-gradient(linear, left top, right top, from(#df312b), to(#9b2924));
  background: linear-gradient(90deg, #df312b 0%, #9b2924 100%);
}

@media screen and (max-width: 850px) {
  .with-register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .with-register > div:first-of-type {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .with-register > .site-register {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 650px) {
  .card p,
  .card label {
    font-size: 1.2rem;
  }
  .heading-section {
    padding-left: 15px;
  }
  .heading-section-title {
    font-size: 3rem;
  }
  .heading-section-subtitle {
    font-size: 1.7rem;
  }
  .site-content {
    margin: 40px 20px;
  }
  .event-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
  }
  .event-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        align-self: center;
    padding: 0 0 20px 0;
  }
  .event-person-wrapper {
    padding: 0 20px;
  }
  .event-image-wrapper {
    margin: 0 auto;
    padding: 0;
  }
  .event .registration-box-date {
    font-size: 0.90rem;
  }
}
/* 2021 starts */
[type="checkbox"].cb-filled-in-custom + span:not(.lever) {
  padding-left: 25px;
  line-height: 18px;
  font-size: 1rem;
margin: 10px 0;
}

[type="checkbox"].cb-filled-in-custom + span:not(.lever):after {
  border-radius: 0px;
}

[type="checkbox"].cb-filled-in-custom:checked + span:not(.lever):after {
  background-color: rgba(255, 255, 255, 0);
}

[type="checkbox"].cb-filled-in-custom:checked + span:not(.lever):before {
  border-bottom-color: #000;
  border-right-color: #000;
}

.event .event-title-2 {
  margin: 0.5rem 0rem 0rem;
}

.event li,
.event p {
  font-size: 1.22rem;
  letter-spacing: 0.01rem;
}

.event-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.collapsible-custom {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.collapsible-custom > li {
  padding-left: 0px;
}

.collapsible-custom > li::before {
  content: none;
}

.collapsible-custom .collapsible-header,
.collapsible-custom .collapsible-body {
  border: none;
  background-color: rgba(255, 255, 255, 0);
}

.collapsible-custom .collapsible-header {
  padding: 0px;
}

.collapsible-custom .collapsible-body {
  padding: 0px;
}

.collapsible-custom .collapsible-body.event-cont {
  display: none;
}

.collapsible-custom .collapsible-body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0px 20px 0px;
}

.active .collapsible-body.event-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.keyboard-focused .collapsible-custom .collapsible-header:focus,
[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
  background-color: rgba(255, 255, 255, 0);
}

[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
  border-color: #b7b6b6;
}

.event .registration-box [type="checkbox"].filled-in + span,
.event [type="checkbox"].filled-in + span,
.event [type="checkbox"].filled-in + span {
  height: 16px;
}

.event-content {
  max-width: 80%;
}

footer::after {
  content: '';
  display: block;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#df312b), to(#9b2924));
  background: linear-gradient(90deg, #df312b 0%, #9b2924 100%);
  height: 5rem;
}

footer a {
  text-decoration: underline;
}

footer .col .row {
  margin-left: auto;
  margin-right: auto;
}

footer .site-content {
  margin: 0px 60px 40px;
}

.expired-message {
  width: 55px;
}

.item-code {
  padding-right: 30px;
}

.thank-you-title {
  margin: 3rem 0rem;
  font-weight: 700;
font-size: 2.2rem;
}

.thank-you-p {
  font-size: 1.5rem;
  margin: 2rem 0rem;
}

.col-thank-you {
  border-bottom: 1px solid #9b2924;
}

.overflow-hidden {
  overflow: hidden;
}

.underline,
.underline:focus,
.underline:active {
  text-decoration: underline;
}

@media screen and (min-width: 651px) {
  .event-header {
    margin-left: 0px;
  }
  .event .registration-box {
    margin: 40px 0px 40px 0px;
  }
}

@media screen and (max-width: 650px) {
  .event .registration-box-flex {
    padding-left: initial;
  }
  .event .registration-box-date {
    font-size: 0.9rem;
  }
  .event .registration-box-text {
    padding: 0px 10px 0px 0px;
  }
  .event-content {
    max-width: inherit;
  }
  .collapsible-body-inner {
    padding-bottom: 0px;
  }
  footer .site-content {
    margin: 0px 20px 40px;
  }
}

/* 2021 ends */
/*# sourceMappingURL=webinars-styles.css.map */