#age-errors,#parent-errors {display:none;}
#age-errors h1,#parent-errors h1 {color:#0b3a79;}
#age-errors p,#parent-errors p { margin-top:20px; color: white; font-family: gill-sans-nova, sans-serif;
font-style: normal;
font-weight: 600;}
.age-modalDialog {display:none; }
.age-modalDialog:target {
  display:block;
}
.age-modalDialog:target  .age-success { display:block;}
.buttonWrap {
  margin-top: 3vw;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
.buttonWrap.hsb{
  position: relative;
  top: 1vw;
}
.buttonWrap > a.confirm {
  margin: 0 auto;
  color: white;
  background: linear-gradient(#ff59a6,#ff2c7a);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  width: 184px;
  height: 60px;
  padding: 20px;
  text-transform: uppercase;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 8px 0px 14px 0px rgba(0,0,0,0.15);
  text-decoration: none;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}
.buttonWrap > a{
  padding-top: 40px;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  text-decoration: underline;
  text-transform: uppercase;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  background: none;
}
#hsb_desc .buttonWrap > a.confirm{
  padding-top: 20px;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  text-decoration: underline;
  text-transform: uppercase;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  font-family: merriweather, serif;
}
#hsb_desc .buttonWrap > a {
  font-size: 16px;
  margin: 0 auto;
  color: white;
  background: linear-gradient(#ff59a6,#ff2c7a);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  width: 150px;
  padding: 15px;
  text-transform: uppercase;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 8px 0px 14px 0px rgba(0,0,0,0.15);
  text-decoration: none;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.age-modal-prompt {
  background: #00b1cb;
  box-shadow: 8px 8px 0px 0px rgba(80, 80, 80, 0.19);
  width: 36vw;
  height: auto;
  margin: 0 auto;
  padding: 40px 50px 35px;
  position: relative;
  top: 24%;
  z-index: 1000000;
  text-align:center;
}
.leavingMessage{
  padding-bottom: 20px;
}
#age-errors .buttonWrap .styled-submit,#parent-errors .buttonWrap .styled-submit{
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 600;
  margin: 0 auto;
  color: white;
  background: linear-gradient(#ff59a6,#ff2c7a);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  width: 150px;
  padding: 15px;
  text-transform: uppercase;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 2px 4px 11px 0px #8e8e8e;
  text-decoration: none;
}
#age-errors,#parent-errors{
  width: 60%;
  margin: auto;
}
#age-errors::before,#parent-errors::before{
  content: url("/images/hasbro_agegate_logo.png");
}
#age-errors::after,#parent-errors::after{
  content: url("/images/agegate_logo.png");
  position: absolute;
  top: -80px;
  left: -60px;
}
.border_wrap {
    padding-bottom: 1vw;
}
#prompt-background, .age-overlay,#parent-prompt-background{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;

}
.age-overlay{
 background:  #ffffff;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 z-index: 9999999;
 opacity:0.9;
}
.close-btn{
  position: absolute;
  right: 15px;
  top: 25px;
  cursor: pointer;
  z-index: 99;
}
.close-btn span{
  width: 32px;
  height: 5px;
  cursor: pointer;
  background: white;
  display: block;
  transform: rotate(-45deg) translateY(50%);
  margin-bottom: -1px;
}
.close-btn span:last-child{
  transform: rotate(45deg) translateY(-50%);
}
#age-check-prompt .agegateTitle {
  font-size: 1.40625VW;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin:0;
  color: #fff;
  top: 2vw;
  position: relative;
}
#age-check-prompt #age-errors .errorMessage , #age-check-prompt #parent-errors .errorMessage {
  top: 0;
  color: #fff;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.hasbro_logo{
  background: url(/images/hasbroLogo.png);
}
.age-modalDialog ul li, .age-modalDialog select {
  background: #33c1d5;
  height:50px;
  color:#ffffff;
  border:none;
  outline:none;
  display: inline-block;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  cursor:pointer;
  font-size: 0.8333333333333334VW;
  font-family: merriweather, serif;
  border-radius:3px;
  text-transform: uppercase;
}
.age-modalDialog select { width:130px; margin:0 2px;}
.age-modalDialog ul {
  margin-top: 3.5vw;
  padding: 0;
  display: flex;
  justify-content: center;
}
.age-modalDialog ul li {list-style-type:none; display:inline-block; line-height:50px; margin-right:20px; padding:0 10px;  margin-top:10px;}
.age-modalDialog ul li:last-child{
   margin-right: 0px;
}
.age-modalDialog label.custom-select {
  position: relative;
  display: inline-block;
}
.age-modalDialog .custom-select select {
  padding: 4px 3px 3px 14px;
}
/* Select arrow styling */
.age-modalDialog .custom-select:after {
  content: "";  /* Current arrow I would like to change */
  position: absolute;
  top: 42%;
  right: 0;
  bottom: 0;
  font-size: 60%;
  line-height: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #ffffff transparent transparent transparent;
  pointer-events:none;
}
select::-ms-expand {
    display: none;
}
#hsb_content{
  display: flex;
  align-items: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media all and (-ms-high-contrast:none), all and (-ms-high-contrast:active){
  #hsb_content{
    display: block;
  }
}
@supports (-ms-ime-align: auto){
  #hsb_content{
    display: block;
  }
}
#hsb_content .leave_hasbro_logo{
  width: 110px;
  min-width: 150px;
  min-height: 220px;
  position: absolute;
  top: -6vw;
  left: -4.6vw;
}
.hsb_brand_logo{
  display: none;
}
#hsb_desc{
  padding-top: 40px;
  text-align: center;
}
#hsb_desc .leavingMessage{
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.40625VW;
  text-align: center;
  text-transform: inherit;
  margin-bottom: 0px;
  top: 0;
  color: #fff;
}
#hsb_desc p{
  font-family: merriweather, serif;
  font-size: 1.0416666666666665VW;
  margin-bottom: 10px;
  color: white;
}
#continueExternal{
  margin: 0 auto;
}
#hsb_desc .buttonWrap{
  flex-direction: column;
}
@media (min-width: 1366px) and (max-width: 1504px){
  .age-modal-prompt{
    top: 2%;
    width: 40vw;
  }
  #hsb_content .leave_hasbro_logo{
    top: -8.5vw;
    left: -6.5vw;
  }
}
@media (max-width: 1440px) and (min-width: 920px){
  .age-modal-prompt{
    top: 10%;
  }
  .ru-ru.age-modal-prompt, .tr-tr.age-modal-prompt{
    top: 10%;
  }
}
@media only screen and (min-width: 260px) and (max-width: 767px) {
  #age-check-prompt .agegateTitle{
    font-size: 18px;
  }
  .age-modal-prompt{
    top:10%;
  }
  .buttonWrap > a {
    margin:10px 6px 0 0;
    padding: 12px 9px;
    max-width: 130px;
  }
  .age-modalDialog ul li{
    padding: 0 0;
    margin-right: 4px;
    margin-bottom: 5vw;
  }
  .age-modalDialog ul li:last-child{
    margin-bottom: 0;
  }
  .age-modalDialog ul{
    margin-top: 8vw;
  }
  #hsb_desc p{
    width: 100%;
    font-size: 15px;
  }
}

@media only screen and (min-width: 260px) and (max-width: 773px) and (orientation : landscape){
  .age-modal-prompt{
    width: 70%;
  }
  .age-modalDialog select{
    width: 110px;
    margin: 0 1px;
  }
  .age-modalDialog .custom-select:after{
    right: 5px;
  }
}
@media (max-width: 1112px) and (min-width: 834px){
  .age-modalDialog ul li, .age-modalDialog select{
    font-size: 2.5vw;
  }
}
@media (max-width: 1112px) and (min-width: 834px) and (orientation: landscape){
  .age-modal-prompt{
    width: 60vw;
  }
}
@media (max-width: 1024px){
  .buttonWrap{
    margin-top: 10vw;
  }
  #hsb_content .leave_hasbro_logo{
    display: none;
  }
  #age-check-prompt .agegateTitle{
    font-size: 3vw;
  }
  #age-errors::after{
    display: none;
  }
  .age-modalDialog ul li, .age-modalDialog select{
    font-size: 2vw;
  }
}
@media (max-width: 767px){
  .age-modal-prompt{
    width: 92vw;
    top: 22%;
    max-height: 99vh;
    padding: 20px;
  }
  #hsb_desc .buttonWrap > a {
    font-size: 12px;
  }
  .age-modal-prompt.hsb{
    top: 5%;
  }
  #hsb_desc{
    margin-left: 5px;
    margin-top: 15px;
  }
  #hsb_content{
    flex-direction: column;
  }
  #hsb_content .leave_hasbro_logo{
    width: 80px;
    min-width: 80px;
    margin-top: -30px;
    margin-left: -10px;
  }
  .buttonWrap{
    margin: 0 auto;
    margin-top: 40px;
    width: 80%;
    display: flex;
    flex-direction: column-reverse;
  }
  .buttonWrap > a{
    width: 100%;
    margin-right: 0;
  }
  .buttonWrap.hsb{
    display: flex;
    flex-direction: column;
  }
  #hsb_desc .leavingMessage{
    text-align: center;
    padding-bottom: 3vw;
    font-size: 19px;
  }
  #age-success,#age-errors, #parent-errors{
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #age-success,#age-errors h2{
    color: #fff;
  }
  #age-check-prompt .agegateTitle{
    width: 80%;
    margin: 0 auto;
  }
  .age-modalDialog ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .age-modalDialog ul li{
    width: 70%;
  }
  #prompt-background , .age-overlay{
    overflow-y: scroll; 
  }
  .age-modalDialog ul li, .age-modalDialog select{
    font-size: 5vw;
  }
}
@media (max-width: 767px) and (orientation: landscape){
  .buttonWrap.hsb, .buttonWrap{
    flex-direction: row;
    margin: 0 auto;
    justify-content: space-evenly;
    top: 3vw;
  }
  .buttonWrap{
    margin-top: 25px;
  }
  .age-modal-prompt{
    top: 8%;
  }
  .age-modal-prompt.hsb{
    top: 3%;
    overflow-y: scroll;
  }
  .age-modalDialog ul li, .age-modalDialog select{
    font-size: 2vw;
  }
}
@media (max-width: 767px){
  #age-check-prompt .agegateTitle{
    font-size: 6vw;
  }
}
@media (max-width: 767px) and (orientation: landscape){
  #age-check-prompt .agegateTitle{
    font-size: 4vw;
  }
}
@media (min-width: 768px) and (max-width: 1365px){
  .age-modal-prompt{
    width: 95vw;
  }
  #hsb_desc p{
    width: 100%;
    font-size: 20px;
  }
  #hsb_desc .leavingMessage{
    font-size: 25px;
  }
}
@media (width: 812px){
  .age-modalDialog ul li, .age-modalDialog select{
    font-size: 5vw;
  }
}
@media (width: 812px) and (orientation: landscape){
  .age-modalDialog ul li, .age-modalDialog select{
    font-size: 2vw;
  }
  .age-modalDialog ul li{
    width: 40%;
  }
  .age-modal-prompt.hsb{
    top: 3%;
    overflow-y: scroll;
  }
  #prompt-background, .age-overlay{
    overflow-y: scroll; 
  }
}
@media all and (-ms-high-contrast:none), all and (-ms-high-contrast:active){ 
  .age-modal-prompt{
    width: 45vw;
  }
}
@supports (-ms-ime-align: auto){
   @media (min-width: 1366px) and (max-width: 1504px){
    .age-modal-prompt{
      width: 45vw;
    }
  }
}
.pulse-agegate #age-errors h3{
  color:#000000;
  font-size: 2em;
  text-transform: capitalize;
  margin: 0;
  color: #000;
}
.pulse-agegate .age-modal-prompt{
  background: #ffffff;
}
.pulse-agegate #age-errors p{
    display: none;
}
.pulse-agegate #age-check-prompt h3{
    padding-top: 20px;
    font-size: 2em;
    text-transform: capitalize;
    margin: 0;
    color: #000;
}