#popsmoke {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 2;
}

#popcontrol {
  display: none;
  position: absolute;
  top: 100px;
  left: 50%;
  width: 650px;
  margin: 0 0 0 -250px;
  z-index: 3;
  padding: 40px 0 40px 0;
  background: #fff;
border: 8px solid #30428c;
  max-width: 700px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3em;
}

#popctrltop {
  display: block;
  width: 520px;
  height: 32px;
  margin: -32px 0 0 0;
}

#popctrlbotm {
  display: block;
  width: 520px;
  height: 32px;
  margin-bottom: -26px;
}

#epcontent {
  overflow: hidden;
  text-align: left;
  margin-top: -32px;
  margin-bottom: 16px;
}

#epcontent p {
  margin: 20px 30px;
  font-size: 20px;
  font-weight: normal;
  color: black;
}

#epcontent p:first-child {
  margin-top: 8px;
}

#exitButton {
  cursor: pointer;
  float: right;
  margin: -38px -6px 0 0;
  color: #fff;
  border-radius: 26px;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
  background: #30428c;
  padding: 0px 12px;
  max-width: 700px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 23px;
  font-weight: bold;
  line-height: 35px;
  margin-right: -20px;
  margin-top: -41px;
}

a#exitButton:hover {
  background: #333;
}

#exitlink {
  cursor: pointer;
  color: #0000EE;
}

a#exitlink:hover {
  color: #527054;
}

#exitpopplay,
#exitpopread {
  cursor: pointer;
  margin: 0 5px;
  margin-left: 30px;
  border-radius: 18px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #007bff;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  padding: 12px 22px;
  font-weight: bold;
  margin-right: 16px;
  text-decoration: none;
}

a#exitpopplay:hover {
  background: #46694a;
}

#exitpopread {
  margin-left: 0;
  background: #a51414;
}

a#exitpopread:hover {
  background: #0055b0;
}
/* Firefix fix */

@-moz-document url-prefix() #popcontrol {
  padding: 50px 0 40px;
}

#exitButton {
  margin: -75px -20px 0 0;
}


#video {
  margin: 0.7% auto;
  text-align: center;
  max-width: 720px;
  background-color: #FFF;
  border: 2px solid #999;
  margin-top: 10px;
}

#button {
  width: 100%;
  height: auto;
  max-width: 500px;
  margin: 10px 0px 0px 0px;
}

#legal {
  width: 900px;
  max-width: 120%;
  padding-top: 5px;
  padding-bottom: 15px;
  margin-top: 10px;
  margin: auto;
  box-sizing: border-box;
  opacity: 0.6;
}

#legal p {
  text-align: justify;
  font: .80em/1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #999999;
  width: 100%;
  margin: 0px auto;
  padding-top: 30px;
}

@media screen and (max-width:600px) {

  #legal {
    width: 90%;
padding-right: 10px;
  }

}
