.section-content {
  position: relative;
  top: 50%;
  -webkit-transform:      translateY(-50%);
  -moz-transform:      translateY(-50%);
  -o-transform:      translateY(-50%);
  -ms-transform:      translateY(-50%);
  transform:      translateY(-50%);
}



#directions .col6.pin-right {
    top: -50%;
    right: -10%;

}
#mobile .col8.pin-right {
    top: -30%;
    right: -10%;

}

#maps .col10.pin-right {
    top: -55%;
    right: -20%;
}

#atlas .col7.pin-right {
  right: -10%;
  top:  -20%;
}

#build .col12.pin-right {
    top: -50%;
    right: -40%;
}
 #geocoding .col12.pin-right{
     right: -39%;
     top: -20%;
  }

#directions {
  color: #495d77;
}

#directions .button {
      box-shadow: 0px 0px 0px 2px #495d77 inset;
}

#directions a {
  color: #495d77;
}

.icon-down  {
  position: fixed;
  bottom: 0;
  left: 0;
}

.graphic-splash {
  background: url(enterprise.png) 0 100% no-repeat;
  background-size: 100% auto;
  height: 458px;
  bottom: 77px;
  margin-right: -120px;
}
/* override home.css */
.customer-logos div:last-of-type {
    margin-top: 0px;
}

.highvolume-graphic {
  height: 0;
  padding-bottom: 30%;
  background: url(highvolume2.png) center 35px no-repeat;
  background-size: 100% auto;
}

.atlas-graphic {
  position: absolute;
  right: -19%;
  top: -10px;
  height: 0;
  padding-bottom: 40%;
  background: url(atlas.png) center top no-repeat;
  background-size: auto 90%;
}

#satellite {
  background: url(satellite2.jpg) center top no-repeat;
  background-size: cover;
}

#drive {
  background: url(drive.jpg) left top no-repeat;
  background-size: cover;
}

#analysis {
  background-color: #2ecc71;
}

.analysis-graphic {
    position: absolute;
    right: -19%;
    top: -150px;
    height: 0;
    padding-bottom: 70%;
    background: url(analysis.png) center top no-repeat;
    background-size: cover;
}
.fill-pattern-midnight {
  background: #1d334b url(/National_Library/20161014125122oe_/https://mapbox.com/home/img/pattern2.svg) repeat;
  background-size: 400px 400px;
}


.cd-nav-trigger {
  display: none;
}

#cd-vertical-nav {
  position: fixed;
  left: 40px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
#cd-vertical-nav li {
  text-align: left;
}
 #cd-vertical-nav a {
  display: inline-block;
  /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#cd-vertical-nav a:after {
  content: "";
  display: table;
  clear: both;
}
#cd-vertical-nav a span {
  float: right;
  display: inline-block;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
 #cd-vertical-nav a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#cd-vertical-nav a:hover .cd-label {
  opacity: 1;
}
#cd-vertical-nav a.is-selected .cd-dot {
    -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
 #cd-vertical-nav .cd-dot {
  position: relative;
  /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
  top: 8px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#cd-vertical-nav .cd-label {
    background-color: white;
    border-radius: 49px;
    position: relative;
    margin-right: 10px;
    padding: 7px 10px 6px 10px;
    color: #f67e64;
    font-size: 11px;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    margin-top: -1px;
    margin-left: 13px;
}


@media only screen and (min-width: 1350px){
  #mobile .col8.pin-right {
    top: -45%;
    right: -10%;

  }
}
@media only screen and (max-width: 1350px){
  #cd-vertical-nav .cd-label {
    display: none;
  }
  #cd-vertical-nav li {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

}
@media only screen and (max-width: 1000px){
  #maps .col10.pin-right {
      top: -70%;
      right: -20%;
  }
  #build .col12.pin-right {
    top: -50%;
    right: -50%;
  }
  .analysis-graphic {
    position: absolute;
    right: -19%;
    top: -60px;
  }
}
@media only screen and (max-width: 900px){
#directions .col6.pin-right {
    top: -50%;
    right: 0%;
}
#atlas .col7.pin-right {
    right: 0%;
    top: -20%;
}
.limiter {
    width: 100%;
    padding-left: 100px;
    padding-right: 20px;
}
#mobile .col8.pin-right {
    top: -30%;
    right: -14%;
}
}
@media only screen and (max-width: 768px){
#maps .col10.pin-right {
    top: -55%;
    right: -31%;
}
#geocoding .col12.pin-right {
    right: -49%;
    top: -20%;
}
#mobile .col8.pin-right {
    top: -13%;
    right: -18%;
}
#satellite {
    background: url(satellite2.jpg) center top no-repeat;
    background-size: cover;
}
#build .col12.pin-right {
    top: -30%;
    right: -50%;
}
#atlas .col7.pin-right {
    right: -10%;
    top: 0%;
}
  .analysis-graphic {
    position: absolute;
    right: -19%;
    top: -10px;
  }
}



@media only screen and (max-width: 750px){
 #maps .col10.pin-right {
      top: -41%;
      right: -32%;
  }
  #directions .col6.pin-right {
    top: -20%;
    right: 0%;
}
#geocoding .col12.pin-right {
    right: -46%;
    top: -7%;
}
#satellite {
    background: url(satellite2.jpg) center top no-repeat;
    background-size: cover;
}
#build .col12.pin-right {
    top: -23%;
    right: -50%;
}
#atlas .col7.pin-right {
    right: -13%;
    top: 10%;
}
}

@media only screen and (max-width: 640px){
  .section-content {
      position: relative;
      top: 0;
      -moz-transform: none;
      -webkit-transform: none;
      -o-transform: none;
      -ms-transform: none;
      transform: none;
      margin-top: 60px;
  }
  #maps .col10.pin-right {
    top: 0;
    right: 0;
    position: relative;
    margin-top: 50px;
  }
  #directions .col6.pin-right {
    top: 0;
    right: 0%;
    position: relative;
    width: 70%;
    left: 15%;
    margin-top: 80px;
}
#mobile .col8.pin-right {
    top: 0;
    right: 0%;
    position: relative;
    width: 90%;
    left: 5%;
    margin-top: 20px;
}
#geocoding .col12.pin-right {
    right: 0;
    top: 0;
    position: relative;
    margin-top: 60px;
}
#build .col12.pin-right {
    top: 0;
    right: 0;
    position: relative;
    margin-top: 50px;
}
#atlas .col7.pin-right {
    right: 0%;
    top: 0;
    position: relative;
    margin-top: 80px;
}
#cd-vertical-nav {
  display: none;
}
.limiter {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.highvolume-graphic {
    height: 0;
    padding-bottom: 90%;
    background: url(highvolume2.png) center 35px no-repeat;
    background-size: 100% auto;
}
.analysis-graphic {
    position: relative;
    right: 0;
    top: 0px;
    width: 100%;
    left: 0;
    padding-bottom: 110%;
}

}






