.js-div {
	width: 100%;
	padding: 25px;
}
.js-div.inactive {
	display: none;
}
.rhn-title {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	color: #0f1b37;
	text-align: center;
	margin-bottom: 30px;
}
.rhn-link-wrapper {
	text-align: center;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	color: #0f1b37;
	text-align: center;
	margin-top: 20px;
}
.rhn-link {
	color: #0f1b37 !important;
	font-size: 125% !important;
	text-decoration: underline !important;
}
.rhn-show {
	margin: 0 auto;
	display: block;
	border-radius: 10px !important;
}
.rhn-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
}
.rhn-overlay.active {
  visibility: visible;
  opacity: 1;
}
.rhn-popup {
	display: none;
  margin: 0 auto;
  padding: 20px;
  background: #0f1b37;
  border-radius: 5px;
  transition: all 250ms ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
	transform: translate(-50%, -50%);
	min-width: 400px;
	max-width: 600px;
	width: 80%;
	max-height: 420px;
	height: 100%;
  overflow-y: auto;
}

.rhn-popup.active {
	display: block;
}

@media screen and (max-width: 576px){
  .rhn-popup {
    margin: 0 auto;
    width: 95%;
  }
}

.rhn-popup .rhn-close {
  top: 20px;
	right: 20px;
}

.rhn-prompt .rhn-close {
  top: -10px;
	right: -15px;
}

.rhn-popup .rhn-close,
.rhn-prompt .rhn-close {
  position: absolute;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
	color: #ff0000;
	line-height: 38px;
  text-decoration: none;
  float: right;
  background: #ffffff;
  padding-left: 11px;
	width: 40px;
	height: 40px;
  border-radius: 50%;
	border: 1px solid #ff0000;
  z-index: 2;
}
.rhn-popup .rhn-content {
  width: 100%;
	height: 100%;
	background-color: #0f1b37;
}

.rhn-prompt {
  position: absolute;
  top: 50%;
  left: 50%;
	transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 275px;
  height: 195px;
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  padding: 0 20px;
  color: #d0d0d0;
  background-color: #0f1b37;
  display: none;
}

.rhn-prompt.active {
  display: block;
}

.rhn-label {
  display: block;
	margin-top: 24px;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 18px;
}

.rhn-firstname {
  width: 150px !important;
  margin-bottom: 15px;
	padding: 8px 16px !important;
	color: #000 !important;
}

.rhn-help {
  display: block;
  font-size: 14px;
}

.rhn-btn {
  width: 100px;
  height: 34px;
  padding: 4px 15px;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  color: #000000;
  background-color: #25a6d3;
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
  display: none;
}

.rhn-btn.active {
  display: block;
  cursor: pointer;
}

.rhn-btn.active:hover {
  background-color: #32aa64;
  color: #ffffff;
}

.rhn-btn:after {
  content: 'Continue';
}

.conference {
	width: 100%;
	height: 100%;
	border: none;
}