@media not all, screen and (min-width: 40em) {
    .show-for-small-only {
        display: none!important;
    }
}

.google-map {
    margin-top: 30px !important;
    width: 811px !important;
}

div.how-to-find h1,
div.how-to-find h2,
div.how-to-find h3,
div.how-to-find p,
.show-for-small-only a {
    text-align: center;
}

div.how-to-find p {
    width: 50%;
    margin: 0 auto 15px auto;
    font-size: 18px !important;
    line-height: 22px !important;;
    text-align: center;
    font-weight: 300;
}

div.how-to-find h2 {
    padding-bottom: 20px;
    font-size: 40px !important;
    line-height: 44px !important;
    display: block;
}

div.how-to-find h1,
div.how-to-find h3 {
    padding-bottom: 20px;
    font-size: 40px !important;
    line-height: 44px !important;
    display: block;
}

div.how-to-find p, .show-for-small-only a {
    display: block;
    position: relative;
}

.pitt_building .how-to-find h3,
.pitt_building .how-to-find p { color: #333 !important; }

.show-for-small-only > span {
    margin-bottom: 20px;
    display: block;
}

.arrow_box {
    position: relative;
    background: none !important;
    border: none !important;
    right: -6px;
    top: 2px;
}

.arrow_box:after, .arrow_box:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    display: inline-block;
    z-index: 1;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #f3f2ee;
    border-width: 6px;
    margin-top: -8px;
    left: -1px;
}

.arrow_box:before {
    border-color: rgba(0, 136, 211, 0);
    border-left-color: #4a86d7;
    border-width: 7px;
    margin-top: -9px;
}

@media (max-device-width: 667px) {
    div.how-to-find h3 {
        font-size: 30px !important;
        line-height: 34px !important;
        padding-bottom: 20px;
    }

    div.how-to-find p {
        line-height: 22px;
        width: auto;
        margin: 0 15px;
    }

    .google-map > iframe{
        width: 60%;
        position: relative;
        left: 10%;
    }
}