#contact-locations-ns {
  /*------------------------------------*\
    GENERAL PAGE STYLES
\*------------------------------------*/
  /*------------------------------------*\
    MAP AND LOCATIONS
\*------------------------------------*/
  /*------------------------------------*\
    CAREERS PLUG
\*------------------------------------*/
}
#contact-locations-ns h1 {
  font-size: 40px;
  padding-top: 40px;
}
#contact-locations-ns .row {
  padding-bottom: 40px;
}
#contact-locations-ns hr {
  margin-top: 0px;
}
#contact-locations-ns .ui-content {
  padding: 0;
}
#contact-locations-ns #map {
  width: 100%;
  height: 350px;
  padding-bottom: 30px;
  border-top: 2px solid #DEDEDE;
  border-bottom: 2px solid #DEDEDE;
}
#contact-locations-ns #locationsList {
  text-align: center;
  margin-bottom: 10px;
  padding: 0 2em;
}
#contact-locations-ns #mapControls {
  line-height: 1;
}
#contact-locations-ns #mapControls ul {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#contact-locations-ns #mapControls li {
  display: block;
  width: 50%;
  padding: 5px;
}
#contact-locations-ns #mapControls li.active a {
  color: #333;
  font-weight: bold;
  transition: color 0.5s;
}
#contact-locations-ns #mapControls a {
  text-decoration: none;
  color: #525252;
  padding: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 125px;
  transition: color 0.3s;
}
#contact-locations-ns #mapControls a:hover,
#contact-locations-ns #mapControls a:focus {
  outline: none;
  color: #333;
}
#contact-locations-ns #mapControls .menu__line {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 125px;
  height: 3px;
  pointer-events: none;
  border: 1px solid #fff;
  border-width: 0 35px;
  background: #0076D1;
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}
#contact-locations-ns #mapControls li:nth-child(1).active ~ .menu__line {
  transform: translate3d(0%, 0, 0);
}
#contact-locations-ns #mapControls li:nth-child(2).active ~ .menu__line {
  transform: translate3d(100%, 0, 0);
}
#contact-locations-ns #mapControls li:nth-child(3).active ~ .menu__line {
  transform: translate3d(200%, 0, 0);
}
#contact-locations-ns #mapControls li:nth-child(4).active ~ .menu__line {
  transform: translate3d(300%, 0, 0);
}
#contact-locations-ns #mapControls li:nth-child(5).active ~ .menu__line {
  transform: translate3d(400%, 0, 0);
}
#contact-locations-ns #mapControls li:nth-child(6).active ~ .menu__line {
  transform: translate3d(500%, 0, 0);
}
#contact-locations-ns #mapControls li:nth-child(7).active ~ .menu__line {
  transform: translate3d(600%, 0, 0);
}
#contact-locations-ns #mapControls li:nth-child(8).active ~ .menu__line {
  transform: translate3d(700%, 0, 0);
}
#contact-locations-ns #contactForms {
  background: #dbebf2;
}
#contact-locations-ns .fixed-bg {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/images/pages/contact/office2.jpg");
  text-align: center;
  margin: 0px 0px 40px 0px;
  position: relative;
  height: 350px;
}
#contact-locations-ns .fixed-bg h1 {
  margin: 0px;
  padding-top: 115px;
  font-size: 65px;
  font-weight: bold;
  color: #6bbfff;
  text-shadow: 1px 1px 1px black;
}
#contact-locations-ns .fixed-bg .overlay {
  background: #2c394e;
  background: rgba(44, 57, 78, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#contact-locations-ns #contactForms label {
  margin: 5px 0;
  font-weight: normal;
}
#contact-locations-ns #contactForms label input {
  margin-right: 5px;
}
