<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
}

body * {
  box-sizing: border-box;
  /* font-family: "GothamSSm", Helvetica, Arial, sans-serif !important; */
}

body.rf-body {
  overflow-x: hidden;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.25px;
  font-size: 14px;
  line-height: 24px;
  color: #636363;
}

/**
 * Typography
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.33;
}

h1 {
  /* font-family: "gotham_mediumregular"; */
  font-size: 2.5rem;
  display: block;
  text-align: center;
}

h2 {
  font-size: 2.5rem;
  /* font-family: "gotham_mediumregular"; */
}

h3 {
  font-size: 1.5rem;
  /* font-family: "gotham_mediumregular"; */
}

p {
  font-weight: 300;
}

a {
  color: #0e75b6;
  text-decoration: none;
}

/**
 * Workflow buttons
 */

.mdBtnR-primary:hover,
.mdBtnR-primary.hover,
.mdBtnR-primary:focus,
.mdBtnR-primary.focus,
.mdBtnR-primary:active,
.mdBtnR-primary.active,
button.mdBtnR-primary:hover,
button.mdBtnR-primary.hover,
button.mdBtnR-primary:focus,
button.mdBtnR-primary.focus,
button.mdBtnR-primary:active,
button.mdBtnR-primary.active,
a.mdBtnR-primary:hover,
a.mdBtnR-primary.hover,
a.mdBtnR-primary:focus,
a.mdBtnR-primary.focus,
a.mdBtnR-primary:active,
a.mdBtnR-primary.active {
  /* color: #ffffff;
   background-color: #444444; */
  background-image: none;
  /* border-color: #444444; */
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.mdBtnR-primary:hover .mdBtnR-text,
.mdBtnR-primary.hover .mdBtnR-text,
.mdBtnR-primary:focus .mdBtnR-text,
.mdBtnR-primary.focus .mdBtnR-text,
.mdBtnR-primary:active .mdBtnR-text,
.mdBtnR-primary.active .mdBtnR-text,
button.mdBtnR-primary:hover .mdBtnR-text,
button.mdBtnR-primary.hover .mdBtnR-text,
button.mdBtnR-primary:focus .mdBtnR-text,
button.mdBtnR-primary.focus .mdBtnR-text,
button.mdBtnR-primary:active .mdBtnR-text,
button.mdBtnR-primary.active .mdBtnR-text,
a.mdBtnR-primary:hover .mdBtnR-text,
a.mdBtnR-primary.hover .mdBtnR-text,
a.mdBtnR-primary:focus .mdBtnR-text,
a.mdBtnR-primary.focus .mdBtnR-text,
a.mdBtnR-primary:active .mdBtnR-text,
a.mdBtnR-primary.active .mdBtnR-text {
  /* color: #ffffff; */
  color: #ffffff !important;
}

.mdBtnR-toggle .mdBtnR:hover,
.mdBtnR-toggle .mdBtnR:focus,
.mdBtnR-toggle .mdBtnR:active,
.mdBtnR-toggle .mdBtnR.active {
  /* background-color: #222222;
  border-color: #222222;
  color: #ffffff; */
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.mdBtnR-toggle .mdBtnR:hover .mdBtnR-text,
.mdBtnR-toggle .mdBtnR:focus .mdBtnR-text,
.mdBtnR-toggle .mdBtnR:active .mdBtnR-text,
.mdBtnR-toggle .mdBtnR.active .mdBtnR-text {
  color: #ffffff !important;
}

.mdBtnR.mdBtnR-text-button .mdBtnR-text:hover,
.mdBtnR.mdBtnR-text-button .mdBtnR-text.hover,
.mdBtnR.mdBtnR-text-button .mdBtnR-text:focus,
.mdBtnR.mdBtnR-text-button .mdBtnR-text.focus,
.mdBtnR.mdBtnR-text-button .mdBtnR-text:active,
.mdBtnR.mdBtnR-text-button .mdBtnR-text.active,
a.mdBtnR.mdBtnR-text-button .mdBtnR-text:hover,
a.mdBtnR.mdBtnR-text-button .mdBtnR-text.hover,
a.mdBtnR.mdBtnR-text-button .mdBtnR-text:focus,
a.mdBtnR.mdBtnR-text-button .mdBtnR-text.focus,
a.mdBtnR.mdBtnR-text-button .mdBtnR-text:active,
a.mdBtnR.mdBtnR-text-button .mdBtnR-text.active {
  color: #222222;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: none;
  border-color: transparent;
}
.mdBtnR.mdBtnR-text-button .mdBtnR-text:hover .mdBtnR-text,
.mdBtnR.mdBtnR-text-button .mdBtnR-text.hover .mdBtnR-text,
.mdBtnR.mdBtnR-text-button .mdBtnR-text:focus .mdBtnR-text,
.mdBtnR.mdBtnR-text-button .mdBtnR-text.focus .mdBtnR-text,
.mdBtnR.mdBtnR-text-button .mdBtnR-text:active .mdBtnR-text,
.mdBtnR.mdBtnR-text-button .mdBtnR-text.active .mdBtnR-text,
a.mdBtnR.mdBtnR-text-button .mdBtnR-text:hover .mdBtnR-text,
a.mdBtnR.mdBtnR-text-button .mdBtnR-text.hover .mdBtnR-text,
a.mdBtnR.mdBtnR-text-button .mdBtnR-text:focus .mdBtnR-text,
a.mdBtnR.mdBtnR-text-button .mdBtnR-text.focus .mdBtnR-text,
a.mdBtnR.mdBtnR-text-button .mdBtnR-text:active .mdBtnR-text,
a.mdBtnR.mdBtnR-text-button .mdBtnR-text.active .mdBtnR-text {
  color: #222222;
}

.mdBtnR {
  color: #ffffff;
  /* background-color: #222222;
  border-color: #222222; */
  background-color: #222222 !important;
  border-color: #222222 !important;
  padding: 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  height: 48px;
  font-weight: 400;
  max-width: 304px;
  font-size: 14px;
  line-height: 16px;
  border-width: 1px;
}

.mdBtnR .mdBtnR-text, a.mdBtnR .mdBtnR-text{
    font-size: 14px;
}

.mdBtnR:hover,
.mdBtnR.hover,
.mdBtnR:focus,
.mdBtnR.focus {
  /* background-color: #444444;
  border-color: #444444; */
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.mdBtnR:active,
.mdBtnR.active {
  box-shadow: 0 0 5px 2px #80aec9, 1px 1px 6px 0 rgba(0, 0, 0, 0.5) inset;
}
.mdBtnR.disabled,
.mdBtnR:disabled {
  /* background-color: #AAAAAA;
  border-color: #AAAAAA; */
  background-color: #aaaaaa !important;
  border-color: #aaaaaa !important;
}
.mdBtnR .rfSI {
  height: 18px;
  width: 18px;
  max-height: 18px;
  max-width: 18px;
}
.mdBtnR.mdBtnR-sm {
  padding: 8px 12px;
}
.mdBtnR.mdBtnR-sm .rfSI {
  height: 14px;
  width: 14px;
  max-height: 14px;
  max-width: 14px;
}
.mdBtnR + .mdBtnR {
  margin-left: 16px;
}

.mdBtnR.mdBtnR-add-a-thing .mdBtnR-text,
a.mdBtnR.mdBtnR-add-a-thing .mdBtnR-text {
  /* color: #444444; */
  color: #444444 !important;
}

.mdBtnR-toggle .mdBtnR {
  /* background-color: #222222;
  border: 1px solid #222222;
  color: #ffffff; */
  background-color: #222222 !important;
  border: 1px solid #222222 !important;
  color: #ffffff !important;
}
.mdBtnR-toggle .mdBtnR .mdBtnR-text {
  color: #ffffff !important;
}

.mdBtnR-primary,
button.mdBtnR-primary,
a.mdBtnR-primary {
  /* color: #ffffff;
  background-color: #222222;
  border-color: #222222; */
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.mdBtnR-primary .mdBtnR-text,
button.mdBtnR-primary .mdBtnR-text,
a.mdBtnR-primary .mdBtnR-text {
  /* color: #ffffff; */
  color: #ffffff !important;
}

.mdBtnR-primary .rfSI svg,
a.mdBtnR-primary .rfSI svg {
  /* fill: #ffffff; */
  fill: #ffffff !important;
}

.mdBtnR.mdBtnR-text-button .mdBtnR-text,
a.mdBtnR.mdBtnR-text-button .mdBtnR-text {
  color: #222222;
  background-color: transparent;
  border-color: transparent;
}
.mdBtnR.mdBtnR-text-button .mdBtnR-text .mdBtnR-text,
a.mdBtnR.mdBtnR-text-button .mdBtnR-text .mdBtnR-text {
  color: #222222;
}

.mdBtnR-primary-open,
.mdBtnR-outline-primary,
.mdBtnR-secondary,
button.mdBtnR-secondary,
a.mdBtnR-secondary {
  /* color: #222222;
  background-color: #ffffff;
  border-color: #222222; */
  color: #222222 !important;
  background-color: #ffffff !important;
  border-color: #222222 !important;
}
.mdBtnR-primary-open .mdBtnR-text,
.mdBtnR-outline-primary .mdBtnR-text,
.mdBtnR-secondary .mdBtnR-text,
button.mdBtnR-secondary .mdBtnR-text,
a.mdBtnR-secondary .mdBtnR-text {
  /* color: #222222; */
  color: #222222 !important;
}

.mdBtnR-primary-open:active,
.mdBtnR-primary-open.active,
.mdBtnR-outline-primary:active,
.mdBtnR-outline-primary.active,
.mdBtnR-secondary:active,
.mdBtnR-secondary.active,
button.mdBtnR-secondary:active,
button.mdBtnR-secondary.active,
a.mdBtnR-secondary:active,
a.mdBtnR-secondary.active {
  box-shadow: 0 0 5px 2px #80aec9, 0 0 5px 0 rgba(0, 0, 0, 0.5) inset;
}
.mdBtnR-primary-open.mdBtnR-adv .rfSI svg,
.mdBtnR-outline-primary.mdBtnR-adv .rfSI svg,
.mdBtnR-secondary.mdBtnR-adv .rfSI svg,
button.mdBtnR-secondary.mdBtnR-adv .rfSI svg,
a.mdBtnR-secondary.mdBtnR-adv .rfSI svg {
  fill: #222222;
}

.mdBtnR-primary-open:hover,
.mdBtnR-primary-open.hover,
.mdBtnR-primary-open:focus,
.mdBtnR-primary-open.focus,
.mdBtnR-outline-primary:hover,
.mdBtnR-outline-primary.hover,
.mdBtnR-outline-primary:focus,
.mdBtnR-outline-primary.focus,
.mdBtnR-secondary:hover,
.mdBtnR-secondary.hover,
.mdBtnR-secondary:focus,
.mdBtnR-secondary.focus,
button.mdBtnR-secondary:hover,
button.mdBtnR-secondary.hover,
button.mdBtnR-secondary:focus,
button.mdBtnR-secondary.focus,
a.mdBtnR-secondary:hover,
a.mdBtnR-secondary.hover,
a.mdBtnR-secondary:focus,
a.mdBtnR-secondary.focus {
  background-color: #ffffff !important;
  box-shadow: 0 0 0 0 black, 0 0 5px 0 rgba(0, 0, 0, 0.25) inset;
}

.rf-icon.demo {
  font-size: 32px;
  padding: 16px 0;
  width: 64px;
  text-align: center;
  margin-bottom: 8px;
  display: inline-block;
  border: 1px solid var(--grey46);
  border-radius: 2px;
}

/**
 * Header/Nav
 */
.rf-org-header-container .header {
  z-index: 99;
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.rf-org-header-container .header img {
  max-width: 100%;
  height: 100%;
}
.rfwf-panel,
.rfwf-full-panel {
  border-bottom: none;
}

/**
 * Footer
 */
footer {
  border-top: 1px solid #adadad;
  font-size: 12px;
  color: #222222;
}

footer .row {
  padding: 2rem;
}

footer .header {
  /* text-transform: uppercase; */
  margin-bottom: 1rem;
  font-weight: 500;
}

footer .header.header-alt {
  font-family: "RFFont", "Times New Roman", Times, serif;
  font-size: 32px;
  color: #222222;
  margin-bottom: 2rem;
}

footer .block-text {
  line-height: 1.75em;
}

footer a {
  text-transform: uppercase;
  text-decoration: none !important;
  color: #222222 !important;
  font-weight: 300;
}

footer a.alt {
  color: #0e75b6 !important;
  text-decoration: none;
  text-transform: none;
}

footer .social {
  text-align: right;
}

footer .social a {
  text-decoration: none;
  padding: 0.5rem;
  margin: 0.5rem;
}

footer .social a:last-of-type {
  margin-right: 0;
}

footer .social .rf-icon {
  font-size: 24px;
}

footer .copyright {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #adadad;
  font-weight: 300;
}

/* Marcus' Changes */

.mdBtnR {
  height: 50px;
  padding: 15px;
}

.manage-registrants
  .fixedDataTableCellGroupLayout_cellGroup
  .fixedDataTableCellLayout_main:last-of-type
  .public_fixedDataTableCell_cellContent
  div:first-of-type {
  display: none;
}

.manage-registrants
  .fixedDataTableCellGroupLayout_cellGroup
  .fixedDataTableCellLayout_main:last-of-type {
  color: transparent;
}

/* END Marcus' Changes */

/*CSS for toggle*/

@font-face {
  font-family: "rf-icons";
  src: url("https://static.rainfocus.com/rodanandfields/convention2020/static/staticFile/staticfile/rf-icons_1584984791865001GAQi.woff")
      format("woff"),
    url("https://static.rainfocus.com/rodanandfields/convention2020/static/staticFile/staticfile/rf-icons_1584984791238001GKDm.ttf")
      format("truetype"),
    url("https://static.rainfocus.com/rodanandfields/convention2020/static/staticFile/staticfile/rf-icons_1584984805502001kGXj.eot");
  font-weight: normal;
  font-style: normal;
}

header nav &gt; ul {
  display: none;
}

header nav .mobile-toggle {
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 79px;
  height: 79px;
  background-color: transparent;
  z-index: 100;
}

header nav ul.active .mobile-toggle {
  top: 0px;
}

header nav .mobile-toggle:before,
header nav .mobile-toggle:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 35px;
  /* right: 26px; */
  left: 26px;
  width: 24px;
  height: 2px;
  background-color: #000;
}

header nav .mobile-toggle:after {
  top: 44px;
}

header nav &gt; ul {
  position: fixed;
  display: block;
  top: 0;
  /* right: -100%; */
  left: -100%;
  width: 360px;
  max-width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 101;
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.15);
  overflow-x: hidden;
  overflow-y: auto;
  /* transition: right 0.2s ease; */
  transition: left 0.2s ease;
}

header nav &gt; ul.active {
  left: 0;
}

header nav &gt; ul &gt; li {
  display: block;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #ccc;
}

header nav &gt; ul li.mobile-toggle {
  position: relative;
  /* top: 10px !important; */
  display: block;
  width: 100%;
}

header nav &gt; ul li {
  top: 10px !important;
}

header nav &gt; ul li.mobile-toggle:before,
header nav &gt; ul li.mobile-toggle:after {
  display: none;
}

header nav &gt; ul li.mobile-toggle a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 79px;
  height: 79px;
  background-color: transparent;
  z-index: 102;
  padding: 0;
}

header nav &gt; ul li.mobile-toggle a:hover {
  text-decoration: none;
}

#mobile-toggle-ul li a:hover {
  text-decoration: none;
}

header nav &gt; ul li.mobile-toggle a:before,
header nav &gt; ul li.mobile-toggle a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40px;
  right: 24px;
  width: 24px;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
}

header nav &gt; ul li.mobile-toggle a:after {
  top: 40px;
  left: 31px;
  transform: rotate(-45deg);
}

header nav &gt; ul li:hover:not(.mobile-toggle) a:after {
  width: 0;
}

header nav &gt; ul li a,
header nav &gt; ul li a.dropdown {
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 1.5rem 2rem;
  text-transform: uppercase;
}

header nav &gt; ul li a.dropdown:after {
  content: "\e92a";
  display: block;
  margin-left: 8px;
  position: absolute;
  top: 1.5rem;
  left: calc(100% - 2rem - 16px);
  font-family: "rf-icons";
  font-size: 12px;
  background-color: transparent;
}

header nav &gt; ul li.active a.dropdown:after {
  content: "\e929";
}

header nav &gt; ul &gt; li .dropdown-container {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  box-shadow: unset;
  top: unset;
  left: unset;
  background-color: transparent;
  text-align: left;
}

header nav &gt; ul &gt; li .dropdown-container a {
  padding: 1.5rem 2rem;
  font-size: 14px;
}

header nav &gt; ul li.active .dropdown-container {
  height: auto;
}

header nav &gt; ul li.active .dropdown-container ul li {
  margin: 0;
  background-color: #f2f2f2;
  border-top: 1px solid #000;
}

header nav &gt; ul.active {
  box-shadow: 4px 4px 8px 0 rgb(0 0 0 / 10%);
  left: 0;
  margin: 0px;
  padding: 0px;
}

/*font colors*/
.rf-admin-content p,
.rfComp-canvas p,
.rf-default-modal p,
[id*="rf-"].rf-widget p {
  color: #222222;
}
#rf-content .rfComp-canvas *,
#rf-content .rfComp-canvas *:before,
#rf-content .rfComp-canvas *:after {
  color: #222222;
}
.rf-label-only &gt; label span:first-of-type,
.rf-label-only &gt; label .label-text,
.rf-label-only .rf-label span:first-of-type,
.rf-label-only .rf-label .label-text,
.rf-input &gt; label span:first-of-type,
.rf-input &gt; label .label-text,
.rf-input .rf-label span:first-of-type,
.rf-input .rf-label .label-text,
.rf-search-input &gt; label span:first-of-type,
.rf-search-input &gt; label .label-text,
.rf-search-input .rf-label span:first-of-type,
.rf-search-input .rf-label .label-text,
.rf-icon-input &gt; label span:first-of-type,
.rf-icon-input &gt; label .label-text,
.rf-icon-input .rf-label span:first-of-type,
.rf-icon-input .rf-label .label-text,
.rf-single-select &gt; label span:first-of-type,
.rf-single-select &gt; label .label-text,
.rf-single-select .rf-label span:first-of-type,
.rf-single-select .rf-label .label-text,
.rf-multi-select &gt; label span:first-of-type,
.rf-multi-select &gt; label .label-text,
.rf-multi-select .rf-label span:first-of-type,
.rf-multi-select .rf-label .label-text,
.rf-select2-override &gt; label span:first-of-type,
.rf-select2-override &gt; label .label-text,
.rf-select2-override .rf-label span:first-of-type,
.rf-select2-override .rf-label .label-text,
.rf-toggle &gt; label span:first-of-type,
.rf-toggle &gt; label .label-text,
.rf-toggle .rf-label span:first-of-type,
.rf-toggle .rf-label .label-text,
.rf-textarea &gt; label span:first-of-type,
.rf-textarea &gt; label .label-text,
.rf-textarea .rf-label span:first-of-type,
.rf-textarea .rf-label .label-text,
.rf-day-picker &gt; label span:first-of-type,
.rf-day-picker &gt; label .label-text,
.rf-day-picker .rf-label span:first-of-type,
.rf-day-picker .rf-label .label-text,
.rf-scale-matrix &gt; label span:first-of-type,
.rf-scale-matrix &gt; label .label-text,
.rf-scale-matrix .rf-label span:first-of-type,
.rf-scale-matrix .rf-label .label-text,
.rf-survey-scale &gt; label span:first-of-type,
.rf-survey-scale &gt; label .label-text,
.rf-survey-scale .rf-label span:first-of-type,
.rf-survey-scale .rf-label .label-text,
.rf-star-selector &gt; label span:first-of-type,
.rf-star-selector &gt; label .label-text,
.rf-star-selector .rf-label span:first-of-type,
.rf-star-selector .rf-label .label-text,
.rf-date-picker &gt; label span:first-of-type,
.rf-date-picker &gt; label .label-text,
.rf-date-picker .rf-label span:first-of-type,
.rf-date-picker .rf-label .label-text,
.rf-read-only &gt; label span:first-of-type,
.rf-read-only &gt; label .label-text,
.rf-read-only .rf-label span:first-of-type,
.rf-read-only .rf-label .label-text,
.rf-button-link &gt; label span:first-of-type,
.rf-button-link &gt; label .label-text,
.rf-button-link .rf-label span:first-of-type,
.rf-button-link .rf-label .label-text,
.rf-nps-question &gt; label span:first-of-type,
.rf-nps-question &gt; label .label-text,
.rf-nps-question .rf-label span:first-of-type,
.rf-nps-question .rf-label .label-text,
.rf-upload-file &gt; label span:first-of-type,
.rf-upload-file &gt; label .label-text,
.rf-upload-file .rf-label span:first-of-type,
.rf-upload-file .rf-label .label-text,
.rf-horizontal-label &gt; label span:first-of-type,
.rf-horizontal-label &gt; label .label-text,
.rf-horizontal-label .rf-label span:first-of-type,
.rf-horizontal-label .rf-label .label-text,
.rf-phone-number &gt; label span:first-of-type,
.rf-phone-number &gt; label .label-text,
.rf-phone-number .rf-label span:first-of-type,
.rf-phone-number .rf-label .label-text,
.rf-form-element-group &gt; label span:first-of-type,
.rf-form-element-group &gt; label .label-text,
.rf-form-element-group .rf-label span:first-of-type,
.rf-form-element-group .rf-label .label-text,
.rf-checkbox-container &gt; label span:first-of-type,
.rf-checkbox-container &gt; label .label-text,
.rf-checkbox-container .rf-label span:first-of-type,
.rf-checkbox-container .rf-label .label-text,
.rf-toggle-wrapper &gt; label span:first-of-type,
.rf-toggle-wrapper &gt; label .label-text,
.rf-toggle-wrapper .rf-label span:first-of-type,
.rf-toggle-wrapper .rf-label .label-text,
.rf-time-selector &gt; label span:first-of-type,
.rf-time-selector &gt; label .label-text,
.rf-time-selector .rf-label span:first-of-type,
.rf-time-selector .rf-label .label-text {
  color: #222222;
}
.rf-tile:hover .rf-tile-body .rf-tile-title a,
.rf-tile:hover .rf-tile-body .rf-tile-title a:link,
.rf-tile:hover .rf-tile-body .rf-tile-title a:visited,
.rf-compressed-tile:hover .rf-tile-body .rf-tile-title a,
.rf-compressed-tile:hover .rf-tile-body .rf-tile-title a:link,
.rf-compressed-tile:hover .rf-tile-body .rf-tile-title a:visited {
  color: #006eb3;
}

/*JJ 41105 Watson Media Player Fix*/
@media only screen and (min-width: 865px) {
  .watson-chat iframe#player-23635004,
  .watson-chat .rf-video-player.rf-watson-player,
  .watson-chat #video-room-card-1669231528068001bZDZ {
    max-height: 607px;
  }
}
/*.watson-chat .rf-watson-player{
 background: #fff; 
}*/


/*END JJ 41105 Watson Media Player Fix*/
</pre></body></html>