.cwv3.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
}

/* Main CWV3 Dialog */
.cwv3_dialog {
  font-family: 'Cinzel', serif;
  color: #fff;
  max-width: 640px;
  position: fixed;
  max-height: 100%;
  overflow-y: auto;
  text-align: center;
  z-index: 99999;
}
.cwv3_dialog h4 {
    color: #BA8E52;
    font-size: 30px;
    padding: 0 10px 30px;
    font-weight: 300;
}
.cwv3_dialog .cwv3 {
    background: #002D41;
    padding-bottom: 30px;
}
.cwv3_dialog .cwv3.auth, .cwv3_dialog .cwv3.denied {
  height: 100%;
}
.cwv3_dialog .cwv3_content {
  overflow: auto;
}
.cwv3_dialog .cwv3_btns {
  overflow: hidden;
  padding: 0 20%;
}
.cwv3_dialog .cwv3_btns a {
  display: block;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: .35em 0;
}
.cwv3_dialog .cwv3_btns div {
  width: 48%;
  display: inline-block;
}
.cwv3_dialog .cwv3_btns .cwv3_exit {
  float: right;
}
.cwv3_dialog .cwv3_btns .cwv3_exit a,
.cwv3_dialog .cwv3_btns .cwv3_enter a {
  background-color: none;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  padding: 10px;
  border: 1px dashed #BA8E52;
}
.cwv3_dialog .cwv3_btns a:hover {
    background: #BA8E52;
}
.cwv3_dialog .cwv3_btns .cwv3_enter {
  float: left;
}
.cwv3_terms {
    padding: 30px;
    text-align: center;
    font-size: 18px;
}

/*# sourceMappingURL=cwv3.css.map */
