/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/nucor-featured-project-map/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
:root {
  --nucor-map-project-btn-var-padding: 0px 20px;
  --nucor-map-project-btn-var-font-size: 16px;
  --nucor-map-project-btn-var-background-color: #fff;
  --nucor-map-project-btn-var-background-color-hover: #006325;
  --nucor-map-project-btn-var-text-color: #006325;
  --nucor-map-project-btn-var-text-color-hover: #fff;
  --nucor-map-project-btn-var-text-align: start;
  --nucor-map-project-btn-var-border: 1px solid #006325;
  --nucor-map-project-btn-var-border-radius: 0px;
  --nucor-map-project-btn-var-border-color-hover: #006325;
  --nucor-map-project-btn-var-icon-margin-arrow: 0px 20px 0px 0px;
  --nucor-map-project-btn-var-icon-margin-window: 0px 10px 0px 0px;
  --nucor-map-project-btn-var-icon-size: 22px;
  --nucor-map-project-btn-var-icon-size-window: 20px;
  --nucor-map-project-btn-var-height: 50px;
  --nucor-map-project-btn-var-width: auto;
  --nucor-map-project-btn-var-font-family-med: "FSIndustrieMedium";
  --nucor-map-project-btn-var-font-family-bold: "FSIndustrieBold";
  --nucor-map-project-btn-var-font-family-book: "FSIndustrieBook";
  --nucor-map-project-btn-var-text-transform: uppercase;
  --nucor-map-project-btn-var-arrow-animation-amount: 10px;
}

.block-featured-projects .project-content {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: flex-start;
  border-top: 2px solid #006325;
  border-bottom: 2px solid #006325;
}

.block-featured-projects .filters {
  width: 20%;
}

.block-featured-projects .map-wrap {
  width: 50%;
  background: #D9E8E2;
  min-height: 60vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.block-featured-projects .project-list {
  width: 30%;
}

.block-featured-projects .project-list .project-list-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #DDD;
}

.block-featured-projects .project-list .project-list-item .project-thumb {
  width: 100px;
  height: 100px;
}

.block-featured-projects .project-list .project-list-item .project-info {
  width: calc(100% - 100px);
  padding: 20px;
}

.block-featured-projects .project-list .project-list-item .project-info h4 {
  margin: 0;
}

.block-featured-projects .project-list .project-list-item .project-info p {
  font-size: 12px;
  line-height: 120%;
  margin: 0;
}

.project-popup {
  padding: 20px;
  width: 700px;
  height: auto;
  background: #fff;
  overflow: scroll;
}

.project-popup .project-thumb {
  margin: 0 0 20px;
}

.pulse {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #006325;
  border-radius: 100%;
  border: 1px solid #ffb922;
  top: 50%;
  left: 50%;
}

.pulse:before, .pulse:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #006325;
  border-radius: 100%;
}

.pulse:before {
  animation: blip1 2s infinite;
}

.pulse:after {
  animation: blip2 4s infinite;
}

@keyframes blip1 {
  to {
    transform: scale(2.5);
    opacity: 0;
  }
}

.map-project-info-window {
  width: 640px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.map-project-info-window .thumbnail {
  background-position: center center;
  background-size: cover;
  min-width: 200px;
  height: 460px;
  position: relative;
}

.map-project-info-window .thumbnail .credit {
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: #fff;
  margin: 0;
}

.map-project-info-window .info {
  width: 100%;
  max-height: 460px;
  padding: 20px 0px 20px 20px;
}

.map-project-info-window .info h4 {
  margin-bottom: 10px;
}

.map-project-info-window .info .map-project-details {
  overflow-y: auto;
  max-height: 266px;
  -webkit-overflow-scrolling: touch;
}

.map-project-info-window .info .map-project-details h4 {
  margin-left: 4px;
  margin-bottom: 10px;
}

.map-project-info-window .info a.btn-pill,
.map-project-info-window .info a.btn-pill:link,
.map-project-info-window .info a.btn-pill:visited {
  margin-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
}

.map-project-info-window .info .address {
  margin-bottom: 20px;
}

.map-project-info-window .info .credit {
  margin-bottom: 20px;
}

.map-project-info-window .info .list-none {
  list-style: none;
  padding-left: 0;
}

.marker-list .map-project-info-marker {
  width: 100%;
  min-width: 220px;
  position: relative;
}

.marker-list .map-project-info-marker .thumbnail {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 200px;
  position: relative;
}

.marker-list .map-project-info-marker .info {
  display: none;
  padding: 20px;
}

.marker-list .map-project-info-marker .info h4 {
  margin: 0;
}

.marker-list .slick-arrow {
  display: none !important;
}

#map .gm-style .gm-style-iw button.gm-ui-hover-effect {
  top: -3px !important;
  right: 14px !important;
  width: 41px !important;
  opacity: 1 !important;
}

#map .gm-style .gm-style-iw button.gm-ui-hover-effect span {
  width: 30px !important;
  height: 30px !important;
  margin-top: 18px !important;
  background-color: #006325;
}

#map .gm-style .gm-style-iw button.gm-ui-hover-effect:hover span {
  background-color: rgb(33, 59, 52, var(--tw-bg-opacity, 1)) !important;
}

.map-holder section #map,
.map-holder-locations section #map {
  min-height: 800px;
  transition: all 0.25s ease-in-out;
}

.gm-style-iw-chr {
  width: 100px !important;
  right: 0 !important;
  position: fixed !important;
  z-index: 60 !important;
}

.gm-style-iw-d {
  max-height: 500px !important;
  padding: 20px !important;
  overflow: hidden !important;
}

.gm-style-iw-c {
  max-height: 500px !important;
  min-width: 0px !important;
  padding: 0 !important;
}

.map-project-info-window .info .links {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Info window Button */

.map-project-info-window-btn {
  display: inline-flex;
  align-items: center;
  justify-content: var(--nucor-map-project-btn-var-text-align);
  font-size: var(--nucor-map-project-btn-var-font-size);
  border-radius: var(--nucor-map-project-btn-var-border-radius);
  border: var(--nucor-map-project-btn-var-border);
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: var(--nucor-map-project-btn-var-text-color);
  background-color: var(--nucor-map-project-btn-var-background-color);
  padding: var(--nucor-map-project-btn-var-padding);
  height: var(--nucor-map-project-btn-var-height);
  width: var(--nucor-map-project-btn-var-width);
  font-family: var(--nucor-map-project-btn-var-font-family-med);
  letter-spacing: 1px;
  transition: color 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s, border 0.2s ease-in-out 0s;
  text-transform: var(--nucor-map-project-btn-var-text-transform);
  white-space: nowrap;
  font-family: var(--wp--preset--font-family--fsindustrie-med, sans-serif);
}

.map-project-info-window-btn:hover {
  transition: all 0.2s ease-in-out;
  background-color: var(--nucor-map-project-btn-var-background-color-hover);
  color: var(--nucor-map-project-btn-var-text-color-hover);
  border-color: var(--nucor-map-project-btn-var-border-color-hover);
}

.map-project-info-window-btn .arrow-svg-btn {
  width: 22px;
  height: 22px;
  margin-right: 20px;
  transition: transform 0.3s ease;
}

.map-project-info-window-btn:hover .arrow-svg-btn {
  transition: all 0.2s ease-in-out;
  fill: var(--nucor-map-project-btn-var-text-color-hover);
  transform: translate(var(--nucor-map-project-btn-var-arrow-animation-amount), 0px);
}

/* window */

.map-project-info-window-btn .window-svg-btn {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.map-project-info-window-btn:hover .window-svg-btn {
  transition: all 0.2s ease-in-out;
  fill: var(--nucor-map-project-btn-var-text-color-hover);
}

.wp-block-create-block-nucor-location-map-v3 {
  width: 100%;
}

.map-holder,
.map-holder-locations {
  overflow: hidden;
  position: relative;
  width: auto;
  z-index: 10;
}

.map-holder section,
.map-holder-locations section {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.map-holder section .gm-style-cc,
.map-holder section .gmnoprint a,
.map-holder section .gmnoprint span,
.map-holder-locations section .gm-style-cc,
.map-holder-locations section .gmnoprint a,
.map-holder-locations section .gmnoprint span {
  display: none;
}

.map-holder section .gmnoprint div,
.map-holder-locations section .gmnoprint div {
  background: none !important;
}

.map-holder section .slide-button,
.map-holder-locations section .slide-button {
  align-items: center;
  background: #213b34;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 58px;
  justify-content: center;
  left: 0;
  margin-left: -3rem;
  padding: 0;
  position: absolute;
  right: auto;
  top: 0;
  transform: rotateY(0deg);
  width: 3rem;
}

.map-holder section .slide-button.active,
.map-holder-locations section .slide-button.active {
  transform: rotateY(180deg);
}

.map-holder section .slide-button .right_directional,
.map-holder-locations section .slide-button .right_directional {
  cursor: pointer;
  height: 1.5625rem;
  width: 1.5625rem;
}

.map-holder section .slide-button .right_directional.light,
.map-holder-locations section .slide-button .right_directional.light {
  color: #fff;
}

.map-holder section .slide-button .right_directional.light div,
.map-holder-locations section .slide-button .right_directional.light div {
  height: 1.5625rem;
  position: relative;
  width: 1.5625rem;
}

.map-holder section .slide-button .right_directional.light div:after,
.map-holder-locations section .slide-button .right_directional.light div:after {
  background-color: #fff;
  bottom: 0.3rem;
  content: "";
  display: block;
  height: 0.1875rem;
  position: absolute;
  right: 0.3rem;
  transform: rotate(225deg);
  width: 65%;
}

.map-holder section .slide-button .right_directional.light div:before,
.map-holder-locations section .slide-button .right_directional.light div:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 0.1875rem;
  position: absolute;
  right: 0.3rem;
  top: 0.45rem;
  transform: rotate(-225deg);
  width: 65%;
}

.map-holder section .locations-filters,
.map-holder-locations section .locations-filters {
  min-height: 750px;
  position: absolute;
  right: -25%;
  top: 0;
  transition: all 0.25s ease-in-out;
}

.map-holder section .locations-filters.active,
.map-holder-locations section .locations-filters.active {
  right: 0;
}

.map-holder section .locations-filters .checkbox-section,
.map-holder-locations section .locations-filters .checkbox-section {
  display: flex;
  flex-direction: column;
  max-height: 620px;
  overflow-y: auto;
}

.map-holder section .locations-filters .checkbox-container,
.map-holder-locations section .locations-filters .checkbox-container {
  display: block;
}

.map-holder section .locations-filters input,
.map-holder-locations section .locations-filters input {
  display: inline-block;
  margin-right: 10px;
}

.map-holder section .locations-filters input:focus,
.map-holder-locations section .locations-filters input:focus {
  outline: none;
}

.map-holder section .locations-filters label,
.map-holder-locations section .locations-filters label {
  display: inline-block;
}

.map-holder section #map,
.map-holder-locations section #map {
  min-height: 750px;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 1024px) {
  .map-holder section #map,
  .map-holder-locations section #map {
    min-height: 744px;
  }
}

@media (max-width: 768px) {
  .map-holder section #map,
  .map-holder-locations section #map {
    min-height: 744px;
  }
  .map-holder section .locations-filters,
  .map-holder-locations section .locations-filters {
    right: -80%;
    width: 80%;
  }
}

/*# sourceMappingURL=style-index.css.map*/