

/*General */



#form-main{
	width:100%;
	/* float:left; */
	padding-top:0px;
}
#form-main h1{text-align:left;font-size: 5em;margin-bottom: 10px;margin-top: 55px;color: #3f6ab0;line-height: .8em;letter-spacing: -4px;}
#form-main h1 span {color:#dfb94a}
#form-main h3{text-align:left;font-size: 1.25em;color: #18234a;/* letter-spacing: -1px; */padding-bottom: 5px;}
#form-div {
	background-color: rgba(72,72,72,0.1);
	padding-left:35px;
	padding-right:35px;
	padding-top: 36px;
	padding-bottom: 40px;
	/* width: 450px; */
	margin-top: 80px;
	border-radius: 7px;
	margin-bottom: 170px;
}
.careers h4 {padding-bottom:15px}
.careers h3 {padding-top:15px}
.montform  p {margin-bottom:0px}
.montform .feedback-input {
	color:#3c3c3c;
	/* font-weight:500; */
	font-size: 16px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 5px 13px 13px 46px;
	margin-bottom: 10px;
	width:100%;
	box-sizing: border-box;
	border: 3px solid rgba(0,0,0,0);
	min-height: 45px;
}
/*Inputs styles*/
.montform .feedback-input:focus{
	background: #fff;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}


/* Icons ---------------------------------- */
.montform  #name{
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-address-book.svg);
	background-size: 30px 30px;
	/* background-position: 11px 8px; */
	background-repeat: no-repeat;
}

.montform  #name:focus{
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-address-book.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

.montform  #email{
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-mail.svg);
	background-size: 30px 30px;
	/* background-position: 11px 8px; */
	background-repeat: no-repeat;
}

.montform  #email:focus{
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-mail.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

.montform  #comment{
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-pencil.svg);
	background-size: 30px 30px;
	background-position: 4px 8px;
	background-repeat: no-repeat;
}

.montform  textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

.montform  input:hover, .montform  textarea:hover,
.montform  input:focus, .montform  textarea:focus {
	background-color:#e6e6e6;
}

.button-blue{
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #3f6ab0;
	color:white;
	font-size: 20px;
	padding-top:22px;
	padding-bottom:22px;
	transition: all 0.3s;
	/* margin-top:-4px; */
	font-weight:700;
	float: left;
}

.button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #fff;
}
	
.montform  .submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 79px;
	background-color: #3f6ab0;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color: #dfb94a;
}

/*Styles for small screens*/

@media  only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}

