/* @import url('https://fonts.googleapis.com/css?family=Abel'); */

html,
body {
  /* font-family: Abel, Arial, Verdana, sans-serif; */
}

#contactImage {
  object-fit: contain;
  overflow: hidden !important;
}

#nzmap {
  display: block;
  width: 80%;
  height: 100%;
  float: right;
}
.clearfix::after {
  content: "";
  clear: both;
}
path:hover,
circle:hover {
  stroke: #002868 !important;
  stroke-width: 2px;
  stroke-linejoin: round;
  fill: #002868 !important;
  cursor: pointer;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  body {
    display: block;
  }
}
.simpletIT-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-top: 50px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.025);
  text-align: center;
  transition: height 1000ms;
  width: 350px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.5;
}
.simpleIT-headerImage {
  object-fit: cover;
  overflow: hidden !important;
  width: 100%;
  height: 150px;
}
.locationDescription {
  display: none;
  padding: 10px;
  text-align: justify;
}
.text-content {
  transition: transform 1000ms;
}
.chevron {
  left: calc(50% - 15px);
  transform-origin: 50%;
  transform: rotate(180deg);
  transition: transform 1000ms;
}
.chevroncontainer {
  padding: 5px;
}

.simpletIT-card.expanded .chevron {
  transform: rotate(0deg);
}
.title {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 900;
  margin: 20px 0 12px;
}
.simpleIT-details {
  text-align: left;
  padding: 2px 10px 2px 10px;
}
.simpleIT-extradetails {
  text-align: left;
  padding-bottom: 5px;
}
.extra-divider {
  width: 100px;
  margin: auto;
  margin-bottom: 8px;
}
.officeTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.officeSubTitle {
  font-size: 16px;
  line-height: 1;
  padding-bottom: 5px;
}
.officeSubTitle.extraInfo {
  margin: 0 1rem;
}
.officeTitle.extraInfo {
  margin: 0 1rem;
}
.simpleIT-label {
  font-size: 15px;
  font-weight: bold;
}
.extraInfo {
  color: #ffffff;
}
/* Loading Overlay */

.loading-overlay {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.loading-overlay.active {
  z-index: 5;
  background: #00000036;
  text-align: center;
  display: block;
}
.loading-overlay img {
  margin-top: 75px;
}

/* Scrolling Cards */

#scrolling_container {
  width: 420px;
  height: 50px;
  margin-left: 20px;
  position: absolute;
}

#list-container {
  overflow: hidden;
  width: 400px;
  float: left;
}

.list {
  min-width: 10000px;
  float: left;
}

#arrowR {
  width: 30px;
  height: 60px;
  float: right;
  cursor: pointer;
  margin-top: 180px;
  margin-left: 390px;
  position: absolute;
}

#arrowL {
  width: 30px;
  height: 60px;
  float: left;
  cursor: pointer;
  margin-top: 180px;
  position: absolute;
  margin-left: 10px;
}

.item {
  width: 350px;
  margin-left: 30px;
  float: left;
  position: relative;
}
.item span {
  text-align: center;
}
.backing_images {
  height: 70px;
  margin: auto;
  width: 80% !important;
  margin-right: 40px !important;
}

i {
  border: solid #646464;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
@media (max-width: 800px) {
  #nzmap {
    display: block;
    width: 100%;
    height: 100%;
  }
  #scrolling_container {
    position: relative;
    margin: auto;
  }
}
@media (max-width: 450px) {
  #arrowL {
    margin-left: 0px;
  }
  #arrowR {
    margin-left: 310px;
  }
  .item {
    margin-left: 10px;
  }
  .simpletIT-card {
    width: 300px;
  }
}
