#header {
  background-color: #ffffff !important;
}
#mainWrapper {
  background: #eb9200;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
}
#accountImage {
  height: 80px;
  margin-top: 10px;
  margin-left: 0px;
  float: right;
  cursor: pointer;
}
#contentCanvas {
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
}
#header {
  background: transparent;
}
#navigation,
#footer {
  background-color: none;
  border: none;
  background: transparent;
}
#opText {
  font-weight: 700;
}
#bottomText,
#userGuide {
  opacity: 1;
}
.TopText {
  padding-right: 15px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  height: 90px;
  color: #000000;
}
#companyLogo {
  float: left;
}
#videoJS {
  margin-top: 1px;
}
#liveFeedback {
  margin-top: 5px !important;
  padding: 0px !important;
}
#navigation {
  margin-bottom: 25px;
  margin-top: 20px;
}
#countdown {
  text-align: left !important;
  margin-right: 6px;
}
#lightsSwitch,
#footerLightsButton,
#footerSupportButton {
  display: none;
}
#bottomText,
#userGuide {
  opacity: 1;
  color: #252a34 !important;
}
#userDefined3Content,
#userDefined1Content,
#userDefined2Content {
  background: white;
}
#margintext {
  margin-left: 10px;
  margin-top: 10px;
}
#video_bg_wrapper {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
}
@media (min-width: 360px) {
  #video_bg_wrapper {
    display: block;
  }
}
#video_bg .vjs-loading-spinner {
  display: none;
}
#registrationForms .inputFocus {
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
  #menusWrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  #companyLogo {
    float: none;
  }
  #accountImage {
    float: none;
  }
  .TopText {
    height: 80px;
    margin-bottom: 10px;
  }
}
#GDPRStatement {
  color: #513629 !important;
  font-weight: bold;
}
#liveFeedbackLabel {
  opacity: 0;
}
#liveFeedback {
  background-color: transparent !important;
  border: none !important;
}
.btn-default {
  background-color: rgba(255, 255, 255, 0.8);
}
#liveFeedbackInput {
  background-color: rgba(255, 255, 255, 0.8);
}
#liveFeedbackInput::placeholder {
  font-weight: bold;
  color: gray !important;
}
#liveFeedbackInput {
  border-radius: 10px;
}
#slideNav,
#content #slideNav a,
#content #slideNav a:link {
  border-radius: 10px;
}
.btn-default,
.btn.btn-default:hover {
  color: #513629;
  background-color: #fff;
  border-color: white;
  border: 0px;
}
#liveFeedbackLabel {
  display: none;
}
#liveFeedback {
  margin-top: 10px !important;
  background-color: transparent;
  border: none;
}
.btn.btn-default,
.btn.btn-default:hover {
  border-color: #ffffff;
  border: none;
}
#submitFeedback {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
}
#presentationImage,
#speakerImage,
#customMediaImage,
#mediaImage {
  border-radius: 10px;
}

.form-control::placeholder {
  color: #513629;
}
#contentCanvas > .tab-pane.active {
  border-radius: 10px;
}
.userDefinedContent iframe {
  border-radius: 10px;
}
#navigation[mode="inline"] #mainMenuList a:before,
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  background-color: transparent;
}
#navigation ul {
  padding-left: 10px;
}
#registrationHeading,
#registrationDate,
#registrationSubHeading,
.input-group-addon,
#udef1 {
  color: #513629;
}
#footerMediaryWrapper {
  border-radius: 200px;
  background-color: white;
  width: 290px;
}
#mediaryImage {
  height: 36px;
  margin-top: 2px;
  margin-left: 8px;
}

#registrationHeading {
  font-weight: bold;
}

#registrationSubmit {
    background-color: black;
    border-color: black;
    border-radius: 255px;
}

#myregistrationSubmit {
    background-color: black;
    border-color: black;
    border-radius: 255px;
}