.educationRegisterPopUpContainer .educationRegisterPopUpWindow {
  font-family: 'helvetica neue', helvetica, arial, sans-serif;
  background-image: url(//www.cmegroup.com/images/common/addthis/register-for-institute.jpg);
  background-position: center 0%;
  background-repeat: no-repeat;
  background-size: cover;
  right: 10px;
  bottom: 10px;
  position: fixed;
  color: #ffffff;
  background-color: #eeeeee;
  box-shadow: -5px 15px 25px -6px #000000, 5px 15px 25px -6px #000000;
  z-index: 10000;
  box-sizing: border-box;
  display: none;
}
.educationRegisterPopUpContainer .educationRegisterPopUpWindow .educationRegisterPopUpWindowCenter {
  display: table-cell;
  vertical-align: middle;
  width: 400px;
  height: 347px;
  text-align: center;
}
.educationRegisterPopUpContainer .educationRegisterPopUpWindow .educationRegisterPopUpWindowCenter .educationRegisterPopUpWindowContent {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.educationRegisterPopUpContainer .educationRegisterPopUpWindow .educationRegisterPopUpWindowCenter .educationRegisterPopUpWindowContent .educationRegisterPopUpTitle {
  font-size: 34px;
  font-weight: bold;
  line-height: 40px;
}
.educationRegisterPopUpContainer .educationRegisterPopUpWindow .educationRegisterPopUpWindowCenter .educationRegisterPopUpWindowContent .educationRegisterPopUpText {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}
.educationRegisterPopUpContainer .educationRegisterPopUpWindow .educationRegisterPopUpWindowCenter .educationRegisterPopUpWindowContent .educationRegisterPopUpButtonHolder {
  box-sizing: border-box;
  text-align: center;
  font-weight: 300;
  padding-top: 36px;
  display: table;
  width: 100%;
}
.educationRegisterPopUpContainer .educationRegisterPopUpWindow .educationRegisterPopUpWindowCenter .educationRegisterPopUpWindowContent .educationRegisterPopUpButtonHolder .educationRegisterPopUpButton {
  display: inline-block;
  padding: 15px;
  box-sizing: border-box;
  cursor: pointer;
  display: table-cell;
  width: 50%;
  font-size: 18px;
  line-height: 24px;
}
.educationRegisterPopUpContainer .educationRegisterPopUpWindow .educationRegisterPopUpWindowCenter .educationRegisterPopUpWindowContent .educationRegisterPopUpButtonHolder .educationRegisterPopUpButton.educationRegisterPopUpRegisterButton {
  background-color: #0064a3;
}
.educationRegisterPopUpContainer .educationRegisterPopUpWindow .educationRegisterPopUpWindowCenter .educationRegisterPopUpWindowContent .educationRegisterPopUpButtonHolder .educationRegisterPopUpButton.educationRegisterPopUpNotRightNowButton {
  background-color: #bbbbbb;
}
.educationRegisterPopUpContainer .educationRegisterPopUpWindow .educationRegisterPopUpClose {
  position: absolute;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  font-size: 26px;
  background: none;
  text-indent: 0;
  right: 10px;
  top: 0;
  cursor: pointer;
}
.educationRegisterPopUpContainer .educationRegisterPopUpWindow .educationRegisterPopUpClose:hover {
  color: #666666;
}
@media (max-width: 440px) {
  .educationRegisterPopUpContainer .educationRegisterPopUpWindow {
    left: 10px;
  }
}
