.contact__inner {
	padding-bottom:8%;
}

.snow-monkey-form {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #f2f2f2;
    color: #00468c;
    padding: 6.5rem 4rem 10%;
}

.smf-item {
    justify-content: space-between;
	align-items: flex-start;
}

.smf-item__label {
    line-height: 1.2;
	width:100%;
}

div.smf-item__description {
    color: #fff;
    background-color: #00468c;
    width: fit-content;
    height: fit-content;
    margin: 0 0 0 0 ;
    font-size: 1.3rem;
    line-height: 1.2;
    padding: 0.2rem 1rem;
	min-width: 5rem;
}

.smf-item__col--label{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.smf-form .smf-item .smf-text-control__control {
    width: 100%;
}


.smf-form .smf-item .smf-textarea-control__control {
    width: 89.9%;
}

.snow-monkey-form .smf-form--simple-table .smf-item__col--label  {
	    flex:none;
	max-width:300px;
	    padding-top: 1rem;
}

main .smf-form .smf-item .smf-text-control__control {
	padding: 0;
    height: 5rem;
    border: none;
}

.smf-select-control {
	margin-bottom:1rem;
	max-width:200px;
	width:100%;
}

.smf-select-control__control {
	width:100%;
}

.job-select .smf-select-control {
	max-width:300px;
}

 div .snow-monkey-form .smf-action{
	margin:10% auto 0 ;
	 max-width: 231px;
    border: 1px solid #00468c;
    height: 5.6rem;

}

.snow-monkey-form .smf-action .smf-button-control__control {
	background-color: rgba(0,0,0,0);
    background-image: none;
	border: none;
		color:#00468c;
	    padding: 0;
    width: 100%;
    height: 100%;
	transition: .4s;
}

.snow-monkey-form .smf-action .smf-button-control__control:hover {
    background-color: #00468c;
    color: #fff;
} 

div.smf-form div.smf-item .smf-select-control__toggle:before {
    right: calc(var(--_s-1) - -2px);
}

div.smf-form .smf-item .smf-textarea-control__control {
	border:none;
	padding:2rem;
}

[data-screen="complete"] .smf-action {
	display:none;
}

.smf-complete-content__text {
	text-align:center;
}

@media (max-width: 639px) {
	.snow-monkey-form .smf-form--simple-table .smf-item__col--label  {
	max-width:none;
}
	
	.snow-monkey-form .smf-form--simple-table .smf-item__col--label  {
	    padding-top: 0;
}
	
}
	
	
	
	
	
	
	
	
	