main {
	/*
	height: -webkit-calc( 100vh - 109px );
	height: expression( 100vh - 109px );
	height: -moz-calc( 100vh - 109px );
	height: -o-calc( 100vh - 109px );
	height: calc( 100vh - 109px );
	*/
   }
   
   .contact-page{
	background-color: #fff;
	height: 80vh;
   }
   
   .contact-page .contact-headline-paragraph{
	width: 100%;
   }
   
   .contact-page .contact-headline-paragraph a{
	text-decoration: unset;
	color: #47AEEA;
	transition: all .5s ease-in-out;
   }
   
   .contact-page .contact-headline-paragraph a:hover{
	color: #e62930;
   }
   
   .contact-form-wrapper form:after { 
	content: ''; 
	visibility: hidden; 
	display: block; 
	height: 0; 
	clear: both;
   }
   
   .contact-form-wrapper p {
	margin: 0;
   }
   
   .contact-form-wrapper br {
	display: none;
   }
   
   .contact-form-wrapper .inputs-col {
	width: 48.55%;
   }
   
   .contact-form-wrapper .inputs-col.pull-right .margin-me{
	margin-bottom: 17px;
   }
   
   .contact-form-wrapper .inputs-col .margin-me {
	margin-bottom: 27px;
   }
   
   .contact-form-wrapper input,
   .contact-form-wrapper textarea {
	background-color: #fff;
	padding: 0 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: none;
	font-size: 16px;
	height: 56px;
	border-radius: 27px;
   }
   
   .contact-form-wrapper textarea {
	height: 141px;
	padding-top: 22px;
	/* margin-bottom: 7px; */
   }
   
   ::placeholder {
	color: #9D9D9D;
	opacity: 1; /* Firefox */
   }
   
   :-ms-input-placeholder {
	color: #9D9D9D;
   }
   
   ::-ms-input-placeholder {
	color: #9D9D9D;
   }
   
   .contact-form-wrapper .input-wrapper.submit input {
	background-color: #164a96;
	cursor: pointer;
	text-align: center;
   }
   
   .contact-form-wrapper .input-wrapper.submit input:hover {
	background-color: #437ED7;
   }
   
   .contact-form-wrapper input.wpcf7-not-valid,
   .contact-form-wrapper textarea.wpcf7-not-valid {
	border: 1px solid #f00;
   }
   
   .wpcf7-not-valid-tip{
	font-size: 13px;
	   padding: 5px 30px 0;
	line-height: initial;
   }
   
   /* span.wpcf7-not-valid-tip {
	display: none;
   } */
   
   .wpcf7-form.sent{
	position: relative;
   }
   
   .wpcf7-form.invalid .wpcf7-response-output{
	display: none;
   }
   
   div.wpcf7-response-output{
	clear: both;
	margin: 0!important;
   }
   
   .wpcf7-form.sent div.wpcf7-response-output {
	
	   position: absolute;
	   right: 0;
	   bottom: 27px;
	   text-transform: uppercase;
	   height: 56px;
	   padding: 0!important;
	   width: 48.5%;
	   background-color: #164a96;
	   font-size: 16px;
	   border-radius: 27px;
	   text-align: center;
	   align-items: center;
	   display: flex;
	   justify-content: center;
	   color: #fff;
	border: none!important;
   }
   
   @media only all and ( max-height: 850px ) and ( min-height: 931px ) {
   

	
   
   }
   
   @media only all and ( max-height: 720px ) and ( min-height: 931px ) {
   

	
   
   }
   
   @media only all and ( max-height: 630px ) and ( min-height: 931px ) {
   

   
	.contact-form-wrapper input {
	 height: 50px;
	}
   
	.contact-form-wrapper textarea {
	 height: 124px;
	 padding-top: 15px;
	}
   
	.contact-form-wrapper .inputs-col .margin-me {
	 margin-bottom: 24px;
	}
   
   }
   
   @media only all and ( max-width: 1550px ) {
   
	.container-1520 {
	 width: 1200px;
	}
   
   }
   
   @media only all and ( max-width: 1230px ) {
   
	.container-1520 {
	 width: 900px;
	}

   }
   
   @media only all and ( max-width: 930px ) {
   
	.wpcf7-form.sent div.wpcf7-response-output{
	 width: 100%;
	}
   
	main {
	 height: auto;
	}

	
	.container-1520 {
	 width: 100%;
	 -moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 padding: 0 30px 65px;
	}
   
	.contact-form-wrapper .inputs-col {
	 width: 100%;
	}
	
	.contact-form-wrapper .inputs-col.left {
	 margin-bottom: 44px;
	}
   
   }