#map {
  position: relative;
  border: 3px solid #00205b;
}

#map > #collaborator.collaborator__container {
  position: absolute;
  width: 350px;
  left: -350px;
  top: 0;
  bottom: 0;
  transition-property: left;
  -webkit-transition-property: left;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

#map > #collaborator.collaborator__container.show {
  left: 0;
}

#map > #heading {
  position: absolute;
  top: 0;
  background: #00205B;
  height: 73px;
  width: 100%;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;

  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;

  font-size: 28px;
  line-height: 32px;
  color: white;
  font-weight: 900;
  padding-top: 15px;
  padding-bottom: 17px;
  transition: all 0.5s ease;
  text-align: center;
}

#heading.pushed {
  padding-left: 350px;
}

#map > #collaborator.collaborator__container > .collaborator__heading {
  padding: 0 22px;
  width: 100%;
  height: 73px;
  background: #7F8FAC;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;

  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

#map > #collaborator.collaborator__container > .collaborator__heading > a#close {
  background: url('../img/maps.png');
  background-size: 44px;
  height: 22px;
  width: 22px;
  background-position: 0 -178px;
}

#map > #collaborator.collaborator__container > .collaborator__heading > a#navigate {
  background: url('../img/maps.png');
  background-size: 44px;
  height: 22px;
  width: 22px;
  background-position: -22px -312px;
}

#map > #collaborator.collaborator__container > .collaborator__body {
  padding: 36px 22px;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

#map > #collaborator > .collaborator__body .content .section {
  margin-top: 20px;
}

#map > #collaborator > .collaborator__body .content .section:first-child {
  margin-top: 0;
}

#map > #collaborator > .collaborator__body .section > .section--label {
  font-size: 12px;
  color: #9e9e9e;
}

#map > #collaborator > .collaborator__body .section > .section--details {
  line-height: 21px;
  font-size: 14px;
  margin-top: 4px;
  color: rgba(0,0,0,0.87);
}

#map > #collaborator > .collaborator__body .section > .section--label a {
  color: #4285f4;
  font-size: 14px;
}

#map > #collaborator > .collaborator__body .section > .section--label a:hover {
  text-decoration: none;
}
