@font-face {
  font-family: 'fbspacerregular';
  src: url("fonts/fbspacer-regular-webfont.eot");
  src: url("fonts/fbspacer-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fbspacer-regular-webfont.woff") format("woff"), url("fonts/fbspacer-regular-webfont.ttf") format("truetype"), url("fonts/fbspacer-regular-webfont.svg#spacerbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fbspacerbold';
  src: url("fonts/fbspacer-bold-webfont.eot");
  src: url("fonts/fbspacer-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fbspacer-bold-webfont.woff") format("woff"), url("fonts/fbspacer-bold-webfont.ttf") format("truetype"), url("fonts/fbspacer-bold-webfont.svg#spacerbold") format("svg");
  font-weight: normal;
  font-style: normal;
}


.exit-popup{
  /*width: 40.15625vw;
  height: 28.4895833333vw;
  margin: 5.2083333333vw auto;*/
  width: 770px;
  position: relative;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: 0 0.15625vw 1.25vw 0 rgba(0, 0, 0, 0.35);
}

#cboxClose {
  width: 27px;
  height: 27px;
  position: absolute;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  display: block;
  background: url(../images/close-button.png) center no-repeat;
  background-size: cover;
}
#cboxClose:hover{
  background: url(../images/close-button.png) center no-repeat;
  background-size: cover;
}

.exit-popup .header {
  width: 100%;
  height: 181px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #3a2f28;
  background-image: url(../images/header-bg.png);
  background-size: cover;
}

.exit-popup .header h1 {
  position: absolute;
  right: 52px;
  top: 32px;
  margin: 0;
  font-family: 'fbspacerbold';
  font-size: 57px;
  line-height: 1.1;
  text-align: center;
  color: #053c54;
}
.exit-popup .content{
  padding-top: 23px;
  background: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.exit-popup .description {
  margin: 0;
  padding: 0;
  font-family: 'fbspacerregular';
  font-size: 25px;
  line-height: 1.1;
  text-align: center;
  color: #053c54;
}

.exit-popup .list {
  margin: 23px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.exit-popup .list .column.first {
  padding-right: 75px;
}

.exit-popup .list .column.second {
  padding-right: 55px;
}

.exit-popup .list .column p {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'fbspacerbold';
  font-size: 25px;
  line-height: 1.1;
  color: #00aff6;
}

.exit-popup .list .column p:before {
  width: 9px;
  height: 9px;
  margin-left: 8px;
  content: '';
  display: inline-block;
  background-image: url(../images/list-marker.png);
  background-size: cover;
}

.exit-popup #hadassah-exit-popup-form h2 {
  margin: 35px 0 15px;
  font-family: 'fbspacerbold';
  font-size: 30px;
  text-align: center;
  color: #053c54;
}
.exit-popup #hadassah-exit-popup-form p{
  padding-bottom: 0;
}
.exit-popup #hadassah-exit-popup-form .wpcf7-form-control-wrap{
  display: inline-block !important;
  zoom:1;
  *display:inline;
  vertical-align: top;
}

.exit-popup #hadassah-exit-popup-form input {
  height: 45px;
  padding-right: 10px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #00a9f4;
  border-radius: 30px;
  font-family: 'fbspacerregular';
  font-size: 20px;
  color: #053c54;
}

.exit-popup #hadassah-exit-popup-form input::-webkit-input-placeholder {
  color: #053c54;
  opacity: 1;
}

.exit-popup #hadassah-exit-popup-form input::-moz-placeholder {
  color: #053c54;
  opacity: 1;
}

.exit-popup #hadassah-exit-popup-form input:-moz-placeholder {
  color: #053c54;
  opacity: 1;
}

.exit-popup #hadassah-exit-popup-form input:-ms-input-placeholder {
  color: #053c54;
  opacity: 1;
}

.exit-popup #hadassah-exit-popup-form input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.exit-popup #hadassah-exit-popup-form input:focus::-moz-placeholder {
  opacity: 0;
}

.exit-popup #hadassah-exit-popup-form input:focus:-moz-placeholder {
  opacity: 0;
}

.exit-popup #hadassah-exit-popup-form input:focus:-ms-input-placeholder {
  opacity: 0;
}

.exit-popup #hadassah-exit-popup-form input:focus {
  outline: none;
}

.exit-popup #hadassah-exit-popup-form input.input-name {
  width: 193px;
  margin-right: 62px;
}

.exit-popup #hadassah-exit-popup-form input.input-email {
  width: 234px;
  margin-right: 8px;
}

.exit-popup #hadassah-exit-popup-form button,
.exit-popup #hadassah-exit-popup-form input[type="submit"] {
  float: none;
  width: 195px;
  height: 45px;
  margin-right: 8px;
  border-radius: 30px;
  border: none;
  background-color: #00aff5;
  background: #00aff5 !important;
  box-shadow: none;
  font-family: 'fbspacerbold';
  font-size: 28px;
  color: #fff;
}
.exit-popup .progress-button[data-perspective] .content{
  width: 195px;
  height: 45px;
  padding: 0 !important;
  background: #00aff5 !important;
  box-shadow: none;
  font-family: 'fbspacerbold';
  font-size: 28px !important;
  line-height: 48px !important;
  border-radius: 30px;
}
.exit-popup .progress-button[data-perspective] .progress,
.exit-popup .progress-button[data-horizontal] .progress-inner{
  padding: 0 40px;
  background: #00aff5;
  box-shadow: 0px 2px 0px 0px #00aff5;
  border-radius: 30px;
  overflow: hidden;
}
.exit-popup .progress-button[data-horizontal] .progress-inner{
  padding: 0;
  background: #0a9ad3;
  box-shadow: 0px 2px 0px 0px #0a9ad3;
}
.exit-popup .progress-button .content::before, 
.exit-popup .progress-button .content::after{
  top: 2px;
  left: 14px;
  background: #00aff5 !important;
}

.exit-popup #hadassah-exit-popup-form button:focus,
.exit-popup #hadassah-exit-popup-form input[type="submit"]:focus {
  outline: none;
}

.exit-popup #hadassah-exit-popup-form .checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-right: 62px;
}

.exit-popup #hadassah-exit-popup-form span.subscribe{
  display: none !important;
}
.exit-popup #hadassah-exit-popup-form .checkbox-container .label {
  font-family: 'fbspacerregular';
  font-size: 18px;
  color: #053c54;
}

.exit-popup #hadassah-exit-popup-form .checkbox-container .checkbox {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-left: 8px;
  background-image: url(../images/checkbox-unmarked.png);
  background-size: cover;
  cursor: pointer;
}

.exit-popup #hadassah-exit-popup-form .checkbox-container .checkbox.checked {
  background-image: url(../images/checkbox-marked.png);
}

.formError .formErrorContent{
  line-height: 1.2 !important;
}
.exit-popup div.wpcf7-response-output{
  display: none !important;
  margin: 0 25px;
}

.exit-popup .exit-popup-footer{
  position: relative;
  padding-left: 25px;
  padding-bottom: 10px;
  text-align: left;
}

@media screen and (max-width:920px){
  .exit-popup{
    width: 640px;
  }
  .exit-popup .header h1{
    right: 30px;
    font-size: 47px;
    text-align: right;
  }
  .exit-popup .description,
  .exit-popup .list{
    margin-right: 4%;
    margin-left: 4%;
    text-align: right;
  }
  .exit-popup .list{
    display: block;
  }
  .exit-popup .list .column.first,
  .exit-popup .list .column.second{
    padding: 0;
  }
  .exit-popup .list .column p{
    margin:0 0 5px;
  }
  .exit-popup #hadassah-exit-popup-form h2{
    margin-right: 4%;
    margin-left: 4%;
    text-align: right;
  }
  .exit-popup #hadassah-exit-popup-form p{
    clear: both;
  }
  .exit-popup #hadassah-exit-popup-form p:after{
    display: block;
    content: '';
    clear: both;
  }
  .exit-popup #hadassah-exit-popup-form p > span.wpcf7-form-control-wrap{
    display: block;
    float: right;
    width: 44%;
    margin: 0 2%;
  }
  .exit-popup #hadassah-exit-popup-form p > span.your-name{
    margin-right: 4%;
  }
  .exit-popup #hadassah-exit-popup-form input.input-name, 
  .exit-popup #hadassah-exit-popup-form input.input-email{
    width: 100%;
    height: 50px !important;
    border-radius: 25px !important;
    margin: 0 0 15px !important;
  }
  .exit-popup #hadassah-exit-popup-form button, 
  .exit-popup #hadassah-exit-popup-form input[type="submit"]{
    float: right;
    width: 44% !important;
    height: 50px !important;
    margin-right: 4% !important;
  }
  .exit-popup .progress-button[data-perspective] .content{
    width: 100%;
  }
  .exit-popup #hadassah-exit-popup-form .checkbox-container{
    margin-right: 4% !important;
  }
}
@media screen and (max-width:640px){
  .exit-popup{
    width: 460px;
    border-radius: 5px;
  }
  .exit-popup .header{
    height: 105px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .exit-popup .header h1{
    right: 30px;
    top: 13px;
    font-size: 35px;
    text-align: right;
  }
  .exit-popup .content{
    padding-top: 17px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .exit-popup .description,
  .exit-popup .list{
    margin-top: 17px;
    margin-right: 4%;
    margin-left: 4%;
    text-align: right;
  }
  .exit-popup .description{
    margin-top: 0;
    font-size: 22px;
  }
  .exit-popup .list{
    display: block;
  }
  .exit-popup .list .column.first,
  .exit-popup .list .column.second{
    padding: 0;
  }
  .exit-popup .list .column p{
    margin:0 0 4px;
    font-size: 22px;
  }
  .exit-popup #hadassah-exit-popup-form h2{
    margin: 24px 4% 11px;
    font-size: 25px;
    text-align: right;
  }
  .exit-popup #hadassah-exit-popup-form p{
    clear: both;
  }
  .exit-popup #hadassah-exit-popup-form p:after{
    display: block;
    content: '';
    clear: both;
  }
  .exit-popup #hadassah-exit-popup-form p > span.wpcf7-form-control-wrap{
    display: block;
    float: right;
    width: 44%;
    margin: 0 2%;
  }
  .exit-popup #hadassah-exit-popup-form p > span.your-name{
    margin-right: 4%;
  }
  .exit-popup #hadassah-exit-popup-form input.input-name, 
  .exit-popup #hadassah-exit-popup-form input.input-email{
    width: 100%;
    height: 41px !important;
    font-size: 20px !important;
    border-radius: 25px !important;
    margin: 0 0 15px !important;
  }
  .exit-popup #hadassah-exit-popup-form button, 
  .exit-popup #hadassah-exit-popup-form input[type="submit"]{
    float: right;
    width: 44% !important;
    height: 41px !important;
    margin-right: 4% !important;
  }
  .exit-popup .progress-button[data-perspective] .content{
    width: 100%;
    height: 41px;
  }
  .exit-popup #hadassah-exit-popup-form .checkbox-container{
    margin-right: 4% !important;
  }
  .exit-popup #hadassah-exit-popup-form .checkbox-container .checkbox{
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width:480px){
  .exit-popup{
    width: 300px;
    border-radius: 3px;
  }
  .exit-popup .header{
    height: 85px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .exit-popup .header h1{
    right: 10px;
    top: 13px;
    font-size: 28px;
    text-align: right;
  }
  .exit-popup .content{
    padding-top: 17px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .exit-popup .description,
  .exit-popup .list{
    margin-top: 17px;
    margin-right: 4%;
    margin-left: 4%;
    text-align: right;
  }
  .exit-popup .description{
    margin-top: 0;
    font-size: 20px;
  }
  .exit-popup .list{
    display: block;
  }
  .exit-popup .list .column.first,
  .exit-popup .list .column.second{
    padding: 0;
  }
  .exit-popup .list .column p{
    margin:0 0 4px;
    font-size: 20px;
  }
  .exit-popup #hadassah-exit-popup-form h2{
    margin: 20px 4% 10px;
    font-size: 20px;
    text-align: right;
  }
  .exit-popup #hadassah-exit-popup-form p{
    clear: both;
  }
  .exit-popup #hadassah-exit-popup-form p:after{
    display: block;
    content: '';
    clear: both;
  }
  .exit-popup #hadassah-exit-popup-form p > span.wpcf7-form-control-wrap{
    display: block;
    float: none;
    width: 92% !important;
    margin: 0 4% !important;
  }
  .exit-popup #hadassah-exit-popup-form p > span.your-name{
    margin-right: 4%;
  }
  .exit-popup #hadassah-exit-popup-form input.input-name, 
  .exit-popup #hadassah-exit-popup-form input.input-email{
    width: 100%;
    height: 41px !important;
    font-size: 20px !important;
    border-radius: 25px !important;
    margin: 0 0 15px !important;
  }
  .exit-popup #hadassah-exit-popup-form button, 
  .exit-popup #hadassah-exit-popup-form input[type="submit"]{
    float: none;
    width: 92% !important;
    height: 41px !important;
    margin-right: 4% !important;
  }
  .exit-popup .progress-button[data-perspective] .content{
    width: 100%;
    height: 41px;
  }
  .exit-popup #hadassah-exit-popup-form .checkbox-container{
    margin-right: 4% !important;
  }
  .exit-popup #hadassah-exit-popup-form .checkbox-container .checkbox{
    width: 22px;
    height: 22px;
  }
}