@charset "UTF-8";
@font-face {
  font-family: "Overpass-Regular";
  src: url("https://au-admin.eventscloud.com/docs/7508/overpass-regular-webfont.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Overpass-Semibold";
  src: url("https://au-admin.eventscloud.com/docs/7508/overpass-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* $CORE
============= */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Overpass-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
body td, body div, body font, body p, body li, body input, body label {
  font-family: "Overpass-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #2d2d2d !important;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  color: #2d2d2d !important;
}
body td, body div, body font, body p, body a, body li, body input, body label {
  font-size: 16px;
}

::selection {
  background: #ECECEC;
  color: inherit;
  text-shadow: none;
}

html:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

/* $TYPOGRAPHY */
#outer_table .reg-header-header, body h1,
main h1,
#ipBlock-mainContent h1,
#inner_content h1,
.ipWidget h1 {
  color: #ffffff;
  font-size: 32px !important;
  font-family: "Overpass-Semibold", Georgia, serif !important;
}
@media only screen and (min-width: 768px) {
  #outer_table .reg-header-header, body h1,
main h1,
#ipBlock-mainContent h1,
#inner_content h1,
.ipWidget h1 {
    font-size: 32px !important;
  }
}

body h1, body h2, body h3,
main h1,
main h2,
main h3,
#ipBlock-mainContent h1,
#ipBlock-mainContent h2,
#ipBlock-mainContent h3,
#inner_content h1,
#inner_content h2,
#inner_content h3,
.ipWidget h1,
.ipWidget h2,
.ipWidget h3 {
  font-family: "Overpass-Semibold", Georgia, serif !important;
}
body h1, body h2, body h3,
main h1,
main h2,
main h3,
#ipBlock-mainContent h1,
#ipBlock-mainContent h2,
#ipBlock-mainContent h3,
#inner_content h1,
#inner_content h2,
#inner_content h3,
.ipWidget h1,
.ipWidget h2,
.ipWidget h3 {
  margin: 24px 0 14px;
}
@media only screen and (min-width: 992px) {
  body h1, body h2, body h3,
main h1,
main h2,
main h3,
#ipBlock-mainContent h1,
#ipBlock-mainContent h2,
#ipBlock-mainContent h3,
#inner_content h1,
#inner_content h2,
#inner_content h3,
.ipWidget h1,
.ipWidget h2,
.ipWidget h3 {
    margin: 32px 0 20px;
  }
}
body h2,
main h2,
#ipBlock-mainContent h2,
#inner_content h2,
.ipWidget h2 {
  font-size: 28px !important;
}
body h2:not(:only-child),
main h2:not(:only-child),
#ipBlock-mainContent h2:not(:only-child),
#inner_content h2:not(:only-child),
.ipWidget h2:not(:only-child) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  body h2,
main h2,
#ipBlock-mainContent h2,
#inner_content h2,
.ipWidget h2 {
    font-size: 38px !important;
  }
}
body h3,
main h3,
#ipBlock-mainContent h3,
#inner_content h3,
.ipWidget h3 {
  font-size: 22px !important;
}
@media only screen and (min-width: 992px) {
  body h3,
main h3,
#ipBlock-mainContent h3,
#inner_content h3,
.ipWidget h3 {
    font-size: 27px !important;
  }
}
body h4,
main h4,
#ipBlock-mainContent h4,
#inner_content h4,
.ipWidget h4 {
  font-size: 18px !important;
}
@media only screen and (min-width: 992px) {
  body h4,
main h4,
#ipBlock-mainContent h4,
#inner_content h4,
.ipWidget h4 {
    font-size: 20px !important;
  }
}
body p,
main p,
#ipBlock-mainContent p,
#inner_content p,
.ipWidget p {
  font-family: "Overpass-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
body .lead,
main .lead,
#ipBlock-mainContent .lead,
#inner_content .lead,
.ipWidget .lead {
  font-size: 18px;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  body .lead,
main .lead,
#ipBlock-mainContent .lead,
#inner_content .lead,
.ipWidget .lead {
    font-size: 22px;
  }
}
body q,
main q,
#ipBlock-mainContent q,
#inner_content q,
.ipWidget q {
  font-style: italic;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  body q,
main q,
#ipBlock-mainContent q,
#inner_content q,
.ipWidget q {
    font-size: 22px;
  }
}

b,
strong {
  font-family: "Overpass-Semibold", Georgia, serif !important;
}

/* $LINKS
============= */
.ipWidget a,
.ipWidget a:link,
.ipWidget a:visited,
#inner_content a,
#inner_content a:link,
#inner_content a:visited {
  transition: all 0.2s ease-out;
}
.ipWidget a:focus, .ipWidget a:hover,
.ipWidget a:link:focus,
.ipWidget a:link:hover,
.ipWidget a:visited:focus,
.ipWidget a:visited:hover,
#inner_content a:focus,
#inner_content a:hover,
#inner_content a:link:focus,
#inner_content a:link:hover,
#inner_content a:visited:focus,
#inner_content a:visited:hover {
  text-decoration: underline;
}

.ipWidget a.link,
.ipWidget a.link:link,
.ipWidget a.link:visited,
#inner_content a.link,
#inner_content a.link:link,
#inner_content a.link:visited {
  transition: all 0.2s ease-out;
}
.ipWidget a.link:focus, .ipWidget a.link:hover,
.ipWidget a.link:link:focus,
.ipWidget a.link:link:hover,
.ipWidget a.link:visited:focus,
.ipWidget a.link:visited:hover,
#inner_content a.link:focus,
#inner_content a.link:hover,
#inner_content a.link:link:focus,
#inner_content a.link:link:hover,
#inner_content a.link:visited:focus,
#inner_content a.link:visited:hover {
  text-decoration: underline;
}

#outer_table td#inner_content > table > tbody > tr > td > p > a {
  transition: all 0.2s ease-out;
}

#outer_table td#inner_content > table > tbody > tr > td > p > a:hover,
#outer_table td#inner_content > table > tbody > tr > td > p > a:focus {
  transition: all 0.2s ease-out;
}

/* $BUTTONS */
body.ve #outer_table .lobby-container .agenda-session .button-group .btn.btn-outline-primary, .ereg a.button.r-button, .ereg input.button.r-button, .ipWidget .btn,
.btn,
.button,
.r-reg-buttons a,
.cc-btn,
#inner_content input.button.r-button,
#inner_content a.btn,
body.ve #outer_table .btn-system-test {
  font-family: "Overpass-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #ffffff !important;
  transition: all 1.5s ease-out;
  border-radius: 3px !important;
  padding: 0.75em 1.66667em !important;
  min-width: auto;
  font-size: 16px !important;
  line-height: 20px;
  box-sizing: border-box;
  display: inline-block;
  font-weight: bold;
}
body.ve #outer_table .lobby-container .agenda-session .button-group .btn.btn-outline-primary:hover, .ereg a.button.r-button:hover, .ereg input.button.r-button:hover,
.btn:hover,
.button:hover,
.r-reg-buttons a:hover,
.cc-btn:hover,
#inner_content input.button.r-button:hover,
#inner_content a.btn:hover,
body.ve #outer_table .btn-system-test:hover, body.ve #outer_table .lobby-container .agenda-session .button-group .btn.btn-outline-primary:active, .ereg a.button.r-button:active, .ereg input.button.r-button:active,
.btn:active,
.button:active,
.r-reg-buttons a:active,
.cc-btn:active,
#inner_content input.button.r-button:active,
#inner_content a.btn:active,
body.ve #outer_table .btn-system-test:active, body.ve #outer_table .lobby-container .agenda-session .button-group .btn.btn-outline-primary:focus, .ereg a.button.r-button:focus, .ereg input.button.r-button:focus,
.btn:focus,
.button:focus,
.r-reg-buttons a:focus,
.cc-btn:focus,
#inner_content input.button.r-button:focus,
#inner_content a.btn:focus,
body.ve #outer_table .btn-system-test:focus {
  color: #ffffff !important;
  text-decoration: none !important;
}

.ipWidget .btn.btn-primary,
.btn.btn-primary,
.button.btn-primary,
.r-reg-buttons a.btn-primary,
.cc-btn.btn-primary,
#inner_content input.button.r-button.btn-primary,
#inner_content a.btn.btn-primary,
body.ve #outer_table .btn-system-test.btn-primary {
  z-index: 2;
}
.btn.btn-primary:hover,
.button.btn-primary:hover,
.r-reg-buttons a.btn-primary:hover,
.cc-btn.btn-primary:hover,
#inner_content input.button.r-button.btn-primary:hover,
#inner_content a.btn.btn-primary:hover,
body.ve #outer_table .btn-system-test.btn-primary:hover {
  color: #ffffff !important;
}

/* $LAYOUT
============= */
.row .row > div[class^=col-] {
  padding: 0;
}

/* $COMMON
============= */
.no-pad {
  padding: 0 !important;
}

.no-pad-top {
  padding-top: 0 !important;
}

.no-pad-bottom {
  padding-bottom: 0 !important;
}

.center * {
  text-align: center;
}

/* $GENERAL
============= */
/* $HEADER */
@media only screen and (max-width: 991px) {
  .logo-header,
.navigation {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 20;
  }
}

/* $FOOTER
============= */
footer {
  background-color: #2d2d2d;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  footer {
    padding: 40px 0;
  }
}
footer * {
  color: #ffffff;
}
footer .row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  footer .row {
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  footer .logo {
    width: 152px;
  }
}
@media only screen and (max-width: 767px) {
  footer .logo {
    text-align: center;
  }
}
footer img {
  width: auto !important;
}
footer a {
  color: #ffffff !important;
}

/* $HELPERS
============= */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* $EREG
============= */
/* $LAYOUT
============= */
html {
  background-position: center 50px !important;
  background-color: #ffffff !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-attachment: fixed !important;
}
@media only screen and (min-width: 768px) {
  html {
    background-size: cover !important;
  }
}
@media only screen and (min-width: 992px) {
  html {
    background-position: center 74px !important;
  }
}
html body {
  padding-top: 50px;
}
@media only screen and (min-width: 992px) {
  html body {
    padding-top: 74px;
  }
}
html body:before {
  background: transparent !important;
}
html body:not(.ereg) {
  padding: 0 !important;
  margin: 0 !important;
}
html body:not(.ereg) > table {
  padding: 10px !important;
  position: fixed;
  overflow-y: auto;
}

#outer_table {
  width: 100% !important;
}
#outer_table #inner_content {
  max-width: 1020px;
  display: block;
  margin: 0px auto 0 !important;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  padding: 40px 40px;
}
@media only screen and (max-width: 991px) {
  #outer_table #inner_content {
    padding: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  #outer_table #inner_content {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
}
#outer_table #inner_content > table {
  max-width: 1020px;
  margin: 0 auto;
}

@media (min-width: 801px) {
  html,
#outer_table {
    min-width: auto !important;
  }
}
body td.questionLabel,
body td.questionInput,
body label,
body .header,
body .headercell,
body .maincell,
body .maincellover,
body .off,
body .on,
body .red,
body .redLabel,
body .selectbox,
body .standard,
body a.footer:link,
body a.footer:visited,
body a.menu:link,
body a.menu:visited,
body a.menu_standard:link,
body a.menu_standard:visited,
body a.redLabel:link,
body a.redLabel:visited,
body div,
body font,
body input,
body p,
body select,
body td,
body textarea,
#inner_content td.questionLabel,
#inner_content td.questionInput,
#inner_content label,
#inner_content .header,
#inner_content .headercell,
#inner_content .maincell,
#inner_content .maincellover,
#inner_content .off,
#inner_content .on,
#inner_content .red,
#inner_content .redLabel,
#inner_content .selectbox,
#inner_content .standard,
#inner_content a.footer:link,
#inner_content a.footer:visited,
#inner_content a.menu:link,
#inner_content a.menu:visited,
#inner_content a.menu_standard:link,
#inner_content a.menu_standard:visited,
#inner_content a.redLabel:link,
#inner_content a.redLabel:visited,
#inner_content div,
#inner_content font,
#inner_content input,
#inner_content p,
#inner_content select,
#inner_content td,
#inner_content textarea {
  font-size: 16px !important;
  font-weight: normal;
  font-family: "Overpass-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: none;
}

/* $GENERAL
============= */
/* $HEADER */
#outer_table .branding-hdr {
  background-color: #ffffff !important;
  padding: 0px !important;
  /* height: $header-height-mobile;
  position: fixed; 
  top: 0;
  left: 0;  */
  width: 100%;
  z-index: 5;
  box-shadow: inset 0 -1px 0 #e7e7e8;
}
@media only screen and (min-width: 992px) {
  #outer_table .branding-hdr {
    /* height: $header-height; */
  }
}
#outer_table .branding-hdr .logo-img-container {
  text-align: left !important;
  padding: 0 !important;
}
#outer_table .branding-hdr img {
  /* max-height: 30px; */
}
@media only screen and (min-width: 992px) {
  #outer_table .branding-hdr img {
    /* max-height: 45px; */
  }
}
#outer_table .branding-hdr h1 {
  max-width: 100%;
  width: 100%;
  margin: 0 auto !important;
  display: block;
  text-align: left !important;
  position: relative;
  /* top: 50%;
  transform: translateY(-50%); */
}
@media only screen and (max-width: 991px) {
  #outer_table .branding-hdr h1 {
    margin-top: 25px !important;
  }
}
@media only screen and (max-width: 991px) {
  #outer_table .branding-hdr .baseline {
    display: none;
  }
}
#outer_table .branding-hdr .baseline p {
  font-family: "Overpass-Semibold", Georgia, serif !important;
  font-size: 17px !important;
}

@media only screen and (max-width: 800px) {
  .logo-img-container {
    padding: 20px;
  }
}

#outer_table tr.nav-related-vars-container {
  width: 100%;
  left: 0;
  z-index: 1;
  background: #2d2d2d;
  /* position: fixed; 
  top: $header-height-mobile;  */
}
@media only screen and (min-width: 992px) {
  #outer_table tr.nav-related-vars-container {
    /* top: $header-height; */
  }
}
#outer_table tr.nav-related-vars-container .new-desktop-nav {
  padding: 0 !important;
  background: #f6f7fb;
}
#outer_table tr.nav-related-vars-container .new-desktop-nav #r-breadcrumbs {
  margin-left: auto;
  margin-right: auto;
  border: 0;
  max-width: 1170px;
  background: transparent;
}
#outer_table tr.nav-related-vars-container .new-desktop-nav #r-breadcrumbs ul.crumbs li {
  padding-top: 0;
  border: 0;
  position: relative;
}
#outer_table tr.nav-related-vars-container .new-desktop-nav #r-breadcrumbs ul.crumbs li.on {
  background: transparent !important;
  box-shadow: none;
  color: #E0301E;
}
#outer_table tr.nav-related-vars-container .new-desktop-nav #r-breadcrumbs ul.crumbs li.on a {
  color: #565656 !important;
}
@media only screen and (min-width: 992px) {
  #outer_table tr.nav-related-vars-container .new-desktop-nav #r-breadcrumbs ul.crumbs li.on:before {
    width: 100%;
  }
}
@media only screen and (min-width: 800px) {
  #outer_table tr.nav-related-vars-container .new-desktop-nav #r-breadcrumbs ul.crumbs li:not(:first-of-type) a:before {
    margin-right: 20px;
    content: "";
    font-family: FontAwesome;
    font-weight: 900;
    color: #565656;
    display: inline-block;
  }
}
#outer_table tr.nav-related-vars-container .new-desktop-nav #r-breadcrumbs ul.crumbs li a, #outer_table tr.nav-related-vars-container .new-desktop-nav #r-breadcrumbs ul.crumbs li.previous-step a {
  border: 0 !important;
  color: #565656 !important;
  font-size: 16px !important;
  font-family: "Overpass-Semibold", Georgia, serif !important;
  padding: 12px 10px;
  line-height: 24px;
}
#outer_table tr.nav-related-vars-container .new-desktop-nav #r-breadcrumbs ul.crumbs li a:hover, #outer_table tr.nav-related-vars-container .new-desktop-nav #r-breadcrumbs ul.crumbs li a:focus, #outer_table tr.nav-related-vars-container .new-desktop-nav #r-breadcrumbs ul.crumbs li.previous-step a:hover, #outer_table tr.nav-related-vars-container .new-desktop-nav #r-breadcrumbs ul.crumbs li.previous-step a:focus {
  text-decoration: none !important;
}

/* $LANGUAGE SELECTOR */
#outer_table td.reg-header-cont-cont,
#outer_table .reg-header-container {
  background-color: transparent !important;
}
#outer_table .reg-header-container {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  display: block;
  padding: 0 20px;
}
#outer_table .reg-header-header {
  padding: 0;
}
@media only screen and (max-width: 800px) {
  #outer_table .reg-header-header {
    padding: 20px !important;
  }
}
#outer_table td.language-selector-container {
  display: block;
  background-color: #ffffff;
  height: 38px;
  top: -48px;
  right: 20px;
  width: 100%;
  display: block;
  z-index: 9;
  text-align: left;
  padding: 0 !important;
}
@media only screen and (min-width: 992px) {
  #outer_table td.language-selector-container {
    top: -60px;
  }
}
#outer_table td.language-selector-container .language-wrapper span:after {
  font-size: 18px;
  font-family: FontAwesome;
  color: #2d2d2d !important;
  content: "";
  position: absolute !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  padding-top: 1px;
}
#outer_table td.language-selector-container select {
  box-sizing: border-box;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  padding: 6px 20px 6px 12px !important;
  height: 38px;
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: normal;
  width: auto !important;
  background: #ffffff;
  border-width: 0 !important;
  border-radius: 0;
  border-color: #ccc;
  -webkit-appearance: none;
  box-shadow: none;
  margin: 0 !important;
  color: #2d2d2d !important;
  min-width: 0;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) {
  #outer_table td.language-selector-container select {
    font-size: 12px !important;
  }
}
#outer_table td.language-selector-container select::-ms-expand {
  display: none;
}
#outer_table td.language-selector-container select::-ms-expand {
  display: none;
}

/* $PAGE STYLES
============= */
body.index #inner_content ul,
body.index #inner_content ol {
  padding: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 768px) {
  body.index #inner_content ul,
body.index #inner_content ol {
    margin-left: 0;
    margin-right: 0;
  }
}
body.index #inner_content ul li,
body.index #inner_content ol li {
  line-height: 23px;
}
body.index #inner_content ul li:not(:last-child),
body.index #inner_content ol li:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  body.index #inner_content ol {
    padding: 40px 20px;
  }
}
body.index #inner_content ul {
  background: #ECECEC;
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  body.index #inner_content ul {
    column-count: 2;
    column-gap: 60px;
  }
}
body.index #inner_content ol {
  background: #2d2d2d;
}
@media only screen and (min-width: 768px) {
  body.index #inner_content ol {
    width: 65%;
  }
}
body.index #inner_content ol li {
  list-style: none;
  font-size: 20px;
  color: #ffffff !important;
}
body.index #inner_content ol li span {
  font-size: 38px;
  font-weight: bold;
}
body.index #inner_content input.button {
  display: inline !important;
}
body.index #inner_content input.button[value="New Registration"] {
  margin-top: 40px;
}

@media (min-width: 801px) {
  #outer_table ul.r-mobile.pagebreaks li {
    border: none;
  }
  #outer_table ul.r-mobile.pagebreaks li a {
    text-decoration: none;
    background-color: #ECECEC !important;
    transition: all 0.15s ease-in-out;
    border-radius: 0;
    border-right: 1px solid #ffffff;
  }
  #outer_table ul.r-mobile.pagebreaks li.selected a,
#outer_table ul.r-mobile.pagebreaks li a:hover {
    background-color: #FFFF01 !important;
    color: #2d2d2d !important;
  }
}

/* $FORM SYTLES
============= */
.questionLabel {
  text-transform: inherit !important;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  #outer_table table.r-standard > tbody tr {
    padding: 0 !important;
  }
}

form {
  margin: 60px auto !important;
}
@media only screen and (max-width: 991px) {
  form {
    padding: 0 !important;
  }
}

.ereg select {
  padding-right: 25px !important;
  border-radius: 0 !important;
}
.ereg input, .ereg textarea {
  border-radius: 0 !important;
}
.ereg input[type=text] {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  line-height: 1 !important;
}
.ereg input[type=text],
.ereg select:not([class^=picker]) {
  width: 100%;
  max-width: 350px !important;
}
@media (max-width: 800px) {
  .ereg input[type=text],
.ereg select:not([class^=picker]) {
    min-width: 100%;
  }
}
.ereg textarea {
  padding: 10px;
}
.ereg input.button.r-button {
  transition: all 0.5s;
}
.ereg a.button.r-button {
  background-color: #0064ac;
  text-align: center;
}
.ereg a.button.r-button + a.button.r-button {
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  .ereg a.button.r-button + a.button.r-button {
    margin-top: 0;
  }
}

a[href*=printrecord] {
  text-decoration: none !important;
}
a[href*=printrecord] input {
  transition: all 0.5s;
}

html td.questionInput select:not([class^=picker]),
html td.questionInput input,
html td.questionInput textarea {
  border-color: rgba(45, 45, 45, 0.5);
}

.red,
.redLabel {
  color: #a8000b !important;
}

table[data-questiontype="3"].questionLabelLeft {
  position: relative;
}
table[data-questiontype="3"].questionLabelLeft .questionLabel {
  width: 90% !important;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  table[data-questiontype="3"].questionLabelLeft .questionLabel {
    width: 95% !important;
  }
}
@media only screen and (max-width: 991px) {
  table[data-questiontype="3"].questionLabelLeft .questionInput {
    position: absolute;
    right: 3px;
    top: 8px;
    width: 30px !important;
  }
  table[data-questiontype="3"].questionLabelLeft .questionInput .checkbox-container {
    margin: 0 !important;
  }
}

.ereg .picker__box {
  padding: 1em;
}

.travel-section-container td[width="175"] {
  display: none;
}
.travel-section-container b {
  font-size: 22px;
  margin-bottom: 20px;
  display: block;
}

/* $TABLE STYLES */
.needs-table-color,
tr.needs-table-color,
.needs-tablerowcolor1,
.needs-tablerowcolor2,
tr.needs-table-color .header {
  background: #ffffff !important;
}

tr.needs-table-color .header {
  border-bottom: 4px;
  padding: 15px !important;
  text-align: left;
}
tr.needs-table-color .header b {
  font-size: 22px;
}

.r-table > tbody > tr.needs-table-color ~ tr > td,
.reg-record-display > tbody > tr.needs-table-color ~ tr > td,
.agenda-day-container > tbody > tr.needs-table-color ~ tr > td {
  border-bottom: 1px solid #f2f2f2;
  vertical-align: baseline;
}
.r-table td.questionInput,
.r-table td.questionLabel,
.reg-record-display td.questionInput,
.reg-record-display td.questionLabel,
.agenda-day-container td.questionInput,
.agenda-day-container td.questionLabel {
  height: auto !important;
}
.r-table td.questionInput input[type=checkbox],
.r-table td.questionLabel input[type=checkbox],
.reg-record-display td.questionInput input[type=checkbox],
.reg-record-display td.questionLabel input[type=checkbox],
.agenda-day-container td.questionInput input[type=checkbox],
.agenda-day-container td.questionLabel input[type=checkbox] {
  margin-top: 4px !important;
}

.agenda-day-container + .agenda-day-container {
  margin-top: 24px;
}

.r-table,
.reg-record-display {
  border-bottom: 0 !important;
  margin-top: 24px;
}
@media (max-width: 800px) {
  .r-table td,
.reg-record-display td {
    display: block !important;
    width: 100% !important;
  }
}

/* $REGRECORD */
.record .r-table td {
  padding: 12px;
}
.record tr.needs-table-color .header {
  text-align: center;
}
.record .r-table,
.record .reg-record-display {
  border-bottom: 0 !important;
  margin-top: 24px;
}
@media (max-width: 800px) {
  .record .r-table tr,
.record .r-table td,
.record .reg-record-display tr,
.record .reg-record-display td {
    display: block !important;
    width: 100% !important;
    font-size: 16px !important;
  }
  .record .r-table tr,
.record .reg-record-display tr {
    border-bottom: 1px solid #dadada !important;
    padding: 12px 0 !important;
  }
  .record .r-table tr.headerTR,
.record .reg-record-display tr.headerTR {
    border-bottom: none !important;
  }
}
.record .btn-lobby {
  display: inline-block;
}

/* $FOOTER
============= */
#inner_content .footer-content-container {
  padding: 0 !important;
}
#inner_content footer {
  background-color: #2d2d2d;
  padding: 40px 20px;
  margin: 60px -20px -20px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  #inner_content footer {
    padding: 60px 40px;
  }
}
@media only screen and (min-width: 992px) {
  #inner_content footer {
    margin-left: -40px;
    margin-right: -40px;
  }
}
#inner_content footer * {
  color: #ffffff !important;
}
#inner_content footer p {
  color: white;
  font-weight: 400;
  font-size: 14px !important;
  margin: 0;
}

#outer_table .linkSnippetVersion {
  background-color: #ffffff;
  padding: 13px 0 15px !important;
  border-top: 1px solid #ECECEC !important;
}
#outer_table .linkSnippetVersion > table {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px !important;
}

.poweredBy {
  padding: 0 !important;
}

.topBar img {
  float: left;
  margin-bottom: 13px;
  max-height: 45px;
}

.outerTopBar {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 0px 40px;
}

.topBar {
  max-width: 1020px;
  margin: auto;
}

.topBar a {
  width: 100px !important;
  display: block;
  padding: 16px 0px;
}

.logo-img-container img {
  width: 100%;
}

.leftSideExist #inner_content > table > tbody > tr:nth-child(1) > td:nth-child(1) {
  width: 30%;
}

.leftSideExist td#inner_content .left-side {
  padding: 30px;
  margin-right: 30px;
}

.leftSideExist td#inner_content .left-side h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Overpass-Semibold", Georgia, serif;
  font-size: 32px !important;
}

.leftSideExist td#inner_content .left-side p {
  margin-bottom: 20px;
  margin-top: 4px;
}

tr.category-selection-tr td[width="175"] {
  width: 20px;
}

body.attendeeinfo #inner_content form .questionLabelAbove {
  width: 49% !important;
  float: left;
}

body.attendeeinfo #inner_content form .questionLabelAbove select {
  height: 39px;
}

body.attendeeinfo #inner_content form .questionLabelAbove select#countrycodes_mphone {
  height: 45px;
  width: 78px !important;
}

body.record table.standard > tbody > tr > th.header {
  text-align: left;
  font-weight: 600 !important;
}

.select-hotel-row > td[width="175"],
.select-travel-row > td[width="175"] {
  width: 20px;
}

.hotel .questionContainer .questionLabel,
.travel .questionContainer .questionLabel {
  text-align: left;
}

.travel .shadow.time-input {
  width: 60px !important;
}

.customFooterBox {
  position: relative;
}
.customFooterBox .customFooterBoxTop {
  padding: 20px 0px;
}
@media only screen and (max-width: 991px) {
  .customFooterBox .customFooterBoxTop {
    padding: 20px 20px;
  }
}
.customFooterBox .customFooterBoxTop .customFooterTop {
  max-width: 1020px;
  margin: auto;
}
.customFooterBox .customFooterBoxTop .customFooterTop h5 {
  font-size: 22px !important;
  margin: 5px 0px;
}
.customFooterBox .customFooterBoxTop .customFooterTop p {
  margin: 5px 0px;
  font-size: 14px !important;
}
.customFooterBox .customFooterBoxTop .customFooterTop p a {
  color: #2d2d2d !important;
  text-decoration: underline;
  font-size: 14px !important;
}
.customFooterBox .customFooterBoxTop .customFooterTop a {
  color: #565656 !important;
  text-decoration: underline;
  font-size: 14px !important;
}
.customFooterBox .customFooterBoxBottom {
  background: #6D6E71;
  padding: 20px 0px;
}
@media only screen and (max-width: 991px) {
  .customFooterBox .customFooterBoxBottom {
    padding: 20px 20px;
  }
}
.customFooterBox .customFooterBoxBottom .customFooterBottom {
  max-width: 1020px;
  margin: auto;
}
.customFooterBox .customFooterBoxBottom .customFooterBottom h5 {
  color: #ffffff !important;
  font-size: 22px !important;
  margin: 5px 0px;
}
.customFooterBox .customFooterBoxBottom .customFooterBottom p {
  color: #565656 !important;
  margin: 5px 0px;
  font-size: 14px !important;
}
.customFooterBox .customFooterBoxBottom .customFooterBottom p a {
  color: #565656 !important;
  text-decoration: underline;
  font-size: 14px !important;
  margin-left: 16px;
}
.customFooterBox .customFooterBoxBottom .customFooterBottom a {
  color: #565656 !important;
  text-decoration: underline;
  font-size: 14px !important;
}

html body.leftSideExist td.questionInput {
  width: auto !important;
}
html body.leftSideExist .singleChk {
  margin: 0 !important;
  clear: both;
}
html body.leftSideExist .singleChk td {
  padding: 9px 2px;
}
html body.leftSideExist .singleChk td .checkbox-container {
  margin: 0 !important;
}

form#form > table.questionLabelAbove.multiChk {
  width: 100% !important;
  float: left;
}
form#form > table.questionLabelAbove.multiChk input[type=checkbox] {
  width: auto !important;
}

form#form > table.questionLabelAbove {
  width: 45% !important;
  float: left;
}

form#form > table.questionLabelAbove input {
  width: 100% !important;
}

form#form > table.questionLabelAbove input#mphone {
  width: 170px !important;
}

select#countrycodes_mphone {
  width: 100px !important;
  height: 41px;
}

tbody.checkBoxContainerBox > tr > td:nth-child(1) {
  width: 20px !important;
}

tbody.checkBoxContainerBox > tr > td:nth-child(1) {
  padding: 7px 0px 7px 0px !important;
}

html body:not(.ereg) > table {
  padding: 10px !important;
  position: relative;
  overflow-y: auto;
}

.questionContainer.questionLabelAbove input[type=text] {
  height: 39px;
}

.record td#inner_content table[role=presentation] > tbody > tr:nth-child(1) > td,
.record td#inner_content table[role=presentation] > tbody > tr:nth-child(2) > td {
  width: 275px;
}

h4.headerText {
  margin: 0px;
  text-align: left;
}

#form td:empty {
  display: none !important;
}

@media screen and (max-width: 768px) {
  form#form > table.questionLabelAbove {
    width: 100% !important;
    float: left;
  }

  tbody.checkBoxContainerBox > tr > td > .checkbox-container {
    margin: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 5px !important;
  }

  tbody.checkBoxContainerBox > tr {
    display: flex;
    flex-flow: row;
  }

  tbody.checkBoxContainerBox > tr > td:nth-child(1) {
    padding: 0px !important;
  }

  .leftSideExist td#inner_content .left-side {
    margin-right: 0px;
  }
}
/* $VIRTUAL EVENT
============= */
body.ve {
  /* $LOGIN PAGE */
  /* $LOBBY PAGE */
}
body.ve form {
  max-width: 350px;
  padding: 20px !important;
  margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  body.ve form {
    width: 100% !important;
  }
}
body.ve form .questionInput input {
  margin-bottom: 5px;
}
body.ve form td.questionInput input[type=text],
body.ve form html td.questionInput input[type=password] {
  width: 100% !important;
}
body.ve #outer_table {
  /* $PROFILE */
  /* $LOBBY */
  /* $System Check Modal */
}
body.ve #outer_table #inner_content {
  padding: 0 !important;
}
body.ve #outer_table .ve-header {
  height: 100%;
}
body.ve #outer_table .mobile-user-profile {
  position: absolute;
  top: 0;
  right: 25px;
}
body.ve #outer_table .user-profile-trigger {
  background: transparent;
}
body.ve #outer_table .user-profile-trigger i {
  color: #E0301E;
  font-size: 30px !important;
}
body.ve #outer_table .user-profile-trigger .profile-edit-icon {
  background-color: #2d2d2d;
}
body.ve #outer_table .container-fluid {
  max-width: 940px;
}
body.ve #outer_table .header-content-container {
  background: #ffffff;
  padding: 40px 20px 20px;
}
@media only screen and (min-width: 992px) {
  body.ve #outer_table .header-content-container {
    padding: 60px 40px 20px;
  }
}
body.ve #outer_table .header-content-container :first-child {
  margin-top: 0;
}
body.ve #outer_table .header-content-container .scroll {
  text-decoration: none;
  display: block;
  margin: 40px auto;
  text-align: center;
  line-height: normal;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  body.ve #outer_table .header-content-container .scroll {
    margin-bottom: 40px;
  }
}
body.ve #outer_table .header-content-container .scroll:after {
  font-family: "fontAwesome";
  content: "";
  display: block;
  font-size: 20px;
  transition: all 0.2s ease-out;
  position: absolute;
  left: 0;
  right: 0;
}
body.ve #outer_table .header-content-container .scroll:hover:after {
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  body.ve #outer_table .profile-container {
    max-width: 100%;
    flex: 100%;
  }
}
body.ve #outer_table .profile-container .profile {
  padding: 20px;
  background: #2d2d2d;
  position: relative;
}
body.ve #outer_table .profile-container .profile svg.profile-shape {
  display: none;
}
body.ve #outer_table .profile-container .profile svg.profile-shape path {
  fill: #E0301E;
  opacity: 1;
}
body.ve #outer_table .profile-container figure {
  position: absolute;
  left: 20px;
  top: 20px;
  margin: 0;
}
body.ve #outer_table .profile-container .profile-placeholder {
  background-color: #E0301E !important;
  font-weight: bold;
  font-size: 40px !important;
  color: #ffffff !important;
  width: 90px;
  height: 90px;
  line-height: 50px;
}
body.ve #outer_table .profile-container .profile-content {
  padding: 0 0 0 140px;
}
body.ve #outer_table .profile-container .profile-content * {
  color: #ffffff !important;
}
body.ve #outer_table .profile-container .profile-content :first-child {
  margin-top: 0 !important;
}
body.ve #outer_table .profile-container .profile-content p {
  margin-bottom: 0 !important;
}
body.ve #outer_table .profile-container .profile-content .logout {
  position: absolute;
  bottom: 10px;
  left: 28px;
}
body.ve #outer_table .profile-container .profile-content .profile-name {
  margin: 20px 0 10px 0;
}
body.ve #outer_table .profile-container .profile-content span {
  font-size: 14px !important;
  font-weight: bold;
  line-height: 20px;
}
body.ve #outer_table .lobby-container {
  padding-bottom: 60px;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  body.ve #outer_table .lobby-container {
    max-width: 100%;
    flex: 100%;
  }
}
body.ve #outer_table .lobby-container nav {
  padding: 0 20px;
}
@media only screen and (min-width: 992px) {
  body.ve #outer_table .lobby-container nav {
    padding: 0 40px;
  }
}
body.ve #outer_table .lobby-container .nav-tabs {
  border-color: #E0301E;
}
body.ve #outer_table .lobby-container .nav-tabs a.nav-item {
  text-decoration: none;
  background-color: #2d2d2d;
  color: #ffffff !important;
  transition: all 0.15s ease-in-out;
  border-right: 2px solid #ffffff;
}
body.ve #outer_table .lobby-container .nav-tabs a.nav-item.active, body.ve #outer_table .lobby-container .nav-tabs a.nav-item:hover {
  background-color: #E0301E;
}
body.ve #outer_table .lobby-container .nav-tabs a.nav-item.active:after, body.ve #outer_table .lobby-container .nav-tabs a.nav-item:hover:after {
  display: none;
}
body.ve #outer_table .lobby-container .nav-tabs.speaker-tab-group {
  background-color: transparent;
  padding: 0 18px;
  margin: 40px 0;
}
@media only screen and (min-width: 992px) {
  body.ve #outer_table .lobby-container .nav-tabs.speaker-tab-group {
    display: flex;
    padding: 0 38px;
  }
}
body.ve #outer_table .lobby-container .nav-tabs.speaker-tab-group a.nav-item {
  background-color: #2d2d2d !important;
  color: #ffffff !important;
  flex: 1;
  font-size: 16px;
  padding: 12px 32px;
  margin: 0 2px;
}
body.ve #outer_table .lobby-container .nav-tabs.speaker-tab-group a.nav-item.active, body.ve #outer_table .lobby-container .nav-tabs.speaker-tab-group a.nav-item:hover {
  background-color: #E0301E !important;
}
body.ve #outer_table .lobby-container .nav-tabs.speaker-tab-group a.nav-item.active:before {
  top: 100%;
  left: 50%;
  position: absolute;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #E0301E transparent transparent transparent;
  content: "";
}
body.ve #outer_table .lobby-container .timezone-container {
  padding: 0 20px;
  margin: 20px 0 !important;
}
@media only screen and (min-width: 992px) {
  body.ve #outer_table .lobby-container .timezone-container {
    padding: 0 40px;
    margin: 40px 0 !important;
  }
}
body.ve #outer_table .lobby-container .timezone-container .timezone-toggle {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  body.ve #outer_table .lobby-container .timezone-container .timezone-toggle {
    float: left;
  }
}
body.ve #outer_table .lobby-container .timezone-container .timezone-toggle .btn {
  padding: 10px !important;
  color: #ffffff !important;
  font-weight: bold;
  border-radius: 0 !important;
  border: 0 !important;
  padding: 8px !important;
  background-color: #2d2d2d !important;
  border-right: 2px solid #ffffff !important;
}
@media only screen and (min-width: 992px) {
  body.ve #outer_table .lobby-container .timezone-container .timezone-toggle .btn {
    padding: 13px !important;
  }
}
body.ve #outer_table .lobby-container .timezone-container .timezone-toggle .btn i {
  font-weight: bold;
}
body.ve #outer_table .lobby-container .timezone-container .timezone-toggle .btn i,
body.ve #outer_table .lobby-container .timezone-container .timezone-toggle .btn span {
  color: #ffffff !important;
}
body.ve #outer_table .lobby-container .timezone-container .timezone-toggle .btn:not(:disabled):not(.disabled).active, body.ve #outer_table .lobby-container .timezone-container .timezone-toggle .btn:not(:disabled):not(.disabled):active, body.ve #outer_table .lobby-container .timezone-container .timezone-toggle .btn:not(:disabled):not(.disabled):hover {
  background-color: #E0301E !important;
}
body.ve #outer_table .lobby-container .timezone-container .system-test {
  padding: 0;
  display: block !important;
}
@media only screen and (max-width: 991px) {
  body.ve #outer_table .lobby-container .timezone-container .system-test {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  body.ve #outer_table .lobby-container .timezone-container .system-test {
    float: right;
  }
}
body.ve #outer_table .lobby-container .timezone-container .system-test .btn {
  width: auto !important;
}
body.ve #outer_table .lobby-container .timezone-container .system-test .btn:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 5px;
  font-weight: 900;
}
body.ve #outer_table .lobby-container .agenda-container {
  padding: 0 20px;
}
@media only screen and (min-width: 992px) {
  body.ve #outer_table .lobby-container .agenda-container {
    padding: 0 40px;
  }
}
body.ve #outer_table .lobby-container .agenda-session {
  border-color: #ECECEC;
}
@media only screen and (min-width: 992px) {
  body.ve #outer_table .lobby-container .agenda-session {
    padding-bottom: 0;
  }
}
body.ve #outer_table .lobby-container .agenda-session h4,
body.ve #outer_table .lobby-container .agenda-session h4 * {
  font-size: 18px !important;
}
@media only screen and (max-width: 767px) {
  body.ve #outer_table .lobby-container .agenda-session h4,
body.ve #outer_table .lobby-container .agenda-session h4 * {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  body.ve #outer_table .lobby-container .agenda-session .session-time {
    padding: 0 !important;
  }
}
body.ve #outer_table .lobby-container .agenda-session .session-time span,
body.ve #outer_table .lobby-container .agenda-session .local-time-group span {
  text-align: center;
  color: #2d2d2d !important;
  line-height: 21px;
}
body.ve #outer_table .lobby-container .agenda-session .local-time-group span {
  font-size: 11px;
  letter-spacing: -0.5px;
}
body.ve #outer_table .lobby-container .agenda-session .session-info {
  background: #ECECEC;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
}
body.ve #outer_table .lobby-container .agenda-session .session-description {
  word-break: normal;
  text-align: left !important;
}
body.ve #outer_table .lobby-container .agenda-session a[data-toggle=collapse] {
  text-decoration: none !important;
  display: inline-flex;
  position: relative;
  padding-left: 20px;
  color: #E0301E !important;
  font-weight: bold;
  font-size: 14px;
}
body.ve #outer_table .lobby-container .agenda-session a[data-toggle=collapse]:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 4px;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
body.ve #outer_table .lobby-container .agenda-session a[data-toggle=collapse]:hover {
  text-decoration: underline !important;
}
body.ve #outer_table .lobby-container .agenda-session a[aria-expanded=true]:before {
  content: "";
  transform: rotate(180deg);
}
body.ve #outer_table .lobby-container .agenda-session .presenting-tab span {
  color: #E0301E;
  text-decoration: none;
}
body.ve #outer_table .lobby-container .agenda-session .presenting-tab span:hover {
  text-decoration: underline;
}
body.ve #outer_table .lobby-container .agenda-session .button-group {
  padding-left: 0;
  padding-right: 0;
}
body.ve #outer_table .lobby-container .agenda-session .button-group .btn.btn-outline-primary {
  color: #ffffff !important;
  line-height: normal;
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  body.ve #outer_table .lobby-container .agenda-session .button-group .btn.btn-outline-primary {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  body.ve #outer_table .lobby-container .agenda-session .button-group .btn.btn-outline-primary {
    width: 80% !important;
  }
}
body.ve #outer_table .lobby-container .agenda-session .button-group .btn.btn-outline-primary * {
  color: #ffffff !important;
}
body.ve #outer_table .lobby-container .agenda-session .button-group .btn.btn-outline-primary i {
  font-weight: bold;
}
body.ve #outer_table .lobby-container .agenda-session .button-group .btn.btn-outline-primary i.fal.fa-users-class:before {
  content: "";
}
@media only screen and (max-width: 767px) {
  body.ve #outer_table .system-test-modal {
    max-width: 100%;
  }
}
body.ve #outer_table .system-test-modal .setWidth {
  width: 100%;
}
body.ve #outer_table .system-test-modal .compatibility-test h1,
body.ve #outer_table .system-test-modal .bbb-test h1 {
  font-size: 20px !important;
}
@media only screen and (max-width: 767px) {
  body.ve #outer_table .system-test-modal .compatibility-test,
body.ve #outer_table .system-test-modal .bbb-test {
    width: 100%;
    padding-left: 0;
  }
}
body.ve #outer_table .system-test-modal .close {
  font-size: 22px !important;
}
body.ve #outer_table .system-test-modal table.system-test-table {
  display: table;
}
body.ve #outer_table .system-test-modal table.system-test-table tbody {
  display: table-row-group;
}
body.ve #outer_table .system-test-modal table.system-test-table tr {
  display: table-row;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
body.ve #outer_table .system-test-modal table.system-test-table td {
  display: table-cell;
  padding: 5px 0 !important;
  width: auto !important;
}
body.ve #inner_content footer {
  margin: 0;
}

/*# sourceMappingURL=master-reg.css.map */
