.location-map {
    position: relative;
    padding: 48px 0;
}

.location-map-heading {
    position: absolute;
    top: 0;
    left: 0;
}

.location-map-heading {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--color-black);
    color: transparent;
    font-size: 49px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: -20px;
    text-transform: uppercase;
    width: 390px;
}
.fx-location__map{
    height: 445px !important;
    width: 100% !important;
}


@media(min-width: 768px) {
    .location-map-heading {
        font-size: 90px;
        top: -34px;
        width: auto;
    }

    .location-map {
        padding: 97px 0 64px;
    }

    .location-map-wrapper {
        padding: 0 58px;
    }

    .location-map-text {
        margin-bottom: 32px;
    }

    .location-map-form-btn .btn+.btn {
        margin-left: 27px;
    }

    .location-map-form-btn .btn-tertiary {
        padding: 0;
        background-color: var(--color-white);
        color: var(--color-black);
    }

    .location-map-form-btn .btn-tertiary:after {
        display: none;
    }

    .location-map-form-btn .btn-tertiary img {
        margin-right: 4px;
    }
}

@media(min-width: 1200px) {
    .location-map-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .location-map-text {
        width: 54%;
        padding-right: 59px;
        max-width: 663px;
        margin: 0;
    }

    .location-map-image {
        width: 46%;
    }

    .location-map-heading {
        font-size: 153px;
        top: -28px;
    }

    .location-map {
        padding: 137px 0 104px;
    }

    .location-map-wrapper {
        padding: 0;
    }

    .location-map-wrapper h1 {
        padding-bottom: 28px;
    }

    .location-map .container {
        max-width: 1530px;
    }
    .fx-location__map{
        height: 494px !important;
        width: 100% !important;
    }
    .choices__list--single{
        padding-right: 36px ;
    }
}

@media(min-width: 1600px) {
    .location-map-image {
        width: 56%;
    }

    .location-map-text {
        width: 45%;
    }

    .location-map-heading {
        font-size: 194px;
        top: 16px;
        left: -17px;
    }

    .location-map {
        padding: 226px 0 96px;
    }
}

.locations-flex {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}


.locations-item {
    margin-bottom: 32px;
}

.locations-card__heading {
    font-weight: 700;
    border-bottom: 1.5px solid var(--color-gray);
    margin-bottom: 15px;
}

.location-card {
    box-shadow: 0 0 15px rgba(0,0,0,0.16);
    background: rgba(145,151,163,0.15);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    height: 100%;
}

.location-card__top .map-middle {
    padding: 15px 16px;
    background: none;
}

.location-card__details {
    background-color: var(--color-white);
    padding: 16px;
}

.location-card .map-info {
    text-align: left;
}

.location-card__details h4 {
    font-size: 18px;
    color: var(--color-black);
    padding-bottom: 10px;
}

.location-card__details h5 {
    font-size: 15px;
    color: #222222;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.location-card__bottom {
    background-color: var(--color-white);
}

.location-card__bottom .map-bottom {
    padding: 0 10px;
}

.location-card__details h5.rentals {
    color: #952618;
}

.location-card__details h5.engines {
    color: #8A8A8A;
}

.location-card__details h5.generators {
    color: #A67E0E;
}

.location-card__details h5.parts {
    color: #005DA1;
}

.location-card__details h5.packaging {
    color: var(--color-primary);
}

.location-card__details h5.power {
    color: #4C720F;
}

.location-card__details h5.energy {
    color: #3CB6C6;
}

.location-card__details .map-info a {
    display: block;
}

@media (min-width: 1200px) {
    .location-card__details h4 {
        font-size: 22px;
    }
}


.location-map-text-col-top ul,
.location-map-text-col-top ul li {
    margin: 0;
    padding: 0;
}

.location-map-text-col-top ul {
    column-count: 2;
}

.location-map-text-col-top ul li::before {
    display: none;
}

.location-map-text-col-top ul li.address p {
    max-width: 195px;
    width: 100%;
}

.location-map-text-col-top ul li {
    margin-bottom: 5px;
}

.location-map-text-col-top ul li i {
    padding-right: 3px;
}

.location-map-text-col-top ul li:last-child {
    margin: 0;
}

.location-map-text-col-top ul li a {
    background: transparent;
    font-weight: 400;
    color: var(--color-black);
}

.location-map-text-col-top ul li a i {
    margin-right: 4px;
}

.location-map-text-col-middle {
    background-color: rgba(145, 151, 163, 0.15);
    padding: 25px;
    margin-top: 20px;
}

.location-map-text-col-bottom ul,
.location-map-text-col-bottom ul li,
.location-map-text-col-middle ul,
.location-map-text-col-middle ul li {
    margin: 0;
    padding: 0;
}

.location-map-text-col-bottom ul li::before,
.location-map-text-col-middle ul li::before {
    display: none;
}

.location-map-text-col-bottom h4,
.location-map-text-col-middle h4 {
    color: #222222;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 5px;
    text-transform: none;
  }

.location-map-text-col-middle ul {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.location-map-text-col-middle ul li {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 15px;
}

.location-map-text-col-middle ul li i {
    font-size: 15px;
    vertical-align: middle;
    padding: 0 8px 2px 0;
}

.location-map-text-col-bottom {
    margin-top: 20px;
}

.location-map-text-col-bottom ul {
    font-weight: 18px;
}

.location-map-text-col-bottom {
    margin-bottom: 30px;
}

@media(min-width: 768px) {
    .location-map-text-col-middle ul.services-list--multiple {
        column-count: 2;
    }
}

@media(min-width: 1200px) {
    
    .location-map-text-col-top ul li a i {
        margin-right: 9px;
    }

    .location-map-text-col-middle ul li {
        margin: 0;
        padding: 0;
        font-size: 18px;
        line-height: 1.5em;
    }

    .location-map-text-col-middle ul {
        column-gap: 90px;
    }

    .location-map-text-col-middle {
        padding: 32px;
        margin-top: 30px;
    }

    .location-map-text-col-bottom h4,
    .location-map-text-col-middle h4 {
        padding-bottom: 7px;
    }

    .location-map-text-col-bottom {
        margin-top: 32px;
    }

    .cta-details:hover,
    .cta-direction:hover {
        color: var(--color-primary);
    }
}

.location-map-wrapper--location {
    align-items: flex-start;
}

body.home .wpcm-zip__submit{
    display: none;
}

.gm-style .gm-style-iw-c {
    width: 416px !important;
    padding:0  !important;
    border-radius: 0 !important;
    border-bottom: none;
    text-align: left;
    max-height: 420px !important;
}

.gm-style .gm-style-iw-d {
    min-height: 122px !important;
    max-height: 420px !important;
	overflow: hidden !important;
}
.single-location .gm-style .gm-style-iw-d {
    min-height: 122px !important;
}

.gm-ui-hover-effect {
    top: 6px !important;
    right:6px !important;
    width: 30px;
    height: 30px;
    opacity: 1 !important;
    border-radius: 0;
    line-height: 30px;
    background: #FFF !important;
}

.gm-ui-hover-effect span {
    width: 20px !important;
    height: 20px !important;
    background-color: #D6D7D9 !important;
    opacity: 1 !important;
}


.gm-style .gm-style-iw-t::after {
    background: transparent !important;
    box-shadow: none !important;
    content: "";
    height: auto !important;
    position: absolute;
    top: inherit !important;
    transform: none !important;
    width: auto !important;
    display: inline-block;
    width: 0;
    height: 0;
    border-top:20px solid var(--color-white);
    border-top-color: var(--color-white);
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    bottom: -20px;
    left: -20px !important;
    display: none !important;

}
.gm-style-iw-tc{
    display: none !important;
}
.gm-style-iw-d .locations-incol {
    position: relative;
}
.gm-style-iw-a:before{
    background: transparent !important;
    box-shadow: none !important;
    content: "";
    height: auto !important;
    position: absolute;
    top: 10px;
    z-index: 99;
    width: auto !important;
    display: inline-block;
    width: 0;
    height: 0;
    border-top:20px solid var(--color-white);
    border-top-color: var(--color-white);
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    left: -22px !important;
    transform: rotate(180deg);
}

.gm-style .gm-style-cc {
    display: none !important;
}


.map-top {
    padding: 17px 52px 17px 25px;
}

.choices.is-open{
    z-index: 3;
}
.map-top h4 {
    color: #A17700;
    font-weight: 900;
    font-size: 22px;
    padding-bottom: 8px;
    text-transform: none;
}

.map-flex {
    display: flex;
}

.map-address,
.map-info {
    width: 50%;
    font-size: 15px;
    line-height: 1.533em;
    font-weight: 400;
}

.map-info {
    text-align: right;
}

.map-info a {
    font-weight: 400;
    text-decoration: none;
    background: none;
}

.map-info a i {
    vertical-align: middle;
    font-size: 14px;
    padding: 0 8px 2px 0;
}


.map-middle {
    padding: 15px 52px 10px 25px;
    background: rgba(145,151,163,0.15);
}

.map-middle ul {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.map-middle ul.services-list--multiple {
    column-count: 2;
}

.map-middle ul.services-list li,
.map-middle ul.services-list--multiple li {
    display: flex;
}

.map-middle ul li {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 15px;
}

.map-middle ul li::before {
    display: none;
}

.map-middle ul li i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    vertical-align: middle;
    padding: 0 8px 0 0;
}

.map-middle h4 {
    color: #222222;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 5px;
    text-transform: none;
}

.map-bottom {
    display: flex;
    flex-wrap: wrap;
    padding: 0 25px;
   
}

.map-bttn {
    width: 50%;
    text-align: center;
    border-right: 1px solid rgba(145,151,163,0.15);
}

.map-bttn:last-child {
    border: none;
}


.cta-direction {
    margin: 15px 0;
    padding: 0 34px 0 0 !important;
    position: relative;
    border: none;
    background: none;
    color: var(--color-black);
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.cta-direction::after {
    content: '\e90f';
    font-family: 'icomoon';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 21px;
    line-height: 1em;
    font-weight: normal;
    margin-top: -2px;
}


.cta-details {
    margin: 15px 0;
    padding: 0 34px 0 0 !important;
    position: relative;
    border: none;
    background: none;
    color: #A8851A;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.cta-details::after {
    content: '\e90f';
    font-family: 'icomoon';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 21px;
    line-height: 1em;
    font-weight: normal;
    margin-top: -2px;
}

@media(min-width:1200px) {
    .map-info a:hover {
        color: var(--color-primary);
    }
}

.gm-style-iw-a{
   opacity: 0 ;
}
.gm-ui-hover-effect{
    z-index: 9999;
}
@media (min-width: 1360px) {
    .map-middle ul {
        column-gap: 50px;
    }

    body.home .location-map-text{
        padding-top: 50px;
    }
    body.home .location-map-image{
        margin-top: -20px;
    }
    body.home .location-map-text p:last-child{
       padding-bottom: 0;
    }
}


.wpcm-zip__form .choices__inner{
    padding: 9.5px 32px !important;
    font-size: 18px;
}

.wpcm-zip__form .choices__list--dropdown .choices__item--selectable {
    padding-right: 8px;
}

.choices[data-type*='select-one']:after{
    content: '\e91e';
    font-family: 'icomoon' !important;
    height: auto;
    font-size: 13px;
    width: 56px;
    height: 100%;
    border: none;
    border-left: 1px solid #E2E2E2;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    color: #8A8A8A;
    transform: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}
.choices.is-open[data-type*='select-one']:after{
    transform: rotate(180deg);
    border-left: none;
    border-right: 1px solid #E2E2E2;
    margin-top: 0;
}

#wpcm__reset{
    text-transform: initial;
}