/* Add some styles to the form elements */
.topForm{
  position: relative;
}
/* .overlay{
  position: absolute;
  top: -50px;
  left: -500px;
  width: 300vw;
  height: 110%;
  background-color: #F7F7F7;
  z-index: 1;
} */

.overlay{
  position: absolute;
  background-color: #F7F7F7;
  top:-50px;
  width: 100vw;
  height: 110%;
  left: calc(-1 * (100vw - 100%) / 2);
  z-index: 1;
}
.topFormContent{
  position: relative;
  z-index: 2;
}

.alertDangerText{
  color: #C23010;
  position: relative;
  margin-bottom: 2rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
ul{
  list-style-type: none;
}
#goals-1::-webkit-input-placeholder,
#follow-up-number-1::-webkit-input-placeholder,
#faith-number-1::-webkit-input-placeholder {
  color: black;
}
#goals-1::-moz-placeholder,
#follow-up-number-1::-moz-placeholder,
#faith-number-1::-moz-placeholder {
  color: black;
}
#goals-1:-ms-input-placeholder,
#follow-up-number-1:-ms-input-placeholder,
#faith-number-1:-ms-input-placeholder
{
  color: black;
}
#goals-1:-moz-placeholder,
#follow-up-number-1:-moz-placeholder,
#faith-number-1:-moz-placeholder
 {
  color: black;
}
#returning-members,#goals,#lastyr-number,#faith-number {
  box-sizing: border-box;
}


.topFormLeftTitle{
  font-size: 4rem;
}
.topform-intro-top-margin{
  margin-top: -20px;
}

.form-text {
    width: 100%;
    padding: 8px;
    border: 1px solid #7d1010;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .form-textarea {
    width: 100%;
    height: 150px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FFC107;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: white;
  }
  .row.momentHeaderMarginLeft{
    margin-left: -30px;
  }

  .personal-info-fieldset{
    margin-bottom: 50px;
    border: 1px solid #eee;
    border-left: 9px solid #eee;
    box-sizing: border-box;
    filter: drop-shadow(0 0 7px #c7c7c7);
    border-radius: 3px;
    padding: 25px;
    background: #fff;
  }


  .testflex{
    display: flex;
    gap: 10px;
  }

  .NumberLayout{
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    gap: 5px;
  }
  .questiontext {
    background: #f7f7f7;
    min-height: 200px;
    padding: 10px;
  }
  .plansection{
    display: none;
  }
  .SharingHeader{
    font-style: normal;
    font-size: 2rem;
    font-weight: 400;
    margin: 20px 0px;
    color: #000000;
  }
  span.feltthat.revival-orange.weight-medium {
    font-size: 75px;
  }
  .brainstomHeader{
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 72px;
    margin-top:120px;
    color: #333333;
  }
  .brainstomText{
    font-style: normal;
    font-weight: 400;
    margin: 50px 0px;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    color: #000000;
  }
  .sectionHeaderTitle{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43.2px;
  }
  .sectionHeaderText{
    font-style: normal;
    color: #333333;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
  }
  .TopformSectionHeader{
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
    color: #333333;
  }
  .TopformSectionSubheader{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-top: 5px;
    text-transform: uppercase;
    color: #333333;
    font-family: KapraNeuePro,sans-serif!important;
  }

  .secondFormQuestionTitle{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color:#000000;
  }

  .mainColor{
    color: #333333;
  }
  .firstColor{
    color: #F99D22;
  }
  .BGfirstColor{
    background-color:#F99D22 ;
  }
  .secondColor{
    color: #E76127;
  }
  .BGsecondColor{
    background-color:#E76127 ;
  }
  .thirdColor{
    color: #DC4128;
  }
  .BGthirdColor{
    background-color:#DC4128 ;
  }
  .missional-blue {
      color: #006880;
  }
  .button-links{
    display: flex;
    gap:5px;
    justify-content: center;
    flex-wrap: nowrap;
  }

  #goals-1, #follow-up-number-1, #faith-number-1 {
    width: 100%;
    color: #3b3b3b;
    border: 1px solid #F7F7F7;
    background: #f7f7f7;
  }
  #goals-1{
    height: 200px;
  }
  #faith-number-1 {
    height: 200px;
  }

  #follow-up-number-1 {
    height: 300px;
  }


  #barriers_field_text{
    height: 200px;
  }


  #edit-spiritually-field, #edit-contact-cards-field, #edit-instagram-field,
  #edit-calendar-field, #edit-faith-field, #edit-vision-field,#edit-barriers-field, #edit-community-field
  {
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
  }

 #edit-follow-up-field
  {
    width: 100%;
    height: 300px;
    border: 1px solid #ccc;
  }

  .cover-image {
    display: none;
  }

.video-container {
  position: relative;
  width: 95%;
  overflow: hidden;
  padding-top: 56.25%;
  margin:auto;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

  @media (max-width: 767px) {
    .overlay{
      height: 105%;
    }
    .row.momentHeaderMarginLeft{
      margin-left: 0px;
    }
    .cover-image {
      cursor: pointer;
      display: block;
    }

    video {
      display: none;
    }

    .topFormLeftTitle{
      font-size: 3.2rem;
    }
    .topFormLeft{
      text-align: center;
    }
    .topform-intro-top-margin{
      margin-top: 0px;
    }
    .sectionHeaderTitle{
      font-size: 30px;
    }
    #goals-1{
      height: 100px;
    }
    #faith-number-1{
      height: 120px;
    }
    #follow-up-number-1{
      height: 160px;
    }
    .questiontext {
      height: auto;
    }
    #edit-follow-up-field{
      height: 400px;
    }
    #edit-vision-field{
      height: 250px;
    }
    #edit-barriers-field,#edit-faith-field{
      height: 240px;
    }
    /* controller */
    .button-links{
      flex-wrap: wrap;
    }

  }


  @media (min-width: 768px) and (max-width: 991px) {

    #goals-1,#edit-calendar-field{
      height:270px;
    }
    #edit-instagram-field{
      height: 450px;
    }
    #edit-contact-cards-field{
      height: 200px;
    }
    #follow-up-number-1,#edit-follow-up-field{
      height: 470px;
    }
    #barriers-field-text,#edit-barriers-field{
      height: 300px;
    }
    #edit-vision-field-text,#edit-vision-field{
      height: 330px;
    }

    #faith-number-1,#edit-faith-field {
      height: 350px;
    }
    #Instagram-field-text{
      height: auto;
    }
  }

  @media (min-width: 991px) and (max-width: 1200px){
   #Instagram-field-text,#edit-instagram-field{
    height:280px;
   }
  }



















/* template color */