#asns-contactform-wrapper {
	position: relative;
}

#asns-contactform-content-form-locations-wrapper .asns-contactform-content-form-locations-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 70px;
}

#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper .asns-contactform-content-form-locations-container #asns-contactform-content-wrapper {
	display: flex;
	flex-direction: column;
	flex: 0 1 calc( 50% - 35px );
	justify-content: center;
	padding-right: 0; /* 16.66667%; */
}

#asns-contactform-wrapper.image-position-right #asns-contactform-content-form-locations-wrapper .asns-contactform-content-form-locations-container #asns-contactform-content-wrapper {
	padding-right: 0;
}

#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper .asns-contactform-content-form-locations-container #asns-contactform-content-wrapper .asns-contactform-content-container .asns-contactform-content-content {
	color: var(--font-color-black);
	margin-bottom: 70px;
}


#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper .asns-contactform-image-container {
	display: flex;
	flex-direction: column;
	flex: 0 1 calc( 50% - 35px );
}

#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper .asns-contactform-image-container img {
	max-width: 100%;
	height: auto;
	border-radius: 30px;
}

#asns-contactform-bottom-border-wrapper {
	position: relative;
	transform: rotateX(180deg);
	width: 100%;
	z-index: -1;
}

#asns-contactform-bottom-border-wrapper img {
	width: 100%;
	height: auto;
}

#asns-contactform-offices-wrapper {
	display: flex;
	flex-direction: column;
	flex: 0 1 calc( 50% - 35px);
	max-width: calc( 50% - 35px);
	border-right: 1px solid #001E53;
}

.asns-contactform-offices-introtext-container {
	color: var(--font-color-black);
	padding-right: 60px;
	margin-bottom: 35px;
}

.asns-header-contact-header-content-offices-content-container {
	position: relative;
	display: flex;
	flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
	padding-right: 60px;
}

.asns-contactform-offices-content-button {
	display: inline-block;
	font-weight: 500;
	color: var(--default-font-color);
	height: 60px;
	line-height: 10px;
	padding: 25px;
	margin: 0 15px 15px 0;
	background-color: var(--form-button-bg-color);
	border: 1px solid var(--form-button-border-color);
	border-radius: 30px;
	transition: all .3s ease-in-out;
}

.asns-contactform-offices-content-button.active {
	color: var(--form-button-font-color-white);
	background-color: var(--form-button-bg-color-blue);
	transition: all .3s ease-in-out;
}

.asns-contactform-offices-content-button:hover {
	cursor: pointer;
	color: var(--form-button-font-color-white);
	background-color: var(--form-button-bg-color-blue);
	transition: all .3s ease-in-out;
}

.asns-contactform-offices-content-button:first-of-type {
	margin-left: 0;
}

.asns-contactform-offices-content-button:last-of-type {
	margin-right: 0;
}

#asns-contactform-offices-content-offices-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	min-width: 100%;
	margin-top: 50px;
}

.asns-contactform-offices-content-single-office-container {
	position: absolute;
	color: var(--font-color-black);
	visibility: hidden;
	z-index: -1000;
	opacity: 0;
	transition: all .3s ease-in-out;
}

.asns-contactform-offices-content-single-office-container.active {
	visibility: visible;
	z-index: 1;
	opacity: 1;
	transition: all .3s ease-in-out;
}

.asns-contactform-offices-content-single-office-content-container p:first-of-type {
	font-weight: 500;
	margin-bottom: 0;
}

.asns-contactform-offices-content-single-office-phone-number::before {
	position: relative;
	top: 5px;
	display: inline-block;
	content: '';
	height: 28px;
	width: 28px;
	background-image: url('images/ASNS_-_Icons_-_Phone.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 10px;
}

#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper .gform_body label {
	font-family: 'Inter Tight';
	font-size: var(--font-size-18);
	color: var(--font-color-black);
	font-weight: 300;
}

#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper .gform_body .ginput_container input {
	background-color: transparent;
	border: 0 none;
	border-bottom: 1px solid #FFA902;
	border-radius: 0;
	box-shadow: none;
	height: auto;
	padding: 0 0 30px 0;
}

#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper .gform_body textarea:focus,
#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper .gform_body .ginput_container input:focus {
	outline: 0 none;
}

#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper .gform_body .ginput_container textarea {
	background-color: transparent;
	border: 0 none;
	border-bottom: 1px solid #FFA902;
	border-radius: 0;
	box-shadow: none;
	height: auto;
	padding: 0 0 0 0;
	resize: none;
}

#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper .gform_body .ginput_container textarea.small {
	height: 8rem;
	min-block-size: 4rem;
}

#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper .gform_body .ginput_container input::placeholder,
#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper .gform_body .ginput_container textarea::placeholder {
  color: #C1C1C1;
  opacity: 1; /* Firefox */
}

#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper .gform_body .ginput_container input::-ms-input-placeholder,
#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper .gform_body .ginput_container textarea::-ms-input-placeholder { /* Edge 12 -18 */
  color: #C1C1C1;
}

#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper .gform_footer {
	margin-top: 40px;
}


#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper input[type="checkbox"] {
	visibility: hidden;
	display: none;
	width: 100%;
}

#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper input[type="checkbox"] + label {
	position: relative;
	width: auto;
	margin-left: 25px;
	margin-right: 30px; 
	border: 0 none;
	transition: all .2s ease-in-out;
}

#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper input[type="checkbox"] + label:before {
	display: inline-block;
	content: '';
	height: 15px;
	width: 15px;
	margin-right: 10px;
	margin-left: -25px;
	border: 2px solid var(--form-button-border-color);
	transition: all .2s ease-in-out;
}

#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper input[type="checkbox"]:checked + label:before {
	background-color: var(--form-button-bg-color-blue);
	transition: all .2s ease-in-out;
}

#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper input[type="checkbox"]:hover + label {
	cursor: pointer;
	transition: all .2s ease-in-out;
}

#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper #validation_message_2_8 {
	margin-left: 25px;
}

#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper .gform_footer input[type="submit"] {
	display: inline-block;
	font-family: 'Metropolis', sans-serf;
	font-size: var(--font-size-18);
	font-weight: 500;
	color: var(--default-font-color);
	height: 50px;
	line-height: 20px;
	padding: 15px 60px;
	background-color: #FFA902;
	border: 1px solid #FFA902;
	border-radius: 25px;
	transition: all .3s ease-in-out;
}

#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper .gform_footer input[type="submit"]:hover,
#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper .gform_footer input[type="submit"]:focus {
	color: #FFFFFF;
	background-color: var(--form-button-bg-color-blue);
	border-color: var(--font-button-border-color);
	outline: 0 none;
	transition: all .3s ease-in-out;
}




/* ---- MOBILE ----- */
@media( max-width: 767px ) {
	.asns-contactform-container {
		padding: 70px 0!important;
	}

	#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper .asns-contactform-content-form-locations-container #asns-contactform-content-wrapper {
		display: flex;
		flex-direction: column;
		flex: 0 1 100%;
		justify-content: center;
		padding-right: 0;
	}

	#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper .asns-contactform-image-container {
		flex: 0 1 100%;
	}

	#asns-contactform-offices-wrapper {
		display: flex;
		flex-direction: column;
		flex: 0 1 100%;
		max-width: 100%;
		border-right: 0 none;
	}
}



/* ---- TABLET - PORTRAIT ---- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.asns-contactform-container {
		padding: 70px 0!important;
	}

	#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper .asns-contactform-content-form-locations-container #asns-contactform-content-wrapper {
		display: flex;
		flex-direction: column;
		flex: 0 1 100%;
		justify-content: center;
		padding-right: 0;
	}

	#asns-contactform-wrapper #asns-contactform-content-form-locations-wrapper .asns-contactform-image-container {
		flex: 0 1 100%;
	}

	#asns-contactform-offices-wrapper {
		display: flex;
		flex-direction: column;
		flex: 0 1 100%;
		max-width: 100%;
		margin-bottom: 70px;
		border-right: 0 none;
	}
}


@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
	#asns-contactform-wrapper .asns-contactform-content-form-locations-container #rig-header-contact-header-content-offices-wrapper {
		border: 0 none;
	}
}





/* ---- PREVIEW BACK-END ---- */
#text-wrapper {
	padding: 35px 0;
}