body {
	background: #e4f3eb;
	/* background-image: url(/../../images/LandingPage/WSJ/background.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}

@media(max-width:  768px){
  .container .row {
    flex-grow: 0 !important;
  }
}

.z-index-1{
	z-index: 1;
}

.logo {
  max-width: 651px;
  text-align: center;
}

.logo .img-fluid {
  margin: 2.2vmin;
  height: 7.5vmin;
}

@media(min-width:  1200px){
  .logo .img-fluid {
    margin: 50px;
    bottom: 0;
    left: 0;
    position: fixed;
  }
}

@media(max-width:  992px){
  .logo {
    max-height: 12vmin;
  }

  .logo .img-fluid {
    margin: 1vmin;
  }
}

@media(max-width:  768px){
  .logo {
    max-height: 15vmin;
  }

  .logo .img-fluid {
    height: 12.5vmin;
  }
}

#myVideo {
  position: fixed;
  bottom: 0px;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

@media(max-width:  768px){
  #myVideo {
    right: -100px;
    bottom: 0vmin;
  }
}

.main-text {
  background-color: #00000040;
  border-radius: 10px;
  padding: 2.2vmin;
}

@media(min-width: 992px){
  .main-text {
    max-width: 751px;
  }
}

.bottom-text {
  color: white;
  font-size: 1.4vmin;
  padding-top: 1.4vmin;
}

@media(max-width: 768px){
  .bottom-text {
    font-size: 2vmin;
    margin-top: 5vmin;
  }
}

.min-height-full{
	min-height: 100vh;
}

.confirmation-text {
  display: none;
}


/* LEFT SECTION */

.ls_inner_wrap .ls_section_stitle {
  font-family: 'Karma', serif;
  font-weight: 600;
  margin-bottom: 30px;
  width: 268px;
  margin-top: 37px;
  margin-left: 22px;
  font-size: 22px;
  color: white;
}

.ls_inner_wrap .ls_section_title {
  font-family: 'Karma', serif;
  font-weight: 800;
  margin-bottom: 0.5em;
  width: 268px;
  margin-left: 22px;
  font-size: 47px;
  color: white;
}



.ls_inner_wrap .ls_quote_wrap {
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
  margin: auto;
  font-family: 'Karma', serif;
  opacity: 0.9;
  width: 248px;
  margin-left: 32px;
  margin-top: -16px;
  font-size: 24px;
}



/* RIGHT SECTION */
.rs_inner_wrap .rs_section_title {
    font-size: 4.4vmin;
    color: #fff;
    font-family: 'Karma', serif;
    font-weight: 800;
}

@media(max-width:  1200px){
  .rs_inner_wrap .rs_section_title {
    font-size: 3.4vmin;
  }
}

@media(max-width:  768px){
  .rs_inner_wrap .rs_section_title {
    font-size: 4.4vmin;
  }
}

.rs_section_title {
  margin-bottom: 1.7vmin;
}

@media(max-width:  992px){
  .rs_section_title {
    margin-bottom: 1.2vmin;
  }
}

.rs_inner_wrap h3.rs_section_title {
  font-size: 3vmin;
  margin-bottom: 0.8vmin;
}

@media(max-width: 768px) {
  .rs_inner_wrap h3.rs_section_title {
    font-size: 3.3vmin !important;
  }
}

@media(max-width:  992px) {
  .rs_inner_wrap h3.rs_section_title {
    align-self: center;
    margin: auto;
    margin-bottom: 0.8vmin;
  }
}

.rs_inner_wrap p {
  padding: 1.1vmin;
  border-radius: 16px;
  width: 100%;
  margin: auto;
  font-size: 2.47vmin!important;
  color: #fff;
  font-family: 'Karma', serif;
}


@media(max-width: 1200px) {
  .rs_inner_wrap p {
    font-size: 2.3vmin !important;
  }
}

@media(max-width:  992px){
  .rs_inner_wrap p {
    font-size: 2vmin !important;
    padding: 0px;
  }
}

@media(max-width:  768px){
  .rs_inner_wrap p {
    font-size: 3.4vmin !important;
  }
}

.rs_inner_form {
  flex: 1 0 auto;
}

.rs_inner_wrap .termination {
  color: white;
  text-align: center;
}

.rs_inner_form .form-control{
  font-size: 2vmin;
  font-family: 'Karma', serif;
  padding-top: 1.5vmin;
}

@media(max-width:  768px){ 
  .rs_inner_form .form-control{
    font-size: 4vmin;
    padding-top: 2.5vmin;
  }
}

.rs_inner_form .form-control::placeholder{
	color: #010101;
	}

.rs_inner_form button[type="submit"]{
	background: #fff;
    font-family: 'Karma', serif;
    font-size: 3vmin;
    color: #010101;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    padding: 10px 55px;
    opacity: 0.9;
    padding-bottom: 0px;
}

@media(max-width:  768px){
  .rs_inner_form button[type="submit"]{
    font-size: 3vmin;
  }
}

@media(max-width:  992px){
  .rs_inner_form button[type="submit"]{
    padding-bottom: 2px;
  }
}

.form-check {
  text-align: center;
}

.conditional-form {
  margin-top: 1.7vmin;
}

@media(max-width:  768px){
  .conditional-form {
    margin-top: 2.7vmin;
  }
}

.rs_inner_form .form-check-input {
  float:none;
}

.rs_inner_form .form-check-input:checked[type=checkbox]{
	background-color: #000000;
  border-color: #000000;
}

.rs_inner_form .form-check-label {
  color: #fff;
  font-size: 1.72vmin;
  display: inline;
  margin-left: 0.5rem;
}

@media(max-width:  768px){
  .rs_inner_form .form-check-label {
    font-size: 3.3vmin;
  }
}

p .form-check-label{
	text-decoration: underline;
  color: #82b4ff;
}

.rs_inner_form .form-check-label a{
	color: #fff;
}

.form-select {
  font-size: 2vmin;
  font-family: 'Karma', serif;
  padding-top: 1.5vmin;
}


@media(max-width:  768px){
  .form-select {
    font-size: 4vmin;
    padding-top: 2.5vmin;
  }
}

.select2-container .select2-selection--single {
  height: 5.8vmin !important;
}

@media(max-width:  768px){
  .select2-container .select2-selection--single {
    height: 8.8vmin !important;
  }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 2.3vmin;
  font-family: 'Karma', serif;
  padding-top: 2.3vmin;
  line-height: 2vmin!important;
  color: black!important;
  padding-left: 0.75rem!important;
}

@media(max-width:  768px){
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 3.5vmin;
    padding-top: 3.5vmin;
    line-height: 2.5vmin!important;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 3vmin!important;
  margin-top: 1.5vmin;
}

@media(max-width:  768px){
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 5.5vmin!important;
    margin-top: 1.5vmin;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent!important;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 41vmin !important;
}

@media(max-width:  768px){
  .select2-container--default .select2-results>.select2-results__options {
    max-height: 85vmin !important;
  }
}

.validation-summary-errors ul li {
  background-color: #ff1c1c47;
  padding: 3px 10px;
  color: white;
  border-radius: 10px;
  margin-top: 5px;
}

@media(max-width:  768px){
  .validation-summary-errors ul li {
    font-size: 3vmin;
  }
}
