 /**/
.iwd_form label { display: block; float: left; width: 130px; }
.iwd_form input[type="text"], .iwd_form input[type="password"],
.iwd_form input[type="email"], .iwd_form input[type="date"] , .iwd_form input[type="time"]{
	padding: 4px 8px;
	background: #f0f0f0;
	border: 1px solid #ccc;
}
.iwd_form input[type="text"]:focus, .iwd_form input[type="password"]:focus,
.iwd_form input[type="email"]:focus, .iwd_form input[type="date"]:focus , .iwd_form input[type="time"]:focus {
	border-color: #aaa;
}

input[type="time"] {
	width: 100%;
	border: 1px solid #666;
	border-radius: 3px;
	padding: .5rem 1rem;
	transition: all .3s;
}


.iwd_errors { padding: 8px; border: 1px solid #f50; margin: 0 0 15px; }

.iwd-wrapper{
	text-align:center;
	margin:50px auto;
  }
  
  .iwd-tabs{
	margin-top:15px;
	margin-bottom:40px;
	font-size:15px;   
	padding:0px;
	list-style:none;
	background:#fff;
	box-shadow:0px 5px 20px rgba(0,0,0,0.1);
	display:inline-block;
	border-radius:50px;
	position:relative;
  }

  .iwd-card {
	  padding: 25px; 
	  box-shadow:0px 5px 20px rgba(0,0,0,0.1);
	  border-radius: 10px;
	  text-align: left;
  }
  
  .iwd-tabs a{
	text-decoration:none;
	color: #777;
	text-transform:uppercase;
	padding:10px 20px;
	display:inline-block;
	position:relative;
	z-index:1;
	transition-duration:0.6s;
  }
  
  .iwd-tabs a.active{
	color:#fff;
  }
  
  .iwd-tabs a i{
	margin-right:5px;
  }
  
  .iwd-tabs .selector{
	height:100%;
	display:inline-block;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	border-radius:50px;
	transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	
	background: #05abe0;
	background: -moz-linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
	background: -webkit-linear-gradient(45deg, #05abe0 0%,#8200f4 100%);
	background: linear-gradient(45deg, #05abe0 0%,#8200f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#8200f4',GradientType=1 );
}
  
.iwd-hidden {
    display: none !important;
}

footer .alert{
	color: white !important;
}

.summary-headline {
	padding: 12px !important;
	background: #13287D !important;
	color: white !important;
}

#summary-form label{
	font-size: 16px;
}

#summary-form .btn-default{
	color: white !important;
}
#summary-form .form-group{
	margin-bottom:0;
}

#fe-success {
	border: 2px green solid; 
	text-align: center; 
	padding: 25px;
	font-size: 16px; 
	margin-top: 80px;
    margin-bottom: 80px;
}

input.error {
	border: solid 1px red !important;
}


.iwd-10 {
    float:left;
width: 10%; 
box-sizing: border-box;
}
.iwd-20 {
    float:left;
width: 20%; 
box-sizing: border-box;
}
.iwd-30 {
    float:left;
    box-sizing: border-box;
width: 30%; 
}
.iwd-40 {
    float:left;
    box-sizing: border-box;
width: 40%; 
}
.iwd-50 {
    float:left;
    box-sizing: border-box;
width: 50%; 
}
.iwd-60 {
    float:left;
    box-sizing: border-box;
width: 60%; 
}
.iwd-70 {
    float:left;
    box-sizing: border-box;
width: 70%; 
}
.iwd-80 {
    box-sizing: border-box;
    float:left;
width: 80%; 
}
.iwd-90 {
    float:left;
    box-sizing: border-box;
width: 90%; 
}
.iwd-100 {
    float:left;
    box-sizing: border-box;
width: 100%; 
}
.iwd-10,
.iwd-20,
.iwd-30,
.iwd-40,
.iwd-50,
.iwd-60,
.iwd-70,
.iwd-80,
.iwd-90,
.iwd-100 {
   padding:10px
    
}



@media screen and (max-width: 900px) {
	.iwd-10,
	.iwd-20,
	.iwd-30,
	.iwd-40,
	.iwd-50,
	.iwd-60,
	.iwd-70,
	.iwd-80,
	.iwd-90,
	.iwd-100 {
	  width: 100%; 
	}
	}

 .iwd-button {
	font-family: "EB Garamond", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	fill: #928057;
	color: #928057 !important;
	background-color: white;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #928057 !important;
	padding: 10px 10px 10px 10px;
}

.iwd-button:hover,.iwd-button:active, .iwd-button:focus {
	background: #928057 !important; 
	color: white !important; 
} 


.iwdgbimg {
	height: 150px; 
	width:150px; 
	background-size:contain; 
	background-repeat: no-repeat;
	background-position: center center;
}