/*Age Gate Styles*/
#agePanelContainer {
  background: #000;
  color: #fff;
  display: none;
  padding-bottom: 2em;
  position: absolute;
  width: 100%;
}
#agePanelContainer.show {
  display: block;
}
  #agePanelContent, #ageBlocked {
    margin: 5% auto 0;
    width: 64%;
  }
  #agePanelContainer form {
    overflow: auto;
  }
  #agePanelContainer h2 {
    font-size: 1.1em;
    margin-top: 0;
    text-align: center;
  }
  #agePanelContainer p {
    font-size: .73em;
    text-align: left;
  }
  #agePanelContainer select {
    border: none;
    float: left;
    font-size: .7em;
    margin: 0 1.5% 0;
    width: 30.3%;
  }
  #agePanelContainer #ageSubmit {
    background-color: #4387DB;
    border: none;
    color: #fff;
    font-size: .8em;
    float: right;
    height: 2em;
    margin: 3% 1.5% 0 0;
    width: 30.3%;
  }
  #agePanelContainer #ageSubmit:hover {
    background-color:#2b6cbc;
  }
  .error {
    color: #f74c30;
    font-weight: bold;
  }
  /*End Age Gate Styles*/