.tx-ne-contactmap {
	padding: 0 0 25px;
}

.tx-ne-contactmap .input_box,
.tx-ne-contactmap .select_box {
	margin-bottom: 10px;
}

.map_outer {
	margin-top: 20px;
}

.map_canvas {
	width: 280px;
	height: 300px;
}

.hq_map_canvas {
	margin-bottom: 30px;
}

.legend {
	margin-top: 20px;
}

.legend .legend_items span {
	font-size: 11px;
	color: #000;
	display: inline-block;
	padding-left: 20px;
	padding-right: 10px;
	line-height: 23px;
}

.legend .legend_items .red_pin {
	background: url("../Icons/legend-red-pin.png") no-repeat;
}

.legend .legend_items .gray_pin {
	background: url("../Icons/legend-gray-pin.png") no-repeat;
}

.legend .legend_items .blue_pin {
	background: url("../Icons/legend-blue-pin.png") no-repeat;
}

.office_outer {
	margin-top: 30px;
	border-bottom: 1px solid #d8d9da;
}

.office_outer .grid_unit {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.office_details .grid_unit {
	border-top: 1px solid #d8d9da;
}

.office_details .office_item .office_icon,
.tooltip_inner .office_icon {
	float: left;
	margin-right: 10px;
}

.tooltip_inner .office_icon {
	display: none;
}

.office_details .office_item .office_icon img {
	cursor: pointer;
}

.office_details .office_item .office_text,
.tooltip_inner .office_text {
	float: left;
	width: 80%;
}

.office_details .office_text a {
	display: block;
	word-wrap: break-word;
}

.office_details .office_text .company_name:hover {
	cursor: pointer;
	text-decoration: underline;
}

.office_details .office_item .company_name span {
	margin-top: 4px;
}

.office_details .office_item .address {
	clear: both;
}

.office_details .office_item .contact {
	margin-top: 20px;
}

.map_canvas .select_box {
	margin: 20px 0 0 20px;
}

.map_canvas .optionList {
	max-height: 200px;
}

.gm-style {
	font-family: inherit;
}

.gm-style img {
	max-width: none;
}

.gm-style .gm-style-iw strong {
	font-weight: bold;
}

/* Country Selector Home */
.country_selector .select_boxes {
	margin-top: 20px;
}

.country_selector .select_boxes .select_box {
	margin-top: 10px;
}

body.mobile .download_contacts,
body.tablet .download_contacts {
	display: none !important;
}

/******************************* BP 480 *******************************/
.bp_480 .tx-ne-contactmap .input_box,
.bp_480 .tx-ne-contactmap .select_box {
	width: 265px;
}

.bp_480 .map_canvas {
	width: 440px;
	height: 300px;
}

/******************************* /BP 480 *******************************/

/******************************* BP 768 *******************************/
.bp_768 .map_outer {
	margin-top: 30px;
}

.bp_768 .map_canvas {
	width: 650px;
	height: 375px;
	margin-left: 0;
}

.bp_768 .hq_map_canvas {
	width: 358px;
	height: 358px;
	float: left;
}

.bp_768 .container .tx-ne-contactmap:first-child .hq_map_canvas {
	margin-right: 12px;
}

.bp_768 .tooltip_inner .office_icon {
	display: block;
}

.bp_768 .legend {
	margin-top: 30px;
}

.bp_768 .legend .legend_items {
	float: left;
	margin-bottom: 20px;
}

.bp_768 .office_outer {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
}

.bp_768 .office_outer .grid_unit {
	width: 50%;
}

.bp_768 .office_outer .grid_unit:nth-child(2n+1) .office_item {
	border-right: 1px solid #d8d9da;
}

/******************************* /BP 768 *******************************/

/******************************* BP 1024 *******************************/
.bp_1024 .tx-ne-contactmap {
	padding: 0 0 35px;
}

.bp_1024 .tx-ne-contactmap .input_box,
.bp_1024 .tx-ne-contactmap .select_box {
	float: left;
	width: 175px;
}

.bp_1024 .tx-ne-contactmap .input_box.arrow_before,
.bp_1024 .tx-ne-contactmap .select_box.arrow_before {
	margin-left: 37px;
}

.bp_1024 .tx-ne-contactmap .input_box.arrow_before:before,
.bp_1024 .tx-ne-contactmap .select_box.arrow_before:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 8px solid #454447;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 10px;
	left: -20px;
}

.bp_1024 .map_outer {
	margin-top: 20px;
}

.bp_1024 .map_canvas {
	width: 600px;
	height: 400px;
}

.bp_1024 .hq_map_canvas {
	width: 415px;
	height: 415px;
}

.bp_1024 .office_outer .grid_unit {
	width: 33%;

}

.bp_1024 .office_outer .grid_unit .office_item {
	border-right: 1px solid #d8d9da;
}

.bp_1024 .office_outer .grid_unit:nth-child(3n) .office_item {
	border-right: 0;
}

.bp_1024 .map_canvas .optionList {
	max-height: 300px;
}

.bp_1024 .container .tx-ne-contactmap:first-child .hq_map_canvas {
	margin-right: 10px;
}

.bp_1024 .office_details .office_item .office_icon {
	display: none;
}

.bp_1024 .download_contacts {
	font-family: "Roboto Regular", sans-serif;
	font-size: 15px !important;
	background: url("../Icons/icon_print.png") no-repeat;
	line-height: 20px;
	text-decoration: none;
	padding-left: 28px;
	margin-bottom: 20px;
	display: block;
}

.bp_1024 .download_contacts.hovered {
	background: url("../Icons/icon_print_h.png") no-repeat;
}

/******************************* /BP 1024 *******************************/

/******************************* BP 1200 *******************************/
.bp_1200 .tx-ne-contactmap .input_box,
.bp_1200 .tx-ne-contactmap .select_box {
	width: 265px;
}

.bp_1200 .map_canvas {
	width: 870px;
	height: 475px;
}

.bp_1200 .hq_map_canvas {
	width: 425px;
	height: 425px;
}

.bp_1200 .office_details .office_item .office_icon {
	display: block;
}

/******************************* /BP 1200 *******************************/

.office_details .office_item .contact .email,
.office_details .office_item .contact .linkedin {
	margin-top: 2px;
}

.office_details .office_item .contact .linkedin a {
	background: url("../Icons/linkedin.svg") no-repeat left center;
	background-size: 12px 12px;
	padding-left: 15px;
}