.accordion {
  /*background-color: #E17C8C;*/
  /*color: #FFF;*/
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 17px;
  font-weight: bold;
  transition: 0.4s;
  /*border-radius: 10px 10px 0px 0px;*/
}

.active, .accordion:hover {
  /*background-color: #E22A48;*/
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  /*color: #FDA6B4;*/
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  /*background-color: #FDA6B4;*/
  background-color: white;
  /*color:white;*/
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  
  border-right:1px solid #eee;
  border-left:1px solid #eee;
  border-bottom:1px solid #eee;
  /*border-radius: 0px 0px 10px 10px;*/
}

.columns
{
	float: left;
	margin-right: 20px;
}

input, select
{
	width:100%;height:45px;border: 1px solid #DFE2E7; border-radius: 8px;
}
/**
input:focus
{
	width:100%;height:45px;border: 1px solid #E9682B; border-radius: 8px;
}
**/
.wrapperBorder
{
	border:1px solid #DFE2E7;box-shadow: 0px 2px 30px #0000000A; padding-left:15px;padding-right:15px;padding-bottom:15px;
}

a
{
	color: #E9682B;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
.button 
{
	/** background: transparent linear-gradient(98deg, #ED6B2D 0%, #FEA960 100%) 0% 0% no-repeat padding-box;**/
	border-radius: 8px;
	background-color: #ED6B2D;
	border: none;
	color: white;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor:pointer;
	font-weight:bold;
	font-family:arial;
	width:100%;
}

.goBack
{
	height:31px;
	cursor:pointer;
}
.goBackWrapper
{
	position:fixed;top:20px;right:20px;z-index:3;width:100%; text-align:right; !important;
}

.headerWrapper
{
	top:0px;left:0px;width:100%;padding:0px;box-shadow: 0px 3px 30px #00000014;
}
.headerImage
{
	height:27px;width:144px;margin:20px;
}