@charset "UTF-8";
.survey_button_bottom {
  background-color: #ffe664;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffe664), to(#f8cb46));
  background-image: -webkit-linear-gradient(left, #ffe664, #f8cb46);
  background-image: -moz-linear-gradient(left, #ffe664, #f8cb46);
  background-image: -ms-linear-gradient(left, #ffe664, #f8cb46);
  background-image: -o-linear-gradient(left, #ffe664, #f8cb46);
  background-image: linear-gradient(left, #ffe664, #f8cb46);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#ffe664", endColorStr="#f8cb46", gradientType="1");
}

.survey_button_top {
  background-color: #214493;
  background-image: -webkit-gradient(linear, left top, right top, from(#214493), to(#0b6e6c));
  background-image: -webkit-linear-gradient(left, #214493, #0b6e6c);
  background-image: -moz-linear-gradient(left, #214493, #0b6e6c);
  background-image: -ms-linear-gradient(left, #214493, #0b6e6c);
  background-image: -o-linear-gradient(left, #214493, #0b6e6c);
  background-image: linear-gradient(left, #214493, #0b6e6c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#214493", endColorStr="#0b6e6c", gradientType="1");
}

.survey_button_bottom a, .survey_button_top a, .survey-text p, .survey-text h2 {
  font-family: Arial, Helvetica, sans-serif;
}

.survey_button_bottom a, .survey_button_top a, .survey-text h2 {
  font-weight: bold;
}

#block-europasssurveypopupblock {
  display: none;
}

.spb_center {
  width: 500px !important;
}
.spb_center .settings-tray-editable {
  text-align: center;
  margin-top: 48px;
}

.survey-text h2 {
  color: #0a0a0a;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 12px;
  padding-top: 25px;
}
.survey-text p {
  color: #0a0a0a;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}

.spb-popup-main-wrapper {
  padding: 0 37px;
}

.survey_button_top {
  border-radius: 27px;
  padding: 14px 0;
  margin: 14px 0;
}
.survey_button_top a {
  color: #ffffff;
  font-size: 20px;
}

.survey_button_bottom {
  border-radius: 25px;
  padding: 14px 0;
  margin-top: 14px;
  margin-bottom: 34px;
}
.survey_button_bottom a {
  color: #004494;
  font-size: 18px;
}

.survey_line p {
  position: relative;
}
.survey_line p::before {
  content: " ";
  background: #A7A7A7;
  width: 150px;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-left: -40%;
}
.survey_line p::after {
  content: " ";
  background: #A7A7A7;
  width: 150px;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-left: 5%;
}

.spb-controls {
  right: 0px;
  width: 92%;
  border-bottom: 1px #0a0a0a solid;
  margin: auto;
  left: 0px;
}
.spb-controls .spb_close {
  border: none;
  color: #0a0a0a;
  font-size: 32px;
}
.spb-controls .spb_minimize {
  border: none;
  color: #0a0a0a;
  font-size: 32px;
  display: none;
}

.bg-grey {
  background: #F2F2F2;
  padding: 20px 37px 1px;
  margin: -20px -37px 0px;
}

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