.test {
  border: 1px solid transparent;
}

/* Breakpoints ----------------------------------------------------------------------------- */
.clearer:after {
  content: "";
  height: 0px;
  width: 100%;
  background: transparent;
  clear: both;
  display: table;
}

.grid_container {
  width: calc(100vw - 30px);
  max-width: 1900px;
  margin: auto;
  clear: both;
}
@media (max-width: 1550px) {
  .grid_container {
    width: calc(100vw - 50px);
  }
}
@media (max-width: 1350px) {
  .grid_container {
    width: calc(100vw - 30px);
  }
}
@media (max-width: 750px) {
  .grid_container {
    width: 100%;
  }
}

.grid_container:after {
  content: "";
  height: 1px;
  background: transparent;
  display: block;
  clear: both;
}

.onshow_container {
  position: relative;
  margin: auto;
  clear: both;
  transform: translateZ(0);
}

.onshow_container:after {
  content: "";
  display: table;
  height: 0px;
  margin-top: 0px;
  background: transparent;
  clear: both;
}

.search_drop {
  padding-bottom: 10px !important;
}

.colbreak {
  clear: both;
}

.col1, .col2, .col3, .col4, col5, .col6, col7, .col8, col9, col10, col11, .col12 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  padding: 1.3vw;
  float: left;
  margin: 0;
}
@media (min-width: 1800px) {
  .col1, .col2, .col3, .col4, col5, .col6, col7, .col8, col9, col10, col11, .col12 {
    padding: 23.27px;
  }
}
@media (max-width: 1090px) {
  .col1, .col2, .col3, .col4, col5, .col6, col7, .col8, col9, col10, col11, .col12 {
    padding: 20px;
  }
}
@media (max-width: 890px) {
  .col1, .col2, .col3, .col4, col5, .col6, col7, .col8, col9, col10, col11, .col12 {
    padding: 19px;
  }
}
@media (max-width: 750px) {
  .col1, .col2, .col3, .col4, col5, .col6, col7, .col8, col9, col10, col11, .col12 {
    padding: 16px;
  }
}
.col1.flush, .col2.flush, .col3.flush, .col4.flush, col5.flush, .col6.flush, col7.flush, .col8.flush, col9.flush, col10.flush, col11.flush, .col12.flush {
  padding: 0;
}

.col1 {
  width: 8.3333333333%;
}
@media (max-width: 590px) {
  .col1 {
    width: 100vw;
  }
}

.col2 {
  width: 16.6666666667%;
}
@media (max-width: 590px) {
  .col2 {
    width: 100vw;
  }
}

.col3 {
  width: 25%;
}
@media (max-width: 1090px) {
  .col3 {
    width: 50%;
  }
}
@media (max-width: 590px) {
  .col3 {
    width: 100%;
  }
}

.col4 {
  width: 33.3333333333%;
}
@media (max-width: 890px) {
  .col4 {
    width: 50%;
  }
}
@media (max-width: 590px) {
  .col4 {
    width: 100%;
  }
}

.col5 {
  width: 41.6666666667%;
}
@media (max-width: 890px) {
  .col5 {
    width: 50%;
  }
}
@media (max-width: 590px) {
  .col5 {
    width: 100%;
  }
}

.col6 {
  width: 50%;
}
@media (max-width: 590px) {
  .col6 {
    width: 100%;
  }
}

.col7 {
  width: 58.3333333333%;
}
@media (max-width: 890px) {
  .col7 {
    width: 50%;
  }
}
@media (max-width: 590px) {
  .col7 {
    width: 100%;
  }
}

.col8 {
  width: 66.6666666667%;
}
@media (max-width: 890px) {
  .col8 {
    width: 50%;
  }
}
@media (max-width: 590px) {
  .col8 {
    width: 100%;
  }
}

.col9 {
  width: 75%;
}
@media (max-width: 1090px) {
  .col9 {
    width: 100%;
  }
}

.col9 {
  width: 83.3333333333%;
}
@media (max-width: 1090px) {
  .col9 {
    width: 100%;
  }
}

.col11 {
  width: 91.6666666667%;
}
@media (max-width: 1090px) {
  .col11 {
    width: 100%;
  }
}

.col12 {
  width: 100%;
}

.offset1 {
  margin-left: 8.3333333333%;
}
@media (max-width: 1090px) {
  .offset1 {
    margin-left: 0;
  }
}

.offset2 {
  margin-left: 16.6666666667%;
}
@media (max-width: 890px) {
  .offset2 {
    margin-left: 0;
  }
}

.offset3 {
  margin-left: 25%;
}
@media (max-width: 1090px) {
  .offset3 {
    margin-left: 0;
  }
}

.offset4 {
  margin-left: 33.3333333333%;
}
@media (max-width: 1090px) {
  .offset4 {
    margin-left: 0;
  }
}

.offset5 {
  margin-left: 41.6666666667%;
}
@media (max-width: 1090px) {
  .offset5 {
    margin-left: 0;
  }
}

.offset6 {
  margin-left: 50%;
}
@media (max-width: 1090px) {
  .offset6 {
    margin-left: 0;
  }
}

.offset7 {
  margin-left: 58.3333333333%;
}
@media (max-width: 1090px) {
  .offset7 {
    margin-left: 0;
  }
}

.offset8 {
  margin-left: 66.6666666667%;
}
@media (max-width: 1090px) {
  .offset8 {
    margin-left: 0;
  }
}

.offset9 {
  margin-left: 75%;
}
@media (max-width: 1090px) {
  .offset9 {
    margin-left: 0;
  }
}

.offset10 {
  margin-left: 83.3333333333%;
}
@media (max-width: 1090px) {
  .offset10 {
    margin-left: 0;
  }
}

.offset11 {
  margin-left: 91.6666666667%;
}
@media (max-width: 1090px) {
  .offset11 {
    margin-left: 0;
  }
}

.pad_offset1 {
  margin-left: 8.3333333333%;
}

.pad_offset2 {
  margin-left: 16.6666666667%;
}

.pad_offset3 {
  margin-left: 25%;
}

.pad_offset4 {
  margin-left: 33.3333333333%;
}

.pad_offset5 {
  margin-left: 41.6666666667%;
}

@media (max-width: 1090px) {
  .pad_offset6 {
    margin-left: 50%;
  }
}

.pad_offset7 {
  margin-left: 58.3333333333%;
}

@media (max-width: 1090px) {
  .pad_offset8 {
    margin-left: 66.6666666667%;
  }
}

.pad_offset9 {
  margin-left: 75%;
}

.pad_offset10 {
  margin-left: 83.3333333333%;
}

.pad_offset11 {
  margin-left: 91.6666666667%;
}

.onshow_home {
  display: flex;
}
@media (max-width: 750px) {
  .onshow_home {
    display: block;
  }
}

@media (max-width: 1090px) {
  .pad_col1 {
    width: 8.3333333333%;
  }
}

@media (max-width: 1090px) {
  .pad_col2 {
    width: 16.6666666667%;
  }
}

@media (max-width: 1090px) {
  .pad_col3 {
    width: 25%;
  }
}

@media (max-width: 1090px) {
  .pad_col4 {
    width: 33.3333333333%;
  }
}

@media (max-width: 1090px) {
  .pad_col5 {
    width: 41.6666666667%;
  }
}

@media (max-width: 1090px) {
  .pad_col6 {
    width: 50%;
  }
}

@media (max-width: 1090px) {
  .pad_col7 {
    width: 58.3333333333%;
  }
}

@media (max-width: 1090px) {
  .pad_col8 {
    width: 66.6666666667%;
  }
}

@media (max-width: 1090px) {
  .pad_col9 {
    width: 75%;
  }
}

@media (max-width: 1090px) {
  .pad_col10 {
    width: 83.3333333333%;
  }
}

@media (max-width: 1090px) {
  .pad_col11 {
    width: 91.6666666667%;
  }
}

@media (max-width: 1090px) {
  .pad_col12 {
    width: 100%;
  }
}

@media (max-width: 590px) {
  .phone_col1 {
    width: 8.3333333333%;
  }
}

@media (max-width: 590px) {
  .phone_col2 {
    width: 16.6666666667%;
  }
}

@media (max-width: 590px) {
  .phone_col3 {
    width: 25%;
  }
}

@media (max-width: 590px) {
  .phone_col4 {
    width: 33.3333333333%;
  }
}

@media (max-width: 590px) {
  .phone_col5 {
    width: 41.6666666667%;
  }
}

@media (max-width: 590px) {
  .phone_col6 {
    width: 50%;
  }
}

@media (max-width: 590px) {
  .phone_col7 {
    width: 58.3333333333%;
  }
}

@media (max-width: 590px) {
  .phone_col8 {
    width: 66.6666666667%;
  }
}

@media (max-width: 590px) {
  .phone_col9 {
    width: 75%;
  }
}

@media (max-width: 590px) {
  .phone_col10 {
    width: 83.3333333333%;
  }
}

@media (max-width: 590px) {
  .phone_col11 {
    width: 91.6666666667%;
  }
}

@media (max-width: 590px) {
  .phone_col12 {
    width: 100%;
  }
}

@media (max-width: 1090px) {
  .pad_hide {
    display: none;
  }
}

@media (max-width: 590px) {
  .phone_hide {
    display: none;
  }
}

html.lity-active body {
  position: fixed;
  overflow-y: hidden;
}

body.page-template-14_openday, body.page-template-14x_openday, body.page-template-15_webinars {
  position: relative;
  font-size: 1.15vw;
  line-height: 1.35;
}
body.page-template-14_openday .page, body.page-template-14x_openday .page, body.page-template-15_webinars .page {
  position: relative;
}
body.page-template-14_openday ::-moz-selection, body.page-template-14x_openday ::-moz-selection, body.page-template-15_webinars ::-moz-selection {
  background: rgba(255, 71, 19, 0.98);
  color: white;
}
body.page-template-14_openday ::selection, body.page-template-14x_openday ::selection, body.page-template-15_webinars ::selection {
  background: rgba(255, 71, 19, 0.98);
  color: white;
}
@font-face {
  body.page-template-14_openday, body.page-template-14x_openday, body.page-template-15_webinars {
    font-family: "Circular";
    src: url("/interface/fonts/lineto-circular-book.eot");
    src: url("/interface/fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("/interface/fonts/lineto-circular-book.woff") format("woff"), url("/interface/fonts/lineto-circular-book.ttf") format("truetype"), url("/interface/fonts/lineto-circular-book.svg#lineto-circular-book") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}
@font-face {
  body.page-template-14_openday, body.page-template-14x_openday, body.page-template-15_webinars {
    font-family: "Circular";
    src: url("/interface/fonts/lineto-circular-bold.eot");
    src: url("/interface/fonts/lineto-circular-bold.eot?#iefix") format("embedded-opentype"), url("/interface/fonts/lineto-circular-bold.woff") format("woff"), url("/interface/fonts/lineto-circular-bold.ttf") format("truetype"), url("/interface/fonts/lineto-circular-bold.svg#lineto-circular-bold") format("svg");
    font-weight: bold;
    font-style: normal;
  }
}
@media (min-width: 1800px) {
  body.page-template-14_openday, body.page-template-14x_openday, body.page-template-15_webinars {
    font-size: 20.7px;
  }
}
@media (max-width: 1150px) {
  body.page-template-14_openday, body.page-template-14x_openday, body.page-template-15_webinars {
    font-size: 13.225px;
  }
}
@media (max-width: 1060px) {
  body.page-template-14_openday, body.page-template-14x_openday, body.page-template-15_webinars {
    font-size: 14.95px;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday, body.page-template-14x_openday, body.page-template-15_webinars {
    font-size: 13.225px;
  }
}
body.page-template-14_openday h1, body.page-template-14_openday h2, body.page-template-14_openday h3, body.page-template-14_openday h4, body.page-template-14_openday h5, body.page-template-14x_openday h1, body.page-template-14x_openday h2, body.page-template-14x_openday h3, body.page-template-14x_openday h4, body.page-template-14x_openday h5, body.page-template-15_webinars h1, body.page-template-15_webinars h2, body.page-template-15_webinars h3, body.page-template-15_webinars h4, body.page-template-15_webinars h5 {
  font-family: "Circular";
  font-weight: 500;
  letter-spacing: -0.03em;
}
body.page-template-14_openday h2, body.page-template-14x_openday h2, body.page-template-15_webinars h2 {
  font-size: 2.5vw;
}
@media (min-width: 1800px) {
  body.page-template-14_openday h2, body.page-template-14x_openday h2, body.page-template-15_webinars h2 {
    font-size: 45px;
  }
}
@media (max-width: 1150px) {
  body.page-template-14_openday h2, body.page-template-14x_openday h2, body.page-template-15_webinars h2 {
    font-size: 25.875px;
  }
}
body.page-template-14_openday h3, body.page-template-14x_openday h3, body.page-template-15_webinars h3 {
  font-size: 1.85vw;
  margin: 0;
}
@media (min-width: 1800px) {
  body.page-template-14_openday h3, body.page-template-14x_openday h3, body.page-template-15_webinars h3 {
    font-size: 33.3px;
  }
}
@media (max-width: 1150px) {
  body.page-template-14_openday h3, body.page-template-14x_openday h3, body.page-template-15_webinars h3 {
    font-size: 20.125px;
  }
}
body.page-template-14_openday p, body.page-template-14x_openday p, body.page-template-15_webinars p {
  font-size: 1.15vw;
  line-height: 1.35;
}
@media (min-width: 1800px) {
  body.page-template-14_openday p, body.page-template-14x_openday p, body.page-template-15_webinars p {
    font-size: 20.7px;
  }
}
@media (max-width: 1150px) {
  body.page-template-14_openday p, body.page-template-14x_openday p, body.page-template-15_webinars p {
    font-size: 13.225px;
  }
}
@media (max-width: 1060px) {
  body.page-template-14_openday p, body.page-template-14x_openday p, body.page-template-15_webinars p {
    font-size: 14.95px;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday p, body.page-template-14x_openday p, body.page-template-15_webinars p {
    font-size: 13.8px;
    width: 92%;
  }
}
@media (max-width: 1050px) {
  body.page-template-14_openday .burger, body.page-template-14x_openday .burger, body.page-template-15_webinars .burger {
    margin-left: -10px;
  }
}
body.page-template-14_openday .burger .iadt_burger span, body.page-template-14x_openday .burger .iadt_burger span, body.page-template-15_webinars .burger .iadt_burger span {
  height: 2px;
}
body.page-template-14_openday #quicklinks-panel, body.page-template-14x_openday #quicklinks-panel, body.page-template-15_webinars #quicklinks-panel {
  display: none;
}
body.page-template-14_openday .edit, body.page-template-14x_openday .edit, body.page-template-15_webinars .edit {
  background: #ff4713 !important;
  white-space: nowrap;
}
body.page-template-14_openday #search-toggle:hover, body.page-template-14_openday #search-toggle.active, body.page-template-14_openday .open #search-toggle, body.page-template-14_openday #search-panel .border-gap, body.page-template-14_openday #search-panel fieldset, body.page-template-14x_openday #search-toggle:hover, body.page-template-14x_openday #search-toggle.active, body.page-template-14x_openday .open #search-toggle, body.page-template-14x_openday #search-panel .border-gap, body.page-template-14x_openday #search-panel fieldset, body.page-template-15_webinars #search-toggle:hover, body.page-template-15_webinars #search-toggle.active, body.page-template-15_webinars .open #search-toggle, body.page-template-15_webinars #search-panel .border-gap, body.page-template-15_webinars #search-panel fieldset {
  background: #ff4713;
}
body.page-template-14_openday #header .topbar, body.page-template-14x_openday #header .topbar, body.page-template-15_webinars #header .topbar {
  background: black;
}
body.page-template-14_openday #header .container, body.page-template-14x_openday #header .container, body.page-template-15_webinars #header .container {
  width: calc(100% - 20px);
  box-sizing: border-box;
  padding: 0 20px 0 20px;
}
body.page-template-14_openday #footer, body.page-template-14x_openday #footer, body.page-template-15_webinars #footer {
  margin-top: 0;
}
body.page-template-14_openday #footer .container, body.page-template-14x_openday #footer .container, body.page-template-15_webinars #footer .container {
  width: calc(100% - 40px);
  box-sizing: border-box;
  padding: 0 20px 0 20px;
}
body.page-template-14_openday #footer #siteinfo .container .cols4:last-of-type, body.page-template-14x_openday #footer #siteinfo .container .cols4:last-of-type, body.page-template-15_webinars #footer #siteinfo .container .cols4:last-of-type {
  float: right;
}
body.page-template-14_openday .text-wrapper .wpcf7 form.wpcf7-form label, body.page-template-14x_openday .text-wrapper .wpcf7 form.wpcf7-form label, body.page-template-15_webinars .text-wrapper .wpcf7 form.wpcf7-form label {
  font-size: 0.95em;
}
body.page-template-14_openday .text-wrapper .wpcf7 form.wpcf7-form input[type=text], body.page-template-14_openday .text-wrapper .wpcf7 form.wpcf7-form input[type=email], body.page-template-14_openday .text-wrapper .wpcf7 form.wpcf7-form input[type=tel], body.page-template-14_openday .text-wrapper .wpcf7 form.wpcf7-form textarea, body.page-template-14_openday .text-wrapper .wpcf7 form.wpcf7-form input[type=date], body.page-template-14x_openday .text-wrapper .wpcf7 form.wpcf7-form input[type=text], body.page-template-14x_openday .text-wrapper .wpcf7 form.wpcf7-form input[type=email], body.page-template-14x_openday .text-wrapper .wpcf7 form.wpcf7-form input[type=tel], body.page-template-14x_openday .text-wrapper .wpcf7 form.wpcf7-form textarea, body.page-template-14x_openday .text-wrapper .wpcf7 form.wpcf7-form input[type=date], body.page-template-15_webinars .text-wrapper .wpcf7 form.wpcf7-form input[type=text], body.page-template-15_webinars .text-wrapper .wpcf7 form.wpcf7-form input[type=email], body.page-template-15_webinars .text-wrapper .wpcf7 form.wpcf7-form input[type=tel], body.page-template-15_webinars .text-wrapper .wpcf7 form.wpcf7-form textarea, body.page-template-15_webinars .text-wrapper .wpcf7 form.wpcf7-form input[type=date] {
  margin-top: 7px;
  margin-bottom: 25px !important;
  font-size: 1.05em !important;
}
body.page-template-14_openday .text-wrapper .halfform, body.page-template-14x_openday .text-wrapper .halfform, body.page-template-15_webinars .text-wrapper .halfform {
  position: relative;
  float: left;
  width: 50%;
}
@media (max-width: 590px) {
  body.page-template-14_openday .text-wrapper .halfform, body.page-template-14x_openday .text-wrapper .halfform, body.page-template-15_webinars .text-wrapper .halfform {
    width: 100%;
  }
}
body.page-template-14_openday .text-wrapper .halfform:before, body.page-template-14x_openday .text-wrapper .halfform:before, body.page-template-15_webinars .text-wrapper .halfform:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  height: 100%;
  width: 20px;
  background: white;
}
@media (min-width: 1490px) {
  body.page-template-14_openday .text-wrapper .wpcf7 form.wpcf7-form .wpcf7-form-control, body.page-template-14x_openday .text-wrapper .wpcf7 form.wpcf7-form .wpcf7-form-control, body.page-template-15_webinars .text-wrapper .wpcf7 form.wpcf7-form .wpcf7-form-control {
    height: 65px;
  }
}
body.page-template-14_openday .text-wrapper .wpcf7-spinner, body.page-template-14x_openday .text-wrapper .wpcf7-spinner, body.page-template-15_webinars .text-wrapper .wpcf7-spinner {
  margin: 24px 0;
  transform: scale(1.2);
}
body.page-template-14_openday .text-wrapper form.wpcf7-form div.wpcf7-response-output, body.page-template-14x_openday .text-wrapper form.wpcf7-form div.wpcf7-response-output, body.page-template-15_webinars .text-wrapper form.wpcf7-form div.wpcf7-response-output {
  position: relative;
  left: 0;
  top: 18px;
  font-size: 1.1em;
  width: auto;
  float: right;
}
body.page-template-14_openday .text-wrapper .wpcf7 .check_container .ischeckbox .checkmark, body.page-template-14x_openday .text-wrapper .wpcf7 .check_container .ischeckbox .checkmark, body.page-template-15_webinars .text-wrapper .wpcf7 .check_container .ischeckbox .checkmark {
  top: 4px;
}
body.page-template-14_openday .lity, body.page-template-14x_openday .lity, body.page-template-15_webinars .lity {
  z-index: 199998;
}
body.page-template-14_openday button.lity-close, body.page-template-14x_openday button.lity-close, body.page-template-15_webinars button.lity-close {
  width: 50px;
  height: 50px;
  right: 20px;
  top: 20px;
  color: transparent;
}
@media (max-width: 1090px) {
  body.page-template-14_openday button.lity-close, body.page-template-14x_openday button.lity-close, body.page-template-15_webinars button.lity-close {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday button.lity-close, body.page-template-14x_openday button.lity-close, body.page-template-15_webinars button.lity-close {
    width: 28px;
    height: 28px;
  }
}
body.page-template-14_openday button.lity-close:before, body.page-template-14_openday button.lity-close:after, body.page-template-14x_openday button.lity-close:before, body.page-template-14x_openday button.lity-close:after, body.page-template-15_webinars button.lity-close:before, body.page-template-15_webinars button.lity-close:after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  content: "";
  height: 3px;
  width: 100%;
  background: white;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.page-template-14_openday button.lity-close:after, body.page-template-14x_openday button.lity-close:after, body.page-template-15_webinars button.lity-close:after {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
body.page-template-14_openday .lity-iframe .lity-container, body.page-template-14_openday .lity-youtube .lity-container, body.page-template-14_openday .lity-vimeo .lity-container, body.page-template-14_openday .lity-facebookvideo .lity-container, body.page-template-14_openday .lity-googlemaps .lity-container, body.page-template-14x_openday .lity-iframe .lity-container, body.page-template-14x_openday .lity-youtube .lity-container, body.page-template-14x_openday .lity-vimeo .lity-container, body.page-template-14x_openday .lity-facebookvideo .lity-container, body.page-template-14x_openday .lity-googlemaps .lity-container, body.page-template-15_webinars .lity-iframe .lity-container, body.page-template-15_webinars .lity-youtube .lity-container, body.page-template-15_webinars .lity-vimeo .lity-container, body.page-template-15_webinars .lity-facebookvideo .lity-container, body.page-template-15_webinars .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 95vw;
  vertical-align: bottom;
  margin-bottom: 2.5vw;
}
body.page-template-14_openday .lity-iframe .lity-container .lity-iframe-container, body.page-template-14_openday .lity-youtube .lity-container .lity-iframe-container, body.page-template-14_openday .lity-vimeo .lity-container .lity-iframe-container, body.page-template-14_openday .lity-facebookvideo .lity-container .lity-iframe-container, body.page-template-14_openday .lity-googlemaps .lity-container .lity-iframe-container, body.page-template-14x_openday .lity-iframe .lity-container .lity-iframe-container, body.page-template-14x_openday .lity-youtube .lity-container .lity-iframe-container, body.page-template-14x_openday .lity-vimeo .lity-container .lity-iframe-container, body.page-template-14x_openday .lity-facebookvideo .lity-container .lity-iframe-container, body.page-template-14x_openday .lity-googlemaps .lity-container .lity-iframe-container, body.page-template-15_webinars .lity-iframe .lity-container .lity-iframe-container, body.page-template-15_webinars .lity-youtube .lity-container .lity-iframe-container, body.page-template-15_webinars .lity-vimeo .lity-container .lity-iframe-container, body.page-template-15_webinars .lity-facebookvideo .lity-container .lity-iframe-container, body.page-template-15_webinars .lity-googlemaps .lity-container .lity-iframe-container {
  height: calc(100vh - 2.5vw - 80px);
  padding-top: 0;
  box-sizing: border-box;
}
@media (max-width: 890px) {
  body.page-template-14_openday .lity-iframe .lity-container .lity-iframe-container, body.page-template-14_openday .lity-youtube .lity-container .lity-iframe-container, body.page-template-14_openday .lity-vimeo .lity-container .lity-iframe-container, body.page-template-14_openday .lity-facebookvideo .lity-container .lity-iframe-container, body.page-template-14_openday .lity-googlemaps .lity-container .lity-iframe-container, body.page-template-14x_openday .lity-iframe .lity-container .lity-iframe-container, body.page-template-14x_openday .lity-youtube .lity-container .lity-iframe-container, body.page-template-14x_openday .lity-vimeo .lity-container .lity-iframe-container, body.page-template-14x_openday .lity-facebookvideo .lity-container .lity-iframe-container, body.page-template-14x_openday .lity-googlemaps .lity-container .lity-iframe-container, body.page-template-15_webinars .lity-iframe .lity-container .lity-iframe-container, body.page-template-15_webinars .lity-youtube .lity-container .lity-iframe-container, body.page-template-15_webinars .lity-vimeo .lity-container .lity-iframe-container, body.page-template-15_webinars .lity-facebookvideo .lity-container .lity-iframe-container, body.page-template-15_webinars .lity-googlemaps .lity-container .lity-iframe-container {
    box-sizing: border-box;
    background: white;
  }
}
body.page-template-14_openday .pubble-sb-clientbgcolor, body.page-template-14x_openday .pubble-sb-clientbgcolor, body.page-template-15_webinars .pubble-sb-clientbgcolor {
  background: #ff4713 !important;
}
body.page-template-14_openday .pubble-app .pubble-cw .pubble-sb-button.pubble-sb-clientbgcolor, body.page-template-14x_openday .pubble-app .pubble-cw .pubble-sb-button.pubble-sb-clientbgcolor, body.page-template-15_webinars .pubble-app .pubble-cw .pubble-sb-button.pubble-sb-clientbgcolor {
  box-shadow: 0 8px 15px rgba(241, 124, 111, 0.19), 0 3px 6px rgba(0, 0, 0, 0.19) !important;
}
body.page-template-14_openday .pubble-app .pubble-cw #pb_sidebar:hover .pubble-sb-button.pubble-sb-clientbgcolor, body.page-template-14x_openday .pubble-app .pubble-cw #pb_sidebar:hover .pubble-sb-button.pubble-sb-clientbgcolor, body.page-template-15_webinars .pubble-app .pubble-cw #pb_sidebar:hover .pubble-sb-button.pubble-sb-clientbgcolor {
  box-shadow: 0 1px 10px rgba(241, 124, 111, 0.19), 0 3px 6px rgba(0, 0, 0, 0.19) !important;
}
body.page-template-14_openday textarea.pubble-cw-input-textarea::placeholder, body.page-template-14x_openday textarea.pubble-cw-input-textarea::placeholder, body.page-template-15_webinars textarea.pubble-cw-input-textarea::placeholder {
  color: #ff4713;
}
body.page-template-14_openday .pubble-cw-panel-top, body.page-template-14x_openday .pubble-cw-panel-top, body.page-template-15_webinars .pubble-cw-panel-top {
  background-color: #ff4713 !important;
}
body.page-template-14_openday #primary li.menu-item-has-children:hover > a,
body.page-template-14_openday #primary li.menu-item-has-children.over > a, body.page-template-14_openday #primary .sub-menu, body.page-template-14x_openday #primary li.menu-item-has-children:hover > a,
body.page-template-14x_openday #primary li.menu-item-has-children.over > a, body.page-template-14x_openday #primary .sub-menu, body.page-template-15_webinars #primary li.menu-item-has-children:hover > a,
body.page-template-15_webinars #primary li.menu-item-has-children.over > a, body.page-template-15_webinars #primary .sub-menu {
  background: #1c1712 !important;
}
body.page-template-14_openday #primary .sub-menu .sub-menu, body.page-template-14x_openday #primary .sub-menu .sub-menu, body.page-template-15_webinars #primary .sub-menu .sub-menu {
  background: rgba(28, 23, 18, 0.95) !important;
}
body.page-template-14_openday .openday_banner, body.page-template-14x_openday .openday_banner, body.page-template-15_webinars .openday_banner {
  position: relative;
  overflow: hidden;
  background: #ff4713;
  height: 85vh;
  max-height: 82vh;
  min-height: 610px;
  padding-top: 145px;
  box-sizing: border-box;
  margin-bottom: -5vw;
}
@media (min-width: 1490px) {
  body.page-template-14_openday .openday_banner, body.page-template-14x_openday .openday_banner, body.page-template-15_webinars .openday_banner {
    min-height: 650px;
  }
}
@media (min-width: 1800px) {
  body.page-template-14_openday .openday_banner, body.page-template-14x_openday .openday_banner, body.page-template-15_webinars .openday_banner {
    min-height: 750px;
    margin-bottom: -90px;
  }
}
@media (min-width: 1800px) {
  body.page-template-14_openday .openday_banner, body.page-template-14x_openday .openday_banner, body.page-template-15_webinars .openday_banner {
    max-height: 850px !important;
  }
}
@media (min-width: 1150px) and (max-height: 58vw) {
  body.page-template-14_openday .openday_banner, body.page-template-14x_openday .openday_banner, body.page-template-15_webinars .openday_banner {
    max-height: 47vw;
    max-height: 950px !important;
  }
}
@media (min-width: 1500px) and (max-height: 58vw) {
  body.page-template-14_openday .openday_banner, body.page-template-14x_openday .openday_banner, body.page-template-15_webinars .openday_banner {
    max-height: 50vw;
  }
}
@media (max-width: 1500px) and (max-height: 58vw) {
  body.page-template-14_openday .openday_banner, body.page-template-14x_openday .openday_banner, body.page-template-15_webinars .openday_banner {
    max-height: 41vw;
  }
}
@media (max-width: 1350px) {
  body.page-template-14_openday .openday_banner, body.page-template-14x_openday .openday_banner, body.page-template-15_webinars .openday_banner {
    padding-top: 115px;
  }
}
@media (max-width: 1150px) {
  body.page-template-14_openday .openday_banner, body.page-template-14x_openday .openday_banner, body.page-template-15_webinars .openday_banner {
    margin-bottom: -57.5px;
    min-height: 490px;
  }
}
@media (max-width: 950px) {
  body.page-template-14_openday .openday_banner, body.page-template-14x_openday .openday_banner, body.page-template-15_webinars .openday_banner {
    margin-bottom: 0;
    min-height: 90vw;
  }
}
@media (max-width: 950px) {
  body.page-template-14_openday .openday_banner, body.page-template-14x_openday .openday_banner, body.page-template-15_webinars .openday_banner {
    margin-bottom: 0;
  }
}
@media (max-width: 690px) {
  body.page-template-14_openday .openday_banner, body.page-template-14x_openday .openday_banner, body.page-template-15_webinars .openday_banner {
    max-height: 630px;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday .openday_banner, body.page-template-14x_openday .openday_banner, body.page-template-15_webinars .openday_banner {
    height: 105vw;
    max-height: 105vw;
    padding-top: 25px;
  }
}
@media (max-width: 490px) {
  body.page-template-14_openday .openday_banner, body.page-template-14x_openday .openday_banner, body.page-template-15_webinars .openday_banner {
    height: 500px;
    max-height: none;
  }
}
@media (max-width: 390px) {
  body.page-template-14_openday .openday_banner, body.page-template-14x_openday .openday_banner, body.page-template-15_webinars .openday_banner {
    height: 450px;
  }
}
body.page-template-14_openday .openday_banner::-moz-selection, body.page-template-14x_openday .openday_banner::-moz-selection, body.page-template-15_webinars .openday_banner::-moz-selection {
  background: rgba(0, 0, 0, 0.98);
  color: white;
}
body.page-template-14_openday .openday_banner::selection, body.page-template-14x_openday .openday_banner::selection, body.page-template-15_webinars .openday_banner::selection {
  background: rgba(0, 0, 0, 0.98);
  color: white;
}
body.page-template-14_openday .openday_banner span.banner_optimise, body.page-template-14x_openday .openday_banner span.banner_optimise, body.page-template-15_webinars .openday_banner span.banner_optimise {
  display: block;
  background-size: 98%;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(https://iadt.ie/wp-content/uploads/2022/03/IADT_CAOOpenDay22_Website.gif);
}
@media (min-width: 1800px) {
  body.page-template-14_openday .openday_banner span.banner_optimise, body.page-template-14x_openday .openday_banner span.banner_optimise, body.page-template-15_webinars .openday_banner span.banner_optimise {
    background-size: 936px;
    height: 50vw !important;
  }
}
@media (max-width: 750px) {
  body.page-template-14_openday .openday_banner span.banner_optimise, body.page-template-14x_openday .openday_banner span.banner_optimise, body.page-template-15_webinars .openday_banner span.banner_optimise {
    margin-left: 15px;
  }
}
@media (max-width: 1060px) {
  body.page-template-14_openday .openday_banner span.banner_optimise, body.page-template-14x_openday .openday_banner span.banner_optimise, body.page-template-15_webinars .openday_banner span.banner_optimise {
    margin-top: 10px;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday .openday_banner span.banner_optimise, body.page-template-14x_openday .openday_banner span.banner_optimise, body.page-template-15_webinars .openday_banner span.banner_optimise {
    margin-top: 60px;
  }
}
@media (max-width: 450px) {
  body.page-template-14_openday .openday_banner span.banner_optimise, body.page-template-14x_openday .openday_banner span.banner_optimise, body.page-template-15_webinars .openday_banner span.banner_optimise {
    margin-top: 10px;
  }
}
body.page-template-14_openday .openday_banner h1, body.page-template-14x_openday .openday_banner h1, body.page-template-15_webinars .openday_banner h1 {
  color: rgba(255, 71, 19, 0.01);
  margin-top: -50px;
  margin-bottom: 0;
}
body.page-template-14_openday .openday_banner h2, body.page-template-14x_openday .openday_banner h2, body.page-template-15_webinars .openday_banner h2 {
  color: white;
  font-family: Circular-Black;
  font-weight: normal;
}
@media (max-width: 590px) {
  body.page-template-14_openday .openday_banner h2, body.page-template-14x_openday .openday_banner h2, body.page-template-15_webinars .openday_banner h2 {
    margin-top: -25px;
    margin-bottom: 26px;
  }
}
body.page-template-14_openday .openday_banner p, body.page-template-14x_openday .openday_banner p, body.page-template-15_webinars .openday_banner p {
  color: white;
  font-size: 1.1em;
}
@media (max-width: 590px) {
  body.page-template-14_openday .openday_banner p, body.page-template-14x_openday .openday_banner p, body.page-template-15_webinars .openday_banner p {
    font-size: 1.05em;
  }
}
@media (max-width: 890px) {
  body.page-template-14_openday .openday_banner .col7, body.page-template-14x_openday .openday_banner .col7, body.page-template-15_webinars .openday_banner .col7 {
    width: 85%;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday .openday_banner .col7, body.page-template-14x_openday .openday_banner .col7, body.page-template-15_webinars .openday_banner .col7 {
    margin-bottom: 0px;
  }
}
@media (max-width: 390px) {
  body.page-template-14_openday .openday_banner .col7, body.page-template-14x_openday .openday_banner .col7, body.page-template-15_webinars .openday_banner .col7 {
    margin-bottom: 20px;
    margin-top: -30px;
  }
}
body.page-template-14_openday .openday_banner .col4, body.page-template-14x_openday .openday_banner .col4, body.page-template-15_webinars .openday_banner .col4 {
  padding-left: 0 !important;
}
@media (max-width: 1550px) {
  body.page-template-14_openday .openday_banner .col4, body.page-template-14x_openday .openday_banner .col4, body.page-template-15_webinars .openday_banner .col4 {
    padding-right: 0px !important;
  }
}
@media (max-width: 1350px) {
  body.page-template-14_openday .openday_banner .col4, body.page-template-14x_openday .openday_banner .col4, body.page-template-15_webinars .openday_banner .col4 {
    padding-right: 15px !important;
  }
}
@media (max-width: 1090px) {
  body.page-template-14_openday .openday_banner .col4, body.page-template-14x_openday .openday_banner .col4, body.page-template-15_webinars .openday_banner .col4 {
    left: 6vw;
  }
}
@media (max-width: 890px) {
  body.page-template-14_openday .openday_banner .col4, body.page-template-14x_openday .openday_banner .col4, body.page-template-15_webinars .openday_banner .col4 {
    width: 50%;
    margin-left: 50%;
    margin-top: -60px;
    left: 0;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday .openday_banner .col4, body.page-template-14x_openday .openday_banner .col4, body.page-template-15_webinars .openday_banner .col4 {
    margin-left: 0;
    margin-top: 0;
    padding-left: 16px !important;
    width: 95%;
  }
}
@media (max-width: 490px) {
  body.page-template-14_openday .openday_banner .col4, body.page-template-14x_openday .openday_banner .col4, body.page-template-15_webinars .openday_banner .col4 {
    margin-top: 15px;
  }
}
@media (max-width: 390px) {
  body.page-template-14_openday .openday_banner .col4, body.page-template-14x_openday .openday_banner .col4, body.page-template-15_webinars .openday_banner .col4 {
    margin-top: 5px;
  }
}
body.page-template-14_openday .openday_banner img, body.page-template-14x_openday .openday_banner img, body.page-template-15_webinars .openday_banner img {
  margin-left: 0px;
  width: 52vw;
}
@media (min-width: 1800px) {
  body.page-template-14_openday .openday_banner img, body.page-template-14x_openday .openday_banner img, body.page-template-15_webinars .openday_banner img {
    position: absolute;
    left: 37px;
    top: 170px;
    height: auto;
    width: 936px;
  }
}
@media (max-width: 1490px) {
  body.page-template-14_openday .openday_banner img, body.page-template-14x_openday .openday_banner img, body.page-template-15_webinars .openday_banner img {
    width: 100%;
  }
}
@media (max-width: 750px) {
  body.page-template-14_openday .openday_banner img, body.page-template-14x_openday .openday_banner img, body.page-template-15_webinars .openday_banner img {
    margin-left: 15px;
  }
}
@media (max-width: 1060px) {
  body.page-template-14_openday .openday_banner img, body.page-template-14x_openday .openday_banner img, body.page-template-15_webinars .openday_banner img {
    margin-top: 10px;
    max-width: 90%;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday .openday_banner img, body.page-template-14x_openday .openday_banner img, body.page-template-15_webinars .openday_banner img {
    margin-left: 15px;
    max-width: 93%;
    position: relative;
    top: 50px;
    z-index: 1;
  }
}
body.page-template-14_openday .openday_banner a.register, body.page-template-14x_openday .openday_banner a.register, body.page-template-15_webinars .openday_banner a.register {
  position: absolute;
  z-index: 20;
  bottom: 0;
  right: 0;
  background: black;
  color: white;
  text-align: center;
  font-size: 1.25em;
  padding: 1.3vw 3vw;
  -webkit-box-shadow: -1px 0px 30px 5px rgba(0, 0, 0, 0);
  box-shadow: -1px 0px 30px 5px rgba(0, 0, 0, 0);
}
@media (min-width: 690px) {
  body.page-template-14_openday .openday_banner a.register, body.page-template-14x_openday .openday_banner a.register, body.page-template-15_webinars .openday_banner a.register {
    transition: all 0.25s ease-in-out;
  }
}
@media (min-width: 1800px) {
  body.page-template-14_openday .openday_banner a.register, body.page-template-14x_openday .openday_banner a.register, body.page-template-15_webinars .openday_banner a.register {
    padding: 23.4px 54px;
  }
}
@media (max-width: 1150px) {
  body.page-template-14_openday .openday_banner a.register, body.page-template-14x_openday .openday_banner a.register, body.page-template-15_webinars .openday_banner a.register {
    padding: 14.95px 34.5px;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday .openday_banner a.register, body.page-template-14x_openday .openday_banner a.register, body.page-template-15_webinars .openday_banner a.register {
    right: auto;
    left: 0;
    font-size: 1.15em;
  }
}
body.page-template-14_openday .openday_banner a.register:after, body.page-template-14x_openday .openday_banner a.register:after, body.page-template-15_webinars .openday_banner a.register:after {
  content: "Register Now";
}
body.page-template-14_openday .openday_banner a.register:hover, body.page-template-14x_openday .openday_banner a.register:hover, body.page-template-15_webinars .openday_banner a.register:hover {
  -webkit-box-shadow: -1px 0px 60px 5px rgba(0, 0, 0, 0.28);
  box-shadow: -1px 0px 60px 5px rgba(0, 0, 0, 0.28);
  padding: 1.3vw 4vw;
}
@media (min-width: 1800px) {
  body.page-template-14_openday .openday_banner a.register:hover, body.page-template-14x_openday .openday_banner a.register:hover, body.page-template-15_webinars .openday_banner a.register:hover {
    padding: 23.4px 72px;
  }
}
@media (max-width: 1150px) {
  body.page-template-14_openday .openday_banner a.register:hover, body.page-template-14x_openday .openday_banner a.register:hover, body.page-template-15_webinars .openday_banner a.register:hover {
    padding: 14.95px 46px;
  }
}
@media (max-width: 1090px) {
  body.page-template-14_openday .openday_banner a.register:hover, body.page-template-14x_openday .openday_banner a.register:hover, body.page-template-15_webinars .openday_banner a.register:hover {
    padding: 14.95px 34.5px;
  }
}
body.page-template-14_openday .openday_tab, body.page-template-14x_openday .openday_tab, body.page-template-15_webinars .openday_tab {
  padding-top: 1.2vw;
}
@media (min-width: 1800px) {
  body.page-template-14_openday .openday_tab, body.page-template-14x_openday .openday_tab, body.page-template-15_webinars .openday_tab {
    padding-top: 21.6px;
  }
}
@media (max-width: 1150px) {
  body.page-template-14_openday .openday_tab, body.page-template-14x_openday .openday_tab, body.page-template-15_webinars .openday_tab {
    padding-top: 13.8px;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday .openday_intro .col8, body.page-template-14x_openday .openday_intro .col8, body.page-template-15_webinars .openday_intro .col8 {
    padding-bottom: 0;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday .openday_intro .col8 h2, body.page-template-14x_openday .openday_intro .col8 h2, body.page-template-15_webinars .openday_intro .col8 h2 {
    margin-bottom: 5px;
  }
}
body.page-template-14_openday .life_container, body.page-template-14x_openday .life_container, body.page-template-15_webinars .life_container {
  background: #eeeeee;
  margin-top: 40px;
  width: 100%;
  padding: 25px;
}
@media (max-width: 590px) {
  body.page-template-14_openday .life_container, body.page-template-14x_openday .life_container, body.page-template-15_webinars .life_container {
    padding: 0px;
  }
}
body.page-template-14_openday #myTable, body.page-template-14_openday table.myTable, body.page-template-14x_openday #myTable, body.page-template-14x_openday table.myTable, body.page-template-15_webinars #myTable, body.page-template-15_webinars table.myTable {
  font-size: inherit;
  font-family: "Circular";
  margin-top: 0;
}
body.page-template-14_openday #myTable th, body.page-template-14_openday #myTable tr, body.page-template-14_openday #myTable td, body.page-template-14_openday table.myTable th, body.page-template-14_openday table.myTable tr, body.page-template-14_openday table.myTable td, body.page-template-14x_openday #myTable th, body.page-template-14x_openday #myTable tr, body.page-template-14x_openday #myTable td, body.page-template-14x_openday table.myTable th, body.page-template-14x_openday table.myTable tr, body.page-template-14x_openday table.myTable td, body.page-template-15_webinars #myTable th, body.page-template-15_webinars #myTable tr, body.page-template-15_webinars #myTable td, body.page-template-15_webinars table.myTable th, body.page-template-15_webinars table.myTable tr, body.page-template-15_webinars table.myTable td {
  font-size: inherit;
  font-family: "Circular";
  word-spacing: 0;
}
body.page-template-14_openday #myTable th, body.page-template-14_openday table.myTable th, body.page-template-14x_openday #myTable th, body.page-template-14x_openday table.myTable th, body.page-template-15_webinars #myTable th, body.page-template-15_webinars table.myTable th {
  cursor: pointer;
  user-select: none;
  background: #bfc4c5 !important;
  padding: 1.2vw 1.3vw;
  position: relative;
}
@media (min-width: 1800px) {
  body.page-template-14_openday #myTable th, body.page-template-14_openday table.myTable th, body.page-template-14x_openday #myTable th, body.page-template-14x_openday table.myTable th, body.page-template-15_webinars #myTable th, body.page-template-15_webinars table.myTable th {
    padding: 21.6px 23.4px;
  }
}
@media (max-width: 1150px) {
  body.page-template-14_openday #myTable th, body.page-template-14_openday table.myTable th, body.page-template-14x_openday #myTable th, body.page-template-14x_openday table.myTable th, body.page-template-15_webinars #myTable th, body.page-template-15_webinars table.myTable th {
    padding: 13.8px 14.95px;
  }
}
body.page-template-14_openday #myTable th:after, body.page-template-14_openday table.myTable th:after, body.page-template-14x_openday #myTable th:after, body.page-template-14x_openday table.myTable th:after, body.page-template-15_webinars #myTable th:after, body.page-template-15_webinars table.myTable th:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
  opacity: 0.3;
  position: absolute;
  top: 42%;
  margin-left: 10px;
}
@media (max-width: 1350px) {
  body.page-template-14_openday #myTable th:after, body.page-template-14_openday table.myTable th:after, body.page-template-14x_openday #myTable th:after, body.page-template-14x_openday table.myTable th:after, body.page-template-15_webinars #myTable th:after, body.page-template-15_webinars table.myTable th:after {
    border-width: 6.5px 5px 0 5px;
  }
}
body.page-template-14_openday #myTable th.on:after, body.page-template-14_openday table.myTable th.on:after, body.page-template-14x_openday #myTable th.on:after, body.page-template-14x_openday table.myTable th.on:after, body.page-template-15_webinars #myTable th.on:after, body.page-template-15_webinars table.myTable th.on:after {
  opacity: 1;
}
body.page-template-14_openday #myTable th.asc:after, body.page-template-14_openday table.myTable th.asc:after, body.page-template-14x_openday #myTable th.asc:after, body.page-template-14x_openday table.myTable th.asc:after, body.page-template-15_webinars #myTable th.asc:after, body.page-template-15_webinars table.myTable th.asc:after {
  transform: rotate(180deg);
}
@media (max-width: 590px) {
  body.page-template-14_openday #myTable th:nth-of-type(1), body.page-template-14_openday table.myTable th:nth-of-type(1), body.page-template-14x_openday #myTable th:nth-of-type(1), body.page-template-14x_openday table.myTable th:nth-of-type(1), body.page-template-15_webinars #myTable th:nth-of-type(1), body.page-template-15_webinars table.myTable th:nth-of-type(1) {
    width: 100%;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday #myTable th:nth-of-type(2), body.page-template-14_openday #myTable th:nth-of-type(3), body.page-template-14_openday #myTable th:nth-of-type(4), body.page-template-14_openday #myTable th:nth-of-type(5), body.page-template-14_openday #myTable th:nth-of-type(6), body.page-template-14_openday table.myTable th:nth-of-type(2), body.page-template-14_openday table.myTable th:nth-of-type(3), body.page-template-14_openday table.myTable th:nth-of-type(4), body.page-template-14_openday table.myTable th:nth-of-type(5), body.page-template-14_openday table.myTable th:nth-of-type(6), body.page-template-14x_openday #myTable th:nth-of-type(2), body.page-template-14x_openday #myTable th:nth-of-type(3), body.page-template-14x_openday #myTable th:nth-of-type(4), body.page-template-14x_openday #myTable th:nth-of-type(5), body.page-template-14x_openday #myTable th:nth-of-type(6), body.page-template-14x_openday table.myTable th:nth-of-type(2), body.page-template-14x_openday table.myTable th:nth-of-type(3), body.page-template-14x_openday table.myTable th:nth-of-type(4), body.page-template-14x_openday table.myTable th:nth-of-type(5), body.page-template-14x_openday table.myTable th:nth-of-type(6), body.page-template-15_webinars #myTable th:nth-of-type(2), body.page-template-15_webinars #myTable th:nth-of-type(3), body.page-template-15_webinars #myTable th:nth-of-type(4), body.page-template-15_webinars #myTable th:nth-of-type(5), body.page-template-15_webinars #myTable th:nth-of-type(6), body.page-template-15_webinars table.myTable th:nth-of-type(2), body.page-template-15_webinars table.myTable th:nth-of-type(3), body.page-template-15_webinars table.myTable th:nth-of-type(4), body.page-template-15_webinars table.myTable th:nth-of-type(5), body.page-template-15_webinars table.myTable th:nth-of-type(6) {
    display: none;
  }
}
body.page-template-14_openday #myTable th:nth-of-type(4), body.page-template-14_openday #myTable th:nth-of-type(5), body.page-template-14_openday #myTable th:nth-of-type(5), body.page-template-14_openday table.myTable th:nth-of-type(4), body.page-template-14_openday table.myTable th:nth-of-type(5), body.page-template-14_openday table.myTable th:nth-of-type(5), body.page-template-14x_openday #myTable th:nth-of-type(4), body.page-template-14x_openday #myTable th:nth-of-type(5), body.page-template-14x_openday #myTable th:nth-of-type(5), body.page-template-14x_openday table.myTable th:nth-of-type(4), body.page-template-14x_openday table.myTable th:nth-of-type(5), body.page-template-14x_openday table.myTable th:nth-of-type(5), body.page-template-15_webinars #myTable th:nth-of-type(4), body.page-template-15_webinars #myTable th:nth-of-type(5), body.page-template-15_webinars #myTable th:nth-of-type(5), body.page-template-15_webinars table.myTable th:nth-of-type(4), body.page-template-15_webinars table.myTable th:nth-of-type(5), body.page-template-15_webinars table.myTable th:nth-of-type(5) {
  pointer-events: none;
}
body.page-template-14_openday #myTable th:nth-of-type(4):after, body.page-template-14_openday #myTable th:nth-of-type(5):after, body.page-template-14_openday #myTable th:nth-of-type(5):after, body.page-template-14_openday table.myTable th:nth-of-type(4):after, body.page-template-14_openday table.myTable th:nth-of-type(5):after, body.page-template-14_openday table.myTable th:nth-of-type(5):after, body.page-template-14x_openday #myTable th:nth-of-type(4):after, body.page-template-14x_openday #myTable th:nth-of-type(5):after, body.page-template-14x_openday #myTable th:nth-of-type(5):after, body.page-template-14x_openday table.myTable th:nth-of-type(4):after, body.page-template-14x_openday table.myTable th:nth-of-type(5):after, body.page-template-14x_openday table.myTable th:nth-of-type(5):after, body.page-template-15_webinars #myTable th:nth-of-type(4):after, body.page-template-15_webinars #myTable th:nth-of-type(5):after, body.page-template-15_webinars #myTable th:nth-of-type(5):after, body.page-template-15_webinars table.myTable th:nth-of-type(4):after, body.page-template-15_webinars table.myTable th:nth-of-type(5):after, body.page-template-15_webinars table.myTable th:nth-of-type(5):after {
  display: none;
}
body.page-template-14_openday #myTable td, body.page-template-14_openday table.myTable td, body.page-template-14x_openday #myTable td, body.page-template-14x_openday table.myTable td, body.page-template-15_webinars #myTable td, body.page-template-15_webinars table.myTable td {
  padding: 0.9vw 1.3vw;
}
@media (min-width: 1800px) {
  body.page-template-14_openday #myTable td, body.page-template-14_openday table.myTable td, body.page-template-14x_openday #myTable td, body.page-template-14x_openday table.myTable td, body.page-template-15_webinars #myTable td, body.page-template-15_webinars table.myTable td {
    padding: 16.2px 23.4px;
  }
}
@media (max-width: 1150px) {
  body.page-template-14_openday #myTable td, body.page-template-14_openday table.myTable td, body.page-template-14x_openday #myTable td, body.page-template-14x_openday table.myTable td, body.page-template-15_webinars #myTable td, body.page-template-15_webinars table.myTable td {
    padding: 10.35px 14.95px;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday #myTable td, body.page-template-14_openday table.myTable td, body.page-template-14x_openday #myTable td, body.page-template-14x_openday table.myTable td, body.page-template-15_webinars #myTable td, body.page-template-15_webinars table.myTable td {
    float: left;
    padding: 14.95px 14.95px;
  }
}
body.page-template-14_openday #myTable .realtime, body.page-template-14_openday table.myTable .realtime, body.page-template-14x_openday #myTable .realtime, body.page-template-14x_openday table.myTable .realtime, body.page-template-15_webinars #myTable .realtime, body.page-template-15_webinars table.myTable .realtime {
  position: absolute;
  left: -9999px;
}
@media (max-width: 590px) {
  body.page-template-14_openday #myTable tr, body.page-template-14_openday table.myTable tr, body.page-template-14x_openday #myTable tr, body.page-template-14x_openday table.myTable tr, body.page-template-15_webinars #myTable tr, body.page-template-15_webinars table.myTable tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
body.page-template-14_openday #myTable tr td:nth-of-type(1), body.page-template-14_openday table.myTable tr td:nth-of-type(1), body.page-template-14x_openday #myTable tr td:nth-of-type(1), body.page-template-14x_openday table.myTable tr td:nth-of-type(1), body.page-template-15_webinars #myTable tr td:nth-of-type(1), body.page-template-15_webinars table.myTable tr td:nth-of-type(1) {
  width: 43%;
  font-size: 1.2em;
  font-family: Gradshow;
  font-weight: bold;
}
@media (max-width: 590px) {
  body.page-template-14_openday #myTable tr td:nth-of-type(1), body.page-template-14_openday table.myTable tr td:nth-of-type(1), body.page-template-14x_openday #myTable tr td:nth-of-type(1), body.page-template-14x_openday table.myTable tr td:nth-of-type(1), body.page-template-15_webinars #myTable tr td:nth-of-type(1), body.page-template-15_webinars table.myTable tr td:nth-of-type(1) {
    width: 42%;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday #myTable tr td:nth-of-type(1), body.page-template-14_openday table.myTable tr td:nth-of-type(1), body.page-template-14x_openday #myTable tr td:nth-of-type(1), body.page-template-14x_openday table.myTable tr td:nth-of-type(1), body.page-template-15_webinars #myTable tr td:nth-of-type(1), body.page-template-15_webinars table.myTable tr td:nth-of-type(1) {
    width: 100%;
    font-size: 1.15em;
    padding-bottom: 0;
    padding-top: 14px;
    font-weight: normal;
    font-family: Circular-Bold;
  }
}
body.page-template-14_openday #myTable tr td:nth-of-type(1) span, body.page-template-14_openday table.myTable tr td:nth-of-type(1) span, body.page-template-14x_openday #myTable tr td:nth-of-type(1) span, body.page-template-14x_openday table.myTable tr td:nth-of-type(1) span, body.page-template-15_webinars #myTable tr td:nth-of-type(1) span, body.page-template-15_webinars table.myTable tr td:nth-of-type(1) span {
  display: inline-block;
  margin-left: 5px;
  margin-top: -1px;
  padding: 2px 4px 2px 4px;
  background: #ff4713;
  font-size: 0.75em;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 590px) {
  body.page-template-14_openday #myTable tr td:nth-of-type(1) span, body.page-template-14_openday table.myTable tr td:nth-of-type(1) span, body.page-template-14x_openday #myTable tr td:nth-of-type(1) span, body.page-template-14x_openday table.myTable tr td:nth-of-type(1) span, body.page-template-15_webinars #myTable tr td:nth-of-type(1) span, body.page-template-15_webinars table.myTable tr td:nth-of-type(1) span {
    font-size: 10px;
    position: relative;
    top: -2px;
  }
}
body.page-template-14_openday #myTable tr td:nth-of-type(2), body.page-template-14_openday table.myTable tr td:nth-of-type(2), body.page-template-14x_openday #myTable tr td:nth-of-type(2), body.page-template-14x_openday table.myTable tr td:nth-of-type(2), body.page-template-15_webinars #myTable tr td:nth-of-type(2), body.page-template-15_webinars table.myTable tr td:nth-of-type(2) {
  width: 24%;
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 890px) {
  body.page-template-14_openday #myTable tr td:nth-of-type(2), body.page-template-14_openday table.myTable tr td:nth-of-type(2), body.page-template-14x_openday #myTable tr td:nth-of-type(2), body.page-template-14x_openday table.myTable tr td:nth-of-type(2), body.page-template-15_webinars #myTable tr td:nth-of-type(2), body.page-template-15_webinars table.myTable tr td:nth-of-type(2) {
    width: 22%;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday #myTable tr td:nth-of-type(2), body.page-template-14_openday table.myTable tr td:nth-of-type(2), body.page-template-14x_openday #myTable tr td:nth-of-type(2), body.page-template-14x_openday table.myTable tr td:nth-of-type(2), body.page-template-15_webinars #myTable tr td:nth-of-type(2), body.page-template-15_webinars table.myTable tr td:nth-of-type(2) {
    width: 100%;
    padding-top: 0;
    font-size: 1.15em;
  }
}
body.page-template-14_openday #myTable tr td:nth-of-type(3), body.page-template-14_openday table.myTable tr td:nth-of-type(3), body.page-template-14x_openday #myTable tr td:nth-of-type(3), body.page-template-14x_openday table.myTable tr td:nth-of-type(3), body.page-template-15_webinars #myTable tr td:nth-of-type(3), body.page-template-15_webinars table.myTable tr td:nth-of-type(3) {
  width: 14%;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 890px) {
  body.page-template-14_openday #myTable tr td:nth-of-type(3), body.page-template-14_openday table.myTable tr td:nth-of-type(3), body.page-template-14x_openday #myTable tr td:nth-of-type(3), body.page-template-14x_openday table.myTable tr td:nth-of-type(3), body.page-template-15_webinars #myTable tr td:nth-of-type(3), body.page-template-15_webinars table.myTable tr td:nth-of-type(3) {
    width: 10%;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday #myTable tr td:nth-of-type(3), body.page-template-14_openday table.myTable tr td:nth-of-type(3), body.page-template-14x_openday #myTable tr td:nth-of-type(3), body.page-template-14x_openday table.myTable tr td:nth-of-type(3), body.page-template-15_webinars #myTable tr td:nth-of-type(3), body.page-template-15_webinars table.myTable tr td:nth-of-type(3) {
    width: 50%;
    font-size: 1.15em;
    padding-top: 0;
    padding-bottom: 0;
  }
}
body.page-template-14_openday #myTable tr td:nth-of-type(4), body.page-template-14_openday table.myTable tr td:nth-of-type(4), body.page-template-14x_openday #myTable tr td:nth-of-type(4), body.page-template-14x_openday table.myTable tr td:nth-of-type(4), body.page-template-15_webinars #myTable tr td:nth-of-type(4), body.page-template-15_webinars table.myTable tr td:nth-of-type(4) {
  display: none;
}
body.page-template-14_openday #myTable tr td:nth-of-type(5), body.page-template-14_openday table.myTable tr td:nth-of-type(5), body.page-template-14x_openday #myTable tr td:nth-of-type(5), body.page-template-14x_openday table.myTable tr td:nth-of-type(5), body.page-template-15_webinars #myTable tr td:nth-of-type(5), body.page-template-15_webinars table.myTable tr td:nth-of-type(5) {
  width: 3%;
  padding: 0;
}
@media (max-width: 890px) {
  body.page-template-14_openday #myTable tr td:nth-of-type(5), body.page-template-14_openday table.myTable tr td:nth-of-type(5), body.page-template-14x_openday #myTable tr td:nth-of-type(5), body.page-template-14x_openday table.myTable tr td:nth-of-type(5), body.page-template-15_webinars #myTable tr td:nth-of-type(5), body.page-template-15_webinars table.myTable tr td:nth-of-type(5) {
    width: 1%;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday #myTable tr td:nth-of-type(5), body.page-template-14_openday table.myTable tr td:nth-of-type(5), body.page-template-14x_openday #myTable tr td:nth-of-type(5), body.page-template-14x_openday table.myTable tr td:nth-of-type(5), body.page-template-15_webinars #myTable tr td:nth-of-type(5), body.page-template-15_webinars table.myTable tr td:nth-of-type(5) {
    width: 50%;
  }
}
body.page-template-14_openday #myTable tr td:nth-of-type(5) div.openday_popup, body.page-template-14_openday table.myTable tr td:nth-of-type(5) div.openday_popup, body.page-template-14x_openday #myTable tr td:nth-of-type(5) div.openday_popup, body.page-template-14x_openday table.myTable tr td:nth-of-type(5) div.openday_popup, body.page-template-15_webinars #myTable tr td:nth-of-type(5) div.openday_popup, body.page-template-15_webinars table.myTable tr td:nth-of-type(5) div.openday_popup {
  position: relative;
  margin: auto;
  width: 21px;
  height: 21px;
  background: black;
  color: white;
  border-radius: 10px;
  font-weight: bold;
  font-size: 19px;
  background-image: url("../img/icon_info.svg");
  background-size: contain;
  background-position: center center;
}
@media (max-width: 1190px) {
  body.page-template-14_openday #myTable tr td:nth-of-type(5) div.openday_popup, body.page-template-14_openday table.myTable tr td:nth-of-type(5) div.openday_popup, body.page-template-14x_openday #myTable tr td:nth-of-type(5) div.openday_popup, body.page-template-14x_openday table.myTable tr td:nth-of-type(5) div.openday_popup, body.page-template-15_webinars #myTable tr td:nth-of-type(5) div.openday_popup, body.page-template-15_webinars table.myTable tr td:nth-of-type(5) div.openday_popup {
    width: 19px;
    height: 19px;
    font-size: 17px;
  }
}
@media (max-width: 750px) {
  body.page-template-14_openday #myTable tr td:nth-of-type(5) div.openday_popup, body.page-template-14_openday table.myTable tr td:nth-of-type(5) div.openday_popup, body.page-template-14x_openday #myTable tr td:nth-of-type(5) div.openday_popup, body.page-template-14x_openday table.myTable tr td:nth-of-type(5) div.openday_popup, body.page-template-15_webinars #myTable tr td:nth-of-type(5) div.openday_popup, body.page-template-15_webinars table.myTable tr td:nth-of-type(5) div.openday_popup {
    width: 21px;
    height: 21px;
    font-size: 19px;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday #myTable tr td:nth-of-type(5) div.openday_popup, body.page-template-14_openday table.myTable tr td:nth-of-type(5) div.openday_popup, body.page-template-14x_openday #myTable tr td:nth-of-type(5) div.openday_popup, body.page-template-14x_openday table.myTable tr td:nth-of-type(5) div.openday_popup, body.page-template-15_webinars #myTable tr td:nth-of-type(5) div.openday_popup, body.page-template-15_webinars table.myTable tr td:nth-of-type(5) div.openday_popup {
    float: right;
    margin-right: 20px;
  }
}
body.page-template-14_openday #myTable tr td:nth-of-type(5) div.openday_popup span, body.page-template-14_openday table.myTable tr td:nth-of-type(5) div.openday_popup span, body.page-template-14x_openday #myTable tr td:nth-of-type(5) div.openday_popup span, body.page-template-14x_openday table.myTable tr td:nth-of-type(5) div.openday_popup span, body.page-template-15_webinars #myTable tr td:nth-of-type(5) div.openday_popup span, body.page-template-15_webinars table.myTable tr td:nth-of-type(5) div.openday_popup span {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
body.page-template-14_openday #myTable tr td:nth-of-type(5) div.openday_popup span:hover + div, body.page-template-14_openday table.myTable tr td:nth-of-type(5) div.openday_popup span:hover + div, body.page-template-14x_openday #myTable tr td:nth-of-type(5) div.openday_popup span:hover + div, body.page-template-14x_openday table.myTable tr td:nth-of-type(5) div.openday_popup span:hover + div, body.page-template-15_webinars #myTable tr td:nth-of-type(5) div.openday_popup span:hover + div, body.page-template-15_webinars table.myTable tr td:nth-of-type(5) div.openday_popup span:hover + div {
  opacity: 1;
  bottom: 38px;
}
body.page-template-14_openday #myTable tr td:nth-of-type(5) div.openday_popup div, body.page-template-14_openday table.myTable tr td:nth-of-type(5) div.openday_popup div, body.page-template-14x_openday #myTable tr td:nth-of-type(5) div.openday_popup div, body.page-template-14x_openday table.myTable tr td:nth-of-type(5) div.openday_popup div, body.page-template-15_webinars #myTable tr td:nth-of-type(5) div.openday_popup div, body.page-template-15_webinars table.myTable tr td:nth-of-type(5) div.openday_popup div {
  position: absolute;
  width: 20vw;
  bottom: 32px;
  left: -10vw;
  margin-left: 10px;
  background: #1c1712;
  user-select: none;
  pointer-events: none;
  font-weight: normal;
  font-size: 0.95em;
  line-height: 1.29;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  padding: 18px 18px 23px 22px;
}
@media (min-width: 690px) {
  body.page-template-14_openday #myTable tr td:nth-of-type(5) div.openday_popup div, body.page-template-14_openday table.myTable tr td:nth-of-type(5) div.openday_popup div, body.page-template-14x_openday #myTable tr td:nth-of-type(5) div.openday_popup div, body.page-template-14x_openday table.myTable tr td:nth-of-type(5) div.openday_popup div, body.page-template-15_webinars #myTable tr td:nth-of-type(5) div.openday_popup div, body.page-template-15_webinars table.myTable tr td:nth-of-type(5) div.openday_popup div {
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 890px) {
  body.page-template-14_openday #myTable tr td:nth-of-type(5) div.openday_popup div, body.page-template-14_openday table.myTable tr td:nth-of-type(5) div.openday_popup div, body.page-template-14x_openday #myTable tr td:nth-of-type(5) div.openday_popup div, body.page-template-14x_openday table.myTable tr td:nth-of-type(5) div.openday_popup div, body.page-template-15_webinars #myTable tr td:nth-of-type(5) div.openday_popup div, body.page-template-15_webinars table.myTable tr td:nth-of-type(5) div.openday_popup div {
    width: 30vw;
    left: -15vw;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday #myTable tr td:nth-of-type(5) div.openday_popup div, body.page-template-14_openday table.myTable tr td:nth-of-type(5) div.openday_popup div, body.page-template-14x_openday #myTable tr td:nth-of-type(5) div.openday_popup div, body.page-template-14x_openday table.myTable tr td:nth-of-type(5) div.openday_popup div, body.page-template-15_webinars #myTable tr td:nth-of-type(5) div.openday_popup div, body.page-template-15_webinars table.myTable tr td:nth-of-type(5) div.openday_popup div {
    left: auto;
    right: -20px;
    width: 230px;
    font-size: 0.75em;
  }
}
body.page-template-14_openday #myTable tr td:nth-of-type(5) div.openday_popup div strong, body.page-template-14_openday table.myTable tr td:nth-of-type(5) div.openday_popup div strong, body.page-template-14x_openday #myTable tr td:nth-of-type(5) div.openday_popup div strong, body.page-template-14x_openday table.myTable tr td:nth-of-type(5) div.openday_popup div strong, body.page-template-15_webinars #myTable tr td:nth-of-type(5) div.openday_popup div strong, body.page-template-15_webinars table.myTable tr td:nth-of-type(5) div.openday_popup div strong {
  display: block;
  font-weight: bold;
  color: white;
}
body.page-template-14_openday #myTable tr td:nth-of-type(5) div.openday_popup div:after, body.page-template-14_openday table.myTable tr td:nth-of-type(5) div.openday_popup div:after, body.page-template-14x_openday #myTable tr td:nth-of-type(5) div.openday_popup div:after, body.page-template-14x_openday table.myTable tr td:nth-of-type(5) div.openday_popup div:after, body.page-template-15_webinars #myTable tr td:nth-of-type(5) div.openday_popup div:after, body.page-template-15_webinars table.myTable tr td:nth-of-type(5) div.openday_popup div:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10px 0 10px;
  border-color: #1C1712 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
@media (max-width: 590px) {
  body.page-template-14_openday #myTable tr td:nth-of-type(5) div.openday_popup div:after, body.page-template-14_openday table.myTable tr td:nth-of-type(5) div.openday_popup div:after, body.page-template-14x_openday #myTable tr td:nth-of-type(5) div.openday_popup div:after, body.page-template-14x_openday table.myTable tr td:nth-of-type(5) div.openday_popup div:after, body.page-template-15_webinars #myTable tr td:nth-of-type(5) div.openday_popup div:after, body.page-template-15_webinars table.myTable tr td:nth-of-type(5) div.openday_popup div:after {
    left: 200px;
  }
}
body.page-template-14_openday #myTable tr td:nth-of-type(5):hover div.openday_popup span + div, body.page-template-14_openday table.myTable tr td:nth-of-type(5):hover div.openday_popup span + div, body.page-template-14x_openday #myTable tr td:nth-of-type(5):hover div.openday_popup span + div, body.page-template-14x_openday table.myTable tr td:nth-of-type(5):hover div.openday_popup span + div, body.page-template-15_webinars #myTable tr td:nth-of-type(5):hover div.openday_popup span + div, body.page-template-15_webinars table.myTable tr td:nth-of-type(5):hover div.openday_popup span + div {
  opacity: 1;
  margin-top: 0px;
}
body.page-template-14_openday #myTable tr td:nth-of-type(6), body.page-template-14_openday table.myTable tr td:nth-of-type(6), body.page-template-14x_openday #myTable tr td:nth-of-type(6), body.page-template-14x_openday table.myTable tr td:nth-of-type(6), body.page-template-15_webinars #myTable tr td:nth-of-type(6), body.page-template-15_webinars table.myTable tr td:nth-of-type(6) {
  width: 16%;
}
@media (max-width: 890px) {
  body.page-template-14_openday #myTable tr td:nth-of-type(6), body.page-template-14_openday table.myTable tr td:nth-of-type(6), body.page-template-14x_openday #myTable tr td:nth-of-type(6), body.page-template-14x_openday table.myTable tr td:nth-of-type(6), body.page-template-15_webinars #myTable tr td:nth-of-type(6), body.page-template-15_webinars table.myTable tr td:nth-of-type(6) {
    width: 20%;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday #myTable tr td:nth-of-type(6), body.page-template-14_openday table.myTable tr td:nth-of-type(6), body.page-template-14x_openday #myTable tr td:nth-of-type(6), body.page-template-14x_openday table.myTable tr td:nth-of-type(6), body.page-template-15_webinars #myTable tr td:nth-of-type(6), body.page-template-15_webinars table.myTable tr td:nth-of-type(6) {
    width: 100%;
    padding-bottom: 30px;
  }
}
body.page-template-14_openday #myTable tr td:nth-of-type(6) a, body.page-template-14_openday table.myTable tr td:nth-of-type(6) a, body.page-template-14x_openday #myTable tr td:nth-of-type(6) a, body.page-template-14x_openday table.myTable tr td:nth-of-type(6) a, body.page-template-15_webinars #myTable tr td:nth-of-type(6) a, body.page-template-15_webinars table.myTable tr td:nth-of-type(6) a {
  display: block;
  width: 100%;
  background: #ff4713;
  color: white;
  text-align: center;
  font-size: 1.1em;
  padding: 1.1vw 0.9vw;
  -webkit-box-shadow: -1px 0px 10px 5px rgba(255, 71, 19, 0);
  box-shadow: -1px 0px 10px 5px rgba(255, 71, 19, 0);
}
@media (min-width: 690px) {
  body.page-template-14_openday #myTable tr td:nth-of-type(6) a, body.page-template-14_openday table.myTable tr td:nth-of-type(6) a, body.page-template-14x_openday #myTable tr td:nth-of-type(6) a, body.page-template-14x_openday table.myTable tr td:nth-of-type(6) a, body.page-template-15_webinars #myTable tr td:nth-of-type(6) a, body.page-template-15_webinars table.myTable tr td:nth-of-type(6) a {
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 1800px) {
  body.page-template-14_openday #myTable tr td:nth-of-type(6) a, body.page-template-14_openday table.myTable tr td:nth-of-type(6) a, body.page-template-14x_openday #myTable tr td:nth-of-type(6) a, body.page-template-14x_openday table.myTable tr td:nth-of-type(6) a, body.page-template-15_webinars #myTable tr td:nth-of-type(6) a, body.page-template-15_webinars table.myTable tr td:nth-of-type(6) a {
    padding: 19.8px 16.2px;
  }
}
@media (max-width: 1150px) {
  body.page-template-14_openday #myTable tr td:nth-of-type(6) a, body.page-template-14_openday table.myTable tr td:nth-of-type(6) a, body.page-template-14x_openday #myTable tr td:nth-of-type(6) a, body.page-template-14x_openday table.myTable tr td:nth-of-type(6) a, body.page-template-15_webinars #myTable tr td:nth-of-type(6) a, body.page-template-15_webinars table.myTable tr td:nth-of-type(6) a {
    padding: 12.65px 10.35px;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday #myTable tr td:nth-of-type(6) a, body.page-template-14_openday table.myTable tr td:nth-of-type(6) a, body.page-template-14x_openday #myTable tr td:nth-of-type(6) a, body.page-template-14x_openday table.myTable tr td:nth-of-type(6) a, body.page-template-15_webinars #myTable tr td:nth-of-type(6) a, body.page-template-15_webinars table.myTable tr td:nth-of-type(6) a {
    padding: 11.5px 10.35px;
  }
}
body.page-template-14_openday #myTable tr td:nth-of-type(6) a:after, body.page-template-14_openday table.myTable tr td:nth-of-type(6) a:after, body.page-template-14x_openday #myTable tr td:nth-of-type(6) a:after, body.page-template-14x_openday table.myTable tr td:nth-of-type(6) a:after, body.page-template-15_webinars #myTable tr td:nth-of-type(6) a:after, body.page-template-15_webinars table.myTable tr td:nth-of-type(6) a:after {
  content: "Register";
}
@media (min-width: 1090px) {
  body.page-template-14_openday #myTable tr td:nth-of-type(6) a:hover, body.page-template-14_openday table.myTable tr td:nth-of-type(6) a:hover, body.page-template-14x_openday #myTable tr td:nth-of-type(6) a:hover, body.page-template-14x_openday table.myTable tr td:nth-of-type(6) a:hover, body.page-template-15_webinars #myTable tr td:nth-of-type(6) a:hover, body.page-template-15_webinars table.myTable tr td:nth-of-type(6) a:hover {
    width: 107%;
    margin-left: -7%;
    -webkit-box-shadow: -1px 0px 22px 5px rgba(255, 26, 0, 0.19);
    box-shadow: -1px 0px 22px 5px rgba(255, 26, 0, 0.19);
  }
}
body.page-template-14_openday #myTable tr td:nth-of-type(6) a.soon, body.page-template-14_openday table.myTable tr td:nth-of-type(6) a.soon, body.page-template-14x_openday #myTable tr td:nth-of-type(6) a.soon, body.page-template-14x_openday table.myTable tr td:nth-of-type(6) a.soon, body.page-template-15_webinars #myTable tr td:nth-of-type(6) a.soon, body.page-template-15_webinars table.myTable tr td:nth-of-type(6) a.soon {
  pointer-events: none;
  background: #c9cecf;
  white-space: nowrap;
}
body.page-template-14_openday #myTable tr td:nth-of-type(6) a.soon:after, body.page-template-14_openday table.myTable tr td:nth-of-type(6) a.soon:after, body.page-template-14x_openday #myTable tr td:nth-of-type(6) a.soon:after, body.page-template-14x_openday table.myTable tr td:nth-of-type(6) a.soon:after, body.page-template-15_webinars #myTable tr td:nth-of-type(6) a.soon:after, body.page-template-15_webinars table.myTable tr td:nth-of-type(6) a.soon:after {
  content: "Coming Soon";
}
body.page-template-14_openday #myTable tr td:nth-of-type(6) a.finished, body.page-template-14_openday table.myTable tr td:nth-of-type(6) a.finished, body.page-template-14x_openday #myTable tr td:nth-of-type(6) a.finished, body.page-template-14x_openday table.myTable tr td:nth-of-type(6) a.finished, body.page-template-15_webinars #myTable tr td:nth-of-type(6) a.finished, body.page-template-15_webinars table.myTable tr td:nth-of-type(6) a.finished {
  pointer-events: none;
  background: #c9cecf;
  white-space: nowrap;
}
body.page-template-14_openday #myTable tr td:nth-of-type(6) a.finished:after, body.page-template-14_openday table.myTable tr td:nth-of-type(6) a.finished:after, body.page-template-14x_openday #myTable tr td:nth-of-type(6) a.finished:after, body.page-template-14x_openday table.myTable tr td:nth-of-type(6) a.finished:after, body.page-template-15_webinars #myTable tr td:nth-of-type(6) a.finished:after, body.page-template-15_webinars table.myTable tr td:nth-of-type(6) a.finished:after {
  content: "Finished";
}
body.page-template-14_openday #myTable tr td:nth-of-type(6) a.off, body.page-template-14_openday table.myTable tr td:nth-of-type(6) a.off, body.page-template-14x_openday #myTable tr td:nth-of-type(6) a.off, body.page-template-14x_openday table.myTable tr td:nth-of-type(6) a.off, body.page-template-15_webinars #myTable tr td:nth-of-type(6) a.off, body.page-template-15_webinars table.myTable tr td:nth-of-type(6) a.off {
  pointer-events: none;
  background: #c9cecf;
  white-space: nowrap;
}
body.page-template-14_openday #myTable tr td:nth-of-type(6) a.off:after, body.page-template-14_openday table.myTable tr td:nth-of-type(6) a.off:after, body.page-template-14x_openday #myTable tr td:nth-of-type(6) a.off:after, body.page-template-14x_openday table.myTable tr td:nth-of-type(6) a.off:after, body.page-template-15_webinars #myTable tr td:nth-of-type(6) a.off:after, body.page-template-15_webinars table.myTable tr td:nth-of-type(6) a.off:after {
  content: "Unavailable";
}
body.page-template-14_openday #myTable tr td:nth-of-type(6) a.qanda, body.page-template-14_openday table.myTable tr td:nth-of-type(6) a.qanda, body.page-template-14x_openday #myTable tr td:nth-of-type(6) a.qanda, body.page-template-14x_openday table.myTable tr td:nth-of-type(6) a.qanda, body.page-template-15_webinars #myTable tr td:nth-of-type(6) a.qanda, body.page-template-15_webinars table.myTable tr td:nth-of-type(6) a.qanda {
  background: #41009A;
  white-space: nowrap;
}
body.page-template-14_openday #myTable tr td:nth-of-type(6) a.qanda:after, body.page-template-14_openday table.myTable tr td:nth-of-type(6) a.qanda:after, body.page-template-14x_openday #myTable tr td:nth-of-type(6) a.qanda:after, body.page-template-14x_openday table.myTable tr td:nth-of-type(6) a.qanda:after, body.page-template-15_webinars #myTable tr td:nth-of-type(6) a.qanda:after, body.page-template-15_webinars table.myTable tr td:nth-of-type(6) a.qanda:after {
  content: "Live Now";
}
body.page-template-14_openday #myTable tr td:nth-of-type(6) a.livenow, body.page-template-14_openday table.myTable tr td:nth-of-type(6) a.livenow, body.page-template-14x_openday #myTable tr td:nth-of-type(6) a.livenow, body.page-template-14x_openday table.myTable tr td:nth-of-type(6) a.livenow, body.page-template-15_webinars #myTable tr td:nth-of-type(6) a.livenow, body.page-template-15_webinars table.myTable tr td:nth-of-type(6) a.livenow {
  background: #000000;
  white-space: nowrap;
}
body.page-template-14_openday #myTable tr td:nth-of-type(6) a.livenow:after, body.page-template-14_openday table.myTable tr td:nth-of-type(6) a.livenow:after, body.page-template-14x_openday #myTable tr td:nth-of-type(6) a.livenow:after, body.page-template-14x_openday table.myTable tr td:nth-of-type(6) a.livenow:after, body.page-template-15_webinars #myTable tr td:nth-of-type(6) a.livenow:after, body.page-template-15_webinars table.myTable tr td:nth-of-type(6) a.livenow:after {
  content: "Live Now";
}
body.page-template-14_openday #myTable tr td:nth-of-type(6) a.watch, body.page-template-14_openday table.myTable tr td:nth-of-type(6) a.watch, body.page-template-14x_openday #myTable tr td:nth-of-type(6) a.watch, body.page-template-14x_openday table.myTable tr td:nth-of-type(6) a.watch, body.page-template-15_webinars #myTable tr td:nth-of-type(6) a.watch, body.page-template-15_webinars table.myTable tr td:nth-of-type(6) a.watch {
  background: #410099;
  white-space: nowrap;
}
body.page-template-14_openday #myTable tr td:nth-of-type(6) a.watch:after, body.page-template-14_openday table.myTable tr td:nth-of-type(6) a.watch:after, body.page-template-14x_openday #myTable tr td:nth-of-type(6) a.watch:after, body.page-template-14x_openday table.myTable tr td:nth-of-type(6) a.watch:after, body.page-template-15_webinars #myTable tr td:nth-of-type(6) a.watch:after, body.page-template-15_webinars table.myTable tr td:nth-of-type(6) a.watch:after {
  content: "Watch Back";
}
body.page-template-14_openday #myTable tr td:nth-of-type(6) a.joinnow, body.page-template-14_openday table.myTable tr td:nth-of-type(6) a.joinnow, body.page-template-14x_openday #myTable tr td:nth-of-type(6) a.joinnow, body.page-template-14x_openday table.myTable tr td:nth-of-type(6) a.joinnow, body.page-template-15_webinars #myTable tr td:nth-of-type(6) a.joinnow, body.page-template-15_webinars table.myTable tr td:nth-of-type(6) a.joinnow {
  background: #41009A;
  white-space: nowrap;
}
body.page-template-14_openday #myTable tr td:nth-of-type(6) a.joinnow:after, body.page-template-14_openday table.myTable tr td:nth-of-type(6) a.joinnow:after, body.page-template-14x_openday #myTable tr td:nth-of-type(6) a.joinnow:after, body.page-template-14x_openday table.myTable tr td:nth-of-type(6) a.joinnow:after, body.page-template-15_webinars #myTable tr td:nth-of-type(6) a.joinnow:after, body.page-template-15_webinars table.myTable tr td:nth-of-type(6) a.joinnow:after {
  content: "Join Now";
}
body.page-template-14_openday #myTable tr td:nth-of-type(6) a.moreinfo, body.page-template-14_openday table.myTable tr td:nth-of-type(6) a.moreinfo, body.page-template-14x_openday #myTable tr td:nth-of-type(6) a.moreinfo, body.page-template-14x_openday table.myTable tr td:nth-of-type(6) a.moreinfo, body.page-template-15_webinars #myTable tr td:nth-of-type(6) a.moreinfo, body.page-template-15_webinars table.myTable tr td:nth-of-type(6) a.moreinfo {
  background: #8969D3;
  white-space: nowrap;
}
body.page-template-14_openday #myTable tr td:nth-of-type(6) a.moreinfo:after, body.page-template-14_openday table.myTable tr td:nth-of-type(6) a.moreinfo:after, body.page-template-14x_openday #myTable tr td:nth-of-type(6) a.moreinfo:after, body.page-template-14x_openday table.myTable tr td:nth-of-type(6) a.moreinfo:after, body.page-template-15_webinars #myTable tr td:nth-of-type(6) a.moreinfo:after, body.page-template-15_webinars table.myTable tr td:nth-of-type(6) a.moreinfo:after {
  content: "More Info";
}
body.page-template-14_openday table.openday21_table tr th.openday21_table_inner:after, body.page-template-14x_openday table.openday21_table tr th.openday21_table_inner:after, body.page-template-15_webinars table.openday21_table tr th.openday21_table_inner:after {
  display: none;
}
@media (max-width: 590px) {
  body.page-template-14_openday table.openday21_table tr th.openday21_table_inner:nth-of-type(1), body.page-template-14x_openday table.openday21_table tr th.openday21_table_inner:nth-of-type(1), body.page-template-15_webinars table.openday21_table tr th.openday21_table_inner:nth-of-type(1) {
    width: 100% !important;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday table.openday21_table tr th.openday21_table_inner:nth-of-type(2), body.page-template-14x_openday table.openday21_table tr th.openday21_table_inner:nth-of-type(2), body.page-template-15_webinars table.openday21_table tr th.openday21_table_inner:nth-of-type(2) {
    display: none !important;
  }
}
body.page-template-14_openday table.openday21_table tr th.openday21_table_inner:nth-of-type(3), body.page-template-14x_openday table.openday21_table tr th.openday21_table_inner:nth-of-type(3), body.page-template-15_webinars table.openday21_table tr th.openday21_table_inner:nth-of-type(3) {
  text-align: center;
}
@media (max-width: 590px) {
  body.page-template-14_openday table.openday21_table tr th.openday21_table_inner:nth-of-type(3), body.page-template-14x_openday table.openday21_table tr th.openday21_table_inner:nth-of-type(3), body.page-template-15_webinars table.openday21_table tr th.openday21_table_inner:nth-of-type(3) {
    display: none !important;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday table.openday21_table tr th.openday21_table_inner:nth-of-type(4), body.page-template-14x_openday table.openday21_table tr th.openday21_table_inner:nth-of-type(4), body.page-template-15_webinars table.openday21_table tr th.openday21_table_inner:nth-of-type(4) {
    display: none !important;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday table.openday21_table tr th.openday21_table_inner:nth-of-type(5), body.page-template-14x_openday table.openday21_table tr th.openday21_table_inner:nth-of-type(5), body.page-template-15_webinars table.openday21_table tr th.openday21_table_inner:nth-of-type(5) {
    display: none !important;
  }
}
body.page-template-14_openday table.openday21_table tr td, body.page-template-14x_openday table.openday21_table tr td, body.page-template-15_webinars table.openday21_table tr td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body.page-template-14_openday table.openday21_table tr td, body.page-template-14_openday table.openday21_table tr th, body.page-template-14x_openday table.openday21_table tr td, body.page-template-14x_openday table.openday21_table tr th, body.page-template-15_webinars table.openday21_table tr td, body.page-template-15_webinars table.openday21_table tr th {
  display: table-cell !important;
  font-size: 1em !important;
}
body.page-template-14_openday table.openday21_table tr td:nth-of-type(1), body.page-template-14_openday table.openday21_table tr th:nth-of-type(1), body.page-template-14x_openday table.openday21_table tr td:nth-of-type(1), body.page-template-14x_openday table.openday21_table tr th:nth-of-type(1), body.page-template-15_webinars table.openday21_table tr td:nth-of-type(1), body.page-template-15_webinars table.openday21_table tr th:nth-of-type(1) {
  width: 30% !important;
}
@media (max-width: 590px) {
  body.page-template-14_openday table.openday21_table tr td:nth-of-type(1), body.page-template-14_openday table.openday21_table tr th:nth-of-type(1), body.page-template-14x_openday table.openday21_table tr td:nth-of-type(1), body.page-template-14x_openday table.openday21_table tr th:nth-of-type(1), body.page-template-15_webinars table.openday21_table tr td:nth-of-type(1), body.page-template-15_webinars table.openday21_table tr th:nth-of-type(1) {
    width: 100% !important;
    padding-top: 15px !important;
  }
}
body.page-template-14_openday table.openday21_table tr td:nth-of-type(2), body.page-template-14_openday table.openday21_table tr th:nth-of-type(2), body.page-template-14x_openday table.openday21_table tr td:nth-of-type(2), body.page-template-14x_openday table.openday21_table tr th:nth-of-type(2), body.page-template-15_webinars table.openday21_table tr td:nth-of-type(2), body.page-template-15_webinars table.openday21_table tr th:nth-of-type(2) {
  width: 20% !important;
}
@media (max-width: 890px) {
  body.page-template-14_openday table.openday21_table tr td:nth-of-type(2), body.page-template-14_openday table.openday21_table tr th:nth-of-type(2), body.page-template-14x_openday table.openday21_table tr td:nth-of-type(2), body.page-template-14x_openday table.openday21_table tr th:nth-of-type(2), body.page-template-15_webinars table.openday21_table tr td:nth-of-type(2), body.page-template-15_webinars table.openday21_table tr th:nth-of-type(2) {
    display: none !important;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday table.openday21_table tr td:nth-of-type(2), body.page-template-14_openday table.openday21_table tr th:nth-of-type(2), body.page-template-14x_openday table.openday21_table tr td:nth-of-type(2), body.page-template-14x_openday table.openday21_table tr th:nth-of-type(2), body.page-template-15_webinars table.openday21_table tr td:nth-of-type(2), body.page-template-15_webinars table.openday21_table tr th:nth-of-type(2) {
    display: block;
    width: 100% !important;
  }
}
body.page-template-14_openday table.openday21_table tr td:nth-of-type(3), body.page-template-14_openday table.openday21_table tr th:nth-of-type(3), body.page-template-14x_openday table.openday21_table tr td:nth-of-type(3), body.page-template-14x_openday table.openday21_table tr th:nth-of-type(3), body.page-template-15_webinars table.openday21_table tr td:nth-of-type(3), body.page-template-15_webinars table.openday21_table tr th:nth-of-type(3) {
  width: 6% !important;
}
@media (max-width: 590px) {
  body.page-template-14_openday table.openday21_table tr td:nth-of-type(3), body.page-template-14_openday table.openday21_table tr th:nth-of-type(3), body.page-template-14x_openday table.openday21_table tr td:nth-of-type(3), body.page-template-14x_openday table.openday21_table tr th:nth-of-type(3), body.page-template-15_webinars table.openday21_table tr td:nth-of-type(3), body.page-template-15_webinars table.openday21_table tr th:nth-of-type(3) {
    width: 100% !important;
  }
}
body.page-template-14_openday table.openday21_table tr td:nth-of-type(4), body.page-template-14_openday table.openday21_table tr th:nth-of-type(4), body.page-template-14x_openday table.openday21_table tr td:nth-of-type(4), body.page-template-14x_openday table.openday21_table tr th:nth-of-type(4), body.page-template-15_webinars table.openday21_table tr td:nth-of-type(4), body.page-template-15_webinars table.openday21_table tr th:nth-of-type(4) {
  width: 32% !important;
}
@media (max-width: 590px) {
  body.page-template-14_openday table.openday21_table tr td:nth-of-type(4), body.page-template-14_openday table.openday21_table tr th:nth-of-type(4), body.page-template-14x_openday table.openday21_table tr td:nth-of-type(4), body.page-template-14x_openday table.openday21_table tr th:nth-of-type(4), body.page-template-15_webinars table.openday21_table tr td:nth-of-type(4), body.page-template-15_webinars table.openday21_table tr th:nth-of-type(4) {
    width: 100% !important;
  }
}
body.page-template-14_openday table.openday21_table tr td:nth-of-type(4) .tablebutton, body.page-template-14_openday table.openday21_table tr th:nth-of-type(4) .tablebutton, body.page-template-14x_openday table.openday21_table tr td:nth-of-type(4) .tablebutton, body.page-template-14x_openday table.openday21_table tr th:nth-of-type(4) .tablebutton, body.page-template-15_webinars table.openday21_table tr td:nth-of-type(4) .tablebutton, body.page-template-15_webinars table.openday21_table tr th:nth-of-type(4) .tablebutton {
  display: inline-block;
  margin-left: 0;
  width: calc(24% - 10px);
  font-size: 90%;
  background: #ff4713;
  color: white;
}
@media (max-width: 790px) {
  body.page-template-14_openday table.openday21_table tr td:nth-of-type(4) .tablebutton, body.page-template-14_openday table.openday21_table tr th:nth-of-type(4) .tablebutton, body.page-template-14x_openday table.openday21_table tr td:nth-of-type(4) .tablebutton, body.page-template-14x_openday table.openday21_table tr th:nth-of-type(4) .tablebutton, body.page-template-15_webinars table.openday21_table tr td:nth-of-type(4) .tablebutton, body.page-template-15_webinars table.openday21_table tr th:nth-of-type(4) .tablebutton {
    min-width: 52px;
    margin-right: 2px;
    font-size: 12px;
  }
}
body.page-template-14_openday table.openday21_table tr td:nth-of-type(4) .tablebutton:after, body.page-template-14_openday table.openday21_table tr th:nth-of-type(4) .tablebutton:after, body.page-template-14x_openday table.openday21_table tr td:nth-of-type(4) .tablebutton:after, body.page-template-14x_openday table.openday21_table tr th:nth-of-type(4) .tablebutton:after, body.page-template-15_webinars table.openday21_table tr td:nth-of-type(4) .tablebutton:after, body.page-template-15_webinars table.openday21_table tr th:nth-of-type(4) .tablebutton:after {
  display: none;
}
@media (min-width: 1090px) {
  body.page-template-14_openday table.openday21_table tr td:nth-of-type(4) .tablebutton:hover, body.page-template-14_openday table.openday21_table tr th:nth-of-type(4) .tablebutton:hover, body.page-template-14x_openday table.openday21_table tr td:nth-of-type(4) .tablebutton:hover, body.page-template-14x_openday table.openday21_table tr th:nth-of-type(4) .tablebutton:hover, body.page-template-15_webinars table.openday21_table tr td:nth-of-type(4) .tablebutton:hover, body.page-template-15_webinars table.openday21_table tr th:nth-of-type(4) .tablebutton:hover {
    width: calc(24% - 10px);
    -webkit-box-shadow: -1px 0px 22px 5px rgba(255, 26, 0, 0);
    box-shadow: -1px 0px 22px 5px rgba(255, 26, 0, 0);
    margin-left: 0;
  }
}
body.page-template-14_openday table.openday21_table tr td:nth-of-type(5), body.page-template-14_openday table.openday21_table tr th:nth-of-type(5), body.page-template-14x_openday table.openday21_table tr td:nth-of-type(5), body.page-template-14x_openday table.openday21_table tr th:nth-of-type(5), body.page-template-15_webinars table.openday21_table tr td:nth-of-type(5), body.page-template-15_webinars table.openday21_table tr th:nth-of-type(5) {
  width: 12% !important;
}
@media (max-width: 590px) {
  body.page-template-14_openday table.openday21_table tr td:nth-of-type(5), body.page-template-14_openday table.openday21_table tr th:nth-of-type(5), body.page-template-14x_openday table.openday21_table tr td:nth-of-type(5), body.page-template-14x_openday table.openday21_table tr th:nth-of-type(5), body.page-template-15_webinars table.openday21_table tr td:nth-of-type(5), body.page-template-15_webinars table.openday21_table tr th:nth-of-type(5) {
    width: 100% !important;
  }
}
body.page-template-14_openday table.openday21_table tr td .tablebutton, body.page-template-14_openday table.openday21_table tr th .tablebutton, body.page-template-14x_openday table.openday21_table tr td .tablebutton, body.page-template-14x_openday table.openday21_table tr th .tablebutton, body.page-template-15_webinars table.openday21_table tr td .tablebutton, body.page-template-15_webinars table.openday21_table tr th .tablebutton {
  display: block;
  background: #ff4713;
  background: black;
  color: white;
  text-align: center;
  -webkit-box-shadow: -1px 0px 10px 5px rgba(0, 0, 0, 0);
  box-shadow: -1px 0px 10px 5px rgba(0, 0, 0, 0);
  -webkit-box-shadow: -1px 0px 10px 5px rgba(0, 0, 0, 0);
  box-shadow: -1px 0px 10px 5px rgba(0, 0, 0, 0);
  width: calc(100% - 20px);
  font-size: 1em;
  padding: 0.8vw 0;
  margin: 10px;
  cursor: pointer;
}
@media (min-width: 690px) {
  body.page-template-14_openday table.openday21_table tr td .tablebutton, body.page-template-14_openday table.openday21_table tr th .tablebutton, body.page-template-14x_openday table.openday21_table tr td .tablebutton, body.page-template-14x_openday table.openday21_table tr th .tablebutton, body.page-template-15_webinars table.openday21_table tr td .tablebutton, body.page-template-15_webinars table.openday21_table tr th .tablebutton {
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 1800px) {
  body.page-template-14_openday table.openday21_table tr td .tablebutton, body.page-template-14_openday table.openday21_table tr th .tablebutton, body.page-template-14x_openday table.openday21_table tr td .tablebutton, body.page-template-14x_openday table.openday21_table tr th .tablebutton, body.page-template-15_webinars table.openday21_table tr td .tablebutton, body.page-template-15_webinars table.openday21_table tr th .tablebutton {
    padding: 14.4px 0px;
  }
}
@media (max-width: 1150px) {
  body.page-template-14_openday table.openday21_table tr td .tablebutton, body.page-template-14_openday table.openday21_table tr th .tablebutton, body.page-template-14x_openday table.openday21_table tr td .tablebutton, body.page-template-14x_openday table.openday21_table tr th .tablebutton, body.page-template-15_webinars table.openday21_table tr td .tablebutton, body.page-template-15_webinars table.openday21_table tr th .tablebutton {
    padding: 9.2px 0px;
  }
}
@media (max-width: 790px) {
  body.page-template-14_openday table.openday21_table tr td .tablebutton, body.page-template-14_openday table.openday21_table tr th .tablebutton, body.page-template-14x_openday table.openday21_table tr td .tablebutton, body.page-template-14x_openday table.openday21_table tr th .tablebutton, body.page-template-15_webinars table.openday21_table tr td .tablebutton, body.page-template-15_webinars table.openday21_table tr th .tablebutton {
    font-size: 13px;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday table.openday21_table tr td .tablebutton, body.page-template-14_openday table.openday21_table tr th .tablebutton, body.page-template-14x_openday table.openday21_table tr td .tablebutton, body.page-template-14x_openday table.openday21_table tr th .tablebutton, body.page-template-15_webinars table.openday21_table tr td .tablebutton, body.page-template-15_webinars table.openday21_table tr th .tablebutton {
    padding: 9.2px 0px;
  }
}
body.page-template-14_openday table.openday21_table tr td .tablebutton:after, body.page-template-14_openday table.openday21_table tr th .tablebutton:after, body.page-template-14x_openday table.openday21_table tr td .tablebutton:after, body.page-template-14x_openday table.openday21_table tr th .tablebutton:after, body.page-template-15_webinars table.openday21_table tr td .tablebutton:after, body.page-template-15_webinars table.openday21_table tr th .tablebutton:after {
  content: "Register";
}
@media (min-width: 1090px) {
  body.page-template-14_openday table.openday21_table tr td .tablebutton:hover, body.page-template-14_openday table.openday21_table tr th .tablebutton:hover, body.page-template-14x_openday table.openday21_table tr td .tablebutton:hover, body.page-template-14x_openday table.openday21_table tr th .tablebutton:hover, body.page-template-15_webinars table.openday21_table tr td .tablebutton:hover, body.page-template-15_webinars table.openday21_table tr th .tablebutton:hover {
    width: calc(104% - 20px);
    margin-left: calc(-2% + 10px);
    -webkit-box-shadow: -1px 0px 22px 5px rgba(0, 0, 0, 0.19);
    box-shadow: -1px 0px 22px 5px rgba(0, 0, 0, 0.19);
  }
}
body.page-template-14_openday table.openday21_table tr td .tablebutton.soon, body.page-template-14_openday table.openday21_table tr th .tablebutton.soon, body.page-template-14x_openday table.openday21_table tr td .tablebutton.soon, body.page-template-14x_openday table.openday21_table tr th .tablebutton.soon, body.page-template-15_webinars table.openday21_table tr td .tablebutton.soon, body.page-template-15_webinars table.openday21_table tr th .tablebutton.soon {
  pointer-events: none;
  background: #c9cecf;
  white-space: nowrap;
}
body.page-template-14_openday table.openday21_table tr td .tablebutton.soon:after, body.page-template-14_openday table.openday21_table tr th .tablebutton.soon:after, body.page-template-14x_openday table.openday21_table tr td .tablebutton.soon:after, body.page-template-14x_openday table.openday21_table tr th .tablebutton.soon:after, body.page-template-15_webinars table.openday21_table tr td .tablebutton.soon:after, body.page-template-15_webinars table.openday21_table tr th .tablebutton.soon:after {
  content: "Coming Soon";
}
body.page-template-14_openday table.openday21_table tr td .tablebutton.finished, body.page-template-14_openday table.openday21_table tr th .tablebutton.finished, body.page-template-14x_openday table.openday21_table tr td .tablebutton.finished, body.page-template-14x_openday table.openday21_table tr th .tablebutton.finished, body.page-template-15_webinars table.openday21_table tr td .tablebutton.finished, body.page-template-15_webinars table.openday21_table tr th .tablebutton.finished {
  pointer-events: none;
  background: #c9cecf;
  white-space: nowrap;
}
body.page-template-14_openday table.openday21_table tr td .tablebutton.finished:after, body.page-template-14_openday table.openday21_table tr th .tablebutton.finished:after, body.page-template-14x_openday table.openday21_table tr td .tablebutton.finished:after, body.page-template-14x_openday table.openday21_table tr th .tablebutton.finished:after, body.page-template-15_webinars table.openday21_table tr td .tablebutton.finished:after, body.page-template-15_webinars table.openday21_table tr th .tablebutton.finished:after {
  content: "Finished";
}
body.page-template-14_openday table.openday21_table tr td .tablebutton.off, body.page-template-14_openday table.openday21_table tr th .tablebutton.off, body.page-template-14x_openday table.openday21_table tr td .tablebutton.off, body.page-template-14x_openday table.openday21_table tr th .tablebutton.off, body.page-template-15_webinars table.openday21_table tr td .tablebutton.off, body.page-template-15_webinars table.openday21_table tr th .tablebutton.off {
  pointer-events: none;
  background: #c9cecf;
  white-space: nowrap;
}
body.page-template-14_openday table.openday21_table tr td .tablebutton.off:after, body.page-template-14_openday table.openday21_table tr th .tablebutton.off:after, body.page-template-14x_openday table.openday21_table tr td .tablebutton.off:after, body.page-template-14x_openday table.openday21_table tr th .tablebutton.off:after, body.page-template-15_webinars table.openday21_table tr td .tablebutton.off:after, body.page-template-15_webinars table.openday21_table tr th .tablebutton.off:after {
  content: "Unavailable";
}
body.page-template-14_openday table.openday21_table tr td .tablebutton.qanda, body.page-template-14_openday table.openday21_table tr th .tablebutton.qanda, body.page-template-14x_openday table.openday21_table tr td .tablebutton.qanda, body.page-template-14x_openday table.openday21_table tr th .tablebutton.qanda, body.page-template-15_webinars table.openday21_table tr td .tablebutton.qanda, body.page-template-15_webinars table.openday21_table tr th .tablebutton.qanda {
  background: #41009A;
  white-space: nowrap;
}
body.page-template-14_openday table.openday21_table tr td .tablebutton.qanda:after, body.page-template-14_openday table.openday21_table tr th .tablebutton.qanda:after, body.page-template-14x_openday table.openday21_table tr td .tablebutton.qanda:after, body.page-template-14x_openday table.openday21_table tr th .tablebutton.qanda:after, body.page-template-15_webinars table.openday21_table tr td .tablebutton.qanda:after, body.page-template-15_webinars table.openday21_table tr th .tablebutton.qanda:after {
  content: "Live Now";
}
body.page-template-14_openday table.openday21_table tr td .tablebutton.livenow, body.page-template-14_openday table.openday21_table tr th .tablebutton.livenow, body.page-template-14x_openday table.openday21_table tr td .tablebutton.livenow, body.page-template-14x_openday table.openday21_table tr th .tablebutton.livenow, body.page-template-15_webinars table.openday21_table tr td .tablebutton.livenow, body.page-template-15_webinars table.openday21_table tr th .tablebutton.livenow {
  background: #000000;
  white-space: nowrap;
}
body.page-template-14_openday table.openday21_table tr td .tablebutton.livenow:after, body.page-template-14_openday table.openday21_table tr th .tablebutton.livenow:after, body.page-template-14x_openday table.openday21_table tr td .tablebutton.livenow:after, body.page-template-14x_openday table.openday21_table tr th .tablebutton.livenow:after, body.page-template-15_webinars table.openday21_table tr td .tablebutton.livenow:after, body.page-template-15_webinars table.openday21_table tr th .tablebutton.livenow:after {
  content: "Live Now";
}
body.page-template-14_openday table.openday21_table tr td .tablebutton.watch, body.page-template-14_openday table.openday21_table tr th .tablebutton.watch, body.page-template-14x_openday table.openday21_table tr td .tablebutton.watch, body.page-template-14x_openday table.openday21_table tr th .tablebutton.watch, body.page-template-15_webinars table.openday21_table tr td .tablebutton.watch, body.page-template-15_webinars table.openday21_table tr th .tablebutton.watch {
  background: #410099;
  white-space: nowrap;
}
body.page-template-14_openday table.openday21_table tr td .tablebutton.watch:after, body.page-template-14_openday table.openday21_table tr th .tablebutton.watch:after, body.page-template-14x_openday table.openday21_table tr td .tablebutton.watch:after, body.page-template-14x_openday table.openday21_table tr th .tablebutton.watch:after, body.page-template-15_webinars table.openday21_table tr td .tablebutton.watch:after, body.page-template-15_webinars table.openday21_table tr th .tablebutton.watch:after {
  content: "Watch Back";
}
body.page-template-14_openday table.openday21_table tr td .tablebutton.joinnow, body.page-template-14_openday table.openday21_table tr th .tablebutton.joinnow, body.page-template-14x_openday table.openday21_table tr td .tablebutton.joinnow, body.page-template-14x_openday table.openday21_table tr th .tablebutton.joinnow, body.page-template-15_webinars table.openday21_table tr td .tablebutton.joinnow, body.page-template-15_webinars table.openday21_table tr th .tablebutton.joinnow {
  background: #41009A;
  white-space: nowrap;
}
body.page-template-14_openday table.openday21_table tr td .tablebutton.joinnow:after, body.page-template-14_openday table.openday21_table tr th .tablebutton.joinnow:after, body.page-template-14x_openday table.openday21_table tr td .tablebutton.joinnow:after, body.page-template-14x_openday table.openday21_table tr th .tablebutton.joinnow:after, body.page-template-15_webinars table.openday21_table tr td .tablebutton.joinnow:after, body.page-template-15_webinars table.openday21_table tr th .tablebutton.joinnow:after {
  content: "Join Now";
}
body.page-template-14_openday table.openday21_table tr td .tablebutton.moreinfo, body.page-template-14_openday table.openday21_table tr th .tablebutton.moreinfo, body.page-template-14x_openday table.openday21_table tr td .tablebutton.moreinfo, body.page-template-14x_openday table.openday21_table tr th .tablebutton.moreinfo, body.page-template-15_webinars table.openday21_table tr td .tablebutton.moreinfo, body.page-template-15_webinars table.openday21_table tr th .tablebutton.moreinfo {
  background: #8969D3;
  white-space: nowrap;
}
body.page-template-14_openday table.openday21_table tr td .tablebutton.moreinfo:after, body.page-template-14_openday table.openday21_table tr th .tablebutton.moreinfo:after, body.page-template-14x_openday table.openday21_table tr td .tablebutton.moreinfo:after, body.page-template-14x_openday table.openday21_table tr th .tablebutton.moreinfo:after, body.page-template-15_webinars table.openday21_table tr td .tablebutton.moreinfo:after, body.page-template-15_webinars table.openday21_table tr th .tablebutton.moreinfo:after {
  content: "More Info";
}
body.page-template-14_openday table.openday21_table tr td div.openday_popup, body.page-template-14_openday table.openday21_table tr th div.openday_popup, body.page-template-14x_openday table.openday21_table tr td div.openday_popup, body.page-template-14x_openday table.openday21_table tr th div.openday_popup, body.page-template-15_webinars table.openday21_table tr td div.openday_popup, body.page-template-15_webinars table.openday21_table tr th div.openday_popup {
  position: relative;
  margin: auto;
  width: 21px;
  height: 21px;
  background: black;
  color: white;
  border-radius: 10px;
  font-weight: bold;
  font-size: 19px;
  background-image: url("../img/icon_info.svg");
  background-size: contain;
  background-position: center center;
}
@media (max-width: 1190px) {
  body.page-template-14_openday table.openday21_table tr td div.openday_popup, body.page-template-14_openday table.openday21_table tr th div.openday_popup, body.page-template-14x_openday table.openday21_table tr td div.openday_popup, body.page-template-14x_openday table.openday21_table tr th div.openday_popup, body.page-template-15_webinars table.openday21_table tr td div.openday_popup, body.page-template-15_webinars table.openday21_table tr th div.openday_popup {
    width: 19px;
    height: 19px;
    font-size: 17px;
  }
}
@media (max-width: 750px) {
  body.page-template-14_openday table.openday21_table tr td div.openday_popup, body.page-template-14_openday table.openday21_table tr th div.openday_popup, body.page-template-14x_openday table.openday21_table tr td div.openday_popup, body.page-template-14x_openday table.openday21_table tr th div.openday_popup, body.page-template-15_webinars table.openday21_table tr td div.openday_popup, body.page-template-15_webinars table.openday21_table tr th div.openday_popup {
    width: 21px;
    height: 21px;
    font-size: 19px;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday table.openday21_table tr td div.openday_popup, body.page-template-14_openday table.openday21_table tr th div.openday_popup, body.page-template-14x_openday table.openday21_table tr td div.openday_popup, body.page-template-14x_openday table.openday21_table tr th div.openday_popup, body.page-template-15_webinars table.openday21_table tr td div.openday_popup, body.page-template-15_webinars table.openday21_table tr th div.openday_popup {
    float: right;
    margin-right: 0px;
    top: -20px;
  }
}
body.page-template-14_openday table.openday21_table tr td div.openday_popup span, body.page-template-14_openday table.openday21_table tr th div.openday_popup span, body.page-template-14x_openday table.openday21_table tr td div.openday_popup span, body.page-template-14x_openday table.openday21_table tr th div.openday_popup span, body.page-template-15_webinars table.openday21_table tr td div.openday_popup span, body.page-template-15_webinars table.openday21_table tr th div.openday_popup span {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
body.page-template-14_openday table.openday21_table tr td div.openday_popup span:hover + div, body.page-template-14_openday table.openday21_table tr th div.openday_popup span:hover + div, body.page-template-14x_openday table.openday21_table tr td div.openday_popup span:hover + div, body.page-template-14x_openday table.openday21_table tr th div.openday_popup span:hover + div, body.page-template-15_webinars table.openday21_table tr td div.openday_popup span:hover + div, body.page-template-15_webinars table.openday21_table tr th div.openday_popup span:hover + div {
  opacity: 1;
  bottom: 38px;
}
body.page-template-14_openday table.openday21_table tr td div.openday_popup div, body.page-template-14_openday table.openday21_table tr th div.openday_popup div, body.page-template-14x_openday table.openday21_table tr td div.openday_popup div, body.page-template-14x_openday table.openday21_table tr th div.openday_popup div, body.page-template-15_webinars table.openday21_table tr td div.openday_popup div, body.page-template-15_webinars table.openday21_table tr th div.openday_popup div {
  position: absolute;
  width: 20vw;
  bottom: 32px;
  left: -10vw;
  margin-left: 10px;
  background: #1c1712;
  user-select: none;
  pointer-events: none;
  white-space: normal;
  font-weight: normal;
  font-size: 0.8em;
  line-height: 1.29;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  padding: 18px 18px 23px 22px;
}
@media (min-width: 690px) {
  body.page-template-14_openday table.openday21_table tr td div.openday_popup div, body.page-template-14_openday table.openday21_table tr th div.openday_popup div, body.page-template-14x_openday table.openday21_table tr td div.openday_popup div, body.page-template-14x_openday table.openday21_table tr th div.openday_popup div, body.page-template-15_webinars table.openday21_table tr td div.openday_popup div, body.page-template-15_webinars table.openday21_table tr th div.openday_popup div {
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 890px) {
  body.page-template-14_openday table.openday21_table tr td div.openday_popup div, body.page-template-14_openday table.openday21_table tr th div.openday_popup div, body.page-template-14x_openday table.openday21_table tr td div.openday_popup div, body.page-template-14x_openday table.openday21_table tr th div.openday_popup div, body.page-template-15_webinars table.openday21_table tr td div.openday_popup div, body.page-template-15_webinars table.openday21_table tr th div.openday_popup div {
    width: 30vw;
    left: -15vw;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday table.openday21_table tr td div.openday_popup div, body.page-template-14_openday table.openday21_table tr th div.openday_popup div, body.page-template-14x_openday table.openday21_table tr td div.openday_popup div, body.page-template-14x_openday table.openday21_table tr th div.openday_popup div, body.page-template-15_webinars table.openday21_table tr td div.openday_popup div, body.page-template-15_webinars table.openday21_table tr th div.openday_popup div {
    left: auto;
    right: -20px;
    width: 230px;
    font-size: 0.75em;
  }
}
body.page-template-14_openday table.openday21_table tr td div.openday_popup div strong, body.page-template-14_openday table.openday21_table tr th div.openday_popup div strong, body.page-template-14x_openday table.openday21_table tr td div.openday_popup div strong, body.page-template-14x_openday table.openday21_table tr th div.openday_popup div strong, body.page-template-15_webinars table.openday21_table tr td div.openday_popup div strong, body.page-template-15_webinars table.openday21_table tr th div.openday_popup div strong {
  display: block;
  font-weight: bold;
  color: white;
}
body.page-template-14_openday table.openday21_table tr td div.openday_popup div:after, body.page-template-14_openday table.openday21_table tr th div.openday_popup div:after, body.page-template-14x_openday table.openday21_table tr td div.openday_popup div:after, body.page-template-14x_openday table.openday21_table tr th div.openday_popup div:after, body.page-template-15_webinars table.openday21_table tr td div.openday_popup div:after, body.page-template-15_webinars table.openday21_table tr th div.openday_popup div:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10px 0 10px;
  border-color: #1C1712 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
@media (max-width: 590px) {
  body.page-template-14_openday table.openday21_table tr td div.openday_popup div:after, body.page-template-14_openday table.openday21_table tr th div.openday_popup div:after, body.page-template-14x_openday table.openday21_table tr td div.openday_popup div:after, body.page-template-14x_openday table.openday21_table tr th div.openday_popup div:after, body.page-template-15_webinars table.openday21_table tr td div.openday_popup div:after, body.page-template-15_webinars table.openday21_table tr th div.openday_popup div:after {
    left: 200px;
  }
}
body.page-template-14_openday table.openday21_table tr td:hover div.openday_popup span + div, body.page-template-14_openday table.openday21_table tr th:hover div.openday_popup span + div, body.page-template-14x_openday table.openday21_table tr td:hover div.openday_popup span + div, body.page-template-14x_openday table.openday21_table tr th:hover div.openday_popup span + div, body.page-template-15_webinars table.openday21_table tr td:hover div.openday_popup span + div, body.page-template-15_webinars table.openday21_table tr th:hover div.openday_popup span + div {
  opacity: 1;
  margin-top: 0px;
}
body.page-template-14_openday .slideup, body.page-template-14_openday .slideup_100, body.page-template-14x_openday .slideup, body.page-template-14x_openday .slideup_100, body.page-template-15_webinars .slideup, body.page-template-15_webinars .slideup_100 {
  transform: translateY(1vw);
  opacity: 0;
}
@media (min-width: 690px) {
  body.page-template-14_openday .slideup, body.page-template-14_openday .slideup_100, body.page-template-14x_openday .slideup, body.page-template-14x_openday .slideup_100, body.page-template-15_webinars .slideup, body.page-template-15_webinars .slideup_100 {
    transition: all 0.9s cubic-bezier(0, 0.55, 0.45, 0.8);
  }
}
@media (min-width: 1800px) {
  body.page-template-14_openday .slideup, body.page-template-14_openday .slideup_100, body.page-template-14x_openday .slideup, body.page-template-14x_openday .slideup_100, body.page-template-15_webinars .slideup, body.page-template-15_webinars .slideup_100 {
    transform: translateY(14.4px);
  }
}
body.page-template-14_openday .slideup.on, body.page-template-14_openday .slideup_100.on, body.page-template-14x_openday .slideup.on, body.page-template-14x_openday .slideup_100.on, body.page-template-15_webinars .slideup.on, body.page-template-15_webinars .slideup_100.on {
  transform: translateY(0);
  opacity: 1;
}
body.page-template-14_openday .fadein_100, body.page-template-14_openday .fadein, body.page-template-14_openday .fadein_after, body.page-template-14x_openday .fadein_100, body.page-template-14x_openday .fadein, body.page-template-14x_openday .fadein_after, body.page-template-15_webinars .fadein_100, body.page-template-15_webinars .fadein, body.page-template-15_webinars .fadein_after {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0, 0.55, 0.45, 1);
}
body.page-template-14_openday .fadein_100.on, body.page-template-14_openday .fadein.on, body.page-template-14_openday .fadein_after.on, body.page-template-14x_openday .fadein_100.on, body.page-template-14x_openday .fadein.on, body.page-template-14x_openday .fadein_after.on, body.page-template-15_webinars .fadein_100.on, body.page-template-15_webinars .fadein.on, body.page-template-15_webinars .fadein_after.on {
  opacity: 1;
  position: relative;
  z-index: 100;
}
body.page-template-14_openday .openday_content, body.page-template-14x_openday .openday_content, body.page-template-15_webinars .openday_content {
  position: relative;
  z-index: 20;
  overflow: hidden;
}
body.page-template-14_openday nav.tabs_nav, body.page-template-14x_openday nav.tabs_nav, body.page-template-15_webinars nav.tabs_nav {
  height: 4.5vw;
  position: relative;
  z-index: 10;
}
@media (min-width: 1800px) {
  body.page-template-14_openday nav.tabs_nav, body.page-template-14x_openday nav.tabs_nav, body.page-template-15_webinars nav.tabs_nav {
    height: 81px;
  }
}
@media (max-width: 1150px) {
  body.page-template-14_openday nav.tabs_nav, body.page-template-14x_openday nav.tabs_nav, body.page-template-15_webinars nav.tabs_nav {
    height: 51.75px;
  }
}
@media (max-width: 950px) {
  body.page-template-14_openday nav.tabs_nav, body.page-template-14x_openday nav.tabs_nav, body.page-template-15_webinars nav.tabs_nav {
    background: white;
    height: auto;
  }
}
@media (max-width: 950px) {
  body.page-template-14_openday nav.tabs_nav div.grid_container, body.page-template-14x_openday nav.tabs_nav div.grid_container, body.page-template-15_webinars nav.tabs_nav div.grid_container {
    background: white;
    height: auto;
    width: 100%;
  }
}
body.page-template-14_openday nav.tabs_nav div.grid_container .nav_toggle, body.page-template-14x_openday nav.tabs_nav div.grid_container .nav_toggle, body.page-template-15_webinars nav.tabs_nav div.grid_container .nav_toggle {
  display: none;
}
@media (max-width: 950px) {
  body.page-template-14_openday nav.tabs_nav div.grid_container .nav_toggle, body.page-template-14x_openday nav.tabs_nav div.grid_container .nav_toggle, body.page-template-15_webinars nav.tabs_nav div.grid_container .nav_toggle {
    display: block;
    margin: 20px 20px 1px 20px;
    padding-bottom: 15px;
    font-size: 14.95px;
    line-height: 1.5;
    color: black;
    border-bottom: 1px solid #ccc;
  }
}
body.page-template-14_openday nav.tabs_nav div.grid_container .nav_toggle:before, body.page-template-14x_openday nav.tabs_nav div.grid_container .nav_toggle:before, body.page-template-15_webinars nav.tabs_nav div.grid_container .nav_toggle:before {
  content: "Menu";
}
body.page-template-14_openday nav.tabs_nav div.grid_container .nav_toggle.on:before, body.page-template-14x_openday nav.tabs_nav div.grid_container .nav_toggle.on:before, body.page-template-15_webinars nav.tabs_nav div.grid_container .nav_toggle.on:before {
  content: "Close";
  font-weight: bold;
}
body.page-template-14_openday nav.tabs_nav div.grid_container .nav_toggle span, body.page-template-14x_openday nav.tabs_nav div.grid_container .nav_toggle span, body.page-template-15_webinars nav.tabs_nav div.grid_container .nav_toggle span {
  position: relative;
  float: right;
  display: block;
  margin-top: -3px;
  width: 28px;
  height: 28px;
  overflow: hidden;
}
@media (min-width: 690px) {
  body.page-template-14_openday nav.tabs_nav div.grid_container .nav_toggle span, body.page-template-14x_openday nav.tabs_nav div.grid_container .nav_toggle span, body.page-template-15_webinars nav.tabs_nav div.grid_container .nav_toggle span {
    transition: all 0.3s ease-in-out;
  }
}
body.page-template-14_openday nav.tabs_nav div.grid_container .nav_toggle span:after, body.page-template-14_openday nav.tabs_nav div.grid_container .nav_toggle span:before, body.page-template-14x_openday nav.tabs_nav div.grid_container .nav_toggle span:after, body.page-template-14x_openday nav.tabs_nav div.grid_container .nav_toggle span:before, body.page-template-15_webinars nav.tabs_nav div.grid_container .nav_toggle span:after, body.page-template-15_webinars nav.tabs_nav div.grid_container .nav_toggle span:before {
  content: "";
  position: absolute;
  background: black;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  margin-left: 0;
}
body.page-template-14_openday nav.tabs_nav div.grid_container .nav_toggle span:before, body.page-template-14x_openday nav.tabs_nav div.grid_container .nav_toggle span:before, body.page-template-15_webinars nav.tabs_nav div.grid_container .nav_toggle span:before {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  margin-top: 0px;
  margin-left: -1px;
}
body.page-template-14_openday nav.tabs_nav div.grid_container .nav_toggle.on span, body.page-template-14x_openday nav.tabs_nav div.grid_container .nav_toggle.on span, body.page-template-15_webinars nav.tabs_nav div.grid_container .nav_toggle.on span {
  transform: rotate(45deg);
}
body.page-template-14_openday nav.tabs_nav div.grid_container ul, body.page-template-14x_openday nav.tabs_nav div.grid_container ul, body.page-template-15_webinars nav.tabs_nav div.grid_container ul {
  list-style: none;
  display: block;
  margin: 0;
}
@media (max-width: 950px) {
  body.page-template-14_openday nav.tabs_nav div.grid_container ul, body.page-template-14x_openday nav.tabs_nav div.grid_container ul, body.page-template-15_webinars nav.tabs_nav div.grid_container ul {
    padding: 0 20px 20px 20px;
    height: auto;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    box-shadow: 0px 25px 31px 5px rgba(0, 0, 0, 0);
  }
}
@media (max-width: 950px) and (min-width: 690px) {
  body.page-template-14_openday nav.tabs_nav div.grid_container ul, body.page-template-14x_openday nav.tabs_nav div.grid_container ul, body.page-template-15_webinars nav.tabs_nav div.grid_container ul {
    transition: all 0.35s ease-in-out;
  }
}
@media (max-width: 950px) {
  body.page-template-14_openday nav.tabs_nav div.grid_container ul.on, body.page-template-14x_openday nav.tabs_nav div.grid_container ul.on, body.page-template-15_webinars nav.tabs_nav div.grid_container ul.on {
    max-height: 280px;
    opacity: 1;
    box-shadow: 0px 25px 31px 5px rgba(0, 0, 0, 0.05);
  }
}
body.page-template-14_openday nav.tabs_nav div.grid_container ul:after, body.page-template-14x_openday nav.tabs_nav div.grid_container ul:after, body.page-template-15_webinars nav.tabs_nav div.grid_container ul:after {
  content: "";
  display: table;
  width: 100%;
  height: 1px;
}
body.page-template-14_openday nav.tabs_nav div.grid_container ul li, body.page-template-14x_openday nav.tabs_nav div.grid_container ul li, body.page-template-15_webinars nav.tabs_nav div.grid_container ul li {
  float: left;
  margin-right: 1.6vw;
  cursor: pointer;
  display: block;
  color: white;
  line-height: 4.5vw;
  font-size: 1.5vw;
  font-family: "Simplon", sans-serif;
  font-weight: normal;
  word-spacing: -0.2em;
  letter-spacing: -0.015em;
}
@media (min-width: 1800px) {
  body.page-template-14_openday nav.tabs_nav div.grid_container ul li, body.page-template-14x_openday nav.tabs_nav div.grid_container ul li, body.page-template-15_webinars nav.tabs_nav div.grid_container ul li {
    font-size: 26.1px;
    margin-right: 28.8px;
    line-height: 81px;
  }
}
@media (max-width: 1150px) {
  body.page-template-14_openday nav.tabs_nav div.grid_container ul li, body.page-template-14x_openday nav.tabs_nav div.grid_container ul li, body.page-template-15_webinars nav.tabs_nav div.grid_container ul li {
    font-size: 16.675px;
    margin-right: 18.4px;
    line-height: 51.75px;
  }
}
@media (max-width: 950px) {
  body.page-template-14_openday nav.tabs_nav div.grid_container ul li, body.page-template-14x_openday nav.tabs_nav div.grid_container ul li, body.page-template-15_webinars nav.tabs_nav div.grid_container ul li {
    font-size: 14.95px;
    width: 100%;
    color: black;
    margin-right: 0;
    margin-left: 0;
    line-height: 2;
    border-top: 1px solid #dddddd;
    padding-top: 3px;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday nav.tabs_nav div.grid_container ul li, body.page-template-14x_openday nav.tabs_nav div.grid_container ul li, body.page-template-15_webinars nav.tabs_nav div.grid_container ul li {
    font-size: 1.15em;
  }
}
@media (max-width: 950px) {
  body.page-template-14_openday nav.tabs_nav div.grid_container ul li:first-of-type, body.page-template-14x_openday nav.tabs_nav div.grid_container ul li:first-of-type, body.page-template-15_webinars nav.tabs_nav div.grid_container ul li:first-of-type {
    border-top: none;
  }
}
body.page-template-14_openday nav.tabs_nav div.grid_container ul li.inactive, body.page-template-14x_openday nav.tabs_nav div.grid_container ul li.inactive, body.page-template-15_webinars nav.tabs_nav div.grid_container ul li.inactive {
  opacity: 0.25;
  pointer-events: none;
  color: black;
}
@media (max-width: 950px) {
  body.page-template-14_openday nav.tabs_nav div.grid_container ul li.inactive, body.page-template-14x_openday nav.tabs_nav div.grid_container ul li.inactive, body.page-template-15_webinars nav.tabs_nav div.grid_container ul li.inactive {
    opacity: 1;
  }
}
body.page-template-14_openday nav.tabs_nav div.grid_container ul li.on, body.page-template-14x_openday nav.tabs_nav div.grid_container ul li.on, body.page-template-15_webinars nav.tabs_nav div.grid_container ul li.on {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 950px) {
  body.page-template-14_openday nav.tabs_nav div.grid_container ul li.on, body.page-template-14x_openday nav.tabs_nav div.grid_container ul li.on, body.page-template-15_webinars nav.tabs_nav div.grid_container ul li.on {
    opacity: 1;
    color: #ccc;
  }
}
body.page-template-14_openday nav.tabs_nav div.grid_container ul span, body.page-template-14x_openday nav.tabs_nav div.grid_container ul span, body.page-template-15_webinars nav.tabs_nav div.grid_container ul span {
  display: inline-block;
}
@media (max-width: 950px) {
  body.page-template-14_openday nav.tabs_nav div.grid_container ul span, body.page-template-14x_openday nav.tabs_nav div.grid_container ul span, body.page-template-15_webinars nav.tabs_nav div.grid_container ul span {
    display: inline;
  }
}
@media (max-width: 950px) {
  body.page-template-14_openday nav.tabs_nav div.grid_container ul span li:first-of-type, body.page-template-14x_openday nav.tabs_nav div.grid_container ul span li:first-of-type, body.page-template-15_webinars nav.tabs_nav div.grid_container ul span li:first-of-type {
    border-top: 1px solid #dddddd;
  }
}
body.page-template-14_openday nav.tabs_nav div.grid_container ul span:before, body.page-template-14_openday nav.tabs_nav div.grid_container ul span:after, body.page-template-14x_openday nav.tabs_nav div.grid_container ul span:before, body.page-template-14x_openday nav.tabs_nav div.grid_container ul span:after, body.page-template-15_webinars nav.tabs_nav div.grid_container ul span:before, body.page-template-15_webinars nav.tabs_nav div.grid_container ul span:after {
  display: inline-block;
  background: black;
  color: white;
  position: absolute;
  left: 42%;
  bottom: 73px;
  opacity: 0;
  transform: translateY(5px);
}
@media (max-width: 1190px) {
  body.page-template-14_openday nav.tabs_nav div.grid_container ul span:before, body.page-template-14_openday nav.tabs_nav div.grid_container ul span:after, body.page-template-14x_openday nav.tabs_nav div.grid_container ul span:before, body.page-template-14x_openday nav.tabs_nav div.grid_container ul span:after, body.page-template-15_webinars nav.tabs_nav div.grid_container ul span:before, body.page-template-15_webinars nav.tabs_nav div.grid_container ul span:after {
    display: none;
  }
}
@media (min-width: 890px) {
  body.page-template-14_openday nav.tabs_nav div.grid_container ul span:hover:before, body.page-template-14_openday nav.tabs_nav div.grid_container ul span:hover:after, body.page-template-14x_openday nav.tabs_nav div.grid_container ul span:hover:before, body.page-template-14x_openday nav.tabs_nav div.grid_container ul span:hover:after, body.page-template-15_webinars nav.tabs_nav div.grid_container ul span:hover:before, body.page-template-15_webinars nav.tabs_nav div.grid_container ul span:hover:after {
    opacity: 1;
    transform: translateY(0px);
  }
}
body.page-template-14_openday nav.tabs_nav div.grid_container ul span:before, body.page-template-14x_openday nav.tabs_nav div.grid_container ul span:before, body.page-template-15_webinars nav.tabs_nav div.grid_container ul span:before {
  content: "Coming Soon";
  height: 53px;
  line-height: 50px;
  padding-left: 18px;
  padding-right: 22px;
}
@media (max-width: 1390px) {
  body.page-template-14_openday nav.tabs_nav div.grid_container ul span:before, body.page-template-14x_openday nav.tabs_nav div.grid_container ul span:before, body.page-template-15_webinars nav.tabs_nav div.grid_container ul span:before {
    height: 43px;
    line-height: 40px;
  }
}
body.page-template-14_openday nav.tabs_nav div.grid_container ul span:after, body.page-template-14x_openday nav.tabs_nav div.grid_container ul span:after, body.page-template-15_webinars nav.tabs_nav div.grid_container ul span:after {
  content: " ";
  background: transparent;
  width: 0;
  height: 0;
  margin-top: 50px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: black transparent transparent transparent;
  left: 44%;
  bottom: 64px;
}
body.page-template-14_openday .tab_off, body.page-template-14x_openday .tab_off, body.page-template-15_webinars .tab_off {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  background: red;
  background: white;
  opacity: 0;
}
@media (min-width: 690px) {
  body.page-template-14_openday .tab_off, body.page-template-14x_openday .tab_off, body.page-template-15_webinars .tab_off {
    transition: all 0.35s ease-in-out;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday .tab_off, body.page-template-14x_openday .tab_off, body.page-template-15_webinars .tab_off {
    display: none;
  }
}
body.page-template-14_openday div.video-block a.vid_embed, body.page-template-14x_openday div.video-block a.vid_embed, body.page-template-15_webinars div.video-block a.vid_embed {
  padding-bottom: 70%;
}
body.page-template-14_openday div.video-block a.vid_embed .overlay-play, body.page-template-14x_openday div.video-block a.vid_embed .overlay-play, body.page-template-15_webinars div.video-block a.vid_embed .overlay-play {
  background-color: rgba(0, 0, 0, 0.25);
  padding-bottom: 70%;
}
body.page-template-14_openday div.video-block video, body.page-template-14x_openday div.video-block video, body.page-template-15_webinars div.video-block video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.page-template-14_openday .expander-group, body.page-template-14x_openday .expander-group, body.page-template-15_webinars .expander-group {
  margin-top: -1px;
  background: white;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 1.8vw !important;
}
@media (min-width: 1800px) {
  body.page-template-14_openday .expander-group, body.page-template-14x_openday .expander-group, body.page-template-15_webinars .expander-group {
    margin-bottom: 32.4px !important;
  }
}
@media (max-width: 1290px) {
  body.page-template-14_openday .expander-group, body.page-template-14x_openday .expander-group, body.page-template-15_webinars .expander-group {
    margin-bottom: 23.22px !important;
  }
}
body.page-template-14_openday .expander-group hr, body.page-template-14x_openday .expander-group hr, body.page-template-15_webinars .expander-group hr {
  border-top: none;
  opacity: 0;
  margin: 22px 0 0 0;
  clear: both;
}
@media (min-width: 690px) {
  body.page-template-14_openday .expander-group hr, body.page-template-14x_openday .expander-group hr, body.page-template-15_webinars .expander-group hr {
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 1060px) {
  body.page-template-14_openday .expander-group hr, body.page-template-14x_openday .expander-group hr, body.page-template-15_webinars .expander-group hr {
    margin: 12px 0 0 0;
  }
}
body.page-template-14_openday .expander-group div.expander, body.page-template-14_openday .expander-group div.expander-open, body.page-template-14x_openday .expander-group div.expander, body.page-template-14x_openday .expander-group div.expander-open, body.page-template-15_webinars .expander-group div.expander, body.page-template-15_webinars .expander-group div.expander-open {
  margin-top: -1px;
  padding-top: 0;
}
body.page-template-14_openday .expander-group div.expander hr, body.page-template-14_openday .expander-group div.expander-open hr, body.page-template-14x_openday .expander-group div.expander hr, body.page-template-14x_openday .expander-group div.expander-open hr, body.page-template-15_webinars .expander-group div.expander hr, body.page-template-15_webinars .expander-group div.expander-open hr {
  background: none;
}
body.page-template-14_openday .expander-group div.expander h3, body.page-template-14_openday .expander-group div.expander-open h3, body.page-template-14x_openday .expander-group div.expander h3, body.page-template-14x_openday .expander-group div.expander-open h3, body.page-template-15_webinars .expander-group div.expander h3, body.page-template-15_webinars .expander-group div.expander-open h3 {
  cursor: pointer;
  padding-bottom: 0;
  margin: 0;
  padding-top: 25px;
  user-select: none;
  border-top: 1px solid #d0d0d0;
}
@media (min-width: 690px) {
  body.page-template-14_openday .expander-group div.expander h3, body.page-template-14_openday .expander-group div.expander-open h3, body.page-template-14x_openday .expander-group div.expander h3, body.page-template-14x_openday .expander-group div.expander-open h3, body.page-template-15_webinars .expander-group div.expander h3, body.page-template-15_webinars .expander-group div.expander-open h3 {
    transition: 0.1s ease-in-out;
  }
}
body.page-template-14_openday .expander-group div.expander h3 i, body.page-template-14_openday .expander-group div.expander-open h3 i, body.page-template-14x_openday .expander-group div.expander h3 i, body.page-template-14x_openday .expander-group div.expander-open h3 i, body.page-template-15_webinars .expander-group div.expander h3 i, body.page-template-15_webinars .expander-group div.expander-open h3 i {
  font-style: normal;
  padding-right: 35px;
  display: inline-block;
  font-size: 1.425vw;
  letter-spacing: -0.015em;
}
@media (min-width: 1800px) {
  body.page-template-14_openday .expander-group div.expander h3 i, body.page-template-14_openday .expander-group div.expander-open h3 i, body.page-template-14x_openday .expander-group div.expander h3 i, body.page-template-14x_openday .expander-group div.expander-open h3 i, body.page-template-15_webinars .expander-group div.expander h3 i, body.page-template-15_webinars .expander-group div.expander-open h3 i {
    font-size: 25.65px !important;
  }
}
@media (max-width: 1290px) {
  body.page-template-14_openday .expander-group div.expander h3 i, body.page-template-14_openday .expander-group div.expander-open h3 i, body.page-template-14x_openday .expander-group div.expander h3 i, body.page-template-14x_openday .expander-group div.expander-open h3 i, body.page-template-15_webinars .expander-group div.expander h3 i, body.page-template-15_webinars .expander-group div.expander-open h3 i {
    font-size: 18.3825px !important;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday .expander-group div.expander h3 i, body.page-template-14_openday .expander-group div.expander-open h3 i, body.page-template-14x_openday .expander-group div.expander h3 i, body.page-template-14x_openday .expander-group div.expander-open h3 i, body.page-template-15_webinars .expander-group div.expander h3 i, body.page-template-15_webinars .expander-group div.expander-open h3 i {
    font-size: 15.5px !important;
  }
}
@media (max-width: 1060px) {
  body.page-template-14_openday .expander-group div.expander h3, body.page-template-14_openday .expander-group div.expander-open h3, body.page-template-14x_openday .expander-group div.expander h3, body.page-template-14x_openday .expander-group div.expander-open h3, body.page-template-15_webinars .expander-group div.expander h3, body.page-template-15_webinars .expander-group div.expander-open h3 {
    padding-top: 12px;
  }
}
body.page-template-14_openday .expander-group div.expander h3.ui-state-active, body.page-template-14_openday .expander-group div.expander-open h3.ui-state-active, body.page-template-14x_openday .expander-group div.expander h3.ui-state-active, body.page-template-14x_openday .expander-group div.expander-open h3.ui-state-active, body.page-template-15_webinars .expander-group div.expander h3.ui-state-active, body.page-template-15_webinars .expander-group div.expander-open h3.ui-state-active {
  border-bottom: 0;
}
@media (min-width: 690px) {
  body.page-template-14_openday .expander-group div.expander h3.ui-state-active, body.page-template-14_openday .expander-group div.expander-open h3.ui-state-active, body.page-template-14x_openday .expander-group div.expander h3.ui-state-active, body.page-template-14x_openday .expander-group div.expander-open h3.ui-state-active, body.page-template-15_webinars .expander-group div.expander h3.ui-state-active, body.page-template-15_webinars .expander-group div.expander-open h3.ui-state-active {
    transition: 0.1s ease-in-out;
  }
}
body.page-template-14_openday .expander-group div.expander h3.ui-state-active hr, body.page-template-14_openday .expander-group div.expander-open h3.ui-state-active hr, body.page-template-14x_openday .expander-group div.expander h3.ui-state-active hr, body.page-template-14x_openday .expander-group div.expander-open h3.ui-state-active hr, body.page-template-15_webinars .expander-group div.expander h3.ui-state-active hr, body.page-template-15_webinars .expander-group div.expander-open h3.ui-state-active hr {
  opacity: 0;
}
body.page-template-14_openday .expander-group div.expander h3.ui-state-active span.ui-accordion-header-icon, body.page-template-14_openday .expander-group div.expander-open h3.ui-state-active span.ui-accordion-header-icon, body.page-template-14x_openday .expander-group div.expander h3.ui-state-active span.ui-accordion-header-icon, body.page-template-14x_openday .expander-group div.expander-open h3.ui-state-active span.ui-accordion-header-icon, body.page-template-15_webinars .expander-group div.expander h3.ui-state-active span.ui-accordion-header-icon, body.page-template-15_webinars .expander-group div.expander-open h3.ui-state-active span.ui-accordion-header-icon {
  transform: rotate(45deg);
}
body.page-template-14_openday .expander-group div.expander h3.ui-accordion-header, body.page-template-14_openday .expander-group div.expander-open h3.ui-accordion-header, body.page-template-14x_openday .expander-group div.expander h3.ui-accordion-header, body.page-template-14x_openday .expander-group div.expander-open h3.ui-accordion-header, body.page-template-15_webinars .expander-group div.expander h3.ui-accordion-header, body.page-template-15_webinars .expander-group div.expander-open h3.ui-accordion-header {
  font-weight: normal;
  position: relative;
  outline: none;
}
body.page-template-14_openday .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon, body.page-template-14_openday .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon, body.page-template-14x_openday .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon, body.page-template-14x_openday .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon, body.page-template-15_webinars .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon, body.page-template-15_webinars .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon {
  height: 32px;
  width: 32px;
  position: absolute;
  right: 0px;
  top: 27%;
  background-image: none !important;
}
@media (min-width: 690px) {
  body.page-template-14_openday .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon, body.page-template-14_openday .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon, body.page-template-14x_openday .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon, body.page-template-14x_openday .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon, body.page-template-15_webinars .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon, body.page-template-15_webinars .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon {
    transition: 0.1s ease-in-out;
  }
}
@media (max-width: 1060px) {
  body.page-template-14_openday .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon, body.page-template-14_openday .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon, body.page-template-14x_openday .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon, body.page-template-14x_openday .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon, body.page-template-15_webinars .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon, body.page-template-15_webinars .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon {
    height: 30px;
    width: 30px;
  }
}
@media (max-width: 500px) {
  body.page-template-14_openday .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon, body.page-template-14_openday .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon, body.page-template-14x_openday .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon, body.page-template-14x_openday .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon, body.page-template-15_webinars .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon, body.page-template-15_webinars .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon {
    height: 28px;
    width: 28px;
  }
}
body.page-template-14_openday .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon:after, body.page-template-14_openday .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon:before, body.page-template-14_openday .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon:after, body.page-template-14_openday .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon:before, body.page-template-14x_openday .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon:after, body.page-template-14x_openday .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon:before, body.page-template-14x_openday .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon:after, body.page-template-14x_openday .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon:before, body.page-template-15_webinars .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon:after, body.page-template-15_webinars .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon:before, body.page-template-15_webinars .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon:after, body.page-template-15_webinars .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  height: 100%;
  width: 2px;
  background: black;
}
body.page-template-14_openday .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon:before, body.page-template-14_openday .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon:before, body.page-template-14x_openday .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon:before, body.page-template-14x_openday .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon:before, body.page-template-15_webinars .expander-group div.expander h3.ui-accordion-header span.ui-accordion-header-icon:before, body.page-template-15_webinars .expander-group div.expander-open h3.ui-accordion-header span.ui-accordion-header-icon:before {
  top: 50%;
  left: 0px;
  height: 2px;
  width: 100%;
  margin-top: -1px;
  margin-left: 0;
}
body.page-template-14_openday .expander-group div.expander h3 span.ui-accordion-header-icon, body.page-template-14_openday .expander-group div.expander-open h3 span.ui-accordion-header-icon, body.page-template-14x_openday .expander-group div.expander h3 span.ui-accordion-header-icon, body.page-template-14x_openday .expander-group div.expander-open h3 span.ui-accordion-header-icon, body.page-template-15_webinars .expander-group div.expander h3 span.ui-accordion-header-icon, body.page-template-15_webinars .expander-group div.expander-open h3 span.ui-accordion-header-icon {
  height: 35px;
  width: 35px;
  position: absolute;
  right: 20px;
}
@media (min-width: 690px) {
  body.page-template-14_openday .expander-group div.expander h3 span.ui-accordion-header-icon, body.page-template-14_openday .expander-group div.expander-open h3 span.ui-accordion-header-icon, body.page-template-14x_openday .expander-group div.expander h3 span.ui-accordion-header-icon, body.page-template-14x_openday .expander-group div.expander-open h3 span.ui-accordion-header-icon, body.page-template-15_webinars .expander-group div.expander h3 span.ui-accordion-header-icon, body.page-template-15_webinars .expander-group div.expander-open h3 span.ui-accordion-header-icon {
    transition: 0.1s ease-in-out;
  }
}
@media (max-width: 500px) {
  body.page-template-14_openday .expander-group div.expander h3 span.ui-accordion-header-icon, body.page-template-14_openday .expander-group div.expander-open h3 span.ui-accordion-header-icon, body.page-template-14x_openday .expander-group div.expander h3 span.ui-accordion-header-icon, body.page-template-14x_openday .expander-group div.expander-open h3 span.ui-accordion-header-icon, body.page-template-15_webinars .expander-group div.expander h3 span.ui-accordion-header-icon, body.page-template-15_webinars .expander-group div.expander-open h3 span.ui-accordion-header-icon {
    height: 28px;
    width: 28px;
  }
}
body.page-template-14_openday .expander-group div.expander div.ui-accordion-content, body.page-template-14_openday .expander-group div.expander-open div.ui-accordion-content, body.page-template-14x_openday .expander-group div.expander div.ui-accordion-content, body.page-template-14x_openday .expander-group div.expander-open div.ui-accordion-content, body.page-template-15_webinars .expander-group div.expander div.ui-accordion-content, body.page-template-15_webinars .expander-group div.expander-open div.ui-accordion-content {
  z-index: -1;
  margin-top: 0px !important;
}
@media (max-width: 1290px) {
  body.page-template-14_openday .expander-group div.expander div.ui-accordion-content div.col_5, body.page-template-14_openday .expander-group div.expander-open div.ui-accordion-content div.col_5, body.page-template-14x_openday .expander-group div.expander div.ui-accordion-content div.col_5, body.page-template-14x_openday .expander-group div.expander-open div.ui-accordion-content div.col_5, body.page-template-15_webinars .expander-group div.expander div.ui-accordion-content div.col_5, body.page-template-15_webinars .expander-group div.expander-open div.ui-accordion-content div.col_5 {
    margin-left: 42%;
    width: 50%;
  }
}
@media (max-width: 1060px) {
  body.page-template-14_openday .expander-group div.expander div.ui-accordion-content div.col_5, body.page-template-14_openday .expander-group div.expander-open div.ui-accordion-content div.col_5, body.page-template-14x_openday .expander-group div.expander div.ui-accordion-content div.col_5, body.page-template-14x_openday .expander-group div.expander-open div.ui-accordion-content div.col_5, body.page-template-15_webinars .expander-group div.expander div.ui-accordion-content div.col_5, body.page-template-15_webinars .expander-group div.expander-open div.ui-accordion-content div.col_5 {
    margin-left: 0%;
    width: 90%;
  }
}
body.page-template-14_openday .expander-group div.expander div.ui-accordion-content div.col_5 h3, body.page-template-14_openday .expander-group div.expander-open div.ui-accordion-content div.col_5 h3, body.page-template-14x_openday .expander-group div.expander div.ui-accordion-content div.col_5 h3, body.page-template-14x_openday .expander-group div.expander-open div.ui-accordion-content div.col_5 h3, body.page-template-15_webinars .expander-group div.expander div.ui-accordion-content div.col_5 h3, body.page-template-15_webinars .expander-group div.expander-open div.ui-accordion-content div.col_5 h3 {
  font-size: 25px;
}
@media (max-width: 1060px) {
  body.page-template-14_openday .expander-group div.expander div.ui-accordion-content div.col_5 h3, body.page-template-14_openday .expander-group div.expander-open div.ui-accordion-content div.col_5 h3, body.page-template-14x_openday .expander-group div.expander div.ui-accordion-content div.col_5 h3, body.page-template-14x_openday .expander-group div.expander-open div.ui-accordion-content div.col_5 h3, body.page-template-15_webinars .expander-group div.expander div.ui-accordion-content div.col_5 h3, body.page-template-15_webinars .expander-group div.expander-open div.ui-accordion-content div.col_5 h3 {
    font-size: 24px;
  }
}
@media (max-width: 1060px) {
  body.page-template-14_openday .expander-group div.expander div.ui-accordion-content, body.page-template-14_openday .expander-group div.expander-open div.ui-accordion-content, body.page-template-14x_openday .expander-group div.expander div.ui-accordion-content, body.page-template-14x_openday .expander-group div.expander-open div.ui-accordion-content, body.page-template-15_webinars .expander-group div.expander div.ui-accordion-content, body.page-template-15_webinars .expander-group div.expander-open div.ui-accordion-content {
    margin-top: 0px !important;
  }
}
body.page-template-14_openday .expander-group div.expander div.ui-accordion-content div.expander-content, body.page-template-14_openday .expander-group div.expander-open div.ui-accordion-content div.expander-content, body.page-template-14x_openday .expander-group div.expander div.ui-accordion-content div.expander-content, body.page-template-14x_openday .expander-group div.expander-open div.ui-accordion-content div.expander-content, body.page-template-15_webinars .expander-group div.expander div.ui-accordion-content div.expander-content, body.page-template-15_webinars .expander-group div.expander-open div.ui-accordion-content div.expander-content {
  margin-bottom: 35px;
  padding-right: 80px;
}
@media (max-width: 1090px) {
  body.page-template-14_openday .expander-group div.expander div.ui-accordion-content div.expander-content, body.page-template-14_openday .expander-group div.expander-open div.ui-accordion-content div.expander-content, body.page-template-14x_openday .expander-group div.expander div.ui-accordion-content div.expander-content, body.page-template-14x_openday .expander-group div.expander-open div.ui-accordion-content div.expander-content, body.page-template-15_webinars .expander-group div.expander div.ui-accordion-content div.expander-content, body.page-template-15_webinars .expander-group div.expander-open div.ui-accordion-content div.expander-content {
    padding-right: 50px;
  }
}
@media (max-width: 590px) {
  body.page-template-14_openday .expander-group div.expander div.ui-accordion-content div.expander-content, body.page-template-14_openday .expander-group div.expander-open div.ui-accordion-content div.expander-content, body.page-template-14x_openday .expander-group div.expander div.ui-accordion-content div.expander-content, body.page-template-14x_openday .expander-group div.expander-open div.ui-accordion-content div.expander-content, body.page-template-15_webinars .expander-group div.expander div.ui-accordion-content div.expander-content, body.page-template-15_webinars .expander-group div.expander-open div.ui-accordion-content div.expander-content {
    padding-right: 30px;
  }
}
body.page-template-14_openday .expander-group div.expander div.ui-accordion-content hr, body.page-template-14_openday .expander-group div.expander-open div.ui-accordion-content hr, body.page-template-14x_openday .expander-group div.expander div.ui-accordion-content hr, body.page-template-14x_openday .expander-group div.expander-open div.ui-accordion-content hr, body.page-template-15_webinars .expander-group div.expander div.ui-accordion-content hr, body.page-template-15_webinars .expander-group div.expander-open div.ui-accordion-content hr {
  border-bottom: none;
  opacity: 1;
  clear: both;
}
body.page-template-14_openday .expander-group div.expander div.ui-accordion-content h3 span.dob, body.page-template-14_openday .expander-group div.expander-open div.ui-accordion-content h3 span.dob, body.page-template-14x_openday .expander-group div.expander div.ui-accordion-content h3 span.dob, body.page-template-14x_openday .expander-group div.expander-open div.ui-accordion-content h3 span.dob, body.page-template-15_webinars .expander-group div.expander div.ui-accordion-content h3 span.dob, body.page-template-15_webinars .expander-group div.expander-open div.ui-accordion-content h3 span.dob {
  font-weight: normal;
  margin-left: 6px;
}
body.page-template-14_openday .expander-group div.expander div.ui-accordion-content p, body.page-template-14_openday .expander-group div.expander-open div.ui-accordion-content p, body.page-template-14x_openday .expander-group div.expander div.ui-accordion-content p, body.page-template-14x_openday .expander-group div.expander-open div.ui-accordion-content p, body.page-template-15_webinars .expander-group div.expander div.ui-accordion-content p, body.page-template-15_webinars .expander-group div.expander-open div.ui-accordion-content p {
  color: #514e4e;
}
body.page-template-14_openday .expander-group div.expander div.ui-accordion-content-active hr, body.page-template-14_openday .expander-group div.expander-open div.ui-accordion-content-active hr, body.page-template-14x_openday .expander-group div.expander div.ui-accordion-content-active hr, body.page-template-14x_openday .expander-group div.expander-open div.ui-accordion-content-active hr, body.page-template-15_webinars .expander-group div.expander div.ui-accordion-content-active hr, body.page-template-15_webinars .expander-group div.expander-open div.ui-accordion-content-active hr {
  border-bottom: 1px solid #000;
}
body.page-template-14_openday #openday_1, body.page-template-14_openday #openday_7, body.page-template-14_openday #openday_4, body.page-template-14x_openday #openday_1, body.page-template-14x_openday #openday_7, body.page-template-14x_openday #openday_4, body.page-template-15_webinars #openday_1, body.page-template-15_webinars #openday_7, body.page-template-15_webinars #openday_4 {
  overflow: hidden;
}
body.page-template-14_openday #openday_1 .grid_container, body.page-template-14_openday #openday_7 .grid_container, body.page-template-14_openday #openday_4 .grid_container, body.page-template-14x_openday #openday_1 .grid_container, body.page-template-14x_openday #openday_7 .grid_container, body.page-template-14x_openday #openday_4 .grid_container, body.page-template-15_webinars #openday_1 .grid_container, body.page-template-15_webinars #openday_7 .grid_container, body.page-template-15_webinars #openday_4 .grid_container {
  overflow: visible;
}
@media (max-width: 1090px) {
  body.page-template-14_openday #openday_1 .grid_container .col6, body.page-template-14_openday #openday_1 .grid_container .col4, body.page-template-14_openday #openday_1 .grid_container .col8, body.page-template-14_openday #openday_7 .grid_container .col6, body.page-template-14_openday #openday_7 .grid_container .col4, body.page-template-14_openday #openday_7 .grid_container .col8, body.page-template-14_openday #openday_4 .grid_container .col6, body.page-template-14_openday #openday_4 .grid_container .col4, body.page-template-14_openday #openday_4 .grid_container .col8, body.page-template-14x_openday #openday_1 .grid_container .col6, body.page-template-14x_openday #openday_1 .grid_container .col4, body.page-template-14x_openday #openday_1 .grid_container .col8, body.page-template-14x_openday #openday_7 .grid_container .col6, body.page-template-14x_openday #openday_7 .grid_container .col4, body.page-template-14x_openday #openday_7 .grid_container .col8, body.page-template-14x_openday #openday_4 .grid_container .col6, body.page-template-14x_openday #openday_4 .grid_container .col4, body.page-template-14x_openday #openday_4 .grid_container .col8, body.page-template-15_webinars #openday_1 .grid_container .col6, body.page-template-15_webinars #openday_1 .grid_container .col4, body.page-template-15_webinars #openday_1 .grid_container .col8, body.page-template-15_webinars #openday_7 .grid_container .col6, body.page-template-15_webinars #openday_7 .grid_container .col4, body.page-template-15_webinars #openday_7 .grid_container .col8, body.page-template-15_webinars #openday_4 .grid_container .col6, body.page-template-15_webinars #openday_4 .grid_container .col4, body.page-template-15_webinars #openday_4 .grid_container .col8 {
    width: 50%;
  }
}
@media (max-width: 690px) {
  body.page-template-14_openday #openday_1 .grid_container .col6, body.page-template-14_openday #openday_1 .grid_container .col4, body.page-template-14_openday #openday_1 .grid_container .col8, body.page-template-14_openday #openday_7 .grid_container .col6, body.page-template-14_openday #openday_7 .grid_container .col4, body.page-template-14_openday #openday_7 .grid_container .col8, body.page-template-14_openday #openday_4 .grid_container .col6, body.page-template-14_openday #openday_4 .grid_container .col4, body.page-template-14_openday #openday_4 .grid_container .col8, body.page-template-14x_openday #openday_1 .grid_container .col6, body.page-template-14x_openday #openday_1 .grid_container .col4, body.page-template-14x_openday #openday_1 .grid_container .col8, body.page-template-14x_openday #openday_7 .grid_container .col6, body.page-template-14x_openday #openday_7 .grid_container .col4, body.page-template-14x_openday #openday_7 .grid_container .col8, body.page-template-14x_openday #openday_4 .grid_container .col6, body.page-template-14x_openday #openday_4 .grid_container .col4, body.page-template-14x_openday #openday_4 .grid_container .col8, body.page-template-15_webinars #openday_1 .grid_container .col6, body.page-template-15_webinars #openday_1 .grid_container .col4, body.page-template-15_webinars #openday_1 .grid_container .col8, body.page-template-15_webinars #openday_7 .grid_container .col6, body.page-template-15_webinars #openday_7 .grid_container .col4, body.page-template-15_webinars #openday_7 .grid_container .col8, body.page-template-15_webinars #openday_4 .grid_container .col6, body.page-template-15_webinars #openday_4 .grid_container .col4, body.page-template-15_webinars #openday_4 .grid_container .col8 {
    width: 100%;
  }
}
body.page-template-14_openday #openday_1 .grid_container .bg_wrap, body.page-template-14_openday #openday_7 .grid_container .bg_wrap, body.page-template-14_openday #openday_4 .grid_container .bg_wrap, body.page-template-14x_openday #openday_1 .grid_container .bg_wrap, body.page-template-14x_openday #openday_7 .grid_container .bg_wrap, body.page-template-14x_openday #openday_4 .grid_container .bg_wrap, body.page-template-15_webinars #openday_1 .grid_container .bg_wrap, body.page-template-15_webinars #openday_7 .grid_container .bg_wrap, body.page-template-15_webinars #openday_4 .grid_container .bg_wrap {
  padding-top: 2vw;
  position: relative;
}
@media (min-width: 1800px) {
  body.page-template-14_openday #openday_1 .grid_container .bg_wrap, body.page-template-14_openday #openday_7 .grid_container .bg_wrap, body.page-template-14_openday #openday_4 .grid_container .bg_wrap, body.page-template-14x_openday #openday_1 .grid_container .bg_wrap, body.page-template-14x_openday #openday_7 .grid_container .bg_wrap, body.page-template-14x_openday #openday_4 .grid_container .bg_wrap, body.page-template-15_webinars #openday_1 .grid_container .bg_wrap, body.page-template-15_webinars #openday_7 .grid_container .bg_wrap, body.page-template-15_webinars #openday_4 .grid_container .bg_wrap {
    padding-top: 36px;
  }
}
@media (max-width: 1150px) {
  body.page-template-14_openday #openday_1 .grid_container .bg_wrap, body.page-template-14_openday #openday_7 .grid_container .bg_wrap, body.page-template-14_openday #openday_4 .grid_container .bg_wrap, body.page-template-14x_openday #openday_1 .grid_container .bg_wrap, body.page-template-14x_openday #openday_7 .grid_container .bg_wrap, body.page-template-14x_openday #openday_4 .grid_container .bg_wrap, body.page-template-15_webinars #openday_1 .grid_container .bg_wrap, body.page-template-15_webinars #openday_7 .grid_container .bg_wrap, body.page-template-15_webinars #openday_4 .grid_container .bg_wrap {
    padding-top: 23px;
  }
}
body.page-template-14_openday #openday_1 .grid_container .bg_wrap:before, body.page-template-14_openday #openday_7 .grid_container .bg_wrap:before, body.page-template-14_openday #openday_4 .grid_container .bg_wrap:before, body.page-template-14x_openday #openday_1 .grid_container .bg_wrap:before, body.page-template-14x_openday #openday_7 .grid_container .bg_wrap:before, body.page-template-14x_openday #openday_4 .grid_container .bg_wrap:before, body.page-template-15_webinars #openday_1 .grid_container .bg_wrap:before, body.page-template-15_webinars #openday_7 .grid_container .bg_wrap:before, body.page-template-15_webinars #openday_4 .grid_container .bg_wrap:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -300px;
  top: 0;
  width: 355%;
  height: 9999px;
  background: #F5F4F5;
}
body.page-template-14_openday #openday_1 .grid_container .bg_wrap .col6, body.page-template-14_openday #openday_1 .grid_container .bg_wrap .col4, body.page-template-14_openday #openday_7 .grid_container .bg_wrap .col6, body.page-template-14_openday #openday_7 .grid_container .bg_wrap .col4, body.page-template-14_openday #openday_4 .grid_container .bg_wrap .col6, body.page-template-14_openday #openday_4 .grid_container .bg_wrap .col4, body.page-template-14x_openday #openday_1 .grid_container .bg_wrap .col6, body.page-template-14x_openday #openday_1 .grid_container .bg_wrap .col4, body.page-template-14x_openday #openday_7 .grid_container .bg_wrap .col6, body.page-template-14x_openday #openday_7 .grid_container .bg_wrap .col4, body.page-template-14x_openday #openday_4 .grid_container .bg_wrap .col6, body.page-template-14x_openday #openday_4 .grid_container .bg_wrap .col4, body.page-template-15_webinars #openday_1 .grid_container .bg_wrap .col6, body.page-template-15_webinars #openday_1 .grid_container .bg_wrap .col4, body.page-template-15_webinars #openday_7 .grid_container .bg_wrap .col6, body.page-template-15_webinars #openday_7 .grid_container .bg_wrap .col4, body.page-template-15_webinars #openday_4 .grid_container .bg_wrap .col6, body.page-template-15_webinars #openday_4 .grid_container .bg_wrap .col4 {
  z-index: 10;
  position: relative;
}
@media (max-width: 1090px) {
  body.page-template-14_openday #openday_1 .grid_container .bg_wrap .col6, body.page-template-14_openday #openday_7 .grid_container .bg_wrap .col6, body.page-template-14_openday #openday_4 .grid_container .bg_wrap .col6, body.page-template-14x_openday #openday_1 .grid_container .bg_wrap .col6, body.page-template-14x_openday #openday_7 .grid_container .bg_wrap .col6, body.page-template-14x_openday #openday_4 .grid_container .bg_wrap .col6, body.page-template-15_webinars #openday_1 .grid_container .bg_wrap .col6, body.page-template-15_webinars #openday_7 .grid_container .bg_wrap .col6, body.page-template-15_webinars #openday_4 .grid_container .bg_wrap .col6 {
    width: 100%;
  }
}
body.page-template-14_openday #openday_1 .grid_container .bg_wrap .expander-group, body.page-template-14_openday #openday_7 .grid_container .bg_wrap .expander-group, body.page-template-14_openday #openday_4 .grid_container .bg_wrap .expander-group, body.page-template-14x_openday #openday_1 .grid_container .bg_wrap .expander-group, body.page-template-14x_openday #openday_7 .grid_container .bg_wrap .expander-group, body.page-template-14x_openday #openday_4 .grid_container .bg_wrap .expander-group, body.page-template-15_webinars #openday_1 .grid_container .bg_wrap .expander-group, body.page-template-15_webinars #openday_7 .grid_container .bg_wrap .expander-group, body.page-template-15_webinars #openday_4 .grid_container .bg_wrap .expander-group {
  margin-top: -1px;
  background: #F5F4F5;
}
body.page-template-14_openday #openday_1 .grid_container .bg_wrap_orange, body.page-template-14_openday #openday_7 .grid_container .bg_wrap_orange, body.page-template-14_openday #openday_4 .grid_container .bg_wrap_orange, body.page-template-14x_openday #openday_1 .grid_container .bg_wrap_orange, body.page-template-14x_openday #openday_7 .grid_container .bg_wrap_orange, body.page-template-14x_openday #openday_4 .grid_container .bg_wrap_orange, body.page-template-15_webinars #openday_1 .grid_container .bg_wrap_orange, body.page-template-15_webinars #openday_7 .grid_container .bg_wrap_orange, body.page-template-15_webinars #openday_4 .grid_container .bg_wrap_orange {
  color: white;
}
body.page-template-14_openday #openday_1 .grid_container .bg_wrap_orange h2, body.page-template-14_openday #openday_1 .grid_container .bg_wrap_orange h3, body.page-template-14_openday #openday_7 .grid_container .bg_wrap_orange h2, body.page-template-14_openday #openday_7 .grid_container .bg_wrap_orange h3, body.page-template-14_openday #openday_4 .grid_container .bg_wrap_orange h2, body.page-template-14_openday #openday_4 .grid_container .bg_wrap_orange h3, body.page-template-14x_openday #openday_1 .grid_container .bg_wrap_orange h2, body.page-template-14x_openday #openday_1 .grid_container .bg_wrap_orange h3, body.page-template-14x_openday #openday_7 .grid_container .bg_wrap_orange h2, body.page-template-14x_openday #openday_7 .grid_container .bg_wrap_orange h3, body.page-template-14x_openday #openday_4 .grid_container .bg_wrap_orange h2, body.page-template-14x_openday #openday_4 .grid_container .bg_wrap_orange h3, body.page-template-15_webinars #openday_1 .grid_container .bg_wrap_orange h2, body.page-template-15_webinars #openday_1 .grid_container .bg_wrap_orange h3, body.page-template-15_webinars #openday_7 .grid_container .bg_wrap_orange h2, body.page-template-15_webinars #openday_7 .grid_container .bg_wrap_orange h3, body.page-template-15_webinars #openday_4 .grid_container .bg_wrap_orange h2, body.page-template-15_webinars #openday_4 .grid_container .bg_wrap_orange h3 {
  color: white;
}
body.page-template-14_openday #openday_1 .grid_container .bg_wrap_orange .expander-group, body.page-template-14_openday #openday_7 .grid_container .bg_wrap_orange .expander-group, body.page-template-14_openday #openday_4 .grid_container .bg_wrap_orange .expander-group, body.page-template-14x_openday #openday_1 .grid_container .bg_wrap_orange .expander-group, body.page-template-14x_openday #openday_7 .grid_container .bg_wrap_orange .expander-group, body.page-template-14x_openday #openday_4 .grid_container .bg_wrap_orange .expander-group, body.page-template-15_webinars #openday_1 .grid_container .bg_wrap_orange .expander-group, body.page-template-15_webinars #openday_7 .grid_container .bg_wrap_orange .expander-group, body.page-template-15_webinars #openday_4 .grid_container .bg_wrap_orange .expander-group {
  background: #ff4713;
  background: #41009A;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
body.page-template-14_openday #openday_1 .grid_container .bg_wrap_orange .expander-group h3, body.page-template-14_openday #openday_1 .grid_container .bg_wrap_orange .expander-group p, body.page-template-14_openday #openday_1 .grid_container .bg_wrap_orange .expander-group a, body.page-template-14_openday #openday_7 .grid_container .bg_wrap_orange .expander-group h3, body.page-template-14_openday #openday_7 .grid_container .bg_wrap_orange .expander-group p, body.page-template-14_openday #openday_7 .grid_container .bg_wrap_orange .expander-group a, body.page-template-14_openday #openday_4 .grid_container .bg_wrap_orange .expander-group h3, body.page-template-14_openday #openday_4 .grid_container .bg_wrap_orange .expander-group p, body.page-template-14_openday #openday_4 .grid_container .bg_wrap_orange .expander-group a, body.page-template-14x_openday #openday_1 .grid_container .bg_wrap_orange .expander-group h3, body.page-template-14x_openday #openday_1 .grid_container .bg_wrap_orange .expander-group p, body.page-template-14x_openday #openday_1 .grid_container .bg_wrap_orange .expander-group a, body.page-template-14x_openday #openday_7 .grid_container .bg_wrap_orange .expander-group h3, body.page-template-14x_openday #openday_7 .grid_container .bg_wrap_orange .expander-group p, body.page-template-14x_openday #openday_7 .grid_container .bg_wrap_orange .expander-group a, body.page-template-14x_openday #openday_4 .grid_container .bg_wrap_orange .expander-group h3, body.page-template-14x_openday #openday_4 .grid_container .bg_wrap_orange .expander-group p, body.page-template-14x_openday #openday_4 .grid_container .bg_wrap_orange .expander-group a, body.page-template-15_webinars #openday_1 .grid_container .bg_wrap_orange .expander-group h3, body.page-template-15_webinars #openday_1 .grid_container .bg_wrap_orange .expander-group p, body.page-template-15_webinars #openday_1 .grid_container .bg_wrap_orange .expander-group a, body.page-template-15_webinars #openday_7 .grid_container .bg_wrap_orange .expander-group h3, body.page-template-15_webinars #openday_7 .grid_container .bg_wrap_orange .expander-group p, body.page-template-15_webinars #openday_7 .grid_container .bg_wrap_orange .expander-group a, body.page-template-15_webinars #openday_4 .grid_container .bg_wrap_orange .expander-group h3, body.page-template-15_webinars #openday_4 .grid_container .bg_wrap_orange .expander-group p, body.page-template-15_webinars #openday_4 .grid_container .bg_wrap_orange .expander-group a {
  color: white;
}
body.page-template-14_openday #openday_1 .grid_container .bg_wrap_orange .expander-group h3, body.page-template-14_openday #openday_7 .grid_container .bg_wrap_orange .expander-group h3, body.page-template-14_openday #openday_4 .grid_container .bg_wrap_orange .expander-group h3, body.page-template-14x_openday #openday_1 .grid_container .bg_wrap_orange .expander-group h3, body.page-template-14x_openday #openday_7 .grid_container .bg_wrap_orange .expander-group h3, body.page-template-14x_openday #openday_4 .grid_container .bg_wrap_orange .expander-group h3, body.page-template-15_webinars #openday_1 .grid_container .bg_wrap_orange .expander-group h3, body.page-template-15_webinars #openday_7 .grid_container .bg_wrap_orange .expander-group h3, body.page-template-15_webinars #openday_4 .grid_container .bg_wrap_orange .expander-group h3 {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
body.page-template-14_openday #openday_1 .grid_container .bg_wrap_orange .expander-group h3 span.ui-accordion-header-icon, body.page-template-14_openday #openday_7 .grid_container .bg_wrap_orange .expander-group h3 span.ui-accordion-header-icon, body.page-template-14_openday #openday_4 .grid_container .bg_wrap_orange .expander-group h3 span.ui-accordion-header-icon, body.page-template-14x_openday #openday_1 .grid_container .bg_wrap_orange .expander-group h3 span.ui-accordion-header-icon, body.page-template-14x_openday #openday_7 .grid_container .bg_wrap_orange .expander-group h3 span.ui-accordion-header-icon, body.page-template-14x_openday #openday_4 .grid_container .bg_wrap_orange .expander-group h3 span.ui-accordion-header-icon, body.page-template-15_webinars #openday_1 .grid_container .bg_wrap_orange .expander-group h3 span.ui-accordion-header-icon, body.page-template-15_webinars #openday_7 .grid_container .bg_wrap_orange .expander-group h3 span.ui-accordion-header-icon, body.page-template-15_webinars #openday_4 .grid_container .bg_wrap_orange .expander-group h3 span.ui-accordion-header-icon {
  filter: invert(1);
}
body.page-template-14_openday #openday_1 .grid_container .bg_wrap_orange:before, body.page-template-14_openday #openday_7 .grid_container .bg_wrap_orange:before, body.page-template-14_openday #openday_4 .grid_container .bg_wrap_orange:before, body.page-template-14x_openday #openday_1 .grid_container .bg_wrap_orange:before, body.page-template-14x_openday #openday_7 .grid_container .bg_wrap_orange:before, body.page-template-14x_openday #openday_4 .grid_container .bg_wrap_orange:before, body.page-template-15_webinars #openday_1 .grid_container .bg_wrap_orange:before, body.page-template-15_webinars #openday_7 .grid_container .bg_wrap_orange:before, body.page-template-15_webinars #openday_4 .grid_container .bg_wrap_orange:before {
  background: #eeedee;
  background: #41009A;
}
body.page-template-14_openday #openday_1 .grid_container .bg_wrap_home, body.page-template-14_openday #openday_7 .grid_container .bg_wrap_home, body.page-template-14_openday #openday_4 .grid_container .bg_wrap_home, body.page-template-14x_openday #openday_1 .grid_container .bg_wrap_home, body.page-template-14x_openday #openday_7 .grid_container .bg_wrap_home, body.page-template-14x_openday #openday_4 .grid_container .bg_wrap_home, body.page-template-15_webinars #openday_1 .grid_container .bg_wrap_home, body.page-template-15_webinars #openday_7 .grid_container .bg_wrap_home, body.page-template-15_webinars #openday_4 .grid_container .bg_wrap_home {
  margin-bottom: -10px;
}
body.page-template-14_openday #openday_1 .grid_container .bg_wrap_home .expander-group, body.page-template-14_openday #openday_7 .grid_container .bg_wrap_home .expander-group, body.page-template-14_openday #openday_4 .grid_container .bg_wrap_home .expander-group, body.page-template-14x_openday #openday_1 .grid_container .bg_wrap_home .expander-group, body.page-template-14x_openday #openday_7 .grid_container .bg_wrap_home .expander-group, body.page-template-14x_openday #openday_4 .grid_container .bg_wrap_home .expander-group, body.page-template-15_webinars #openday_1 .grid_container .bg_wrap_home .expander-group, body.page-template-15_webinars #openday_7 .grid_container .bg_wrap_home .expander-group, body.page-template-15_webinars #openday_4 .grid_container .bg_wrap_home .expander-group {
  background: #f7f7f7;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
body.page-template-14_openday #openday_1 .grid_container .bg_wrap_home:before, body.page-template-14_openday #openday_7 .grid_container .bg_wrap_home:before, body.page-template-14_openday #openday_4 .grid_container .bg_wrap_home:before, body.page-template-14x_openday #openday_1 .grid_container .bg_wrap_home:before, body.page-template-14x_openday #openday_7 .grid_container .bg_wrap_home:before, body.page-template-14x_openday #openday_4 .grid_container .bg_wrap_home:before, body.page-template-15_webinars #openday_1 .grid_container .bg_wrap_home:before, body.page-template-15_webinars #openday_7 .grid_container .bg_wrap_home:before, body.page-template-15_webinars #openday_4 .grid_container .bg_wrap_home:before {
  background: #f7f7f7;
  bottom: 0;
  top: auto;
  height: 100%;
}
body.page-template-14_openday #openday_1 div.video-block, body.page-template-14_openday #openday_7 div.video-block, body.page-template-14_openday #openday_4 div.video-block, body.page-template-14x_openday #openday_1 div.video-block, body.page-template-14x_openday #openday_7 div.video-block, body.page-template-14x_openday #openday_4 div.video-block, body.page-template-15_webinars #openday_1 div.video-block, body.page-template-15_webinars #openday_7 div.video-block, body.page-template-15_webinars #openday_4 div.video-block {
  margin-top: 12px;
  -webkit-box-shadow: -1px 0px 30px 5px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 0px 30px 5px rgba(0, 0, 0, 0.15);
}
@media (min-width: 690px) {
  body.page-template-14_openday #openday_1 div.video-block, body.page-template-14_openday #openday_7 div.video-block, body.page-template-14_openday #openday_4 div.video-block, body.page-template-14x_openday #openday_1 div.video-block, body.page-template-14x_openday #openday_7 div.video-block, body.page-template-14x_openday #openday_4 div.video-block, body.page-template-15_webinars #openday_1 div.video-block, body.page-template-15_webinars #openday_7 div.video-block, body.page-template-15_webinars #openday_4 div.video-block {
    transition: all 0.3s ease-in-out;
  }
}
body.page-template-14_openday #openday_1 div.video-block .overlay-play, body.page-template-14_openday #openday_7 div.video-block .overlay-play, body.page-template-14_openday #openday_4 div.video-block .overlay-play, body.page-template-14x_openday #openday_1 div.video-block .overlay-play, body.page-template-14x_openday #openday_7 div.video-block .overlay-play, body.page-template-14x_openday #openday_4 div.video-block .overlay-play, body.page-template-15_webinars #openday_1 div.video-block .overlay-play, body.page-template-15_webinars #openday_7 div.video-block .overlay-play, body.page-template-15_webinars #openday_4 div.video-block .overlay-play {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
}
@media (min-width: 1090px) {
  body.page-template-14_openday #openday_1 div.video-block:hover, body.page-template-14_openday #openday_7 div.video-block:hover, body.page-template-14_openday #openday_4 div.video-block:hover, body.page-template-14x_openday #openday_1 div.video-block:hover, body.page-template-14x_openday #openday_7 div.video-block:hover, body.page-template-14x_openday #openday_4 div.video-block:hover, body.page-template-15_webinars #openday_1 div.video-block:hover, body.page-template-15_webinars #openday_7 div.video-block:hover, body.page-template-15_webinars #openday_4 div.video-block:hover {
    -webkit-box-shadow: -1px 0px 60px 5px rgba(0, 0, 0, 0.38);
    box-shadow: -1px 0px 60px 5px rgba(0, 0, 0, 0.38);
    transform: scale(1.005);
  }
}
@media (max-width: 1090px) {
  body.page-template-14_openday #openday_1 div.video-block, body.page-template-14_openday #openday_7 div.video-block, body.page-template-14_openday #openday_4 div.video-block, body.page-template-14x_openday #openday_1 div.video-block, body.page-template-14x_openday #openday_7 div.video-block, body.page-template-14x_openday #openday_4 div.video-block, body.page-template-15_webinars #openday_1 div.video-block, body.page-template-15_webinars #openday_7 div.video-block, body.page-template-15_webinars #openday_4 div.video-block {
    margin-top: -10px;
  }
}
@media (max-width: 1090px) {
  body.page-template-14_openday #openday_1 .col6, body.page-template-14_openday #openday_1 .col8, body.page-template-14_openday #openday_7 .col6, body.page-template-14_openday #openday_7 .col8, body.page-template-14_openday #openday_4 .col6, body.page-template-14_openday #openday_4 .col8, body.page-template-14x_openday #openday_1 .col6, body.page-template-14x_openday #openday_1 .col8, body.page-template-14x_openday #openday_7 .col6, body.page-template-14x_openday #openday_7 .col8, body.page-template-14x_openday #openday_4 .col6, body.page-template-14x_openday #openday_4 .col8, body.page-template-15_webinars #openday_1 .col6, body.page-template-15_webinars #openday_1 .col8, body.page-template-15_webinars #openday_7 .col6, body.page-template-15_webinars #openday_7 .col8, body.page-template-15_webinars #openday_4 .col6, body.page-template-15_webinars #openday_4 .col8 {
    width: 100%;
  }
}
body.page-template-14_openday #openday_3 .iadt_campus, body.page-template-14x_openday #openday_3 .iadt_campus, body.page-template-15_webinars #openday_3 .iadt_campus {
  position: relative;
  padding-bottom: 70%;
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: -1px 0px 30px 5px rgba(0, 0, 0, 0);
  box-shadow: -1px 0px 30px 5px rgba(0, 0, 0, 0);
}
@media (min-width: 690px) {
  body.page-template-14_openday #openday_3 .iadt_campus, body.page-template-14x_openday #openday_3 .iadt_campus, body.page-template-15_webinars #openday_3 .iadt_campus {
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 1090px) {
  body.page-template-14_openday #openday_3 .iadt_campus:hover, body.page-template-14x_openday #openday_3 .iadt_campus:hover, body.page-template-15_webinars #openday_3 .iadt_campus:hover {
    -webkit-box-shadow: -1px 0px 60px 5px rgba(0, 0, 0, 0.38);
    box-shadow: -1px 0px 60px 5px rgba(0, 0, 0, 0.38);
    transform: scale(1.01);
  }
}
body.page-template-14_openday #openday_3 .iadt_campus:hover a, body.page-template-14x_openday #openday_3 .iadt_campus:hover a, body.page-template-15_webinars #openday_3 .iadt_campus:hover a {
  background: rgba(0, 0, 0, 0.1);
}
body.page-template-14_openday #openday_3 .iadt_campus:hover span, body.page-template-14x_openday #openday_3 .iadt_campus:hover span, body.page-template-15_webinars #openday_3 .iadt_campus:hover span {
  xtransform: scale(1.1);
}
body.page-template-14_openday #openday_3 .iadt_campus a, body.page-template-14x_openday #openday_3 .iadt_campus a, body.page-template-15_webinars #openday_3 .iadt_campus a {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
@media (min-width: 690px) {
  body.page-template-14_openday #openday_3 .iadt_campus a, body.page-template-14x_openday #openday_3 .iadt_campus a, body.page-template-15_webinars #openday_3 .iadt_campus a {
    transition: all 0.3s ease-in-out;
  }
}
body.page-template-14_openday #openday_3 .iadt_campus label, body.page-template-14x_openday #openday_3 .iadt_campus label, body.page-template-15_webinars #openday_3 .iadt_campus label {
  background: black;
  color: white;
  padding: 3px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
}
body.page-template-14_openday #openday_3 .iadt_campus span, body.page-template-14x_openday #openday_3 .iadt_campus span, body.page-template-15_webinars #openday_3 .iadt_campus span {
  position: absolute;
  z-index: 10;
  top: 16px;
  right: 16px;
  background-image: url("../img/icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 7%;
  height: auto;
  padding-bottom: 7%;
}
@media (min-width: 690px) {
  body.page-template-14_openday #openday_3 .iadt_campus span, body.page-template-14x_openday #openday_3 .iadt_campus span, body.page-template-15_webinars #openday_3 .iadt_campus span {
    transition: all 0.3s ease;
  }
}
body.page-template-14_openday #openday_3 .grid_images .inner, body.page-template-14x_openday #openday_3 .grid_images .inner, body.page-template-15_webinars #openday_3 .grid_images .inner {
  padding-bottom: 70%;
  background-size: cover;
  background-position: center center;
  background-color: #222222;
  position: relative;
  -webkit-box-shadow: -1px 0px 30px 5px rgba(0, 0, 0, 0);
  box-shadow: -1px 0px 30px 5px rgba(0, 0, 0, 0);
}
@media (min-width: 690px) {
  body.page-template-14_openday #openday_3 .grid_images .inner, body.page-template-14x_openday #openday_3 .grid_images .inner, body.page-template-15_webinars #openday_3 .grid_images .inner {
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 1090px) {
  body.page-template-14_openday #openday_3 .grid_images .inner:hover, body.page-template-14x_openday #openday_3 .grid_images .inner:hover, body.page-template-15_webinars #openday_3 .grid_images .inner:hover {
    -webkit-box-shadow: -1px 0px 60px 5px rgba(0, 0, 0, 0.38);
    box-shadow: -1px 0px 60px 5px rgba(0, 0, 0, 0.38);
    transform: scale(1.005);
  }
}
body.page-template-14_openday #openday_3 .grid_images .inner a, body.page-template-14x_openday #openday_3 .grid_images .inner a, body.page-template-15_webinars #openday_3 .grid_images .inner a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body.page-template-14_openday #openday_3 .grid_images .inner a .overlay-play, body.page-template-14x_openday #openday_3 .grid_images .inner a .overlay-play, body.page-template-15_webinars #openday_3 .grid_images .inner a .overlay-play {
  background: url("/interface/img/generic/button_play.png") 0 38% no-repeat;
  padding-bottom: 70%;
  background-size: 27%;
}
body.page-template-14_openday #openday_3 .grid_images .inner label, body.page-template-14x_openday #openday_3 .grid_images .inner label, body.page-template-15_webinars #openday_3 .grid_images .inner label {
  background: black;
  color: white;
  padding: 3px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1090px) {
  body.page-template-14_openday #openday_3 .col8, body.page-template-14x_openday #openday_3 .col8, body.page-template-15_webinars #openday_3 .col8 {
    width: 66%;
  }
}
@media (max-width: 890px) {
  body.page-template-14_openday #openday_3 .col8, body.page-template-14x_openday #openday_3 .col8, body.page-template-15_webinars #openday_3 .col8 {
    width: 50%;
  }
}
@media (max-width: 690px) {
  body.page-template-14_openday #openday_3 .col8, body.page-template-14x_openday #openday_3 .col8, body.page-template-15_webinars #openday_3 .col8 {
    width: 100%;
  }
}
@media (max-width: 1090px) {
  body.page-template-14_openday #openday_3 .col4, body.page-template-14x_openday #openday_3 .col4, body.page-template-15_webinars #openday_3 .col4 {
    display: block;
  }
}
@media (max-width: 890px) {
  body.page-template-14_openday #openday_3 .col4, body.page-template-14x_openday #openday_3 .col4, body.page-template-15_webinars #openday_3 .col4 {
    width: 50%;
  }
}
@media (max-width: 690px) {
  body.page-template-14_openday #openday_3 .col4, body.page-template-14x_openday #openday_3 .col4, body.page-template-15_webinars #openday_3 .col4 {
    width: 100%;
  }
}
body.page-template-14_openday .course_fam, body.page-template-14x_openday .course_fam, body.page-template-15_webinars .course_fam {
  position: relative;
}
body.page-template-14_openday .course_fam:before, body.page-template-14x_openday .course_fam:before, body.page-template-15_webinars .course_fam:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: calc(100% + 140px);
  height: 100%;
  background: #f6f6f6;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6f6f6+0,fbfbfb+100 */
  background: #f6f6f6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f6f6f6 0%, #fbfbfb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #fbfbfb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f6f6f6 0%, #fbfbfb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6f6f6", endColorstr="#fbfbfb",GradientType=0 );
  /* IE6-9 */
  z-index: -1;
}
@media (min-width: 1800px) {
  body.page-template-14_openday .course_fam:before, body.page-template-14x_openday .course_fam:before, body.page-template-15_webinars .course_fam:before {
    left: 25px;
    width: 1745px;
  }
}
@media (min-width: 1900px) {
  body.page-template-14_openday .course_fam:before, body.page-template-14x_openday .course_fam:before, body.page-template-15_webinars .course_fam:before {
    left: 25px;
    width: 1850px;
  }
}
@media (max-width: 1090px) {
  body.page-template-14_openday .course_fam:before, body.page-template-14x_openday .course_fam:before, body.page-template-15_webinars .course_fam:before {
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 890px) {
  body.page-template-14_openday .course_fam:before, body.page-template-14x_openday .course_fam:before, body.page-template-15_webinars .course_fam:before {
    leftg: 19px;
    width: calc(100% - 38px);
  }
}
@media (max-width: 750px) {
  body.page-template-14_openday .course_fam:before, body.page-template-14x_openday .course_fam:before, body.page-template-15_webinars .course_fam:before {
    left: 16px;
    width: calc(100% - 32px);
  }
}
@media (max-width: 1090px) {
  body.page-template-14_openday .course_fam .title_col, body.page-template-14x_openday .course_fam .title_col, body.page-template-15_webinars .course_fam .title_col {
    width: 36%;
  }
}
@media (max-width: 890px) {
  body.page-template-14_openday .course_fam .title_col, body.page-template-14x_openday .course_fam .title_col, body.page-template-15_webinars .course_fam .title_col {
    width: 52%;
  }
}
@media (max-width: 650px) {
  body.page-template-14_openday .course_fam .title_col, body.page-template-14x_openday .course_fam .title_col, body.page-template-15_webinars .course_fam .title_col {
    width: 100%;
  }
}
@media (max-width: 1090px) {
  body.page-template-14_openday .course_fam .title_col h3, body.page-template-14x_openday .course_fam .title_col h3, body.page-template-15_webinars .course_fam .title_col h3 {
    padding-top: 0;
  }
}
@media (max-width: 1090px) {
  body.page-template-14_openday .course_fam .course_col, body.page-template-14x_openday .course_fam .course_col, body.page-template-15_webinars .course_fam .course_col {
    width: 64%;
  }
}
@media (max-width: 890px) {
  body.page-template-14_openday .course_fam .course_col, body.page-template-14x_openday .course_fam .course_col, body.page-template-15_webinars .course_fam .course_col {
    width: 48%;
  }
}
@media (max-width: 650px) {
  body.page-template-14_openday .course_fam .course_col, body.page-template-14x_openday .course_fam .course_col, body.page-template-15_webinars .course_fam .course_col {
    width: 100%;
    padding: 20px;
  }
}
body.page-template-14_openday .course_fam .flush, body.page-template-14x_openday .course_fam .flush, body.page-template-15_webinars .course_fam .flush {
  padding-top: 10px;
}
body.page-template-14_openday .course_fam .flush .col6, body.page-template-14x_openday .course_fam .flush .col6, body.page-template-15_webinars .course_fam .flush .col6 {
  padding-left: 0;
}
@media (max-width: 890px) {
  body.page-template-14_openday .course_fam .flush .col6, body.page-template-14x_openday .course_fam .flush .col6, body.page-template-15_webinars .course_fam .flush .col6 {
    width: 100%;
  }
}
@media (max-width: 650px) {
  body.page-template-14_openday .course_fam .flush .col6, body.page-template-14x_openday .course_fam .flush .col6, body.page-template-15_webinars .course_fam .flush .col6 {
    width: 50%;
  }
}
@media (max-width: 550px) {
  body.page-template-14_openday .course_fam .flush .col6, body.page-template-14x_openday .course_fam .flush .col6, body.page-template-15_webinars .course_fam .flush .col6 {
    width: 100%;
  }
}
body.page-template-14_openday .course_fam .block_wrap, body.page-template-14x_openday .course_fam .block_wrap, body.page-template-15_webinars .course_fam .block_wrap {
  position: relative;
  background: gray;
  padding-bottom: 70%;
}
body.page-template-14_openday .course_fam .block_wrap .item-course, body.page-template-14x_openday .course_fam .block_wrap .item-course, body.page-template-15_webinars .course_fam .block_wrap .item-course {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-top: none;
}
body.page-template-14_openday .course_fam .block_wrap .item-course .module, body.page-template-14x_openday .course_fam .block_wrap .item-course .module, body.page-template-15_webinars .course_fam .block_wrap .item-course .module {
  max-height: none;
  height: 100%;
  margin-bottom: 0;
  font-size: inherit;
}
body.page-template-14_openday .course_fam .block_wrap .item-course .module.has-label .plus, body.page-template-14x_openday .course_fam .block_wrap .item-course .module.has-label .plus, body.page-template-15_webinars .course_fam .block_wrap .item-course .module.has-label .plus {
  background-color: black;
}
body.page-template-14_openday .course_fam .block_wrap .item-course .module .label, body.page-template-14x_openday .course_fam .block_wrap .item-course .module .label, body.page-template-15_webinars .course_fam .block_wrap .item-course .module .label {
  font-size: 0.9em;
  font-weight: normal;
}
body.page-template-14_openday .course_fam .block_wrap .item-course .module span.is_new, body.page-template-14x_openday .course_fam .block_wrap .item-course .module span.is_new, body.page-template-15_webinars .course_fam .block_wrap .item-course .module span.is_new {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 2px 4px 2px 4px;
  background: #ff4713;
  font-size: 0.85em;
  color: white;
  text-transform: uppercase;
}
body.page-template-14_openday .course_fam .block_wrap .item-course .module span.is_new:before, body.page-template-14x_openday .course_fam .block_wrap .item-course .module span.is_new:before, body.page-template-15_webinars .course_fam .block_wrap .item-course .module span.is_new:before {
  content: "New";
}
@media (max-width: 590px) {
  body.page-template-14_openday .course_fam .block_wrap .item-course .module span.is_new, body.page-template-14x_openday .course_fam .block_wrap .item-course .module span.is_new, body.page-template-15_webinars .course_fam .block_wrap .item-course .module span.is_new {
    font-size: 10px;
  }
}
body.page-template-14_openday #openday_6 hr, body.page-template-14x_openday #openday_6 hr, body.page-template-15_webinars #openday_6 hr {
  border-top: 1px solid #d8d8d8;
}
body.page-template-14_openday #openday_6 .pubble_col, body.page-template-14x_openday #openday_6 .pubble_col, body.page-template-15_webinars #openday_6 .pubble_col {
  min-height: 500px;
  float: right;
  max-width: 1000px;
  margin-top: -50px;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 1190px) {
  body.page-template-14_openday #openday_6 .pubble_col, body.page-template-14x_openday #openday_6 .pubble_col, body.page-template-15_webinars #openday_6 .pubble_col {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 1190px) {
  body.page-template-14_openday #openday_6 .col12, body.page-template-14x_openday #openday_6 .col12, body.page-template-15_webinars #openday_6 .col12 {
    display: none;
  }
}
body.page-template-14_openday a.normalbutton, body.page-template-14x_openday a.normalbutton, body.page-template-15_webinars a.normalbutton {
  display: block;
  width: 100%;
  background: #ff4713;
  color: white;
  text-align: center;
  font-size: 1.1em;
  padding: 1.1vw 0.9vw;
  -webkit-box-shadow: -1px 0px 10px 5px rgba(255, 71, 19, 0);
  box-shadow: -1px 0px 10px 5px rgba(255, 71, 19, 0);
  margin-bottom: 10px;
  text-align: left;
  background-image: url(/interface/img/generic/icon_external2.png) !important;
  background-size: 37px auto !important;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (min-width: 690px) {
  body.page-template-14_openday a.normalbutton, body.page-template-14x_openday a.normalbutton, body.page-template-15_webinars a.normalbutton {
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 890px) {
  body.page-template-14_openday a.normalbutton, body.page-template-14x_openday a.normalbutton, body.page-template-15_webinars a.normalbutton {
    padding: 13px 10px;
    background-size: 30px auto !important;
  }
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes ticker2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
body.page-template-14_openday .ticker-outer, body.page-template-14x_openday .ticker-outer, body.page-template-15_webinars .ticker-outer {
  position: relative;
  overflow: visible;
  width: 100%;
}
body.page-template-14_openday .ticker-outer .ticker-wrap, body.page-template-14x_openday .ticker-outer .ticker-wrap, body.page-template-15_webinars .ticker-outer .ticker-wrap {
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 300%;
  overflow: hidden;
  background: black;
  padding-left: 100%;
  box-sizing: content-box;
}
body.page-template-14_openday .ticker-outer .ticker-wrap .ticker, body.page-template-14x_openday .ticker-outer .ticker-wrap .ticker, body.page-template-15_webinars .ticker-outer .ticker-wrap .ticker {
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  color: white;
  pointer-events: none;
  padding: 1.4vw 0 1.4vw 0;
  text-transform: uppercase;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 450s;
  animation-duration: 450s;
}
@media (min-width: 1800px) {
  body.page-template-14_openday .ticker-outer .ticker-wrap .ticker, body.page-template-14x_openday .ticker-outer .ticker-wrap .ticker, body.page-template-15_webinars .ticker-outer .ticker-wrap .ticker {
    padding: 25.2px 0 25.2px 0;
  }
}
@media (max-width: 1150px) {
  body.page-template-14_openday .ticker-outer .ticker-wrap .ticker, body.page-template-14x_openday .ticker-outer .ticker-wrap .ticker, body.page-template-15_webinars .ticker-outer .ticker-wrap .ticker {
    padding: 17.71px 0 16.1px 0;
  }
}
@media (min-width: 1090px) {
  body.page-template-14_openday .ticker-outer .ticker-wrap .ticker:hover, body.page-template-14x_openday .ticker-outer .ticker-wrap .ticker:hover, body.page-template-15_webinars .ticker-outer .ticker-wrap .ticker:hover {
    min-height: unset;
  }
}
body.page-template-14_openday .ticker-outer .ticker-wrap .ticker__item, body.page-template-14x_openday .ticker-outer .ticker-wrap .ticker__item, body.page-template-15_webinars .ticker-outer .ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 0.65rem;
  font-size: 1.5vw;
  font-weight: bold;
}
@media (min-width: 1800px) {
  body.page-template-14_openday .ticker-outer .ticker-wrap .ticker__item, body.page-template-14x_openday .ticker-outer .ticker-wrap .ticker__item, body.page-template-15_webinars .ticker-outer .ticker-wrap .ticker__item {
    font-size: 27px;
  }
}
@media (max-width: 1150px) {
  body.page-template-14_openday .ticker-outer .ticker-wrap .ticker__item, body.page-template-14x_openday .ticker-outer .ticker-wrap .ticker__item, body.page-template-15_webinars .ticker-outer .ticker-wrap .ticker__item {
    font-size: 17.25px;
  }
}

body.page-template-15_webinars ::-moz-selection {
  background: rgba(137, 105, 211, 0.98);
  color: white;
}
body.page-template-15_webinars ::selection {
  background: rgba(137, 105, 211, 0.98);
  color: white;
}
body.page-template-15_webinars .pubble-sb-clientbgcolor {
  background: black !important;
}
body.page-template-15_webinars .pubble-app .pubble-cw .pubble-sb-button.pubble-sb-clientbgcolor {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.19), 0 3px 6px rgba(0, 0, 0, 0.19) !important;
}
body.page-template-15_webinars .pubble-app .pubble-cw #pb_sidebar:hover .pubble-sb-button.pubble-sb-clientbgcolor {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.19), 0 3px 6px rgba(0, 0, 0, 0.19) !important;
}
body.page-template-15_webinars textarea.pubble-cw-input-textarea::placeholder {
  color: #8969d3;
}
body.page-template-15_webinars .pubble-cw-panel-top {
  background-color: #8969d3 !important;
}
body.page-template-15_webinars .edit {
  background: #8969d3 !important;
  white-space: nowrap;
}
body.page-template-15_webinars #search-toggle:hover, body.page-template-15_webinars #search-toggle.active, body.page-template-15_webinars .open #search-toggle, body.page-template-15_webinars #search-panel .border-gap, body.page-template-15_webinars #search-panel fieldset {
  background: #8969d3;
}
@media (max-width: 990px) {
  body.page-template-15_webinars .tabs_nav {
    display: none;
  }
}
body.page-template-15_webinars .openday_tab {
  padding-top: 2.2vw;
}
@media (min-width: 1800px) {
  body.page-template-15_webinars .openday_tab {
    padding-top: 39.6px;
  }
}
@media (max-width: 1150px) {
  body.page-template-15_webinars .openday_tab {
    padding-top: 13.8px;
  }
}
body.page-template-15_webinars .openday_banner {
  background: #6d7cea;
  background: #9164cc;
  height: 40vw;
  max-height: 850px;
  /*

  //background: #76d0e6;
  //background: #27d2f1;
  //background: #40d1f5;
  background: #6d7cea;
  background: #9164cc;
  //background: #4fdad5;
  //background: #1b35ff;

  ::-moz-selection { background: rgba(0,0,0,0.98) !important; color: white; }
  ::selection { background: rgba(0,0,0,0.98) !important; color: white; }

  height: 48vw;
  max-height: 950px;


  @media (min-width:1800px) {
    max-height: 700px !important;
  }
  @media (min-width:1150px) and (max-height:58vw) {
    max-height: unset !important;
  }
  @media (min-width:1500px) and (max-height:58vw) {
    max-height: unset;
  }
  @media (max-width:1500px) and (max-height:58vw) {
    max-height: unset;
  }

  @include breakpoint(at15) {
    height: 50vw;
  }
  @include breakpoint(at12) {
    height: 570px;
  }
  @include breakpoint(at105) {
    height: 490px;
    padding-top: 85px;
  }
  @include breakpoint(at10) {
    margin-bottom: 0;
    max-height: unset;
    height: 600px;
  }
  @include breakpoint(at85) {
    height: 700px;
  }
  @include breakpoint(at6) {
    height: 105vw;
    max-height: 105vw;
  }
  @include breakpoint(at5) {
    height: 500px;
    max-height: none;
  }
  @include breakpoint(at4) {
    height: 470px;
  }

  */
}
body.page-template-15_webinars .openday_banner ::-moz-selection {
  background: rgba(0, 0, 0, 0.98) !important;
  color: white;
}
body.page-template-15_webinars .openday_banner ::selection {
  background: rgba(0, 0, 0, 0.98) !important;
  color: white;
}
@media (min-width: 1800px) {
  body.page-template-15_webinars .openday_banner {
    max-height: 650px !important;
  }
}
@media (min-width: 1150px) and (max-height: 58vw) {
  body.page-template-15_webinars .openday_banner {
    max-height: unset !important;
  }
}
@media (min-width: 1500px) and (max-height: 58vw) {
  body.page-template-15_webinars .openday_banner {
    max-height: unset;
  }
}
@media (max-width: 1500px) and (max-height: 58vw) {
  body.page-template-15_webinars .openday_banner {
    max-height: unset;
  }
}
@media (max-width: 1490px) {
  body.page-template-15_webinars .openday_banner {
    height: 46vw;
  }
}
@media (max-width: 1190px) {
  body.page-template-15_webinars .openday_banner {
    height: 570px;
  }
}
@media (max-width: 1050px) {
  body.page-template-15_webinars .openday_banner {
    height: 490px;
    padding-top: 85px;
  }
}
@media (max-width: 990px) {
  body.page-template-15_webinars .openday_banner {
    margin-bottom: 0;
    max-height: unset;
    height: 600px;
  }
}
@media (max-width: 850px) {
  body.page-template-15_webinars .openday_banner {
    height: 700px;
  }
}
@media (max-width: 590px) {
  body.page-template-15_webinars .openday_banner {
    height: 105vw;
    max-height: 105vw;
  }
}
@media (max-width: 490px) {
  body.page-template-15_webinars .openday_banner {
    height: 500px;
    max-height: none;
  }
}
@media (max-width: 390px) {
  body.page-template-15_webinars .openday_banner {
    height: 470px;
  }
}
body.page-template-15_webinars .openday_banner a.register:after {
  content: "Register below";
}
body.page-template-15_webinars .openday_banner h1 {
  color: white;
  margin-top: 0;
  position: absolute;
  left: -550px;
}
@media (max-width: 590px) {
  body.page-template-15_webinars .openday_banner p {
    width: 99%;
    position: relative;
    top: -20px;
  }
}
body.page-template-15_webinars .openday_banner img {
  position: absolute;
  z-index: 1;
  bottom: -12%;
  left: 0;
  height: 123%;
  width: auto;
  max-width: unset;
}
@media (min-width: 1390px) {
  body.page-template-15_webinars .openday_banner img {
    top: auto;
    bottom: 0;
    height: calc(100% + 50px);
    width: auto;
    max-width: unset;
  }
}
@media (min-width: 1590px) {
  body.page-template-15_webinars .openday_banner img {
    top: -5vw;
    bottom: 0;
    height: calc(100% + 11vw);
    width: auto;
    max-width: unset;
  }
}
@media (min-width: 1900px) {
  body.page-template-15_webinars .openday_banner img {
    top: -6vw;
  }
}
@media (max-width: 1350px) {
  body.page-template-15_webinars .openday_banner img {
    height: 104%;
    bottom: 0;
  }
}
@media (max-width: 1250px) {
  body.page-template-15_webinars .openday_banner img {
    height: 103%;
  }
}
@media (max-width: 1050px) {
  body.page-template-15_webinars .openday_banner img {
    height: 460px;
    bottom: auto;
    top: -30px;
  }
}
@media (max-width: 890px) {
  body.page-template-15_webinars .openday_banner img {
    height: 440px;
    bottom: auto;
    top: -30px;
  }
}
@media (max-width: 850px) {
  body.page-template-15_webinars .openday_banner img {
    height: 700px;
    bottom: auto;
    top: -90px;
  }
}
@media (max-width: 590px) {
  body.page-template-15_webinars .openday_banner img {
    margin-left: 0px;
    max-width: unset;
    height: 310px;
    top: 11px;
  }
}
body.page-template-15_webinars .openday_banner .col6 {
  z-index: 1;
}
body.page-template-15_webinars .openday_banner .col4 {
  position: relative;
  z-index: 10;
}
@media (max-width: 990px) {
  body.page-template-15_webinars .openday_banner .col4 {
    width: 42%;
    float: right;
  }
  body.page-template-15_webinars .openday_banner .col4 br {
    display: none;
  }
}
@media (max-width: 850px) {
  body.page-template-15_webinars .openday_banner .col4 {
    margin-top: 360px;
    width: 70%;
    float: left;
  }
}
@media (max-width: 590px) {
  body.page-template-15_webinars .openday_banner .col4 {
    margin-top: 190px;
    width: 98%;
  }
}
@media (max-width: 990px) {
  body.page-template-15_webinars .openday_intro .col4 {
    width: 100%;
    padding-top: 0;
    margin-top: -10px;
  }
}
@media (max-width: 1490px) {
  body.page-template-15_webinars .openday_intro h2 {
    font-size: 35px;
  }
}
@media (max-width: 990px) {
  body.page-template-15_webinars .openday_intro h2 {
    font-size: 28px;
  }
}
@media (max-width: 790px) {
  body.page-template-15_webinars .openday_intro h2 {
    margin-top: 12px;
  }
}
@media (max-width: 590px) {
  body.page-template-15_webinars .openday_intro h2 {
    font-size: 24px;
    margin-top: 0;
  }
}
@media (max-width: 590px) {
  body.page-template-15_webinars .openday_intro p {
    margin-bottom: 50px;
  }
}
body.page-template-15_webinars #myTable tr.rows td {
  background: #eaeaea !important;
}
body.page-template-15_webinars #myTable tr.rows.odd td {
  background: #FBFBFB !important;
}
@media (max-width: 590px) {
  body.page-template-15_webinars #myTable tr {
    position: relative;
  }
}
body.page-template-15_webinars #myTable tr.highlight td {
  color: #ffffff;
  background: #b7a5d9;
}
body.page-template-15_webinars #myTable tr.highlight td:nth-of-type(2) {
  color: rgba(255, 255, 255, 0.7);
}
body.page-template-15_webinars #myTable tr.highlight td:nth-of-type(5) div.openday_popup {
  background-color: #6f5e98;
}
body.page-template-15_webinars #myTable tr:nth-child(odd).highlight td {
  background: #c1b4de;
}
@media (max-width: 590px) {
  body.page-template-15_webinars #myTable tr th:nth-of-type(1) {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
body.page-template-15_webinars #myTable tr th:nth-of-type(2) {
  white-space: nowrap;
  padding-right: 20px;
}
body.page-template-15_webinars #myTable tr th:nth-of-type(4) {
  pointer-events: auto;
}
body.page-template-15_webinars #myTable tr th:nth-of-type(4):after {
  display: inline;
}
body.page-template-15_webinars #myTable tr th:nth-of-type(6):after {
  display: none;
}
body.page-template-15_webinars #myTable tr td:nth-of-type(1) {
  width: 37%;
}
body.page-template-15_webinars #myTable tr td:nth-of-type(1) span {
  background: #410099;
}
@media (max-width: 990px) {
  body.page-template-15_webinars #myTable tr td:nth-of-type(1) {
    width: 31%;
    font-size: 1.05em;
  }
}
@media (max-width: 590px) {
  body.page-template-15_webinars #myTable tr td:nth-of-type(1) {
    width: 100%;
    padding-right: 55px;
    font-size: 18px;
    line-height: 1.1;
  }
}
body.page-template-15_webinars #myTable tr td:nth-of-type(2) {
  width: 20%;
}
@media (max-width: 890px) {
  body.page-template-15_webinars #myTable tr td:nth-of-type(2) {
    width: 20%;
  }
}
@media (max-width: 590px) {
  body.page-template-15_webinars #myTable tr td:nth-of-type(2) {
    width: 100%;
  }
}
body.page-template-15_webinars #myTable tr td:nth-of-type(3) {
  width: 7%;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 890px) {
  body.page-template-15_webinars #myTable tr td:nth-of-type(3) {
    width: 7%;
  }
}
@media (max-width: 590px) {
  body.page-template-15_webinars #myTable tr td:nth-of-type(3) {
    width: 50%;
    font-size: 1.15em;
    padding-top: 0;
    padding-bottom: 0;
  }
}
body.page-template-15_webinars #myTable tr td:nth-of-type(4) {
  display: table-cell;
  width: 17%;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 890px) {
  body.page-template-15_webinars #myTable tr td:nth-of-type(4) {
    width: 17%;
  }
}
@media (max-width: 590px) {
  body.page-template-15_webinars #myTable tr td:nth-of-type(4) {
    width: 50%;
    font-size: 1.15em;
    padding-top: 0;
    padding-bottom: 0;
    text-align: right;
    direction: rtl;
  }
}
@media (max-width: 590px) {
  body.page-template-15_webinars #myTable tr td:nth-of-type(5) {
    position: absolute;
    top: 13px;
    right: 0;
    width: 10px;
  }
}
body.page-template-15_webinars #myTable tr td:nth-of-type(6) a {
  background: #6d7cea;
  background: #9164cc;
}
@media (max-width: 990px) {
  body.page-template-15_webinars #myTable tr td:nth-of-type(6) a {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1090px) {
  body.page-template-15_webinars #myTable tr td:nth-of-type(6) a:hover {
    width: 107%;
    margin-left: -7%;
    -webkit-box-shadow: -1px 0px 22px 5px rgba(55, 31, 255, 0.22);
    box-shadow: -1px 0px 22px 5px rgba(55, 31, 255, 0.22);
    background: #410099;
  }
}
body.page-template-15_webinars #myTable tr.highlight td:nth-of-type(6) a.finished {
  background: #d1c5ec;
}

@media (max-width: 450px) {
  body.page-id-6930 .openday_banner {
    height: 620px;
  }
  body.page-id-6930 .openday_banner p {
    font-size: 15px;
  }
  body.page-id-6930 .openday_banner p strong {
    font-family: "Circular";
    font-weight: normal !important;
    font-size: 14px !important;
    display: inline !important;
  }
  body.page-id-6930 .openday_banner br {
    display: none;
  }
}
@media (max-width: 450px) {
  body.page-id-6930 .openday_intro p {
    margin-bottom: 90px;
  }
}

@media (max-width: 450px) {
  body.page-id-8822 .openday_banner {
    height: 550px;
  }
}
body.page-id-8822 .openday_banner a.register:after {
  content: "Find out more";
}
@media (max-width: 390px) {
  body.page-id-8822 .openday_intro p {
    margin-bottom: 90px;
  }
}
body.page-id-8822 #myTable tr td:nth-of-type(1) {
  width: 24%;
}
@media (max-width: 990px) {
  body.page-id-8822 #myTable tr td:nth-of-type(1) {
    width: 20%;
  }
}
@media (max-width: 590px) {
  body.page-id-8822 #myTable tr td:nth-of-type(1) {
    width: 40%;
    padding-right: 10px;
  }
}
body.page-id-8822 #myTable tr td:nth-of-type(2) {
  width: 28%;
}
body.page-id-8822 #myTable tr td:nth-of-type(2) .positioner {
  position: relative;
  top: -9px;
  font-size: 1.2em;
}
@media (max-width: 990px) {
  body.page-id-8822 #myTable tr td:nth-of-type(2) {
    width: 24%;
  }
}
@media (max-width: 590px) {
  body.page-id-8822 #myTable tr td:nth-of-type(2) {
    width: 60%;
  }
  body.page-id-8822 #myTable tr td:nth-of-type(2) .positioner {
    top: 0px;
    display: block;
    min-height: 100px;
    font-size: 14px;
    padding-top: 15px;
  }
}

.spotlight_buttons {
  float: right;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 990px) {
  .spotlight_buttons {
    position: absolute;
    right: 0;
    top: 15px;
  }
}
@media (max-width: 790px) {
  .spotlight_buttons {
    float: left;
    text-align: left;
    white-space: normal;
    margin-top: 10px;
  }
}
@media (max-width: 590px) {
  .spotlight_buttons {
    margin-top: 30px;
    position: absolute;
    right: auto;
    top: 40px;
    left: 16px;
  }
}
.spotlight_buttons a {
  display: inline-block;
  margin-left: 10px;
  background: #adb9bb;
  color: white;
  padding: 14.5px 26px 15px 21px;
  border-radius: 0px;
  word-spacing: -0.05em;
  text-align: center;
  user-select: none;
  cursor: pointer;
  font-size: 1.15em;
  opacity: 0.9;
  border-radius: 2px;
}
@media (min-width: 690px) {
  .spotlight_buttons a {
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 1390px) {
  .spotlight_buttons a {
    padding: 11.5px 22px 12px 18px;
  }
}
@media (max-width: 790px) {
  .spotlight_buttons a {
    padding: 10.5px 16px 11px 15px;
    margin-left: 0px;
    margin-right: 7px;
    margin-bottom: 10px;
    font-size: 1em;
  }
}
@media (max-width: 590px) {
  .spotlight_buttons a {
    font-weight: bold;
    padding: 10.5px 12px 11px 11px;
  }
}
.spotlight_buttons a:hover {
  background: #410099;
  opacity: 1;
  padding: 14.5px 33px 15px 18px;
  -webkit-box-shadow: -1px 0px 22px 5px rgba(137, 112, 255, 0.42);
  box-shadow: -1px 0px 22px 5px rgba(137, 112, 255, 0.42);
}
@media (max-width: 1390px) {
  .spotlight_buttons a:hover {
    padding: 11.5px 28px 12px 18px;
  }
}
@media (max-width: 790px) {
  .spotlight_buttons a:hover {
    padding: 9.5px 16px 10px 11px;
  }
}
.spotlight_buttons a:hover:before {
  background: white;
  border: 9px solid white;
}
@media (max-width: 1390px) {
  .spotlight_buttons a:hover:before {
    border: 8px solid white;
  }
}
@media (max-width: 790px) {
  .spotlight_buttons a:hover:before {
    border: 6px solid white;
  }
}
.spotlight_buttons a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 1px;
  border: 2px solid white;
  margin: 0 11px -3px 0;
}
@media (min-width: 690px) {
  .spotlight_buttons a:before {
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 1690px) {
  .spotlight_buttons a:before {
    margin: 0 11px 0px 0;
  }
}
@media (max-width: 1390px) {
  .spotlight_buttons a:before {
    width: 16px;
    height: 16px;
    border-radius: 1px;
    border: 2px solid white;
  }
}
@media (max-width: 790px) {
  .spotlight_buttons a:before {
    width: 12px;
    height: 12px;
    border-radius: 1px;
    margin: 0px 7px -2px 0;
  }
}
.spotlight_buttons a.on {
  background: #59676b;
  opacity: 1;
}
.spotlight_buttons a.on:hover {
  background: #59676b;
  padding: 14.5px 26px 15px 21px;
  cursor: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 1390px) {
  .spotlight_buttons a.on:hover {
    padding: 11.5px 22px 12px 18px;
  }
}
@media (max-width: 790px) {
  .spotlight_buttons a.on:hover {
    padding: 9.5px 16px 10px 15px;
  }
}
.spotlight_buttons a.on:before {
  background: white;
}

#myTable tr.off {
  position: absolute;
  left: -9999px;
  height: 0 !important;
  overflow: hidden !important;
}

.inline-register {
  cursor: pointer !important;
  opacity: 0.7;
  border-bottom: 1px solid #dfdfdf;
}
.inline-register:hover {
  opacity: 1;
  cursor: pointer !important;
}

img.covidimg {
  max-width: 90%;
}
@media (max-width: 790px) {
  img.covidimg {
    max-width: 100%;
  }
}

div.covidtable {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
div.covidtable div:nth-of-type(1) {
  width: 8%;
}
div.covidtable div:nth-of-type(2) {
  width: 82%;
}
div.covidtable div:nth-of-type(3) {
  width: 10%;
}
div.covidtable div:nth-of-type(4) {
  width: 8%;
}
div.covidtable div:nth-of-type(5) {
  width: 82%;
}
div.covidtable div:nth-of-type(6) {
  width: 10%;
}
div.covidtable div:nth-of-type(7) {
  width: 8%;
}
div.covidtable div:nth-of-type(8) {
  width: 82%;
}
div.covidtable div:nth-of-type(9) {
  width: 10%;
}

@media (max-width: 500px) {
  .hide_small {
    display: none !important;
  }
}

@media (min-width: 500px) {
  .hide_big {
    display: none !important;
  }
}

.popout_form_wrap {
  position: fixed;
  overflow: hidden;
  z-index: 9999999;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.popout_form_wrap.off {
  z-index: -1;
  pointer-events: none;
}
.popout_form_wrap.on .popout_form.specific_on {
  opacity: 1;
  z-index: 999;
}
.popout_form_wrap.on .popout_form.specific_on div.text-wrapper {
  right: -50px;
}
.popout_form_wrap.on .popout_form + span {
  opacity: 1;
}
.popout_form_wrap div.popout_form {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  top: 0;
  right: 0;
  height: 100%;
  width: 33%;
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
}
@media (min-width: 690px) {
  .popout_form_wrap div.popout_form {
    transition: all 0.4s ease-in-out;
  }
}
@media (max-width: 1190px) {
  .popout_form_wrap div.popout_form {
    width: 40%;
  }
}
@media (max-width: 890px) {
  .popout_form_wrap div.popout_form {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .popout_form_wrap div.popout_form {
    width: 75%;
  }
}
@media (max-width: 600px) {
  .popout_form_wrap div.popout_form {
    width: 90%;
  }
}
.popout_form_wrap div.popout_form + span {
  position: fixed;
  z-index: 1;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  cursor: pointer;
}
@media (min-width: 690px) {
  .popout_form_wrap div.popout_form + span {
    transition: all 0.4s ease-in-out;
  }
}
.popout_form_wrap div.popout_form div.text-wrapper {
  position: absolute;
  right: -75px;
  top: 0;
  margin: 0;
  padding: 3vw calc(3vw + 50px) 3vw 3vw;
  width: calc(100% + 50px);
  height: 100%;
  overflow-y: scroll;
  background: white;
}
@media (min-width: 690px) {
  .popout_form_wrap div.popout_form div.text-wrapper {
    transition: all 0.4s ease-in-out;
  }
}
@media (max-width: 1060px) {
  .popout_form_wrap div.popout_form div.text-wrapper {
    padding-left: 20px !important;
    padding-right: 70px !important;
  }
}
.popout_form_wrap div.popout_form div.text-wrapper .pop_close {
  position: relative;
  width: 51px;
  height: 51px;
  transform: rotate(45deg);
  float: right;
  top: -8px;
  right: -3px;
  cursor: pointer;
}
@media (max-width: 1290px) {
  .popout_form_wrap div.popout_form div.text-wrapper .pop_close {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 590px) {
  .popout_form_wrap div.popout_form div.text-wrapper .pop_close {
    width: 30px;
    height: 30px;
    top: 0;
  }
}
.popout_form_wrap div.popout_form div.text-wrapper .pop_close:after, .popout_form_wrap div.popout_form div.text-wrapper .pop_close:before {
  content: "";
  position: absolute;
  background: black;
  height: 100%;
  width: 3px;
  left: 24px;
  top: 0;
}
@media (max-width: 1290px) {
  .popout_form_wrap div.popout_form div.text-wrapper .pop_close:after, .popout_form_wrap div.popout_form div.text-wrapper .pop_close:before {
    left: 19px;
    width: 2px;
  }
}
@media (max-width: 590px) {
  .popout_form_wrap div.popout_form div.text-wrapper .pop_close:after, .popout_form_wrap div.popout_form div.text-wrapper .pop_close:before {
    left: 14px;
    width: 2px;
  }
}
.popout_form_wrap div.popout_form div.text-wrapper .pop_close:before {
  width: 100%;
  height: 3px;
  left: 0;
  top: 24px;
}
@media (max-width: 1290px) {
  .popout_form_wrap div.popout_form div.text-wrapper .pop_close:before {
    top: 19px;
    height: 2px;
  }
}
@media (max-width: 590px) {
  .popout_form_wrap div.popout_form div.text-wrapper .pop_close:before {
    top: 14px;
    height: 2px;
  }
}
.popout_form_wrap div.popout_form div.text-wrapper h3 {
  width: 80%;
  line-height: 1.1;
}
@media (max-width: 1290px) {
  .popout_form_wrap div.popout_form div.text-wrapper h3 {
    font-size: 30px;
  }
}
@media (max-width: 890px) {
  .popout_form_wrap div.popout_form div.text-wrapper h3 {
    font-size: 28px;
  }
}
@media (max-width: 590px) {
  .popout_form_wrap div.popout_form div.text-wrapper h3 {
    font-size: 27px;
  }
}
.popout_form_wrap div.popout_form div.text-wrapper label {
  font-weight: bold;
  color: black;
}
.popout_form_wrap div.popout_form div.text-wrapper div.tablebutton {
  display: inline-block;
  background: #f0efed;
  color: #a7a7a7;
  text-align: center;
  -webkit-box-shadow: -1px 0px 10px 5px rgba(255, 71, 19, 0);
  box-shadow: -1px 0px 10px 5px rgba(255, 71, 19, 0);
  width: calc(25% - 14px);
  font-size: 1em;
  margin-right: 10px;
  margin-left: 0;
  margin-bottom: 25px;
  margin-top: 10px;
  padding: 0;
  cursor: pointer;
  height: 3.3vw;
  line-height: 3.3vw;
}
@media (min-width: 690px) {
  .popout_form_wrap div.popout_form div.text-wrapper div.tablebutton {
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 1590px) {
  .popout_form_wrap div.popout_form div.text-wrapper div.tablebutton {
    height: 52.8px;
    line-height: 52.8px;
  }
}
@media (max-width: 1190px) {
  .popout_form_wrap div.popout_form div.text-wrapper div.tablebutton {
    height: 39.27px;
    line-height: 39.27px;
  }
}
.popout_form_wrap div.popout_form div.text-wrapper div.tablebutton.index4 {
  margin-right: 0;
}
.popout_form_wrap div.popout_form div.text-wrapper div.tablebutton.on {
  background: black;
  color: white;
}
.popout_form_wrap div.popout_form div.text-wrapper .wpcf7 .optin_text {
  margin-left: 30px;
}
@media (max-width: 590px) {
  .popout_form_wrap div.popout_form div.text-wrapper .wpcf7 .optin_text {
    width: 54% !important;
    margin-left: 0px !important;
  }
}
.popout_form_wrap div.popout_form div.text-wrapper .optin_button label .wpcf7-list-item-label {
  top: -0.8vw;
  position: relative;
}
.popout_form_wrap div.popout_form div.text-wrapper .optin_button span.wpcf7-not-valid-tip {
  top: 30px !important;
  right: auto !important;
}
.popout_form_wrap div.popout_form div.text-wrapper .wpcf7 form.wpcf7-form.submitting .w3_hide {
  opacity: 0.5;
  pointer-events: none;
}
.popout_form_wrap div.popout_form div.text-wrapper .wpcf7 form.wpcf7-form.sent .w3_hide {
  opacity: 0.5;
  pointer-events: none;
}
.popout_form_wrap div.popout_form div.text-wrapper .wpcf7 form.wpcf7-form.sent .w3_submit:after {
  z-index: 10;
}
.popout_form_wrap div.popout_form div.text-wrapper .wpcf7 form.wpcf7-form.sent .wpcf7-response-output {
  color: white;
  font-size: 0;
  line-height: 0;
  width: 97%;
  margin-top: -60px;
}
.popout_form_wrap div.popout_form div.text-wrapper .wpcf7 form.wpcf7-form.sent .wpcf7-response-output:after {
  content: "Please make sure to check your SPAM folder for your confirmation email. Remember you will need a valid Covid Cert to attend Open Day. Thank you for registering.  ";
  color: #6c6a6a;
  font-weight: normal;
  width: 80%;
  line-height: 1.3;
  padding-bottom: 50px;
  font-size: 1.15vw;
}
@media (min-width: 1800px) {
  .popout_form_wrap div.popout_form div.text-wrapper .wpcf7 form.wpcf7-form.sent .wpcf7-response-output:after {
    font-size: 20.7px;
  }
}
@media (max-width: 1150px) {
  .popout_form_wrap div.popout_form div.text-wrapper .wpcf7 form.wpcf7-form.sent .wpcf7-response-output:after {
    font-size: 13.225px;
  }
}
@media (max-width: 1060px) {
  .popout_form_wrap div.popout_form div.text-wrapper .wpcf7 form.wpcf7-form.sent .wpcf7-response-output:after {
    font-size: 14.95px;
  }
}
@media (max-width: 590px) {
  .popout_form_wrap div.popout_form div.text-wrapper .wpcf7 form.wpcf7-form.sent .wpcf7-response-output:after {
    font-size: 13.8px;
  }
}
.popout_form_wrap div.popout_form div.text-wrapper .wpcf7 form.wpcf7-form .wpcf7-form-control {
  height: 3.3vw;
  line-height: 3.3vw;
}
@media (min-width: 1800px) {
  .popout_form_wrap div.popout_form div.text-wrapper .wpcf7 form.wpcf7-form .wpcf7-form-control {
    height: 59.4px;
    line-height: 59.4px;
  }
}
@media (max-width: 1190px) {
  .popout_form_wrap div.popout_form div.text-wrapper .wpcf7 form.wpcf7-form .wpcf7-form-control {
    height: 39.27px;
    line-height: 19.47px;
  }
}
.popout_form_wrap div.popout_form div.text-wrapper .wpcf7 form.wpcf7-form div.wpcf7-response-output {
  font-size: 1em;
  width: 80%;
  float: left;
}
.popout_form_wrap div.popout_form div.text-wrapper .wpcf7 form.wpcf7-form .wpcf7-spinner {
  float: right;
}
.popout_form_wrap div.popout_form div.text-wrapper .wpcf7 form.wpcf7-form .w3_submit {
  position: relative;
}
.popout_form_wrap div.popout_form div.text-wrapper .wpcf7 form.wpcf7-form .w3_submit:after {
  content: "Thanks for registering";
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  text-align: center;
  background: #9f9f9f;
  height: 3.3vw;
  line-height: 3.3vw;
}
@media (min-width: 1800px) {
  .popout_form_wrap div.popout_form div.text-wrapper .wpcf7 form.wpcf7-form .w3_submit:after {
    height: 52.8px;
    line-height: 52.8px;
  }
}
@media (max-width: 1190px) {
  .popout_form_wrap div.popout_form div.text-wrapper .wpcf7 form.wpcf7-form .w3_submit:after {
    height: 39.27px;
    line-height: 39.27px;
  }
}
.popout_form_wrap div.popout_form div.text-wrapper .form_wrap {
  display: none;
}
.popout_form_wrap div.popout_form div.text-wrapper .form_wrap.on {
  display: block;
}
.popout_form_wrap div.popout_form div.text-wrapper form.wpcf7-form span.wpcf7-not-valid-tip {
  color: white !important;
  font-size: 0px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 15px;
  background: red;
  padding: 0;
  color: red;
}
.popout_form_wrap div.popout_form div.text-wrapper form.wpcf7-form span.wpcf7-not-valid-tip:after {
  content: "!";
  color: white;
  font-size: 16px;
}

/*# sourceMappingURL=style.css.map */
