/* SASS Variables
-------------------------------------------------------------- */
#hp-offices {
  max-width: 1250px;
  margin: 0 auto 0 auto;
}
#hp-offices .info {
  padding: 60px 20px 50px;
  text-align: center;
}
#hp-offices .info .title {
  margin-bottom: 48px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  position: relative;
  color: var(--primaryColor);
}
#hp-offices .info .hr {
  width: 100px;
  height: 7px;
  margin: 0 auto 72px auto;
  background-color: var(--secondaryColor);
  position: relative;
}
#hp-offices .info .content {
  margin-bottom: 65px;
}
@media (min-width: 768px) {
  #hp-offices .info {
    padding-bottom: 0;
  }
  #hp-offices .info .title {
    font-size: 56px;
  }
}
#hp-offices .offices {
  margin: 0 20px 100px;
  position: relative;
}
#hp-offices .offices .offices-inner {
  max-width: 1250px;
  margin: 0 auto;
}
#hp-offices .offices .offices-inner .office-box {
  margin: 0 15px;
  margin-bottom: 60px;
  padding: 48px 30px 18px 30px;
  background-color: #000;
}
#hp-offices .offices .offices-inner .office-box .office-info .city {
  min-height: 80px;
  margin: 0 auto;
  margin-bottom: 0px;
  font-family: var(--lato);
  font-weight: var(--bold);
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--secondaryColor);
}
#hp-offices .offices .offices-inner .office-box .office-info .city a {
  color: var(--secondaryColor) !important;
}
#hp-offices .offices .offices-inner .office-box .office-info .directions,
#hp-offices .offices .offices-inner .office-box .office-info .address {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 22px;
}
#hp-offices .offices .offices-inner .office-box .office-info .label {
  font-family: var(--lato);
  font-size: 18px;
  letter-spacing: 2px;
  color: var(--secondaryColor);
  text-transform: uppercase;
  margin-bottom: 0;
}
#hp-offices .offices .offices-inner .office-box .office-info .address {
  color: #fff;
  font-weight: var(--regular);
}
#hp-offices .offices .offices-inner .office-box .office-info .directions {
  font-weight: var(--bold);
}
#hp-offices .offices .offices-inner .office-box .office-info .phone-number {
  font-family: var(--oswald);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}
#hp-offices .offices .offices-inner .office-box .office-info .directions {
  display: block;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 20px !important;
  color: var(--secondaryColor);
}
@media (min-width: 1100px) {
  #hp-offices .offices {
    margin: 35px 20px 0px 20px;
  }
  #hp-offices .offices .offices-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  #hp-offices .offices .offices-inner .office-box {
    flex: 0 0 47%;
  }
}
#hp-offices .offices .arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  width: calc(100% + 100px);
  left: -50px;
  cursor: pointer;
  pointer-events: none;
}
@media (max-width: 767px) {
  #hp-offices .offices .arrows {
    width: 100%;
    top: auto;
    left: 0;
    bottom: 0;
    transform: none;
    justify-content: center;
    gap: 50px;
  }
}
#hp-offices .offices .arrows .arrow {
  pointer-events: all;
  display: flex;
}
#hp-offices .offices .arrows .arrow svg path {
  fill: var(--secondaryColor);
}
#hp-offices .offices .arrows .prev-arrow {
  transform: rotate(180deg);
}
#hp-offices .call-us {
  padding: 120px 50px 115px 50px;
  background-color: var(--primaryColor);
}
@media (max-width: 1180px) {
  #hp-offices .call-us {
    padding: 56px 30px 53px 30px;
  }
}
@media (max-width: 767px) {
  #hp-offices .call-us {
    padding: 56px 20px 60px 20px;
  }
}
#hp-offices .call-us .call-us-inner {
  max-width: 1250px;
  margin: 0 auto 0 auto;
  text-align: center;
}
#hp-offices .call-us .call-us-inner .tagline {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: var(--secondaryColor);
  margin-bottom: 41px;
}
@media (max-width: 1180px) {
  #hp-offices .call-us .call-us-inner .tagline {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 7px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  #hp-offices .call-us .call-us-inner .tagline {
    letter-spacing: 6px;
    line-height: 24px;
  }
}
#hp-offices .call-us .call-us-inner a {
  font-family: "Roboto Slab", serif;
  font-size: 88px;
  line-height: 88px;
  color: #fff;
  display: inline-block;
  margin-bottom: 50px;
}
@media (max-width: 1180px) {
  #hp-offices .call-us .call-us-inner a {
    font-size: 48px;
    line-height: 63px;
    margin-bottom: 18px;
  }
}
@media (max-width: 1180px) and (max-width: 767px) {
  #hp-offices .call-us .call-us-inner a {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 39px;
  }
  #hp-offices .call-us .call-us-inner a span {
    display: block;
  }
}
#hp-offices .call-us .call-us-inner .sub-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  line-height: 44px;
  font-size: 36px;
}
@media (max-width: 1180px) {
  #hp-offices .call-us .call-us-inner .sub-title {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (max-width: 1180px) and (max-width: 767px) {
  #hp-offices .call-us .call-us-inner .sub-title {
    font-size: 18px;
    line-height: 21px;
  }
}
#hp-offices .locations {
  display: flex;
}
@media (max-width: 1180px) {
  #hp-offices .locations {
    flex-direction: column;
  }
}
#hp-offices .locations .left {
  padding: 99px 50px 100px 50px;
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  background-color: var(--tertiaryColor);
}
@media (max-width: 1180px) {
  #hp-offices .locations .left {
    padding: 51px 30px 58px 30px;
  }
}
@media (max-width: 767px) {
  #hp-offices .locations .left {
    padding: 51px 20px 58px 20px;
  }
}
#hp-offices .locations .left .inner {
  max-width: 510px;
}
@media (max-width: 1180px) {
  #hp-offices .locations .left .inner {
    max-width: 100%;
  }
}
#hp-offices .locations .left .inner h3 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: var(--primaryColor);
  margin-bottom: 18px;
  text-transform: inherit;
}
@media (max-width: 1180px) {
  #hp-offices .locations .left .inner h3 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  #hp-offices .locations .left .inner h3 {
    font-size: 48px;
    line-height: 63px;
  }
}
#hp-offices .locations .right {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: var(--secondaryColor);
  padding: 100px 30px 100px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1180px) {
  #hp-offices .locations .right {
    padding: 59px 30px 0px 30px;
  }
}
@media (max-width: 767px) {
  #hp-offices .locations .right {
    padding: 30px 20px 30px 20px;
  }
}
#hp-offices .locations .right .inner {
  max-width: 585px;
}
@media (max-width: 1180px) {
  #hp-offices .locations .right .inner {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #hp-offices .locations .right .inner {
    display: block;
  }
}
#hp-offices .locations .right .inner .location-box {
  display: flex;
  margin-bottom: 110px;
  background-color: var(--lightGrey);
}
@media (max-width: 1180px) {
  #hp-offices .locations .right .inner .location-box {
    flex-direction: column;
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0px 20px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #hp-offices .locations .right .inner .location-box {
    padding: 0px;
  }
}
#hp-offices .locations .right .inner .location-box .office-thumbnail {
  margin-right: 40px;
}
@media (max-width: 1180px) {
  #hp-offices .locations .right .inner .location-box .office-thumbnail {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
#hp-offices .locations .right .inner .location-box .office-thumbnail img {
  display: block;
  max-width: 250px;
  height: auto;
}
@media (max-width: 1180px) {
  #hp-offices .locations .right .inner .location-box .office-thumbnail img {
    max-width: 100%;
    width: 100%;
  }
}
#hp-offices .locations .right .inner .location-box .office-info {
  position: relative;
  top: -12px;
}
#hp-offices .locations .right .inner .location-box .office-info .city {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  #hp-offices .locations .right .inner .location-box .office-info .city {
    font-size: 28px;
    line-height: 37px;
  }
}
#hp-offices .locations .right .inner .location-box .office-info .address {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}
#hp-offices .locations .right .inner .location-box .office-info .phone-number {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
}
#hp-offices .locations .right .inner .location-box .office-info .directions {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 42px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 4px solid transparent;
  padding-bottom: 2px;
  transition: border 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
}
#hp-offices .locations .right .inner .location-box .office-info .directions:hover {
  border-bottom: 4px solid #fff;
}
#hp-offices .free {
  padding: 96px 50px 108px 50px;
}
@media (max-width: 1180px) {
  #hp-offices .free {
    padding: 51px 30px 58px 30px;
  }
}
@media (max-width: 767px) {
  #hp-offices .free {
    padding: 70px 20px 77px 20px;
  }
}
#hp-offices .free .inner {
  max-width: 1040px;
  margin: 0 auto 0 auto;
  text-align: center;
}
#hp-offices .free .inner h3 {
  font-family: "Roboto Slab", serif;
  font-size: 48px;
  line-height: 63px;
  color: var(--primaryColor);
  text-transform: inherit;
}
@media (max-width: 1180px) {
  #hp-offices .free .inner h3 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 25px;
  }
}
#hp-offices #footer .map {
  display: none;
}

.map-embed {
  height: 222px;
  padding: 0 !important;
  display: flex;
  align-items: stretch;
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.toggle-list {
  margin-top: 30px;
}
.toggle-list .list-toggler-title {
  color: white;
  font-family: var(--lato);
  font-weight: var(--bold);
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  letter-spacing: 1px;
  background-color: var(--secondaryColor);
  padding: 15px;
}
.toggle-list .list-toggler-title .icon {
  margin-left: 10px;
  display: inline-block;
}
.toggle-list .list-toggler-title.open {
  background-color: var(--primaryColor);
}
.toggle-list .list-toggler-title.open .icon {
  transform: rotate(180deg);
}
.toggle-list .list-toggler-content {
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  text-align-last: left;
  padding: 0 20px;
}
.toggle-list .list-toggler-content p {
  text-align: left;
  color: #000;
  font-size: 14px;
  line-height: 24px;
}
.toggle-list .list-toggler-title.open + .list-toggler-content {
  height: auto;
}
