@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

html {
  font-family: 'Montserrat', Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #F2F3EB;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  color: #5A5A5A;
  font: inherit;
  margin: 0;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}

.divh1 {
  display: flex;
  justify-content: center;
}
.spanh1 {
  text-align: center;
  font-size: 2rem;
  /*color: #a99e90;*/
  font-weight: 400;
}

.content-detail-holder {
  /*border: solid 3px #a99e90;*/
  max-width: 768px;
  margin: 0px auto;
  position: relative;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  border-radius: 16px;
  padding: 40px 20px;
  z-index: 10;
  background: #fff;
  margin-top: 2.5rem;
}

form {
  padding: 37.5px;
  margin: 0px 0 50px 0;
}

.underline {
  border-bottom: solid 2px #A99E90;
  margin: 0rem auto 5rem auto;
  width: 80px;
}

.icon_wrapper {
  margin: 50px auto 0;
  width: 100%;
}

.icon {
  display: block;
  fill: #474544;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}

.email {
	float: right;
	width: 45%;
}

input[type='text'], [type='email'], select, textarea {
	background: none;
  border: none;
	/*border-bottom: solid 2px #474544;*/
  border-bottom: solid 1px lightgrey;
	color: #474544;
	font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 1px;
	margin: 0em 0 1.875em 0;
  /*margin: 0em 0 0.5em 0;*/
	/*padding: 0 0 0.875em 0;*/
  text-transform: uppercase;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
  /*
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
  */
  
}
input[type='text'] {
margin-bottom: 1rem;
}
input[type='text']:focus, [type='email']:focus, textarea:focus {
	outline: none;
	/*padding: 0 0 0.875em 0;*/
}

.message {
	float: none;
}

.name {
	float: left;
	width: 45%;
}

select {
  background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.subject {
  width: 100%;
}

.telephone {
  width: 100%;
}

textarea {
	line-height: 150%;
	height: 150px;
	resize: none;
  width: 100%;
}

::-webkit-input-placeholder {
	color: #474544;
}

:-moz-placeholder { 
	color: #474544;
	opacity: 1;
}

::-moz-placeholder {
	color: #474544;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #474544;
}

#form_button {
  background: none;
  border: solid 2px #474544;
  color: #474544;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 20px 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#form_button:hover {
  background: #474544;
  color: #F2F3EB;
}
.intro {
  min-height: 0;
}
form .webformFieldset:nth-child(1) {
float: none;
}
form .webformFieldset:nth-child(2) {
  margin-right: 2%;
  width: 49%;
  height: 95px;
  min-height: 95px;
}
form .webformFieldset:nth-child(3) {
  width:49%;
  height: 95px;
  min-height: 95px;
}
form .webformFieldset:nth-child(4) {
  width: 100%;
  height: 95px;
  min-height: 95px;
}
form .webformFieldset:nth-child(5) {
  width:49%;
}
form .webformFieldset:nth-child(6) {
  margin-right: 2%;
  width: 49%;
}
form .webformFieldset:nth-child(7) {
  width: 49%;
}
form .webformFieldset:nth-child(8) {
    margin-right: 2%;
  width: 49%;
}
form .webformFieldset:nth-child(9) {
  width: 49%;
}
fieldset.webformFieldset:last-child {
display: none;
}
.form-check {
  float: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .content-detail-holder {
    margin: 0;
    margin-top: 2.5rem;
    width: 100%;
    box-shadow: none;
  }
  form {
    padding: 0;
  }
 form .webformFieldset:nth-child(2) {
  margin-right: 0;
  width:100%;
}
  form .webformFieldset:nth-child(3) {
  width: 100%;
}
form .webformFieldset:nth-child(4) {
  margin-right: 0;
  width:100%;
}
form .webformFieldset:nth-child(5) {
  width: 100%;
}
form .webformFieldset:nth-child(6) {
  margin-right: 0;
  width:100%;
}
form .webformFieldset:nth-child(7) {
  width:100%;
}
form .webformFieldset:nth-child(8) {
  margin-right: 0;
  width:100%;
}
 form .webformFieldset:nth-child(9) {
  width:100%;
}
}
/*
@media screen and (max-width: 630px) {
  .underline {
    width: 68px;
  }
  
  #form_button {
    padding: 15px 25px;
  }
}
@media screen and (max-width: 510px) {
   .spanh1 {
    font-size: 1rem;
  }
  
}
@media screen and (max-width: 420px) {
  
  .icon {
    height: 35px;
    width: 35px;
  }
  
  .underline {
    width: 53px;
  }
  
  input[type='text'], [type='email'], select, textarea {
    font-size: 0.875em;
  }
}
*/