dd {
    width:100%;
    color: #ffcc00;
    max-width: 780px;
    margin: 0px auto 0px 0px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-size: 20px;
    padding-left:50px;
}

dt {
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    width:100%;
    margin: 0px;
    text-align: left;
    padding-left:0px;
    
}



.formfield {
    width: 100%;
    float: right;
    clear: none;
}

.placeholder {
    color: #8a9978;
}
   
:invalid {
    border-color: #ff0033;
}

:required {
	color: #000 !important;
    border-color: #3c3c3c;
	background: background: rgba(0,0,0,.0);
}

form {
	width:100%;
  	padding: 0px;
  	border:none;
	margin:0px 0px 110px 0px;
}

form span{
	font-weight: 800;
	color: #000000;
	font-size: 20px;
}



select {
    padding-left:50px !important;
}





input,select {
    font-family: 'Urbanist';
    font-weight: 500;
	margin: 0px 0px 0px 0px;	 
	color: #666 !important;
    background: rgba(0,0,0,.0);
	font-weight: 200; 
	font-size: 20px;
	line-height: 30px;
    border:0px solid #3c3c3c;
    min-height:30px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: none;
}

input

select::-ms-expand {
  display: none;
    
}

input:is(:-webkit-autofill, :autofill) {
    font-family: 'Urbanist'!important;
    font-weight: 400;
	margin: 0px 0px 0px 0px;	 
	color: #000 !important;
    background: rgba(0,0,0,.0) !important;
	font-weight: 400 !important;
	font-size: 20px !important;
	line-height: 25px !important;
    min-height:30px !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    outline: none !important;
}


textarea {
    font-family: 'Urbanist';
    width: 103%;	 
	color: #666; 
	font-size: 20px;
	line-height: 30px; 
    background: rgba(251,251,251,.5);
    border:0px solid #3c3c3c;
    min-height:30px;
    display:block;
    margin: 0px 0px 0px -20px;
    padding: 0px 0px 0px 20px;
    outline: none;
}



input[type=submit] {
    font-family: 'Urbanist', sans-serif;
	margin: 0px 0px 0px 0px;	 
	color: #666;
	font-weight: 400; 
	font-size: 20px;
	line-height: 30px;
  background: #ffffff;
  margin: 10px 25% 10px 25%;
  padding:0px;
  min-height:50px;
border:2px solid #8a9978;
  -webkit-border-radius:25px;
  -moz-border-radius:25px;
  -o-border-radius:25px;
  -ms-border-radius:25px;
  border-radius:25px;
}

input,select { 
    color: #fcfcfc;
}


.thumb_content	{ padding: 0px 15px 0 15px; color: #f5f5f5; }
.thumb_content h1	{ margin: 0 0 5px 0; color: #f5f5f5; font-size: 14px; }

}

@media screen and (max-width: 1380px) {

form {
	width:100%;
  	padding: 0px;
  	border:none;
	margin:0px 0px 50px 0px;
}
    
input,select { 
}
    
}

@media screen and (max-width: 1068px) {

dd {
    width: 100%;
    max-width: 768px;
    margin: 10px auto 10px auto;
}
    
input,select {
	
}
}


@media screen and (max-width: 800px) {

form {
	width:100%;
  	padding: 0px;
}
    
dd {
    width: 90%;
    max-width: 600px;
    margin: 10px 5% 10px 5%;
}
    
input,select {
	width: 90%;
}
    
textarea {
    width: 95%;	  
}

}