.freeQuote {
  background-color: #ee2d3c;       
  background-image: url(images/temp-quote-bg.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  padding: 0 0 0 0;
  color: #fff;
  position: relative;
}

.freeQuote.style__black {
	background: #0a1119;
}

.freeQuote-title {
  font-family: "Helvetica-Bold", Helvetica, Arial, serif;
  font-size: 30.0px;
  color: #fff;
  text-align: left;
  line-height: 35.0px;
}

.freeQuote-subtitle {
  font-family: "Helvetica-Light", Helvetica, Arial, serif;
  font-size: 23.0px;
  color: #fff;
  text-align: justify;
  line-height: 20.0px;
}



.freeQuote-tab-label {
	position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%,0);
  margin-bottom: -1px;
	background: #EE2D3C;
	height: 45px;
	line-height: 48px;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	padding: 0 10px;
	z-index: 10  
}

.style__black .freeQuote-tab-label {
	background: #0a1119;
}

.freeQuote-tab-label-left {
	position: absolute;
	height: 100%;
	width: auto;
	right: 98%;
}

.freeQuote-tab-label-right {
	position: absolute;
	height: 100%;
	width: auto;
	left: 98%;
}

.label__de {
	padding-left: 30px;
	position: relative;
}

.footerForm-checkbox-custom.is__de {
	position: absolute;
	left: 0;
	top: 4px;
}


@media (max-width: 767px) {
  .freeQuote-tab-label {
  	position: static;
    transform: none;
    text-align: center;
    width: 100%;
    max-width: 320px;
		font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    padding: 40px 0 60px 0;
    margin: 0 auto;
  }
  
  .freeQuote-tab-label span{
		font-size: 15px;
    line-height: 20px;
    font-weight: 200;
  }  
  
  .freeQuote-tab-label-left {
    display: none;
  }

  .freeQuote-tab-label-right {
    display: none;
  }
}












.rhapsodeFooter {
	background: #e1e0da;
  position: relative;
  padding: 10px 0;
  color: #000;
}

.rhapsodeFooter-appicon {
	position: absolute;
  top: 0;
  left: 50%;
  height: 138px;
  width: 138px;
  transform: rotate(7deg);
  margin: -60px 0 0 -65px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.85);
  border-radius:22px;
}

.rhapsodeFooter-title {
  font-family: "Helvetica-Light", Helvetica, Arial, serif;
  font-size: 23.0px;
  color: #000;
  text-align: justify;
  line-height: 20.0px;
  text-align: center;
  margin: 120px 0;
}





.footerForm {
	max-width: 640px;
	margin: 58px auto;
}



@media (max-width: 767px) {
  .footerForm {
    display: flex;
    flex-direction:column;
	padding: 0 50px;
  }
  
  .footerForm-row-2  {
  order: 1;
  }
}

.footerForm-input {
	background: transparent;
	border: 1px solid #fff;
	height: 40px;
	padding: 10px;
	margin: 0 0 20px 0;
	width: 100%;
	font-size: 15px;
	line-height: 18px;
}

.footerForm-input::-webkit-input-placeholder {
	color: #D8D8D8;
}

@media (max-width: 767px) {
	.footerForm-input {
		text-align: center;
	}
}

/*
.footerForm-submit {
	background: transparent;
	border: 1px solid #fff;
	height: 40px;
	padding: 10px;
	margin: 0 0 20px 0;
	width: 100%;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}
*/

/*
.footerForm-submit {
	background: transparent;
	border: 1px solid #fff;
	height: 40px;
	padding: 10px;
	margin: 0 0 20px 0;
	width: 100%;
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
	padding: 3px 0 0 0;
	box-sizing: border-box;
}


.footerForm-submit {
	background: transparent;
	border: 1px solid #fff;
	height: 40px;
	padding: 10px;
	margin: 0 0 20px 0;
	width: 100%;
	font-size: 15.5px;
	line-height: 1;
	font-weight: bold;
	padding: 3px 0 0 0;
	box-sizing: border-box;
}
*/


.footerForm-submit {
    background: transparent;
    border: 1px solid #fff;
    height: 40px;
    margin: 0 0 20px 0;
    width: 100%;
    font-size: 15.5px;
    line-height: 1;
    font-weight: bold;
    /*padding: 8px 0 3px 0;*/
    box-sizing: border-box;
	display: inline-flex;
  	align-items: center;
	justify-content: center;
}	

.footerForm-checkbox {
	display: none;
}

.footerForm-checkbox-custom {
	position: relative;      
	width: 26px;             
	height: 26px;            
	border: 1px solid #fff;
}

.footerForm-checkbox-custom,
.footerForm-checkbox-label {
	display: inline-block;
	vertical-align: middle;
	font-weight: 200;
	padding-left: 6px;
	color: #D8D8D8;
  letter-spacing: -0.2px;
}

.footerForm-checkbox:checked + .footerForm-checkbox-custom::before, .footerForm-row-2.checked .footerForm-checkbox-custom::before {
	content: "";             
	display: block;			 
	position: absolute;      
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 4px;
	background: #fff;     
	border-radius: 0;

}


.footerForm-terms-icon {
	position: absolute;
  right: -1px;
  top: 2px;
	margin-top: 2px;
	width:18px; height:19px; background:url(images/i-icon.png) center center no-repeat;
}
span.wpcf7-list-item {margin:0 !important;}


.footerForm-row-1 {
	padding-bottom: 35px;
}

.footerForm-row-2 {
	padding-bottom: 20px;
}

.footerForm-row-2 label br {display:none;}

.freeQuote-quote {
	font-size: 15px;
  line-height: 25px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .freeQuote-wrapper {
		display: none;
  }
}

.freeQuote-wrapper {
  margin-bottom: 40px;
}


.freeQuote-caption {
	margin: 12px 0 0 0;
  padding:  0 0 0 55px;
  background-image: url(images/quotes-icon.svg);
  background-position: left center;
  background-repeat: no-repeat;
}

.freeQuote-author {
	font-size: 13px;
  line-height: 20px;
  font-weight: bold;
}

.freeQuote-author {
	font-size: 13px;
  line-height: 20px;
}




.widget-wrapper {
	background: #ee2d3c;
	padding: 0 0 50px 0;
}

.widget-title {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding: 50px 0 20px 0;
	border-top: 1px solid rgba(255,255,255,0.3);	
}

#CSIWidget {

}

.WidgetIMG {
	max-width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}

.rbutton.btnPrimary.fpbtn {
	font-size: 16px !important;
	margin: 30px auto 0 auto;
	display: block;
	background: #d7303d;
	border: 1px solid #fff;
	border-radius: 25px;
	color: #fff;
	padding-bottom: 1px;
}

.rbutton.btnPrimary.fpbtn:hover {
	background: #fff;
	color: #ee2d3c;
}

.CSIWidgetBlankRow12 + .CSIWidgetNewText11{
	display: block;
}

.CSIWidgetNewText11 {
	display: none;
}

.CSIWidgetNewText14 {
	display: none;
}