@import url("https://use.fontawesome.com/releases/v5.15.3/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
}

::-moz-selection, .etouches-bootstrap ::-moz-selection {
  background: #9ff1db;
  color: #000;
  text-shadow: none;
}

::selection,
.etouches-bootstrap ::selection {
  background: #9ff1db;
  color: #000;
  text-shadow: none;
}

@media only screen and (max-width: 991px) {
  header .navbar-header {
    float: none;
  }
  header .navbar-left,
header .navbar-right {
    float: none !important;
  }
  header .navbar-toggle {
    display: block;
  }
  header .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  header .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  header .navbar-collapse.collapse {
    display: none !important;
  }
  header .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  header .navbar-nav > li {
    float: none;
  }
  header .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .collapse.in {
    display: block !important;
  }
}
/* $PLACEHOLDERS
============= */
body td, body th, body div, body font, body p, body a, body li, body input, body label, body select,
body [id=inner_content] td,
body [id=inner_content] th,
body [id=inner_content] div,
body [id=inner_content] font,
body [id=inner_content] p,
body [id=inner_content] a,
body [id=inner_content] li,
body [id=inner_content] input,
body [id=inner_content] label,
body [id=inner_content] select,
body .ipWidget td,
body .ipWidget th,
body .ipWidget div,
body .ipWidget font,
body .ipWidget p,
body .ipWidget a,
body .ipWidget li,
body .ipWidget input,
body .ipWidget label,
body .ipWidget select,
body .etouches-bootstrap td,
body .etouches-bootstrap th,
body .etouches-bootstrap div,
body .etouches-bootstrap font,
body .etouches-bootstrap p,
body .etouches-bootstrap a,
body .etouches-bootstrap li,
body .etouches-bootstrap input,
body .etouches-bootstrap label,
body .etouches-bootstrap select {
  font-family: "Oswald", sans-serif !important;
  color: #000;
  font-weight: 300;
  text-transform: none;
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: 0.04em;
}

body p,
body [id=inner_content] p,
body .ipWidget p,
body .etouches-bootstrap p {
  margin: 0.5em 0 0;
}

body h1, body h2, body h3, body h4, body h5, body h6,
body [id=inner_content] h1,
body [id=inner_content] h2,
body [id=inner_content] h3,
body [id=inner_content] h4,
body [id=inner_content] h5,
body [id=inner_content] h6,
body .ipWidget h1,
body .ipWidget h2,
body .ipWidget h3,
body .ipWidget h4,
body .ipWidget h5,
body .ipWidget h6,
body .etouches-bootstrap h1,
body .etouches-bootstrap h2,
body .etouches-bootstrap h3,
body .etouches-bootstrap h4,
body .etouches-bootstrap h5,
body .etouches-bootstrap h6 {
  font-family: "proxima-nova", "Oswald", sans-serif !important;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
  line-height: 1.1;
}

body h1,
body [id=inner_content] h1,
body .ipWidget h1,
body .etouches-bootstrap h1 {
  font-size: 42px !important;
}
@media only screen and (min-width: 992px) {
  body h1,
body [id=inner_content] h1,
body .ipWidget h1,
body .etouches-bootstrap h1 {
    font-size: 48px !important;
  }
}

body h2,
body [id=inner_content] h2,
body .ipWidget h2,
body .etouches-bootstrap h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 32px !important;
}
@media only screen and (min-width: 992px) {
  body h2,
body [id=inner_content] h2,
body .ipWidget h2,
body .etouches-bootstrap h2 {
    font-size: 35px !important;
  }
}

body h3,
body [id=inner_content] h3,
body .ipWidget h3,
body .etouches-bootstrap h3 {
  font-size: 28px !important;
}
@media only screen and (min-width: 992px) {
  body h3,
body [id=inner_content] h3,
body .ipWidget h3,
body .etouches-bootstrap h3 {
    font-size: 30px !important;
  }
}

body h4,
body [id=inner_content] h4,
body .ipWidget h4,
body .etouches-bootstrap h4 {
  color: #000;
  font-size: 20px !important;
}
@media only screen and (min-width: 992px) {
  body h4,
body [id=inner_content] h4,
body .ipWidget h4,
body .etouches-bootstrap h4 {
    font-size: 22px !important;
  }
}

body .lead-section p {
  font-size: 20px;
}

body a,
body [id=inner_content] a,
body .ipWidget a,
body .etouches-bootstrap a {
  color: #1EC99B;
  text-decoration: underline;
  outline-offset: 1px;
}
body a:focus, body a:hover {
  text-decoration: none;
}

/* $TYPOGRAPHY
============= */
#outer_table input.button.r-button, .btn,
.ipWidget .btn,
.btn.more-btn,
.more-link,
.button,
.r-upload-btn,
.r-reg-buttons a,
[id=inner_content] input.button.r-button,
.cc-btn, .ipWidget .btn.btn-secondary {
  font-family: "Oswald", sans-serif !important;
  color: #000 !important;
  background: #E0FF00 !important;
  border: 1px solid #E0FF00 !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition: background-color 0.4s, color 0.4s, text-shadow 0.4s;
  display: inline-block;
  line-height: 1.5;
  height: auto;
  width: 100%;
  min-width: 180px;
  padding: 13px 30px !important;
  margin-top: 25px;
  margin-bottom: 5px;
  font-weight: 500 !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 3px;
  margin-right: 3px;
}
@media only screen and (min-width: 768px) {
  #outer_table input.button.r-button, .btn,
.ipWidget .btn,
.btn.more-btn,
.more-link,
.button,
.r-upload-btn,
.r-reg-buttons a,
[id=inner_content] input.button.r-button,
.cc-btn, .ipWidget .btn.btn-secondary {
    width: auto;
  }
}
#outer_table input.button.r-button:hover, .btn:hover,
.more-link:hover,
.button:hover,
.r-upload-btn:hover,
.r-reg-buttons a:hover,
[id=inner_content] input.button.r-button:hover,
.cc-btn:hover, .ipWidget .btn.btn-secondary:hover, #outer_table input.button.r-button:active, .btn:active,
.more-link:active,
.button:active,
.r-upload-btn:active,
.r-reg-buttons a:active,
[id=inner_content] input.button.r-button:active,
.cc-btn:active, .ipWidget .btn.btn-secondary:active, #outer_table input.button.r-button:focus, .btn:focus,
.more-link:focus,
.button:focus,
.r-upload-btn:focus,
.r-reg-buttons a:focus,
[id=inner_content] input.button.r-button:focus,
.cc-btn:focus, .ipWidget .btn.btn-secondary:focus {
  color: #000 !important;
  background: #b3cc00 !important;
  border-color: #b3cc00 !important;
  text-decoration: none !important;
}

.ipWidget .btn.btn-secondary {
  color: #FFF !important;
  background: transparent !important;
  border-color: #FFF !important;
  text-decoration: none !important;
}
.ipWidget .btn.btn-secondary:hover, .ipWidget .btn.btn-secondary:active, .ipWidget .btn.btn-secondary:focus {
  color: #1EC99B !important;
  background: #FFF !important;
  border-color: #1EC99B !important;
}

/* $PRIMARY BUTTONS
============= */
/* SECONDARY BUTONS
============= */
.cancel-btn {
  color: #FFF !important;
  border-color: #2B7E94 !important;
  background-color: #2B7E94 !important;
}
.cancel-btn:hover {
  background-color: #205c6c !important;
  border-color: #205c6c !important;
  color: #FFF !important;
}

/* $HEADER
============= */
.website header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}

header,
#outer_table .branding-hdr {
  padding: 0;
  z-index: 2;
  width: 100%;
  transition: height 0.5s, background-color 0.5s;
  text-align: center;
}
.ipHasAdminNavbar header,
.ipHasAdminNavbar #outer_table .branding-hdr {
  position: static;
  background-color: #eee;
}

/* $LANGUAGE SELECT
============= */
.language-selector-container,
#outer_table .language-selector-container {
  display: block;
  position: absolute;
  z-index: 9;
  right: 15px;
  top: 50px;
  width: auto !important;
}
@media only screen and (min-width: 992px) {
  .language-selector-container,
#outer_table .language-selector-container {
    top: 80px;
  }
}
.language-selector-container select,
#outer_table .language-selector-container select {
  box-sizing: border-box;
  text-transform: uppercase;
  color: #FFF !important;
  background-color: #000;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -webkit-border-radius: 0px !important;
  border: 0 !important;
  padding: 10px 30px 10px 20px !important;
  margin: 0 !important;
  font-size: 12px !important;
  font-weight: bold;
  width: auto !important;
  background: linear-gradient(45deg, #000 50%, #FFF 50%), linear-gradient(135deg, #FFF 50%, #000 50%);
  background-position: calc(100% - 17px) calc(1em + 4px), calc(100% - 12px) calc(1em + 4px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  background-color: #000;
  min-width: 110px;
}
.language-selector-container select::-ms-expand,
#outer_table .language-selector-container select::-ms-expand {
  display: none;
}

/* $FOOTER
============= */
footer .footer {
  background-color: #000 !important;
  padding-top: 40px;
  padding-bottom: 40px;
  /* $SOCIAL NAV */
}
@media only screen and (max-width: 767px) {
  footer .footer {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  footer .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
footer .footer h2 {
  font-size: 20px;
  color: #1EC99B;
}
footer .footer *,
footer .footer p {
  color: #FFF;
}
footer .footer ul.social-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  footer .footer ul.social-nav {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  footer .footer ul.social-nav {
    float: right;
  }
}
footer .footer ul.social-nav li {
  float: left;
  color: #FFF;
  padding-left: 0;
  margin: 0 5px;
}
footer .footer ul.social-nav li a i {
  color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #FFF;
  font-size: 20px;
  text-align: center;
  padding-top: 19%;
  transition: all 500ms ease-in-out;
  position: relative;
}
footer .footer ul.social-nav li a i:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
footer .footer ul.social-nav li a:hover i {
  color: #000;
  background: #FFF;
}
@media only screen and (min-width: 768px) {
  footer .footer .row {
    display: flex;
    align-items: center;
  }
}

/* $COMMON 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%;
}

/* $LAYOUT
============= */
#outer_table #inner_content {
  background: transparent !important;
  display: block;
  margin: 0px auto 0;
  width: 100%;
  max-width: 1170px;
  border-top: none;
}
@media only screen and (max-width: 799px) {
  #outer_table #inner_content {
    padding: 20px !important;
    border-radius: 0;
  }
}
#outer_table #inner_content > table {
  max-width: 960px;
  margin: 0 auto;
}

html,
#outer_table {
  min-width: unset !important;
}

#outer, .lb_uploadimage {
  z-index: 2;
}

/* $HEADER
============= */
[id=outer_table] td.branding-hdr {
  display: flex !important;
  align-items: center;
}
[id=outer_table] td.branding-hdr h1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
[id=outer_table] td.branding-hdr h1 div.logo-img-container {
  text-align: center;
}
[id=outer_table] td.branding-hdr h1 img {
  padding: 0px;
  width: 100% !important;
  height: auto !important;
}

/* $NAVIGATION
============= */
#outer_table {
  width: 100% !important;
  padding: 0 0px 20px;
}
#outer_table .reg-header-cont-cont,
#outer_table .reg-header-container,
#outer_table .reg-header-header {
  padding: 0;
  background-color: #1EC99B;
}
#outer_table tr.nav-related-vars-container {
  width: 100%;
  left: 0;
  z-index: 1;
}
#outer_table span.r-count {
  top: 16px;
  z-index: 3;
}
#outer_table span.r-count .r-crumb-trigger.fa-bars {
  color: #000 !important;
}
#outer_table .new-desktop-nav {
  padding: 0 !important;
  background: transparent;
}
#outer_table .new-desktop-nav #r-breadcrumbs {
  margin-left: auto;
  margin-right: auto;
  border: 0;
  max-width: 1170px;
  background: transparent;
  width: 100%;
}
@media only screen and (max-width: 799px) {
  #outer_table .new-desktop-nav #r-breadcrumbs {
    padding: 10px 20px;
  }
}
#outer_table .new-desktop-nav #r-breadcrumbs ul.crumbs li {
  padding-top: 0px;
  border: 0;
  position: relative;
  background: transparent;
  box-shadow: none;
}
@media only screen and (min-width: 800px) {
  #outer_table .new-desktop-nav #r-breadcrumbs ul.crumbs li {
    display: flex;
    align-items: center;
    float: left;
  }
}
#outer_table .new-desktop-nav #r-breadcrumbs ul.crumbs li a {
  border: 0 !important;
  color: #1EC99B !important;
  font-size: 20px !important;
  font-family: "Oswald", sans-serif !important;
  line-height: 24px;
  display: inline-block;
  opacity: 1;
  pointer-events: none;
  text-decoration: none !important;
  font-weight: bold;
}
@media only screen and (min-width: 800px) {
  #outer_table .new-desktop-nav #r-breadcrumbs ul.crumbs li a {
    padding: 15px;
  }
}
#outer_table .new-desktop-nav #r-breadcrumbs ul.crumbs li.previous-step a {
  pointer-events: auto;
}
#outer_table .new-desktop-nav #r-breadcrumbs ul.crumbs li.previous-step a:hover {
  opacity: 1;
  text-decoration: underline !important;
}
.newreg #outer_table .new-desktop-nav #r-breadcrumbs ul.crumbs li #Welcome, #outer_table .new-desktop-nav #r-breadcrumbs ul.crumbs li.on a {
  opacity: 1;
}
#outer_table .r-upload-btn {
  margin-top: 10px;
  padding: 13px 30px !important;
}
#outer_table .r-upload-btn *, #outer_table .r-upload-btn:before {
  font-size: 16px !important;
}

/* $FOOTER
============= */
[id=outer_table] .linkSnippetVersion {
  background-color: transparent;
  position: relative;
}
[id=outer_table] .linkSnippetVersion > table {
  background-color: #FFF;
  max-width: 1170px;
  margin: 0 auto;
}

#outer_table .poweredBy {
  padding: 10px !important;
}

/* $FORMS
============= */
.standard .questionLabel,
.standard.questionLabel {
  color: #01be9f;
}

.questionLabel {
  text-transform: inherit !important;
  height: auto !important;
}

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

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

#outer_table select {
  padding: 8px 25px 8px 8px !important;
  border-radius: 0 !important;
}
#outer_table input[type=checkbox] {
  margin-top: 4px !important;
}
#outer_table input,
#outer_table textarea,
#outer_table select {
  border: none !important;
  border-radius: 2px !important;
}
#outer_table input[type=text] {
  padding: 10px !important;
  line-height: 1 !important;
}
#outer_table .questionInput input[type=text],
#outer_table .questionInput select {
  font-weight: bold;
}
#outer_table textarea,
#outer_table input[type=text],
#outer_table select:not([class^=picker]) {
  background-color: #eee !important;
  width: 100%;
  max-width: 350px !important;
}
@media (max-width: 800px) {
  #outer_table textarea,
#outer_table input[type=text],
#outer_table select:not([class^=picker]) {
    min-width: 100%;
  }
}
#outer_table textarea {
  padding: 10px;
}
#outer_table input.button.r-button {
  transition: all 0.5s;
}
#outer_table .questionInput .r-mobile {
  position: relative;
}
#outer_table .mobile-picker-button {
  position: absolute;
  top: 11px;
  right: 11px;
  border: none;
  background-color: transparent;
}
@media only screen and (min-width: 992px) {
  #outer_table .mobile-picker-button {
    top: 12px;
    right: 12px;
  }
}
#outer_table a.more-info-btn,
#outer_table a.clear-selection-label {
  margin: 0 0 5px;
}
@media only screen and (min-width: 800px) {
  #outer_table ul.r-mobile.pagebreaks {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
  }
  #outer_table ul.r-mobile.pagebreaks:after {
    position: absolute;
    display: block;
    border-bottom: 2px solid #2B7E94;
    content: "";
    width: 100%;
    bottom: 1px;
    z-index: -1;
  }
}
@media (max-width: 800px) {
  #outer_table ul.r-mobile.pagebreaks {
    border: none !important;
    background: none !important;
    min-height: 46px;
    height: auto !important;
  }
}
@media only screen and (min-width: 800px) {
  #outer_table ul.r-mobile.pagebreaks li {
    flex: 1 1 auto;
    align-self: stretch;
    padding: 17px 30px 10px;
    margin: 0 3px 1px;
  }
}
@media (max-width: 800px) {
  #outer_table ul.r-mobile.pagebreaks li {
    margin: 0 !important;
  }
}
#outer_table ul.r-mobile.pagebreaks li.no-selected-custom {
  background-color: rgba(43, 126, 148, 0.4) !important;
  z-index: -1;
}
@media (max-width: 800px) {
  #outer_table ul.r-mobile.pagebreaks li.no-selected-custom {
    display: none !important;
  }
}
#outer_table ul.r-mobile.pagebreaks li.no-selected-custom:focus, #outer_table ul.r-mobile.pagebreaks li.no-selected-custom:hover {
  color: #000 !important;
}
#outer_table ul.r-mobile.pagebreaks li.no-selected-custom.all-previous a, #outer_table ul.r-mobile.pagebreaks li.no-selected-custom.all-next a {
  text-decoration: none !important;
  font-size: 18px !important;
}
@media only screen and (min-width: 800px) {
  #outer_table ul.r-mobile.pagebreaks li.no-selected-custom.all-previous a, #outer_table ul.r-mobile.pagebreaks li.no-selected-custom.all-next a {
    padding: 10px 5px 0px;
  }
}
#outer_table ul.r-mobile.pagebreaks li.no-selected-custom.all-previous a:focus, #outer_table ul.r-mobile.pagebreaks li.no-selected-custom.all-previous a:hover, #outer_table ul.r-mobile.pagebreaks li.no-selected-custom.all-next a:focus, #outer_table ul.r-mobile.pagebreaks li.no-selected-custom.all-next a:hover {
  color: #000 !important;
  text-decoration: underline !important;
  background: transparent !important;
}
#outer_table ul.r-mobile.pagebreaks li.selected {
  background: #1EC99B !important;
  border: 2px solid #2B7E94 !important;
  border-bottom-color: #1EC99B !important;
  padding: 0;
}
@media (max-width: 800px) {
  #outer_table ul.r-mobile.pagebreaks li.selected {
    padding: 5px;
    width: 100% !important;
    height: auto !important;
    border-bottom-color: #2B7E94 !important;
  }
}
@media (max-width: 800px) {
  #outer_table ul.r-mobile.pagebreaks li.selected:before, #outer_table ul.r-mobile.pagebreaks li.selected:after {
    display: none !important;
  }
}
#outer_table ul.r-mobile.pagebreaks li.selected a {
  font-size: 18px !important;
}
@media only screen and (max-width: 1040px) and (min-width: 800px) {
  #outer_table ul.r-mobile.pagebreaks li.selected a {
    min-height: 75px;
  }
}
@media only screen and (min-width: 800px) {
  #outer_table ul.r-mobile.pagebreaks li.selected a {
    padding: 25px 5px 16px;
    font-weight: 500 !important;
    text-decoration: none !important;
  }
}
#outer_table ul.r-mobile.pagebreaks li.selected a:focus, #outer_table ul.r-mobile.pagebreaks li.selected a:hover {
  background: transparent !important;
  color: #000 !important;
  text-decoration: underline !important;
}
#outer_table table[style="border-bottom:1px solid #a1adb8;"] {
  border-bottom: none !important;
}

.lb_uploadimage {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lb_uploadimage .close {
  margin: 10px !important;
}

.lb_uploadimage.lb > div:not(.loading) {
  background: #1EC99B !important;
  color: #000;
  height: 40px !important;
}

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

html td.questionInput {
  background: transparent !important;
}
html td.questionInput select:not([class^=picker]),
html td.questionInput input,
html td.questionInput textarea {
  border-color: #000;
}

.red,
.redLabel,
.red.r-message b {
  color: #B30000 !important;
}

@media only screen and (max-width: 799px) {
  #outer_table tr.category-selection-tr td {
    width: auto !important;
    display: inline-block !important;
  }
}

.ereg .picker__box {
  padding: 1em;
}

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

/* $TABLES - change at your peril
============= */
#inner_content table {
  border-spacing: 0;
  padding: 0 !important;
}
#inner_content table td, #inner_content table th {
  font-weight: 400;
  background: transparent;
}
#inner_content table.r-existing-attendees td, #inner_content table.r-existing-attendees th {
  font-weight: 400;
  background: transparent;
  border-bottom: 1px solid #2B7E94 !important;
}

div[style="border-top:1px dashed #a1adb8;"] {
  border-top: 1px solid #2B7E94 !important;
}

.needs-table-color,
tr.needs-table-color,
.needs-tablerowcolor1,
.needs-tablerowcolor2,
tr.needs-table-color .header {
  background: transparent !important;
}

@media only screen and (max-width: 799px) {
  #outer_table #inner_content:not(#booster) table tr.needs-table-color {
    display: flex !important;
    justify-content: space-between;
  }
  #outer_table #inner_content:not(#booster) table tr.needs-table-color .header {
    width: auto !important;
  }
}

tbody > tr.needs-table-color {
  position: relative;
}
tbody > tr.needs-table-color::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #2B7E94 !important;
}

tr.needs-table-color .header {
  padding: 15px !important;
}
@media only screen and (max-width: 799px) {
  tr.needs-table-color .header {
    padding-left: 0 !important;
  }
}
body.agenda tr.needs-table-color .header {
  text-align: left;
}
tr.needs-table-color .header,
tr.needs-table-color .header b {
  color: #000;
  font-size: 16px !important;
}
@media only screen and (min-width: 800px) {
  tr.needs-table-color .header,
tr.needs-table-color .header b {
    font-size: 20px !important;
  }
}
#attendee_information tr.needs-table-color .header b, .agenda-day-container tr.needs-table-color .header b {
  font-size: 20px !important;
}

#outer_table #inner_content:not(#booster) tbody,
#outer_table #inner_content:not(#booster) tr {
  padding: 0 !important;
}
#outer_table #inner_content .r-table,
#outer_table #inner_content .reg-record-display,
#outer_table #inner_content .agenda-day-container {
  margin-top: 20px !important;
}
#outer_table #inner_content .r-table td.questionInput,
#outer_table #inner_content .reg-record-display td.questionInput,
#outer_table #inner_content .agenda-day-container td.questionInput {
  height: auto !important;
}
#outer_table #inner_content .r-table .needs-table-color ~ tr th,
#outer_table #inner_content .r-table .needs-table-color ~ tr td,
#outer_table #inner_content .reg-record-display .needs-table-color ~ tr th,
#outer_table #inner_content .reg-record-display .needs-table-color ~ tr td,
#outer_table #inner_content .agenda-day-container .needs-table-color ~ tr th,
#outer_table #inner_content .agenda-day-container .needs-table-color ~ tr td {
  vertical-align: baseline;
  font-size: 16px !important;
}
#outer_table #inner_content .r-table .needs-table-color ~ tr th:not(.questionInput):not(.questionLabel),
#outer_table #inner_content .r-table .needs-table-color ~ tr td:not(.questionInput):not(.questionLabel),
#outer_table #inner_content .reg-record-display .needs-table-color ~ tr th:not(.questionInput):not(.questionLabel),
#outer_table #inner_content .reg-record-display .needs-table-color ~ tr td:not(.questionInput):not(.questionLabel),
#outer_table #inner_content .agenda-day-container .needs-table-color ~ tr th:not(.questionInput):not(.questionLabel),
#outer_table #inner_content .agenda-day-container .needs-table-color ~ tr td:not(.questionInput):not(.questionLabel) {
  padding: 8px 0 !important;
  padding: 12px !important;
  border-bottom: 1px solid #2B7E94 !important;
}
@media only screen and (max-width: 799px) {
  #outer_table #inner_content .r-table .needs-table-color ~ tr th:not(.questionInput):not(.questionLabel),
#outer_table #inner_content .r-table .needs-table-color ~ tr td:not(.questionInput):not(.questionLabel),
#outer_table #inner_content .reg-record-display .needs-table-color ~ tr th:not(.questionInput):not(.questionLabel),
#outer_table #inner_content .reg-record-display .needs-table-color ~ tr td:not(.questionInput):not(.questionLabel),
#outer_table #inner_content .agenda-day-container .needs-table-color ~ tr th:not(.questionInput):not(.questionLabel),
#outer_table #inner_content .agenda-day-container .needs-table-color ~ tr td:not(.questionInput):not(.questionLabel) {
    border-bottom: none !important;
  }
}
@media only screen and (max-width: 799px) {
  #outer_table #inner_content .r-table tr,
#outer_table #inner_content .r-table td,
#outer_table #inner_content .reg-record-display tr,
#outer_table #inner_content .reg-record-display td,
#outer_table #inner_content .agenda-day-container tr,
#outer_table #inner_content .agenda-day-container td {
    display: block !important;
    width: 100% !important;
    font-size: 16px !important;
    margin: 0 !important;
  }
  #outer_table #inner_content .r-table td,
#outer_table #inner_content .r-table th:not(.header),
#outer_table #inner_content .reg-record-display td,
#outer_table #inner_content .reg-record-display th:not(.header),
#outer_table #inner_content .agenda-day-container td,
#outer_table #inner_content .agenda-day-container th:not(.header) {
    border: none !important;
    padding: 0 !important;
  }
  #outer_table #inner_content .r-table tr,
#outer_table #inner_content .reg-record-display tr,
#outer_table #inner_content .agenda-day-container tr {
    border-bottom: 1px solid #2B7E94 !important;
  }
  #outer_table #inner_content .r-table td > table td,
#outer_table #inner_content .r-table td > table tr,
#outer_table #inner_content .reg-record-display td > table td,
#outer_table #inner_content .reg-record-display td > table tr,
#outer_table #inner_content .agenda-day-container td > table td,
#outer_table #inner_content .agenda-day-container td > table tr {
    border-bottom: 0 !important;
    padding: 0 !important;
  }
}
#outer_table #inner_content .r-table :not(#booster) [role=radiogroup] td,
#outer_table #inner_content .r-table :not(#booster) [role=radiogroup] td > div,
#outer_table #inner_content .reg-record-display :not(#booster) [role=radiogroup] td,
#outer_table #inner_content .reg-record-display :not(#booster) [role=radiogroup] td > div,
#outer_table #inner_content .agenda-day-container :not(#booster) [role=radiogroup] td,
#outer_table #inner_content .agenda-day-container :not(#booster) [role=radiogroup] td > div {
  border-bottom: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding: 0;
}

body.options table[data-questiontype="16"] td.questionLabel,
body.options table[data-questiontype="40"] td.questionLabel {
  height: auto;
}
body.options table[data-questiontype="16"] + br,
body.options table[data-questiontype="40"] + br {
  display: none;
}

table.standard.r-payment-methods {
  border: none !important;
}
table.standard.r-payment-methods select {
  background: #FFF url("https://ps-eventscloud-com.s3.amazonaws.com/_internal-projects/website-designs/barcelona-design/images/select-arw.png") 97% 50% no-repeat;
  background-size: 10px;
}
@media (min-width: 800px) {
  table.standard.r-payment-methods select#expiry_month {
    margin-bottom: 4px;
  }
}

.r-payment-types table[role=presentation] {
  max-width: 350px !important;
}
@media (max-width: 800px) {
  .r-payment-types table[role=presentation] {
    min-width: 100%;
  }
}
.r-payment-types table[role=presentation] tr > td:first-child {
  width: 30%;
}

/* $POPUPS
============= */
body:not([class]) {
  margin: 0 !important;
}
body:not([class]) > table.needs-innerpagecolor > tbody > tr > td {
  background: #FFF;
  padding: 10px !important;
}

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