.info-window,
.zip-search {
    font-family: 'Roboto', Arial, sans-serif;
}

.info-window a {
    color: inherit;
    text-align: left;
    text-decoration: none;
}

.info-window a:hover {
    text-decoration: underline;
}

.info-window .address .icon {
    background-position: 0 -698px;
}

.info-window .address .icon:after {
    content: "Directions";
}

.info-window h1,
.info-window span {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 400;
}

.info-window h1 {
    border-bottom: solid 1px #ccc;
    font-size: 1.25em;
    padding-bottom: .5em;
}

.info-window .icon {
    background: no-repeat url('https://www.goodwaygroupmicrosites.com/_templates/v1/img/map-icons.png');
    background-size: 24px 1004px;
    display: inline-block;
    height: 24px;
    margin-right: 24px;
    padding-left: 3em;
    width: 100%;
}

.info-window .icon:after {
    color: #3185ff;
    position: relative;
    top: 5px;
}

.info-window .line {
    margin: 1em 0em;
}

.info-window .phone .icon {
    background-position: 0 -955px;
}

.info-window .phone .icon:after {
    content: "Call";
}

.info-window .text {
    display: none;
    font-size: 13px;
    position: relative;
    top: -7.5px;
}

.info-window .website .icon {
    background-position: 0 -157px;
}

.info-window .website .icon:after {
    content: "Visit Website";
}

.zip-search {
    font-size: 1em;
    left: 200px;
    padding: .5em;
    position: absolute;
    text-align: center;
    top: 10px;
}

/* Tablet & Above */

@media only screen and (min-width: 415px) {

    .gm-style-iw > div {
        overflow: initial !important;
    }

    .info-window a {
        cursor: pointer;
    }

    .info-window a .text:hover {
        text-decoration: underline;
    }

    .info-window .icon {
        margin-right: 12px;
        padding-left: 0em;
        width: 24px;
    }

    .info-window .icon:after {
        display: none;
    }

    .info-window .text {
        display: inline-block;
    }
}

/* Desktop */

@media only screen and (min-width: 1025px) {
    
    .zip-search {
        top: 10px;
    }

}