<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#page-CONTACT-DIVISIONS #container-wrapper-cdefgh {
    width:100%;
    padding-top:100px;
}

#page-CONTACT-DIVISIONS #container-c {
    width:30%;
    float:left;
    margin-bottom:100px;
}

#page-CONTACT-DIVISIONS #container-c-inner {
    max-width:420px;
}

#page-CONTACT-DIVISIONS #container-wrapper-defgh {
    width:70%;
    float:right;
}

#page-CONTACT-DIVISIONS #container-wrapper-efg #bct-wrapper {
    margin:0px;
}

#page-CONTACT-DIVISIONS #container-w #section-e-wrapper {
    text-align:center;
    height:200px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

#page-CONTACT-DIVISIONS #container-w #section-e-wrapper p a{
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #111;
    letter-spacing: 1px;
    padding-right: 50px;
    background: url(../grfx/png/arrow.png) no-repeat right 10px center;
    background-image: url(../grfx/svg/arrow.svg),none;
    background-size: 6px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#page-CONTACT-DIVISIONS #container-w #section-e-wrapper p a:hover{
	background-position: right center;
}

/*#page-CONTACT-DIVISIONS #container-w #section-e-wrapper p a::before {
    content:"";
    margin-left: 10px;
}
#page-CONTACT-DIVISIONS #container-w #section-e-wrapper p a:hover::before {
    content:"";
    margin-left: 0;
}
#page-CONTACT-DIVISIONS #container-w #section-e-wrapper p a::after {
    content:"&gt;";
    margin-left: 20px;
}
#page-CONTACT-DIVISIONS #container-w #section-e-wrapper p a:hover::after {
    content: "&gt;";
    margin-left: 25px;
}*/

#page-CONTACT-DIVISIONS #division-navigation-wrapper {
    width: 60%;
    padding-top: 38px;
    padding-bottom: 12px;
    float:right;
    border-top:#f1f1f1 3px solid;
    border-bottom:#f1f1f1 3px solid;

}

#page-CONTACT-DIVISIONS #division-navigation li a span {
    text-transform:uppercase;
    color: #ff9c00;
    font-size:16px;
    font-weight:bold;
    letter-spacing: 1px;
}
#page-CONTACT-DIVISIONS #division-navigation li a:hover span {
    color: #ff9c00!important;
    opacity:.6;
}

#page-CONTACT-DIVISIONS #division-navigation-level-2 {
    margin-left: 34px;
    margin-bottom: 28px;
}

#page-CONTACT-DIVISIONS #division-navigation-level-2 li,
#page-CONTACT-DIVISIONS #division-navigation-level-2 li a span {
    text-transform:uppercase;
    color: #8d8d8d;
    font-size:12px;
    font-weight:bold;
}

#page-CONTACT-DIVISIONS #container-w #section-e-wrapper p {
    padding-left:10%;
    padding-right:10%;
}

/* content within page header*/

#page-CONTACT-DIVISIONS #container-b #introduction-wrapper {
    margin-top: 120px !important;
}

/* map */

#map-container {
	width: 100%;
	height: 450px;
}

#map-container img {
	width: auto;
	max-width: none;
    filter: grayscale(100%);
}
 
.M52Marker:hover {
	cursor:pointer;
}

.M52Marker {
	position: absolute; 
	width: 30px;
	height: 30px;
	background: #BB1126;
	display: none;
	background: url('../grfx/png/map-pin.png') no-repeat center center;
	background-size:contain;

}

.M52Marker span {
	background: #222; 
    background: rgba(34, 34, 34, 0.95);
    border-radius: 3px; 
    /* bottom: 100%; */
    left: 350%;
    height: auto;
	color:#fff;
    line-height: 10px;
    margin-bottom: 5px;
    margin-left: -100px;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    width: 100px;
	display:none;
	z-index:900;
    font-size:8px;
}


.M52Marker:hover {
	width: 40px;
	height:40px;
	margin-top:-10px;
	margin-left:-5px;
	z-index:900;
}

.M52Marker:hover span {
	display:block;
}

.M52Marker.hidden {
	width: 0px !important;
	height: 0px !important;
}

.M52Marker.rk3E4CE017-A161-4B00-BE12-3F2747317E59 { /* Linde Locations */
	background: url('../grfx/png/Pointer.png') no-repeat center center !important;
	background-image: url('../grfx/svg/Pointer.svg'), none !important;
	background-size:contain !important;
}

.M52Marker.rk6FC782FD-FA07-4144-83E7-CA2E528A3FBF { /* Linde Plants */
	background: url('../grfx/png/Pointer_blue.png') no-repeat center center;
	background-image: url('../grfx/svg/Pointer_blue.svg'), none;
	background-size:contain;
}

.M52Marker.rk810C8361-3296-4555-875E-81A34D8C5367 { /* Sales Partners */
	background: url('../grfx/png/Pointer_black.png') no-repeat center center;
	background-image: url('../grfx/svg/Pointer_black.svg'), none;
	background-size:contain;
}

.M52Marker.rk2DE70A3E-33B4-4A33-8337-269369B48C6D { /* Service Partners */
	background: url('../grfx/png/Pointer_green.png') no-repeat center center;
	background-image: url('../grfx/svg/Pointer_green.svg'), none;
	background-size:contain;
	
}

/* Filter */

ul.map-filters {
	display: block;
	border-top: 1px solid #d6d6d6;
	margin: 20px 0 0;
	background: #fff;
	line-height: 70px;
	text-transform:uppercase;
}

ul.map-filters li {
	display: block;
	float:left;
	padding: 0 15px 0 15px;
	/*min-width: 100px;*/
	text-align: center;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	font-size:12px; font-size:1.2rem;
}

ul.map-filters li.label {
	font-weight: bold;
	padding-left: 50px;
}

ul.map-filters li.filter {
	cursor: pointer;
}

ul.map-filters li.filter:nth-of-type(3)::before,
ul.map-filters li.filter:nth-of-type(4)::before,
ul.map-filters li.filter:nth-of-type(5)::before,
ul.map-filters li.filter:nth-of-type(6)::before {
	content: " ";
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: transparent;
    margin-right: 6px;
    border-radius: 50%;
	border:2px solid black;
	font-size:0;
}

ul.map-filters li.filter:nth-of-type(3)::before {
	border-color:#ba1126;
}

ul.map-filters li.filter:nth-of-type(4)::before {
	border-color:#006cb8;
}

ul.map-filters li.filter:nth-of-type(5)::before {
	border-color:#222222;
}

ul.map-filters li.filter:nth-of-type(6)::before {
	border-color:#4cb950;
}

ul.map-filters li.filter:nth-of-type(3):hover::before,
ul.map-filters li.filter.active:nth-of-type(3)::before {
	background-color:#ba1126;
}

ul.map-filters li.filter:nth-of-type(4):hover::before,
ul.map-filters li.filter.active:nth-of-type(4)::before {
	background-color:#006cb8;
}

ul.map-filters li.filter:nth-of-type(5):hover::before,
ul.map-filters li.filter.active:nth-of-type(5)::before {
	background-color:#222222;
}

ul.map-filters li.filter:nth-of-type(6):hover::before,
ul.map-filters li.filter.active:nth-of-type(6)::before {
	background-color:#4cb950;
}

ul.map-filters li.filter:hover,
ul.map-filters li.active {
	/*background: #eee;
	color:#222;*/
}

#outer-map-container {
	position: relative;
	clear:both;
}

#outer-map-container #map-address-overlay {
	background: none repeat scroll 0 0 #000;
	height: 100%;
	width: 25%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
    -moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8; 
	padding: 0 50px;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

#outer-map-container #map-address-overlay span {
	color: #fff;
	display:block;
}

#outer-map-container #map-address-overlay a {
	color:#fff;
}

#outer-map-container #map-address-overlay .name {
	margin-top: 50px;
	display:block;
	color:#fff;
	font-size: 22px;
	font-size: 2.2rem;
	padding-bottom: 15px;
	font-weight: 300;
}

#outer-map-container #map-address-overlay div.contact {
	margin: 0 0 20px;
}

#outer-map-container #map-address-overlay div.contact .tel {
	background:  url('../grfx/svg/icon-phone.svg') no-repeat left center;
    background-size: 4%;
    padding-left: 20px;
}

#outer-map-container #map-address-overlay div.contact .email {
	background:  url('../grfx/svg/icon-email.svg') no-repeat left center;
    background-size: 4%;
    padding-left: 20px;
}

#outer-map-container #map-address-overlay a.sales-contact,
#outer-map-container #map-address-overlay a.service-contact,
#outer-map-container #map-address-overlay a.directions{
	display: block;
	clear:both;
	float:left;
	margin-top:10px;
	cursor: pointer;
	background-color: transparent;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	padding: 0 0 0 20px;
	display:block;
	background: url('../grfx/png/arrow-white-right.png') no-repeat left center;
	background-image: url('../grfx/svg/arrow-white-right.svg'), none;
	background-size:5px;
}

#outer-map-container #map-address-overlay a.sales-contact {
	margin-top:20px;
}

#outer-map-container #map-address-overlay a.sales-contact:hover ,
#outer-map-container #map-address-overlay a.service-contact:hover ,
#outer-map-container #map-address-overlay a.directions:hover {
	background-color: transparent !important;
	color:#ccc!important;
}

/* Divisions Menu */

#division-contact-details-country-filters {
	float: left;
	width: 25%;
	margin-right: 5%;
}

#division-contact-details-country-filters ul {
	border: 1px solid #d0d0d0;
	border-bottom: none;
	background-color:#fff
}

#division-contact-details-country-filters ul li {
	border-bottom: 1px solid #d0d0d0;
	cursor: pointer;
}

#division-contact-details-country-filters ul li span {
	padding:15px;
	display:block;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	background: url('../grfx/png/arrow-grey-down.png') no-repeat 95% center;
	background-image: url('../grfx/svg/arrow-grey-down.svg'), none;
	background-size:10px;
}

#division-contact-details-country-filters ul li span:hover {
	background-color: #f5f5f5;
}

#division-contact-details-country-filters ul li li span {
	padding:5px 15px 5px 15px;
	background:none;
}

#division-contact-details-country-filters ul li li span:hover {
	color: #BB1126;
}

#division-contact-details-country-filters ul li:hover {
				 
}

#division-contact-details-country-filters ul ul {
	background-color:#f5f5f5;
	width:100%;
	border:none;
	display:block;
	padding:10px 0 10px 0;
	font-size:12px; font-size:1.2rem;
	border-top: 1px solid #d0d0d0;
}

#division-contact-details-country-filters ul ul li {
	border:none;
}

/* Divisions List */

#division-contact-details-list-column-1 {
	float:left;
	width:100%;
}

.division-contact-details-list {
	overflow: hidden;
}

.division-contact-details-list li {
	float: left;
	margin-right:5%;
	margin-bottom:70px;
	width: 21.25%;
}

.division-contact-details-list li h3 {
	font-size: 16px;
	font-size: 1.6rem;
	padding-bottom: 15px;
	font-weight: bold;
}

.division-contact-details-list li.col4 {
	margin-right:0;
}

.division-contact-details-list li.col1 {
	clear:left;
}

.division-contact-details-list li .row-contact-email,
.division-contact-details-list li .row-contact-website,
.division-contact-details-list li .row-contact-tel,
.division-contact-details-list li .row-contact-fax,
.division-contact-details-list li .row-contact-address1,
.division-contact-details-list li .row-contact-address2,
.division-contact-details-list li .row-contact-address3,
.division-contact-details-list li .row-contact-country {
	display:block;
}

.division-contact-details-list li .row-contact-address1,
input.worldwide-viewmap {
	margin-top:20px;
}

/*
.contact-service-partner,
.worldwide-viewmap,
.contact-sales-partner {
	display: block;
	margin-top:10px;
	padding: 0 20px 0 20px;
	height: 44px;
	float:left;
	cursor: pointer;
	background-color: transparent;
	border: 3px solid #222222;
	color: #222;
	text-transform: uppercase;
	line-height: 44px;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.contact-service-partner:hover,
.worldwide-viewmap:hover,
.contact-sales-partner:hover {
	background-color: #222;
	color: #fff;
}
*/

.contact-service-partner,
.worldwide-viewmap,
.contact-sales-partner {
	display: block;
	margin-top:10px;
	padding: 0 20px 0 0 !important;
	border:none !important;
	height:auto !important;
	float:left;
	clear:both;
	cursor: pointer;
	font-size: 12px;
	font-size: 1.2rem;
	color: #222;
	text-transform: uppercase;
	font-weight:bold;
	line-height: inherit !important;
	background: url('../grfx/png/arrow-black-right.png') no-repeat right center;
	background-image: url('../grfx/svg/arrow-black-right.svg'), none;
	background-size:5px;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.worldwide-viewmap {
	margin-top:20px;
}

.contact-service-partner:hover,
.worldwide-viewmap:hover,
.contact-sales-partner:hover {
	color: #ccc !important;
	background-color:transparent !important;
}

#filter-dropdown {
	display:none;
}

ul.map-filters li.dropdown {
	padding: 0;
}

#filter-dropdown,
#country-dropdown {
	display: none;
}

#country-dropdown-js {
    float: left;
    /*position: relative;*/
	cursor:pointer;
}

#country-dropdown-js span {
	background: url('../grfx/png/arrow-grey-down.png') no-repeat 90% center;
	background-image: url('../grfx/svg/arrow-grey-down.svg'), none;
	background-size:10px;
	display:block;
	padding-right:30px; 
	padding-left:15px;
	font-size:12px; font-size:1.2rem;
}

#country-dropdown-js span.active {
	background-color: #eee;
}

#country-dropdown-js ul {
	background: #222; 
    background: rgba(34, 34, 34, 0.95);
    border: none;
    color:#fff;
    position: absolute;
    padding: 0 0 30px 0;
    right: 0;
    width: 100%;
	display:none;
    z-index: 999;
}

#country-dropdown-js ul li {
    float: left;
    padding: 10px 0 10px 0;
    width:25%;
    text-indent: 50px;
    margin-right:0;
    line-height: normal;
    text-align: left;
	cursor:pointer;
}

#country-dropdown-js ul li:first-child {
	width:100%;
	font-weight: bold;
	/*border-bottom: 1px solid #6a6a6a;*/
	padding-top: 30px;
	background-color:#000;
	padding-bottom: 30px;
	margin-bottom: 30px;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#country-dropdown-js ul li:hover {
	color: #ccc;
}

#country-dropdown-js ul li:first-child:hover {
	background:#444;
	background: rgba(68, 68, 68, 0.95);
	color: #fff;
}

ul.map-filters li.dropdown-label {
	font-weight:bold;
	border-left: 1px solid #d6d6d6;
	margin-left: 20px;
	padding-left: 30px;
}

a.clear-address {
    background: url(../grfx/layout/cross.png) no-repeat center center;
    width: 41px;
    height: 41px;
    text-indent: -9999px;
    position:absolute;
    top:10px;
    right:10px;
}

/*@media screen and (max-width: 768px) and (min-width: 1px), screen and (max-device-width: 768px) and (orientation : portrait) {

    #page-CONTACT-DIVISIONS #division-navigation li a span {
        font-size:12px;
    }

    #page-CONTACT-DIVISIONS #division-navigation-level-2 li a span {
        font-size:10px;
    }

    #page-CONTACT-DIVISIONS #container-b #imgheader-wrapper {
        background: url(../grfx/png/PH-caparo-businesses.png) #111 no-repeat bottom -8px right;
        width: auto;
        height: 480px;
        background-size: 200px;
        background-color: #111;
	}

}*/

</pre></body></html>