/**
 * SP SVG MAP
 * block-sp-svg-map
 */


/**/
.block-sp-svg-map {}
.block-sp-svg-map .block-body {
  display: block;
}

/**/
.block-sp-svg-map .block-body:after {
  content: "";
  display: block;
  clear: both;
}


/* @media */
@media screen and (min-width:1024px) {
  .block-sp-svg-map .block-body {
    position: relative;
  }
}




/* data source = view-location */
.block-sp-svg-map--data-source--view-location {}




/**
 * SP_SVG_MAP_CONTAINER
 * Layout Container Map
 */
#sp_svg_map_container {
  background-color: #708ea0;
  fill: #CCCCCC;
}


/* @media */
@media screen and (min-width:1024px) {
  #sp_svg_map_container {
    float: left;
    width: calc(100% - 452px);
    overflow: hidden;
    min-height: 377px;
  }
}





/**
 * SP_SVG_MAP_EU_LINK
 * Link to the EU Site
 */
#sp_svg_map_link_eu {
  margin: 15px;
  position: absolute;
}

/* hide the link on the eu page */
body.page-node-525 #sp_svg_map_link_eu {
  display: none;
}


/* @media */
@media screen and (min-width:768px) {
  #sp_svg_map_link_eu {
    margin: 30px;
  }
}




/**
 * SP_SVG_MAP_SVGMAP
 * The SVG File
 */
#sp_svg_map_svgmap {
  background-color: #708ea0;
  fill: #CCCCCC;
  height: auto;
  width: 100%;
}
#sp_svg_map_svgmap path.country {
  fill: #ffffff;
  fill-opacity: 1;
  stroke:#c5c5c5;
  stroke-width:0.3;
}
#sp_svg_map_svgmap path.country.withinfo {
  fill: #E9E9E9;
}
#sp_svg_map_svgmap g.needle_group {
  cursor: pointer;
}
#sp_svg_map_svgmap g.needle_group path {
  fill: rgb(255, 255, 255);
  stroke: rgba(0,121,193,1);
  stroke-width:2.5;
}
#sp_svg_map_svgmap g.needle_group circle {
  fill: transparent;
  stroke: none;
}
#sp_svg_map_svgmap path.withinfo.hover, circle.withinfo.hover {
  cursor: pointer;
  fill: rgba(0,121,193,0.2);
  stroke: #cccccc;
}
#sp_svg_map_svgmap g.needle_group.hover path {
  fill: rgba(0,121,193,1);
  stroke: #cccccc;
}

#sp_svg_map_svgmap path.withinfo.active, circle.withinfo.active {
  cursor: default;
  fill: rgba(0,121,193,1);
  stroke: #cccccc;
}
#sp_svg_map_svgmap g.needle_group.active path {
  fill: rgb(0, 84, 152);
  stroke: #cccccc;
}




/**
 * SP_SVG_MAP_SVGMAP
 * The SVG File
 */
#sp_svg_map_map {
  width: 100%;
  height: auto;
}


/* @media */
@media screen and (min-width:1024px) {
  #sp_svg_map_map {
    float: left;
  }
}




/**
 * SP_SVG_MAP_INFO_BOX
 * Layout Info Box
 */
#sp_svg_map_info_box {
  background: #184965;
  box-sizing: border-box;
  color: #FFFFFF;
  padding: 15px;
}

/**/
#sp_svg_map_info_box article a {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

/**/
#sp_svg_map_info_box article.node-location.node-display--node-teaser .group-location-address {
  background: url("../img/icon-map-globe-ffffff.svg") left top no-repeat;
  background-size: 32px auto;
  padding: 5px 0 0 45px;
}


/* @media */
@media screen and (min-width:768px) {
  #sp_svg_map_info_box {
    padding: 30px;
  }
  #sp_svg_map_info_box_content .content {
    display: flex;
  }
  #sp_svg_map_info_box_content .content .field-group-div {
    box-sizing: border-box;
    padding: 0 30px 0 0;
    width: 50%;
  }
}


/**/
@media screen and (min-width:1024px) {
  #sp_svg_map_info_box {
    height: 100%;
    overflow: auto;
    position: absolute;
    right: 0;
    width: 452px;
  }
  #sp_svg_map_info_box_content .content {
    display: block;
  }
  #sp_svg_map_info_box_content .content .field-group-div {
    padding: 0;
    width: auto;
  }
}




/**
 * SP_SVG_MAP_INFO_GRADIENT_CONTAINER
 */
#sp_svg_map_info_box_gradient_container {
  bottom: 0;
  display: none;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 200;
}


/* @media */
@media screen and (min-width:1024px) {
  #sp_svg_map_info_box_gradient_container {
    display: block;
  }
}




/**
 * SP_SVG_MAP_INFO_GARDIENT
 */
#sp_svg_map_info_box_gradient {
    background: -moz-linear-gradient(top,  rgba(24,73,101,0) 0%, rgba(24,73,101,1) 83%, rgba(24,73,101,1) 100%);
    background: -ms-linear-gradient(top,  rgba(24,73,101,0) 0%, rgba(24,73,101,1) 83%, rgba(24,73,101,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(24,73,101,0) 0%,rgba(24,73,101,1) 83%,rgba(24,73,101,1) 100%);
  background: linear-gradient(to bottom,  rgba(24,73,101,0) 0%,rgba(24,73,101,1) 83%,rgba(24,73,101,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00184965', endColorstr='#184965',GradientType=0 );
  bottom: 0;
  height: 30px;
  position: absolute;
  right:0;
  width: 452px;
}




/**
 * SP_SVG_MAP_INFO_BOX_HEADLINE
 * The Headline of the Infobox
 */
#sp_svg_map_info_box_headline {
	margin: 0 0 30px 0;
}
#sp_svg_map_info_box_headline h3 {
  font-family: "HelveticaNeueW02-45Ligh";
  font-size: 2.313em;
  line-height: 1.25;
}




/**
 * SP_SVG_MAP_TOOLTIP
 * The Tooltip
 */
#sp_svg_map_tooltip {
  display: none;
  left: 0;
  max-width: 440px;
  position: fixed;
  top: 0;
  z-index: 1000;
}
#sp_svg_map_tooltip_close {
  background-color: rgb(0,121,193);
  box-sizing: border-box;
  /*display: none;*/
  height: 80px;
  padding: 20px;
}
#sp_svg_map_tooltip_close a {
  background: url(/sites/all/themes/sp/img/icon-ui/icon-dialog/icon-dialog-close-0079c1.svg) center center no-repeat #ffffff;
  background-size: 30px;
  color: rgb(255,255,255);
  display: block;
  height: 40px;
  text-indent: -9999px;
  width: 40px;
  
}
#sp_svg_map_tooltip_html {
  background-color: rgb(255,255,255);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  box-sizing: border-box;
  padding: 20px;
}


/**/
#sp_svg_map_tooltip .field-label {
  color: red;
  font-family: "HelveticaNeueW02-55Roma";
  text-transform: uppercase;
}

/* @media */
@media screen and (max-width: 1023px) {
  #sp_svg_map_tooltip {
    background: #ffffff;
    height: 100vh;
    max-width: none;
    padding: 0;
    width: 100%;
  }
  #sp_svg_map_tooltip_html {
    box-shadow: none;
  }
  #sp_svg_map_tooltip_close {
    display: block;
  }
}
