#feature-wrapper {
	background-image: url(/company/contact/images/feature_graphic.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.fh1 {}
.fh1 p {color:#fff}
form#intl {display: flex;
align-items: center;
justify-content: center;}
#intl-dropdown {max-width: 400px; width: 70%; height: 48px; border: 1px solid #d6d6d6; border-radius: 3px; padding: 0 35px 0 15px; color: #878686; font-family: "SF Pro Text",Helvetica,Arial,sans-serif; font-size: 18px; font-weight: 300; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; background-color: #fff; background-image: url(/company/contact/images/dropdown_arrow_2x.png); background-position:  right 14px top 18px; background-repeat:  no-repeat; background-size: 18px 11px; }
#intl-dropdown::-ms-expand { display: none }

.contact-details-selector .section-width {width: 100%;}
.contact-details-selector .section-width .row {padding: 24px 0px;}
.contact-details-selector .section-width h2 {margin-right: 40px;}
.contact-details-selector .section {padding: 0px;}

.contact-details .location {display: flex; flex-wrap: wrap;}
.contact-details .location p.country-region {text-align: center; width: 100%; margin-bottom: 36px;}
.contact-details .location .address {width: 50%; margin-bottom: 60px;}
.contact-details .location .address .email {font-weight: 500;}
.contact-details .location .address .email span {font-weight: 300; margin: 4px 8px 16px;}
.contact-details .location .contact-info {width: 50%; margin-bottom: 60px;}
.contact-details .location .contact-info li {font-weight: 500;}
.contact-details .location .contact-info li span {font-weight: 300; display: block; margin: 4px 0px 16px;}
.contact-details .location .contact-info .btn {margin-top: 32px; text-align: center; width: 250px;}

@media screen and (max-width: 850px){
	form#intl {flex-direction: column;}
	#intl-dropdown {margin-top: 24px;}
	.contact-details-selector .section-width h2 {margin-right: 0px;line-height: 24px;}
}

@media screen and (max-width:765px){
		.contact-details .location .address, .contact-details .location .contact-info {width: 100%; margin-bottom: 40px;}
}

@media screen and (max-width:440px){
	.contact-details .location .contact-info .btn {width: 100%;}
}

/* RETINA */
@media (-webkit-min-device-pixel-ratio: 2), not all, (min-resolution: 192dpi) {
	#feature-wrapper {		background-image: url(/company/contact/images/feature_graphic_2x.jpg);	}	
}