@charset "UTF-8";
:root {
  --ht-color-blue: #000C7A;
  --ht-color-lblue: #113189;
  --ht-color-grey: #606060;
  --ht-color-orange: #53A5E2;
  --daterangebg: #606060;
  --color-card-1: #000C7A;
  --color-card-2: #53A5E2;
  --color-card-3: rgba(255, 255, 255, .9);
  --color-card-4: rgba(96, 96, 96, .9);
  --color-date-1: #ffd100;
  --color-date-2: #ffd100;
  --color-date-3: #ffd100;
  --color-date-4: #ffd100;
  --color-title-1: #ffffff;
  --color-title-2: #ffffff;
  --color-title-3: #000000;
  --color-title-4: #ffffff;
  --color-p-1: #ffffff;
  --color-p-2: #ffffff;
  --color-p-3: #000000;
  --color-p-4: #ffffff;
  --arrow-color: #53A5E2;
  scroll-behavior: smooth;
  --bs-dark: #333333;
  --bs-dark-rgb: 51, 51, 51;
}

.bg-blue,
.bg-container-blue {
  background-color: #003067;
}

.color_blue {
  color: #003067;
}

.bg-bright-blue,
.bg-container-bright-blue {
  background-color: #060E9F;
}

.color_bright-blue {
  color: #060E9F;
}

.bg-maroon,
.bg-container-maroon {
  background-color: #802528;
}

.color_maroon {
  color: #802528;
}

.bg-bright-red,
.bg-container-bright-red {
  background-color: #AC152C;
}

.color_bright-red {
  color: #AC152C;
}

.bg-yellow,
.bg-container-yellow {
  background-color: #ffcf06;
}

.color_yellow {
  color: #ffcf06;
}

.bg-light,
.bg-container-light {
  background-color: #F6F8FB;
}

.color_light {
  color: #F6F8FB;
}

.bg-black,
.bg-container-black {
  background-color: #000000;
}

.color_black {
  color: #000000;
}

.bg-white,
.bg-container-white {
  background-color: #ffffff;
}

.color_white {
  color: #ffffff;
}

.bg-grey,
.bg-container-grey {
  background-color: #616161;
}

.color_grey {
  color: #616161;
}

.bg-col-grey {
  background-color: rgba(97, 97, 97, 0.9) !important;
}

.bg-col-light-blue {
  background-color: rgba(83, 165, 226, 0.9) !important;
}

.bg-col-dark-blue {
  background-color: #113189 !important;
}

.bg-col-white {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.large-padding-top {
  padding-top: 100px;
}

.large-padding-bottom {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .large-padding-top {
    padding-top: 50px;
  }
  .large-padding-bottom {
    padding-bottom: 50px;
  }
}
.medium-padding-top {
  padding-top: 60px;
}

.medium-padding-bottom {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .medium-padding-top {
    padding-top: 30px;
  }
  .medium-padding-bottom {
    padding-bottom: 30px;
  }
}
.small-padding-top {
  padding-top: 30px;
}

.small-padding-bottom {
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .small-padding-top {
    padding-top: 15px;
  }
  .small-padding-bottom {
    padding-bottom: 15px;
  }
}
#mega-menu-wrap-primary {
  background: transparent;
  align-self: stretch;
  display: flex;
  position: inherit;
  z-index: 1022;
}
@media (max-width: 1200px) {
  #mega-menu-wrap-primary #mega-menu-primary {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link {
    width: 100% !important;
  }
  #mega-menu-wrap-primary .mega-menu-toggle {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open {
    top: 0;
    transform: translateY(50%);
  }
}
#mega-menu-wrap-primary #mega-menu-primary {
  display: flex;
  position: inherit;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  background: transparent;
  color: #ffffff;
  font-weight: 600;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-parent > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  background: #ffcf06 !important;
  color: #000000 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  flex-direction: row !important;
  align-items: center;
  align-self: stretch;
  display: flex;
}
@media (max-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    flex-direction: column !important;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background: #ffcf06;
  color: #000000;
  font-weight: 600;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  font-weight: 600;
  font-size: 1rem;
  height: auto;
  display: flex;
  align-self: stretch;
  align-items: center;
  padding: 0 1rem;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
  background: #ffcf06 !important;
  color: #000000 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu {
  top: 100%;
  left: 0;
  z-index: 1022;
  width: 240px;
  background: #ffcf06;
  padding: 0;
}
@media (max-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu {
    width: 100%;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link {
  width: 100%;
  font-weight: 600;
  font-size: 1rem;
  background: #ffcf06;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:hover {
  background: #003067 !important;
  color: #ffffff !important;
}
@media (max-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link {
    padding: 0 1rem;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child > a.mega-menu-link {
  background: transparent !important;
  color: #ffffff !important;
}

.bg_dark-grey {
  background-color: #404040;
}
.bg_dark-grey h2 {
  color: #ffffff;
}
.bg_dark-grey h5 {
  color: #ffffff !important;
}

.bg_yellow {
  background-color: #ffcf06;
}
.bg_yellow h5 {
  border-color: #404040 !important;
}

.team-section h2 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
}

@media (min-width: 1199px) {
  .group-slider {
    padding: 0 75px !important;
  }
}
.slick-slider .slick-disabled {
  opacity: 0.4;
}

.team-section-1 .bio-slider {
  background-image: url("/wp-content/uploads/2024/07/our-team-graphic-grey-1.png") !important;
}

.team-section-2 .bio-slider {
  background-image: url("/wp-content/uploads/2024/07/our-team-graphic-yellow.png") !important;
  background-position: left bottom !important;
}

img.slick-arrow {
  width: 53px;
  height: 53px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
img.slick-arrow:hover {
  opacity: 0.6;
  cursor: pointer;
}

.slide-person img {
  object-fit: cover;
  aspect-ratio: 1;
  background-color: white;
}

#our-team .d-flex.flex-wrap.w-100.mx-0 {
  display: block !important;
}

.spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}
.spinner-container img {
  width: 70px;
  height: 70px;
}

.group-slider:not(.slick-initialized),
.slide-bio-holder:not(.slick-initialized),
.slicktextslider:not(.slick-initialized) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  display: none !important;
  min-height: 400px !important;
}

.group-slider.slick-initialized,
.slide-bio-holder.slick-initialized,
.slicktextslider.slick-initialized {
  visibility: visible;
  opacity: 1;
  display: block !important;
}

.large-text p {
  font-size: 21px;
  line-height: 28px;
}

.yellow-border.trapezoid-btn {
  border-width: 2px;
}
.yellow-border.trapezoid-btn div {
  border-width: 2px;
  border-color: #ffcf06;
  background-color: transparent;
}

.btn-yellow {
  background-color: #ffcf06;
  color: #000000;
  transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
}
.btn-yellow:hover {
  background-color: #000000;
  color: #ffffff;
}

.btn-black {
  background-color: #000000;
  color: #ffffff;
  transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
}
.btn-black:hover {
  background-color: #ffffff;
  color: #000000;
}

.trapezoid-btn div span {
  transition: 0.2s color ease-in-out !important;
}

footer h5 {
  font-weight: 700;
}

.site-footer-info {
  padding-top: 40px;
}

.heading-link {
  text-decoration: none;
  transition: 0.2s opacity ease-in-out !important;
}
.heading-link:hover {
  opacity: 0.8;
}

.location-link {
  background-color: #F9F9F9;
  padding: 34px;
  height: 100%;
}
.location-link h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
}
.location-link h4 span {
  display: none;
}
.location-link p {
  font-size: 16px;
  margin-bottom: 14px !important;
  word-break: break-all;
}
.location-link p a {
  text-decoration: none;
  font-size: 16px;
}
.location-link p a:hover {
  text-decoration: underline;
}
.location-link span.icon {
  width: 29px;
  display: inline-block;
}

.blue-theme.location-link {
  border-bottom: 6px solid #003067;
}
.blue-theme .trapezoid-btn:not(.white-btn) {
  border-left-color: #003067;
  display: inline-block;
}
.blue-theme .trapezoid-btn:not(.white-btn):hover {
  text-decoration: none;
}
.blue-theme .trapezoid-btn:not(.white-btn):hover span {
  color: #ffffff;
}
.blue-theme .trapezoid-btn:not(.white-btn) div {
  border-color: #003067;
  background-color: #003067;
}
.blue-theme .trapezoid-btn:not(.white-btn) div span {
  color: #ffffff;
}
.blue-theme .trapezoid-btn:not(.white-btn) div span {
  transition: none;
  font-size: 16px;
}

.bright-blue-theme.location-link {
  border-bottom: 6px solid #060E9F;
}
.bright-blue-theme .trapezoid-btn:not(.white-btn) {
  border-left-color: #060E9F;
  display: inline-block;
}
.bright-blue-theme .trapezoid-btn:not(.white-btn):hover {
  text-decoration: none;
}
.bright-blue-theme .trapezoid-btn:not(.white-btn):hover span {
  color: #ffffff;
}
.bright-blue-theme .trapezoid-btn:not(.white-btn) div {
  border-color: #060E9F;
  background-color: #060E9F;
}
.bright-blue-theme .trapezoid-btn:not(.white-btn) div span {
  color: #ffffff;
}
.bright-blue-theme .trapezoid-btn:not(.white-btn) div span {
  transition: none;
  font-size: 16px;
}

.maroon-theme.location-link {
  border-bottom: 6px solid #802528;
}
.maroon-theme .trapezoid-btn:not(.white-btn) {
  border-left-color: #802528;
  display: inline-block;
}
.maroon-theme .trapezoid-btn:not(.white-btn):hover {
  text-decoration: none;
}
.maroon-theme .trapezoid-btn:not(.white-btn):hover span {
  color: #ffffff;
}
.maroon-theme .trapezoid-btn:not(.white-btn) div {
  border-color: #802528;
  background-color: #802528;
}
.maroon-theme .trapezoid-btn:not(.white-btn) div span {
  color: #ffffff;
}
.maroon-theme .trapezoid-btn:not(.white-btn) div span {
  transition: none;
  font-size: 16px;
}

.bright-red-theme.location-link {
  border-bottom: 6px solid #AC152C;
}
.bright-red-theme .trapezoid-btn:not(.white-btn) {
  border-left-color: #AC152C;
  display: inline-block;
}
.bright-red-theme .trapezoid-btn:not(.white-btn):hover {
  text-decoration: none;
}
.bright-red-theme .trapezoid-btn:not(.white-btn):hover span {
  color: #ffffff;
}
.bright-red-theme .trapezoid-btn:not(.white-btn) div {
  border-color: #AC152C;
  background-color: #AC152C;
}
.bright-red-theme .trapezoid-btn:not(.white-btn) div span {
  color: #ffffff;
}
.bright-red-theme .trapezoid-btn:not(.white-btn) div span {
  transition: none;
  font-size: 16px;
}

.yellow-theme.location-link {
  border-bottom: 6px solid #ffcf06;
}
.yellow-theme .trapezoid-btn:not(.white-btn) {
  border-left-color: #ffcf06;
  display: inline-block;
}
.yellow-theme .trapezoid-btn:not(.white-btn):hover {
  text-decoration: none;
}
.yellow-theme .trapezoid-btn:not(.white-btn):hover span {
  color: #ffffff;
}
.yellow-theme .trapezoid-btn:not(.white-btn) div {
  border-color: #ffcf06;
  background-color: #ffcf06;
}
.yellow-theme .trapezoid-btn:not(.white-btn) div span {
  color: #404040;
}
.yellow-theme .trapezoid-btn:not(.white-btn) div span:hover {
  color: #ffffff;
}
.yellow-theme .trapezoid-btn:not(.white-btn) div span {
  transition: none;
  font-size: 16px;
}

.light-theme.location-link {
  border-bottom: 6px solid #F6F8FB;
}
.light-theme .trapezoid-btn:not(.white-btn) {
  border-left-color: #F6F8FB;
  display: inline-block;
}
.light-theme .trapezoid-btn:not(.white-btn):hover {
  text-decoration: none;
}
.light-theme .trapezoid-btn:not(.white-btn):hover span {
  color: #ffffff;
}
.light-theme .trapezoid-btn:not(.white-btn) div {
  border-color: #F6F8FB;
  background-color: #F6F8FB;
}
.light-theme .trapezoid-btn:not(.white-btn) div span {
  color: #ffffff;
}
.light-theme .trapezoid-btn:not(.white-btn) div span {
  transition: none;
  font-size: 16px;
}

.black-theme.location-link {
  border-bottom: 6px solid #000000;
}
.black-theme .trapezoid-btn:not(.white-btn) {
  border-left-color: #000000;
  display: inline-block;
}
.black-theme .trapezoid-btn:not(.white-btn):hover {
  text-decoration: none;
}
.black-theme .trapezoid-btn:not(.white-btn):hover span {
  color: #ffffff;
}
.black-theme .trapezoid-btn:not(.white-btn) div {
  border-color: #000000;
  background-color: #000000;
}
.black-theme .trapezoid-btn:not(.white-btn) div span {
  color: #ffffff;
}
.black-theme .trapezoid-btn:not(.white-btn) div span {
  transition: none;
  font-size: 16px;
}

.white-theme.location-link {
  border-bottom: 6px solid #ffffff;
}
.white-theme .trapezoid-btn:not(.white-btn) {
  border-left-color: #ffffff;
  display: inline-block;
}
.white-theme .trapezoid-btn:not(.white-btn):hover {
  text-decoration: none;
}
.white-theme .trapezoid-btn:not(.white-btn):hover span {
  color: #ffffff;
}
.white-theme .trapezoid-btn:not(.white-btn) div {
  border-color: #ffffff;
  background-color: #ffffff;
}
.white-theme .trapezoid-btn:not(.white-btn) div span {
  color: #ffffff;
}
.white-theme .trapezoid-btn:not(.white-btn) div span {
  transition: none;
  font-size: 16px;
}

.grey-theme.location-link {
  border-bottom: 6px solid #616161;
}
.grey-theme .trapezoid-btn:not(.white-btn) {
  border-left-color: #616161;
  display: inline-block;
}
.grey-theme .trapezoid-btn:not(.white-btn):hover {
  text-decoration: none;
}
.grey-theme .trapezoid-btn:not(.white-btn):hover span {
  color: #ffffff;
}
.grey-theme .trapezoid-btn:not(.white-btn) div {
  border-color: #616161;
  background-color: #616161;
}
.grey-theme .trapezoid-btn:not(.white-btn) div span {
  color: #ffffff;
}
.grey-theme .trapezoid-btn:not(.white-btn) div span {
  transition: none;
  font-size: 16px;
}

.trapezoid-btn.white-btn {
  border-left-color: #ffffff;
}
.trapezoid-btn.white-btn:hover {
  text-decoration: none;
}
.trapezoid-btn.white-btn:hover span {
  color: #ffffff !important;
}
.trapezoid-btn.white-btn div {
  border-color: #ffffff;
  background-color: #ffffff;
}
.trapezoid-btn.white-btn div span {
  color: #404040;
  transition: none;
  font-size: 16px;
}

.map-container {
  position: relative;
}
.map-container .main-location {
  top: 50%;
  left: 10%;
}
.map-container .main-location .map-marker-details::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -7.5px;
  border-top: 15px solid #404040;
}
.map-container img.map-underlay {
  object-fit: contain;
  width: 100%;
  height: auto;
}
.map-container .map-marker {
  position: absolute;
  z-index: 999;
}
.map-container .map-marker .marker-button:hover {
  cursor: pointer;
}
.map-container .map-marker.active {
  z-index: 9999;
}
.map-container .map-marker.active .marker {
  filter: brightness(0) saturate(100%) invert(62%) sepia(72%) saturate(921%) hue-rotate(178deg) brightness(91%) contrast(94%);
  transform: scale(1.16);
}
.map-container .map-marker .pin {
  position: relative;
}
.map-container .map-marker .pin svg {
  position: relative;
}
.map-container .map-marker .pin::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -35%;
  background-color: #ffffff;
  width: 70%;
  height: 70%;
  border-radius: 50%;
}
.map-container .map-marker .marker {
  transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s ease;
}
.map-container .map-marker .marker:hover {
  transform: scale(1.16);
}
.map-container .map-marker span {
  font-size: 31px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Assistant", sans-serif;
}
.map-container .map-overlay img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  opacity: 0;
  transition: opacity 0.6s ease;
  -webkit-transition: opacity 0.6s ease;
}
.map-container .map-overlay.overlay-active img, .map-container .map-overlay.hover-active img {
  opacity: 1;
}

@media (max-width: 1699px) {
  .map-container .map-marker span {
    font-size: 19px;
  }
}
.relative:has(.details-bottom) {
  position: relative;
}

.map-marker-container {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  width: 300px;
}
.map-marker-container.details-bottom {
  left: -138px;
  top: 50px;
}
.map-marker-container.details-bottom .map-marker-details::before {
  border-bottom: 15px solid #404040;
  top: -15px;
  left: 50%;
  margin-left: -7.5px;
}
.map-marker-container.details-top {
  left: -140px;
  bottom: 63px;
}
.map-marker-container.details-top.bottom-left {
  right: -125px;
  left: auto;
}
.map-marker-container.details-top .map-marker-details::before {
  bottom: -15px;
  left: 50%;
  margin-left: -7.5px;
  border-top: 15px solid #404040;
}
.map-marker-container .map-marker-details .grey-bg {
  background-color: #404040;
  padding: 20px;
}
.map-marker-container .map-marker-details {
  position: relative;
}
.map-marker-container .map-marker-details::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
}
.map-marker-container .map-marker-details h4 {
  color: #ffcf06;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.map-marker-container .map-marker-details h4 span {
  color: #ffffff;
  display: block;
  font-weight: 400;
}
.map-marker-container .map-marker-details a {
  font-size: 16px !important;
}
.map-marker-container .map-marker-details i {
  font-size: 23px;
}
.map-marker-container span.icon {
  width: 30px;
  display: inline-block;
  flex: 0 0 auto;
}
.map-marker-container p,
.map-marker-container a {
  color: #ffffff;
  text-decoration: none;
}
.map-marker-container p {
  display: flex;
  align-items: center;
}
.map-marker-container a:hover {
  text-decoration: underline;
}
.map-marker-container {
  transform: translateY(50px);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.map-marker-container.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 9999999;
  transform: translateY(0);
}

.clickable-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
  height: 100%;
}
.clickable-area:hover {
  cursor: pointer;
}

.brisbane-marker {
  z-index: 9991 !important;
}

.location-list-all {
  background-image: url(/wp-content/uploads/2023/08/crane-boom-bg.png);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: bottom;
  background-size: 40%;
}
.location-list-all h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.loc-image-container {
  position: relative;
  min-height: 169px;
  background-color: #ffffff;
}
.loc-image-container.white-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.7;
}
.loc-image-container .location-image {
  object-fit: cover;
  width: 100%;
  height: 169px;
  position: relative;
}
.loc-image-container .location-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  padding: 20px;
}

.page-template-branch .sticky-top {
  z-index: 99999999 !important;
}

.location-logo-mobile {
  width: 300px;
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
  margin-left: -34px;
}

@media (max-width: 1399px) {
  .map-container .map-underlay,
  .map-container .map-overlay img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 40%;
  }
  .map-container .clickable-area {
    width: 75%;
  }
}
.location-list-mobile {
  background-color: #404040;
}

.mobile-card {
  visibility: hidden;
  pointer-events: none;
  height: 0 !important;
  width: 100%;
  z-index: 9;
  opacity: 0;
  background-color: #404040;
  transform: translateY(-60px);
  transition: transform 0.6s ease, opacity 0.1s ease;
  -webkit-transition: transform 0.6s ease, opacity 0.1s ease;
}
.mobile-card.show-mobile {
  transform: translateY(0);
  visibility: visible;
  pointer-events: all;
  height: auto !important;
  opacity: 1;
}
.mobile-card .location-link {
  background-color: #404040;
  border-bottom: none;
}
.mobile-card .location-link h4 {
  color: #ffcf06;
}
.mobile-card .location-link h4 span {
  display: block;
  color: #ffffff;
  font-weight: 400;
}
.mobile-card .location-link p,
.mobile-card .location-link a {
  color: #ffffff;
}

@media (max-width: 1199px) {
  .map-container img.map-underlay {
    object-fit: cover;
    width: 100%;
    height: 480px;
  }
  .map-marker-container {
    display: none !important;
  }
  .map-container .map-marker .pin svg {
    width: 26px;
    height: 35px;
  }
  .map-container .map-marker span {
    font-size: 13px;
  }
  .map-container .clickable-area {
    width: 70%;
  }
}
.nice-select {
  height: auto !important;
  width: 100%;
  float: none;
  border-radius: 0;
}
.nice-select .list {
  width: 100%;
  border-radius: 0;
  margin-top: 2px;
  max-height: 350px;
  overflow-y: scroll;
}
.nice-select .list li:hover {
  background-color: #ffcf06;
}
.nice-select.crane-select:after {
  display: none;
}

.wp-block-archives__label {
  margin-bottom: 10px;
}

#archive-wrapper h1 {
  text-transform: uppercase;
  font-weight: 700;
}

.post-link {
  text-decoration: none;
}
.post-link:hover img {
  opacity: 0.7;
}
.post-link h2 {
  text-transform: uppercase;
  font-weight: 700;
}
.post-link img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1;
  transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
}

.site {
  position: relative;
}

#back-to-top {
  background-color: #ffcf06;
  width: 70px;
  height: 70px;
  right: 60px;
  bottom: 60px;
  z-index: 9;
  position: fixed;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
#back-to-top:hover {
  cursor: pointer;
  opacity: 0.8 !important;
}
#back-to-top img {
  transform: rotate(180deg);
}

.w-100.position-relative.z-index-2.hp_social_spacer {
  background-color: white;
}

nav.navbar .navbar-collapse .navbar-nav li.nav-item:hover {
  background: #ffcf06;
}
nav.navbar .navbar-collapse .navbar-nav li.nav-item:hover a {
  color: #003067;
}

.bg-primary {
  background-color: #003067 !important;
}

.secondary.trapezoid-btn,
.secondary.trapezoid {
  border-left-color: #ffcf06;
}

.secondary.trapezoid div {
  background-color: #ffcf06;
  border-color: #ffcf06;
}
.secondary.trapezoid div span.text-white {
  color: #003067 !important;
}

.secondary-2.trapezoid-btn,
.secondary-2.trapezoid {
  border-left-color: #003067;
}

.secondary-2.trapezoid div {
  background-color: #003067;
  border-color: #003067;
}
.secondary-2.trapezoid div span.text-white {
  color: #ffffff !important;
}

.hp-banner .cta.trapezoid-btn div::after {
  background-color: #003067 !important;
}

.hp-banner .cta.trapezoid-btn:hover {
  border-left-color: #003067;
}

.hp-banner .cta.trapezoid-btn:hover div {
  border-color: #003067;
}

.nav.navbar .navbar-collapse .navbar-nav li.nav-item a.nav-link {
  text-transform: uppercase;
  font-size: 14px;
}

.full-text-block h2 {
  font-size: 60px;
  line-height: 120%;
  font-weight: 700;
}
.full-text-block p {
  font-size: 18px;
  font-weight: 300;
}
.full-text-block iframe {
  margin-top: 30px;
}

.trapezoid-btn {
  border-left-color: #003067;
}
.trapezoid-btn div {
  background-color: #003067;
}
.trapezoid-btn div::after {
  background-color: #ffcf06 !important;
}
.trapezoid-btn.white div {
  background-color: #ffffff;
}
.trapezoid-btn.white div span {
  color: #003067 !important;
}
.trapezoid-btn:hover {
  border-left-color: #ffcf06;
}
.trapezoid-btn:hover div {
  border-color: #ffcf06;
  background-color: #ffcf06;
}
.trapezoid-btn:hover span {
  color: #003067 !important;
}

.background {
  background-position: center center;
  background-size: cover;
}

.background-image-block {
  min-height: 600px;
}

.color_white p,
.color_white a:not(.btn, .ov-menu-item, .ui-state-default),
.color_white ul li:not(.sf-field-category, .sf-level-0, .icon-item-white li),
.color_white ul li a:not(.ov-menu-item),
.color_white h1:not(.color-accent, .color-main, .color_accent),
.color_white h2:not(.color-accent, .color-main, .color_accent),
.color_white h3:not(.color-accent, .color-main, .color_accent),
.color_white h4:not(.color-accent, .color-main, .color_accent, .call-out),
.color_white h5:not(.color-accent, .color-main, .color_accent),
.color_white h6:not(.color-accent, .color-main, .color_accent),
.color_light p,
.color_light a:not(.btn, .ov-menu-item, .ui-state-default),
.color_light ul li:not(.sf-field-category, .sf-level-0, .icon-item-white li),
.color_light ul li a:not(.ov-menu-item),
.color_light h1:not(.color-accent, .color-main, .color_accent),
.color_light h2:not(.color-accent, .color-main, .color_accent),
.color_light h3:not(.color-accent, .color-main, .color_accent),
.color_light h4:not(.color-accent, .color-main, .color_accent, .call-out),
.color_light h5:not(.color-accent, .color-main, .color_accent),
.color_light h6:not(.color-accent, .color-main, .color_accent),
.white_text p,
.white_text a:not(.btn, .ov-menu-item, .ui-state-default),
.white_text ul li:not(.sf-field-category, .sf-level-0, .icon-item-white li),
.white_text ul li a:not(.ov-menu-item),
.white_text h1:not(.color-accent, .color-main, .color_accent),
.white_text h2:not(.color-accent, .color-main, .color_accent),
.white_text h3:not(.color-accent, .color-main, .color_accent),
.white_text h4:not(.color-accent, .color-main, .color_accent, .call-out),
.white_text h5:not(.color-accent, .color-main, .color_accent),
.white_text h6:not(.color-accent, .color-main, .color_accent) {
  color: #ffffff !important;
}

.overlay {
  position: relative;
}
.overlay div {
  position: relative;
  z-index: 2;
}
.overlay.border-rounded::before {
  border-radius: 20px;
}
.overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.6;
  z-index: 1;
}

.overlay-light {
  position: relative;
}
.overlay-light > * {
  position: relative;
}
.overlay-light::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
  border-radius: inherit;
}

.columns-container h2 {
  font-weight: 700;
  font-size: 40px;
}
.columns-container.brands .row .col-xl .column img.extra {
  padding-left: 30px;
}
@media screen and (max-width: 1382px) {
  .columns-container.brands .row .col-xl .column img.extra {
    padding-left: 0;
    display: block;
    margin-bottom: 1rem;
  }
}
.columns-container.brands .row .col-xl:first-child {
  padding-right: 0 !important;
}
.columns-container.brands .row .col-xl:nth-child(2) {
  padding-left: 0 !important;
}
@media (max-width: 1200px) {
  .columns-container.brands .row .col-xl:first-child,
  .columns-container.brands .row .col-xl:nth-child(2) {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}

.icons-block.brands .row {
  padding-right: 1rem;
  padding-left: 1rem;
}
.icons-block.brands .row > .col-12 h2 {
  color: #ffffff !important;
}
.icons-block.brands .row .col-xl {
  background-color: #ffffff;
}
.icons-block.brands .row .col-xl .icon-bg {
  padding-top: 3.5rem !important;
  padding-bottom: 3rem !important;
}
.icons-block.brands .row .col-xl .icon-bg .header {
  display: flex;
  padding-bottom: 2.5rem;
}
.icons-block.brands .row .col-xl .icon-bg .header img {
  width: auto;
  height: 50px;
  margin-bottom: 0;
}
.icons-block.brands .row .col-xl .icon-bg .header img.extra {
  padding-left: 30px;
  max-width: fit-content;
  width: 100%;
}
@media (max-width: 768px) {
  .icons-block.brands .row .col-xl .icon-bg .header img.extra {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .icons-block.brands .row .col-xl .icon-bg .header {
    display: block;
    text-align: left;
  }
  .icons-block.brands .row .col-xl .icon-bg .header img {
    margin-bottom: 1rem;
  }
  .icons-block.brands .row .col-xl .icon-bg .header img.extra {
    display: block;
    padding-left: 0;
  }
}
.icons-block.brands .row .col-xl .icon-bg h4 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: none;
  text-align: left;
}
.icons-block.brands .row .col-xl .icon-bg a.cta {
  margin-top: 0 !important;
}
.icons-block.brands .row .col-xl .icon-bg ul {
  margin-top: 8px;
  margin-bottom: 3rem;
  padding-left: 19px;
}
.icons-block.brands .row .col-xl:nth-child(2) {
  padding-right: 0 !important;
}
.icons-block.brands .row .col-xl:nth-child(3) {
  padding-left: 0 !important;
  margin-right: 2rem;
}
.icons-block.brands .row .col-xl:nth-child(3) .header img.extra {
  padding-left: 0 !important;
}
.icons-block.brands .row .col-xl:nth-child(4) .header {
  padding-bottom: 1.75rem;
}
@media (max-width: 1200px) {
  .icons-block.brands .row .col-xl,
  .icons-block.brands .row .col-xl:nth-child(3) {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .icons-block.brands {
    margin-top: -69px;
    padding-top: 0 !important;
  }
  .icons-block.brands .row > .col-12 {
    margin-bottom: 0 !important;
  }
  .icons-block.brands .row .col-xl {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 2rem;
  }
  .icons-block.brands .row .col-xl .icon-bg {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 992px) {
  .icons-block.brands {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .icons-block.brands .row > .col-12 h2 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .icons-block.brands {
    max-width: fit-content;
  }
  .icons-block.brands .row > .col-12 h2 {
    font-size: 1.75rem;
  }
}

.column h3 {
  color: #003067 !important;
  font-weight: 700;
}
.column img.logo {
  height: 50px;
  margin-bottom: 30px;
  width: auto;
}
.column img.full-logo {
  height: 150px;
  margin-bottom: 30px;
  width: auto;
}
.column .bg-white p {
  color: #003067 !important;
}

/*
Our Brands (Shared Content Version)
https://ifactoryau.teamwork.com/app/tasks/42029403
*/
[block-type=our-brands] .row .col .column.top img {
  display: inline-block;
}
[block-type=our-brands] .row .col .column.top img.extra {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  [block-type=our-brands] .row .col .column.top img {
    margin-bottom: 1rem;
  }
  [block-type=our-brands] .row .col .column.top img.main {
    display: block;
  }
}
@media screen and (max-width: 365px) {
  [block-type=our-brands] .row .col .column.top img.extra {
    display: block;
    padding-left: 0;
  }
}
[block-type=our-brands] .row .col:first-child {
  padding-right: 1rem !important;
}
[block-type=our-brands] .row .col:nth-child(2) {
  padding-left: 1rem !important;
}
[block-type=our-brands] .au-nz {
  flex: 0 0 calc(59.999% - 1.4rem);
  margin-right: 0.4rem;
  margin-left: 1rem;
}
[block-type=our-brands] .au-nz .row:first-child .column.title,
[block-type=our-brands] .au-nz .row:first-child .column.button,
[block-type=our-brands] .au-nz .row:nth-child(3) .column.title,
[block-type=our-brands] .au-nz .row:nth-child(3) .column.button {
  flex: 0 0 49.999%;
}
[block-type=our-brands] .au-nz .row:first-child .column.no-nz-title,
[block-type=our-brands] .au-nz .row:nth-child(3) .column.no-nz-title {
  flex: 0 0 100%;
}
@media (max-width: 768px) {
  [block-type=our-brands] .au-nz .row .column.top img.extra.first {
    padding-left: 0;
  }
  [block-type=our-brands] .au-nz .row:first-child .row .title {
    flex: 0 0 100%;
  }
  [block-type=our-brands] .au-nz .row:first-child > .column:nth-child(2) {
    padding-top: 1rem !important;
  }
  [block-type=our-brands] .au-nz .row:nth-child(3) .column:first-child {
    padding-bottom: 0 !important;
  }
  [block-type=our-brands] .au-nz .row:nth-child(3) .column.button {
    flex: 0 0 100%;
  }
  [block-type=our-brands] .au-nz .row:nth-child(3) .column.button a {
    margin-top: 2rem !important;
  }
}
@media (max-width: 576px) {
  [block-type=our-brands] .au-nz .row:nth-child(3) .column {
    font-size: 14px;
  }
}
[block-type=our-brands] .guam {
  flex: 0 0 calc(39.999% - 1.4rem);
  margin-right: 1rem;
  margin-left: 0.4rem;
}
@media (max-width: 576px) {
  [block-type=our-brands] .guam {
    padding-right: 1rem !important;
  }
  [block-type=our-brands] .guam .column.top img.extra {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1390px) {
  [block-type=our-brands] .row.content h3.title {
    font-size: 1.5rem;
  }
  [block-type=our-brands] .au-nz .column.button:first-child {
    padding-right: 0 !important;
  }
  [block-type=our-brands] .au-nz .column.button:last-child {
    padding-left: 0 !important;
  }
  [block-type=our-brands] .column.button a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  [block-type=our-brands] .col .row.text {
    min-height: 180px;
  }
}
@media screen and (max-width: 1199px) {
  [block-type=our-brands] .row.content {
    display: block;
  }
  [block-type=our-brands] .row.content .col {
    max-width: fit-content;
    margin-right: 1rem;
    margin-left: 1rem;
    padding: 0 1rem;
  }
}

.gallerySwiper img {
  object-fit: cover;
  height: 400px;
}
@media (max-width: 991px) {
  .gallerySwiper img {
    height: 250px;
  }
}

.iso-col img,
.mem-col img {
  height: 80px;
  width: auto;
}

#wrapper-footer .footer-columns {
  justify-content: flex-start;
  width: 100%;
  gap: 1.5rem;
}
#wrapper-footer .footer-columns .footer-col {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
  min-width: 0;
}
#wrapper-footer .footer-columns .footer-col.footer-col-logo {
  flex: 1.5 1 0;
  margin-right: 52px;
}
#wrapper-footer .footer-columns .footer-col.footer-col-menu, #wrapper-footer .footer-columns .footer-col.footer-col-locations {
  flex: 2.4 1 0;
}
#wrapper-footer .footer-columns .footer-col.footer-col-certification {
  flex: 1.5 1 0;
}
#wrapper-footer .footer-columns .footer-col.footer-col-membership {
  flex: 2 1 0;
}
#wrapper-footer .footer-columns .footer-col.footer-col-connect {
  flex: 1 1 0;
  margin-right: auto;
}
@media screen and (max-width: 1419px) {
  #wrapper-footer .footer-columns .footer-col.footer-col-locations {
    flex: 1.5 1 0;
  }
  #wrapper-footer .footer-columns .footer-col.footer-col-locations a {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 1299px) {
  #wrapper-footer .footer-columns .footer-col.footer-col-logo {
    flex: 1 1 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  #wrapper-footer .footer-columns .footer-col.footer-col-menu, #wrapper-footer .footer-columns .footer-col.footer-col-locations, #wrapper-footer .footer-columns .footer-col.footer-col-certification {
    flex: 1 1 31%;
  }
  #wrapper-footer .footer-columns .footer-col.footer-col-membership, #wrapper-footer .footer-columns .footer-col.footer-col-connect {
    flex: 1 1 48%;
  }
}
@media screen and (max-width: 575px) {
  #wrapper-footer .footer-columns .footer-col {
    flex: 1 1 100% !important;
  }
}
#wrapper-footer .footer-columns .footer-col-logo {
  margin-bottom: 0 !important;
}
#wrapper-footer .footer-columns .footer-col-certification .iso-col {
  flex-wrap: nowrap !important;
  align-items: flex-start;
}
#wrapper-footer .footer-columns .footer-col-certification .iso-col > div {
  flex: 0 0 auto;
  width: auto !important;
}
#wrapper-footer .footer-columns .footer-col-certification .iso-col img {
  max-width: 70px;
  width: auto;
  height: auto !important;
  object-fit: contain;
}
#wrapper-footer .footer-columns .footer-col-membership .membership-images {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}
#wrapper-footer .footer-columns .footer-col-membership .membership-item {
  flex: 0 0 auto;
}
#wrapper-footer .connect-col .connect-icons .social-item {
  margin-right: 0.5rem;
}
#wrapper-footer .connect-col .connect-icons .social-item:last-child {
  margin-right: 0;
}
#wrapper-footer .connect-col .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#wrapper-footer .connect-col img.linkedin-white,
#wrapper-footer .connect-col svg.linkedin-white {
  filter: brightness(0) invert(1);
}

/* Fix history timeline sticky top */
.history-timeline .timeline-year-sticky {
  top: 115px;
  z-index: 2;
}

.history {
  min-height: 0;
}
.history .extra-padding {
  padding-bottom: 75px;
}
@media (max-width: 576px) {
  .history .extra-padding {
    padding-bottom: 10px;
  }
}
.history .width-holder {
  width: 66.04vw;
}
.history .width-holder .eighty-padding {
  padding-bottom: 80px;
}
@media (max-width: 576px) {
  .history .width-holder {
    width: 70.54vw;
  }
}
.history .width-holder .history-rows .row:first-child .col-md-6:first-child {
  padding-top: 25px;
}
@media (max-width: 576px) {
  .history .width-holder .history-rows .row:first-child .col-md-6:first-child {
    padding-top: 0;
  }
}
.history .width-holder .col-md-6:nth-child(2n-1) {
  border-right: 2px solid var(--bs-primary);
}
@media (max-width: 576px) {
  .history .width-holder .col-md-6:nth-child(2n-1) {
    border-right: none;
  }
}
.history .width-holder .col-md-6:nth-child(2n-1) .image-holder:before {
  right: 0;
  left: auto;
  width: 6.7vw;
}
.history .width-holder .col-md-6:nth-child(2n-1) .no-image h4:before {
  right: -8.6vw;
  left: auto;
}
.history .width-holder .row:last-child .line-none:after {
  content: none;
}
.history .width-holder.first h2 {
  margin-top: 140px;
}
@media (max-width: 576px) {
  .history .width-holder.first h2 {
    padding-top: 70px;
    margin-top: 0;
  }
  .history .width-holder.first h2:before {
    content: none;
  }
}
.history .width-holder h2 {
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 576px) {
  .history .width-holder h2 {
    padding-bottom: 65px;
    padding-top: 65px;
    margin-top: -100px;
    margin-bottom: 0px;
  }
  .history .width-holder h2:before {
    height: 45px;
    content: "";
    width: 2px;
    background-color: #53A5E2;
    position: absolute;
    top: 0;
    left: calc(50% - 2px);
  }
  .history .width-holder h2:after {
    height: 45px;
    content: "";
    width: 2px;
    background-color: #53A5E2;
    position: absolute;
    bottom: 0;
    left: calc(50% - 2px);
  }
}
.history .width-holder .image-holder {
  width: 26.28vw;
}
@media (max-width: 576px) {
  .history .width-holder .image-holder {
    width: 100%;
  }
}
.history .width-holder .no-image,
.history .width-holder .title-holder,
.history .width-holder .text-holder {
  width: 24.45vw;
}
.history .width-holder .no-image.width-change,
.history .width-holder .title-holder.width-change,
.history .width-holder .text-holder.width-change {
  width: 26.28vw;
}
@media (max-width: 576px) {
  .history .width-holder .no-image.width-change,
  .history .width-holder .title-holder.width-change,
  .history .width-holder .text-holder.width-change {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .history .width-holder .no-image,
  .history .width-holder .title-holder,
  .history .width-holder .text-holder {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .history .width-holder .title-holder,
  .history .width-holder .text-holder {
    margin-top: 20px;
  }
}
.history .width-holder .text-holder {
  padding-bottom: 70px;
  position: relative;
}
@media (max-width: 576px) {
  .history .width-holder .text-holder {
    text-align: center;
    padding-bottom: 65px;
  }
  .history .width-holder .text-holder:after {
    height: 45px;
    content: "";
    width: 2px;
    background-color: #53A5E2;
    position: absolute;
    bottom: 0;
    left: calc(50% - 2px);
  }
}
.history .width-holder .image-holder {
  height: 20.5vw;
}
.history .width-holder .image-holder.first {
  margin-top: 25px;
}
@media (max-width: 576px) {
  .history .width-holder .image-holder {
    margin-bottom: 0;
    margin-top: 25px;
    height: 45vw;
  }
}
.history .width-holder .image-holder:before {
  border-bottom: 2px solid #53A5E2;
  content: "";
  position: absolute;
  left: 0;
  width: 6.8vw;
  top: calc((20.5vw + 25px) / 2 - 1px);
  z-index: 8;
}
@media (max-width: 576px) {
  .history .width-holder .image-holder:before {
    content: none;
  }
}
.history .width-holder h4 {
  margin-top: 20px;
}
@media (max-width: 576px) {
  .history .width-holder h4 {
    text-align: center;
    margin-bottom: 0;
  }
}
.history .width-holder .no-image {
  position: relative;
}
.history .width-holder .no-image h4 {
  margin-top: 0;
  margin-bottom: 9px;
}
@media (max-width: 576px) {
  .history .width-holder .no-image h4 {
    margin-bottom: 0;
  }
}
.history .width-holder .no-image h4:before {
  border-bottom: 2px solid #53A5E2;
  content: "";
  position: absolute;
  left: -8.63vw;
  width: 6.8vw;
  bottom: -4px;
  z-index: 8;
}
@media (max-width: 576px) {
  .history .width-holder .no-image h4:before {
    content: none;
  }
}

.page-template-default .site-main .page h4 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.25rem;
}
.page-template-default {
  /* Slider */
}
.page-template-default .slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
.page-template-default {
  /* Icons */
}
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-display: swap;
}
.page-template-default {
  /* Arrows */
}
.page-template-default .slick-prev,
.page-template-default .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.page-template-default .slick-prev:hover,
.page-template-default .slick-prev:focus,
.page-template-default .slick-next:hover,
.page-template-default .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.page-template-default .slick-prev:hover:before,
.page-template-default .slick-prev:focus:before,
.page-template-default .slick-next:hover:before,
.page-template-default .slick-next:focus:before {
  opacity: 1;
}
.page-template-default .slick-prev.slick-disabled:before,
.page-template-default .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.page-template-default .slick-prev:before,
.page-template-default .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-template-default .slick-prev {
  left: -25px;
}
.page-template-default [dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.page-template-default .slick-prev:before {
  content: "←";
}
.page-template-default [dir=rtl] .slick-prev:before {
  content: "→";
}
.page-template-default .slick-next {
  right: -25px;
}
.page-template-default [dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.page-template-default .slick-next:before {
  content: "→";
}
.page-template-default [dir=rtl] .slick-next:before {
  content: "←";
}
.page-template-default {
  /* Dots */
}
.page-template-default .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.page-template-default .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.page-template-default .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.page-template-default .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.page-template-default .slick-dots li button:hover,
.page-template-default .slick-dots li button:focus {
  outline: none;
}
.page-template-default .slick-dots li button:hover:before,
.page-template-default .slick-dots li button:focus:before {
  opacity: 1;
}
.page-template-default .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-template-default .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.page-template-default .wrapper-navbar {
  z-index: 9 !important;
}
.page-template-default {
  /* Scroll To Top */
}
.page-template-default #topHistory {
  color: var(--bs-secondary);
  right: 2rem;
  bottom: 5rem;
  font-size: 3.5rem;
  z-index: 8;
  font-weight: 900;
  display: none;
  cursor: pointer;
}
.page-template-default #topHistory span {
  font-size: 1rem;
}
.page-template-default {
  /* Slider */
}
.page-template-default .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.page-template-default .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.page-template-default .slick-list:focus {
  outline: none;
}
.page-template-default .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.page-template-default .slick-slider .slick-track,
.page-template-default .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.page-template-default .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-template-default .slick-track:before,
.page-template-default .slick-track:after {
  display: table;
  content: "";
}
.page-template-default .slick-track:after {
  clear: both;
}
.page-template-default .slick-loading .slick-track {
  visibility: hidden;
}
.page-template-default .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.page-template-default .slick-slide.timerange {
  justify-content: center;
}
.page-template-default .slick-slide.timerange a {
  z-index: 9 !important;
  width: 100%;
  text-align: center;
}
.page-template-default .slick-slide.slick-active {
  opacity: 1;
}
.page-template-default [dir=rtl] .slick-slide {
  float: right;
}
.page-template-default .slick-slide img {
  display: block;
}
.page-template-default .slick-slide.slick-loading img {
  display: none;
}
.page-template-default .slick-slide.dragging img {
  pointer-events: none;
}
.page-template-default .slick-initialized .slick-slide {
  display: block;
}
.page-template-default .slick-loading .slick-slide {
  visibility: hidden;
}
.page-template-default .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.page-template-default .slick-arrow.slick-hidden {
  display: none;
}
.page-template-default {
  /* History Timeline */
  /* Cards */
}
.page-template-default .chapter-paragraph p:last-child {
  margin-bottom: 0;
}
.page-template-default .timecard-1 {
  background-color: rgba(83, 165, 226, 0.9);
}
.page-template-default .timecard-5 {
  background-color: var(--color-card-1);
}
.page-template-default .timecard-1 .chapter-date,
.page-template-default .timecard-5 .chapter-date {
  color: var(--color-date-1);
}
.page-template-default .timecard-1 .chapter-title,
.page-template-default .timecard-5 .chapter-title {
  color: var(--color-title-1);
}
.page-template-default .timecard-1 .chapter-paragraph,
.page-template-default .timecard-5 .chapter-paragraph {
  color: var(--color-p-1);
}
.page-template-default .timecard-2 {
  background-color: #113189;
}
.page-template-default .justify-content-end .timecard-2 {
  background-color: #113189;
}
.page-template-default .timecard-2 .chapter-date {
  color: var(--color-date-2);
}
.page-template-default .timecard-2 .chapter-title {
  color: var(--color-title-2);
}
.page-template-default .timecard-2 .chapter-paragraph {
  color: var(--color-p-2);
}
.page-template-default .timecard-3 {
  background-color: var(--color-card-3);
}
.page-template-default .timecard-3 .chapter-date {
  color: var(--color-date-3);
}
.page-template-default .timecard-3 .chapter-title {
  color: var(--color-title-3);
}
.page-template-default .timecard-3 .chapter-paragraph {
  color: var(--color-p-3);
}
.page-template-default .timecard-4 {
  background-color: var(--color-card-4);
}
.page-template-default .timecard-4 .chapter-date {
  color: var(--color-date-4);
}
.page-template-default .timecard-4 .chapter-title {
  color: var(--color-title-4);
}
.page-template-default .timecard-4 .chapter-paragraph {
  color: var(--color-p-4);
}
.page-template-default {
  /* Chapter 5 - Video */
}
.page-template-default .top-0 {
  top: 0;
}
.page-template-default .right-0 {
  right: 0;
}
.page-template-default .bottom-0 {
  bottom: 0;
}
.page-template-default .left-0 {
  left: 0;
}
.page-template-default {
  /* Range Slider */
}
.page-template-default .date-range {
  background-color: var(--ht-color-grey);
  scroll-margin-top: 139px;
}
.page-template-default .chapter-content {
  scroll-margin-top: 139px;
}
.page-template-default .mirror {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.page-template-default .slidey .prev_next_btns {
  outline: none;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  cursor: pointer;
  background: transparent;
  display: flex;
  justify-content: stretch;
  align-items: center;
  z-index: 1;
  text-decoration: none !important;
}
.page-template-default .slidey .prev_next_btns i {
  color: var(--ht-color-lblue);
  font-size: 30px;
}
.page-template-default .slidey .prev_next_btns.nxt {
  right: 0;
}
.page-template-default .slidey .prev_next_btns.prv {
  left: 0;
}
.page-template-default .history-timeline .slidey .slick-list {
  width: 100%;
}
.page-template-default .history-timeline .timerange a {
  color: var(--ht-color-blue);
  text-decoration: none;
}
.page-template-default .history-timeline .timerange a:hover {
  text-decoration: none;
}
.page-template-default .slidey .timerange a span::before {
  content: "";
  z-index: 1;
  border: 2px solid var(--ht-color-blue);
  width: 15px;
  height: 15px;
  display: flex;
  border-radius: 50%;
  background: white;
  margin: 0 auto;
  transition: background 500ms, border 500ms;
}
.page-template-default .slidey .timerange a.active span::before {
  border: 2px solid var(--ht-color-lblue);
  background: var(--ht-color-lblue);
}
.page-template-default .slidey .timerange a.active h4 {
  color: var(--ht-color-lblue);
}
.page-template-default .slidey .timerange a span {
  text-align: center;
}
.page-template-default .slidey .timerange::before {
  content: "";
  height: 3px;
  left: 0;
  width: 50%;
  position: absolute;
  top: 6px;
  right: 0;
  z-index: 1;
  background-color: var(--ht-color-blue);
}
.page-template-default .slidey .timerange::after {
  content: "";
  height: 3px;
  width: 50%;
  right: 0;
  position: absolute;
  top: 6px;
  z-index: 1;
  background-color: var(--ht-color-blue);
}
.page-template-default .slidey .timerange:first-child::before {
  content: none;
}
.page-template-default .slidey .timerange:last-child::after {
  content: none;
}
.page-template-default {
  /* Next Chapter Anchor */
}
.page-template-default .next-chapter {
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 1.5rem);
  z-index: 2;
}
.page-template-default .next-chapter a {
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  text-decoration: none;
  outline: none;
  padding: 14px 15px 7px;
}
.page-template-default .next-chapter a:hover {
  text-decoration: none;
}
.page-template-default .next-chapter a i {
  font-size: 1.75rem;
  color: var(--ht-color-blue);
  transform: rotate(90deg);
  text-decoration: none;
}
.page-template-default {
  /* Chapter Slider */
  /* Fix on image not-loading and rendering 0px */
}
.page-template-default .chapter-slider {
  opacity: 0;
  visibility: hidden !important;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  background: url("/wp-content/uploads/2022/10/VAyR.gif") center center no-repeat, #000000;
}
.page-template-default .chapter-slider.slick-initialized {
  visibility: visible !important;
  opacity: 1;
}
.page-template-default .chapter-holder-1,
.page-template-default .chapter-holder-3,
.page-template-default .chapter-holder-4,
.page-template-default .chapter-holder-5 {
  z-index: 1;
}
.page-template-default .chapter-slider,
.page-template-default .chapter-video {
  max-height: 900px;
}
.page-template-default .chapter-video {
  height: 900px;
}
.page-template-default .chapter-slider .slick-track {
  height: 100%;
}
.page-template-default .chapter_img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center center;
  -o-object-position: center center;
  visibility: visible;
}
.page-template-default .chapter-slider .prev_next_btns {
  outline: none;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  cursor: pointer;
  background: transparent;
  display: flex;
  justify-content: stretch;
  align-items: center;
  z-index: 1;
  text-decoration: none !important;
}
.page-template-default .chapter-slider .prev_next_btns i {
  color: var(--ht-color-orange);
  font-size: 6rem;
}
.page-template-default .chapter-slider .prev_next_btns.nxt {
  right: 0;
}
.page-template-default .chapter-slider .prev_next_btns.prv {
  left: 0;
}
.page-template-default {
  /* Media Queries */
  /* NavBar Mobile */
}
@media (max-width: 1019px) {
  .page-template-default .date-range,
  .page-template-default .chapter-content {
    scroll-margin-top: 118px;
  }
  .page-template-default .sticky-top.timeline-year-sticky {
    top: 120px;
  }
}
@media (max-width: 575px) {
  .page-template-default .sticky-top.timeline-year-sticky {
    top: 68px;
  }
  .page-template-default .date-range,
  .page-template-default .chapter-content {
    scroll-margin-top: 70px;
  }
  .page-template-default .chapter-slider .prev_next_btns i {
    font-size: 2rem;
    font-weight: 700;
  }
  .page-template-default .chapter-date {
    font-size: 1.6rem;
  }
  .page-template-default .slidey .timerange a h4 {
    font-size: 1rem;
  }
  .page-template-default .slidey .timerange::after {
    width: calc(100% - 26px);
  }
  .page-template-default .slidey .timerange::before {
    width: 8px;
  }
  .page-template-default .chapter-slider,
  .page-template-default .chapter-video {
    max-height: 300px;
  }
  .page-template-default .chapter-video {
    height: 300px;
  }
}

.chapter-slider .slick-list {
  height: auto;
}
.chapter-slider .slick-track {
  height: auto;
}

.icons-block h2,
.contact-form-text-block h2 {
  font-weight: 700;
  font-size: 45px;
}

.icon-item img {
  object-fit: contain;
  margin-bottom: 20px;
}
.icon-item ul {
  text-align: left;
  margin-top: 20px;
}
.icon-item ul li {
  padding: 10px 0;
}

.bg-container-grey .icons-title {
  color: #ffcf06;
}
.bg-container-grey .icon-bg {
  background-color: #ffffff;
}

.bg-container-white .icon-bg {
  background-color: #616161;
}
.bg-container-white .icon-bg h4,
.bg-container-white .icon-bg p {
  color: #ffffff;
}

.hp-banner .trapezoid-btn {
  transition: 0.5s all ease-in-out;
}
.hp-banner .trapezoid-btn span {
  transition: 1s all ease-out !important;
}
.hp-banner .trapezoid-btn:hover span {
  color: #ffffff !important;
}

.wpcf7 input,
.wpcf7 textarea {
  border-radius: 0 !important;
  margin-top: 5px !important;
}
.wpcf7 input[type=submit] {
  width: auto;
}

.page-template-default .chapter-slider,
.page-template-default .chapter-slider .slick-list {
  width: 100% !important;
}

.bg-col-white h5 {
  color: #53A5E2 !important;
}
.bg-col-white h4,
.bg-col-white p {
  color: #000000 !important;
}

.bg-col-light-blue h5 {
  color: #113189 !important;
}

.timecard-2 h5 {
  color: #53A5E2 !important;
}

.bg-col-grey h5 {
  color: #53A5E2 !important;
}

.large-chapter h5 {
  font-weight: 700 !important;
  font-size: 23px !important;
  line-height: 32px !important;
  text-transform: uppercase;
}
.large-chapter h4 {
  font-weight: 700 !important;
  font-size: 40px !important;
  line-height: 47px !important;
}

.anchor-link {
  position: relative;
  top: -200px;
}

@media (max-width: 1200px) {
  [block-type=full-text] .with-image .row .row .col-xl-6:first-child {
    margin-bottom: 64px;
  }
}

/* Return to top (global) */
#topHistory.return-to-top {
  display: none;
  width: 48px;
  height: 48px;
  z-index: 9999;
  border: 0;
  padding: 0;
}

#topHistory.return-to-top i {
  font-size: 24px;
  line-height: 1;
}

/*# sourceMappingURL=custom.css.map */
