@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:500');
@font-face {
  font-family: 'HelveticaNeueLTStd-HvCn';
  src: url('../../../../../../etc/designs/atvi/activision/fonts/HelveticaNeueLTStd-HvCn.eot');
  src: url('../../../../../../etc/designs/atvi/activision/fonts/HelveticaNeueLTStd-HvCn.eot?#iefix') format('embedded-opentype'), url('../../../../../../etc/designs/atvi/activision/fonts/HelveticaNeueLTStd-HvCn.woff') format('woff'), url('../../../../../../etc/designs/atvi/activision/fonts/HelveticaNeueLTStd-HvCn.ttf') format('truetype'), url('../../../../../../etc/designs/atvi/activision/fonts/HelveticaNeueLTStd-HvCn.svg#HelveticaNeueLTStd-HvCn') format('svg');
  font-weight: normal;
  font-style: normal;
}
#askForSurvey .overlay {
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.33;
  top: 0;
  left: 0;
}
#askForSurvey .atvimodal {
  z-index: 1001;
  position: fixed;
  width: 300px;
  background: #FFF;
  padding: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#askForSurvey .atvimodal img {
  width: 100%;
}
#askForSurvey .atvimodal p {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 15px;
}
#askForSurvey .atvimodal .buttons-outer a {
  display: inline-block;
  margin: 0 7px 0 0;
  padding: 10px 15px 10px 15px;
  background: #2abcff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
}
#askForSurvey .atvimodal .buttons-outer a:hover {
  text-decoration: underline;
  color: #000;
}
