@font-face {
  font-family: Univers;
  src: url(fonts/universLight.eot?#iefix);
  src: url(fonts/universLight.eot?#iefix) format("eot"), url(fonts/universLight.woff2) format("woff2"), url(fonts/universLight.woff) format("woff"), url(fonts/universLight.ttf) format("truetype"), url(fonts/universLight.svg#5b3db534-b1d7-4c58-aa51-0075f2fe9739) format("svg");
  font-weight: 300;
  font-style: light;
}
@font-face {
  font-family: Univers;
  src: url(fonts/univers.eot?#iefix);
  src: url(fonts/univers.eot?#iefix) format("eot"), url(fonts/univers.woff2) format("woff2"), url(fonts/univers.woff) format("woff"), url(fonts/univers.ttf) format("truetype"), url(fonts/univers.svg#d7d2f6ed-1dde-4178-9353-bdd0821e77cb) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Univers;
  src: url(fonts/universBold.eot?#iefix);
  src: url(fonts/universBold.eot?#iefix) format("eot"), url(fonts/universBold.woff2) format("woff2"), url(fonts/universBold.woff) format("woff"), url(fonts/universBold.ttf) format("truetype"), url(fonts/universBold.svg#1e2c0a36-e8bb-4e3b-a4ca-dec00221c06e) format("svg");
  font-weight: 700;
  font-style: bold;
}
@font-face {
  font-family: UniversLTStd;
  src: url(fonts/UniversLTStd.eot?#iefix);
  src: url(fonts/UniversLTStd.eot?#iefix) format("eot"), url(fonts/UniversLTStd.woff2) format("woff2"), url(fonts/UniversLTStd.woff) format("woff"), url(fonts/UniversLTStd.ttf) format("truetype"), url(fonts/UniversLTStd.svg#d7d2f6ed-1dde-4178-9353-bdd0821e77cb) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: icomoon;
  src: url(fonts/icomoon.eot?tqg1z2);
  src: url(fonts/icomoon.eot?tqg1z2#iefix) format("embedded-opentype"), url(fonts/icomoon.ttf?tqg1z2) format("truetype"), url(fonts/icomoon.woff?tqg1z2) format("woff"), url(fonts/icomoon.svg?tqg1z2#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 100%;
  max-height: 100%;
  touch-action: none;
  background: #02020E;
  font-family: UniversLTStd, UniversBold, Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
}
html .enelPartnershipMapSection,
body .enelPartnershipMapSection {
  height: 100%;
  max-height: 100%;
  z-index: 1;
}
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.readingDetail .checkContainer,
body.readingDetail .mapFilterTrigger,
body.readingDetail .mapListTrigger,
body.readingDetail .light-wrapper,
body.readingDetail .zoomController,
body.readingDetail .linkBackTo {
  transition: opacity 0.3s;
  opacity: 0;
}
body:not(.keyboardUser) *:focus {
  outline: none;
}
main {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.clearfix:after,
.clearfix:before {
  clear: both;
  content: "";
  display: table;
}
.partnershipMap-row {
  position: relative;
  margin: 0 -15px;
}
.partnershipMap-row:after,
.partnershipMap-row:before {
  clear: both;
  content: "";
  display: table;
}
.partnershipMap-row .col-50 {
  float: left;
  width: 50%;
  padding: 0 15px;
}
.button {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  padding: 11px 0px;
  width: 160px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}
.button:hover {
  background: rgba(255, 255, 255, 0.3);
}
.preview {
  padding: 90px;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 202;
  display: flex;
  align-self: center;
  opacity: 1;
  background: #4F5C70;
  transition: all 1.65s ease-out, all 1.65s ease-out;
  text-align: center;
}

.preview .loading-title-wrapper {
  position: relative;
  height: auto;
  width: 100%;
  
}
.preview .loading-title-wrapper h1 {
  transform: translateY(100px);
  opacity: 0;
  transition: opacity 0.5s ease-out , transform 1.75s ease-out ;
  margin-bottom: 20px;
  color: #fff;
  font-size: 50px;
}
.preview .loading-title-wrapper p {
  transform: translateY(80px);
  opacity: 0;
  color: #fff;
  
  transition: opacity 0.5s ease-out 0.2s, transform 1.75s ease-out 0.2s ;
}
.preview .loading-title-wrapper.active h1,
.preview .loading-title-wrapper.active p {
  transform: translateY(0%);
  opacity: 1;
}
@media (max-width: 768px){
  .preview .loading-title-wrapper h1 {
    font-size: 30px;
    padding: 0 30px;
  }
  .preview .loading-title-wrapper p {
    font-size: 14px;
    padding: 0 30px;
  }
}



.preview .line-gradient {
  position: absolute;
  top: 0px;
  left: 0;
  width: 40px;
  height: 100%;
  background: #fff;
  z-index: 12;
}
.preview .loading-title {
  position: relative;
  text-align: left;
  padding: 10px 0 15px 0;
  font-size: 60px;
  font-weight: 300;
  line-height: 63px;
  color: #fff;
  top: 0;
  right: 0px;
  width: 0;
  white-space: nowrap;
  background: -moz-linear-gradient(left, #41b9e6 0%, rgba(122, 206, 238, 0) 28%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #41b9e6 0%, rgba(122, 206, 238, 0) 28%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #41b9e6 0%, rgba(122, 206, 238, 0) 28%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41b9e6', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
  overflow: hidden;
  transition: all 0.75s ease-in-out 0.5s;
}
.preview .loading-title.active {
  width: 100%;
  padding-left: 40px;
}
.preview .dtable {
  height: 100%;
  display: table;
  width: 100%;
}
.preview .dtable .dcell {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  vertical-align: middle;
  display: table-cell;
}
.preview.removePreview {
  opacity: 0;
}
@media (max-width: 1450px) {
  .preview h1 {
    font-size: 55px;
  }
  .preview .line {
    margin: 42px 0;
  }
}
@media (max-width: 768px) {
  .preview {
    padding: 0px;
  }
  .preview .line-gradient {
    width: 30px;
    margin-left: 20px;
  }
  .preview .loading-title {
    font-size: 27px;
    line-height: 27px;
  }
  .preview .loading-title.active {
    padding-left: 30px;
  }
}
header#partnershipMapHeader {
  touch-action: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 30px;
  z-index: 11;
  width: 100%;
  background-color: #fff;
  transform: translateY(-70px);
  transition: transform 0.6s ease-out 1.5s;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 70px;
  border-bottom: 1px solid #C2CDDD;
}
header#partnershipMapHeader.active {
  transform: translateY(0);
  transition-delay: 0s;
}
header#partnershipMapHeader.active.overMenu {
  z-index: 200;
}
header#partnershipMapHeader .linkBackTo {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
header#partnershipMapHeader .mapListTrigger {
  display: flex;
  align-items: center;
}
header#partnershipMapHeader .mapListTrigger label {
  font-size: 15px;
  color: #0E141A;
  text-align: center;
}
header#partnershipMapHeader .mapListTrigger .hamburger-menu {
  width: 20px;
  cursor: pointer;
  height: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
  text-align: right;
  margin-left: 20px;
}
header#partnershipMapHeader .mapListTrigger .hamburger-menu span {
  border-bottom: 2px solid #0E141A;
  width: 100%;
}
header#partnershipMapHeader .mapListTrigger .hamburger-menu span.middle {
  width: 70%;
  margin-right: 0;
  align-self: flex-end;
}
header#partnershipMapHeader .mapListTrigger:hover {
  background: rgba(255, 255, 255, 0.4);
}
.headerMapLogoWrapper {
  position: absolute;
  z-index: 202;
  padding-top: 2px;
  opacity: 0;
  left: 30px;
  transition: opacity 0.5s ease-out 2.1s;
}
.headerMapLogoWrapper.active {
  opacity: 1;
}
.headerMapLogoWrapper .headerMapLogo {
  display: inline-block;
  width: 90px;
  height: auto;
}
.headerMapLogoWrapper h1.mapPageTitle {
  width: 160px;
  display: inline-block;
  color: #000;
  font-size: 14px;
  margin-left: 25px;
  padding: 5px 0 0 25px;
  border-left: 1px solid #C2CDDD;
  font-weight: 400;
}
@media (max-width: 768px) {
  header#partnershipMapHeader {
    padding: 0 15px;
  }
  header#partnershipMapHeader button label {
    display: none;
  }
  .headerMapLogoWrapper {
    left: 15px;
  }
  .headerMapLogoWrapper .headerMapLogo {
    width: 85px;
    height: 31px;
  }
  .headerMapLogoWrapper h1.mapPageTitle {
    width: 135px;
    margin-left: 10px;
    padding-left: 10px;
  }
}
#map {
  margin: 0 auto;
  max-width: 100%;
  background: #4F5C70;
  position: relative;
  overflow: hidden;
  max-height: 100%;
  height: 100%;
  opacity: 0;
  touch-action: none;
  -webkit-transition: opacity 0.5s ease-out, transform 0.2s;
  transition: opacity 0.5s ease-out, transform 0.2s;
  z-index: 10;
}
#map .mapSVG-no-background {
  opacity: 1;
  transition: opacity 0.7s;
}
#map .mapSVG-no-background.level-1.active {
  opacity: 0.55;
}
#map .mapSVG-no-background.level-2.active {
  opacity: 0.5;
}
#map .mapSVG-no-background.level-3.active {
  opacity: 0.9;
}
#map .mapWrapperContainer {
  position: relative;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  -webkit-transition: transform 0.12s;
  transition: transform 0.12s;
}
#map .mapWrapperContainer.no-animation-move {
  -webkit-transition: transform 0.01s !important;
  transition: transform 0.01s !important;
}
#map .mapWrapperContainer.partnershipmap-ie-animation {
  -webkit-transition: none;
  transition: none;
}
#map .mapWrapperContainer .mapWrapper {
  position: relative;
  z-index: 100;
  height: 100%;
  transform: scale(1);
  -webkit-transition: transform 0.7s ease;
  transition: transform 0.7s ease;
}
#map .mapWrapperContainer.animateMove {
  -webkit-transition: transform 0.7s ease;
  transition: transform 0.7s ease;
}
#map #mapSVG {
  display: block;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: auto;
  transform: scale(0.9);
  transition: transform 1.2s ease-in-out 0.4s;
}
#map.active {
  opacity: 1;
}
#map.active #mapSVG {
  transform: scale(1);
}
#map.active .light-wrapper {
  opacity: 1;
}
#map .zoomController {
  transform: translateX(-300px);
  transition: transform 0.6s ease-out 1.5s;
  position: absolute;
  bottom: 80px;
  left: 30px;
  color: #fff;
  z-index: 142;
  text-align: center;
}
#map .zoomController.active {
  transform: translateX(0px);
}
#map .zoomController .controller {
  display: block;
  height: 30px;
  width: 30px;
  padding-bottom: 8px;
  line-height: 30px;
  color: #67676E;
  background-color: #ffffff;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 30px;
}
#map .zoomController .separator {
  position: absolute;
  border: 1px solid #e1e1e1;
  width: 20px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
#map .zoomController .level {
  height: 70px;
  position: relative;
}
#map .zoomController .level:after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  width: 2px;
  height: 100%;
  left: 9px;
  bottom: 0;
}
#map .zoomController .level .block {
  position: absolute;
  background: white;
  height: 10px;
  width: 20px;
  bottom: 10%;
  transition: bottom 0.15s;
}
@media (max-width: 768px) {
  #map .zoomController {
    left: 15px;
  }
}
#map .checkContainer {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#map .checkContainer .mapCheck {
  position: absolute;
  transition: opacity 0.3s ease-out, transform 0.5s ease-out;
  cursor: pointer;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale(0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  -webkit-transform-origin: 50% 100% 0;
  transform-origin: 50% 100% 0;
  margin-top: -25px;
  margin-left: -20px;
}
#map .checkContainer .mapCheck.active {
  transform: scale(1);
}
#map .checkContainer .mapCheck:hover {
  z-index: 100;
}
#map .checkContainer .mapCheck:hover .tooltip,#map .checkContainer .mapCheck:focus .tooltip {
  opacity: 1;
}
#map .checkContainer .mapCheck.viewing {
  z-index: 100;
}
#map .checkContainer .mapCheck.viewing .tooltip {
  opacity: 1;
}
#map .checkContainer .mapCheck.viewing .marker .selected-pin {
  opacity: 1;
}
#map .checkContainer .mapCheck .marker {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 28px;
  transform: translateX(-50%);
  border-radius: 50%;
  transition: all 0.5s ease-out;
}
#map .checkContainer .mapCheck .marker img {
  display: block;
  width: 100%;
}
#map .checkContainer .mapCheck .marker .selected-pin {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
#map .checkContainer .mapCheck .tooltip {
  position: absolute;
  transform: translate(-50%, -100%);
  left: 50%;
  padding: 10px;
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: all 0.5s ease-out;
  min-width: 250px;
  pointer-events: none;
}
#map .checkContainer .mapCheck .tooltip img {
  display: block;
  width: 60px;
  height: auto;
  margin-left: 10px;
}
#map .checkContainer .mapCheck .tooltip .text-wrap_tooltip {
  display: flex;
  flex-direction: column;
  min-width: 70%;
}
#map .checkContainer .mapCheck .tooltip .text-wrap_tooltip p {
  font-size: 16px;
  text-align: left;
}
#map .checkContainer .mapCheck .tooltip .text-wrap_tooltip p.type-title {
  color: #2a313c;
  font-size: 12px;
  text-transform: capitalize;
}
#map .checkContainer .mapCheck .tooltip:after {
  display: block;
  content: "";
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -5px;
}
#map .checkContainer.zoom2 .mapCheck {
  transform: scale(0.5);
}
#map .checkContainer.zoom2 .mapCheck.zoomLayer2,
#map .checkContainer.zoom2 .mapCheck.zoomLayer1 {
  transfrom: scale(1);
}
#map .checkContainer.zoom3 .mapCheck {
  transform: scale(0.34);
}
#map .checkContainer.zoom3 .mapCheck.viewing {
  z-index: 70;
  transform: scale(0.34) translateY(-3px);
}
#map .checkContainer.zoom3 .mapCheck.viewing .marker {
  transform: scale(2) translate(-7px, -9px);
}
#map .checkContainer.zoom3 .mapCheck.viewing .tooltip {
  transform: translate(-50%, calc(-100% - 25px));
  opacity: 1;
}
#map .footer_legend {
  position: fixed;
  width: 100%;
  z-index: 200;
  background-color: #0E141A;
  height: 60px;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  color: #fff;
}
#map .footer_legend p {
  position: absolute;
  font-size: 20px;
  font-weight: 700;
}
#map .footer_legend .items-wrap_legend {
  width: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#map .footer_legend .items-wrap_legend .item_legend {
  display: flex;
  align-items: center;
  margin: 0 15px;
}
#map .footer_legend .items-wrap_legend .item_legend .circle_legend {
  border-radius: 50%;
  background-color: #fff;
  width: 10px;
  height: 10px;
}
#map .footer_legend .items-wrap_legend .item_legend .name_legend {
  padding-left: 15px;
  text-align: left;
  font-size: 14px;
  color: #b5bfcf;
}
#map .footer_legend .items-wrap_legend .item_legend.tech_legend .circle_legend {
  background-color: #41b9e6;
}
#map .footer_legend .items-wrap_legend .item_legend.innovability .circle_legend {
  background-color: #EC407A;
}
#map .footer_legend p .icon{
  display: none;
}
@media (max-width: 768px) {
  #map .footer_legend {
    padding: 10px 15px;
    height: 150px;
    flex-direction: column;
    align-items: flex-start;
    bottom: -110px;
    transition: bottom .5s ease-in-out;
  }
  #map .footer_legend.open{
    bottom: 0px;
  }
  #map .footer_legend p {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #map .footer_legend p .icon{
    display: block;
    width: 25px;
    transform: rotate(0);
    transition: transform .5s ease-in-out;
  }
  #map .footer_legend.open p .icon{
    transform: rotate(180deg);
  }
  #map .footer_legend .items-wrap_legend {
    width: 100%;
    margin-top: 15px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  #map .footer_legend .items-wrap_legend .item_legend {
    margin: 0 5px;
    line-height: 30px;
  }
}
#mapContentPreview {
  position: fixed;
  top: 70px;
  opacity: 1;
  right: 0;
  bottom: 0;
  width: 450px;
  max-width: 100%;
  transform: translateX(100%);
  transition: transform 0.75s ease-in-out 0.1s;
  background: #EFF2F7;
  z-index: 150;
  overflow-y: scroll;
  color: #0E141A;
}
#mapContentPreview .learn-more-button {
  cursor: pointer;
}
#mapContentPreview .partnershipMapPreviewAnimation {
  opacity: 1;
  transform: translateX(250px);
  transition: transform 0.6s ease-out;
}
#mapContentPreview .mapPreviewActions {
  padding: 43px 24px 48px 24px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#mapContentPreview .mapPreviewActions .mpcArrows {
  position: absolute;
  top: 24px;
  left: 24px;
}
#mapContentPreview .mapPreviewActions .mpcArrows .mpcArrowItem {
  text-align: center;
  padding-top: 4px;
  float: left;
  opacity: 1;
  width: 50px;
  height: 50px;
  line-height: 46px;
  transition: opacity 0.3s;
  cursor: pointer;
}
#mapContentPreview .mapPreviewActions .mpcArrows .mpcArrowItem.mpcArrowItemRight {
  margin-left: 10px;
}
#mapContentPreview .mapPreviewActions .mpcArrows .mpcArrowItem:hover {
  opacity: 0.6;
}
#mapContentPreview .mapPreviewHeader .mapPreviewPartnershipName {
  text-transform: capitalize;
  font-weight: 400;
  color: #667790;
  transition-delay: 0.15s;
}
#mapContentPreview .mapPreviewHeader .mapPreviewPartnershipTitle {
  margin: 20px 0 25px;
  font-size: 27px;
  font-weight: 700;
  transition-delay: 0.25s;
}
#mapContentPreview .mpcImagePreview {
  position: relative;
  display: block;
  padding: 0 30px;
  transition-delay: 0s;
}
#mapContentPreview .mpcImagePreview img {
  display: block;
  width: 100%;
  max-width: 100%;
}
#mapContentPreview .learn-more-button {
  color: #D3135A;
}
#mapContentPreview .mapPreviewCardWrapper {
  position: relative;
  padding: 30px;
}
#mapContentPreview .mapPreviewCardWrapper .mapPreviewCardContent {
  display: block;
  text-decoration: none;
  background: #fff;
  position: relative;
  z-index: 2;
  color: #000;
  transition-delay: 0.45s;
}
#mapContentPreview .mapPreviewCardWrapper .mpcMetaWrapper {
  padding: 0;
}
#mapContentPreview .mapPreviewCardWrapper .mpcMetaWrapper .mpcTitle {
  display: block;
  font-size: 16px;
  color: #000;
  margin-bottom: 40px;
  transition-delay: 0.35s;
}
#mapContentPreview .mapPreviewCardWrapper .mpcMetaWrapper .mpcDate {
  font-size: 14px;
  color: #ccc;
  margin-top: 30px;
}
#mapContentPreview .mapPreviewCardWrapper .mpcViewMore {
  opacity: 1;
}
#mapContentPreview .mapPreviewCardWrapper .mpcViewMore .learn-more_cta {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #D3135A;
  padding: 0;
  width: auto;
  text-transform: none;
  font-size: 18px;
  display: flex;
  align-items: center;
  opacity: 1;
}
#mapContentPreview .mapPreviewCardWrapper .mpcViewMore .learn-more_cta:hover {
  opacity: 0.6;
}
#mapContentPreview .mapPreviewCardWrapper .mpcViewMore .learn-more_cta img {
  position: relative;
  margin-left: 20px;
}
#mapContentPreview.active {
  opacity: 1;
  transform: translateX(0px);
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
}
#mapContentPreview.active .partnershipMapPreviewAnimation {
  transform: translateX(0px);
}
@media (max-width: 1600px) {
  #mapContentPreview {
    width: 375px;
  }
  #mapContentPreview .mapPreviewHeader .mapPreviewPartnershipTitle {
    font-size: 37px;
  }
  #mapContentPreview .mapPreviewCardWrapper .mapPreviewCardContent .mpcMetaWrapper .mpcTitle {
    font-size: 26px;
  }
  #mapContentPreview .mapPreviewCardWrapper .mapPreviewCardContent .mpcMetaWrapper .mpcDate {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #mapContentPreview {
    background: #EFF2F7;
    right: auto;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    z-index: 150;
  }
  #mapContentPreview .partnershipMapPreviewAnimation {
    transform: translateY(250px);
  }
  #mapContentPreview.active .partnershipMapPreviewAnimation {
    transform: translateY(0px);
  }
  #mapContentPreview.active.mapContentPreview--mobile {
    transform: translateY(0px) !important;
    z-index: 1000;
    max-height: 100%;
    overflow: auto;
  }
  #mapContentPreview .mapPreviewCardWrapper {
    background: #EFF2F7;
  }
  #mapContentPreview .mapPreviewCardWrapper .mpcImagePreview .mpcViewMore {
    opacity: 1;
  }
}
.mpcClose {
  background: transparent;
  color: #0E141A;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  text-align: center;
  z-index: 200;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  display: none;
}
@media (max-width: 768px) {
  .mpcClose {
    right: 10px;
    top: 15px;
  }
}
@media (max-width: 768px) {
  .mapPreviewActions .mpcClose {
    top: 20px;
  }
}
body.FullpageWhiteSlide .mpcClose {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.4);
  color: #0E141A;
}
body.FullpageWhiteSlide .iScrollIndicator {
  background: black !important;
}
#fullpage {
  touch-action: none;
  position: relative;
  height: 100%;
  transition: all 700ms ease;
}
#fullpage .section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  touch-action: none;
}
#fullpage .section.section-flex-top {
  justify-content: flex-start;
}
#fullpage .section-image-quote {
  justify-content: flex-end;
}
#mapContentDetail .mcdFirst,
#mapContentDetail .mcdLast {
  background: transparent;
  position: fixed;
  top: 70px;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: 200;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  overflow: hidden;
  opacity: 0;
}
#mapContentDetail .mcdFirst {
  transition: background 0.6s ease-out 0.75s, transform 0.75s ease-out 0.1s, opacity 0.4s linear 0.2s;
}
#mapContentDetail .mcdFirst .section {
  height: 100%;
}
#mapContentDetail .mcdLast .section {
  margin-right: 80px;
}
#mapContentDetail .mcdFirstWrapper {
  padding: 50px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  min-height: 100%;
  height: 100%;
}
#mapContentDetail .mcdFirstWrapper .mcdFirstContent {
  opacity: 0;
  transform: translateY(350px);
  transition: all 0.5s ease-out 0.5s;
  width: 100%;
  align-self: flex-start;
  padding-top: 70px;
}
#mapContentDetail .mcdFirstWrapper .mcdFirstFooter {
  opacity: 0;
  transform: translateY(350px);
  transition: all 0.5s ease-out 0.6s;
  width: 100%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
  padding-top: 40px;
}
#mapContentDetail .mcdFirstWrapper .mcdFirstFooter .mcdFirstAlsoInvolved {
  color: #ccc;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 30px;
}
#mapContentDetail .mcdFirstWrapper .mcdFirstFooter .mcdFirstAlsoInvolvedContent {
  display: flex;
}
#mapContentDetail .mcdFirstWrapper .mcdFirstFooter .mcdFirstAlsoInvolvedContent .aContent {
  width: 45%;
  padding: 10px 0;
}
#mapContentDetail .mcdFirstWrapper .mcdFirstFooter .mcdFirstAlsoInvolvedContent .aContent .aContentTitle {
  font-weight: 700;
  margin-bottom: 4px;
}
#mapContentDetail .mcdFirstWrapper .mcdFirstFooter .mcdFirstAlsoInvolvedContent .aContent .aContentSubtitle {
  font-size: 13px;
  color: #eee;
}
#mapContentDetail .mcdFirstWrapper .mcdFirstFooter .mcdFirstAlsoInvolvedContent .aContent:last-child {
  width: 55%;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
#mapContentDetail .mcdFirstHeader {
  font-size: 40px;
  font-weight: 700;
  font-family: UniversLTStd, UniversBold, Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;

}
#mapContentDetail .mcdFirstLogo img {
  display: block;
  max-width: 120px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}
#mapContentDetail .mcdFirstPartnershipName {
  text-transform: uppercase;
  margin: 120px 0 10px 0;
  color: #667790;
  font-weight: 400;
  font-size: 14px;
}
#mapContentDetail .mcdFirstShare {
  margin-top: 30px;
}
#mapContentDetail .mcdFirstShare .mcdFirstShareLabel {
  color: #ccc;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 18px;
}
#mapContentDetail .mcdLast {
  background: #EFF2F7;
  left: 50%;
  transition: transform 0.75s ease-out 0.45s, opacity 0.4s linear 0.55s;
  color: #fff;
}
#mapContentDetail .mcdLast .section {
  height: 97%;
  min-height: 97%;
  max-height: 97%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 24px;
}
@media (max-width: 768px){
  #mapContentDetail .mcdLast .section {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }
}
#mapContentDetail .mcdLast .section .finalRecapScroll {
  width: 100%;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}
#mapContentDetail .mcdLast .section.section-image-quote:after,
#mapContentDetail .mcdLast .section.firstSlideScroll:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+54,000000+76&0+58,0.55+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1NCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI1OCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yNCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNTUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.24) 76%, rgba(0, 0, 0, 0.55) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.24) 76%, rgba(0, 0, 0, 0.55) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.24) 76%, rgba(0, 0, 0, 0.55) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#8c000000', GradientType=0);
  /* IE6-8 */
}
#mapContentDetail .mcdLast .section.firstSlideScroll {
  justify-content: flex-end;
}
#mapContentDetail .mcdLast .section .scrollIconWrapper {
  text-align: center;
  width: 170px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#mapContentDetail .mcdLast .section .scrollIconWrapper .scrollLabel {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 12px;
}
#mapContentDetail .mcdLast .section .scrollIconWrapper .scrollIcon {
  position: relative;
  width: 33px;
  height: 54px;
  border: 3px solid #fff;
  border-radius: 30px;
  margin: 0 auto;
}
#mapContentDetail .mcdLast .section .scrollIconWrapper .scrollCursor {
  position: absolute;
  height: 8px;
  width: 8px;
  background: #fff;
  left: 50%;
  margin-left: -4px;
  top: 0px;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  border-radius: 50%;
  -webkit-animation-name: scrollIconCursorAnimation;
  -webkit-animation-duration: 1.95s;
  -webkit-animation-iteration-count: infinite;
  animation-name: scrollIconCursorAnimation;
  animation-duration: 1.95s;
  animation-iteration-count: infinite;
}
@-webkit-keyframes scrollIconCursorAnimation {
  0% {
    -webkit-transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(31px);
  }
  100% {
    -webkit-transform: translateY(10px);
  }
}
@keyframes scrollIconCursorAnimation {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(31px);
  }
  100% {
    transform: translateY(10px);
  }
}
#mapContentDetail .mcdLast .section .mcdLastBackgroundVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mapContentDetail .mcdLast .section .mcdLastBackgroundVideo video {
  min-height: 100%;
  min-width: 100%;
}
#mapContentDetail .mcdLast .section.section-active .mcdContentSlide {
  transform: translateY(0%);
}
#mapContentDetail .mcdLast .section.section-white-slide {
  background: #EFF2F7;
  justify-content: flex-start;
}
#mapContentDetail .mcdLast .section.section-white-slide.section-white-slide-center {
  justify-content: center;
}
#mapContentDetail .mcdLast .section.section-white-slide.section-white-slide-lightgray {
  background: #EFF2F7;
}
#mapContentDetail .mcdLast .section.section-white-slide .mcdContentSlide {
  color: #000;
  padding: 24px 64px 24px 24px;
}
#mapContentDetail .mcdLast .section.section-white-slide .mcdContentSlide.PartnershipFinalRecap {
  padding: 24px 24px 24px 24px;
}
#mapContentDetail .mcdLast .section.section-white-slide .stsHeader {
  font-size: 24px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #C2CDDD;
  font-weight: 700;
  padding-bottom: 15px;
  font-family: UniversLTStd, UniversBold, Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;

}
#mapContentDetail .mcdLast .section.section-white-slide .stsHeader.moreInformation {
  font-size: 36px;
  padding-bottom: 40px;
  line-height: 45px;
  font-weight: 700;
  font-family: UniversLTStd, UniversBold, Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;

}
.sidebar-close.mpcClose{
  display: block !important;
  top: 18px;
}
#mapContentDetail .mcdLast .section.section-white-slide .imageContentPartnership {
  display: flex;
  margin-top: 60px;
  margin-bottom: 100px;
  background: #fff;
}
#mapContentDetail .mcdLast .section.section-white-slide .imageContentPartnership .imageWrapperP {
  width: 45%;
}
#mapContentDetail .mcdLast .section.section-white-slide .imageContentPartnership .imageWrapperP img {
  display: block;
  width: 100%;
  max-width: 100%;
}
#mapContentDetail .mcdLast .section.section-white-slide .imageContentPartnership .contentWrapperP {
  padding: 24px;
  width: 55%;
}
#mapContentDetail .mcdLast .section.section-white-slide .imageContentPartnership .contentWrapperP .partnershipName {
  color: #0555FA;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
#mapContentDetail .mcdLast .section.section-white-slide .imageContentPartnership .contentWrapperP .partnershipTitle {
  font-size: 34px;
  font-weight: 300;
}
#mapContentDetail .mcdLast .section.section-white-slide .stsContacts {
  display: block;
  margin-top: 40px;
}
#mapContentDetail .mcdLast .section.section-white-slide .stsContacts .stsContactsItem {
  width: 100%;
  margin-bottom: 40px;
}
#mapContentDetail .mcdLast .section.section-white-slide .stsContacts .stsContactsItem .stsContactsItemTitle {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  font-family: UniversLTStd, UniversBold, Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;

}
#mapContentDetail .mcdLast .section.section-white-slide .stsContacts .stsContactsItem p {
  font-size: 14px;
  margin: 20px 0;
}
#mapContentDetail .mcdLast .section.section-white-slide .stsContacts .stsContactsItem a {
  color: #D3135A;
}
#mapContentDetail .mcdContentSlide {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding: 60px 100px 80px 100px;
  transform: translateY(100%);
  transition: transform 0.4s ease-out;
  transition-delay: 0.3s;
}
#mapContentDetail .mcdContentSlide.mcdContentSlideImageQuote {
  padding-bottom: 60px;
  color: #e6e6e6;
}
#mapContentDetail .mcdContentSlide.mcdContentSlideImageQuote .mcdImageQuoteTitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#mapContentDetail .mcdContentSlide.mcdContentSlideImageQuote .mcdImageQuoteText {
  font-size: 14px;
  line-height: 22px;
}
#mapContentDetail .mcdContentSlide.mcdContentSlide--no-delay {
  transition-delay: 0s;
}
#mapContentDetail .mcdContentSlide .mcdDate {
  color: #ccc;
  margin-bottom: 100px;
  font-size: 14px;
  max-width: 600px;
  margin: 0 auto;
}
#mapContentDetail .mcdContentSlide .mcdText {
  font-size: 24px;
  line-height: 33px;
  font-weight: 300;
  margin: 0 auto;
}
#mapContentDetail .mcdContentSlide .mcdBigQuoteTitle {
  position: relative;
  font-size: 48px;
  font-weight: 300;
  padding-bottom: 5px;
  margin-bottom: 60px;
}
#mapContentDetail .mcdContentSlide .mcdBigQuoteText {
  font-size: 25px;
}
#mapContentDetail .mcdContentSlide .mcdContentQuote {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0 30px;
  font-weight: 300;
  font-size: 24px;
  
}

#mapContentDetail .mcdContentSlide .mcdContentQuote .mcdContentQuoteAuthor {
  font-family: Georgia;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 18px;
  line-height: 22px;
  padding-bottom: 20px;
}
#mapContentDetail .mcdContentSlide.videoSlide {
  text-align: center;
}
#mapContentDetail .mcdContentSlide .mapRelatedContent {
  border-top: 1px solid #eee;
  padding-top: 23px;
  padding-bottom: 12px;
}
#mapContentDetail .mcdContentSlide .mapRelatedContent .relatedContentIcon {
  float: left;
  padding-right: 20px;
  width: 80px;
}
#mapContentDetail .mcdContentSlide .mapRelatedContent .relatedContentName {
  font-size: 12px;
  font-weight: 700;
  color: #41B9E6;
  text-transform: uppercase;
}
#mapContentDetail .mcdContentSlide .mapRelatedContent .relatedContentDescription {
  font-size: 14px;
}
#mapContentDetail .mcdContentSlide .mapReadMoreAboutItem {
  display: block;
  background: #fff;
  text-decoration: none;
}
#mapContentDetail .mcdContentSlide .mapReadMoreAboutItem:hover {
  text-decoration: none;
}
#mapContentDetail .mcdContentSlide .mapReadMoreAboutItem .mapReadMoreAboutImage {
  display: block;
  width: 100%;
  max-widht: 100%;
  margin-bottom: 60px;
}
#mapContentDetail .mcdContentSlide .mapReadMoreAboutItem .mapReadMoreAboutName {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #41B9E6;
  text-transform: uppercase;
}
#mapContentDetail .mcdContentSlide .mapReadMoreAboutItem .mapReadMoreAboutDescription {
  padding: 0 20px 20px 20px;
  font-weight: 700;
  font-size: 26px;
  font-weight: 300;
}
#mapContentDetail .mcdFirst .finalRecapScroll {
  height: 100%;
}
#mapContentDetail .mcdFirst .mcdContentSlide {
  height: 100%;
  padding: 0;
  -webkit-transform: none;
  transform: none;
}
#mapContentDetail.active .mcdFirst,
#mapContentDetail.active .mcdLast {
  transform: translate(0%);
  opacity: 1;
}
#mapContentDetail.active .mcdFirst {
  background: #EFF2F7;
}
#mapContentDetail.active .mcdFirst .mcdFirstContent,
#mapContentDetail.active .mcdFirst .mcdFirstFooter {
  transform: translateY(0px);
  opacity: 1;
}
.mapScrollIcon {
  position: relative;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
@media (max-width: 1600px) {
  #mapContentDetail .mcdFirst .mcdFirstHeader {
    font-size: 44px;
  }
  #mapContentDetail .mcdFirst .mcdFirstHeader:after {
    height: 14px;
  }
  #mapContentDetail .mcdFirst .mcdFirstWrapper .mcdFirstFooter .mcdFirstAlsoInvolved {
    margin-bottom: 5px;
  }
}
@media (max-width: 1450px) {
  #mapContentDetail .mcdFirstHeader {
    font-size: 40px;
  }
  #mapContentDetail .mcdFirstHeader:after {
    height: 10px;
    margin-top: 20px;
  }
  #mapContentDetail .mcdFirstShare {
    margin-top: 50px;
  }
  #mapContentDetail .mcdFirstPartnershipName {
    margin-top: 20px;
  }
  #mapContentDetail .mcdContentSlide .mcdBigQuoteTitle {
    margin-bottom: 45px;
    font-size: 40px;
  }
  #mapContentDetail .mcdContentSlide .mcdBigQuoteText {
    font-size: 21px;
  }
}
@media (max-width: 1240px) {
  #mapContentDetail .mcdContentSlide .mcdContentQuote {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #mapContentDetail .mcdLast .section.section-white-slide .mcdContentSlide.PartnershipFinalRecap {
    padding: 0px 64px 20px 20px;
    max-width: 500px;
    margin: 0 auto;
  }
  #mapContentDetail .mcdLast .section.section-white-slide .imageContentPartnership {
    margin: 30px 0;
    display: block;
  }
  #mapContentDetail .mcdLast .section.section-white-slide .imageContentPartnership .imageWrapperP {
    width: 100%;
  }
  #mapContentDetail .mcdLast .section.section-white-slide .imageContentPartnership .contentWrapperP {
    width: 100%;
    font-size: 26px;
  }
  #mapContentDetail .mcdLast .section.section-white-slide .stsContacts {
    display: block;
  }
  #mapContentDetail .mcdLast .section.section-white-slide .stsContacts .stsContactsItem {
    width: 100%;
  }
  #mapContentDetail .mcdLast .section.section-white-slide .stsContacts .stsContactsItem:last-child {
    padding-left: 0;
  }
  #mapContentDetail .mcdLast .section.section-white-slide .mcdContentSlide {
    padding: 0px 60px 40px 20px;
  }
  #mapContentDetail .mcdLast .section.firstSlideScroll {
    justify-content: flex-end;
  }
  #mapContentDetail .mcdLast .section.section-image-quote .finalRecapScroll {
    align-items: flex-end;
  }
  #mapContentDetail .mcdLast .section.partnershipmap-section-flex-top .finalRecapScroll {
    align-items: flex-start !important;
  }
  #mapContentDetail .mcdLast .mcdFirstContent,
  #mapContentDetail .mcdLast .mcdFirstFooter {
    opacity: 1;
    transform: translateY(0);
  }
  #mapContentDetail .mcdLast .mcdFirstContent {
    align-self: center;
  }
  #mapContentDetail .mcdLast .mcdFirstWrapper {
    padding: 0;
  }
  #mapContentDetail .mcdLast .mcdFirstWrapper .mcdFirstFooter {
    padding-top: 0;
  }
  #mapContentDetail .mcdLast .mcdFirstHeader {
    line-height: 1.16;
  }
  #mapContentDetail .mcdContentSlide {
    padding: 0px 60px 0 20px;
  }
  #mapContentDetail .mcdContentSlide .mcdText {
    margin: 0 auto;
    font-size: 22px;
    line-height: 29px;
  }
  #mapContentDetail .mcdContentSlide .mcdContentQuote {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
    padding: 0px 0 10px 10px;
  }

  #mapContentDetail .mcdContentSlide .mapReadMoreAboutItem {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #mapContentDetail .mcdFirst {
    display: none;
  }
  #mapContentDetail .mcdLast {
    width: 100%;
    left: 0;
  }
  #mapContentDetail .mcdLast .section {
    padding: 0;
    margin: 0;
  }
  #mapContentDetail .mcdLast .section .finalRecapScroll {
    margin-top: 85px;
  }
  #mapContentDetail .mcdContentSlide {
    padding: 0px 45px 40px 20px;
    transform: translateY(0%);
    transition: all 0.6s;
  }
  #mapContentDetail .mcdContentSlide .mcdContentQuote {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    padding: 0px 0px 10px 10px;
  }
 
  #mapContentDetail .mcdContentSlide .mapRelatedContent {
    padding-top: 12px;
  }
  #mapContentDetail .mcdContentSlide .mcdBigQuoteTitle {
    font-size: 30px;
    line-height: 1.2;
    padding-bottom: 5px;
    margin-left: 0;
    margin-bottom: 30px;
  }
  #mapContentDetail .mcdContentSlide .mcdBigQuoteTitle:after {
    left: 0;
  }
  #mapContentDetail .mcdContentSlide .mcdFirstWrapper .mcdFirstContent {
    padding-top: 0;
  }
  #mapContentDetail .mcdContentSlide .mcdFirstWrapper .mcdFirstContent .mcdFirstHeader {
    font-size: 25px;
  }
  #mapContentDetail .mcdContentSlide .mcdDate {
    margin-bottom: 0;
  }
}
.mapScrollSideContent {
  color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  background: #010309;
  transform: translateX(100%);
  transition: transform 0.55s cubic-bezier(0, 0, 0.58, 1) 0.1s;
  width: 400px;
  height: 100%;
  z-index: 99;
}
.mapScrollSideContent.open {
  transform: translate(0%, 0%);
  z-index: 200;
}
.shareIcons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.shareIcons a {
  margin-left: 7px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  opacity: 1;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #667790;
}
.shareIcons a:first-child {
  margin-left: 0;
}
.shareIcons a:hover {
  opacity: 0.5;
}
.shareIcons a.link-external img {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
}
#mapListPartneship {
  width: 100%;
  transform: translate(0%, 100%);
  background: transparent;
  color: #0E141A;
}
#mapListPartneship .mpcClose {
  top: 70px;
  opacity: 0;
  transition: opacity 0.3s linear 1.2s;
}
#mapListPartneship .mlpContent {
  background: transparent;
  width: 100%;
  height: 100%;
  display: flex;
}
#mapListPartneship .mlpContent .mlpFirst {
  opacity: 0;
  transform: translateY(100%);
  color: #0E141A;
  width: 35%;
  padding: 90px 10px 20px 50px;
  transition: background 0.6s ease-out 0.75s, transform 0.75s ease-out 0.1s, opacity 0.4s linear 0.2s;
}
#mapListPartneship .mlpContent .mlpFirst .mlpFirstHeader {
  font-size: 49px;
  margin-bottom: 30px;
  font-weight: 700;
  margin-top: 30px;
}
#mapListPartneship .mlpContent .mlpFirst .mlpFirstDescription p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
}
#mapListPartneship .mlpContent .mlpFirst .mlpFirstFilter {
  margin-top: 30px;
}
#mapListPartneship .mlpContent .mlpFirst .mlpFirstFilter .mlpFirstFilterLabel {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  padding-top: 20px;
}
#mapListPartneship .mlpContent .mapFilterFooter {
  position: absolute;
  bottom: 15px;
  width: 100%;
}
#mapListPartneship .mlpContent .mapFilterFooter.mobile-filter-footer {
  display: none;
  position: relative;
  padding: 0;
}
#mapListPartneship .mlpContent .mapFilterFooter .mapFilterShare .shareLabel {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #9B9B9B;
  margin-bottom: 10px;
}
#mapListPartneship .mlpContent .mapFilterFooter .mapFilterCopyright {
  color: #9B9B9B;
  font-size: 14px;
  margin-top: 25px;
}
#mapListPartneship .mlpContent .mlpLast {
  background: #fff;
  padding: 140px 100px 0px 60px;
  width: 65%;
  transform: translateY(100%);
  max-height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: transform 0.75s ease-out 0.45s, opacity 0.1s linear;
}
#mapListPartneship .mlpContent .mlpLast .mlpPartnershipScrollWrapper {
  padding-bottom: 60px;
}
#mapListPartneship .mlpContent .mlpLast .mlpLastLetter .mlpLetter {
  border-left: 4px solid #fff;
  padding-left: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 768px) {
  #mapListPartneship .mlpContent .mlpLast .mlpLastLetter .mlpLetter {
    padding-left: 0;
  }
}
#mapListPartneship .mlpContent .mlpLast .mlpLastLetter.letterWrapperIsNotVisible {
  display: none;
}
#mapListPartneship .mlpContent .mlpLast .mlpLastLetter .mlpLetterContent {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
}
#mapListPartneship .mlpContent .mlpLast .mlpLastLetter .mlpLetterContent .mlpLetterContentItem {
  padding: 0 20px 32px 20px;
  width: 50%;
}
#mapListPartneship .mlpContent .mlpLast .mlpLastLetter .mlpLetterContent .mlpLetterContentItem:before {
  content: "";
  display: block;
  height: 1px;
  background: #C2CDDD;
  margin-bottom: 30px;
}
#mapListPartneship .mlpContent .mlpLast .mlpLastLetter .mlpLetterContent .mlpLetterContentItem .mlpLetterContentItemName {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  color: #667790;
}
#mapListPartneship .mlpContent .mlpLast .mlpLastLetter .mlpLetterContent .mlpLetterContentItem .mlpLetterContentItemDescription {
  margin: 5px 0;
}
#mapListPartneship .mlpContent .mlpLast .mlpLastLetter .mlpLetterContent .mlpLetterContentItem .mlpLetterContentItemDescription a {
  font-size: 18px;
  color: #D3135A;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
}
#mapListPartneship .mlpContent .mlpLast .mlpLastLetter .mlpLetterContent .mlpLetterContentItem .mlpLetterContentItemDescription a:hover {
  text-decoration: underline;
}
#mapListPartneship .mlpContent .mlpLast .mlpLastLetter .mlpLetterContent .mlpLetterContentItem.letterIsNotVisible {
  display: none;
}
#mapListPartneship.open {
  transform: translate(0%, 0%);
}
#mapListPartneship.open#mapListPartneship .mpcClose {
  opacity: 1;
}
#mapListPartneship.open#mapListPartneship .mlpFirst {
  background: #fff;
  transform: translate(0%);
  opacity: 1;
}
#mapListPartneship.open#mapListPartneship .mlpLast {
  opacity: 1;
  transform: translate(0%);
}
#mapListPartneship .mlpFirstFilterFilters {
  margin-top: 30px;
}
#mapListPartneship .mlpFirstFilterFilters .mlpFirstFilterFiltersWrapper {
  padding: 0;
  position: relative;
  margin: 0px 0px 18px 0;
  background-color: #fff;
  background-size: 16px 11px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
#mapListPartneship .mlpFirstFilterFilters .mlpFirstFilterFiltersWrapper select {
  display: none;
  width: 100%;
  padding-right: 50px;
  border: 2px solid #C2CDDD;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 14px;
  font-size: 18px;
  background-color: #fff;
  color: #000;
  letter-spacing: 0;
  line-height: 26px;
  background-image: url(../img/icons/icon-chevron-up@2x.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 10px;
  border-radius: 0;
}
#mapListPartneship .mlpFirstFilterFilters .mlpItemFilter {
  width: 20%;
  padding-right: 30px;
  margin-bottom: 30px;
}
#mapListPartneship .mlpFirstFilterFilters .mlpItemFilter img {
  display: block;
  width: 100%;
  max-width: 100%;
}
#mapListPartneship #gradient-scroll {
  position: fixed;
  bottom: 0;
  height: 50px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, #ffffff 39%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, #ffffff 39%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, #ffffff 39%, #ffffff 100%);
}
#mapListPartneship #fakeSelectOptionBox {
  display: block;
  width: 100%;
  padding-right: 50px;
  border: 2px solid #C2CDDD;
  outline: none;
  box-shadow: none;
  background-color: #fff;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 14px;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  color: #0E141A;
  font-weight: 300;
  cursor: pointer;
  background-image: url(../img/icons/icon-chevron-up@2x.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 10px;
}
#mapListPartneship #fakeSelectOptionBox.open{
  color: #D3135A;
} 
#mapListPartneship .fakeSelectOption {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  border: 2px solid #C2CDDD;
  max-height: 250px;
  overflow: auto;
  display: none;
  margin-top: 10px;
}
#mapListPartneship .fakeSelectOption.fakeSelectOpen {
  display: block;
}
#mapListPartneship .fakeSelectOption li {
  display: block;
  padding: 14px;
  font-size: 18px;
  color: #0E141A;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.5s ease-out;
}
#mapListPartneship .fakeSelectOption li:hover {
  background-color: #EFF2F7;
}
#mapListPartneship .fakeSelectOption li.fakeOptionSelected {
  background-color: #f4f4f4;
  color: #000;
}
#fp-nav {
  z-index: 999 !important;
  position: fixed;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
}
#fp-nav ul {
  width: 16px;
}
#fp-nav ul li {
  height: 15px;
  padding: 12px 0;
}
#fp-nav ul li a {
  text-align: center;
  display: block;
  position: relative;
}
#fp-nav ul li a span {
  position: absolute;
  width: 6px;
  height: 4px;
  left: 6px;
  margin: 0 auto;
  background: #667790;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: block;
  transition: all 0.25s ease-out;
}
#fp-nav ul li a.active span {
  width: 16px;
  background: #0E141A;
  left: 0;
}
#fp-nav ul li a:before {
  margin: 0 auto;
}
@media (max-width: 768px) {
  #fp-nav {
    width: 40px;
    right: 5px;
  }
  #fp-nav ul {
    width: auto;
  }
  #fp-nav ul li {
    width: 40px;
  }
  #fp-nav ul li a {
    display: flex;
    width: 40px;
  }
  #fp-nav ul li a span {
    transform: translateX(-50%);
    left: 50% !important;
    background: #fff;
  }
  #fp-nav ul li a.active span {
    background: #fff !important;
  }
}
@media (max-width: 768px) {
  .mcdLast .mpcClose {
    right: 0;
  }
}
.iScrollIndicator {
  background: #fff !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}
@media (max-width: 1240px) {
  #map .mapWrapperContainer {
    transition: none;
  }
}
#partneshipVideoFullView {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 100px 0;
  z-index: 999;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#partneshipVideoFullView iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 90%;
  height: 100%;
}
#partneshipVideoFullView .partneshipVideoFullView-content {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}
#partneshipVideoFullView.partnershipmap-full-video--active {
  opacity: 1;
  display: block;
}
#partneshipVideoFullView .partneshipVideoFullView-close {
  background: transparent;
  color: #000;
  width: 50px;
  height: 50px;
  line-height: 36px;
  font-size: 39px;
  text-align: center;
  z-index: 200;
  position: absolute;
  top: 18px;
  right: 15px;
  cursor: pointer;
}
@media screen and (max-width: 1023px){
  #partneshipVideoFullView .partneshipVideoFullView-close {
    top: 22px;
    right: 10px;
  } 
}
.mobile-light-partnership-map,
.mobile-svg-partnership-map {
  display: none;
}
body.FullpageWhiteSlide #fp-nav ul li a span {
  background-color: #333 !important;
}
body.FullpageWhiteSlide #fp-nav ul li a.active span {
  background: #333;
}
@media (max-width: 1024px) {
  .partnershipMap-row *[class^="col-"] {
    width: 100%;
  }
  #mapListPartneship .mlpContent .mlpFirst .mlpFirstHeader{
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  body.FullpageWhiteSlide header#partnershipMapHeader .headerMapLogoWrapper span.headerMapLogo {
    background-image: url(../img/enel-logo-neg.png);
  }
  body.FullpageWhiteSlide header#partnershipMapHeader .headerMapLogoWrapper h1.mapPageTitle {
    color: #222;
    border-left: 1px solid #C2CDDD;
  }
  #partneshipVideoFullView iframe {
    max-width: 100%;
  }
  #mapListPartneship {
    overflow-y: scroll;
  }
  #mapListPartneship:before {
    position: fixed;
    content: "";
    display: block;
    width: 100%;
    height: 85px;
    z-index: 10;
    transition: background 0.2s ease 0.9s;
  }
  #mapListPartneship.open:before {
    background-color: #fff;
  }
  #mapListPartneship .mlpContent {
    max-height: 100%;
    height: auto;
    display: block;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #mapListPartneship .mlpContent .mlpFirst,
  #mapListPartneship .mlpContent .mlpLast {
    width: 100%;
  }
  #mapListPartneship .mlpContent .mapFilterFooter {
    display: none;
  }
  #mapListPartneship .mlpContent .mapFilterFooter.mobile-filter-footer {
    display: block;
  }
  #mapListPartneship .mlpContent .mlpFirst {
    padding: 90px 20px 20px;
    opacity: 1;
  }
  #mapListPartneship .mlpContent .mlpFirst .mlpFirstHeader {
    font-size: 36px;
    margin-bottom: 15px;
  }
  #mapListPartneship .mlpContent .mlpFirst .mlpFirstDescription p {
    font-size: 14px;
    line-height: 23px;
  }
  #mapListPartneship .mlpContent .mlpFirst .mapFilterFooter {
    margin-top: 20px;
    position: relative;
    bottom: 0;
    padding: 0;
  }
  #mapListPartneship .mlpContent .mlpFirst .mapFilterFooter .mapFilterShare .shareLabel {
    font-size: 12px;
  }
  #mapListPartneship .mlpContent .mlpLast {
    padding: 20px;
    max-height: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    touch-action: auto;
    opacity: 1;
  }
  #mapListPartneship .mlpContent .mlpLast .mlpLastLetter .mlpLetterContent {
    padding: 0;
    margin: 15px 0 30px 0;
  }
  #mapListPartneship .mlpContent .mlpLast .mlpLastLetter .mlpLetterContent .mlpLetterContentItem {
    width: 100%;
    padding: 10px 0 0px 0;
  }
  #mapListPartneship .mlpContent .mlpLast .mlpLastLetter .mlpLetterContent .mlpLetterContentItem:before {
    margin-bottom: 15px;
  }
  #mapListPartneship .mlpContent .mlpLast .mlpLastLetter .mlpLetterContent .mlpLetterContentItem .mlpLetterContentItemName {
    font-size: 12px;
  }
  #mapListPartneship .mlpContent .mlpLast .mlpLastLetter .mlpLetterContent .mlpLetterContentItem .mlpLetterContentItemDescription a {
    font-size: 18px;
  }
  #mapListPartneship .mlpFirstFilterFilters .mlpFirstFilterFiltersWrapper select {
    display: block;
    font-weight: 300;
  }
  #mapListPartneship .mlpFirstFilterFilters .mlpFirstFilterFiltersWrapper select option {
    font-weight: 300;
  }
  #mapListPartneship #fakeSelectOptionBox,
  #mapListPartneship .fakeSelectOption {
    display: none;
  }
  #map .mapListTrigger label {
    display: none;
  }
  #map .checkContainer .mapCheck {
    margin-top: -18px;
  }
  #map .checkContainer .mapCheck:hover {
    opacity: 1;
  }
}
#alertLandscapeMobileDevice {
  background-color: #010106;
  background-size: cover;
  background-image: url(../img/turn-to-portrait-background.jpg);
  display: none;
}
#alertLandscapeMobileDevice img {
  display: block;
  margin: 0 auto 20px auto;
  width: 100px;
}
@media screen and (orientation: landscape) and (max-width: 768px) {
  body.mobile-device-check-true #alertLandscapeMobileDevice {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: block;
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.tooltip-copied {
  position: absolute;
  background: #5a5a5a;
  color: white;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 10px;
  top: -100%;
  left: -50%;
  border-radius: 5px;
  opacity: 0;
}
.tooltip-copied.blink {
  animation: blink 2s linear 2;
}
@keyframes blink {
  0%,
  100% {
    opacity: 0;
  }
  25%,
  75% {
    opacity: 1;
  }
}
