/* body {
  margin: 0px; }

html body {
  box-sizing: border-box; }

.backgroundBanner {
  width: 100%;
  min-height: 300px;
  height: auto;
  background-image: url("https://va-email-assets.s3.amazonaws.com/synapseSite/synapse_pulseBackground.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: blue; }

.headerContainer {
  position: absolute;
  top: 0px;
  width: 100%;
  min-width: 300px; }

.header {
  background-color: white;
  width: 40%;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px 0px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

#pulseImg {
  float: right !important; }

.headerContainer .header img {
  padding: 2%;
  width: 70%; }

.videoContainer {
  margin-top: -150px;
  max-width: 40%;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto; }

video {
  min-width: 300px;
  width: 100%;
  height: auto; }

.copyDiv {
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 55%;
  min-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 20px; }

.title {
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #292663; }

.copy {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  font-size: 14px;
  margin-bottom: 15px;
  color: #292663;
}

.field-container {
  display: flex; }

input[type=text] {
  flex: 1;
  background-color: #b2d9ef;
  height: 30px;
  display: block !important;
  width: 100%;
  border: none;
  margin: 10px 0px;
  padding-left: 10px; }

input[type=text]:nth-child(2) {
  margin: 10px; }

.flexItem {
  padding: 15px; }

.input-box {
  border: none;
  display: block;
  margin: 20px auto;
  background-color: #f8cd0b;
  height: 25px;
  width: 130px;
  border-radius: 20px;
  padding-top: 3px;
  text-align: center;
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  cursor: pointer; }

@media screen and (max-width: 768px) {
  .field-container {
    flex-direction: column; }

  .field:nth-child(2) {
    margin: 0px; }

  .input-box {
    border: none;
    display: block;
    margin: 20px auto;
    background-color: #f8cd0b;
    height: 25px !important;
    width: 100%;
    border-radius: 20px;
    padding-top: 3px;
    text-align: center;
    font-family: 'Muli', sans-serif;
    font-weight: 800;
    cursor: pointer; } }

.thankyou {
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  font-size: 24px;
  margin-bottom: 15px;
  color: #292663;
  text-align: center;
} */





body {
  margin: 0px; }

html body {
  box-sizing: border-box; }

.backgroundBanner {
  width: 100%;
  min-height: 400px;
  height: auto;
  background-image: url("https://va-email-assets.s3.amazonaws.com/synapseSite/synapse_pulseBackground.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: blue;
  position: absolute;
  z-index: -1;
}

.headerContainer {
  /* position: absolute; */
  top: 0px;
z-index: 10;
  width: 100%;
  min-width: 300px; }

.header {
  background-color: white;
  width: 40%;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px 0px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

#pulseImg {
  float: right !important; }

.headerContainer .header img {
  padding: 2%;
  width: 70%; }

.videoContainer {
margin-top: 150px;
display: block;
  text-align: center;
  /* max-width: 40%; */
  /* min-width: 300px; */
  /* margin-left: auto;
  margin-right: auto;  */
}

video {
  min-width: 300px;
  max-width:40%;
  width: 100%;
  height: auto; }

.copyDiv {
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 55%;
  min-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 20px; }

.title {
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #292663; }

.copy {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  font-size: 14px;
  margin-bottom: 15px;
  color: #292663; }

.field-container {
  display: flex; }

input[type=text] {
  flex: 1;
  background-color: #b2d9ef;
  height: 30px;
  display: block !important;
  width: 100%;
  border: none;
  margin: 10px 0px;
  padding-left: 10px; }

input[type=text]:nth-child(2) {
  margin: 10px; }

.flexItem {
  padding: 15px; }

.input-box {
  border: none;
  display: block;
  margin: 20px auto;
  background-color: #da2128;
  color: #ffffff;
  height: 25px;
  width: 130px;
  border-radius: 20px;
  padding-top: 3px;
  text-align: center;
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  cursor: pointer; }

@media screen and (max-width: 768px) {
  .field-container {
    flex-direction: column; }

  .field:nth-child(2) {
    margin: 0px;
  }

  .input-box {
    border: none;
    display: block;
    margin: 20px auto;
    background-color: #da2128;
    color: #ffffff;
    height: 25px !important;
    width: 100%;
    border-radius: 20px;
    padding-top: 3px;
    text-align: center;
    font-family: 'Muli', sans-serif;
    font-weight: 800;
    cursor: pointer; }

  input#id_full_name {
    margin-left: 0px;
    }

}




.thankyou {
  font-family: 'Muli', sans-serif;
  font-weight: 800;
  hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  font-size: 24px;
  margin-bottom: 15px;
  color: #292663;
  text-align: center;
}


@media screen and (max-width: 1280px) {
  video, .header {
    min-width: 60% !important;
    width: 60% !important;
  }
}
@media screen and (max-width: 920px) {
  video, .header {
    min-width: 70% !important;
    width: 70% !important;
  }
}
@media screen and (max-width: 768px) {
  video, .header {
    min-width: 90% !important;
    width: 90% !important;
  }
}
