.contact-col {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex-grow: 1;
}

div#sales-wrap {
    padding: 20px;
    box-sizing: border-box;
    background: whitesmoke;
    width: 600px;
    max-width: 100%;
}

ul#reps {
    list-style: none;
    padding: 0;
    margin: 0;
}

li.rep {
    background: white;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 10px;
    display: none;
    list-style: none;
}

input.filterinput {
    background: white;
    border: 0;
    font-family: 'Open Sans';
    margin: 20px auto;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-transform: uppercase;
    margin-bottom: 0;
}


input.filterinput::placeholder{
    text-transform: none !important;
}

.areas{
    display: none;
}

div.details td {
    display: none;
}
ol#tabs {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin: 30px auto;
    gap: 10px;
}

ol#tabs a {
    background: white;
    display: block;
    padding: 10px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    transition: all .5s ease;
}

ol#tabs a:hover, ol#tabs a.selected{
  color: white;
  background: #333;
}

ol#tabs li {
    flex-grow: 1;
}

div.details td:has(strong) {
    background: white;
    padding: 20px;
    box-sizing: border-box;
    flex: 0 0 calc((100%/4) - 15px);
    width: auto !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

div.details td:has(strong) strong{
    font-size: 18px;
    margin-bottom: 5px;
}

.details table {
    border-spacing: 0px !important;
    width: 100%;
}

div.details tr {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: auto !important;
}

div.details {
    display: none;
}

div.details.selected {
    display: block;
}

.international-fold {
    padding: 70px 0px;
    background: whitesmoke;
}

.banner-title {
    text-align: center;
}

.contact-section {
    align-items: stretch;
}

.depot-item {
    display: flex;
    gap: 20px;
    align-items: center;
    flex: 0 0 calc(100%/3);
}

.depot-content p {
    font-size: 14px;
    line-height: 20px;
}

.depot-img {
    flex: 0 0 230px;
    height: 230px;
}

div#sales-wrap > p {
    margin: 10px auto 0px;
}

.wpgmza_map {height: 100% !important;}


.depot-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
}

.depot-fold {
    padding: 40px 0px;
}

select#filterselect {
    background: white;
    border: 0;
    font-family: 'Open Sans';
    margin: 0px auto;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 0;
}

ul#internationalreps {
    padding: 0;
}

li.rep p:last-of-type {
    margin: 0;
}

.ol-attribution.ol-unselectable.ol-control.ol-uncollapsible {
    display: none;
}