.contact-map-left .button-wrapper{
    margin-top: 40px;
}
.contact-map-left p{
    margin-bottom: 40px;
}
.contact-map {
    overflow: hidden;
}
.contact-map-text{
    font-size: 106px;
    font-style: italic;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(245, 130, 32, 0.20);
    font-family: var(--polymath);
    position: relative;
    left: -53%;
}

.contact-map .row{
    align-items: center;
    position: relative;
}

.contact-map-left{
    margin-top: -60px;
    position: relative;
    z-index: 1;
}

.contact-map-left p + a {
    margin-top: 0px;
}
.sales-model {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    left: 0;
    opacity: 0;
    outline: 0;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .3s ease-out;
    z-index: -1;
    pointer-events: none;
}

.sales-model .popup-model-inner {
    margin: 0 auto;
    max-width: 1200px !important;
    padding: 0 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-out;
    width: 100%;
    opacity: 0;
    position: relative;
}

.sales-model.model-open {
    display: block;
    pointer-events: all;
}

.model-open {
    opacity: 1;
    overflow: hidden;
    z-index: 9999;
}

.sales-model .popup-model-wrap {
    background-color: #fff;
    box-sizing: border-box;
    display: block;
    outline: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    max-height: calc(100vh - 100px);
    min-height: 100px;
    border-radius: 0px;
}

.bg-overlay {
    pointer-events: none;
    opacity: 0;
    background: rgb(33 37 45 / 60%);
    bottom: 0;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .3s ease-out;
    width: 100%;
    z-index: 0;
}

.model-open .bg-overlay {
    z-index: 99;
    opacity: 1;
    pointer-events: all;
}

.model-open .popup-model-inner {
    position: relative;
    z-index: 999;
    opacity: 1;
    pointer-events: all;
}

.sales-model .close-btn {
    filter: unset;
    cursor: pointer;
    height: 42px;
    width: 42px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
    border-radius: 50%;
    background-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-out;
}

.sales-model .close-btn img {
    height: 42px;
    width: 42px;
}

.sales-model .close-btn:hover {
}
.sales-model-content{
    display: flex;
}
.sales-model-content-left{
    width: 42%;
    background: linear-gradient(108deg, #EAEEF2 37.64%, #F6F9FD 100%);
    padding: 40px;
    position: relative;
    overflow: hidden;
}
.sales-model-content-right {
    width: 58%;
    padding: 40px 50px 40px 50px;
}
.sales-model-content-right h4{
    margin-bottom: 40px;
}


.sales-representatives-wrap{
    display: flex;
}
.sales-representatives-wrap:not(:last-child){
    margin-bottom: 50px;
}
.state-name{
    color: var(--helix-orange);
    display: inline-flex;
    align-items: center;
    letter-spacing: 1.28px;
    line-height: normal;
    margin-bottom: 45px;
}
.state-name::before{
    content: "";
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../images/icon-location-large.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 10px;
    top: -4px;
}

.sales-representatives-image{
    clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 0);
    margin-right: 20px;
    flex-shrink: 0;
    width: 120px;
    height: 120px;
}
.sales-representatives-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.sales-representatives-detail .name{
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: var(--polymath);
    color: var(--helix-dark);
    margin-bottom: 10px;
}
.sales-representatives-detail .position{
    color: rgba(33, 37, 45, 0.70);
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    margin-bottom: 16px;
    font-family: var(--polymath);
}

.details a{
    color: var(--helix-dark-70);
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
}
.details a:hover{
    color: var(--helix-orange);
}
.details a + a{
    margin-left: 0px !important;
}
.details a:not(:last-child){
    margin-bottom: 10px !important;
}

.details a::before{
    content: "";
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 6px;
    top: -2px;
}

.details a.phone::before{
    background-image: url(../images/icon-phone.svg);
}
.details a.mobile::before{
    background-image: url(../images/icon-mobile.svg);
}
.details a.email::before{
    background-image: url(../images/icon-email.svg);
}

.popup-open{
    overflow: hidden;
}

.sales-form .gf_browser_chrome  {
    display: block !important;
}
.contact-map-wrapper{
    position: relative;
    right: 30%;
}
.contact-map-wrapper svg {
    width: 1000px;
    right: 0px;
    position: relative;
}

.sales-model-content-left-logo{
    position: absolute;
    bottom: -50px;
    right: -62px;
    width: 463.05px;
    height: 348px;
}

.country-dropdown,.state-dropdown{
    display: none;
    background-color: #F58220;
    font-size: 16px !important;
    font-family: var(--polymath);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.64px;
    margin-bottom: 16px;
    background-image: url(../images/filter-down-arrow.svg) !important;
    clip-path: polygon(100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 0);
    padding: 15.5px 33px 12.5px 18px !important;
    border: 0px !important;
}

.sales-form .gform_wrapper .gform_footer .gform_button{
    background-position: calc(50% - -80px) 48%;
}

.sales-form .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 150px;
}
/* Tooltip styling */

.tooltip {
    position: absolute;
    display: none;
    background: rgba(33, 37, 45, 0.80);
    color: white;
    padding: 6px 6px 2px 6px;
    font-size: 12px;
    line-height: normal;
    font-weight: 800;
    pointer-events: none;
    white-space: nowrap;
    text-align: center;
    transform: translate(-80%, -50%);
    text-transform: uppercase;
    letter-spacing: 0.48px;
    font-family: var(--polymath);
}
.contact-map-wrapper {
    position: relative;
}


.contact-map .loading {
    display: none;
    height: 100%;
    background-color: rgb(255 255 255 / 20%);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.contact-map .loading span {
    -webkit-animation: load8 .7s linear infinite;
    animation: load8 .7s linear infinite;
    border: 3px solid #ededed;
    border-left-color: var(--helix-orange);
    border-radius: 100%;
    height: 50px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 30% !important;
    transform: translateX(-50%);
    width: 50px;
    z-index: 999;
}

.contact-map-left a.inline-cta{
    pointer-events: none;

}
.sales-representatives-detail-wrapper{
    position: relative;
    z-index: 1;
}