/* GENERAL TWEAKS */
.button{
	max-height: 50px;
}

/* CONTENT SECTION */
#content,
#content .container.is-fluid{
	padding: 0;
}
#content .inner-section{
	padding: 40px;
	position: relative;
	height: 100%;
}
#content .inner-section .always-visible{
	margin-bottom: 50px;
}
#content .red-section{
	background: #E30613;
	color: #fff;
}
#content p:not(:last-child){
	margin-bottom: 20px;
}
#content ul{
	list-style: disc;
	margin-top: 15px;
	margin-bottom: 15px;
}
#content ul li{
	margin-left: 20px;
}
#content ul li:not(:last-child){
	margin-left: 20px;
}
#content .button{
	min-width: 250px;
	margin-top: 15px;
	margin-bottom: 30px;
}

#content .hidding{
	padding: 0 40px;
	display: none;
}
#content .hidding .bottom-text p{
	font-size: 14px;
}
#content .hidding .bottom-text p:last-child{
	margin-bottom: 10px;
}

#content .inner-section .hidding.opened + div .plus-button-opened{
	display: none;
}
#content .inner-section .hidding.opened + div .plus-button-closed{
	display: block;
}
#content .inner-section .hidding.colsed + div .plus-button-opened{
	display: block;
}
#content .inner-section .hidding.closed + div .plus-button-closed{
	display: none;
}


@media screen and (max-width: 768px){
	#content .inner-section {
	    padding: 40px 30px;
	}
	#content .hidding{
		padding: 0;
	}
}
@media screen and (max-width: 450px){

}




/* CFORM SECTION */

.cform-form .columns{
    margin-top: 0;
    margin-bottom: 0;
}
.cform-form .columns .column{
	padding: 5px;
}

.cform-form-start .columns .column{
	padding: 5px;
}

.cform-form input[type=text],
.cform-form input[type=email],
.cform-form input[type=tel]{
	min-height: 50px;
}
.cform-form .button[type=submit]{
	min-width: 100px;
	margin: 20px 0 20px 0;
}

.cform-form-start .button[type=submit]{
	min-width: 250px;
	margin: 20px 0 40px 0;
}

@media screen and (max-width: 450px){
	.cform-form .button[type=submit]{
		min-width: 100%;
	}
}


input[type="checkbox"], input[type="radio"] {margin-right: 5px;}

.invalid::placeholder, .select.invalid {color: #E30613 !important;}

.fielderror {display: block !important;}



/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #DCDCDC;
  border: none; 
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}

.navigation {margin-top: 20px;}
.navigation #prevBtn {float:left;}
.navigation #nextBtn {float:right;}

#prevBtn {
	background-color: transparent !important;
	color: black !important;
  padding: 10px 22px 10px 0px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 0px !important;
  font-size: 15px;
  letter-spacing: 1.2px;
}

#nextBtn {
	background-color: #c62a3a !important;
    background: linear-gradient(114deg, rgba(206,45,41,1) 0%, rgba(175,45,68,1) 100%);
	color: white !important;
  padding: 10px 22px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 0px !important;
  font-size: 15px;
  letter-spacing: 1.2px;
}

#prevBtn:hover {
	color: gray;
}

#nextBtn:hover {
    background: rgb(180,50,46);
	background: linear-gradient(194deg, rgba(180,50,46,1) 0%, rgba(153,50,68,1) 100%);
	color: white;
}







select {
	color: #00000091 !important;
}

::placeholder {
	color: #00000091 !important;
	opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder {
	color: #00000091 !important;
  }
  
  ::-ms-input-placeholder {
	color: red !important;
  }

  form h4 {
	  margin-bottom: 1rem !important;
	  margin-top: 1rem !important;
	  font-size: 100% !important;
  }

  form h5 {
	font-size: 80% !important;
	  margin-top: 2rem !important;
  }

  form h5 span {
	  font-size: 60%;
	  letter-spacing: 0px;
	  font-weight: 500;
  }

  form p {
	  font-size: 1rem;
	  line-height: 1.3;
  }

  form p a, form label a {
	color: rgb(180,50,46) !important;
	font-weight: 300 !important;
  }

  form .cform-footer p {
	font-size: 80%;
  }

  .cform-form .button[type=submit] {
	background-color: #c62a3a !important;
    background: linear-gradient(114deg, rgba(206,45,41,1) 0%, rgba(175,45,68,1) 100%);
	color: white !important;
  padding: 9px 22px !important;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 0px !important;
  font-size: 15px;
  letter-spacing: 1.2px;
  width: 100%;
  border-radius: 0px !important;
  }